:root {
  color-scheme: light;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background: #edf4ea;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top, rgba(146, 179, 125, 0.35), transparent 35%),
    radial-gradient(circle at bottom right, rgba(188, 163, 131, 0.35), transparent 30%),
    linear-gradient(135deg, #edf4ea 0%, #e7efe4 45%, #efe6dd 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 244, 238, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(120, 109, 91, 0.18);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  font-size: 1.1rem;
}

.brand-logo {
  height: 3rem;
  width: auto;
  object-fit: contain;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
}

.site-nav a {
  color: #334155;
  font-size: 0.95rem;
}

.nav-toggle {
  display: none;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0.5rem;
  flex-direction: column;
  justify-content: space-between;
  width: 2rem;
  height: 1.5rem;
}

.nav-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  background: #0f172a;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}

.nav-toggle span:nth-child(1) {
  transform-origin: top center;
}

.nav-toggle span:nth-child(2) {
  opacity: 1;
}

.nav-toggle span:nth-child(3) {
  transform-origin: bottom center;
}

.nav-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

.nav-toggle.active span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

.hero {
  padding: clamp(4rem, 8vw, 8rem) 0 4rem;
}

.hero-copy {
  text-align: center;
}

.eyebrow {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #000000 !important;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.hero h1 {
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1.05;
  max-width: 11ch;
  color: white;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.hero p {
  max-width: 36rem;
  margin: 1.5rem auto 0;
  color: #ffffff !important;
  font-weight: 500;
}

.hero-copy-secondary p {
  color: #ffffff !important;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.6rem;
  border-radius: 999px;
  font-weight: 600;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: #2563eb;
  color: white;
}

.btn-secondary {
  background: #e2e8f0;
  color: #0f172a;
}

.section {
  padding: 4rem 0;
}

.section.alt {
  background: linear-gradient(135deg, #e5efe2 0%, #ece7de 100%);
}

#why-suvidha-landscapes > .container > p {
  color: #334155;
}

#why-suvidha-landscapes h2 {
  color: #0f172a;
}

.hero-copy,
.hero-copy * {
  color: white !important;
}

.section h2 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4vw, 2.75rem);
}

.split-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1.2fr) minmax(250px, 0.8fr);
  align-items: start;
}

.card,
.contact-card,
.card-resource,
.faq-item {
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.15);
  border-radius: 1.25rem;
  padding: 1.75rem;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.06);
}

.services-note {
  margin: -0.25rem 0 1.25rem;
  color: #475569;
  font-weight: 600;
}

.card-resource img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  border-radius: 1rem;
  margin-bottom: 1rem;
}

.service-card {
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  perspective: 1600px;
  cursor: pointer;
}

.service-card:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.25);
  outline-offset: 4px;
  border-radius: 1.25rem;
}

.service-card-inner {
  position: relative;
  min-height: 390px;
  transform-style: preserve-3d;
  transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.service-card:hover .service-card-inner,
.service-card:focus-within .service-card-inner {
  transform: rotateY(180deg);
}

.service-card-face {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  backface-visibility: hidden;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 1.25rem;
  padding: 1.25rem;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.service-card-front {
  z-index: 1;
}

.service-card-back {
  transform: rotateY(180deg);
}

.service-card-back h3 {
  margin-bottom: 0.5rem;
}

.service-card-back p,
.service-card-back li {
  color: #334155;
}

.service-card-back ul {
  margin: 0.75rem 0 0;
  padding-left: 1rem;
}

.service-card-back li + li {
  margin-top: 0.35rem;
}

.feature-grid,
.cards-row {
  display: grid;
  gap: 1.5rem;
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cards-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-grid article,
.card-resource,
.contact-card,
.faq-item {
  padding: 1.5rem;
}

.feature-grid article {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1.25rem;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
  padding: 2rem;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12);
}

.feature-grid article h3 {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.feature-grid article p {
  margin: 0;
  color: #334155;
  line-height: 1.75;
}

.feature-grid h3,
.faq-item h3,
.card h3,
.card-resource h3,
.contact-card p {
  margin-top: 0;
}

.contact-section {
  padding: 4rem 0 6rem;
}

.questionnaire-form {
  margin-top: 1rem;
  width: 100%;
}

.questionnaire-form h3 {
  margin-bottom: 0.35rem;
}

.contact-section .split-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.9fr);
  align-items: start;
}

.form-note {
  color: #475569;
  margin-bottom: 1rem;
}

.questionnaire-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-items: start;
}

.questionnaire-form {
  max-width: 100%;
}

.contact-section .split-grid {
  grid-template-columns: 1.1fr 1.9fr;
  align-items: start;
}

.questionnaire-grid label {
  display: grid;
  gap: 0.35rem;
  font-weight: 600;
  color: #0f172a;
}

.questionnaire-grid input,
.questionnaire-grid textarea {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 0.85rem;
  padding: 0.75rem 0.9rem;
  font: inherit;
  background: #fff;
  color: #111827;
}

