:root {
  --forest: #0f5c2b;
  --forest-deep: #083f1d;
  --mint: #a8d46a;
  --mint-soft: #eef8e7;
  --cream: #f8f5ef;
  --ink: #143123;
  --muted: #5a6c60;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(8, 63, 29, 0.14);
  --shadow-soft: 0 16px 34px rgba(8, 63, 29, 0.1);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --max-width: 1180px;
  --home-green: #0f3d2e;
  --home-green-soft: #174f3d;
  --home-gray: #f3f5f4;
  --home-gray-deep: #dfe6e3;
  --home-text: #18211d;
  --home-muted: #5c6a64;
}

.iman-contact-footer {
  margin-top: clamp(56px, 8vw, 96px);
  padding: clamp(28px, 5vw, 64px) 0 88px;
  background:
    radial-gradient(circle at top left, rgba(168, 212, 106, 0.24), transparent 34rem),
    linear-gradient(180deg, rgba(248, 251, 245, 0.38), rgba(238, 248, 231, 0.72));
}

.iman-footer-shell {
  width: min(calc(100% - 32px), var(--max-width));
  margin: 0 auto;
}

.iman-footer-cta {
  display: grid;
  gap: 22px;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid rgba(15, 92, 43, 0.1);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(238, 248, 231, 0.94), rgba(255, 255, 255, 0.96)),
    var(--white);
  box-shadow: 0 24px 62px rgba(8, 63, 29, 0.12);
}

.iman-footer-kicker {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.iman-footer-cta h2 {
  max-width: 720px;
  color: var(--forest-deep);
  font-size: clamp(2.35rem, 5.8vw, 5rem);
}

.iman-footer-cta p:not(.iman-footer-kicker) {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.14rem);
  line-height: 1.7;
}

.iman-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.iman-follow-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: clamp(34px, 5vw, 54px) 0 30px;
  padding: 22px clamp(22px, 4vw, 34px);
  border: 1px solid rgba(15, 92, 43, 0.08);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 18px 46px rgba(8, 63, 29, 0.1);
}

.iman-follow-card p {
  max-width: 620px;
  margin: 0;
  color: var(--forest-deep);
  font-size: clamp(1.04rem, 2vw, 1.35rem);
  font-weight: 800;
  line-height: 1.35;
}

.iman-follow-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.iman-follow-links .social-icon {
  width: 54px;
  height: 54px;
  box-shadow: 0 12px 24px rgba(8, 63, 29, 0.15);
}

.iman-follow-links .social-icon svg {
  width: 24px;
  height: 24px;
}

.iman-footer-details {
  display: grid;
  gap: clamp(28px, 5vw, 48px);
  padding: 10px 0 0;
  color: var(--muted);
}

.iman-footer-brand-block h2 {
  max-width: none;
  color: var(--forest-deep);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
  text-align: center;
}

.iman-footer-brand-block p {
  margin: 12px 0 0;
  color: var(--forest-deep);
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}

.iman-footer-brand-block strong {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.8vw, 1.1rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.iman-footer-info {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(16px, 2.6vw, 24px);
}

.iman-footer-contact-card {
  display: grid;
  grid-column: span 2;
  justify-items: center;
  align-content: start;
  gap: 12px;
  min-width: 0;
  min-height: 190px;
  padding: 24px 18px;
  border: 1px solid rgba(15, 92, 43, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 14px 30px rgba(8, 63, 29, 0.07);
  text-align: center;
}

.iman-footer-contact-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.iman-footer-contact-card:nth-child(5) {
  grid-column: 4 / span 2;
}

.iman-footer-contact-icon {
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--forest-deep);
  box-shadow: 0 14px 26px rgba(8, 63, 29, 0.18);
}

.iman-footer-contact-icon svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

.iman-footer-social-card {
  gap: 14px;
}

.iman-footer-social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.iman-footer-social-links .social-icon {
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.iman-footer-social-links .social-icon svg {
  width: 34px;
  height: 34px;
  filter: none;
}

.iman-footer-social-links .social-icon-youtube {
  color: #ff0000;
}

.iman-footer-social-links .social-icon-facebook {
  color: #1877f2;
}

.iman-footer-social-links .social-icon-instagram {
  color: #e4405f;
}

.iman-footer-social-links .social-icon-tiktok {
  color: #111111;
}

.iman-footer-social-links .social-icon-google {
  background: transparent;
}

.iman-footer-social-links .social-icon-tiktok::before,
.iman-footer-social-links .social-icon-tiktok::after {
  display: none;
}

.iman-footer-info h3 {
  margin: 0;
  color: var(--forest-deep);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1.2;
  text-transform: uppercase;
}

.iman-footer-info p {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.55;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: normal;
}

.iman-footer-info a {
  color: var(--muted);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.iman-footer-info a:hover {
  color: var(--forest);
}

.iman-footer-bottom {
  margin: 2px 0 0;
  padding-top: 22px;
  border-top: 1px solid rgba(15, 92, 43, 0.12);
  color: var(--muted);
  font-size: 0.9rem;
  text-align: center;
}

.floating-book {
  right: 22px;
  bottom: 22px;
  min-height: 56px;
  padding: 0 26px;
  color: var(--white);
  background: linear-gradient(135deg, var(--forest-deep), var(--forest));
  box-shadow: 0 18px 36px rgba(8, 63, 29, 0.26);
}

@media (max-width: 900px) {
  .iman-follow-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .iman-footer-info {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .iman-footer-contact-card,
  .iman-footer-contact-card:nth-child(4),
  .iman-footer-contact-card:nth-child(5) {
    grid-column: auto;
  }

  .iman-follow-links {
    justify-content: flex-start;
  }
}

@media (max-width: 660px) {
  .iman-footer-info {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .iman-contact-footer {
    padding-bottom: 90px;
  }

  .iman-footer-shell {
    width: min(calc(100% - 24px), var(--max-width));
  }

  .iman-footer-cta,
  .iman-follow-card,
  .iman-footer-contact-card {
    border-radius: 22px;
  }

  .iman-footer-actions .button {
    width: 100%;
  }

  .iman-follow-links .social-icon {
    width: 48px;
    height: 48px;
  }

  .floating-book {
    right: 12px;
    bottom: 12px;
    min-height: 50px;
    padding: 0 18px;
    font-size: 0.88rem;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-top: 85px;
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(168, 212, 106, 0.42), transparent 28%),
    radial-gradient(circle at top right, rgba(15, 92, 43, 0.1), transparent 22%),
    linear-gradient(180deg, #f7fbf2 0%, #eef5ea 38%, #f9f6ef 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.site-shell {
  width: min(calc(100% - 32px), var(--max-width));
  margin: 0 auto;
  padding: 24px 0 48px;
}

.topbar {
  position: static;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 28px;
  padding: 14px 20px;
  border: 1px solid rgba(15, 92, 43, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-soft);
}

.topbar-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex: 1 1 auto;
  flex-wrap: wrap;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-text {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
}

.brand-logo {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background-image: url("./iman-logo-icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.brand-mark {
  color: var(--forest);
  font-size: 1.4rem;
  font-weight: 800;
}

.brand-copy {
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 500;
}

.brand-mark,
.brand-copy,
.eyebrow,
.button,
.pill-label,
.service-card h3 {
  letter-spacing: 0.02em;
}

.topnav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.page-links-band {
  margin-bottom: 28px;
  padding: 20px 24px;
  border: 1px solid rgba(15, 92, 43, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
}

.page-links-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.page-links-grid a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 12px 16px;
  border-radius: 22px;
  border: 1px solid rgba(8, 63, 29, 0.36);
  background:
    linear-gradient(180deg, rgba(15, 92, 43, 0.96), rgba(24, 116, 57, 0.94));
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.page-links-grid a:hover {
  transform: translateY(-1px);
  border-color: rgba(8, 63, 29, 0.48);
  background:
    linear-gradient(180deg, rgba(12, 74, 35, 0.98), rgba(20, 98, 48, 0.96));
  box-shadow: 0 12px 24px rgba(8, 63, 29, 0.16);
}

.page-links-grid a[aria-current="page"] {
  background: linear-gradient(180deg, rgba(8, 63, 29, 0.98), rgba(15, 92, 43, 0.96));
  border-color: rgba(168, 212, 106, 0.55);
  color: var(--white);
  box-shadow: 0 16px 28px rgba(8, 63, 29, 0.22);
}

.topnav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(15, 92, 43, 0.12);
  background: rgba(248, 251, 245, 0.92);
  color: var(--forest-deep);
  font-weight: 600;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.topnav a:hover {
  transform: translateY(-1px);
  background: rgba(238, 248, 231, 0.95);
  border-color: rgba(15, 92, 43, 0.22);
}

.hero,
.flyer-feature,
.services,
.stats-band,
.story-band,
.proof-grid,
.quote-section,
.google-reviews-section,
.testimonial-section,
.contact-strip {
  animation: rise 0.8s ease both;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 640px;
  padding: 54px;
  border-radius: 44px;
  background: linear-gradient(135deg, #082313 0%, #0f5c2b 48%, #1c7a3f 100%);
  box-shadow: 0 28px 70px rgba(8, 63, 29, 0.26);
  overflow: hidden;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0 34% 0 0;
  background: linear-gradient(135deg, rgba(8, 35, 19, 0.98), rgba(11, 72, 33, 0.9));
  clip-path: polygon(0 0, 88% 0, 68% 100%, 0 100%);
  z-index: 1;
}

.hero::after {
  content: "";
  position: absolute;
  top: -80px;
  right: 20%;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16), transparent 72%);
  z-index: 1;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(540px, 56%);
  padding-right: 28px;
}

.hero-copy::before {
  display: none;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--forest);
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 0.98;
}

h1,
h2 {
  font-family: "Fraunces", Georgia, serif;
}

h1 {
  font-size: clamp(3rem, 6vw, 5.4rem);
  max-width: 10ch;
}

h2 {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  max-width: 12ch;
}

.hero-text,
.section-heading p,
.service-card p,
.story-panel li,
.story-panel p,
.steps li,
.contact-strip p {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

.hero-text {
  max-width: 56ch;
  margin: 22px 0 0;
  color: rgba(232, 239, 255, 0.84);
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 28px 0 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover,
.contact-pill:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--forest), #157237);
  box-shadow: 0 18px 30px rgba(15, 92, 43, 0.2);
}

.button-secondary {
  color: var(--forest);
  border: 1px solid rgba(15, 92, 43, 0.18);
  background: rgba(255, 255, 255, 0.85);
}

.trust-list,
.check-list,
.steps {
  margin: 0;
  padding: 0;
}

.trust-list,
.check-list {
  list-style: none;
}

.trust-list {
  display: grid;
  gap: 12px;
}

.trust-list li,
.check-list li {
  position: relative;
  padding-left: 30px;
  color: var(--ink);
  font-weight: 600;
}

.trust-list li::before,
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--forest);
  font-weight: 800;
}

.hero-eyebrow {
  color: rgba(211, 233, 191, 0.94);
}

.hero h1 {
  max-width: 8ch;
  color: var(--white);
}

.hero-media {
  position: absolute;
  inset: 0 0 0 40%;
  z-index: 0;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 35, 19, 0.5) 0%, rgba(8, 35, 19, 0.16) 38%, rgba(8, 35, 19, 0.18) 100%);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-highlight {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(238, 243, 255, 0.94);
  font-size: 0.92rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.hero-badge {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 2;
  width: min(320px, 34%);
  padding: 20px 22px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--white);
  background: rgba(8, 35, 19, 0.68);
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 50px rgba(4, 24, 11, 0.32);
}

.offer-kicker {
  display: block;
  margin-bottom: 8px;
  color: #cfe9ab;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-badge strong {
  display: block;
  font-size: 1.6rem;
  line-height: 1.1;
}

.hero-badge p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.86);
}

.hero .button-primary {
  background: linear-gradient(135deg, #157237, #2e9d57);
  box-shadow: 0 18px 32px rgba(21, 114, 55, 0.28);
}

.hero .button-secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
}

.hero .button-secondary:hover {
  background: rgba(255, 255, 255, 0.14);
}

.services {
  padding: 88px 0 36px;
}

.flyer-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  gap: 28px;
  align-items: center;
  padding: 34px 0 22px;
}

