
:root{
  --ink:#17221b;--muted:#5f6e64;--line:#dfe7e1;--soft:#f3f7f4;--paper:#fff;
  --green:#176b45;--green-dark:#0d4d31;--green-pale:#e7f4ec;
  --shadow:0 28px 80px rgba(20,48,31,.10)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);line-height:1.55}
a{color:inherit;text-decoration:none}.container{width:min(1160px,calc(100% - 40px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(223,231,225,.9)}
.nav{height:76px;display:flex;align-items:center;gap:26px}
.brand{display:inline-flex;align-items:center;gap:10px;font-weight:800;letter-spacing:-.03em;font-size:19px;white-space:nowrap}
.brand-mark{width:34px;height:34px;display:grid;place-items:center;background:var(--green);color:#fff;border-radius:10px;font-weight:900}
.nav-links{display:flex;gap:24px;margin-left:auto;color:var(--muted);font-size:14px;font-weight:600}
.nav-links a:hover{color:var(--ink)}
.button{min-height:48px;padding:0 22px;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;font-weight:750;transition:.16s}
.button:hover{transform:translateY(-1px)}.button-small{min-height:40px;padding:0 18px;font-size:14px}
.button-primary{background:var(--green);color:#fff;box-shadow:0 14px 28px rgba(23,107,69,.18)}
.button-primary:hover{background:var(--green-dark)}
.button-outline{background:#fff;border:1px solid var(--line)}
.button-ghost{background:var(--soft)}
.hero{overflow:hidden;background:radial-gradient(circle at 84% 14%,rgba(51,154,96,.13),transparent 29rem),linear-gradient(180deg,#fbfdfb 0%,#fff 100%)}
.hero-grid{min-height:680px;padding:88px 0 78px;display:grid;grid-template-columns:1.02fr .98fr;gap:72px;align-items:center}
.eyebrow{display:inline-flex;color:var(--green);background:var(--green-pale);border:1px solid #cee6d7;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}
h1,h2,h3,p{margin-top:0}h1{margin:18px 0 24px;max-width:700px;font-size:clamp(44px,5vw,72px);line-height:.98;letter-spacing:-.055em}
.hero-lead{max-width:650px;margin-bottom:32px;color:var(--muted);font-size:19px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.hero-meta{margin-top:26px;display:flex;flex-wrap:wrap;gap:9px 18px;color:var(--muted);font-size:13px;font-weight:650}
.hero-meta span:before{content:"✓";margin-right:7px;color:var(--green);font-weight:900}
.product-card{background:#fff;border:1px solid var(--line);border-radius:30px;padding:22px;box-shadow:var(--shadow)}
.product-card-head{display:flex;align-items:flex-start;justify-content:space-between;padding:4px 4px 18px;border-bottom:1px solid var(--line)}
.window-label{font-weight:850}.window-status{margin-top:5px;color:var(--muted);font-size:12px}
.window-status span{display:inline-block;width:8px;height:8px;margin-right:6px;border-radius:50%;background:#43a86e}
.window-dots{display:flex;gap:5px;padding-top:4px}.window-dots i{width:8px;height:8px;border-radius:50%;background:#cbd5ce}
.flow{padding:22px 4px 8px}.flow-step{display:grid;grid-template-columns:42px 1fr;gap:13px;align-items:center}
.flow-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:var(--green-pale);color:var(--green);font-weight:900}
.flow-step strong{display:block;font-size:14px}.flow-step p{margin:1px 0 0;color:var(--muted);font-size:12px}
.flow-line{width:1px;height:18px;background:#d6e2da;margin-left:25px}
.sample-label{margin-top:18px;padding:18px;display:grid;grid-template-columns:126px 1fr;gap:18px;align-items:center;background:#f8faf8;border:1px dashed #c9d6cd;border-radius:18px}
.dm-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:3px;aspect-ratio:1;background:#fff;padding:8px;border:1px solid #dfe5e0}
.dm-grid span{background:#18231c}.dm-grid span:nth-child(3n),.dm-grid span:nth-child(5n),.dm-grid span:nth-child(7n){background:transparent}
.sample-copy span{display:block;color:var(--green);font-size:10px;font-weight:850;letter-spacing:.09em}
.sample-copy strong{display:block;margin:3px 0;font-size:15px}.sample-copy small{color:var(--muted)}
.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-grid>div{padding:26px 24px;border-right:1px solid var(--line)}
.trust-grid>div:first-child{padding-left:0}.trust-grid>div:last-child{border-right:0}
.trust-grid strong{display:block;font-size:17px}.trust-grid span{color:var(--muted);font-size:12px}
.section{padding:104px 0}.section-soft{background:var(--soft)}.section-heading{max-width:760px;margin-bottom:44px}
.section-heading h2,.pricing-copy h2,.cta h2,.support-main h2{margin:16px 0;font-size:clamp(32px,4vw,50px);line-height:1.05;letter-spacing:-.045em}
.section-heading p,.pricing-copy>p,.support-main p{color:var(--muted);font-size:17px}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.feature-card{min-height:244px;padding:26px;border:1px solid var(--line);border-radius:20px;background:#fff}
.feature-number{color:var(--green);font-size:12px;font-weight:850}.feature-card h3{margin:48px 0 9px;font-size:19px}
.feature-card p{margin-bottom:0;color:var(--muted);font-size:14px}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.step-card{padding:28px;border-radius:20px;background:#fff;border:1px solid #e0e8e2}
.step-card>span{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:var(--green);color:#fff;font-weight:900}
.step-card h3{margin:34px 0 8px;font-size:20px}.step-card p{margin-bottom:0;color:var(--muted);font-size:14px}
.notice{margin-top:22px;padding:18px 22px;background:#fff;border:1px solid #dce6df;border-radius:16px;color:var(--muted);font-size:14px}
.pricing-section{background:#101914;color:#fff}.pricing-wrap{display:grid;grid-template-columns:1fr 410px;gap:86px;align-items:center}
.pricing-copy .eyebrow{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.12);color:#b9e6cb}.pricing-copy>p{color:#b7c2bb}
.check-list{margin:30px 0 0;padding:0;list-style:none}.check-list li{padding:9px 0;color:#dbe3de}
.check-list li:before{content:"✓";margin-right:10px;color:#78d39b;font-weight:900}
.price-card{padding:30px;border-radius:24px;background:#fff;color:var(--ink)}.price-badge{display:inline-block;padding:7px 10px;border-radius:999px;background:var(--green-pale);color:var(--green);font-size:12px;font-weight:850}
.price{margin:24px 0 4px;display:flex;align-items:baseline;gap:8px}.price strong{font-size:50px;letter-spacing:-.055em}.price span{color:var(--muted)}
.price-card>p{margin-bottom:24px;color:var(--muted)}.button-full{width:100%}.price-card small{display:block;margin-top:13px;text-align:center;color:var(--muted)}
.faq-wrap{max-width:900px}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line);padding:0 2px}
.faq-list summary{cursor:pointer;list-style:none;padding:23px 0;font-size:17px;font-weight:750}.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary:after{content:"+";float:right;color:var(--green);font-size:24px}.faq-list details[open] summary:after{content:"–"}
.faq-list details p{max-width:760px;padding-bottom:22px;color:var(--muted);font-size:14px}
.support-main{background:linear-gradient(180deg,#eef7f1,#fff)}.support-box{display:grid;grid-template-columns:1fr auto;gap:32px;align-items:center;padding:34px;border:1px solid #d7e7dc;border-radius:24px;background:#fff;box-shadow:0 18px 54px rgba(20,48,31,.07)}
.support-mail{font-size:clamp(22px,3vw,32px);font-weight:850;color:var(--green);letter-spacing:-.03em}
.cta{padding:74px 0;background:var(--green);color:#fff}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.cta h2{max-width:760px;margin-bottom:0}
.eyebrow-light{color:#fff;border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.10)}.button-light{flex:0 0 auto;background:#fff;color:var(--green-dark)}
.site-footer{padding:40px 0 28px;background:#0c120f;color:#fff}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:40px}
.site-footer p{margin-bottom:0;color:#94a198;font-size:13px}.footer-quiet{max-width:620px}
.footer-links{display:flex;gap:14px;flex-wrap:wrap;justify-content:flex-end;color:#8d9b92;font-size:12px}.footer-links a:hover{color:#fff}
.footer-legal{margin-top:22px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;gap:20px;color:#657168;font-size:10.5px}
.legal-hero{padding:72px 0 44px;background:linear-gradient(180deg,#f7faf8,#fff)}.legal-hero h1{font-size:clamp(38px,5vw,58px);max-width:900px}
.legal-hero p{max-width:820px;color:var(--muted);font-size:17px}.legal-wrap{width:min(900px,calc(100% - 40px));margin:0 auto;padding:54px 0 100px}
.legal-wrap h2{margin:42px 0 13px;font-size:25px;letter-spacing:-.025em}.legal-wrap h3{margin:28px 0 9px;font-size:19px}
.legal-wrap p,.legal-wrap li{color:#425047;font-size:15px}.legal-wrap ul,.legal-wrap ol{padding-left:22px}.legal-wrap li{margin:7px 0}
.legal-note{padding:18px 20px;border-radius:16px;background:var(--soft);border:1px solid var(--line);margin:24px 0;color:#425047}
.requisites{display:grid;grid-template-columns:210px 1fr;border:1px solid var(--line);border-radius:18px;overflow:hidden;margin-top:24px}
.requisites div{padding:13px 16px;border-bottom:1px solid var(--line)}.requisites div:nth-last-child(-n+2){border-bottom:0}
.requisites .key{background:#f7faf8;color:var(--muted);font-size:13px;font-weight:700}.requisites .val{font-size:14px}
.support-card{padding:28px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 16px 44px rgba(20,48,31,.06);margin-top:28px}
.support-card a{color:var(--green);font-weight:800}.page-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}
@media(max-width:900px){.nav-links{display:none}.hero-grid,.pricing-wrap{grid-template-columns:1fr}.hero-grid{gap:44px;padding-top:64px}.trust-grid,.feature-grid{grid-template-columns:repeat(2,1fr)}.steps-grid{grid-template-columns:1fr}.pricing-wrap{gap:42px}.price-card{max-width:520px}.cta-inner{align-items:flex-start;flex-direction:column}.support-box{grid-template-columns:1fr}.footer-top,.footer-legal{flex-direction:column}.footer-links{justify-content:flex-start}}
@media(max-width:620px){.container,.legal-wrap{width:min(100% - 28px,1160px)}.site-header .button-small{display:none}.nav{height:66px}.hero-grid{min-height:0;padding:52px 0 58px}h1{font-size:43px}.hero-lead{font-size:17px}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.sample-label{grid-template-columns:90px 1fr}.trust-grid,.feature-grid{grid-template-columns:1fr}.trust-grid>div{padding:18px 0;border-right:0;border-bottom:1px solid var(--line)}.section{padding:76px 0}.feature-card{min-height:210px}.feature-card h3{margin-top:34px}.pricing-section{padding:76px 0}.price strong{font-size:43px}.requisites{grid-template-columns:1fr}.requisites .key{border-bottom:0}}
