:root {
  --green: #124c38;
  --green-deep: #0b3b2b;
  --sage: #668575;
  --mint: #e4f1e8;
  --pink: #f7c8dc;
  --pink-hot: #ef3f92;
  --cream: #fff8ec;
  --cream-deep: #f4eadb;
  --ink: #12372b;
  --muted: #61756b;
  --white: #ffffff;
  --line: rgba(18, 76, 56, 0.14);
  --shadow: 0 24px 70px rgba(18, 76, 56, 0.12);
  --radius-lg: 42px;
  --radius-md: 28px;
  --max: 1220px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  overflow-x: hidden;
}

body.menu-open { overflow: hidden; }

button, a { font: inherit; }

a { color: inherit; }

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

main { overflow: hidden; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  padding: 12px clamp(20px, 4vw, 60px);
  background: rgba(255, 248, 236, 0.76);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px) saturate(150%);
  transition: min-height .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.site-header.is-scrolled {
  min-height: 70px;
  border-color: var(--line);
  box-shadow: 0 12px 30px rgba(18, 76, 56, .07);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--green);
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -.05em;
}

.brand img { width: 45px; height: 45px; object-fit: contain; }

.main-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.main-nav a {
  padding: 11px 15px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.main-nav a:hover { background: var(--white); transform: translateY(-1px); }

.main-nav .nav-cta { background: var(--green); color: var(--white); }
.main-nav .nav-cta:hover { background: var(--green-deep); }
.main-nav .nav-cta--light { background: var(--white); color: var(--green); border: 1px solid var(--line); }

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: var(--green);
  place-content: center;
  gap: 6px;
  cursor: pointer;
}

.menu-toggle span { width: 20px; height: 2px; background: var(--white); transition: .2s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }

.mobile-menu {
  display: none;
  position: fixed;
  z-index: 95;
  inset: 74px 16px auto;
  padding: 18px;
  border-radius: 24px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.mobile-menu.is-open { display: grid; }
.mobile-menu a { padding: 14px 12px; border-bottom: 1px solid var(--line); text-decoration: none; font-weight: 850; }
.mobile-menu a:last-child { border-bottom: 0; }

.hero {
  position: relative;
  min-height: 820px;
  padding: 150px max(5vw, 24px) 90px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  align-items: center;
  gap: clamp(40px, 7vw, 100px);
  background:
    radial-gradient(circle at 82% 12%, rgba(247, 200, 220, .65), transparent 28%),
    linear-gradient(135deg, #fffdf7 0%, var(--cream) 58%, #f5ecde 100%);
}

.hero::after {
  content: "";
  position: absolute;
  width: 310px;
  height: 310px;
  right: 8%;
  bottom: 5%;
  border-radius: 50%;
  background: rgba(228, 241, 232, .75);
  filter: blur(2px);
}

.hero-copy { position: relative; z-index: 3; min-width: 0; max-width: 720px; }

.eyebrow {
  margin: 0 0 16px;
  color: var(--sage);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hero-slides { min-height: 490px; position: relative; }

.hero-slide {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  transition: opacity .45s ease, transform .45s ease, visibility .45s;
}

.hero-slide.is-active { opacity: 1; visibility: visible; transform: translateY(0); }

.hero h1,
.section-heading h2,
.features-heading h2,
.story-intro h2,
.value-heading h2,
.benefits-heading h2,
.feedback-copy h2,
.pricing-heading h2,
.faq-heading h2,
.final-cta h2 {
  margin: 0;
  font-family: ui-rounded, "Arial Rounded MT Bold", Inter, sans-serif;
  font-weight: 950;
  line-height: .94;
  letter-spacing: -.055em;
}

.hero h1 { max-width: 760px; font-size: clamp(54px, 6.3vw, 96px); }

h1 em,
h2 em { color: var(--pink-hot); font-style: normal; }

.hero-slide > p {
  max-width: 650px;
  margin: 28px 0 0;
  color: var(--sage);
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: 1.48;
}

.hero-badges { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.hero-badges span { padding: 10px 13px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.72); font-size: 13px; font-weight: 800; }

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button:hover { transform: translateY(-2px); box-shadow: 0 14px 26px rgba(18,76,56,.15); }
.button--pink { background: var(--pink-hot); color: var(--white); }
.button--outline { background: rgba(255,255,255,.72); color: var(--green); border-color: var(--line); }
.button--green { background: var(--green); color: var(--white); }
.button--cream { background: var(--cream); color: var(--green); }

.hero-controls { position: relative; z-index: 6; display: flex; gap: 9px; margin-top: 32px; }
.hero-dot { position: relative; z-index: 7; width: 14px; height: 14px; padding: 0; border: 0; border-radius: 50%; background: rgba(18,76,56,.24); cursor: pointer; transition: width .2s ease, background .2s ease; }
.hero-dot.is-active { width: 38px; border-radius: 999px; background: var(--green); }

.hero-visual { position: relative; z-index: 3; min-width: 0; width: 100%; min-height: 620px; display: grid; place-items: center; }

.hero-ipad {
  position: relative;
  z-index: 3;
  width: min(690px, 53vw);
  max-width: none;
  filter: drop-shadow(0 36px 48px rgba(18, 76, 56, .2));
  transform: rotate(2deg);
}

.phone-shell {
  position: relative;
  width: min(390px, 76vw);
  aspect-ratio: .58;
  padding: 18px;
  border: 8px solid #20211f;
  border-radius: 68px;
  background: #111;
  box-shadow: 0 38px 80px rgba(14, 48, 35, .28), inset 0 0 0 2px #676767;
  transform: rotate(5deg);
}

.phone-shell img { width: 100%; height: 100%; object-fit: cover; object-position: top; border-radius: 45px; background: var(--white); transition: opacity .25s ease; }

.phone-speaker { position: absolute; z-index: 2; top: 28px; left: 50%; width: 34%; height: 28px; transform: translateX(-50%); border-radius: 999px; background: #111; }

.request-chip,
.story-chip {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 14px 18px;
  border-radius: 999px;
  background: var(--white);
  box-shadow: 0 18px 45px rgba(18,76,56,.16);
  font-weight: 900;
  white-space: nowrap;
}

.request-chip span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--pink); }
.request-chip--one { left: -4%; top: 20%; }
.request-chip--two { left: -11%; bottom: 27%; }
.request-chip--three { right: -10%; bottom: 14%; }

.hero-flower { position: absolute; z-index: 1; pointer-events: none; }
.hero-flower--one { width: 300px; right: -65px; top: 85px; transform: rotate(15deg); opacity: .92; }
.hero-flower--two { width: 140px; left: 45%; bottom: 5%; transform: rotate(-18deg); opacity: .38; }

.section-pad { padding: clamp(88px, 9vw, 140px) max(5vw, 24px); }
.section-heading,
.features-heading,
.story-intro,
.value-heading,
.benefits-heading,
.pricing-heading,
.faq-heading { max-width: var(--max); margin: 0 auto 54px; }

.section-heading h2,
.features-heading h2,
.story-intro h2,
.value-heading h2,
.benefits-heading h2,
.feedback-copy h2,
.pricing-heading h2,
.faq-heading h2 { font-size: clamp(46px, 5.6vw, 82px); }

.moments { background: var(--white); }
.moment-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.moment-card { position: relative; min-height: 360px; padding: 34px; border-radius: var(--radius-lg); overflow: hidden; }
.moment-card::after { content: ""; position: absolute; width: 190px; height: 190px; right: -45px; bottom: -60px; border-radius: 50%; background: rgba(255,255,255,.25); }
.moment-card--pink { background: var(--pink); }
.moment-card--cream { background: var(--cream-deep); }
.moment-card--green { background: var(--green); color: var(--white); }
.moment-card--green .eyebrow, .moment-card--green p { color: rgba(255,255,255,.8); }
.card-number { display: inline-grid; place-items: center; width: 62px; height: 62px; margin-bottom: 74px; border-radius: 50%; background: rgba(255,255,255,.78); color: var(--green); font-weight: 950; }
.moment-card h3 { max-width: 330px; margin: 0 0 12px; font-size: clamp(28px, 2.5vw, 38px); line-height: 1; letter-spacing: -.04em; }
.moment-card p:last-child { max-width: 350px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.5; }

.trust-row { max-width: var(--max); margin: 26px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.trust-row span { padding: 16px; border: 1px solid var(--line); border-radius: 18px; color: var(--green); background: #fbfff9; font-weight: 850; text-align: center; }
.trust-row span::before { content: "✓"; margin-right: 8px; color: var(--pink-hot); }

.features { background: #f6f8f6; }
.features-heading { text-align: center; }
.features-heading > p:last-child { max-width: 760px; margin: 22px auto 0; color: var(--sage); font-size: 19px; line-height: 1.65; }
.features-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.feature-card { position: relative; min-height: 330px; padding: 34px; border: 1px solid var(--line); border-radius: 34px; background: var(--white); box-shadow: 0 18px 50px rgba(18,76,56,.06); }
.feature-card--wide { grid-column: 1 / -1; min-height: 280px; padding-right: min(38%, 450px); background: linear-gradient(120deg, var(--white) 0 62%, var(--pink) 62% 100%); }
.feature-icon { display: grid; place-items: center; width: 64px; height: 64px; margin-bottom: 58px; border-radius: 20px; color: var(--green); font-size: 29px; font-weight: 950; }
.feature-icon--pink { background: var(--pink); }
.feature-icon--mint { background: var(--mint); }
.feature-icon--cream { background: var(--cream-deep); }
.feature-icon--blue { background: #dceff4; }
.feature-icon--green { background: #d8eee1; color: #0b9d64; }
.feature-status { position: absolute; top: 25px; right: 25px; padding: 9px 13px; border-radius: 999px; background: #0eaa6b; color: var(--white); font-size: 12px; font-weight: 950; }
.feature-card h3 { margin: 0 0 13px; font-size: clamp(25px, 2.3vw, 35px); line-height: 1.05; letter-spacing: -.04em; }
.feature-card p { max-width: 650px; margin: 0; color: var(--sage); font-size: 17px; line-height: 1.6; }
.feature-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.feature-tags span { padding: 8px 11px; border-radius: 999px; background: #eef2f0; color: var(--sage); font-size: 12px; font-weight: 850; }

.story { position: relative; background: var(--cream); }
.story-intro > p:last-child,
.value-heading > p:last-child,
.pricing-heading > p:last-child,
.faq-heading > p:last-child { max-width: 760px; color: var(--sage); font-size: 19px; line-height: 1.65; }
.section-flower { position: absolute; width: 310px; right: -50px; top: 70px; opacity: .55; transform: rotate(12deg); }
.story-layout { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1fr .82fr; gap: clamp(50px, 8vw, 120px); align-items: start; }
.story-steps { display: grid; gap: 12px; }
.story-step { width: 100%; padding: 24px; border: 1px solid var(--line); border-radius: 25px; background: rgba(255,255,255,.66); color: var(--ink); text-align: left; cursor: pointer; transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.story-step:hover { transform: translateX(4px); }
.story-step.is-active { background: var(--white); box-shadow: var(--shadow); border-color: rgba(239,63,146,.28); }
.story-step span { display: block; margin-bottom: 8px; color: var(--pink-hot); font-size: 12px; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.story-step strong { display: block; font-size: clamp(22px, 2vw, 30px); line-height: 1.12; letter-spacing: -.03em; }
.story-step small { display: block; max-height: 0; margin-top: 0; overflow: hidden; color: var(--sage); font-size: 16px; line-height: 1.55; opacity: 0; transition: max-height .35s ease, margin .35s ease, opacity .35s ease; }
.story-step.is-active small { max-height: 150px; margin-top: 13px; opacity: 1; }
.story-phone { position: sticky; top: 105px; min-height: 680px; display: grid; place-items: center; }
.client-phone { width: min(520px, 46vw); max-width: none; height: auto; filter: drop-shadow(0 30px 36px rgba(19, 62, 46, .18)); transform: rotate(1deg); }

.value { background: var(--green); color: var(--white); }
.value-heading .eyebrow, .value-heading > p:last-child { color: rgba(255,255,255,.65); }
.value-heading h2 em { color: var(--pink); }
.value-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.value-card { min-height: 280px; padding: 30px; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: rgba(255,255,255,.065); }
.value-card:nth-child(2), .value-card:nth-child(5) { background: var(--pink); color: var(--green-deep); }
.value-card span { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 42px; border-radius: 50%; background: rgba(255,255,255,.16); font-size: 24px; }
.value-card:nth-child(2) span, .value-card:nth-child(5) span { background: rgba(255,255,255,.6); }
.value-card h3 { margin: 0 0 12px; font-size: 24px; line-height: 1.06; letter-spacing: -.03em; }
.value-card p { margin: 0; color: rgba(255,255,255,.7); line-height: 1.55; }
.value-card:nth-child(2) p, .value-card:nth-child(5) p { color: rgba(11,59,43,.72); }

.benefits { background: #f6f7f6; color: var(--ink); }
.benefits-heading { max-width: 1180px; margin-inline: auto; text-align: center; }
.benefits-heading h2 { font-size: clamp(48px, 5.3vw, 78px); }
.benefits-heading h2 em { color: var(--green); }
.benefits-heading > p:last-child { max-width: 980px; margin: 24px auto 0; color: var(--sage); font-size: 20px; line-height: 1.55; }
.benefits-heading strong { color: var(--green); }
.benefits-list { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.benefit-card { min-height: 285px; padding: 30px; border: 1px solid var(--line); border-radius: 30px; background: var(--white); box-shadow: 0 18px 50px rgba(18,76,56,.07); }
.benefit-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 20px; border: 1px solid var(--line); border-radius: 17px; background: var(--cream); color: var(--pink-hot); font-size: 24px; font-weight: 950; }
.benefit-card:nth-child(2) .benefit-icon,
.benefit-card:nth-child(5) .benefit-icon { background: var(--mint); color: var(--green); }
.benefit-card h3 { margin: 0 0 13px; color: var(--green-deep); font-size: clamp(23px, 2vw, 30px); line-height: 1.08; letter-spacing: -.035em; }
.benefit-card p { margin: 0; color: var(--sage); font-size: 17px; line-height: 1.58; }

.feedback { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: clamp(50px, 10vw, 150px); background: var(--white); }
.feedback-copy { max-width: 700px; justify-self: end; }
.feedback-copy > p:not(.eyebrow), .feedback-copy li { color: var(--sage); font-size: 18px; line-height: 1.6; }
.feedback-copy ul { padding-left: 20px; }
.feedback-card { position: relative; width: min(500px, 100%); min-height: 500px; padding: 54px; border-radius: var(--radius-lg); background: var(--cream); box-shadow: var(--shadow); overflow: hidden; }
.feedback-card > p { position: relative; z-index: 2; margin: 60px 0 24px; font-size: clamp(31px, 3vw, 45px); font-weight: 950; line-height: 1; letter-spacing: -.04em; }
.feedback-flower { position: absolute; width: 230px; right: -52px; top: -60px; transform: rotate(18deg); opacity: .72; }
.stars { color: #f2b63d; font-size: 34px; letter-spacing: 5px; }
.feedback-field { margin-top: 26px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); color: var(--sage); }
.feedback-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 14px; }
.feedback-actions button { min-height: 48px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); color: var(--green); font-weight: 900; cursor: pointer; }
.feedback-actions .send { background: var(--green); color: var(--white); }

.pricing { background: linear-gradient(180deg, var(--cream) 0%, #fff 100%); }
.pricing-heading { text-align: center; }
.pricing-heading > p:last-child { margin-inline: auto; }
.pricing-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 610px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: 0 18px 50px rgba(18,76,56,.07); }
.price-label { margin: 0 0 26px; color: var(--pink-hot); font-size: 12px; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.price-card h3 { margin: 0; font-size: 29px; letter-spacing: -.04em; }
.price { display: flex; align-items: baseline; gap: 8px; margin: 20px 0 10px; }
.price strong { font-size: clamp(43px, 4.3vw, 61px); letter-spacing: -.06em; }
.price span, .price-card > p:not(.price):not(.price-label):not(.popular):not(.included) { color: var(--sage); }
.included { margin: 12px 0 28px; font-weight: 900; }
.included::before { content: "✓"; display: inline-grid; place-items: center; width: 26px; height: 26px; margin-right: 9px; border-radius: 50%; background: var(--mint); color: var(--green); }
.hardware-list { display: grid; gap: 10px; margin: 0 0 28px; padding: 0; color: var(--sage); list-style: none; }
.hardware-list li { position: relative; padding-left: 24px; line-height: 1.35; }
.hardware-list li::before { content: "✓"; position: absolute; left: 0; color: var(--pink-hot); font-weight: 950; }
.price-card .button { margin-top: auto; align-self: flex-start; }

.faq { position: relative; background: var(--white); }
.faq-flower { position: absolute; width: 260px; right: 1%; top: 30px; opacity: .58; transform: rotate(18deg); }
.faq-heading { position: relative; z-index: 2; }
.faq-list { position: relative; z-index: 2; max-width: 940px; margin: 0 auto; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 26px 6px; list-style: none; cursor: pointer; font-size: clamp(20px, 2vw, 28px); font-weight: 900; letter-spacing: -.025em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { display: grid; place-items: center; flex: 0 0 42px; height: 42px; border-radius: 50%; background: var(--pink); transition: transform .2s ease; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 800px; margin: -8px 0 28px; color: var(--sage); font-size: 17px; line-height: 1.65; }

.final-cta { position: relative; min-height: 620px; display: grid; place-items: center; padding: 90px 24px; overflow: hidden; background: var(--green); color: var(--white); text-align: center; }
.final-cta > div { position: relative; z-index: 2; max-width: 920px; }
.final-cta .eyebrow { color: var(--pink); }
.final-cta h2 { font-size: clamp(50px, 6.5vw, 96px); }
.final-cta h2 em { color: var(--pink); }
.final-cta p:not(.eyebrow) { max-width: 710px; margin: 28px auto 0; color: rgba(255,255,255,.72); font-size: 19px; line-height: 1.6; }
.final-actions { justify-content: center; }
.final-flower { position: absolute; width: 360px; opacity: .28; }
.final-flower--left { left: -100px; top: -80px; transform: rotate(-20deg); }
.final-flower--right { right: -120px; bottom: -90px; transform: rotate(22deg); }

.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 30px max(5vw,24px) 110px; background: var(--green-deep); color: rgba(255,255,255,.68); }
.brand--footer { color: var(--white); }
.site-footer p { margin: 0; }

.sticky-cta { display: none; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr 420px; gap: 28px; }
  .hero h1 { font-size: clamp(50px, 7.4vw, 74px); }
  .request-chip--one { left: -2%; }
  .request-chip--two { left: -2%; }
  .request-chip--three { right: -1%; }
  .story-layout { grid-template-columns: 1fr .75fr; gap: 42px; }
  .phone-shell--story { width: 315px; }
}

@media (max-width: 860px) {
  .main-nav { display: none; }
  .menu-toggle { display: grid; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 125px; }
  .hero-copy { max-width: 760px; }
  .hero-slides { min-height: 500px; }
  .hero-visual { min-height: 610px; }
  .hero-flower--two { display: none; }
  .moment-grid, .pricing-grid { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: 1fr; }
  .feature-card--wide { grid-column: auto; padding-right: 34px; background: var(--white); }
  .moment-card { min-height: 310px; }
  .card-number { margin-bottom: 45px; }
  .trust-row { grid-template-columns: repeat(2,1fr); }
  .story-layout { grid-template-columns: 1fr; }
  .story-phone { position: relative; top: 0; min-height: 660px; order: -1; }
  .value-grid { grid-template-columns: repeat(2,1fr); }
  .benefits-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feedback { grid-template-columns: 1fr; }
  .feedback-copy { justify-self: start; }
  .feedback-card { justify-self: center; }
}

@media (max-width: 600px) {
  .site-header { min-height: 72px; padding: 9px 16px; }
  .brand { font-size: 25px; }
  .brand img { width: 39px; height: 39px; }
  .hero { padding: 112px 20px 70px; }
  .hero h1 { font-size: clamp(48px, 14vw, 68px); }
  .hero-slide > p { font-size: 17px; }
  .hero-slides { min-height: 650px; }
  .hero-badges span { font-size: 12px; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 520px; }
  .phone-shell { width: 280px; padding: 13px; border-width: 6px; border-radius: 50px; }
  .phone-shell img { border-radius: 33px; }
  .phone-speaker { top: 20px; height: 21px; }
  .request-chip { padding: 10px 12px; font-size: 13px; }
  .request-chip span { width: 27px; height: 27px; }
  .request-chip--one { left: -2%; top: 22%; }
  .request-chip--two { left: -3%; bottom: 25%; }
  .request-chip--three { right: -2%; bottom: 10%; }
  .hero-flower--one { width: 190px; right: -60px; top: 90px; }
  .section-pad { padding: 82px 20px; }
  .section-heading h2, .features-heading h2, .story-intro h2, .value-heading h2, .benefits-heading h2, .feedback-copy h2, .pricing-heading h2, .faq-heading h2 { font-size: clamp(43px, 13vw, 63px); }
  .moment-card { padding: 28px; border-radius: 30px; }
  .trust-row, .value-grid { grid-template-columns: 1fr; }
  .trust-row span { text-align: left; }
  .section-flower, .faq-flower { width: 170px; opacity: .35; }
  .story-phone { min-height: 520px; }
  .client-phone { width: min(390px, 100%); max-width: 390px; transform: none; }
  .hero-ipad { width: 100%; max-width: 420px; transform: rotate(1deg); }
  .feature-card { min-height: 300px; padding: 28px; }
  .feature-card--wide { padding-right: 28px; }
  .feature-icon { margin-bottom: 46px; }
  .benefits-list { grid-template-columns: 1fr; }
  .benefit-card { min-height: auto; padding: 26px; }
  .story-chip { font-size: 12px; }
  .story-step { padding: 20px; }
  .story-step.is-active small { max-height: 250px; }
  .value-card { min-height: 240px; }
  .feedback-card { min-height: 430px; padding: 32px 24px; }
  .feedback-card > p { margin-top: 80px; }
  .feedback-flower { width: 180px; }
  .price-card { min-height: auto; padding: 28px; border-radius: 32px; }
  .faq summary { font-size: 19px; }
  .faq summary span { flex-basis: 36px; height: 36px; }
  .final-cta { min-height: 560px; }
  .site-footer { padding-bottom: 120px; flex-direction: column; align-items: flex-start; }
  .sticky-cta {
    position: fixed;
    z-index: 90;
    left: 10px;
    right: 10px;
    bottom: 10px;
    display: grid;
    grid-template-columns: minmax(0,1fr) auto auto;
    align-items: center;
    gap: 7px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 18px 45px rgba(18,76,56,.2);
    backdrop-filter: blur(16px);
  }
  .sticky-cta div { min-width: 0; }
  .sticky-cta strong, .sticky-cta span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .sticky-cta strong { font-size: 11px; }
  .sticky-cta span { color: var(--sage); font-size: 10px; }
  .sticky-cta a { padding: 10px 11px; border-radius: 13px; background: var(--green); color: var(--white); text-decoration: none; font-size: 12px; font-weight: 900; }
  .sticky-cta a:last-child { background: var(--cream); color: var(--green); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