.flyer-copy {
  padding: 34px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 250, 240, 0.94));
  border: 1px solid rgba(15, 92, 43, 0.08);
  box-shadow: var(--shadow-soft);
}

.flyer-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.flyer-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.flyer-points span {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--forest-deep);
  font-size: 0.92rem;
  font-weight: 700;
  background: rgba(168, 212, 106, 0.18);
}

.flyer-stage {
  position: relative;
  padding: 24px;
  border-radius: 38px;
  background:
    radial-gradient(circle at top right, rgba(168, 212, 106, 0.35), transparent 28%),
    linear-gradient(135deg, rgba(10, 63, 29, 0.98), rgba(17, 89, 43, 0.95));
  box-shadow: var(--shadow);
}

.flyer-stage::before {
  content: "";
  position: absolute;
  inset: 20px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.flyer-frame {
  position: relative;
  width: min(100%, 520px);
  margin: 0 auto;
  padding: 18px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 30px 60px rgba(4, 24, 11, 0.34);
}

.flyer-frame img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(15, 92, 43, 0.14);
}

.flyer-badge {
  position: absolute;
  top: -14px;
  right: 18px;
  z-index: 1;
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: linear-gradient(135deg, #f04b34, #ff7858);
  box-shadow: 0 14px 28px rgba(240, 75, 52, 0.28);
}

.stats-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 10px;
}

.stat-chip {
  padding: 22px 24px;
  border: 1px solid rgba(15, 92, 43, 0.09);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
}

.stat-chip strong {
  display: block;
  margin-bottom: 8px;
  color: var(--forest-deep);
  font-size: 1.1rem;
}

.stat-chip span {
  color: var(--muted);
  line-height: 1.6;
}

.section-heading {
  max-width: 700px;
  margin-bottom: 28px;
}

.section-heading p {
  margin: 14px 0 0;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.service-card {
  position: relative;
  min-height: 220px;
  padding: 28px;
  border: 1px solid rgba(15, 92, 43, 0.1);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(245, 249, 240, 0.95));
  box-shadow: var(--shadow-soft);
}

.service-card::after {
  content: "";
  position: absolute;
  inset: auto 28px 22px 28px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(168, 212, 106, 0.9), rgba(15, 92, 43, 0.14));
}

.service-card h3 {
  margin-bottom: 14px;
  color: var(--forest-deep);
  font-size: 1.35rem;
  font-weight: 800;
}

.story-band {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  padding: 22px 0 36px;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  padding: 24px 0 20px;
}

.quote-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 24px;
  padding: 26px 0 18px;
}

.proof-card,
.quote-form,
.quote-copy,
.quote-link-card {
  padding: 32px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 92, 43, 0.08);
  box-shadow: var(--shadow-soft);
}

.quote-form {
  display: grid;
  gap: 22px;
}

.proof-card p,
.quote-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.quote-copy {
  background:
    linear-gradient(180deg, rgba(238, 248, 231, 0.92), rgba(255, 255, 255, 0.96));
}

.quote-copy .check-list {
  margin-top: 24px;
}

.quote-link-card {
  display: grid;
  align-content: center;
  gap: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 250, 240, 0.96));
}

.quote-link-card p {
  color: var(--muted);
  line-height: 1.7;
}

.quote-link-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.quote-link-points span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(168, 212, 106, 0.16);
  color: var(--forest-deep);
  font-size: 0.92rem;
  font-weight: 700;
}

.quote-page-main {
  display: grid;
  gap: 24px;
}

.page-main {
  display: grid;
  gap: 24px;
}

.page-intro {
  padding: 32px;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 250, 240, 0.96));
  border: 1px solid rgba(15, 92, 43, 0.08);
  box-shadow: var(--shadow-soft);
}

.page-intro p {
  color: var(--muted);
  line-height: 1.7;
}

.areas-page-intro {
  text-align: center;
}

.areas-page-intro h1 {
  max-width: 980px;
  margin: 0 auto;
  font-family: "DM Sans", Arial, sans-serif;
  color: var(--forest-deep);
  font-size: clamp(1.55rem, 2.8vw, 2.45rem);
  font-weight: 800;
  line-height: 1.24;
}

.page-cta {
  padding: 32px;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(238, 248, 231, 0.92), rgba(255, 255, 255, 0.96));
  border: 1px solid rgba(15, 92, 43, 0.08);
  box-shadow: var(--shadow-soft);
}

.why-page-main {
  display: grid;
  gap: clamp(48px, 7vw, 86px);
  padding-bottom: 28px;
}

.why-hero-section,
.why-values-section,
.why-split-section,
.why-service-section,
.why-process-section,
.why-final-cta {
  width: min(100%, 1120px);
  margin: 0 auto;
}

.why-hero-section {
  display: grid;
  gap: 24px;
  padding: clamp(34px, 5vw, 58px) clamp(22px, 5vw, 56px);
  border: 1px solid rgba(15, 92, 43, 0.08);
  border-radius: 34px;
  background:
    radial-gradient(circle at 92% 12%, rgba(168, 212, 106, 0.28), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 242, 0.98));
  box-shadow: var(--shadow-soft);
}

.why-hero-copy {
  max-width: 980px;
}

.why-kicker {
  margin: 0 0 12px;
  color: var(--forest);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.why-hero-copy h1 {
  max-width: 14ch;
  color: var(--forest-deep);
  font-size: clamp(2.35rem, 4.6vw, 4.35rem);
  line-height: 1.04;
}

.why-hero-copy p,
.why-section-heading p,
.why-split-copy p,
.why-service-split p,
.why-final-cta p {
  color: var(--home-muted);
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  font-weight: 700;
  line-height: 1.7;
}

.why-hero-copy > p {
  max-width: 680px;
  margin: 18px 0 0;
}

.why-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.why-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.why-trust-badges span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--forest-deep);
  font-weight: 900;
}

.why-trust-badges span::before {
  content: "✓";
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--forest);
  font-size: 0.78rem;
}

.why-section-heading {
  max-width: 720px;
  margin-bottom: clamp(26px, 4vw, 40px);
}

.why-section-heading h2,
.why-split-copy h2,
.why-final-cta h2 {
  max-width: 12ch;
  color: var(--forest-deep);
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 1.02;
}

.why-value-list {
  display: grid;
  gap: 24px;
  max-width: 880px;
}

.why-value-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(15, 92, 43, 0.12);
}

.why-value-icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--forest-deep);
  font-weight: 900;
}

.why-value-item h3,
.why-service-split h3 {
  margin: 0 0 8px;
  color: var(--forest-deep);
  font-size: clamp(1.2rem, 2vw, 1.5rem);
}

.why-value-item p,
.why-service-split p {
  margin: 0;
}

.why-split-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.why-visual {
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 24px 60px rgba(15, 61, 46, 0.14);
}

.why-visual img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.why-split-copy strong {
  display: block;
  margin-top: 18px;
  color: var(--forest-deep);
  font-size: 1.05rem;
}

.why-service-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 56px);
  padding-top: 12px;
  border-top: 1px solid rgba(15, 92, 43, 0.12);
}

.why-service-split > div {
  display: grid;
  gap: 12px;
}

.why-process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.why-process-list li {
  display: grid;
  gap: 12px;
  color: var(--forest-deep);
  font-weight: 900;
  line-height: 1.3;
}

.why-process-list span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--forest);
}

.why-final-cta {
  padding: clamp(38px, 6vw, 64px);
  border-radius: 34px;
  color: var(--white);
  background: linear-gradient(135deg, var(--forest-deep), var(--forest));
  box-shadow: 0 24px 60px rgba(15, 61, 46, 0.18);
}

.why-final-cta .why-kicker,
.why-final-cta h2,
.why-final-cta p,
.why-final-cta span {
  color: var(--white);
}

.why-final-cta > span {
  display: block;
  margin-top: 24px;
  font-weight: 800;
}

@media (max-width: 1080px) {
  .why-split-section,
  .why-service-split {
    grid-template-columns: 1fr;
  }

  .why-process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .why-hero-section,
  .why-final-cta {
    border-radius: 26px;
  }

  .why-hero-copy h1 {
    max-width: none;
  }

  .why-process-list {
    grid-template-columns: 1fr;
  }

  .why-value-item {
    grid-template-columns: 34px 1fr;
  }
}

.page-cta p {
  color: var(--muted);
  line-height: 1.7;
}

.page-stack {
  display: grid;
  gap: 22px;
}

