:root {
  --bg: #fcfbf8;
  --surface: #fffefd;
  --ink: #20231f;
  --muted: #61655f;
  --faint: #92968e;
  --line: #e8e7df;
  --accent: #58783d;
  --accent-deep: #45642f;
  --accent-pale: #f1f4e9;
  --container: 1280px;
  --radius: 18px;
  --radius-small: 12px;
  --shadow: 0 12px 30px rgba(38, 50, 26, .055);
  --shadow-soft: 0 14px 34px rgba(38, 50, 26, .075);
  --shadow-card: 0 18px 42px rgba(38, 50, 26, .105);
  --shadow-lift: 0 24px 54px rgba(38, 50, 26, .13);
  --shadow-button: 0 12px 24px rgba(63, 103, 45, .23);
  --glow-green: 0 0 44px rgba(148, 184, 93, .2);
  --section-gap: clamp(46px, 5.4vw, 78px);
  --ease: 180ms ease;
  --ease-smooth: 260ms cubic-bezier(.22, 1, .36, 1);
  --color-bg: #faf9f4;
  --color-bg-soft: #f5f3ec;
  --color-surface: rgba(255, 255, 250, .9);
  --color-surface-strong: #fffefa;
  --color-text: #20241f;
  --color-muted: #6c7068;
  --color-muted-2: #8a8f84;
  --color-green: #4f7a39;
  --color-green-dark: #355a29;
  --color-green-soft: #dfead2;
  --color-green-glow: rgba(107, 150, 69, .18);
  --color-border: rgba(58, 72, 47, .13);
  --color-border-strong: rgba(58, 72, 47, .22);
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 26px;
  --radius-xl: 34px;
  --shadow-xs: 0 4px 14px rgba(35, 48, 28, .05);
  --shadow-sm: 0 10px 28px rgba(35, 48, 28, .07);
  --shadow-md: 0 18px 48px rgba(35, 48, 28, .1);
  --shadow-lg: 0 28px 70px rgba(35, 48, 28, .14);
  --shadow-green: 0 18px 42px rgba(63, 103, 45, .24);
  --transition-fast: 160ms ease;
  --transition-base: 240ms ease;
  --transition-slow: 520ms ease;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; overflow-x: hidden; color: var(--ink); background: radial-gradient(circle at 78% 8%, rgba(127, 164, 79, .14), transparent 30rem), radial-gradient(circle at 8% 12%, rgba(236, 229, 206, .66), transparent 26rem), radial-gradient(circle at 70% 78%, rgba(110, 151, 75, .075), transparent 32rem), linear-gradient(180deg, #fffefb 0%, var(--color-bg) 44%, #fbfaf6 100%); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; background-image: linear-gradient(rgba(94, 120, 64, .026) 1px, transparent 1px), linear-gradient(90deg, rgba(94, 120, 64, .018) 1px, transparent 1px); background-size: 72px 72px, 72px 72px; mask-image: linear-gradient(180deg, rgba(0,0,0,.5), rgba(0,0,0,.12) 52%, transparent); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
[hidden] { display: none !important; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(var(--container), calc(100% - 80px)); margin: 0 auto; }
.section { scroll-margin-top: 70px; }

/* Header */
.site-header { height: 70px; position: relative; z-index: 20; display: flex; align-items: center; }
.header-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.brand { justify-self: start; font-size: 21px; font-weight: 740; letter-spacing: -.85px; line-height: 1; white-space: nowrap; }
.brand span { display: inline-block; width: 6px; height: 6px; margin: 0 0 7px 2px; border-radius: 50%; background: var(--accent); }
.primary-nav { display: flex; gap: clamp(30px, 3vw, 46px); font-size: 13px; font-weight: 580; }
.primary-nav a, .site-footer a { transition: color var(--ease); }
.primary-nav a:hover, .site-footer a:hover { color: var(--accent); }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 25px; border: 1px solid transparent; border-radius: 9px; font-size: 13px; font-weight: 700; transition: transform var(--ease), box-shadow var(--ease), background var(--ease); }
.button:hover { transform: translateY(-1px); }
.button--green { color: #fff; background: linear-gradient(110deg, var(--accent-deep), #6e8c50); box-shadow: 0 6px 13px rgba(67, 99, 42, .15); }
.button--outline { border-color: #abbca0; color: #374231; background: var(--surface); }
.button--outline svg { width: 20px; height: 20px; color: var(--accent); fill: none; stroke: currentColor; stroke-width: 1.8; }
.header-cta { justify-self: end; min-height: 48px; padding: 0 20px; }
.menu-toggle { display: none; width: 43px; height: 43px; border: 1px solid var(--line); border-radius: 9px; background: var(--surface); color: var(--ink); cursor: pointer; }
.menu-toggle svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }

/* Hero */
.hero { padding: clamp(24px, 3.4vw, 46px) 0 clamp(34px, 3.5vw, 48px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .87fr) minmax(530px, 1.13fr); gap: clamp(34px, 6vw, 106px); align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 25px; padding: 7px 13px; border: 1px solid #e0e4db; border-radius: 30px; color: #4c524b; font-size: 11px; line-height: 1; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
h1 { max-width: 570px; margin-bottom: 23px; font-size: clamp(40px, 3.68vw, 55px); line-height: 1.07; letter-spacing: -2.6px; font-weight: 730; }
h1 em { color: var(--accent); font-style: normal; }
.hero-description { max-width: 490px; margin-bottom: 29px; color: var(--muted); font-size: 15px; line-height: 1.62; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.audience-list { display: flex; flex-wrap: wrap; gap: 23px; margin: 34px 0 0; padding: 0; list-style: none; color: #5d635a; font-size: 10px; }
.audience-list li { display: flex; align-items: center; gap: 8px; white-space: nowrap; }
.audience-list svg { width: 17px; height: 17px; color: var(--accent); fill: none; stroke: currentColor; stroke-width: 1.7; }

/* Product composition */
.hero-product { min-height: 440px; position: relative; isolation: isolate; }
.hero-glow { position: absolute; z-index: -2; top: 30px; left: 36px; width: 388px; height: 365px; border-radius: 50%; background: radial-gradient(circle, rgba(181, 214, 101, .48) 0%, rgba(206, 227, 155, .2) 38%, rgba(252, 251, 248, 0) 72%); filter: blur(7px); pointer-events: none; }
.hero-arc { position: absolute; z-index: -1; top: -13px; right: 34px; width: 397px; height: 368px; border: 1px solid #cedc91; border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; transform: rotate(-32deg); pointer-events: none; }
.hero-spark { position: absolute; top: 46px; left: 83px; width: 18px; height: 18px; background: var(--accent); clip-path: polygon(50% 0, 61% 39%, 100% 50%, 61% 61%, 50% 100%, 39% 61%, 0 50%, 39% 39%); opacity: .8; pointer-events: none; }
.hero-dots { position: absolute; right: 119px; bottom: 3px; width: 105px; height: 52px; opacity: .74; background-image: radial-gradient(#9eb26f 1.6px, transparent 1.7px); background-size: 20px 17px; pointer-events: none; }
.document-stack { position: absolute; pointer-events: none; }
.hero-documents { top: 29px; right: 129px; width: 208px; height: 271px; transform: rotate(-7deg); }
.paper { position: absolute; overflow: hidden; width: 145px; height: 211px; padding: 15px 13px; border: 1px solid #cfd7c6; border-radius: 4px; background: #fffefa; box-shadow: 0 17px 30px rgba(47, 52, 40, .2); color: #4d5349; font-size: 7px; }
.paper small { display: block; margin-bottom: 9px; color: #8a8e85; font-size: 6px; }.paper b { display: block; font-size: 9px; }.paper span { display: block; width: 82%; height: 4px; margin-top: 12px; background: #e5e6df; }.paper span:nth-of-type(2) { width: 61%; }.paper i { position: absolute; right: 12px; top: 18px; padding: 3px 4px; border-radius: 3px; background: #e92d33; color: #fff; font-size: 7px; font-style: normal; font-weight: 700; }.paper--rear { top: 16px; left: 4px; transform: rotate(-11deg); }.paper--middle { top: 5px; left: 51px; transform: rotate(5deg); }.paper--front { top: 42px; left: 82px; transform: rotate(13deg); }
.bundle-card { position: absolute; z-index: 2; top: 86px; left: 34px; width: 294px; min-height: 318px; padding: 29px 26px 20px; border: 1px solid rgba(203, 214, 191, .98); border-radius: 17px; background: rgba(255, 255, 252, .98); box-shadow: 0 25px 42px rgba(59, 83, 38, .19); }
.tag { display: inline-flex; padding: 4px 8px; border-radius: 30px; background: #f1f1eb; color: #555951; font-size: 9px; line-height: 1; }.tag--light { color: #eef7e7; background: rgba(240, 250, 230, .2); }.bundle-card .tag { color: #536942; background: #eaf0df; }.bundle-card h2 { margin: 16px 0 12px; font-size: 23px; line-height: 1.13; letter-spacing: -.85px; }.bundle-card > p { margin-bottom: 22px; color: var(--muted); font-size: 11px; line-height: 1.55; }.bundle-price { display: flex; align-items: center; justify-content: space-between; }.bundle-price > b { font-size: 17px; }.bundle-price a, .mini-product a { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, #658443, #47672f); color: #fff; }.bundle-price svg, .mini-product a svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }.file-list { display: flex; gap: 16px; margin: 25px 0 0; padding: 13px 0 0; border-top: 1px solid #eef0e9; list-style: none; }.file-list li { display: grid; gap: 5px; color: #656a62; font-size: 8px; }.file-type { width: 23px; height: 21px; display: grid; place-items: center; border-radius: 3px; color: #fff; font-size: 10px; font-style: normal; font-weight: 800; }.file-type--xls { background: #188948; }.file-type--pdf { background: #e1292f; }.file-type--doc { background: #2a75bf; }
.float-card { position: absolute; z-index: 3; border: 1px solid #d8ddcf; border-radius: 14px; background: rgba(255,255,253,.97); box-shadow: 0 14px 30px rgba(38, 50, 26, .075); }.access-card { top: 81px; right: 2px; width: 183px; display: flex; gap: 13px; padding: 20px 16px; }.float-icon { width: 28px; height: 28px; display: grid; flex: 0 0 auto; place-items: center; color: var(--accent); }.float-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.5; }.access-card h3 { margin: 0 0 9px; font-size: 12px; line-height: 1.35; }.access-card p { margin: 0; color: #545b51; font-size: 10px; line-height: 1.6; }.lead-card { right: -10px; bottom: 31px; width: 202px; padding: 19px 17px; }.float-heading { display: flex; justify-content: space-between; font-size: 11px; }.float-heading time { color: var(--faint); }.lead-card p { margin: 16px 0 0; color: #596056; font-size: 11px; line-height: 1.55; }.lead-card p strong { color: var(--ink); font-size: 12px; }.lead-card > i { position: absolute; right: 16px; bottom: 19px; width: 7px; height: 7px; border-radius: 50%; background: #83a94c; }

/* Catalog */
.catalog { padding: 23px 0 var(--section-gap); border-top: 1px solid var(--line); }.catalog-heading { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 24px; }.catalog-heading h2, .how h2, .section-heading h2 { margin: 0; font-size: 25px; letter-spacing: -1px; }.catalog-filters { display: flex; gap: 12px; }.filter { min-height: 38px; padding: 0 22px; border: 1px solid #dfdfd8; border-radius: 10px; color: #363b34; background: var(--surface); font-size: 11px; font-weight: 660; cursor: pointer; transition: color var(--ease), background var(--ease), border-color var(--ease); white-space: nowrap; }.filter.is-active { border-color: var(--accent); color: #fff; background: linear-gradient(110deg, var(--accent-deep), #718f52); }
.catalog-layout { display: grid; grid-template-columns: minmax(310px, .83fr) minmax(0, 1.5fr); gap: 18px; align-items: stretch; }.product { border: 1px solid var(--line); border-radius: 16px; }.featured-product { position: relative; min-height: 540px; overflow: hidden; padding: 27px 25px; color: #fff; background: linear-gradient(140deg, #55783b 0%, #3c5f29 74%, #74954e 100%); box-shadow: 0 8px 16px rgba(51, 78, 35, .08); }.featured-product h3 { margin: 16px 0 13px; font-size: 26px; line-height: 1.17; letter-spacing: -1px; }.featured-product > p { max-width: 240px; margin-bottom: 15px; color: rgba(255,255,255,.9); font-size: 12px; line-height: 1.56; }.bundle-points { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; color: rgba(255,255,255,.94); font-size: 11px; }.bundle-points li::before { content: "✓"; display: inline-block; margin-right: 8px; color: #d6e99d; font-weight: 800; }.featured-bottom { display: grid; gap: 8px; position: absolute; z-index: 2; left: 25px; bottom: 25px; }.featured-bottom > b { font-size: 20px; }.featured-bottom > span { color: rgba(255,255,255,.77); font-size: 10px; letter-spacing: .4px; }.featured-bottom button { width: fit-content; display: inline-flex; align-items: center; gap: 7px; padding: 0; border: 0; color: #fff; background: transparent; font-size: 11px; font-weight: 700; cursor: pointer; }.featured-bottom button svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; }.catalog-documents { position: absolute; right: -11px; bottom: 57px; width: 295px; height: 200px; pointer-events: none; transform: scale(1.08); transform-origin: bottom right; }.mini-sheet { position: absolute; width: 126px; height: 164px; padding: 18px 13px; overflow: hidden; border: 1px solid rgba(215,221,207,.86); border-radius: 5px; background: #fffefa; box-shadow: 0 10px 21px rgba(0,0,0,.19); color: #596254; font-size: 8px; }.mini-sheet small { display: block; margin-bottom: 15px; font-size: 8px; }.mini-sheet i { display: block; width: 85%; height: 4px; margin-top: 10px; background: #e5e6de; }.mini-sheet--one { bottom: -8px; left: 0; transform: rotate(-12deg); }.mini-sheet--two { bottom: 2px; left: 64px; transform: rotate(5deg); }.mini-sheet--three { right: 0; bottom: -10px; transform: rotate(13deg); }.catalog-minis { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.mini-product { min-height: 172px; position: relative; padding: 18px 20px 14px 72px; background: rgba(255,255,255,.52); }.round-icon { position: absolute; top: 18px; left: 18px; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: #eff7e8; background: linear-gradient(135deg, #5e803f, #3f5e2d); }.round-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.4; }.mini-product .tag { margin-bottom: 8px; }.mini-product h3 { margin: 0 0 8px; font-size: 16px; line-height: 1.22; letter-spacing: -.55px; }.mini-product p { min-height: 35px; margin: 0 0 10px; color: #535b50; font-size: 10.5px; line-height: 1.48; }.mini-product > div { display: flex; align-items: center; justify-content: space-between; gap: 10px; }.mini-product b { font-size: 15px; }.mini-product a { width: 28px; height: 28px; border: 1px solid #e3e5df; color: #4a5a3c; background: transparent; }.mini-product a svg { stroke-width: 1.5; }.catalog-layout--only-feature { display: block; max-width: 440px; }.catalog-layout--only-feature .featured-product { min-height: 430px; }.catalog-layout--only-feature .catalog-minis { display: none; }.catalog-layout--no-feature { display: block; }.catalog-layout--no-feature .catalog-minis { grid-template-columns: repeat(3, minmax(0, 1fr)); }.catalog-layout--no-feature .mini-product { padding-left: 19px; padding-top: 64px; }.catalog-layout--no-feature .round-icon { top: 16px; }.empty-products { margin: 20px 0 0; color: var(--muted); }

/* Unified process */
.how { position: relative; padding: 20px 0 clamp(42px, 4vw, 58px); border-top: 1px solid var(--line); overflow: hidden; }.how-wrap { position: relative; }.how-arc { position: absolute; top: -75px; right: -90px; width: 230px; height: 170px; border: 1px dashed #c1d178; border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; transform: rotate(22deg); pointer-events: none; }.how h2 { margin-bottom: 22px; }.steps-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 41px; position: relative; margin: 0; padding: 0; list-style: none; }.steps-list::before { content: ""; position: absolute; top: 24px; right: 8%; left: 8%; border-top: 1px solid #d7ddd0; }.steps-list li { min-width: 0; position: relative; z-index: 1; }.steps-list li:not(:last-child)::after { content: ""; position: absolute; top: 29px; right: -32px; width: 12px; height: 12px; border-top: 1px solid #555c54; border-right: 1px solid #555c54; background: var(--bg); transform: rotate(45deg); }.step-icon { width: 49px; height: 49px; display: grid; place-items: center; margin-bottom: 14px; border: 1px solid #e6eadf; border-radius: 50%; color: var(--accent); background: #f6f7ee; }.step-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.5; }.steps-list h3 { margin: 0 0 7px; font-size: 15px; letter-spacing: -.35px; }.steps-list h3 b { font-size: 16px; font-weight: 760; }.steps-list p { max-width: 195px; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.48; }

/* Reviews */
.reviews { padding: 24px 0 0; border-top: 1px solid var(--line); }.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 17px; }.section-heading > a { display: inline-flex; align-items: center; gap: 12px; font-size: 11px; font-weight: 670; }.section-heading > a svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.5; }.reviews-viewport { overflow: hidden; }.reviews-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }.review-card { min-height: 130px; padding: 17px 20px 13px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.48); }.review-top { display: flex; gap: 13px; }.avatar { width: 40px; height: 40px; flex: 0 0 auto; display: grid; place-items: center; border: 2px solid #f7eee6; border-radius: 50%; color: #fff; background: linear-gradient(135deg, #c6a187, #7c4e3c); font-size: 14px; font-weight: 700; box-shadow: inset 0 0 0 3px rgba(255,255,255,.16); }.avatar--m { background: linear-gradient(135deg, #677d5d, #34472f); }.avatar--o { background: linear-gradient(135deg, #dbb499, #9b6250); }.review-top h3 { margin: 2px 0 6px; font-size: 12px; }.review-top p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.45; }.rating { display: flex; align-items: center; gap: 11px; margin: 7px 0 0 53px; color: #ecad11; font-size: 14px; letter-spacing: 1px; }.rating b { color: #63685f; font-size: 10px; letter-spacing: normal; }.review-dots { display: none; justify-content: center; gap: 7px; margin-top: 14px; }.review-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: #d7dad2; cursor: pointer; }.review-dots button.is-active { background: var(--accent); }

/* FAQ */
.faq { padding: 31px 0 0; }.faq .section-heading { margin-bottom: 17px; }.faq .section-heading p { margin: 0; color: var(--muted); font-size: 12px; }.faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 14px; }.faq-item { border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.5); }.faq-item button { width: 100%; min-height: 49px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 16px; border: 0; border-radius: inherit; color: var(--ink); background: transparent; text-align: left; font-size: 13px; font-weight: 670; cursor: pointer; }.faq-item button i { width: 21px; height: 21px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--accent); background: var(--accent-pale); font-size: 17px; font-style: normal; font-weight: 500; transition: background var(--ease), color var(--ease); }.faq-item button[aria-expanded="true"] i { color: #fff; background: var(--accent); }.faq-answer { padding: 0 48px 15px 16px; color: var(--muted); font-size: 11px; line-height: 1.55; }

/* CTA */
.cta { padding: 25px 0 31px; }.cta-banner { min-height: 163px; position: relative; display: grid; grid-template-columns: 1.25fr .8fr auto; align-items: center; gap: 28px; overflow: hidden; padding: 25px 37px; border-radius: 16px; color: #fff; background: linear-gradient(110deg, #48692f, #628342 66%, #527437); }.cta-copy { position: relative; z-index: 1; }.cta-copy h2 { margin-bottom: 9px; font-size: clamp(23px, 2.3vw, 31px); line-height: 1.15; letter-spacing: -1.1px; }.cta-copy p { max-width: 465px; margin: 0; color: rgba(255,255,255,.9); font-size: 12px; line-height: 1.55; }.cta-copy small { display: block; margin-top: 11px; color: #e3efd1; font-size: 10px; }.button--light { min-width: 190px; position: relative; z-index: 2; color: #343933; background: #fffefa; }.cta-documents { width: 194px; height: 120px; position: relative; align-self: end; pointer-events: none; }.cta-folder { position: absolute; bottom: -25px; left: 12px; width: 100px; height: 74px; border-radius: 7px 7px 0 0; background: linear-gradient(135deg, #719849, #85aa55); }.cta-folder::before { content: ""; position: absolute; top: -9px; left: 0; width: 43px; height: 14px; border-radius: 5px 5px 0 0; background: #89ad59; }.cta-sheet { position: absolute; width: 80px; height: 108px; padding: 13px 10px; border-radius: 4px; background: #fffefa; box-shadow: 0 7px 14px rgba(20,40,12,.17); color: #4d5549; font-size: 7px; }.cta-sheet i { display: block; width: 80%; height: 3px; margin-top: 10px; background: #e4e6df; }.cta-sheet--one { bottom: 1px; left: 68px; transform: rotate(7deg); }.cta-sheet--two { bottom: -9px; left: 104px; transform: rotate(18deg); }.cta-documents > span { position: absolute; top: 11px; right: -4px; color: #fff; font-size: 33px; transform: rotate(-17deg); }

/* Dialog controls */
.modal-close { position: absolute; top: 18px; right: 18px; width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: #fffefa; cursor: pointer; }.modal-close svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }

/* Footer */
.site-footer { padding: 20px 0 24px; border-top: 1px solid var(--line); }.footer-grid { display: grid; grid-template-columns: 1.25fr .8fr .8fr 1.05fr 1.1fr; gap: 26px; }.footer-about p { margin: 17px 0 0; color: var(--muted); font-size: 11px; line-height: 1.6; }.footer-grid h2 { margin: 3px 0 12px; font-size: 11px; }.footer-grid > div:not(.footer-about) > a { display: block; margin-bottom: 8px; color: #646a60; font-size: 11px; line-height: 1.35; }.footer-legal a { color: #555e50 !important; }.footer-contacts svg { width: 14px; height: 14px; margin-right: 7px; vertical-align: -3px; fill: var(--accent); }.footer-bottom { display: flex; justify-content: space-between; margin-top: 26px; color: #80867d; font-size: 10px; }

@media (max-width: 1120px) {
  .container { width: min(var(--container), calc(100% - 56px)); }
  .hero-grid { grid-template-columns: minmax(0, .88fr) minmax(465px, 1.02fr); gap: 40px; }.hero-product { transform: scale(.91); transform-origin: center right; margin-left: -22px; }
  .catalog-heading { align-items: flex-start; }.catalog-filters { gap: 8px; }.filter { padding: 0 15px; }.catalog-layout { grid-template-columns: minmax(290px, .82fr) minmax(0, 1.48fr); }.mini-product { padding-left: 68px; }
}

@media (min-width: 921px) and (max-width: 1120px) {
  .hero-arc { right: 52px; }
}

@media (max-width: 920px) {
  .site-header { height: 66px; }.primary-nav { gap: 23px; font-size: 12px; }.header-cta { min-height: 44px; padding: 0 16px; }
  .hero { padding-top: 36px; }.hero-grid { grid-template-columns: 1fr; gap: 25px; }.hero-copy { max-width: 650px; }.hero-product { width: min(100%, 640px); margin: -10px 0 -18px; transform: scale(.93); transform-origin: top left; }
  .catalog-heading { display: block; }.catalog-heading h2 { margin-bottom: 19px; }.catalog-filters { overflow-x: auto; padding-bottom: 4px; scrollbar-width: thin; }.catalog-layout { grid-template-columns: minmax(260px, .8fr) minmax(0, 1.35fr); }.mini-product { min-height: 188px; padding: 17px 16px 14px 66px; }.round-icon { top: 17px; left: 16px; width: 39px; height: 39px; }
  .steps-list { grid-template-columns: repeat(2, 1fr); gap: 30px 55px; }.steps-list li:nth-child(2)::after { display: none; }.steps-list li:nth-child(3)::after { top: 38px; right: -38px; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); row-gap: 28px; }.footer-about { grid-column: 1 / -1; }.footer-legal { grid-column: span 2; }
}

@media (max-width: 700px) {
  .container { width: min(var(--container), calc(100% - 34px)); }
  .site-header { height: 64px; }.header-inner { grid-template-columns: 1fr auto; }.brand { font-size: 18px; }.brand span { margin-bottom: 6px; }.header-cta { display: none; }.menu-toggle { display: grid; place-items: center; }
  .primary-nav { position: absolute; top: calc(100% - 2px); right: 17px; left: 17px; display: grid; grid-template-columns: 1fr 1fr; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 13px; background: #fffefa; box-shadow: 0 16px 32px rgba(37,46,29,.1); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity var(--ease), transform var(--ease), visibility var(--ease); }.primary-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }.primary-nav a { min-height: 44px; display: flex; align-items: center; padding: 0 10px; border-radius: 7px; }.primary-nav a:hover { background: var(--accent-pale); }
  .hero { padding: 31px 0 33px; }.eyebrow { margin-bottom: 18px; font-size: 10px; }h1 { margin-bottom: 21px; font-size: clamp(37px, 10vw, 48px); letter-spacing: -2px; }.hero-description { margin-bottom: 24px; font-size: 14px; }.hero-actions { display: grid; grid-template-columns: 1fr; max-width: 340px; gap: 10px; }.button { min-height: 49px; font-size: 12px; }.audience-list { gap: 12px 18px; margin-top: 25px; font-size: 9px; }
  .hero-product { width: 100%; min-height: 405px; margin: 0; overflow: hidden; transform: none; }.hero-glow { top: 45px; left: 3%; width: 80%; height: 300px; }.hero-arc { top: 5px; right: 2%; width: 78%; height: 310px; }.hero-spark { top: 18px; left: 8%; }.hero-dots { right: 16%; bottom: 4px; }.hero-documents { top: 33px; right: 18%; transform: scale(.78) rotate(-7deg); transform-origin: top right; }.bundle-card { top: 102px; left: 5%; width: 58%; min-height: 272px; padding: 21px 18px 14px; }.bundle-card h2 { margin: 12px 0 9px; font-size: 19px; }.bundle-card > p { margin-bottom: 16px; font-size: 9px; }.bundle-price > b { font-size: 15px; }.bundle-price a { width: 29px; height: 29px; }.file-list { gap: 9px; margin-top: 17px; padding-top: 9px; }.file-list li { font-size: 7px; }.file-type { width: 20px; height: 19px; font-size: 9px; }.access-card { top: 84px; right: 0; width: 33%; gap: 5px; padding: 13px 8px; }.float-icon { display: none; }.access-card h3 { margin-bottom: 6px; font-size: 9px; }.access-card p { font-size: 8px; }.lead-card { right: 0; bottom: 13px; width: 38%; padding: 14px 11px; }.float-heading { font-size: 8px; }.lead-card p { margin-top: 10px; font-size: 8px; }.lead-card p strong { font-size: 9px; }.lead-card > i { right: 11px; bottom: 14px; }
  .catalog { padding: 19px 0 52px; }.catalog-heading h2, .how h2, .section-heading h2 { font-size: 22px; }.catalog-filters { width: 100%; max-width: 100%; margin-right: 0; }.filter { min-height: 36px; padding: 0 16px; font-size: 10px; }.catalog-layout { grid-template-columns: 1fr; }.featured-product { min-height: 340px; }.catalog-minis { grid-template-columns: 1fr; }.mini-product { min-height: 160px; padding: 18px 19px 13px 70px; }.mini-product--extra { grid-column: auto; }.catalog-layout--no-feature .catalog-minis { grid-template-columns: 1fr; }.catalog-layout--no-feature .mini-product { padding-left: 70px; padding-top: 18px; }.catalog-layout--no-feature .round-icon { top: 18px; }.catalog-layout--only-feature { max-width: none; }
  .how { padding: 24px 0 52px; }.how h2 { margin-bottom: 23px; }.steps-list { grid-template-columns: 1fr; gap: 22px; }.steps-list li { display: grid; grid-template-columns: 49px 1fr; gap: 13px; }.steps-list li::after { display: none !important; }.step-icon { margin: 0; }.steps-list h3 { margin-top: 3px; }.steps-list p { max-width: none; }
  .reviews { padding-top: 23px; }.section-heading { margin-bottom: 16px; }.section-heading > a { gap: 5px; font-size: 9px; }.reviews-track { display: flex; gap: 0; transition: transform 280ms ease; }.review-card { min-width: 100%; min-height: 136px; }.review-dots { display: flex; }
  .cta { padding: 25px 0; }.cta-banner { min-height: 0; display: flex; flex-direction: column; align-items: stretch; gap: 15px; padding: 25px; }.cta-copy h2 { font-size: 23px; }.cta-copy p { font-size: 11px; }.cta-documents { align-self: center; transform: scale(.82); margin: -9px 0; }.button--light { width: 100%; }
  .site-footer { padding-top: 22px; }.footer-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 20px; }.footer-about { grid-column: 1 / -1; }.footer-contacts { grid-column: auto; }.footer-bottom { margin-top: 24px; }
}

@media (max-width: 400px) {
  .audience-list { display: grid; grid-template-columns: 1fr 1fr; }.audience-list li:last-child { grid-column: span 2; }.hero-product { min-height: 387px; }.hero-documents { right: 13%; transform: scale(.68) rotate(-7deg); }.bundle-card { width: 61%; }.access-card { width: 32%; }.lead-card { width: 39%; }.featured-product { min-height: 315px; }.featured-product h3 { font-size: 24px; }.catalog-documents { transform: scale(.86); transform-origin: bottom right; }.footer-grid { grid-template-columns: 1fr; }.footer-legal, .footer-contacts { grid-column: auto; }.footer-bottom { flex-direction: column; gap: 8px; }
}

@media (max-width: 920px) {
  .mini-product { min-height: 172px; }
  .featured-product { min-height: 540px; }
}

@media (max-width: 700px) {
  .featured-product { min-height: 445px; }.featured-product > p { max-width: 205px; }.bundle-points { gap: 5px; font-size: 9px; }.featured-bottom { bottom: 18px; }.catalog-documents { right: -13px; bottom: 48px; transform: scale(.88); transform-origin: bottom right; }
  .steps-list::before { display: none; }
  .faq { padding-top: 25px; }.faq .section-heading { align-items: flex-start; }.faq .section-heading p { max-width: 135px; text-align: right; font-size: 10px; }.faq-grid { grid-template-columns: 1fr; gap: 8px; }.faq-item button { min-height: 48px; font-size: 12px; }.faq-answer { padding-right: 36px; font-size: 11px; }
  .cta-copy small { font-size: 9px; line-height: 1.5; }.cta-banner { padding-bottom: 23px; }
}

@media (max-width: 400px) {
  .featured-product { min-height: 426px; }.featured-product h3 { font-size: 23px; }.bundle-points { font-size: 8px; }.catalog-documents { right: -24px; bottom: 39px; transform: scale(.77); transform-origin: bottom right; }.featured-bottom { left: 20px; bottom: 15px; }.featured-bottom > b { font-size: 17px; }
}

/* Checkout */
body.modal-open { overflow: hidden; }
.round-action, .product-arrow { display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; cursor: pointer; }
.bundle-price .round-action { width: 34px; height: 34px; color: #fff; background: linear-gradient(135deg, #658443, #47672f); }
.bundle-price .round-action svg, .product-arrow svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.mini-product, .featured-product { cursor: pointer; transition: border-color var(--ease), box-shadow var(--ease), transform var(--ease); }
.mini-product:hover { border-color: var(--product-border, #cbd8bf); box-shadow: 0 13px 24px rgba(53, 78, 37, .09); transform: translateY(-2px); }
.mini-product .product-arrow { width: auto; min-width: 92px; height: 31px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 0 10px; border: 1px solid #e3e5df; border-radius: 999px; color: #4a5a3c; background: transparent; font-size: 10px; font-weight: 740; }
.mini-product:hover .product-arrow { border-color: transparent; color: #fff; background: var(--product-accent, var(--accent)); }
.mini-product .product-arrow svg { width: 14px; height: 14px; stroke-width: 1.7; }
.mini-product { isolation: isolate; overflow: hidden; background: #fffefd; box-shadow: 0 8px 20px rgba(52, 64, 45, .035); }
.mini-product::before, .mini-product::after { content: ""; position: absolute; pointer-events: none; }
.mini-product::before { inset: 0; z-index: 0; opacity: .95; background: var(--product-bg, linear-gradient(135deg, #f7f9f2, #fffefd)); }
.mini-product::after { inset: 10px; z-index: 1; border: 1px solid var(--product-border, rgba(219, 226, 211, .74)); border-radius: 12px; background: var(--product-panel, linear-gradient(135deg, rgba(255,255,253,.87), rgba(250,252,246,.7))); box-shadow: inset 0 1px 0 rgba(255,255,255,.72); }
.mini-product > * { position: relative; z-index: 2; }
.mini-product .round-icon { z-index: 3; background: var(--product-icon, linear-gradient(135deg, #5e803f, #3f5e2d)); box-shadow: 0 8px 18px var(--product-shadow, rgba(47, 70, 34, .12)); }
.mini-product .tag { color: var(--product-chip-text, #555951); background: var(--product-chip-bg, #f1f1eb); }
.mini-product .product-arrow { border-color: var(--product-border, #e3e5df); color: var(--product-accent, #4a5a3c); background: rgba(255,255,255,.58); }
.mini-product b { color: var(--product-accent, var(--ink)); }
.mini-product[data-product-id="mini-crm"] { --product-accent: #496c35; --product-border: rgba(191, 212, 175, .86); --product-chip-bg: #e7f0de; --product-chip-text: #476634; --product-icon: linear-gradient(135deg, #719653, #446a31); --product-shadow: rgba(72, 103, 51, .16); --product-panel: linear-gradient(135deg, rgba(252,255,248,.9), rgba(241,248,235,.77)); --product-bg: radial-gradient(circle at 86% 22%, rgba(101,132,67,.2) 0 32px, transparent 33px), linear-gradient(90deg, transparent 72%, rgba(221,231,209,.74) 72% 73%, transparent 73%), linear-gradient(0deg, transparent 54%, rgba(221,231,209,.7) 54% 55%, transparent 55%), linear-gradient(135deg, #f1f7eb, #fffefd 74%); }
.mini-product[data-product-id="price-calculator"] { --product-accent: #3f6f8d; --product-border: rgba(186, 211, 225, .9); --product-chip-bg: #e3eff6; --product-chip-text: #3d6883; --product-icon: linear-gradient(135deg, #6e98ae, #3e6f8d); --product-shadow: rgba(59, 104, 133, .15); --product-panel: linear-gradient(135deg, rgba(251,254,255,.92), rgba(235,247,252,.78)); --product-bg: linear-gradient(90deg, rgba(78,126,160,.12) 1px, transparent 1px), linear-gradient(0deg, rgba(78,126,160,.12) 1px, transparent 1px), radial-gradient(circle at 86% 72%, rgba(76,132,166,.2) 0 36px, transparent 37px), linear-gradient(135deg, #edf7fb, #fffefd); background-size: 22px 22px, 22px 22px, auto, auto; }
.mini-product[data-product-id="client-scripts"] { --product-accent: #94613e; --product-border: rgba(229, 199, 172, .9); --product-chip-bg: #f8eadf; --product-chip-text: #88583a; --product-icon: linear-gradient(135deg, #bd8a61, #8f5b3c); --product-shadow: rgba(137, 89, 56, .14); --product-panel: linear-gradient(135deg, rgba(255,253,250,.93), rgba(252,240,230,.8)); --product-bg: radial-gradient(ellipse at 86% 28%, rgba(187,132,88,.2) 0 42px, transparent 43px), radial-gradient(ellipse at 68% 72%, rgba(246,218,196,.86) 0 48px, transparent 49px), linear-gradient(135deg, #fff2e9, #fffefd); }
.mini-product[data-product-id="content-plan"] { --product-accent: #6e608f; --product-border: rgba(207, 199, 225, .9); --product-chip-bg: #eee9f7; --product-chip-text: #625581; --product-icon: linear-gradient(135deg, #9183b4, #665982); --product-shadow: rgba(100, 87, 130, .14); --product-panel: linear-gradient(135deg, rgba(254,253,255,.93), rgba(243,239,251,.8)); --product-bg: repeating-linear-gradient(90deg, rgba(107,94,143,.1) 0 1px, transparent 1px 28px), repeating-linear-gradient(0deg, rgba(107,94,143,.1) 0 1px, transparent 1px 24px), radial-gradient(circle at 82% 22%, rgba(134,117,174,.18) 0 34px, transparent 35px), linear-gradient(135deg, #f2effa, #fffefd); }
.mini-product[data-product-id="lead-system"] { --product-accent: #3d766d; --product-border: rgba(177, 216, 210, .9); --product-chip-bg: #e0f2ef; --product-chip-text: #376e66; --product-icon: linear-gradient(135deg, #6aa49a, #3a7169); --product-shadow: rgba(54, 111, 103, .14); --product-panel: linear-gradient(135deg, rgba(251,255,254,.93), rgba(232,248,245,.8)); --product-bg: linear-gradient(90deg, transparent 64%, rgba(67,128,119,.13) 64% 66%, transparent 66%), repeating-linear-gradient(0deg, rgba(67,128,119,.1) 0 2px, transparent 2px 18px), radial-gradient(circle at 86% 70%, rgba(72,144,132,.18) 0 38px, transparent 39px), linear-gradient(135deg, #e9f8f5, #fffefd); }
.mini-product[data-product-id="contracts"] { --product-accent: #806b36; --product-border: rgba(223, 208, 169, .92); --product-chip-bg: #f3ecd6; --product-chip-text: #735f30; --product-icon: linear-gradient(135deg, #a89457, #75642f); --product-shadow: rgba(115, 95, 48, .14); --product-panel: linear-gradient(135deg, rgba(255,254,250,.93), rgba(250,244,224,.8)); --product-bg: linear-gradient(112deg, transparent 57%, rgba(166,142,82,.16) 57% 59%, transparent 59%), radial-gradient(circle at 82% 22%, rgba(170,148,88,.18) 0 34px, transparent 35px), linear-gradient(135deg, #faf3dc, #fffefd); }

/* Visual polish */
.brand span, .eyebrow span, .lead-card > i { box-shadow: 0 0 0 4px rgba(88, 120, 61, .08), 0 0 18px rgba(88, 120, 61, .22); }
.primary-nav a, .site-footer a, .section-heading > a, .featured-bottom button { transition: color var(--ease-smooth), opacity var(--ease-smooth), transform var(--ease-smooth); }
.primary-nav a:hover, .site-footer a:hover, .section-heading > a:hover, .featured-bottom button:hover { color: var(--accent-deep); transform: translateY(-1px); }
.button, .filter, .product-arrow, .round-action, .modal-close { -webkit-tap-highlight-color: transparent; transition: transform var(--ease-smooth), box-shadow var(--ease-smooth), background var(--ease-smooth), border-color var(--ease-smooth), color var(--ease-smooth), opacity var(--ease-smooth); }
:focus-visible { outline: 3px solid rgba(92, 135, 63, .34); outline-offset: 3px; }
.button:focus-visible, .filter:focus-visible, .product-arrow:focus-visible, .round-action:focus-visible, .modal-close:focus-visible, .menu-toggle:focus-visible, .primary-nav a:focus-visible, .site-footer a:focus-visible, .section-heading > a:focus-visible, .featured-bottom button:focus-visible, .faq-item button:focus-visible { outline-color: rgba(113, 143, 82, .34); }
.catalog, .how, .reviews, .site-footer { border-top-color: var(--color-border); }
.button:hover, .filter:hover, .product-arrow:hover, .round-action:hover { transform: translateY(-2px); }
.button:active, .filter:active, .product-arrow:active, .round-action:active { transform: translateY(0); }
.button--green, .filter.is-active, .bundle-price .round-action { background: linear-gradient(135deg, #3f612d 0%, #638642 58%, #789a55 100%); box-shadow: var(--shadow-button), inset 0 1px 0 rgba(255,255,255,.18); }
.button--green:hover, .filter.is-active:hover, .bundle-price .round-action:hover { background: linear-gradient(135deg, #36572a 0%, #6d8d4a 62%, #89a966 100%); box-shadow: 0 15px 28px rgba(63, 103, 45, .27), inset 0 1px 0 rgba(255,255,255,.2); }
.button--outline, .filter:not(.is-active), .menu-toggle { background: linear-gradient(180deg, rgba(255,254,253,.98), rgba(248,250,244,.95)); box-shadow: 0 8px 18px rgba(38, 50, 26, .045); }
.button--outline:hover, .filter:not(.is-active):hover, .menu-toggle:hover { border-color: #98ae85; background: linear-gradient(180deg, #fffefd, #f3f7ed); box-shadow: var(--shadow-soft); }
.button--light { box-shadow: 0 12px 26px rgba(31, 48, 23, .18), inset 0 1px 0 rgba(255,255,255,.55); }
.button--light:hover { background: #fffffb; box-shadow: 0 16px 34px rgba(31, 48, 23, .24), inset 0 1px 0 rgba(255,255,255,.65); }
.button svg, .product-arrow svg, .round-action svg, .featured-bottom button svg, .section-heading > a svg { transition: transform var(--ease-smooth); }
.button:hover svg, .product-arrow:hover svg, .round-action:hover svg, .featured-bottom button:hover svg, .section-heading > a:hover svg { transform: translateX(2px); }

.site-header { background: linear-gradient(180deg, rgba(255,254,251,.86), rgba(255,254,251,0)); }
.eyebrow { background: rgba(255,254,253,.68); box-shadow: 0 8px 18px rgba(38, 50, 26, .035), inset 0 1px 0 rgba(255,255,255,.75); backdrop-filter: blur(5px); }
.hero-product::before { content: ""; position: absolute; z-index: -3; inset: 58px 48px 26px 4px; border-radius: 36px; background: radial-gradient(circle at 60% 38%, rgba(154, 192, 92, .22), transparent 49%); filter: blur(22px); pointer-events: none; }
.hero-glow { background: radial-gradient(circle, rgba(183, 218, 104, .54) 0%, rgba(213, 232, 163, .24) 38%, rgba(252, 251, 248, 0) 74%); filter: blur(10px); }
.hero-arc { border-top-color: rgba(181, 205, 109, .72); border-right-color: rgba(181, 205, 109, .72); box-shadow: 14px -12px 42px rgba(158, 188, 83, .08); }
.hero-spark { filter: drop-shadow(0 0 12px rgba(98, 132, 65, .34)); }
.paper { border-color: rgba(196, 209, 185, .9); box-shadow: 0 18px 34px rgba(47, 52, 40, .22), 0 0 34px rgba(149, 178, 103, .1); }
.paper--front { box-shadow: 0 23px 42px rgba(47, 52, 40, .24), 0 0 38px rgba(149, 178, 103, .14); }
.bundle-card { background: linear-gradient(145deg, rgba(255,255,253,.99), rgba(249,251,244,.96)); box-shadow: 0 28px 58px rgba(59, 83, 38, .2), 0 0 0 1px rgba(255,255,255,.72) inset, var(--glow-green); }
.bundle-card::before { content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; background: radial-gradient(circle at 82% 0%, rgba(170, 203, 113, .17), transparent 34%); }
.float-card { background: linear-gradient(145deg, rgba(255,255,253,.98), rgba(249,251,244,.94)); box-shadow: 0 18px 38px rgba(38, 50, 26, .095), 0 0 0 1px rgba(255,255,255,.7) inset; }
.access-card, .lead-card { transition: transform var(--ease-smooth), box-shadow var(--ease-smooth), border-color var(--ease-smooth); }
.hero-product:hover .access-card, .hero-product:hover .lead-card { border-color: rgba(175, 194, 154, .98); box-shadow: var(--shadow-card); }

.catalog, .how, .reviews, .faq { position: relative; }
.catalog::before, .how::before, .reviews::before, .faq::before { content: ""; position: absolute; pointer-events: none; border-radius: 999px; background: radial-gradient(circle, rgba(135, 166, 82, .11), transparent 68%); }
.catalog::before { top: 18px; right: max(18px, calc((100vw - var(--container)) / 2 - 68px)); width: 260px; height: 190px; }
.how::before { left: -95px; bottom: 18px; width: 240px; height: 180px; }
.reviews::before { right: -80px; top: 16px; width: 210px; height: 150px; }
.faq::before { left: 8%; top: -10px; width: 190px; height: 120px; opacity: .65; }
.how::before { left: 0; }
.reviews::before { right: 0; }

.product { box-shadow: 0 8px 22px rgba(52, 64, 45, .035); }
.featured-product { background: radial-gradient(circle at 70% 68%, rgba(201, 227, 139, .22), transparent 34%), linear-gradient(145deg, #628741 0%, #42672c 58%, #789750 100%); box-shadow: 0 18px 42px rgba(51, 78, 35, .15), inset 0 1px 0 rgba(255,255,255,.15); transition: transform var(--ease-smooth), box-shadow var(--ease-smooth), filter var(--ease-smooth); }
.featured-product::before { content: ""; position: absolute; inset: -28% -18% auto auto; width: 250px; height: 250px; border-radius: 50%; background: radial-gradient(circle, rgba(224, 242, 173, .2), transparent 67%); pointer-events: none; }
.featured-product:hover { box-shadow: 0 24px 54px rgba(51, 78, 35, .2), inset 0 1px 0 rgba(255,255,255,.18); transform: translateY(-2px); }
.featured-bottom button { text-shadow: 0 1px 12px rgba(255,255,255,.18); }
.catalog-documents { filter: drop-shadow(0 18px 28px rgba(20, 35, 14, .18)); transition: filter var(--ease-smooth); }
.featured-product:hover .catalog-documents { filter: drop-shadow(0 22px 34px rgba(20, 35, 14, .22)); }
.mini-sheet { box-shadow: 0 14px 28px rgba(0,0,0,.2), 0 0 30px rgba(210, 231, 158, .12); }
.mini-product { box-shadow: var(--shadow-soft); transition: transform var(--ease-smooth), box-shadow var(--ease-smooth), border-color var(--ease-smooth); }
.mini-product::before, .mini-product::after { transition: opacity var(--ease-smooth), box-shadow var(--ease-smooth), border-color var(--ease-smooth), transform var(--ease-smooth); }
.mini-product::after { box-shadow: inset 0 1px 0 rgba(255,255,255,.78), 0 10px 22px rgba(36, 50, 26, .035); }
.mini-product:hover { box-shadow: var(--shadow-card); transform: translateY(-3px); }
.mini-product:hover::after { border-color: var(--product-border, rgba(196, 211, 184, .95)); box-shadow: inset 0 1px 0 rgba(255,255,255,.86), 0 14px 28px rgba(36, 50, 26, .055); }
.mini-product:hover .round-icon { box-shadow: 0 11px 22px var(--product-shadow, rgba(47, 70, 34, .16)); transform: translateY(-1px); }
.round-icon { transition: transform var(--ease-smooth), box-shadow var(--ease-smooth); }
.mini-product:hover .product-arrow { box-shadow: 0 10px 20px var(--product-shadow, rgba(47, 70, 34, .15)); }

.steps-list::before { border-top-color: rgba(127, 151, 105, .34); box-shadow: 0 1px 0 rgba(255,255,255,.72); }
.how-arc { right: 0; opacity: .74; }
.steps-list li { transition: transform var(--ease-smooth); }
.step-icon { background: linear-gradient(145deg, #f8faf2, #eef4e3); box-shadow: 0 10px 22px rgba(61, 86, 42, .065), inset 0 1px 0 rgba(255,255,255,.8); transition: transform var(--ease-smooth), box-shadow var(--ease-smooth), background var(--ease-smooth); }
.steps-list li:hover { transform: translateY(-2px); }
.steps-list li:hover .step-icon { background: linear-gradient(145deg, #f6faef, #e8f1dc); box-shadow: 0 14px 28px rgba(61, 86, 42, .095), inset 0 1px 0 rgba(255,255,255,.82); transform: rotate(-2deg); }
.steps-list li:not(:last-child)::after { border-color: rgba(76, 92, 70, .65); }

.review-card { background: linear-gradient(145deg, rgba(255,255,253,.78), rgba(250,249,244,.66)); box-shadow: 0 10px 24px rgba(38, 50, 26, .045); transition: transform var(--ease-smooth), box-shadow var(--ease-smooth), border-color var(--ease-smooth), background var(--ease-smooth); }
.review-card:hover { border-color: #dedfcf; background: linear-gradient(145deg, rgba(255,255,253,.95), rgba(250,248,240,.78)); box-shadow: var(--shadow-soft); transform: translateY(-2px); }
.avatar { box-shadow: inset 0 0 0 3px rgba(255,255,255,.18), 0 9px 18px rgba(88, 64, 45, .16); }
.avatar--m { box-shadow: inset 0 0 0 3px rgba(255,255,255,.18), 0 9px 18px rgba(52, 71, 47, .18); }
.avatar--o { box-shadow: inset 0 0 0 3px rgba(255,255,255,.18), 0 9px 18px rgba(124, 82, 62, .16); }
.rating { text-shadow: 0 2px 10px rgba(236, 173, 17, .18); }

.faq-item { box-shadow: 0 8px 18px rgba(38, 50, 26, .028); transition: border-color var(--ease-smooth), box-shadow var(--ease-smooth), background var(--ease-smooth), transform var(--ease-smooth); }
.faq-item:hover { border-color: #d8dece; background: rgba(255,255,253,.74); box-shadow: var(--shadow-soft); transform: translateY(-1px); }
.faq-item:has(button[aria-expanded="true"]) { border-color: #d4dfca; background: linear-gradient(145deg, rgba(255,255,253,.82), rgba(246,249,240,.78)); box-shadow: var(--shadow-soft); }
.faq-item button:hover i { color: #fff; background: #6c8a4a; transform: rotate(90deg); }
.faq-item button i { box-shadow: inset 0 1px 0 rgba(255,255,255,.7); transition: transform var(--ease-smooth), background var(--ease-smooth), color var(--ease-smooth), box-shadow var(--ease-smooth); }
.faq-item button[aria-expanded="true"] i { box-shadow: 0 9px 18px rgba(88, 120, 61, .18), inset 0 1px 0 rgba(255,255,255,.16); transform: rotate(180deg); }

.cta-banner { background: radial-gradient(circle at 70% 46%, rgba(210, 235, 148, .2), transparent 34%), linear-gradient(115deg, #405f2d 0%, #5f8340 61%, #466a31 100%); box-shadow: 0 20px 48px rgba(44, 72, 30, .18), inset 0 1px 0 rgba(255,255,255,.14); }
.cta-banner::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(255,255,255,.12), transparent 42%), radial-gradient(circle at 95% 14%, rgba(255,255,255,.12), transparent 24%); }
.cta-documents { filter: drop-shadow(0 18px 25px rgba(23, 44, 14, .2)); }
.cta-sheet { box-shadow: 0 12px 24px rgba(20,40,12,.2); }
.site-footer { background: linear-gradient(180deg, rgba(255,254,253,.4), rgba(247,246,241,.76)); }
.footer-grid h2, .footer-about .brand { color: #242a21; }
.footer-grid > div:not(.footer-about) > a:hover { transform: translateX(2px); }

@keyframes polishFloat {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -5px, 0); }
}
@keyframes polishDrift {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); opacity: .72; }
  50% { transform: translate3d(3px, -4px, 0) rotate(7deg); opacity: .9; }
}
@keyframes polishGlow {
  0%, 100% { opacity: .9; transform: scale(1); }
  50% { opacity: .72; transform: scale(1.025); }
}
@media (prefers-reduced-motion: no-preference) and (min-width: 701px) {
  .hero-glow { animation: polishGlow 10s ease-in-out infinite; }
  .hero-spark { animation: polishDrift 11s ease-in-out infinite; }
  .hero-dots { animation: polishFloat 12s ease-in-out infinite; }
  .cta-documents { animation: polishFloat 10s ease-in-out infinite; }
}
@media (max-width: 700px) {
  body { background: radial-gradient(circle at 20% 0%, rgba(117, 154, 78, .055), transparent 28%), radial-gradient(circle at 92% 8%, rgba(185, 211, 121, .08), transparent 32%), #fcfbf8; }
  body::before, .catalog::before, .how::before, .reviews::before, .faq::before { opacity: .35; }
  .eyebrow { backdrop-filter: none; }
  .mini-product:hover, .featured-product:hover, .review-card:hover, .faq-item:hover, .steps-list li:hover { transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

.checkout-modal { width: min(760px, calc(100% - 34px)); max-height: min(620px, calc(100% - 28px)); padding: 0; overflow: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; scrollbar-gutter: stable; border: 1px solid #e2e4dc; border-radius: 14px; color: var(--ink); background: var(--surface); box-shadow: 0 18px 48px rgba(24,32,20,.2); }
.checkout-modal::backdrop { background: rgba(27,35,23,.5); }
.checkout-shell { min-height: 100%; padding: 18px 20px 20px; }
.checkout-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 13px; border-bottom: 1px solid var(--line); }
.checkout-header h2 { margin: 0; font-size: 23px; letter-spacing: -.7px; }
.checkout-header .modal-close { position: static; flex: 0 0 auto; }
.checkout-flow { display: grid; grid-template-columns: minmax(0, 1fr) 245px; gap: 18px; padding-top: 15px; }
.checkout-form-heading { margin-bottom: 12px; }.checkout-form-heading h3 { margin: 0 0 4px; font-size: 15px; }.checkout-form-heading p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.4; }
.checkout-form { display: grid; align-content: start; gap: 8px; }
.field { display: grid; gap: 6px; color: #454b43; font-size: 11px; font-weight: 650; }.field > span b, .check-field b { color: #ac4b37; }.field > span i { color: var(--faint); font-size: 9px; font-style: normal; font-weight: 500; }
.field input { width: 100%; min-height: 40px; padding: 0 11px; border: 1px solid #dfe3da; border-radius: 8px; outline: none; color: var(--ink); background: #fffefa; font: inherit; font-size: 12px; transition: border-color var(--ease), box-shadow var(--ease); }.field input:focus { border-color: #7c9864; box-shadow: 0 0 0 3px rgba(101,132,67,.12); }.field input[aria-invalid="true"] { border-color: #c95743; box-shadow: 0 0 0 3px rgba(201,87,67,.1); }
.field-error { min-height: 12px; color: #b54837; font-size: 10px; font-weight: 550; line-height: 1.25; }.field-error:empty { display: none; }
.checkout-consents { display: grid; gap: 5px; margin-top: 1px; padding-top: 2px; }.check-field { display: grid; grid-template-columns: 17px 1fr; align-items: start; gap: 7px; color: #555b52; font-size: 9px; line-height: 1.4; cursor: pointer; }.check-field input { width: 15px; height: 15px; margin: 0; accent-color: var(--accent); }.check-field input[aria-invalid="true"] { outline: 2px solid #c95743; outline-offset: 2px; }.check-field a { color: #41622f; text-decoration: underline; text-underline-offset: 2px; }
.order-summary { align-self: start; padding: 14px; border: 1px solid #dee5d7; border-radius: 10px; background: linear-gradient(145deg, #f7f9f1, #fffefa 72%); }.summary-label { margin: 0 0 7px; color: var(--muted); font-size: 9px; font-weight: 650; text-transform: uppercase; letter-spacing: .6px; }.order-summary .tag { margin-bottom: 7px; }.order-summary h3 { margin: 0 0 9px; font-size: 16px; line-height: 1.18; letter-spacing: -.5px; }.summary-files { margin: 0; padding: 9px 0; border-top: 1px solid #e1e7dc; border-bottom: 1px solid #e1e7dc; color: #596254; font-size: 9px; line-height: 1.45; }.summary-files b { color: var(--ink); font-size: 9px; }.summary-meta { display: grid; grid-template-columns: 1fr; gap: 6px; padding: 9px 0; }.summary-meta span { display: grid; gap: 2px; }.summary-meta b { font-size: 9px; }.summary-meta em { color: var(--muted); font-size: 9px; font-style: normal; line-height: 1.3; }.summary-total { display: flex; align-items: center; justify-content: space-between; margin-top: 0; padding-top: 10px; border-top: 1px solid #d6e0cc; font-size: 12px; }.summary-total b { font-size: 18px; letter-spacing: -.4px; }
.checkout-demo-note { margin: 11px 0 10px; padding: 8px 9px; border: 1px solid #e2dfc8; border-radius: 8px; color: #68624a; background: #fffdf1; font-size: 9px; line-height: 1.4; }.checkout-feedback { min-height: 0; margin: 0 0 9px; color: #a73f31; font-size: 10px; line-height: 1.45; }.checkout-feedback:not(:empty) { padding: 8px 9px; border-radius: 8px; background: #fdf0ed; }.checkout-feedback.is-positive { color: #42622f; background: #eef5e9; }
.demo-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin: 0 0 11px; padding: 10px; border: 1px dashed #c9d5be; border-radius: 8px; background: #f7faF2; }.demo-actions p { grid-column: 1 / -1; margin: 0; color: #697361; font-size: 9px; line-height: 1.35; }.demo-actions .button { min-height: 35px; padding: 0 7px; font-size: 9px; }.demo-error-button { grid-column: 1 / -1; padding: 0; border: 0; color: #8a483a; background: transparent; font-size: 9px; text-decoration: underline; text-underline-offset: 2px; cursor: pointer; }
.checkout-submit { width: 100%; min-height: 43px; padding: 0 13px; }.checkout-submit[disabled] { cursor: progress; opacity: .78; transform: none; }.checkout-submit .button-spinner { width: 15px; height: 15px; border: 2px solid rgba(255,255,255,.45); border-top-color: #fff; border-radius: 50%; animation: checkout-spin .7s linear infinite; }@keyframes checkout-spin { to { transform: rotate(360deg); } }
.checkout-result { max-width: 560px; margin: 25px auto 5px; padding: 30px 18px; text-align: center; }.result-icon { width: 48px; height: 48px; display: grid; place-items: center; margin: 0 auto 17px; border-radius: 50%; font-size: 25px; font-weight: 700; }.result-icon--success { color: #fff; background: linear-gradient(135deg, #668746, #45652f); }.result-icon--success svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 2; }.result-icon--cancel { color: #a3533f; background: #faece8; }.checkout-result .eyebrow { justify-content: center; margin-bottom: 10px; }.checkout-result h3 { margin: 0 0 10px; font-size: 26px; letter-spacing: -.9px; }.checkout-result > p:not(.eyebrow) { margin: 0 auto; color: var(--muted); font-size: 12px; line-height: 1.6; }.checkout-result dl { display: grid; gap: 10px; margin: 22px 0; text-align: left; }.checkout-result dl div { display: flex; justify-content: space-between; gap: 15px; padding: 12px; border-radius: 9px; background: #f6f8f1; }.checkout-result dt { color: var(--muted); font-size: 10px; }.checkout-result dd { margin: 0; font-size: 10px; font-weight: 700; text-align: right; }.result-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }.result-actions .button { min-height: 46px; padding: 0 17px; font-size: 11px; }.support-link { display: inline-block; margin-top: 19px; color: #4b6835; font-size: 10px; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 700px) {
  .checkout-modal { position: fixed; inset: auto 0 0 0; width: 100%; max-width: 430px; height: min(64vh, 540px); max-height: calc(100% - 10px); margin: 0 auto; border-radius: 20px 20px 0 0; scrollbar-gutter: auto; transform: translateY(0); animation: checkout-sheet-in .32s cubic-bezier(.22,1,.36,1); will-change: transform; touch-action: pan-y; }.checkout-modal.is-closing { animation: checkout-sheet-out .2s ease-in forwards; }.checkout-modal::backdrop { animation: checkout-backdrop-in .22s ease-out; }.checkout-modal.is-closing::backdrop { animation: checkout-backdrop-out .2s ease-in forwards; }.checkout-shell { padding: 0 14px calc(18px + env(safe-area-inset-bottom)); }.checkout-header { position: sticky; z-index: 3; top: 0; margin: 0; padding: 24px 0 11px; background: var(--surface); box-shadow: 0 5px 10px rgba(255,254,253,.96); }.checkout-header::before { content: ""; position: absolute; top: 9px; left: 50%; width: 38px; height: 4px; border-radius: 999px; background: #d6decc; transform: translateX(-50%); }.checkout-header h2 { font-size: 21px; }.checkout-header .modal-close { width: 33px; height: 33px; }.checkout-flow { grid-template-columns: 1fr; gap: 14px; padding-top: 13px; }.order-summary { grid-row: 1; padding: 14px; }.checkout-form { grid-row: 2; }.checkout-submit { grid-row: 3; }.checkout-result { padding: 18px 0 0; }.checkout-result h3 { font-size: 22px; }.checkout-result dl div { align-items: flex-start; }.result-actions { display: grid; grid-template-columns: 1fr; }.result-actions .button { width: 100%; }.checkout-demo-note { margin: 10px 0 8px; padding: 8px 9px; }
  @supports (height: 1svh) { .checkout-modal { height: min(64svh, 540px); max-height: calc(100svh - 10px); } }
  @keyframes checkout-sheet-in { from { opacity: .86; transform: translate3d(0, 105%, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
  @keyframes checkout-sheet-out { from { opacity: 1; transform: translate3d(0, 0, 0); } to { opacity: .9; transform: translate3d(0, 105%, 0); } }
  @keyframes checkout-backdrop-in { from { background: rgba(27,35,23,0); } to { background: rgba(27,35,23,.5); } }
  @keyframes checkout-backdrop-out { from { background: rgba(27,35,23,.5); } to { background: rgba(27,35,23,0); } }
}

@media (prefers-reduced-motion: reduce) and (max-width: 700px) { .checkout-modal, .checkout-modal::backdrop { animation: none; } }

@media (max-width: 400px) { .checkout-header h2 { font-size: 21px; }.order-summary h3 { font-size: 18px; }.summary-total b { font-size: 19px; } }