.questionnaire-grid input:focus,
.questionnaire-grid textarea:focus {
  outline: 2px solid rgba(37, 99, 235, 0.25);
  border-color: #2563eb;
}

.questionnaire-grid .full-width {
  grid-column: 1 / -1;
}

.questionnaire-form .btn {
  margin-top: 1rem;
}

.site-footer {
  border-top: 1px solid rgba(120, 109, 91, 0.18);
  background: #f4efe8;
}

.site-footer .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1.5rem 0 1.5rem;
  color: #64748b;
}

.footer-brand {
  margin: 0;
  font-weight: 700;
  white-space: nowrap;
}

.footer-divider {
  display: inline-block;
  width: 1px;
  height: 1.4rem;
  background: rgba(120, 109, 91, 0.3);
}

.social-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(120, 109, 91, 0.18);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  color: #1f2937;
  font-size: 1.35rem;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.social-links a i {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands";
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  line-height: 1;
}

.social-links a:hover {
  transform: translateY(-2px);
  background: #edf4ea;
}

.social-links a[title] {
  position: relative;
}

.social-links a:hover::after {
  content: attr(title);
  position: absolute;
  bottom: calc(100% + 0.5rem);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background: rgba(15, 23, 42, 0.95);
  color: #ffffff;
  padding: 0.35rem 0.6rem;
  border-radius: 0.55rem;
  font-size: 0.75rem;
  line-height: 1.2;
  pointer-events: none;
  opacity: 1;
  z-index: 10;
}

@media (max-width: 600px) {
  .site-footer .container {
    justify-content: center;
  }

  .brand {
    font-size: 0.95rem;
  }

  .brand-logo {
    height: 1.75rem;
  }
}

@media (max-width: 900px) {
  .feature-grid,
  .cards-row,
  .faq-grid,
  .split-grid,
  .contact-section .split-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid article {
    min-height: auto;
    padding: 1.5rem;
  }
}

.why-card {
  max-width: 500px;
  margin: 0 auto;
  background: #2d7a3e;
  border: none;
  border-radius: 1.75rem;
  padding: 1.5rem 2.5rem;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
  text-align: center;
  position: relative;
  z-index: 10;
}

.why-card h2 {
  margin: 0;
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: 700;
}

#why-suvidha-landscapes > .container {
  position: relative;
}

#why-suvidha-landscapes .whatsapp-images-row {
  margin-top: -2rem;
}

#why-suvidha-landscapes > .container > p {
  margin-top: 3rem;
  text-align: center;
}

.whatsapp-images-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
}

.whatsapp-images-row img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

@media (max-width: 1100px) {
  .whatsapp-images-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .whatsapp-images-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .whatsapp-images-row img {
    height: 180px;
  }
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 520px;
}

.hero-carousel {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 1;
}

.hero-carousel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.32);
  pointer-events: none;
}

.hero-carousel .carousel-inner,
.hero-carousel .carousel-item {
  height: 100%;
}

.hero-carousel .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-copy {
  position: relative;
  z-index: 1;
  padding-top: clamp(4rem, 8vw, 6rem);
  color: white;
}

.hero-copy-grid,
.hero-copy-secondary {
  color: white;
}

.hero-copy-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.95fr);
  gap: 2rem;
  align-items: center;
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(3rem, 4vw, 4.5rem);
  line-height: 1.02;
  font-weight: 800;
  max-width: 14ch;
  color: white;
}

.hero-copy-secondary p {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: white;
}

.eyebrow {
  color: #2563eb;
}

@media (max-width: 900px) {
  .hero-copy-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-copy-secondary,
  .hero-copy-grid > div:first-child {
    justify-self: center;
  }
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.35);
  z-index: 0;
}

.hero .btn-secondary {
  background: rgba(255, 255, 255, 0.16);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.hero .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.24);
}

@media (max-width: 760px) {
  .hero-copy {
    text-align: center;
    padding-top: 3rem;
  }

  .hero-copy .hero-actions {
    justify-content: center;
  }
}

.whatsapp-cards {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.whatsapp-card {
  padding: 0;
  border: none;
  overflow: hidden;
  min-height: 100%;
}

.whatsapp-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

.whatsapp-card .card-body {
  padding: 1.5rem;
}

@media (max-width: 720px) {
  .header-inner {
    flex-wrap: wrap;
  }

  .site-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    gap: 0;
    margin-top: 1rem;
    border-top: 1px solid rgba(120, 109, 91, 0.18);
    padding-top: 1rem;
  }

  .site-nav a {
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(120, 109, 91, 0.1);
  }

  .site-nav a:last-child {
    border-bottom: none;
  }

  .site-nav.active {
    display: flex;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .hero {
    padding-top: 5rem;
  }

  .why-card {
    max-width: 90%;
    padding: 1.25rem 1.75rem;
  }

  .why-card h2 {
    font-size: 1.35rem;
  }

  #why-suvidha-landscapes > .container > p {
    font-size: 0.95rem;
  }

  .brand-logo {
    height: 2.6rem;
  }
}