.quote-page-main .quote-section-single {
  grid-template-columns: 1fr;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.field-grid label {
  display: grid;
  gap: 8px;
  align-content: start;
}

.field-grid [hidden] {
  display: none;
}

.field-grid span {
  color: var(--forest-deep);
  font-size: 0.88rem;
  font-weight: 700;
}

.field-grid > label > span::after {
  content: " *";
  color: #d92d20;
  font-weight: 800;
}

.address-fieldset {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  border: 0;
}

.address-fieldset legend {
  margin-bottom: 2px;
  color: var(--forest-deep);
  font-size: 0.88rem;
  font-weight: 800;
}

.address-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.address-grid label > span::after {
  content: " *";
  color: #d92d20;
  font-weight: 800;
}

.priority-date-fieldset {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  border: 0;
}

.priority-date-fieldset legend {
  color: var(--forest-deep);
  font-size: 0.88rem;
  font-weight: 800;
}

.priority-date-fieldset legend::after,
.priority-date-card .priority-required > span:first-child::after {
  content: " *";
  color: #d92d20;
  font-weight: 800;
}

.priority-date-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.priority-date-card {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 14px;
  border: 1px solid rgba(15, 92, 43, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.45);
}

.priority-date-card label {
  display: grid;
  gap: 8px;
  align-content: start;
}

.field-note {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

body.quote-page .floating-book,
body.quote-page .iman-chatbot {
  display: none;
}

.commercial-quote-note {
  padding: 18px 20px;
  border: 1px solid rgba(15, 92, 43, 0.12);
  border-radius: 20px;
  background: rgba(238, 248, 231, 0.78);
}

.commercial-quote-note p {
  margin: 0;
  color: var(--forest-deep);
  font-weight: 800;
  line-height: 1.65;
}

.choice-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.choice-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(15, 92, 43, 0.14);
  border-radius: 18px;
  background: rgba(248, 251, 245, 0.96);
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 600;
}

.choice-chip input {
  width: 18px;
  height: 18px;
  accent-color: var(--forest);
}

.choice-window-count {
  flex: 1 1 100%;
  display: grid;
  gap: 8px;
  max-width: 360px;
}

.choice-window-count[hidden] {
  display: none;
}

.field-grid input,
.field-grid select,
.field-grid textarea {
  width: 100%;
  border: 1px solid rgba(15, 92, 43, 0.14);
  border-radius: 18px;
  padding: 14px 16px;
  color: var(--ink);
  font: inherit;
  background: rgba(248, 251, 245, 0.96);
}

.field-grid input:focus,
.field-grid select:focus,
.field-grid textarea:focus {
  outline: 2px solid rgba(21, 114, 55, 0.22);
  outline-offset: 1px;
  border-color: rgba(15, 92, 43, 0.28);
}

.field-grid textarea {
  resize: vertical;
}

.date-picker-wrap {
  position: relative;
  display: block;
}

.date-picker-input {
  cursor: pointer;
  min-height: 52px;
  padding-right: 58px;
  color-scheme: light;
}

.date-picker-input::-webkit-calendar-picker-indicator {
  width: 54px;
  height: 100%;
  margin: 0;
  cursor: pointer;
  opacity: 0;
}

.date-picker-button {
  position: absolute;
  right: 8px;
  top: 50%;
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 0;
  border-radius: 12px;
  color: var(--forest-deep);
  background: rgba(207, 233, 171, 0.52);
  cursor: pointer;
  transform: translateY(-50%);
}

.date-picker-button:hover,
.date-picker-button:focus-visible {
  background: rgba(207, 233, 171, 0.78);
}

.date-picker-button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  pointer-events: none;
}

.hp-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.field-wide {
  grid-column: 1 / -1;
}

.quote-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 20px;
}

.proof-card-accent {
  background:
    linear-gradient(180deg, rgba(238, 248, 231, 0.92), rgba(255, 255, 255, 0.96));
}

.proof-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.proof-tags span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(168, 212, 106, 0.16);
  color: var(--forest-deep);
  font-size: 0.92rem;
  font-weight: 700;
}

.coverage-list {
  margin: 22px 0 0;
  padding-left: 20px;
  color: var(--ink);
}

.coverage-list li + li {
  margin-top: 12px;
}

.google-reviews-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.88fr);
  gap: 24px;
  align-items: center;
  padding: 26px 0 10px;
}

.google-reviews-copy,
.google-review-card {
  padding: 32px;
  border-radius: 32px;
  border: 1px solid rgba(15, 92, 43, 0.08);
  box-shadow: var(--shadow-soft);
}

.google-reviews-copy {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(245, 250, 240, 0.95));
}

.google-reviews-copy p,
.google-review-card p {
  color: var(--muted);
  line-height: 1.7;
}

.google-review-card {
  background:
    radial-gradient(circle at top right, rgba(252, 232, 182, 0.34), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(249, 247, 241, 0.97));
}

.google-review-head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.google-review-head strong {
  display: block;
  color: var(--forest-deep);
  font-size: 1.1rem;
}

.google-review-head p {
  margin: 4px 0 0;
}

.google-badge {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #4285f4, #34a853 68%, #fbbc05);
  box-shadow: 0 14px 26px rgba(66, 133, 244, 0.24);
}

.google-stars {
  display: flex;
  gap: 6px;
  margin: 22px 0 14px;
  color: #fbbc05;
  font-size: 1.45rem;
}

.google-review-note {
  margin-bottom: 22px;
}

.google-review-link {
  color: var(--forest-deep);
  font-weight: 800;
  text-decoration: underline;
}

.testimonial-section {
  padding: 36px 0 10px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.testimonial-card {
  padding: 28px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(243, 249, 238, 0.94));
  border: 1px solid rgba(15, 92, 43, 0.08);
  box-shadow: var(--shadow-soft);
}

.quote-mark {
  margin: 0 0 10px;
  color: var(--forest);
  font-family: "Fraunces", Georgia, serif;
  font-size: 3rem;
  line-height: 0.8;
}

.testimonial-card p {
  color: var(--muted);
  line-height: 1.7;
}

.testimonial-card strong {
  display: block;
  margin-top: 18px;
  color: var(--forest-deep);
  font-size: 0.98rem;
}

.site-footer a {
  text-decoration: underline;
}

.story-panel {
  min-height: 100%;
  padding: 34px;
  border-radius: 34px;
}

.story-panel-dark {
  color: var(--white);
  background:
    radial-gradient(circle at top right, rgba(168, 212, 106, 0.2), transparent 35%),
    linear-gradient(135deg, #0a3f1d, #115e2f 68%, #178744);
  box-shadow: var(--shadow);
}

.story-panel-dark .eyebrow,
.story-panel-dark h2,
.story-panel-dark li {
  color: var(--white);
}

.story-panel-dark .eyebrow {
  color: #ddf2ba;
}

.story-panel-dark .check-list li::before {
  color: #d7efb2;
}

.story-panel-light {
  background: linear-gradient(180deg, rgba(255, 250, 243, 0.96), rgba(255, 255, 255, 0.96));
  border: 1px solid rgba(15, 92, 43, 0.08);
  box-shadow: var(--shadow-soft);
}

.check-list {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.steps {
  margin-top: 26px;
  padding-left: 22px;
}

.steps li + li {
  margin-top: 14px;
}

.contact-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  margin-top: 18px;
  padding: 34px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(17, 75, 35, 0.96), rgba(12, 53, 25, 0.96)),
    linear-gradient(90deg, rgba(168, 212, 106, 0.22), transparent);
  box-shadow: var(--shadow);
}

.contact-strip .eyebrow,
.contact-strip h2,
.contact-strip p {
  color: var(--white);
}

.contact-domain {
  margin-top: 18px;
  font-size: 0.98rem;
}

.contact-actions {
  display: grid;
  gap: 14px;
  min-width: min(100%, 340px);
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.social-links-top {
  margin-top: 0;
  gap: 8px;
  justify-content: flex-end;
}

.social-links-top .social-icon {
  width: 44px;
  height: 44px;
}

.social-links-top .social-icon svg {
  width: 18px;
  height: 18px;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
  transition: transform 160ms ease, filter 160ms ease;
}

.social-icon:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.social-icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.social-icon-facebook {
  background: linear-gradient(145deg, #2f80ff 0%, #1768dc 100%);
}

.social-icon-google {
  background: linear-gradient(135deg, #ffffff, #f3f6fb);
  border-color: rgba(20, 49, 35, 0.08);
}

.social-icon-instagram {
  background:
    radial-gradient(circle at 30% 112%, #ffd35c 0%, #ff9a4d 24%, #fd3f6c 48%, #d534b8 70%, #3f5cff 100%);
}

.social-icon-tiktok {
  background: linear-gradient(145deg, #08080a 0%, #17171b 100%);
  border-color: rgba(37, 244, 238, 0.72);
  box-shadow:
    3px 0 0 rgba(254, 44, 85, 0.72),
    -3px 0 0 rgba(37, 244, 238, 0.72),
    0 16px 26px rgba(8, 63, 29, 0.18);
  position: relative;
}

.social-icon-tiktok::before,
.social-icon-tiktok::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
}

.social-icon-tiktok::before {
  box-shadow: inset -2px 0 0 rgba(37, 244, 238, 0.58);
}

.social-icon-tiktok::after {
  box-shadow: inset 2px 0 0 rgba(254, 44, 85, 0.56);
}

.social-icon-youtube {
  background: linear-gradient(145deg, #ff2828 0%, #e40707 100%);
}

.contact-pill {
  display: grid;
  gap: 4px;
  padding: 18px 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: transform 160ms ease, background 160ms ease;
}

.pill-label {
  color: #d5efb1;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-pill strong {
  color: var(--white);
  font-size: 1.15rem;
}

.contact-hero {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 1fr);
  gap: 28px;
  align-items: stretch;
  margin-bottom: 36px;
}

.contact-hero-copy,
.contact-cta-card,
.contact-how {
  border: 1px solid rgba(15, 92, 43, 0.08);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
}

.contact-hero-copy {
  padding: 44px;
}

.contact-hero-copy h1 {
  max-width: 11ch;
  margin-bottom: 24px;
  font-size: clamp(2.7rem, 4.6vw, 4.5rem);
}

.contact-hero-copy p,
.contact-cta-card p,
.contact-how .section-heading p {
  color: var(--muted);
  line-height: 1.75;
}

.contact-cta-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  padding: 34px;
  color: var(--white);
  background: linear-gradient(135deg, var(--forest-deep), var(--forest));
}

.contact-cta-card h2 {
  max-width: 10ch;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
}

.contact-cta-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

.contact-cta-card .button-primary {
  align-self: flex-start;
  color: var(--forest-deep);
  background: var(--mint);
  box-shadow: none;
}

.contact-now-form {
  justify-content: flex-start;
}

.contact-now-form h2 {
  max-width: none;
}

.contact-now-form label {
  display: grid;
  gap: 8px;
}

.contact-now-form label span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-now-form input,
.contact-now-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  padding: 14px 16px;
  color: var(--forest-deep);
  font: inherit;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.contact-now-form textarea {
  min-height: 130px;
  resize: vertical;
}

.contact-now-form input:focus,
.contact-now-form textarea:focus {
  outline: 3px solid rgba(168, 212, 106, 0.34);
  border-color: rgba(168, 212, 106, 0.8);
}

.contact-cta-links {
  display: grid;
  gap: 12px;
}

.contact-cta-links a,
.contact-phone-box {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.09);
}

.contact-cta-links span,
.contact-phone-box span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-cta-links strong,
.contact-phone-box strong {
  color: var(--white);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  word-break: break-word;
}

.contact-phone-box strong {
  display: grid;
  gap: 6px;
}

.contact-phone-box strong a {
  display: inline;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.contact-how {
  padding: 34px;
}

.contact-how .section-heading {
  margin-bottom: 28px;
}

.contact-how .section-heading h2 {
  max-width: 12ch;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
}

.contact-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-steps li {
  min-height: 150px;
  padding: 22px;
  border-radius: 22px;
  background: var(--mint-soft);
}

.contact-steps span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 14px;
  color: var(--white);
  background: var(--forest);
  font-weight: 800;
}

.contact-steps strong {
  display: block;
  color: var(--forest-deep);
  font-size: 1.2rem;
  line-height: 1.2;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 22px 6px 10px;
  color: var(--muted);
  font-size: 0.92rem;
  flex-wrap: wrap;
}

.global-contact-footer {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: min(calc(100% - 32px), var(--max-width));
  margin: 0 auto;
}

.global-contact-footer p {
  margin: 0;
}

.thanks-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px 0;
}

.thanks-card {
  width: min(calc(100% - 32px), 760px);
  padding: 40px;
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(248, 245, 239, 0.96)),
    linear-gradient(120deg, rgba(168, 212, 106, 0.18), rgba(15, 92, 43, 0.05));
  border: 1px solid rgba(15, 92, 43, 0.08);
  box-shadow: var(--shadow);
}

