:root{--primary: #2e7d32;--primary-dark: #1b5e20;--primary-light: #81c784;--hero-bg: #e8f5e9;--hero-bg-alt: #f1f8e9;--surface: #ffffff;--on-surface: #1c1b1f;--on-surface-muted: #49454f;--footer-bg: #1a2e1f;--footer-text: #e8f5e9;--max-width: 1100px;--radius: 12px;--shadow: 0 4px 24px rgba(0, 0, 0, .08);font-family:Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.6;color:var(--on-surface);scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){:root{scroll-behavior:auto}}*,*:before,*:after{box-sizing:border-box}body{margin:0;background:var(--surface)}img{max-width:100%;height:auto;display:block}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.container{width:min(100% - 2rem,var(--max-width));margin-inline:auto}.site-header{position:sticky;top:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(0,0,0,.06)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.875rem 0}.logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.125rem;color:var(--on-surface);text-decoration:none}.logo:hover{text-decoration:none}.logo img{width:32px;height:32px}.nav-desktop{display:none;align-items:center;gap:1.75rem}.nav-desktop a{color:var(--on-surface-muted);font-size:.9375rem;font-weight:500;text-decoration:none}.nav-desktop a:hover{color:var(--primary)}.nav-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;border:none;background:transparent;cursor:pointer}.nav-toggle span{display:block;height:2px;background:var(--on-surface);border-radius:1px;transition:transform .2s,opacity .2s}.nav-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.nav-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-mobile{display:none;flex-direction:column;gap:.5rem;padding:0 0 1rem}.nav-mobile.is-open{display:flex}.nav-mobile a{padding:.625rem 0;color:var(--on-surface);font-weight:500;text-decoration:none}@media(min-width:768px){.nav-desktop{display:flex}.nav-toggle,.nav-mobile{display:none!important}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:999px;font-weight:600;font-size:.9375rem;text-decoration:none;border:none;cursor:pointer;transition:background .2s,transform .15s}.btn:hover{text-decoration:none}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-outline{background:transparent;color:var(--primary);border:2px solid var(--primary)}.btn-outline:hover{background:var(--hero-bg)}.btn-play{background:#000;color:#fff;padding:.625rem 1.25rem}.btn-play:hover{background:#333}.btn-play svg{width:20px;height:20px}.hero{background:linear-gradient(180deg,var(--hero-bg) 0%,var(--hero-bg-alt) 100%);padding:3rem 0 4rem;overflow:hidden}.hero-grid{display:grid;gap:2.5rem;align-items:center}.hero-badge{display:inline-block;padding:.375rem .875rem;background:#2e7d321f;color:var(--primary-dark);border-radius:999px;font-size:.8125rem;font-weight:600;letter-spacing:.02em;margin-bottom:1rem}.hero h1{font-size:clamp(2rem,5vw,3rem);line-height:1.15;margin:0 0 1rem;color:var(--on-surface)}.hero h1 em{font-style:normal;color:var(--primary)}.hero-lead{font-size:1.125rem;color:var(--on-surface-muted);margin:0 0 1.5rem;max-width:32rem}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.25rem}.hero-tags{display:flex;flex-wrap:wrap;gap:.5rem 1rem;font-size:.875rem;color:var(--on-surface-muted)}.hero-tags span:before{content:"·";margin-right:.5rem;color:var(--primary-light)}.hero-tags span:first-child:before{content:none}.phone-mockup{justify-self:center;width:min(280px,70vw);padding:12px;background:#1c1b1f;border-radius:36px;box-shadow:var(--shadow),0 24px 48px #00000026}.phone-mockup img{border-radius:24px;width:100%}@media(min-width:900px){.hero{padding:4rem 0 5rem}.hero-grid{grid-template-columns:1fr 1fr}.phone-mockup{justify-self:end}}.trust-strip{background:var(--surface);border-block:1px solid rgba(0,0,0,.06);padding:1.5rem 0}.trust-items{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem 2.5rem;list-style:none;margin:0;padding:0;font-size:.9375rem;font-weight:500;color:var(--on-surface-muted)}.trust-items li{display:flex;align-items:center;gap:.5rem}.trust-items li:before{content:"";width:8px;height:8px;background:var(--primary);border-radius:50%}.section{padding:4rem 0}.section-alt{background:#fafafa}.section-header{text-align:center;margin-bottom:2.5rem}.section-header h2{font-size:clamp(1.75rem,4vw,2.25rem);margin:0 0 .75rem}.section-header p{color:var(--on-surface-muted);margin:0 auto;max-width:36rem}.features-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:600px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background:var(--surface);border:1px solid rgba(0,0,0,.06);border-radius:var(--radius);padding:1.5rem;transition:box-shadow .2s}.feature-card:hover{box-shadow:var(--shadow)}.feature-icon{font-size:1.75rem;margin-bottom:.75rem}.feature-card h3{font-size:1.125rem;margin:0 0 .5rem}.feature-card p{margin:0;font-size:.9375rem;color:var(--on-surface-muted)}.steps{display:grid;gap:2rem;counter-reset:step}@media(min-width:768px){.steps{grid-template-columns:repeat(3,1fr)}}.step{text-align:center;padding:1.5rem}.step-num{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--primary);color:#fff;border-radius:50%;font-weight:700;font-size:1.25rem;margin-bottom:1rem}.step h3{margin:0 0 .5rem;font-size:1.125rem}.step p{margin:0;color:var(--on-surface-muted);font-size:.9375rem}.audience-list{display:grid;gap:.75rem;max-width:36rem;margin:0 auto;list-style:none;padding:0}.audience-list li{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;background:var(--surface);border-radius:var(--radius);border:1px solid rgba(0,0,0,.06)}.audience-list li:before{content:"✓";color:var(--primary);font-weight:700;flex-shrink:0}.testimonials-grid{display:grid;gap:1.5rem}@media(min-width:768px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial{background:var(--surface);border:1px solid rgba(0,0,0,.06);border-radius:var(--radius);padding:1.5rem;margin:0}.testimonial blockquote{margin:0 0 1rem;font-size:.9375rem;color:var(--on-surface-muted);font-style:italic}.testimonial cite{display:block;font-style:normal;font-weight:600;font-size:.875rem}.testimonial cite span{display:block;font-weight:400;color:var(--on-surface-muted);font-size:.8125rem}.gallery-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.gallery-item{text-align:center}.gallery-item img{margin:0 auto .75rem;width:min(200px,100%);border-radius:24px;box-shadow:var(--shadow)}.gallery-item figcaption{font-weight:600;font-size:.9375rem;color:var(--on-surface-muted)}.cta-section{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;text-align:center;padding:4rem 0}.cta-section h2{margin:0 0 .75rem;font-size:clamp(1.5rem,4vw,2rem)}.cta-section p{margin:0 0 1.5rem;opacity:.9;max-width:28rem;margin-inline:auto}.cta-section .btn-primary{background:#fff;color:var(--primary-dark)}.cta-section .btn-primary:hover{background:var(--hero-bg)}.site-footer{background:var(--footer-bg);color:var(--footer-text);padding:2.5rem 0}.footer-inner{display:flex;flex-direction:column;align-items:center;gap:1.25rem;text-align:center}.footer-logo{display:flex;align-items:center;gap:.5rem;font-weight:700;color:#fff;text-decoration:none}.footer-logo:hover{text-decoration:none}.footer-tagline{margin:0;opacity:.75;font-size:.875rem}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem 1.5rem;list-style:none;margin:0;padding:0}.footer-links a{color:var(--footer-text);font-size:.875rem;opacity:.85}.footer-links a:hover{opacity:1;text-decoration:underline}.footer-copy{margin:0;font-size:.8125rem;opacity:.6}.legal-page{padding:3rem 0 4rem}.legal-page h1{font-size:2rem;margin:0 0 .5rem}.legal-page .updated{color:var(--on-surface-muted);font-size:.875rem;margin-bottom:2rem}.legal-page h2{font-size:1.25rem;margin:2rem 0 .75rem}.legal-page p,.legal-page li{color:var(--on-surface-muted);line-height:1.7}.legal-page ul{padding-left:1.25rem}.legal-back{display:inline-block;margin-bottom:1.5rem;font-weight:500}
