:root{--green-50: #f0faf4;--green-100: #d6f2e2;--green-200: #a8e4c0;--green-300: #6dd49d;--green-400: #38b876;--green-500: #1a8a54;--green-600: #0f6e3f;--green-700: #0a5a32;--green-800: #074826;--green-900: #04321a;--green-950: #021f10;--white: #ffffff;--gray-25: #fcfcfd;--gray-50: #f8f9fb;--gray-100: #f1f3f6;--gray-200: #e4e7ec;--gray-300: #ced2da;--gray-400: #98a1b0;--gray-500: #6b7688;--gray-600: #4a5468;--gray-700: #353e50;--gray-800: #232b3a;--gray-900: #141a26;--gray-950: #0a0f18;--bg-primary: var(--white);--bg-secondary: var(--gray-50);--bg-dark: var(--gray-950);--text-primary: var(--gray-900);--text-secondary: var(--gray-600);--text-muted: var(--gray-400);--text-inverse: var(--white);--accent: var(--green-600);--accent-light: var(--green-100);--accent-dark: var(--green-800);--border: var(--gray-200);--font-display: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;--font-body: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "SF Mono", "Fira Code", monospace;--container-max: 1280px;--container-narrow: 960px;--section-pad: clamp(4rem, 8vw, 8rem);--section-pad-sm: clamp(2.5rem, 5vw, 4rem);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 20px;--radius-xl: 28px;--radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(0,0,0,.04), 0 1px 2px rgba(0,0,0,.06);--shadow-md: 0 4px 12px rgba(0,0,0,.06), 0 2px 4px rgba(0,0,0,.04);--shadow-lg: 0 12px 40px rgba(0,0,0,.08), 0 4px 12px rgba(0,0,0,.04);--shadow-xl: 0 24px 64px rgba(0,0,0,.1), 0 8px 20px rgba(0,0,0,.06);--shadow-glass: 0 8px 32px rgba(0,0,0,.08);--shadow-glow: 0 0 40px rgba(15,110,63,.15);--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--duration: .3s;--duration-slow: .6s}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);font-weight:400;line-height:1.65;color:var(--text-primary);background:var(--bg-primary);overflow-x:hidden}img,video,svg{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit;border:none;background:none}ul,ol{list-style:none}.skip-link{position:absolute;top:-100%;left:1rem;z-index:9999;padding:.75rem 1.5rem;background:var(--accent);color:var(--white);border-radius:var(--radius-sm);font-weight:600;transition:top .2s}.skip-link:focus{top:1rem}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 clamp(1.25rem,4vw,3rem)}.container--narrow{max-width:var(--container-narrow)}.section{padding:var(--section-pad) 0;position:relative}.section--sm{padding:var(--section-pad-sm) 0}.section--dark{background:var(--bg-dark);color:var(--text-inverse)}.section--gray{background:var(--bg-secondary)}.section--green{background:linear-gradient(135deg,var(--green-900) 0%,var(--green-700) 100%);color:var(--text-inverse)}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700;line-height:1.15;letter-spacing:-.02em;color:var(--text-primary)}.section--dark h1,.section--dark h2,.section--dark h3,.section--green h1,.section--green h2,.section--green h3{color:var(--text-inverse)}h1,.h1{font-size:clamp(2.5rem,5.5vw,4.25rem);font-weight:800;letter-spacing:-.03em;line-height:1.08}h2,.h2{font-size:clamp(2rem,4vw,3.25rem);font-weight:700}h3,.h3{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700}h4,.h4{font-size:clamp(1.15rem,1.8vw,1.5rem);font-weight:600}h5,.h5{font-size:1.125rem;font-weight:600}.text-lg{font-size:clamp(1.1rem,1.6vw,1.35rem);line-height:1.6}.text-sm{font-size:.9rem}.text-xs{font-size:.8rem;letter-spacing:.04em;text-transform:uppercase;font-weight:600}.text-center{text-align:center}.text-muted{color:var(--text-secondary)}.text-green{color:var(--accent)}.section-header{max-width:720px;margin:0 auto clamp(2.5rem,5vw,4rem);text-align:center}.section-header .overline{display:inline-flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}.section-header .overline:before{content:"";width:24px;height:2px;background:var(--accent);border-radius:2px}.section-header p{font-size:clamp(1.05rem,1.5vw,1.25rem);color:var(--text-secondary);line-height:1.7;margin-top:1rem}.section--dark .section-header p,.section--green .section-header p{color:#ffffffb3}.section--dark .section-header .overline,.section--green .section-header .overline{color:var(--green-300)}.section--dark .section-header .overline:before,.section--green .section-header .overline:before{background:var(--green-300)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-display);font-weight:600;font-size:.95rem;padding:.85rem 2rem;border-radius:var(--radius-full);transition:all var(--duration) var(--ease-out);white-space:nowrap;position:relative;overflow:hidden}.btn--primary,a.btn--primary,.nav-desktop a.btn--primary,.nav-mobile a.btn--primary{background:var(--accent);color:var(--white);box-shadow:0 2px 8px #0f6e3f40}.btn--primary:hover{background:var(--green-700);box-shadow:0 4px 16px #0f6e3f59;transform:translateY(-1px)}.btn--secondary{background:transparent;color:var(--text-primary);border:1.5px solid var(--border)}.btn--secondary:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-1px)}.btn--ghost{background:#ffffff1a;color:var(--white);border:1.5px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn--ghost:hover{background:#fff3;border-color:#fff6}.btn--lg{padding:1rem 2.5rem;font-size:1.05rem}.btn--sm{padding:.6rem 1.4rem;font-size:.85rem}.btn-group{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.grid{display:grid;gap:clamp(1.25rem,3vw,2rem)}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}@media(max-width:1024px){.grid--4,.grid--3{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.grid--4,.grid--3,.grid--2{grid-template-columns:1fr}}.badge{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .85rem;font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;border-radius:var(--radius-full);background:var(--accent-light);color:var(--accent)}.badge--popular{background:var(--accent);color:var(--white)}.divider{width:100%;height:1px;background:var(--border);border:none;margin:2rem 0}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s var(--ease-out),transform .7s var(--ease-out)}.reveal.is-visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}@media(max-width:768px){.hide-mobile{display:none!important}}@media(min-width:769px){.hide-desktop{display:none!important}}.mx-auto{margin-left:auto;margin-right:auto}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-2{margin-bottom:1rem}.mb-4{margin-bottom:2rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.gap-4{gap:2rem}.w-full{width:100%}.check-list{display:flex;flex-direction:column;gap:.75rem}.check-list li{display:flex;align-items:flex-start;gap:.65rem;font-size:.95rem;line-height:1.5;color:var(--text-secondary)}.check-list li:before{content:"";flex-shrink:0;width:20px;height:20px;margin-top:2px;border-radius:50%;background:var(--accent-light);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%230f6e3f'%3E%3Cpath d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z'/%3E%3C/svg%3E");background-size:14px;background-position:center;background-repeat:no-repeat}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}.section{contain:layout style}
/*# sourceMappingURL=/cdn/shop/t/9/assets/base.css.map */