.thanks-card p {
  color: var(--muted);
  line-height: 1.7;
}

.thanks-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .page-links-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .topbar,
  .hero,
  .stats-band,
  .flyer-feature,
  .service-grid,
  .story-band,
  .proof-grid,
  .quote-section,
  .google-reviews-section,
  .testimonial-grid,
  .contact-strip {
    grid-template-columns: 1fr;
  }

  .contact-hero,
  .contact-steps {
    grid-template-columns: 1fr;
  }

  .topbar {
    border-radius: 28px;
  }

  .topbar-actions {
    justify-content: flex-start;
  }

  .social-links-top {
    justify-content: flex-start;
  }

  .hero {
    min-height: 620px;
    padding: 34px 24px 210px;
  }

  .hero::before {
    inset: 0;
    clip-path: none;
    background: linear-gradient(180deg, rgba(8, 35, 19, 0.94), rgba(11, 72, 33, 0.82));
  }

  .hero::after {
    right: -50px;
    top: -30px;
  }

  .hero-copy {
    width: 100%;
    padding-right: 0;
  }

  .hero-media {
    inset: 0;
  }

  .hero-badge {
    left: 24px;
    right: 24px;
    bottom: 24px;
    width: auto;
  }

  .contact-actions {
    min-width: 0;
  }
}

@media (max-width: 720px) {
  .site-shell {
    width: min(calc(100% - 20px), var(--max-width));
    padding-top: 12px;
  }

  .topbar {
    position: static;
    align-items: flex-start;
    padding: 18px;
  }

  .topbar-actions {
    width: 100%;
    gap: 16px;
  }

  .brand-logo {
    width: 46px;
    height: 46px;
  }

  .topnav {
    gap: 14px;
  }

  .page-links-band {
    padding: 16px;
    border-radius: 24px;
  }

  .page-links-grid {
    grid-template-columns: 1fr;
  }

  .page-links-grid a {
    min-height: 52px;
    border-radius: 18px;
  }

  .social-links {
    gap: 10px;
  }

  .social-links-top .social-icon {
    width: 42px;
    height: 42px;
  }

  .social-links-top .social-icon svg {
    width: 17px;
    height: 17px;
  }

  h1 {
    max-width: none;
  }

  .hero,
  .service-card,
  .story-panel,
  .proof-card,
  .quote-copy,
  .quote-link-card,
  .page-intro,
  .page-cta,
  .quote-form,
  .contact-strip {
    border-radius: 26px;
  }

  .services {
    padding-top: 54px;
  }

  .hero {
    min-height: 560px;
    padding: 30px 20px 188px;
  }

  .hero-badge {
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 18px;
    border-radius: 24px;
  }

  .hero-highlights {
    gap: 10px;
  }

  .hero-highlight {
    width: 100%;
    justify-content: center;
  }

  .contact-strip {
    padding: 28px 20px;
  }

  .contact-hero-copy,
  .contact-cta-card,
  .contact-how {
    padding: 26px 20px;
    border-radius: 26px;
  }

  .contact-hero-copy h1,
  .contact-cta-card h2,
  .contact-how .section-heading h2 {
    max-width: none;
  }

  .contact-pill strong {
    font-size: 1rem;
    overflow-wrap: anywhere;
  }

  .choice-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .field-grid {
    grid-template-columns: 1fr;
  }

  .priority-date-grid {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding-left: 2px;
    padding-right: 2px;
  }

  .thanks-card {
    width: min(calc(100% - 20px), 760px);
    padding: 30px 22px;
    border-radius: 28px;
  }
}

/* Homepage redesign */

body.homepage {
  --home-green: #0f3d2e;
  --home-green-soft: #174f3d;
  --home-gray: #f3f5f4;
  --home-gray-deep: #dfe6e3;
  --home-text: #18211d;
  --home-muted: #5c6a64;
  margin: 0;
  padding-top: 85px;
  color: var(--home-text);
  font-family: "Poppins", Arial, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(15, 61, 46, 0.07), transparent 30%),
    linear-gradient(180deg, #fbfcfc 0%, #f1f4f3 100%);
  scroll-padding-top: 110px;
}

.homepage section[id],
.homepage footer[id] {
  scroll-margin-top: 110px;
}

.homepage h1,
.homepage h2,
.homepage h3 {
  margin: 0;
  color: var(--home-text);
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: 0;
  line-height: 1;
}

.homepage p,
.homepage li,
.homepage label,
.homepage span,
.homepage a,
.homepage button,
.homepage input,
.homepage select {
  font-family: "Poppins", Arial, sans-serif;
}

.homepage .brand-mark,
.homepage .brand-copy {
  color: var(--home-green);
}

.home-shell {
  width: min(calc(100% - 32px), 1200px);
  margin: 0 auto;
}

.home-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  padding: 16px 0;
  font-family: "Poppins", Arial, sans-serif;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(15, 61, 46, 0.08);
  box-shadow: 0 12px 34px rgba(15, 61, 46, 0.07);
}

.site-shell > .topbar,
.page-main > .page-links-band,
.home-nav .social-links-top {
  display: none;
}

.home-nav .brand-mark,
.home-nav .brand-copy {
  color: var(--home-green);
}

.home-nav-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.home-brand {
  flex-shrink: 0;
}

.home-nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex: 1 1 auto;
}

.home-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-direction: column;
  border: 1px solid rgba(15, 61, 46, 0.12);
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 10px 22px rgba(15, 61, 46, 0.08);
  cursor: pointer;
}

.home-menu-toggle span {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--home-green);
}

.home-nav-links a {
  position: relative;
  color: var(--home-muted);
  font-size: 0.95rem;
  font-weight: 600;
}

.home-nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: var(--home-green);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.home-nav-links a:hover::after {
  transform: scaleX(1);
}

.home-nav-cta,
.home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.home-nav-cta:hover,
.home-btn:hover,
.floating-book:hover {
  transform: translateY(-2px);
}

.home-nav-cta,
.home-btn-primary,
.floating-book {
  color: var(--white);
  background: linear-gradient(135deg, var(--home-green, var(--forest)), var(--home-green-soft, var(--forest-deep)));
  box-shadow: 0 18px 28px rgba(15, 61, 46, 0.18);
}

.home-btn-secondary {
  color: var(--home-green);
  border: 1px solid rgba(15, 61, 46, 0.14);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 20px rgba(15, 61, 46, 0.06);
}

.home-btn-secondary:hover {
  background: #f7f9f8;
}

.home-main {
  padding: 36px 0 90px;
  background:
    radial-gradient(circle at 84% 18%, rgba(168, 212, 106, 0.18), transparent 26rem),
    radial-gradient(circle at 4% 28%, rgba(15, 61, 46, 0.08), transparent 24rem);
}

.services-page-main {
  padding: 26px 0 90px;
}

.services-page .social-links-top {
  flex-wrap: nowrap;
  gap: 18px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 34px rgba(15, 61, 46, 0.12);
}

.services-page .social-links-top .social-icon {
  width: 66px;
  height: 66px;
  box-shadow: 0 10px 22px rgba(15, 61, 46, 0.12);
}

.services-page .social-links-top .social-icon svg {
  width: 28px;
  height: 28px;
}

.home-section {
  padding: 44px 0;
}

.home-kicker {
  margin: 0 0 16px;
  color: var(--home-green);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-section-head {
  max-width: 760px;
  margin-bottom: 30px;
}

.services-page-hero .home-section-head {
  max-width: 980px;
  margin-bottom: 34px;
}

.services-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.46fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 34px;
}

.services-page-hero .home-section-head h1 {
  font-size: clamp(3rem, 6vw, 5.6rem);
  max-width: 11ch;
}

.services-page-hero .home-section-head p {
  max-width: 60ch;
  font-size: 1.05rem;
}

.services-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.services-hero-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 24px;
  border: 1px solid rgba(15, 61, 46, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 40px rgba(15, 61, 46, 0.08);
}

.services-hero-panel span,
.services-addon-list span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 44px;
  padding-left: 30px;
  color: var(--home-text);
  font-weight: 700;
}

.services-hero-panel span::before,
.services-addon-list span::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 50%;
  color: var(--home-green);
  font-weight: 800;
  transform: translateY(-50%);
}

.home-section-head h2,
.home-before-after-copy h2,
.home-areas-copy h2,
.home-quote-copy h2 {
  font-size: clamp(2.4rem, 4.6vw, 4rem);
  max-width: 11ch;
}

.home-section-head p,
.home-before-after-copy p,
.home-areas-copy p,
.home-quote-copy p,
.home-footer p,
.home-social-card p {
  color: var(--home-muted);
  line-height: 1.75;
}

.home-hero {
  padding: 18px 0 42px;
}

.home-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(34px, 5vw, 66px);
  align-items: center;
  min-height: 690px;
  padding: clamp(34px, 5vw, 64px);
  border-radius: 40px;
  background:
    radial-gradient(circle at 96% 2%, rgba(168, 212, 106, 0.18), transparent 22rem),
    radial-gradient(circle at 0% 100%, rgba(15, 61, 46, 0.08), transparent 20rem),
    linear-gradient(135deg, #ffffff 0%, #fbfdf9 54%, #edf6ef 100%);
  border: 1px solid rgba(15, 61, 46, 0.08);
  box-shadow: 0 30px 74px rgba(15, 61, 46, 0.11);
  overflow: hidden;
}

.home-hero-copy {
  position: relative;
  padding-left: clamp(18px, 2.2vw, 34px);
}

