:root {
  --ink: #152019;
  --ink-soft: #536158;
  --surface: #ffffff;
  --surface-soft: #f6f8f4;
  --green: #287a43;
  --green-dark: #1d6034;
  --green-light: #e8f6e9;
  --lime: #91e36a;
  --orange: #f08b3e;
  --orange-soft: #fff1e7;
  --purple-soft: #f2edff;
  --blue-soft: #eaf4ff;
  --rose-soft: #fff0f0;
  --shadow-sm: 0 2px 8px rgba(28, 50, 34, .05), 0 10px 30px rgba(28, 50, 34, .06);
  --radius: 20px;
  --container: 1180px;
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 88px; }

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--surface);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body, button, a { -webkit-tap-highlight-color: transparent; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
p, h1, h2, h3, figure { margin-top: 0; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: #fff;
  background: var(--ink);
  border-radius: 8px;
  transform: translateY(-150%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: none; }

:focus-visible { outline: 3px solid rgba(40, 122, 67, .3); outline-offset: 3px; }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 72px;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, .78);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: height .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.site-header.is-scrolled { height: 64px; border-color: rgba(224, 231, 224, .9); box-shadow: 0 8px 30px rgba(28, 46, 32, .05); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 28px; }

.logo { display: inline-flex; align-items: center; gap: 10px; color: #174d29; font-size: 1.22rem; font-weight: 800; letter-spacing: -.035em; white-space: nowrap; }
.logo-mark { display: block; flex: 0 0 42px; width: 42px; height: 42px; }
.logo-mark img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 5px 8px rgba(35, 101, 47, .14)); }
.brand-name { display: inline-flex; letter-spacing: -.04em; }
.brand-green { color: #4aad2c; }
.brand-blue { color: #102b49; }

.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; margin-right: auto; }
.desktop-nav a { color: #536158; font-size: .9rem; font-weight: 600; transition: color .2s ease; }
.desktop-nav a:hover { color: var(--green); }
.nav-actions { display: flex; align-items: center; gap: 20px; }

.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 9px; padding: 0 21px; border: 1px solid transparent; border-radius: 12px; font-weight: 700; line-height: 1; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-large { min-height: 54px; padding-inline: 25px; font-size: .95rem; }
.button-secondary { color: #2b382f; background: rgba(255,255,255,.8); border-color: #dfe6df; box-shadow: 0 7px 20px rgba(32,51,36,.05); }
.button-secondary:hover { background: #fff; border-color: #cbd8cc; }
.button-secondary svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linejoin: round; }
.button-light { color: #174d29; background: #fff; box-shadow: 0 14px 35px rgba(6, 28, 13, .18); }
.button-dark { color: #fff; background: #142019; box-shadow: 0 12px 28px rgba(19, 35, 24, .22); }

.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; border-radius: 10px; background: var(--surface-soft); cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 4px 0; background: var(--ink); border-radius: 10px; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 900px; padding: 158px 0 70px; overflow: hidden; background: linear-gradient(180deg, #fbfdf9 0%, #fff 82%); }
.hero::before { position: absolute; content: ""; top: -60px; left: 50%; width: 900px; height: 620px; background: radial-gradient(circle, rgba(201, 242, 183, .4), transparent 65%); transform: translateX(-50%); pointer-events: none; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); opacity: .55; pointer-events: none; }
.hero-glow-one { top: 180px; left: -150px; width: 360px; height: 360px; background: radial-gradient(circle, rgba(255, 205, 157, .28), transparent 68%); }
.hero-glow-two { top: 260px; right: -180px; width: 420px; height: 420px; background: radial-gradient(circle, rgba(187, 232, 183, .35), transparent 68%); }
.hero-content { position: relative; z-index: 1; text-align: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 25px; padding: 7px 13px; color: #3e6548; background: rgba(241, 248, 238, .85); border: 1px solid #dcebd9; border-radius: 999px; font-size: .77rem; font-weight: 750; letter-spacing: .01em; }
.pulse-dot { position: relative; width: 7px; height: 7px; background: #55b259; border-radius: 50%; }
.pulse-dot::after { position: absolute; content: ""; inset: -4px; border: 1px solid rgba(69, 166, 78, .42); border-radius: inherit; animation: pulse 2s ease-out infinite; }
.hero h1 { max-width: 900px; margin: 0 auto 25px; color: #142019; font-size: clamp(3.3rem, 7vw, 6.15rem); font-weight: 760; letter-spacing: -.072em; line-height: .98; }
.hero h1 span { color: var(--green); }
.hero-copy { max-width: 680px; margin: 0 auto 31px; color: var(--ink-soft); font-size: clamp(1.04rem, 2vw, 1.22rem); line-height: 1.65; }
.hero-actions { display: flex; justify-content: center; gap: 12px; }
.hero-note { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 16px 0 0; color: #76827a; font-size: .79rem; }
.hero-note span { color: var(--green); font-weight: 900; }
.hero-note i { width: 3px; height: 3px; margin-inline: 2px; background: #aab1ac; border-radius: 50%; }

.hero-stage { position: relative; max-width: 1020px; margin: 70px auto 0; perspective: 1500px; }
.float-note { position: absolute; display: flex; align-items: center; gap: 11px; padding: 12px 16px 12px 12px; text-align: left; background: rgba(255,255,255,.88); border: 1px solid rgba(224, 231, 224, .8); border-radius: 13px; box-shadow: 0 15px 45px rgba(26, 51, 33, .14); backdrop-filter: blur(12px); }
.float-note-left { bottom: 16%; left: -7%; }
.float-note-right { top: 20%; right: -7%; }
.note-icon { display: grid; flex: 0 0 34px; width: 34px; height: 34px; place-items: center; border-radius: 10px; font-weight: 900; }
.note-icon-green { color: #24713c; background: #ddf5df; }
.note-icon-orange { color: #b55f1f; background: #ffead9; }
.float-note strong, .float-note small { display: block; white-space: nowrap; }
.float-note strong { color: #29362d; font-size: .75rem; }
.float-note small { margin-top: 1px; color: #7e8981; font-size: .61rem; }
.trust-strip { display: flex; align-items: center; justify-content: center; gap: 48px; margin-top: 36px; color: #68736b; font-size: .77rem; font-weight: 600; }
.trust-strip span { display: inline-flex; align-items: center; gap: 7px; }
.trust-strip svg { width: 16px; fill: none; stroke: #5a9a65; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.section { padding: 120px 0; }
.section-heading { max-width: 700px; margin: 0 auto 70px; text-align: center; }
.eyebrow { margin-bottom: 15px; color: var(--green); font-size: .71rem; font-weight: 800; letter-spacing: .18em; }
.section-heading h2, .benefits-copy h2, .cta-panel h2 { margin-bottom: 18px; color: #152019; font-size: clamp(2.2rem, 4.4vw, 3.65rem); font-weight: 750; letter-spacing: -.055em; line-height: 1.08; }
.section-heading > p:last-child { max-width: 600px; margin: 0 auto; color: var(--ink-soft); font-size: 1.03rem; }

.problem-section { position: relative; background: #fafbf9; border-block: 1px solid #edf0ec; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.problem-card { height: 100%; padding: 35px 31px 30px; background: #fff; border: 1px solid #e8ece7; border-radius: var(--radius); box-shadow: 0 10px 38px rgba(30, 48, 34, .045); transition: transform .25s ease, box-shadow .25s ease; }
.problem-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.icon-tile, .feature-icon, .benefit-icon { display: grid; place-items: center; border-radius: 13px; }
.icon-tile { width: 48px; height: 48px; margin-bottom: 25px; }
.icon-tile svg, .feature-icon svg, .benefit-icon svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.icon-rose { color: #c86464; background: var(--rose-soft); }
.icon-orange { color: #c36b2b; background: var(--orange-soft); }
.icon-purple { color: #7759b4; background: var(--purple-soft); }
.problem-card h3 { margin-bottom: 10px; font-size: 1.06rem; letter-spacing: -.02em; }
.problem-card p { margin: 0; color: #68736b; font-size: .9rem; line-height: 1.65; }
.problem-answer { margin-top: 50px; color: #6a756c; text-align: center; }
.problem-answer span { display: grid; width: 32px; height: 32px; place-items: center; margin: 0 auto 10px; color: var(--green); background: var(--green-light); border-radius: 50%; }
.problem-answer p { margin: 0; font-size: .84rem; font-weight: 650; }

.features-section { padding-bottom: 70px; }
.feature-row { display: grid; grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr); align-items: center; gap: clamp(50px, 8vw, 110px); padding: 75px 0; }
.feature-row + .feature-row { border-top: 1px solid #edf0ec; }
.feature-row-reverse { grid-template-columns: minmax(0, 1.22fr) minmax(280px, .78fr); }
.feature-row-reverse .feature-copy { order: 2; }
.feature-row-reverse .feature-media { order: 1; }
.feature-copy { position: relative; }
.feature-count { position: absolute; top: -16px; right: 0; color: #eef1ed; font-size: 4.4rem; font-weight: 800; letter-spacing: -.08em; line-height: 1; }
.feature-icon { position: relative; width: 48px; height: 48px; margin-bottom: 25px; }
.feature-icon-green { color: #287a43; background: var(--green-light); }
.feature-icon-blue { color: #3b6fa6; background: var(--blue-soft); }
.feature-icon-purple { color: #7557ac; background: var(--purple-soft); }
.feature-icon-orange { color: #be6528; background: var(--orange-soft); }
.feature-icon-rose { color: #ba5c65; background: var(--rose-soft); }
.feature-copy h3 { position: relative; max-width: 430px; margin-bottom: 17px; font-size: clamp(1.8rem, 3.5vw, 2.55rem); font-weight: 740; letter-spacing: -.048em; line-height: 1.13; }
.feature-copy > p { margin-bottom: 24px; color: var(--ink-soft); font-size: .98rem; }
.feature-copy ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; color: #465349; font-size: .86rem; font-weight: 650; }
.feature-copy li { display: flex; align-items: center; gap: 9px; }
.feature-copy li::before { content: "✓"; display: grid; width: 20px; height: 20px; place-items: center; color: #fff; background: var(--green); border-radius: 50%; font-size: .68rem; font-weight: 900; }
.feature-media { min-width: 0; }
.feature-row:nth-of-type(1) .feature-media,
.feature-row:nth-of-type(5) .feature-media { --mockup-from: #e5f5df; --mockup-to: #f3f9ed; }
.feature-row:nth-of-type(2) .feature-media { --mockup-from: #e5f1f8; --mockup-to: #f3f8fb; }
.feature-row:nth-of-type(3) .feature-media { --mockup-from: #eee8fa; --mockup-to: #f8f4fc; }
.feature-row:nth-of-type(4) .feature-media { --mockup-from: #faeadc; --mockup-to: #fff6ed; }
.feature-row:nth-of-type(6) .feature-media { --mockup-from: #f8e7e7; --mockup-to: #fff4ef; }

.modes-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(130, 211, 105, .14), transparent 28%),
    radial-gradient(circle at 8% 88%, rgba(246, 174, 107, .12), transparent 25%),
    #f8faf7;
  border-block: 1px solid #e9eee8;
}
.modes-layout { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: clamp(55px, 8vw, 105px); }
.modes-copy h2 { max-width: 470px; margin-bottom: 20px; color: #152019; font-size: clamp(2.2rem, 4.4vw, 3.65rem); font-weight: 750; letter-spacing: -.055em; line-height: 1.08; }
.modes-copy > p:not(.eyebrow) { max-width: 520px; margin-bottom: 30px; color: var(--ink-soft); }
.mode-benefits { display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; }
.mode-benefits li { display: flex; align-items: center; gap: 13px; }
.mode-benefits li > span { display: grid; flex: 0 0 40px; width: 40px; height: 40px; place-items: center; color: var(--green-dark); background: #fff; border: 1px solid #e0e8df; border-radius: 12px; box-shadow: 0 7px 20px rgba(29, 61, 36, .06); font-size: .95rem; font-weight: 850; }
.mode-benefits strong, .mode-benefits small { display: block; }
.mode-benefits strong { margin-bottom: 1px; color: #334038; font-size: .86rem; }
.mode-benefits small { color: #78837b; font-size: .76rem; line-height: 1.45; }
.mode-showcase { position: relative; min-height: 570px; }
.mode-showcase::before { position: absolute; content: ""; inset: 9% 8% 8%; background: linear-gradient(145deg, rgba(207, 237, 197, .72), rgba(255, 235, 213, .65)); border-radius: 50%; filter: blur(3px); }
.mode-switch { position: absolute; z-index: 5; top: 0; left: 50%; display: flex; gap: 3px; padding: 4px; color: #667168; background: rgba(255,255,255,.86); border: 1px solid #dde5dd; border-radius: 999px; box-shadow: 0 10px 28px rgba(30, 53, 35, .1); backdrop-filter: blur(12px); transform: translateX(-50%); font-size: .69rem; font-weight: 750; }
.mode-switch span { padding: 6px 12px; border-radius: 999px; white-space: nowrap; }
.mode-switch .active { color: #245f37; background: #e5f4e3; }
.theme-window { position: absolute; z-index: 2; margin: 0; }
.theme-window-light { top: 72px; right: 0; width: 87%; }
.theme-window-dark { z-index: 3; bottom: 8px; left: 0; width: 78%; }
.theme-window-light { --mockup-from: #e4f5df; --mockup-to: #fbfdf8; }
.theme-window-dark { --mockup-from: #24332b; --mockup-to: #111a15; border-color: rgba(255,255,255,.1); }
.theme-window-dark figcaption { color: #e2e9e3; background: rgba(28, 39, 32, .88); border-color: rgba(255,255,255,.12); }

.how-section { background: #f8faf7; border-block: 1px solid #edf1ec; }
.steps { display: grid; grid-template-columns: 1fr 52px 1fr 52px 1fr; align-items: center; }
.step-card { position: relative; min-height: 350px; padding: 29px 26px 28px; text-align: center; background: #fff; border: 1px solid #e6ebe5; border-radius: var(--radius); box-shadow: 0 12px 38px rgba(28, 47, 33, .05); }
.step-number { position: absolute; top: 18px; left: 18px; display: grid; width: 28px; height: 28px; place-items: center; color: var(--green); background: var(--green-light); border-radius: 50%; font-size: .72rem; font-weight: 850; }
.step-art { display: flex; width: 100%; height: 155px; align-items: center; justify-content: center; margin-bottom: 14px; border-radius: 15px; }
.step-art-products { gap: 10px; background: linear-gradient(145deg, #edf7e9, #fbfdf9); }
.step-art-products span { display: grid; width: 54px; height: 62px; place-items: center; background: #fff; border: 1px solid #e0e8dd; border-radius: 13px; box-shadow: 0 8px 20px rgba(39,74,45,.08); font-size: 1.7rem; }
.step-art-products span:nth-child(1) { transform: rotate(-6deg) translateY(4px); }
.step-art-products span:nth-child(3) { transform: rotate(7deg) translateY(3px); }
.step-art-stock { gap: 13px; background: linear-gradient(145deg, #edf5fa, #f8fbfd); }
.stock-box { position: relative; display: grid; width: 70px; height: 70px; place-items: center; color: #4f7899; background: #fff; border: 1px solid #dfe9f0; border-radius: 14px; box-shadow: 0 8px 20px rgba(39,74,45,.07); font-size: 1.9rem; }
.stock-box b { position: absolute; right: -5px; bottom: -5px; display: grid; width: 25px; height: 25px; place-items: center; color: #fff; background: #5596c9; border: 3px solid #eef6fa; border-radius: 50%; font-size: .65rem; }
.stock-box-low { color: #bd713c; }
.stock-box-low b { background: var(--orange); }
.sync { color: #779080; font-size: 1.5rem; }
.step-art-list { gap: 18px; background: linear-gradient(145deg, #fff1e7, #fffaf6); }
.paper-list { display: grid; gap: 7px; width: 68px; padding: 17px 18px; background: #fff; border: 1px solid #f2ddce; border-radius: 10px; box-shadow: 0 8px 20px rgba(82,57,37,.08); transform: rotate(-5deg); }
.paper-list i { color: var(--green); border-bottom: 1px solid #dfe6df; font-size: .72rem; font-style: normal; text-align: left; line-height: 1.3; }
.cart-symbol { font-size: 2.5rem; transform: rotate(7deg); }
.step-card h3 { margin-bottom: 9px; font-size: 1.12rem; letter-spacing: -.025em; }
.step-card p { margin: 0; color: #68736b; font-size: .87rem; }
.step-arrow { display: grid; place-items: center; color: #a7b2a9; font-size: 1.2rem; }

.benefits-section { padding-block: 110px; }
.benefits-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; padding: clamp(45px, 7vw, 86px); color: #fff; background: linear-gradient(135deg, #164c2a 0%, #247842 62%, #39884d 100%); border-radius: 34px; box-shadow: 0 28px 70px rgba(25, 86, 46, .2); }
.benefits-panel::before { position: absolute; content: ""; top: -130px; right: -80px; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.035), 0 0 0 110px rgba(255,255,255,.025); }
.benefits-copy { position: relative; z-index: 1; align-self: center; }
.eyebrow-light { color: #aee997; }
.benefits-copy h2 { color: #fff; }
.benefits-copy > p:not(.eyebrow) { max-width: 440px; margin-bottom: 28px; color: rgba(255,255,255,.72); }
.benefit-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.benefit-card { display: flex; gap: 15px; padding: 21px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); border-radius: 16px; backdrop-filter: blur(8px); }
.benefit-icon { flex: 0 0 42px; width: 42px; height: 42px; color: #baf1a3; background: rgba(255,255,255,.1); }
.benefit-icon svg { width: 21px; }
.benefit-card h3 { margin: 1px 0 5px; color: #fff; font-size: .95rem; }
.benefit-card p { margin: 0; color: rgba(255,255,255,.65); font-size: .77rem; line-height: 1.5; }

.gallery-section { overflow: hidden; background: #fafbf9; border-block: 1px solid #edf0ec; }
.gallery-stack { position: relative; height: 520px; max-width: 1100px; margin: 0 auto; }
.gallery-stack::before { position: absolute; content: ""; inset: 8% 8%; background: radial-gradient(circle, rgba(150, 218, 128, .3), transparent 64%); filter: blur(15px); }
.gallery-stack::after { position: absolute; top: 4%; right: 4%; width: 120px; height: 90px; content: ""; opacity: .32; background-image: radial-gradient(circle, #6da976 2px, transparent 2.3px); background-size: 18px 18px; }
.gallery-media { position: absolute; }
.gallery-stack .gallery-media-left { z-index: 1; top: 105px; left: 0; width: 48%; transform: rotate(-4deg); }
.gallery-stack .gallery-media-main { z-index: 3; top: 20px; left: 23%; width: 56%; --card-rotation: 1deg; }
.gallery-stack .gallery-media-right { z-index: 4; top: 78px; right: 1%; width: 21%; transform: rotate(4deg); }

.testimonials-section { padding-bottom: 130px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: center; }
.quote-card { margin: 0; padding: 30px; background: #fff; border: 1px solid #e5eae4; border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.quote-card-featured { padding-block: 40px; border-color: #dce9da; box-shadow: 0 22px 55px rgba(34, 65, 40, .1); }
.stars { margin-bottom: 18px; color: #e8a25e; font-size: .78rem; letter-spacing: .1em; }
.quote-card blockquote { min-height: 106px; margin: 0 0 24px; color: #344038; font-size: .94rem; line-height: 1.75; }
.quote-card figcaption { display: flex; align-items: center; gap: 11px; }
.avatar { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; font-size: .67rem; font-weight: 850; }
.avatar-green { color: #27663b; background: #dff0dd; }
.avatar-purple { color: #674c9b; background: #eae3f8; }
.avatar-orange { color: #a85d2a; background: #f9e5d6; }
.quote-card figcaption strong, .quote-card figcaption small { display: block; }
.quote-card figcaption strong { font-size: .81rem; }
.quote-card figcaption small { color: #89918b; font-size: .7rem; }

.final-cta { padding: 0 0 110px; }
.cta-panel { position: relative; overflow: hidden; padding: 78px 30px; text-align: center; background: linear-gradient(145deg, #c8f2ab, #89df72 60%, #7dd268); border-radius: 34px; box-shadow: 0 25px 65px rgba(45, 132, 67, .16); }
.cta-panel > *:not(.cta-orb) { position: relative; z-index: 1; }
.cta-mark { display: grid; width: 58px; height: 58px; place-items: center; margin: 0 auto 23px; color: #164b29; background: rgba(255,255,255,.48); border: 1px solid rgba(255,255,255,.55); border-radius: 17px; box-shadow: 0 10px 25px rgba(44,105,52,.1); }
.cta-mark img { width: 47px; height: 47px; object-fit: contain; }
.cta-panel h2 { max-width: 690px; margin-inline: auto; color: #153d24; }
.cta-panel p { max-width: 590px; margin: 0 auto 27px; color: #315a3b; font-size: 1.02rem; }
.cta-panel small { display: block; margin-top: 15px; color: #477250; font-size: .75rem; font-weight: 650; }
.cta-orb { position: absolute; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; }
.cta-orb-one { top: -110px; left: -90px; width: 310px; height: 310px; box-shadow: 0 0 0 55px rgba(255,255,255,.08); }
.cta-orb-two { right: -80px; bottom: -120px; width: 330px; height: 330px; box-shadow: 0 0 0 55px rgba(255,255,255,.08); }

.site-footer { padding: 70px 0 30px; background: #f6f8f5; border-top: 1px solid #e6ebe5; }
.footer-main { display: grid; grid-template-columns: 1fr 1.7fr; gap: 80px; padding-bottom: 60px; }
.footer-brand p { margin: 17px 0 0; color: #79837b; font-size: .86rem; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.footer-links div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-links h2 { margin-bottom: 7px; color: #304037; font-size: .73rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-links a, .footer-links span { color: #737e76; font-size: .8rem; transition: color .2s ease; }
.footer-links a:hover { color: var(--green); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; color: #8a938d; border-top: 1px solid #e1e7e0; font-size: .72rem; }
.footer-bottom b { color: #de826e; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu { position: absolute; top: calc(100% + 8px); right: 20px; left: 20px; padding: 10px; background: rgba(255,255,255,.97); border: 1px solid #e1e8e1; border-radius: 15px; box-shadow: 0 20px 50px rgba(28,45,33,.15); }
  .mobile-menu.is-open { display: grid; }
  .mobile-menu a { padding: 11px 13px; color: #48554c; border-radius: 8px; font-size: .9rem; font-weight: 650; }
  .mobile-menu a:hover { color: var(--green); background: var(--green-light); }
  .hero { min-height: auto; padding-top: 140px; }
  .float-note-left { left: -2%; }
  .float-note-right { right: -2%; }
  .feature-row, .feature-row-reverse { grid-template-columns: 1fr; gap: 42px; padding-block: 65px; }
  .feature-row-reverse .feature-copy { order: 1; }
  .feature-row-reverse .feature-media { order: 2; }
  .feature-copy { max-width: 580px; }
  .feature-count { right: 10%; }
  .modes-layout { grid-template-columns: 1fr; gap: 48px; }
  .modes-copy { max-width: 650px; }
  .mode-showcase { width: min(100%, 760px); min-height: 590px; margin: 0 auto; }
  .steps { grid-template-columns: 1fr; gap: 18px; max-width: 580px; margin: auto; }
  .step-arrow { transform: rotate(90deg); }
  .benefits-panel { grid-template-columns: 1fr; gap: 46px; }
  .gallery-stack { height: 450px; }
  .gallery-stack .gallery-media-left { top: 100px; width: 52%; }
  .gallery-stack .gallery-media-main { left: 20%; width: 60%; }
  .gallery-stack .gallery-media-right { top: 90px; width: 22%; }
  .testimonial-grid { grid-template-columns: 1fr; max-width: 650px; margin: auto; }
  .quote-card blockquote { min-height: 0; }
  .quote-card-featured { padding-block: 30px; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 90px 0; }
  .section-heading { margin-bottom: 48px; }
  .nav-actions { gap: 9px; }
  .site-header { height: 64px; }
  .logo { font-size: 1.08rem; }
  .logo-mark { flex-basis: 37px; width: 37px; height: 37px; }
  .hero { padding: 120px 0 62px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .hero-copy { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 330px; margin: auto; }
  .hero-note { flex-wrap: wrap; }
  .hero-stage { margin-top: 52px; }
  .float-note { display: none; }
  .trust-strip { flex-wrap: wrap; gap: 12px 25px; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-card { padding: 27px; }
  .feature-row, .feature-row-reverse { padding-block: 55px; }
  .feature-count { right: 0; font-size: 3.7rem; }
  .mode-showcase { min-height: 455px; }
  .theme-window-light { top: 62px; width: 94%; }
  .theme-window-dark { bottom: 0; width: 86%; }
  .benefits-section { padding-block: 80px; }
  .benefits-panel { gap: 38px; padding: 42px 24px; border-radius: 25px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .gallery-stack { display: grid; height: auto; gap: 34px; justify-items: center; }
  .gallery-stack .gallery-media { position: relative; inset: auto; transform: none; }
  .gallery-stack .gallery-media-left,
  .gallery-stack .gallery-media-main { width: 100%; }
  .gallery-stack .gallery-media-right { width: min(72vw, 255px); }
  .testimonials-section { padding-bottom: 90px; }
  .cta-panel { padding: 55px 22px; border-radius: 25px; }
  .final-cta { padding-bottom: 80px; }
  .footer-main { grid-template-columns: 1fr; gap: 45px; }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (max-width: 420px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .hero h1 { letter-spacing: -.065em; }
  .hero-note i { display: none; }
  .hero-note { flex-direction: column; }
  .trust-strip { align-items: flex-start; flex-direction: column; width: max-content; margin-inline: auto; }
  .feature-copy h3 { font-size: 1.85rem; }
  .feature-media { margin-inline: -4px; }
  .mode-showcase { min-height: 395px; margin-inline: -4px; width: calc(100% + 8px); }
  .theme-window-light { width: 96%; }
  .theme-window-dark { width: 90%; }
  .step-card { padding-inline: 20px; }
  .footer-links { grid-template-columns: 1fr; }
}

@media (prefers-contrast: more) {
  :root { --ink-soft: #374039; }
  .problem-card, .quote-card { border-color: #aeb9b0; }
}
