:root{--bg:#0a0b0d;--bg-2:#0d0e11;--card:#131419;--card-2:#16181d;--border:#24262d;--border-soft:#1c1e23;--text:#9a9ca3;--text-dim:#6b6d75;--text-h:#f4f5f7;--green:#a3e635;--green-soft:#a3e6351f;--green-border:#a3e63566;--gold:#f4c430;--gold-soft:#f4c4301f;--gold-border:#f4c43066;--orange:#f97316;--orange-soft:#f973161f;--orange-border:#f9731666;--navbar-bg:#0a0b0dd9;--media-grad:linear-gradient(160deg, #1a1c22, #111217);--shadow-card:0 14px 34px #00000073;--sans:"Inter", system-ui, "Segoe UI", Roboto, sans-serif;font-family:var(--sans);color:var(--text);background:var(--bg);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.5}*{box-sizing:border-box}html,body{background:var(--bg);min-height:100%;margin:0;padding:0}html{scroll-behavior:smooth}#root{flex-direction:column;min-height:100svh;display:flex}a{color:inherit;text-decoration:none}h1,h2,h3,h4{color:var(--text-h);letter-spacing:-.01em;margin:0;font-weight:800}p{margin:0}button{cursor:pointer;font-family:inherit}ul{margin:0;padding:0;list-style:none}.container{width:100%;max-width:1140px;margin:0 auto;padding:0 24px}.section-title{text-align:center;letter-spacing:.06em;margin-bottom:36px;font-size:clamp(24px,3.4vw,34px)}@media (width<=768px){.container{padding:0 18px}}.navbar{z-index:50;background:var(--navbar-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-soft);position:sticky;top:0}.navbar__inner{align-items:center;gap:18px;height:72px;display:flex}.navbar__dropdown{position:relative}.logo-box{border:1.5px solid var(--text-h);color:var(--text-h);letter-spacing:.08em;background:0 0;border-radius:8px;align-items:center;gap:8px;padding:8px 14px;font-size:13px;font-weight:700;transition:border-color .2s,background .2s;display:inline-flex}.logo-box:hover{border-color:var(--green);background:var(--green-soft)}.logo-box__chevron{color:var(--green);transition:transform .2s}.logo-box__chevron.is-open{transform:rotate(180deg)}.dropdown{background:var(--card-2);border:1px solid var(--border);border-radius:12px;min-width:230px;padding:6px;animation:.16s ease-out dropdown-in;position:absolute;top:calc(100% + 10px);left:0;box-shadow:0 18px 40px #0000008c}@keyframes dropdown-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.dropdown__item{color:var(--text-h);border-radius:8px;align-items:center;gap:12px;padding:11px 12px;font-size:15px;transition:background .15s;display:flex}.dropdown__item:hover{background:var(--green-soft)}.dropdown__icon{color:var(--green);flex-shrink:0}.brand{align-items:center;gap:8px;display:inline-flex}.brand__leaf{flex-shrink:0}.brand__name{color:var(--text-h);letter-spacing:-.01em;font-size:22px;font-weight:800}.brand__fit{color:var(--green)}.navbar__links{align-items:center;gap:30px;margin-left:auto;display:flex}.navbar__link{color:var(--text);padding:4px 0;font-size:15px;font-weight:500;transition:color .2s;position:relative}.navbar__link:after{content:"";background:var(--green);width:0;height:2px;transition:width .2s;position:absolute;bottom:-2px;left:0}.navbar__link:hover{color:var(--text-h)}.navbar__link:hover:after{width:100%}.hero{background:radial-gradient(900px 500px at 85% -10%,#f4c43014,#0000 60%),linear-gradient(#0a0b0d,#101116);padding:96px 0 88px;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background-image:linear-gradient(130deg,#0000 0 49.6%,#ffffff08 49.6% 50.4%,#0000 50.4%),linear-gradient(50deg,#0000 0 49.6%,#ffffff08 49.6% 50.4%,#0000 50.4%);position:absolute;inset:0}.hero .container{z-index:1;position:relative}.hero__tick{background:var(--green);width:64px;height:4px;margin-bottom:28px;display:block}.hero__title{letter-spacing:-.02em;margin-bottom:26px;font-size:clamp(44px,8vw,84px);font-weight:800;line-height:1}.hero__accent{background:linear-gradient(90deg, var(--green), var(--gold));color:#0000;-webkit-background-clip:text;background-clip:text}.hero__text{color:var(--text);max-width:440px;font-size:17px;line-height:1.6}.highlights{padding:40px 0}.highlights__grid{background:var(--card);border:1px solid var(--border-soft);border-radius:16px;grid-template-columns:repeat(3,1fr);gap:0;padding:30px 10px;display:grid}.highlight{border-right:1px solid var(--border-soft);align-items:flex-start;gap:16px;padding:8px 26px;display:flex}.highlight:last-child{border-right:none}.highlight__icon{border-radius:12px;flex-shrink:0;place-items:center;width:48px;height:48px;display:grid}.highlight--green .highlight__icon{color:var(--green);background:var(--green-soft);border:1px solid var(--green-border)}.highlight--gold .highlight__icon{color:var(--gold);background:var(--gold-soft);border:1px solid var(--gold-border)}.highlight--orange .highlight__icon{color:var(--orange);background:var(--orange-soft);border:1px solid var(--orange-border)}.highlight__title{letter-spacing:.04em;margin-bottom:6px;font-size:15px}.highlight__text{color:var(--text);font-size:14px;line-height:1.5}.cards{padding:56px 0}.cards__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.price-card{background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow-card);border-top-width:3px;border-radius:14px;padding:0 28px 32px;transition:transform .2s,box-shadow .2s}.price-card:hover{transform:translateY(-4px);box-shadow:0 20px 44px #00000080}.price-card__head{text-align:center;letter-spacing:.06em;color:#0a0b0d;border-radius:12px 12px 0 0;margin:-1.5px -28px 0;padding:12px;font-size:15px;font-weight:800}.price-card__subtitle{text-align:center;letter-spacing:.08em;margin:22px 0 10px;font-size:12px;font-weight:700}.price-card__price{text-align:center;color:var(--text-h);margin-bottom:24px;font-size:56px;font-weight:800;line-height:1}.price-card__price span{font-size:20px;font-weight:700}.price-card__list{flex-direction:column;gap:12px;display:flex}.price-card__list li{color:var(--text);align-items:center;gap:10px;font-size:14.5px;display:flex}.price-card--green{border-top-color:var(--green)}.price-card--green .price-card__head{background:var(--green)}.price-card--green .price-card__subtitle,.price-card--green .price-card__list svg{color:var(--green)}.price-card--gold{border-top-color:var(--gold)}.price-card--gold .price-card__head{background:var(--gold)}.price-card--gold .price-card__subtitle,.price-card--gold .price-card__list svg{color:var(--gold)}.price-card--orange{border-top-color:var(--orange)}.price-card--orange .price-card__head{background:var(--orange)}.price-card--orange .price-card__subtitle,.price-card--orange .price-card__list svg{color:var(--orange)}.gallery{padding:40px 0 64px}.gallery__grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.gallery__item{aspect-ratio:4/3;background:var(--media-grad);border:1px solid var(--border);color:var(--text-dim);border-radius:12px;place-items:center;display:grid}.footer{border-top:1px solid var(--border);background:var(--bg-2);margin-top:auto;padding:44px 0 32px}.footer__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.footer__col{border-right:1px solid var(--border-soft);align-items:flex-start;gap:16px;padding:4px 12px;display:flex}.footer__col:last-child{border-right:none}.footer__icon{background:var(--green-soft);border:1px solid var(--green-border);width:42px;height:42px;color:var(--green);border-radius:10px;flex-shrink:0;place-items:center;display:grid}.footer__body{flex-direction:column;gap:3px;display:flex}.footer__title{letter-spacing:.05em;margin-bottom:8px;font-size:15px}.footer__col p{color:var(--text);font-size:14.5px;line-height:1.45}.footer__label{letter-spacing:.04em;margin-top:6px;color:var(--text-dim)!important;font-size:12.5px!important}.footer__line{align-items:center;gap:8px;display:flex}.footer__line svg{color:var(--green);flex-shrink:0}.footer__col a:hover{color:var(--green)}.footer__badge{background:var(--green-soft);border:1px solid var(--green-border);color:var(--green);border-radius:8px;align-items:center;gap:8px;margin-top:12px;padding:8px 12px;font-size:12.5px;line-height:1.35;display:inline-flex}.footer__badge svg{flex-shrink:0}.footer__social{border-top:1px solid var(--border-soft);justify-content:center;gap:40px;margin-top:36px;padding-top:28px;display:flex}.social-link{color:var(--text);align-items:center;gap:10px;font-size:14.5px;font-weight:500;transition:color .2s;display:inline-flex}.social-link__icon{background:var(--card-2);border:1px solid var(--border);width:38px;height:38px;color:var(--text-h);border-radius:50%;place-items:center;transition:background .2s,color .2s,border-color .2s,transform .2s;display:grid}.social-link:hover{color:var(--text-h)}.social-link:hover .social-link__icon{background:var(--green);border-color:var(--green);color:#0a0b0d;transform:translateY(-2px)}@media (width<=900px){.navbar__inner{flex-wrap:wrap;gap:14px;height:auto;padding-top:14px;padding-bottom:14px}.navbar__links{flex-wrap:wrap;gap:18px;width:100%;margin-left:0}.highlights__grid{grid-template-columns:1fr;gap:24px}.highlight{border-right:none;border-bottom:1px solid var(--border-soft);padding-bottom:24px}.highlight:last-child{border-bottom:none;padding-bottom:8px}.cards__grid{grid-template-columns:1fr}.gallery__grid{grid-template-columns:repeat(2,1fr)}.footer__grid{grid-template-columns:1fr;gap:4px}.footer__col{border-right:none;border-bottom:1px solid var(--border-soft);padding:18px 8px}.footer__col:last-child{border-bottom:none}}@media (width<=560px){.hero{padding:64px 0}.gallery__grid{grid-template-columns:1fr}.footer__social{gap:24px}}