.home-hero-copy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: clamp(120px, 22vw, 230px);
  border-radius: 999px;
  background: linear-gradient(180deg, var(--home-green), rgba(168, 212, 106, 0.74));
}

.home-hero-copy h1 {
  max-width: 680px;
  margin-bottom: 18px;
  color: var(--home-text);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 3.2vw, 3.15rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
  text-align: left;
}

.home-hero-copy h1 span {
  display: inline-block;
  color: var(--home-green);
  text-decoration-line: underline;
  text-decoration-color: rgba(168, 212, 106, 0.76);
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.08em;
}

.home-subheadline {
  margin: 0 0 24px;
  max-width: 620px;
  color: var(--home-muted);
  font-size: clamp(1.04rem, 1.6vw, 1.18rem);
  font-weight: 600;
  line-height: 1.65;
}

.home-hero-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  max-width: 680px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-hero-points li {
  position: relative;
  padding-left: 28px;
  color: var(--home-text);
  font-weight: 600;
}

.home-hero-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--home-green);
  font-weight: 700;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.home-hero-media {
  position: relative;
  width: min(100%, 620px);
  aspect-ratio: 1;
  min-height: 0;
  margin-left: auto;
  isolation: isolate;
}

.home-hero-media::before {
  content: "";
  position: absolute;
  inset: -38px;
  z-index: -2;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(168, 212, 106, 0.36), transparent 62%),
    radial-gradient(circle at 68% 24%, rgba(15, 61, 46, 0.18), transparent 42%);
  filter: blur(8px);
}

.home-hero-media::after {
  content: "";
  position: absolute;
  right: 5%;
  bottom: 11%;
  z-index: 3;
  width: 28px;
  height: 28px;
  border: 8px solid var(--white);
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 10px 24px rgba(15, 61, 46, 0.16);
}

.home-hero-visual {
  position: absolute;
  inset: 0;
  border: 18px solid var(--forest);
  border-right-color: var(--mint);
  border-bottom-color: var(--home-green-soft);
  border-radius: 50%;
  overflow: hidden;
  background: #dfe8e3;
  box-shadow:
    0 30px 70px rgba(15, 61, 46, 0.22),
    inset 0 0 0 10px rgba(255, 255, 255, 0.5);
}

.home-hero-visual video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 61, 46, 0.06), rgba(15, 61, 46, 0.2));
}

.home-hero-orb {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.home-hero-orb-one {
  width: 34px;
  height: 34px;
  top: 12%;
  left: 4%;
  border: 8px solid var(--white);
  background: var(--mint);
  box-shadow: 0 12px 26px rgba(15, 61, 46, 0.12);
}

.home-hero-orb-two {
  width: 64px;
  height: 64px;
  right: -10px;
  top: 44%;
  border: 14px solid rgba(255, 255, 255, 0.9);
  background: rgba(15, 61, 46, 0.14);
  box-shadow: 0 16px 30px rgba(15, 61, 46, 0.12);
}

.home-premium-section {
  padding: 42px 0;
}

.home-premium-grid,
.home-trust-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
}

.home-premium-copy h2,
.home-area-cta h2,
.home-final-cta-panel h2 {
  max-width: 12ch;
  margin: 0 0 18px;
  color: var(--home-text);
  font-size: clamp(2.35rem, 4.6vw, 4rem);
  line-height: 0.98;
}

.home-premium-copy p,
.home-area-cta p,
.home-final-cta-panel p {
  max-width: 66ch;
  color: var(--home-muted);
  font-size: 1.03rem;
  line-height: 1.75;
}

.home-premium-copy .home-btn {
  margin-top: 18px;
}

.home-highlight-grid {
  display: grid;
  gap: 16px;
}

.home-highlight-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(15, 61, 46, 0.08);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(15, 61, 46, 0.08);
}

.home-highlight-card::after {
  content: "";
  position: absolute;
  inset: auto -30px -52px auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(168, 212, 106, 0.22);
}

.home-highlight-card span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--home-green);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.home-highlight-card h3 {
  max-width: 20ch;
  margin: 0 0 10px;
  color: var(--home-text);
  font-size: 1.25rem;
  line-height: 1.15;
}

.home-highlight-card p {
  margin: 0;
  color: var(--home-muted);
  line-height: 1.65;
}

.home-services-preview {
  padding: clamp(28px, 5vw, 46px);
  border: 1px solid rgba(15, 61, 46, 0.08);
  border-radius: 34px;
  background:
    radial-gradient(circle at 88% 8%, rgba(168, 212, 106, 0.18), transparent 18rem),
    rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 60px rgba(15, 61, 46, 0.09);
}

.home-service-preview-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 26px 0 28px;
}

.home-service-preview-grid a {
  display: grid;
  min-height: 86px;
  place-items: center;
  padding: 14px;
  border: 1px solid rgba(15, 61, 46, 0.1);
  border-radius: 20px;
  color: var(--home-green);
  background: #f8fbf6;
  font-weight: 800;
  line-height: 1.22;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.home-service-preview-grid a:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(15, 61, 46, 0.1);
}

.home-trust-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-trust-list li {
  position: relative;
  min-height: 76px;
  padding: 18px 18px 18px 48px;
  border: 1px solid rgba(15, 61, 46, 0.08);
  border-radius: 20px;
  color: var(--home-text);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 32px rgba(15, 61, 46, 0.07);
  font-weight: 700;
  line-height: 1.35;
}

.home-trust-list li::before {
  content: "✓";
  position: absolute;
  left: 18px;
  top: 17px;
  color: var(--home-green);
  font-weight: 900;
}

.home-choose-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid rgba(15, 61, 46, 0.08);
  border-radius: 38px;
  background:
    radial-gradient(circle at 92% 8%, rgba(168, 212, 106, 0.26), transparent 20rem),
    radial-gradient(circle at 8% 96%, rgba(15, 61, 46, 0.08), transparent 18rem),
    linear-gradient(135deg, #ffffff 0%, #f9fcf7 56%, #eef8e9 100%);
  box-shadow: 0 30px 76px rgba(15, 61, 46, 0.12);
}

.home-choose-head {
  max-width: 920px;
}

.home-choose-head h2 {
  max-width: 780px;
  margin: 0 0 18px;
  color: var(--home-text);
  font-size: clamp(2.25rem, 4.2vw, 3.8rem);
  line-height: 1;
}

.home-choose-head p {
  max-width: 82ch;
  margin: 0;
  color: var(--home-muted);
  font-size: 1.03rem;
  line-height: 1.75;
}

.home-choose-head .home-choose-subhead {
  margin-bottom: 12px;
  color: rgba(15, 61, 46, 0.86);
  font-weight: 700;
}

.home-choose-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: clamp(24px, 4vw, 38px);
}

.home-choose-card {
  position: relative;
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(15, 61, 46, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 38px rgba(15, 61, 46, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.home-choose-card:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 61, 46, 0.18);
  box-shadow: 0 24px 52px rgba(15, 61, 46, 0.12);
}

.home-choose-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  color: var(--home-green);
  background: rgba(168, 212, 106, 0.18);
  box-shadow: inset 0 0 0 1px rgba(15, 61, 46, 0.08);
}

.home-choose-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.home-choose-card h3 {
  margin: 0 0 10px;
  color: var(--home-text);
  font-size: 1.14rem;
  line-height: 1.2;
}

.home-choose-card p {
  margin: 0;
  color: var(--home-muted);
  font-size: 0.98rem;
  line-height: 1.6;
}

.home-choose-actions {
  display: flex;
  justify-content: center;
  margin-top: clamp(24px, 4vw, 38px);
}

.home-choose-actions .home-btn-primary {
  box-shadow: 0 18px 42px rgba(15, 61, 46, 0.2);
}

.home-area-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  align-items: center;
  gap: clamp(24px, 4vw, 48px);
  padding: clamp(28px, 5vw, 44px);
  border-radius: 34px;
  background:
    radial-gradient(circle at 88% 14%, rgba(178, 222, 124, 0.28), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f8fcf5 64%, #edf7e6 100%);
  border: 1px solid rgba(15, 61, 46, 0.08);
  box-shadow: 0 24px 62px rgba(15, 61, 46, 0.12);
}

.home-area-cta h2 {
  max-width: 780px;
  color: var(--home-ink);
}

.home-area-cta p {
  max-width: 780px;
  color: var(--home-muted);
}

.home-area-cta .home-btn-secondary {
  margin-top: 8px;
  color: #fff;
  background: var(--home-green);
  border-color: var(--home-green);
  box-shadow: 0 16px 34px rgba(15, 61, 46, 0.18);
}

.home-borough-badges {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.home-borough-badges span {
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 61, 46, 0.1);
  box-shadow: 0 12px 28px rgba(15, 61, 46, 0.08);
  color: var(--home-green);
  font-weight: 900;
}

.home-borough-badges span:last-child {
  grid-column: 1 / -1;
}

.home-final-cta-panel {
  display: grid;
  justify-items: start;
  padding: clamp(34px, 6vw, 66px);
  border: 1px solid rgba(15, 61, 46, 0.08);
  border-radius: 38px;
  background:
    radial-gradient(circle at 50% -10%, rgba(168, 212, 106, 0.24), transparent 20rem),
    linear-gradient(180deg, #ffffff, #f5faf3);
  box-shadow: 0 30px 74px rgba(15, 61, 46, 0.1);
  text-align: left;
}

.home-final-cta-panel h2 {
  max-width: 820px;
  font-size: clamp(1.9rem, 3vw, 2.75rem);
  line-height: 1.12;
}

.home-final-cta-panel p {
  margin: 0;
}

.home-pain-grid,
.home-pricing-grid,
.home-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.home-pain-card,
.home-price-card,
.home-rating-badge,
.home-proof-card {
  border: 1px solid rgba(15, 61, 46, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 40px rgba(15, 61, 46, 0.08);
}

.home-pain-card,
.home-price-card,
.home-rating-badge {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 28px;
}

.home-pain-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(15, 61, 46, 0.08);
  color: var(--home-green);
  font-weight: 800;
}

.home-pain-card h3,
.home-price-card h3,
.home-proof-card h3 {
  margin: 0;
  font-size: 1.18rem;
}

.home-pain-card p,
.home-price-card p,
.home-rating-badge p,
.home-proof-card p {
  margin: 0;
  color: var(--home-muted);
  line-height: 1.72;
}

.home-life-back,
.home-trust-note {
  margin: 26px 0 0;
  padding: 24px 28px;
  border-radius: 28px;
  background: linear-gradient(135deg, var(--home-green), var(--home-green-soft));
  color: var(--white);
  font-size: clamp(1.4rem, 3vw, 2.4rem);
  font-weight: 800;
  line-height: 1.25;
}

.home-price-card {
  min-height: 240px;
}

.home-price-card strong {
  color: var(--home-green);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
}

.home-price-card-featured {
  border-color: rgba(15, 61, 46, 0.22);
  transform: translateY(-8px);
}

.home-pricing-actions {
  display: flex;
  margin-top: 24px;
}

.home-proof-grid {
  margin-bottom: 24px;
}

.home-rating-badge strong {
  color: var(--home-text);
  font-size: 1.35rem;
  line-height: 1.35;
}

.home-proof-card {
  overflow: hidden;
}

.home-proof-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.home-proof-card div {
  display: grid;
  gap: 10px;
  padding: 22px;
}

.home-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.services-page-hero .home-services-grid {
  grid-template-columns: 1fr;
  max-width: 1120px;
  margin: 0 auto;
}

.home-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.home-service-card,
.home-review-card,
.home-compare-card,
.home-map-card,
.home-social-card,
.home-quote-form,
.home-quote-estimate-card {
  border: 1px solid rgba(15, 61, 46, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 40px rgba(15, 61, 46, 0.08);
}

.home-service-card {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 28px;
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.home-service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 61, 46, 0.18);
  box-shadow: 0 22px 50px rgba(15, 61, 46, 0.12);
}

.service-type-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(18px, 3vw, 28px);
  max-width: 920px;
  margin: 0 auto;
}

