:root{--brand:#0f766e;--brand-dark:#0a514c;--ink:#17222b;--muted:#61717d;--line:#dfe7e8;--soft:#f4f8f7;--white:#fff;--accent:#f0b541;--radius:22px;--shadow:0 24px 70px rgba(25,57,54,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--white)}body{margin:0}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.wrap{width:min(1160px,calc(100% - 36px));margin:auto}.site-loading{min-height:100vh;display:grid;place-content:center;text-align:center;color:var(--muted)}.site-loading span{width:40px;height:40px;margin:auto;border:4px solid var(--line);border-top-color:var(--brand);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(223,231,232,.85)}.header-row{height:72px;display:flex;align-items:center;justify-content:space-between;gap:22px}.site-brand{display:flex;align-items:center;gap:11px;font-weight:900;font-size:18px}.brand-logo{width:42px;height:42px;border-radius:13px;background:var(--brand);color:#fff;display:grid;place-items:center;font-weight:950;overflow:hidden}.brand-logo img{width:100%;height:100%;object-fit:cover}.site-nav{display:flex;align-items:center;gap:24px;color:#43525d;font-size:14px;font-weight:750}.header-actions{display:flex;gap:9px}.mobile-menu{display:none;border:0;background:var(--soft);width:44px;height:44px;border-radius:12px}.btn{border:0;border-radius:13px;min-height:46px;padding:12px 18px;display:inline-flex;justify-content:center;align-items:center;gap:8px;font-weight:850;cursor:pointer}.btn-primary{background:var(--brand);color:white}.btn-primary:hover{background:var(--brand-dark)}.btn-light{background:var(--soft);color:var(--ink)}.btn-outline{background:white;color:var(--brand);border:1px solid #a9c9c5}.btn-block{width:100%}
.hero{padding:82px 0 64px;overflow:hidden;background:radial-gradient(circle at 80% 20%,#dff3ed 0,transparent 29%),linear-gradient(145deg,#fff 0%,#f7faf9 58%,#fff8e6 100%)}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:68px}.eyebrow{display:inline-flex;padding:8px 12px;border-radius:999px;background:#e5f4f0;color:var(--brand-dark);font-size:13px;font-weight:850}.hero h1{font-size:clamp(44px,6vw,76px);line-height:.98;letter-spacing:-.062em;margin:22px 0 22px;max-width:780px}.hero-copy{font-size:20px;line-height:1.6;color:var(--muted);max-width:680px}.hero-actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:30px}.hero-note{font-size:13px;color:var(--muted);margin-top:15px}.phone-shell{max-width:400px;margin:auto;background:#122f2d;border-radius:34px;padding:12px;box-shadow:0 40px 100px rgba(20,58,54,.25);transform:rotate(2deg)}.phone-screen{background:#f6f8f8;border-radius:25px;overflow:hidden;min-height:550px}.phone-top{height:72px;background:white;padding:20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.phone-top strong{display:block}.phone-top small{color:var(--muted)}.phone-body{padding:18px}.mini-card{background:white;border:1px solid var(--line);border-radius:17px;padding:17px;margin-bottom:12px}.mini-card strong{font-size:15px}.mini-card p{color:var(--muted);font-size:13px;margin:6px 0}.mini-value{font-size:27px;font-weight:950;margin-top:10px;color:var(--brand)}.mini-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:13px}.mini-button{border-radius:11px;padding:10px;background:var(--brand);color:white;text-align:center;font-size:12px;font-weight:850}.mini-button.soft{background:#e8f3f1;color:var(--brand)}
.section{padding:82px 0}.section-soft{background:var(--soft)}.section-head{text-align:center;max-width:720px;margin:0 auto 42px}.section-head span{color:var(--brand);font-weight:900;font-size:13px;text-transform:uppercase;letter-spacing:.08em}.section-head h2{font-size:clamp(32px,4vw,48px);letter-spacing:-.045em;margin:11px 0}.section-head p{color:var(--muted);font-size:17px;line-height:1.6}.steps,.feature-grid,.plans{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step,.feature,.plan{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:25px}.step-number{width:42px;height:42px;border-radius:13px;background:var(--brand);color:white;display:grid;place-items:center;font-weight:950}.step h3,.feature h3{margin:20px 0 8px}.step p,.feature p{margin:0;color:var(--muted);line-height:1.55}.feature-icon{width:48px;height:48px;border-radius:15px;background:#e6f4f1;color:var(--brand);display:grid;place-items:center;font-size:22px;font-weight:900}.feature-grid{grid-template-columns:repeat(3,1fr)}
.plan{position:relative;padding:28px}.plan.highlight{border:2px solid var(--brand);box-shadow:var(--shadow)}.popular{position:absolute;right:18px;top:18px;background:var(--brand);color:white;padding:6px 9px;border-radius:999px;font-size:11px;font-weight:900}.plan h3{font-size:22px;margin:0}.plan-sub{color:var(--muted);min-height:42px}.price{font-size:40px;font-weight:950;letter-spacing:-.045em;margin:20px 0 2px}.price small{font-size:14px;color:var(--muted);font-weight:700}.annual{font-size:12px;color:var(--muted);margin-bottom:22px}.plan ul{padding:0;list-style:none;display:grid;gap:10px;margin:22px 0}.plan li:before{content:'✓';color:var(--brand);font-weight:950;margin-right:8px}
.cta{padding:74px 0}.cta-box{background:#102e2c;color:white;border-radius:30px;padding:54px;display:flex;align-items:center;justify-content:space-between;gap:34px;overflow:hidden;position:relative}.cta-box:after{content:'';position:absolute;width:260px;height:260px;border-radius:50%;background:#ffffff0b;right:-70px;top:-100px}.cta-box h2{font-size:clamp(30px,4vw,48px);letter-spacing:-.04em;margin:0 0 10px}.cta-box p{color:#bcd2cf;margin:0;max-width:650px;line-height:1.6}.cta-box .btn{background:white;color:var(--brand);position:relative;z-index:1;white-space:nowrap}
.site-footer{background:#f5f8f8;border-top:1px solid var(--line);padding:48px 0 28px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px}.footer-brand p,.footer-column p{color:var(--muted);line-height:1.6}.footer-column strong{display:block;margin-bottom:13px}.footer-links{display:grid;gap:10px;color:#52616b}.footer-bottom{margin-top:38px;padding-top:22px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:13px}
.legal-page{min-height:70vh;padding:70px 0}.legal-card{max-width:880px;margin:auto}.legal-card h1{font-size:clamp(36px,5vw,58px);letter-spacing:-.05em}.legal-meta{color:var(--muted);margin-bottom:30px}.legal-content{font-size:16px;line-height:1.8;white-space:pre-wrap}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:22px}.contact-card,.contact-form{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:28px}.contact-card p{color:var(--muted);line-height:1.6}.form{display:grid;gap:13px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.field{display:grid;gap:6px}.field.full{grid-column:1/-1}.field label{font-size:13px;font-weight:850}.field input,.field textarea,.field select{width:100%;border:1px solid var(--line);border-radius:12px;padding:13px;outline:none;background:white}.field textarea{min-height:135px;resize:vertical}.field input:focus,.field textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 14%,transparent)}
.cookie{position:fixed;z-index:50;left:18px;right:18px;bottom:18px;max-width:900px;margin:auto;background:#122725;color:white;border-radius:18px;padding:18px;box-shadow:0 22px 70px rgba(0,0,0,.3);display:flex;align-items:center;justify-content:space-between;gap:20px}.cookie p{margin:0;color:#c7d8d6;line-height:1.45;font-size:14px}.cookie-actions{display:flex;gap:8px;flex-shrink:0}.cookie .btn-light{background:#ffffff18;color:white}.site-toast{position:fixed;z-index:60;right:20px;bottom:20px;max-width:380px;background:#153b37;color:white;border-radius:13px;padding:14px 17px;box-shadow:var(--shadow);opacity:0;transform:translateY(8px);pointer-events:none;transition:.2s}.site-toast.show{opacity:1;transform:none}.site-toast.error{background:#8d302a}
@media(max-width:900px){.site-nav{display:none}.header-actions .btn-light{display:none}.mobile-menu{display:block}.site-nav.open{position:absolute;display:grid;top:72px;left:0;right:0;background:white;padding:20px;border-bottom:1px solid var(--line);box-shadow:var(--shadow)}.hero{padding-top:56px}.hero-grid{grid-template-columns:1fr;gap:42px}.hero-copy{font-size:17px}.phone-shell{transform:none}.steps,.feature-grid,.plans{grid-template-columns:1fr 1fr}.plans .plan:last-child{grid-column:1/-1}.contact-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.cta-box{display:block}.cta-box .btn{margin-top:24px}}
@media(max-width:620px){.wrap{width:min(100% - 26px,1160px)}.header-row{height:66px}.header-actions .btn-primary{display:none}.hero{padding:46px 0}.hero h1{font-size:43px}.hero-actions{display:grid}.hero-actions .btn{width:100%}.phone-screen{min-height:480px}.steps,.feature-grid,.plans{grid-template-columns:1fr}.plans .plan:last-child{grid-column:auto}.section{padding:62px 0}.cta-box{padding:34px 25px;border-radius:22px}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:8px}.form-grid{grid-template-columns:1fr}.cookie{display:block}.cookie-actions{margin-top:14px}.cookie-actions .btn{flex:1;padding-inline:10px}}