.service-type-card {
  overflow: hidden;
  border: 1px solid rgba(15, 61, 46, 0.1);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(15, 61, 46, 0.1);
}

.service-type-media {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.service-type-copy {
  display: grid;
  gap: 16px;
  padding: clamp(24px, 4vw, 34px);
}

.service-type-copy h2 {
  max-width: none;
  color: var(--forest-deep);
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  line-height: 1.02;
}

.service-type-copy p {
  margin: 0;
  color: var(--home-muted);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.65;
}

.service-subgrid {
  display: grid;
  gap: 10px;
}

.service-subbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 14px 16px;
  border: 1px solid rgba(15, 61, 46, 0.1);
  border-radius: 16px;
  color: var(--forest-deep);
  background: linear-gradient(180deg, rgba(245, 250, 240, 0.98), rgba(255, 255, 255, 0.96));
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(15, 61, 46, 0.06);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.service-subbox::after {
  content: ">";
  margin-left: 12px;
  color: var(--forest);
  font-weight: 900;
}

.service-subbox:hover {
  transform: translateY(-2px);
  border-color: rgba(15, 61, 46, 0.22);
  box-shadow: 0 14px 28px rgba(15, 61, 46, 0.1);
}

.service-type-copy .home-btn {
  width: fit-content;
}

.home-service-media {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 22px;
  display: block;
  margin-bottom: 4px;
}

.services-page-hero .home-service-card {
  position: relative;
  min-height: 520px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  padding: clamp(28px, 5vw, 56px);
  align-content: center;
  isolation: isolate;
}

.services-page-hero .home-service-card h3 {
  position: relative;
  z-index: 2;
  max-width: none;
  color: #fff;
  font-size: clamp(3rem, 7vw, 6.4rem);
  line-height: 0.94;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.48);
}

.services-page-hero .home-service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.36) 58%, rgba(0, 0, 0, 0.2)),
    rgba(0, 0, 0, 0.22);
}

.services-page-hero .home-service-card .home-service-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: inherit;
  object-fit: cover;
  filter: grayscale(0.18) brightness(0.58) contrast(1.1);
  transform: scale(1.01);
  animation: servicePhotoMove 9s ease-in-out infinite alternate;
}

.services-page-hero .home-service-card:hover .home-service-media {
  filter: grayscale(0.08) brightness(0.68) contrast(1.12);
  animation-duration: 5s;
}

.service-card-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: var(--home-muted);
  font-size: 0.95rem;
  line-height: 1.5;
  list-style: none;
}

.service-card-list li {
  position: relative;
  padding-left: 22px;
}

.service-card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--home-green);
}

.home-service-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 20px;
  background: rgba(15, 61, 46, 0.08);
  color: var(--home-green);
}

.home-service-icon svg,
.home-social-link svg,
.home-footer-socials svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.home-service-card h3 {
  font-size: 1.6rem;
}

.home-service-card p {
  margin: 0;
  color: var(--home-muted);
  line-height: 1.72;
}

.home-service-card a,
.home-service-link {
  color: var(--home-green);
  font-size: 0.95rem;
  font-weight: 700;
}

.home-service-link {
  align-self: end;
}

@keyframes servicePhotoMove {
  from {
    transform: scale(1.01) translateX(-0.8%);
  }

  to {
    transform: scale(1.04) translateX(0.8%);
  }
}

.services-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 26px;
  align-items: start;
}

.services-detail-copy h2 {
  font-size: clamp(2.4rem, 4.6vw, 4rem);
  max-width: 12ch;
}

.services-detail-copy p {
  max-width: 58ch;
  color: var(--home-muted);
  line-height: 1.75;
}

.services-step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.services-step {
  min-height: 280px;
  padding: 26px;
  border: 1px solid rgba(15, 61, 46, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 40px rgba(15, 61, 46, 0.08);
}

.services-step strong {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  border-radius: 16px;
  color: var(--white);
  background: var(--home-green);
}

.services-step h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
  line-height: 1.05;
}

.services-step p {
  margin: 0;
  color: var(--home-muted);
  line-height: 1.65;
}

.services-addon-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.services-addon-list span {
  padding: 18px 18px 18px 48px;
  border: 1px solid rgba(15, 61, 46, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 24px rgba(15, 61, 46, 0.06);
}

.services-addon-list span::before {
  left: 20px;
}

.service-detail-main {
  padding: 34px 0 90px;
}

.service-detail-hero {
  padding: 52px 0 34px;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(300px, 0.54fr);
  gap: 34px;
  align-items: start;
}

.service-detail-copy h1 {
  margin-bottom: 22px;
  font-size: clamp(3rem, 6vw, 5.6rem);
  max-width: 10ch;
}

.service-detail-copy p {
  max-width: 64ch;
  color: var(--home-muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.service-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.service-detail-panel {
  padding: 28px;
  border: 1px solid rgba(15, 61, 46, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 40px rgba(15, 61, 46, 0.08);
}

.service-detail-panel h2,
.service-detail-section h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 3vw, 3rem);
  max-width: 11ch;
}

.service-detail-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-detail-list li {
  position: relative;
  padding-left: 28px;
  color: var(--home-muted);
  line-height: 1.6;
}

.service-detail-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--home-green);
  font-weight: 800;
}

.service-detail-section {
  padding: 34px 0;
}

.service-detail-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-detail-card {
  min-height: 220px;
  padding: 26px;
  border: 1px solid rgba(15, 61, 46, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 40px rgba(15, 61, 46, 0.08);
}

.service-detail-card h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
  line-height: 1.05;
}

.service-detail-card p {
  margin: 0;
  color: var(--home-muted);
  line-height: 1.65;
}

.commercial-detail-main {
  background:
    radial-gradient(circle at 85% 8%, rgba(177, 221, 136, 0.28), transparent 28%),
    linear-gradient(180deg, rgba(248, 251, 245, 0.96), rgba(255, 255, 255, 0.98) 38%);
  padding: 46px 0 86px;
}

.commercial-detail-hero {
  padding: 34px 0 26px;
}

.commercial-detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 36px;
  align-items: end;
}

.commercial-detail-hero h1 {
  max-width: 11ch;
  margin: 0 0 18px;
  color: var(--home-ink);
  font-size: clamp(3rem, 6.4vw, 5.8rem);
  line-height: 0.95;
}

.commercial-detail-hero p {
  max-width: 64ch;
  color: var(--home-muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.commercial-detail-nav {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(15, 61, 46, 0.1);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(15, 61, 46, 0.08);
}

.commercial-detail-nav a {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 18px;
  color: var(--home-green);
  font-weight: 800;
  text-decoration: none;
}

.commercial-detail-nav a::after {
  content: ">";
  color: var(--home-green);
}

.commercial-detail-nav a:hover {
  background: rgba(15, 61, 46, 0.06);
}

.commercial-service-section {
  scroll-margin-top: 120px;
  padding: 24px 0;
}

.commercial-service-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: 28px;
  align-items: start;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(15, 61, 46, 0.08);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 50px rgba(15, 61, 46, 0.08);
}

.commercial-service-copy h2 {
  max-width: 14ch;
  margin: 0 0 18px;
  color: var(--home-ink);
  font-size: clamp(2.2rem, 4.2vw, 4rem);
  line-height: 1;
}

.commercial-service-copy h3,
.commercial-clean-list h3 {
  margin: 22px 0 10px;
  color: var(--home-ink);
  font-size: 1.08rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.commercial-service-copy p {
  max-width: 62ch;
  color: var(--home-muted);
  line-height: 1.72;
}

.commercial-clean-list {
  padding: 24px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(240, 248, 234, 0.88), rgba(255, 255, 255, 0.92));
}

.commercial-clean-list ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.commercial-clean-list li {
  position: relative;
  padding-left: 26px;
  color: var(--home-muted);
  line-height: 1.55;
}

.commercial-clean-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--home-green);
  font-weight: 900;
}

.commercial-note {
  margin: 20px 0;
  padding: 16px 18px;
  border-left: 4px solid var(--home-green);
  border-radius: 16px;
  background: rgba(15, 61, 46, 0.06);
  color: var(--home-muted);
  line-height: 1.6;
}

.commercial-detail-hero .home-btn {
  margin-top: 18px;
}

.commercial-service-page-grid {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr);
}

.commercial-clean-list h2,
.commercial-service-aside h2 {
  margin: 0 0 14px;
  color: var(--home-ink);
  font-size: 1.08rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.commercial-service-aside {
  display: grid;
  gap: 18px;
  align-content: start;
}

.commercial-service-aside-block {
  padding: 24px;
  border: 1px solid rgba(15, 61, 46, 0.08);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 50px rgba(15, 61, 46, 0.08);
}

.commercial-service-aside-block p {
  margin: 0;
  color: var(--home-muted);
  line-height: 1.68;
}

.residential-detail-main {
  background:
    radial-gradient(circle at 10% 12%, rgba(177, 221, 136, 0.28), transparent 28%),
    linear-gradient(180deg, rgba(248, 251, 245, 0.98), rgba(255, 255, 255, 0.98) 42%);
  padding: 46px 0 86px;
}

.residential-detail-hero {
  padding: 38px 0 28px;
}

.residential-detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr);
  gap: 32px;
  align-items: end;
}

.residential-detail-copy h1 {
  max-width: 13ch;
  margin: 0 0 20px;
  color: var(--home-ink);
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: 0.96;
}

.residential-detail-copy p {
  max-width: 62ch;
  color: var(--home-muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.residential-detail-copy .home-btn {
  margin-top: 18px;
}

.residential-detail-note {
  padding: 26px;
  border: 1px solid rgba(15, 61, 46, 0.1);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(15, 61, 46, 0.08);
}

.residential-detail-note h2,
.residential-clean-list h2,
.residential-best-list h2 {
  margin: 0 0 14px;
  color: var(--home-ink);
  font-size: 1.08rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.residential-detail-note p {
  margin: 0;
  color: var(--home-muted);
  line-height: 1.68;
}

.residential-detail-section {
  padding: 24px 0;
}

.residential-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.56fr);
  gap: 24px;
}

.residential-clean-list,
.residential-best-list {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(15, 61, 46, 0.08);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 50px rgba(15, 61, 46, 0.08);
}

.residential-clean-list ul,
.residential-best-list ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.residential-clean-list li,
.residential-best-list li {
  position: relative;
  padding-left: 28px;
  color: var(--home-muted);
  line-height: 1.58;
}

.residential-clean-list li::before,
.residential-best-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--home-green);
  font-weight: 900;
}

.standard-cleaning-main {
  background:
    linear-gradient(180deg, rgba(248, 251, 245, 0.96), rgba(255, 255, 255, 0.98) 36%),
    var(--home-bg);
}

.standard-cleaning-shell {
  width: min(calc(100% - 40px), 900px);
}

.standard-cleaning-hero {
  padding: 58px 0 24px;
}

.standard-cleaning-hero h1 {
  max-width: 11ch;
  margin: 0 0 20px;
  font-size: clamp(3.1rem, 7vw, 6rem);
  line-height: 0.92;
}

.standard-cleaning-hero p {
  max-width: 760px;
  margin: 0;
  color: var(--home-muted);
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  line-height: 1.78;
}

.standard-cleaning-content {
  padding: 22px 0 54px;
}

.standard-cleaning-content .standard-cleaning-shell {
  display: grid;
  gap: 22px;
}

.standard-cleaning-card,
.standard-cleaning-schedule,
.standard-cleaning-cta {
  border: 1px solid rgba(15, 61, 46, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 44px rgba(15, 61, 46, 0.08);
}

.standard-cleaning-card {
  display: grid;
  gap: 20px;
  padding: clamp(24px, 4vw, 34px);
}

.standard-cleaning-card-important {
  border-color: rgba(15, 92, 43, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 245, 0.98));
}

.standard-cleaning-card-head {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.standard-cleaning-card-head span {
  display: inline-grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 16px;
  background: rgba(207, 233, 171, 0.42);
  font-size: 1.45rem;
}

.standard-cleaning-card h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3.5vw, 2.65rem);
  line-height: 1;
}

.standard-cleaning-card h3 {
  margin: 0 0 12px;
  color: var(--home-forest);
  font-size: 1.1rem;
}

.standard-cleaning-intro,
.standard-cleaning-note {
  margin: 0;
  color: var(--home-muted);
  line-height: 1.72;
}

.standard-cleaning-note {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(248, 251, 245, 0.9);
}

.standard-cleaning-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.standard-cleaning-list li {
  position: relative;
  padding-left: 28px;
  color: var(--home-muted);
  line-height: 1.65;
}

.standard-cleaning-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.64em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--home-green);
  box-shadow: 0 0 0 4px rgba(15, 92, 43, 0.1);
}

.standard-cleaning-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.standard-cleaning-list-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.standard-cleaning-schedule {
  padding: 22px 24px;
  color: var(--home-forest);
  font-weight: 800;
  line-height: 1.6;
}

.standard-cleaning-cta {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 30px 24px;
  text-align: center;
}

.standard-cleaning-cta .home-btn {
  min-width: min(100%, 260px);
}

.standard-cleaning-cta p {
  margin: 0;
  color: var(--home-muted);
  font-weight: 700;
}

.areas-served-panel {
  margin-top: 34px;
  padding: 30px;
  border: 1px solid rgba(15, 92, 43, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
}

.areas-served-panel h2 {
  margin-bottom: 20px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  max-width: none;
}

.areas-borough-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.areas-borough-list li {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 12px 16px;
  border-radius: 16px;
  color: var(--forest-deep);
  font-weight: 800;
  background: var(--mint-soft);
}

.site-follow-section {
  width: min(calc(100% - 32px), var(--max-width));
  margin: 34px auto 0;
}

.areas-follow-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 22px;
  padding: 24px 28px;
  border: 1px solid rgba(15, 92, 43, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
}

.areas-follow-panel p {
  margin: 0;
  color: var(--forest-deep);
  font-size: 1.25rem;
  font-weight: 800;
}

.areas-follow-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.home-quote-grid,
.home-before-after-grid,
.home-areas-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.home-quote-copy {
  position: sticky;
  top: 108px;
}

.home-quote-estimate-card {
  margin-top: 26px;
  padding: 26px;
  background: linear-gradient(135deg, var(--home-green), var(--home-green-soft));
  color: var(--white);
}

.home-estimate-label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-quote-estimate-card strong {
  display: block;
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-family: "Playfair Display", Georgia, serif;
}

.home-quote-estimate-card p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.home-quote-form {
  display: grid;
  gap: 24px;
  padding: 30px;
}

.home-field-block,
.home-field-grid label {
  display: grid;
  gap: 10px;
}

.home-field-block > span,
.home-field-grid span {
  color: var(--home-text);
  font-size: 0.88rem;
  font-weight: 700;
}

.home-field-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.home-field-grid select,
.home-toggle span,
.home-addon span {
  min-height: 56px;
  border-radius: 18px;
  font-size: 0.95rem;
}

.home-field-grid select {
  width: 100%;
  padding: 0 16px;
  border: 1px solid rgba(15, 61, 46, 0.12);
  background: #f7f9f8;
  color: var(--home-text);
}

.home-toggle-grid,
.home-addon-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.home-toggle input,
.home-addon input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.home-toggle span,
.home-addon span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 116px;
  padding: 0 18px;
  border: 1px solid rgba(15, 61, 46, 0.12);
  background: #f7f9f8;
  color: var(--home-text);
  font-weight: 600;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.home-toggle input:checked + span,
.home-addon input:checked + span {
  color: var(--white);
  border-color: rgba(15, 61, 46, 0.2);
  background: linear-gradient(135deg, var(--home-green), var(--home-green-soft));
  box-shadow: 0 14px 24px rgba(15, 61, 46, 0.16);
}

.home-book-service {
  width: fit-content;
  margin-top: 10px;
}

.home-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

.home-badge-row span,
.home-area-list span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(15, 61, 46, 0.12);
  background: rgba(255, 255, 255, 0.96);
  color: var(--home-green);
  font-size: 0.92rem;
  font-weight: 700;
}

.home-review-card {
  display: grid;
  gap: 14px;
  padding: 26px;
}

.home-stars {
  color: #efb94a;
  letter-spacing: 0.2em;
}

.home-review-card p {
  margin: 0;
  color: var(--home-muted);
  line-height: 1.72;
}

.home-review-card strong {
  font-size: 1rem;
}

.home-review-card span {
  color: var(--home-muted);
  font-size: 0.9rem;
}

.home-before-after-copy,
.home-areas-copy {
  padding-right: 10px;
}

.home-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.home-compare-card {
  position: relative;
  overflow: hidden;
}

.home-compare-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.home-compare-before img {
  filter: grayscale(1) contrast(0.92) brightness(0.86);
}

.home-compare-card figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(15, 61, 46, 0.7);
  backdrop-filter: blur(10px);
}

.home-area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.home-map-card {
  position: relative;
  min-height: 360px;
  padding: 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(15, 61, 46, 0.16), transparent 24%),
    linear-gradient(135deg, #eef3f0, #ffffff);
}

.home-map-card::before,
.home-map-card::after {
  content: "";
  position: absolute;
  border-radius: 32px;
  background: rgba(15, 61, 46, 0.05);
}

.home-map-card::before {
  inset: 24px 40% 44% 24px;
}

.home-map-card::after {
  inset: 38% 24px 24px 34%;
}

.home-map-dot {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 700;
  background: linear-gradient(135deg, var(--home-green), var(--home-green-soft));
  box-shadow: 0 18px 26px rgba(15, 61, 46, 0.16);
}

.home-map-dot-one { top: 56px; left: 54%; }
.home-map-dot-two { top: 168px; left: 18%; }
.home-map-dot-three { top: 106px; right: 26px; }
.home-map-dot-four { bottom: 40px; left: 48%; }

.home-social-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px;
}

.home-contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 28px;
  padding: 40px;
  border-radius: 36px;
  background: linear-gradient(135deg, #0f3d2e, #18533f 62%, #1d624b);
  box-shadow: 0 28px 60px rgba(15, 61, 46, 0.18);
}

.home-contact-copy {
  color: var(--white);
}

.home-contact-copy .home-kicker,
.home-contact-copy h2,
.home-contact-copy p {
  color: var(--white);
}

.home-contact-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(2.7rem, 5vw, 4.7rem);
  max-width: 11ch;
}

.home-contact-copy p {
  max-width: 62ch;
  color: rgba(255, 255, 255, 0.84);
}

.home-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.home-contact-actions .home-btn-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.home-contact-actions .home-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.14);
}

.home-contact-cards {
  display: grid;
  gap: 16px;
}

.home-contact-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 22px 24px;
  border-radius: 24px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.home-contact-card:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.18);
}

.home-contact-label {
  color: rgba(235, 247, 241, 0.72);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-contact-card strong {
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.3;
  word-break: break-word;
}

.home-social-links,
.home-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.home-social-link,
.home-footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 18px;
  border-radius: 18px;
  color: var(--home-green);
  border: 1px solid rgba(15, 61, 46, 0.12);
  background: #f8fbfa;
}

.home-social-link span {
  font-size: 0.92rem;
  font-weight: 700;
}

.home-footer {
  padding: 34px 0 44px;
  color: rgba(255, 255, 255, 0.78);
  background: linear-gradient(180deg, #0d3327, #09271e);
}

.home-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.home-footer .home-brand .brand-mark,
.home-footer .home-brand .brand-copy,
.home-footer h3,
.home-footer a {
  color: var(--white);
}

.home-footer h3 {
  margin-bottom: 14px;
  font-size: 1.3rem;
}

.home-footer p {
  margin: 0 0 10px;
}

.home-footer-brand p {
  max-width: 340px;
}

.floating-book {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 90;
  min-height: 54px;
  padding: 0 20px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
}

.home-hero,
.home-premium-section,
.home-services,
.home-quote,
.home-pain,
.home-pricing,
.home-trust,
.home-contact,
.home-before-after,
.home-areas,
.home-social {
  animation: homeReveal 0.8s ease both;
}

@keyframes homeReveal {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1080px) {
  .home-services-grid,
  .home-review-grid,
  .home-pain-grid,
  .home-pricing-grid,
  .home-proof-grid,
  .services-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-page-hero .home-services-grid {
    grid-template-columns: 1fr;
  }

  .home-quote-grid,
  .home-before-after-grid,
  .home-areas-grid,
  .home-hero-grid,
  .home-premium-grid,
  .home-trust-grid,
  .home-contact-panel,
  .home-footer-grid,
  .services-hero-grid,
  .services-detail-grid,
  .service-detail-grid {
    grid-template-columns: 1fr;
  }

  .areas-borough-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-quote-copy {
    position: static;
  }

  .home-hero-media {
    width: min(100%, 560px);
    margin: 0 auto;
  }
}

@media (max-width: 860px) {
  body,
  body.homepage {
    padding-top: 118px;
  }

  .home-nav {
    padding: 10px 0 11px;
  }

  .home-nav-inner {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 10px;
  }

  .home-brand {
    align-self: flex-start;
  }

  .home-nav .brand-logo {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

  .home-nav .brand-mark {
    font-size: 1.25rem;
  }

  .home-nav .brand-copy {
    font-size: 0.95rem;
  }

  .home-nav-links {
    position: static;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .home-nav-links.is-open {
    display: flex;
  }

  .home-nav-links a {
    min-height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    border-radius: 999px;
    background: var(--home-green);
    color: #fff;
    font-size: 0.86rem;
    font-weight: 800;
    line-height: 1.15;
    white-space: nowrap;
    box-shadow: 0 8px 18px rgba(15, 61, 46, 0.16);
  }

  .home-nav-links a::after {
    display: none;
  }

  .home-menu-toggle {
    display: none;
  }

  .services-page .social-links-top {
    width: 100%;
    justify-content: center;
  }

  .home-field-grid,
  .home-compare-grid,
  .address-grid {
    grid-template-columns: 1fr;
  }

  .home-social-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-service-preview-grid,
  .home-trust-list,
  .home-choose-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-area-cta {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .areas-follow-panel {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  body,
  body.homepage {
    padding-top: 118px;
  }

  .home-shell {
    width: min(calc(100% - 20px), 1200px);
  }

  .home-main {
    padding-top: 18px;
  }

  .services-page .social-links-top {
    gap: 12px;
    padding: 10px 12px;
    overflow-x: auto;
  }

  .services-page .social-links-top .social-icon {
    width: 58px;
    height: 58px;
    flex: 0 0 auto;
  }

  .home-section {
    padding: 32px 0;
  }

  .home-premium-section {
    padding: 30px 0;
  }

  .home-hero-grid,
  .home-services-preview,
  .home-choose-panel,
  .home-area-cta,
  .home-final-cta-panel,
  .home-service-card,
  .home-review-card,
  .home-social-card,
  .home-pain-card,
  .home-price-card,
  .home-rating-badge,
  .home-proof-card,
  .home-contact-panel,
  .home-contact-card,
  .home-quote-form,
  .home-quote-estimate-card,
  .home-map-card {
    border-radius: 24px;
  }

  .home-hero-grid {
    padding: 24px;
    min-height: auto;
  }

  .home-hero-copy h1 {
    max-width: none;
    font-size: clamp(2rem, 7vw, 2.85rem);
  }

  .home-premium-copy h2,
  .home-choose-head h2,
  .home-area-cta h2,
  .home-final-cta-panel h2 {
    max-width: none;
    font-size: clamp(2.15rem, 9vw, 3.4rem);
  }

  .home-final-cta-panel h2 {
    font-size: clamp(1.8rem, 7vw, 2.45rem);
  }

  .home-service-preview-grid,
  .home-trust-list,
  .home-choose-grid,
  .home-hero-points,
  .home-borough-badges {
    grid-template-columns: 1fr;
  }

  .home-borough-badges span:last-child {
    grid-column: auto;
  }

  .home-hero-media {
    width: 100%;
    aspect-ratio: 4 / 3;
  }

  .home-hero-visual {
    inset: 0;
    border-width: 10px;
    border-radius: 28px;
  }

  .home-hero-media::before {
    border-radius: 32px;
  }

  .home-hero-orb-two {
    display: none;
  }

  .home-life-back,
  .home-trust-note {
    border-radius: 24px;
    padding: 22px;
  }

  .home-services-grid,
  .home-review-grid,
  .home-pain-grid,
  .home-pricing-grid,
  .home-proof-grid,
  .service-type-grid,
  .services-page-hero .home-services-grid,
  .services-step-grid,
  .services-addon-list,
  .standard-cleaning-columns,
  .standard-cleaning-list-grid,
  .service-detail-cards,
  .areas-borough-list {
    grid-template-columns: 1fr;
  }

  .home-price-card-featured {
    transform: none;
  }

  .services-step,
  .service-detail-card {
    min-height: auto;
  }

  .services-page-hero .home-service-card {
    min-height: 320px;
  }

  .service-detail-copy h1 {
    max-width: none;
    font-size: clamp(2.5rem, 10vw, 4rem);
  }

  .commercial-detail-main {
    padding-top: 28px;
  }

  .commercial-detail-hero-grid,
  .commercial-service-grid,
  .commercial-service-page-grid,
  .residential-detail-hero-grid,
  .residential-detail-grid {
    grid-template-columns: 1fr;
  }

  .commercial-detail-hero h1,
  .commercial-service-copy h2,
  .residential-detail-copy h1 {
    max-width: none;
  }

  .commercial-service-grid,
  .residential-clean-list,
  .residential-best-list,
  .residential-detail-note {
    border-radius: 24px;
    padding: 22px;
  }

  .commercial-clean-list,
  .commercial-service-aside-block {
    padding: 20px;
    border-radius: 22px;
  }

  .standard-cleaning-shell {
    width: min(calc(100% - 20px), 900px);
  }

  .standard-cleaning-hero {
    padding-top: 38px;
  }

  .standard-cleaning-hero h1 {
    max-width: none;
    font-size: clamp(2.8rem, 13vw, 4.4rem);
  }

  .standard-cleaning-card,
  .standard-cleaning-schedule,
  .standard-cleaning-cta {
    border-radius: 24px;
  }

  .standard-cleaning-card-head {
    flex-direction: column;
  }

  .home-toggle span,
  .home-addon span {
    min-width: 0;
    width: 100%;
  }

  .home-toggle,
  .home-addon {
    flex: 1 1 calc(50% - 6px);
  }

  .home-social-link {
    width: 100%;
    justify-content: flex-start;
  }

  .home-contact-panel {
    padding: 24px;
  }

  .home-contact-copy h2 {
    max-width: none;
    font-size: clamp(2.3rem, 10vw, 3.6rem);
  }

  .floating-book {
    right: 12px;
    bottom: 12px;
  }
}

.floating-book {
  right: 22px;
  bottom: 22px;
  min-height: 56px;
  padding: 0 26px;
  color: var(--white);
  background: linear-gradient(135deg, var(--forest-deep), var(--forest));
  box-shadow: 0 18px 36px rgba(8, 63, 29, 0.26);
}

.iman-chatbot {
  position: fixed;
  right: 22px;
  bottom: 92px;
  z-index: 120;
  font-family: "Poppins", Arial, sans-serif;
}

.iman-chatbot-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, var(--forest), var(--forest-deep));
  box-shadow: 0 18px 36px rgba(8, 63, 29, 0.28);
  cursor: pointer;
}

.iman-chatbot-toggle span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  color: var(--forest-deep);
  background: var(--leaf);
  font-size: 1rem;
}

.iman-chatbot-toggle strong {
  font-size: 0.92rem;
  font-weight: 900;
}

.iman-chatbot-panel {
  position: absolute;
  right: 0;
  bottom: 68px;
  display: grid;
  grid-template-rows: auto minmax(170px, 1fr) auto auto;
  width: min(380px, calc(100vw - 28px));
  max-height: min(660px, calc(100vh - 140px));
  overflow: hidden;
  border: 1px solid rgba(15, 92, 43, 0.14);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 28px 70px rgba(14, 47, 29, 0.24);
}

.iman-chatbot-panel[hidden] {
  display: none;
}

.iman-chatbot-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px;
  color: var(--white);
  background: linear-gradient(135deg, var(--forest-deep), var(--forest));
}

.iman-chatbot-head div {
  display: grid;
  gap: 2px;
}

.iman-chatbot-head span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.iman-chatbot-head strong {
  font-size: 1.08rem;
}

.iman-chatbot-head button {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
  font-size: 1.35rem;
  line-height: 1;
}

.iman-chatbot-messages {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 210px;
  overflow: auto;
  padding: 16px;
  background: linear-gradient(180deg, rgba(246, 251, 242, 0.78), rgba(255, 255, 255, 0.98));
}

.iman-chat-message {
  max-width: 88%;
  padding: 12px 14px;
  border-radius: 18px;
  font-size: 0.9rem;
  line-height: 1.55;
}

.iman-chat-message-bot {
  justify-self: start;
  color: var(--forest-deep);
  background: var(--white);
  border: 1px solid rgba(15, 92, 43, 0.1);
}

.iman-chat-message-user {
  justify-self: end;
  color: var(--white);
  background: var(--forest);
}

.iman-chat-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.iman-chat-links a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--white);
  background: var(--forest);
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
}

.iman-chatbot-prompts {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 0 16px 14px;
  background: var(--white);
}

.iman-chatbot-prompts button {
  flex: 0 0 auto;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(15, 92, 43, 0.14);
  border-radius: 999px;
  color: var(--forest-deep);
  background: rgba(238, 248, 231, 0.72);
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
}

.iman-chatbot-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 14px 16px 16px;
  border-top: 1px solid rgba(15, 92, 43, 0.1);
  background: var(--white);
}

.iman-chatbot-form input {
  min-width: 0;
  height: 46px;
  border: 1px solid rgba(15, 92, 43, 0.16);
  border-radius: 999px;
  padding: 0 14px;
  color: var(--ink);
  font: inherit;
  font-size: 0.86rem;
}

.iman-chatbot-form button {
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  padding: 0 16px;
  color: var(--white);
  background: var(--forest-deep);
  cursor: pointer;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 900;
}

@media (max-width: 560px) {
  .floating-book {
    right: 12px;
    bottom: 12px;
    min-height: 50px;
    padding: 0 18px;
    font-size: 0.88rem;
  }

  .iman-chatbot {
    right: 12px;
    bottom: 74px;
  }

  .iman-chatbot-toggle {
    min-height: 50px;
    padding: 0 14px;
  }

  .iman-chatbot-panel {
    bottom: 62px;
    max-height: calc(100vh - 112px);
    border-radius: 24px;
  }

  .iman-chatbot-form {
    grid-template-columns: 1fr;
  }
}
