:root{
  --bg:#f2fbfa;
  --surface:#ffffff;
  --text:#102033;
  --muted:#5f7488;
  --line:#d8e6ee;
  --brand:#0f766e;
  --brand-dark:#0b2f37;
  --brand-2:#0891b2;
  --shadow:0 18px 54px rgba(15,35,48,.075);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;background:linear-gradient(180deg,#f2fbfa 0%,#edf7fa 42%,#ffffff 100%);color:var(--text);-webkit-font-smoothing:antialiased}
a{color:inherit}
.skip-link{position:absolute;left:-999px;top:12px;background:#fff;color:#0b2f37;padding:10px 14px;border-radius:12px;z-index:100}.skip-link:focus{left:12px}
.site-header{position:sticky;top:0;z-index:40;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px clamp(16px,4vw,56px);background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(15,118,110,.13);box-shadow:0 10px 28px rgba(15,35,48,.045)}
.brand img{height:50px;width:auto;display:block}.site-nav{display:flex;gap:22px;align-items:center}.site-nav a{text-decoration:none;font-size:14px;font-weight:850;color:#2c4658}.site-nav a:hover{color:var(--brand)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:16px;padding:13px 18px;text-decoration:none;font-weight:900;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease;white-space:nowrap;font-size:15px}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,var(--brand-dark),var(--brand));color:#fff;box-shadow:0 16px 34px rgba(15,118,110,.22)}.btn-secondary{background:#fff;color:var(--brand);border:1px solid #cbe6e3;box-shadow:0 10px 24px rgba(15,35,48,.06)}.btn-ghost{background:#f2fbfa;color:var(--brand);border:1px solid #cbe6e3}
.hero{max-width:1240px;margin:auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,.86fr);gap:44px;align-items:center;padding:clamp(42px,7vw,92px) clamp(18px,5vw,72px) 52px}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#ddf7f2;color:var(--brand);font-weight:900;font-size:13px;text-transform:uppercase;letter-spacing:.06em}.eyebrow.light{background:rgba(255,255,255,.14);color:#fff}.hero h1{font-size:clamp(38px,6vw,72px);line-height:.97;letter-spacing:-.055em;margin:14px 0 20px;color:#0b2f37}.lead{font-size:clamp(17px,2vw,21px);line-height:1.58;color:#445b78;max-width:760px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0 20px}.trust-pills{display:flex;gap:9px;flex-wrap:wrap}.trust-pills span{border:1px solid #cbe6e3;background:rgba(255,255,255,.9);border-radius:999px;padding:9px 12px;color:#244356;font-weight:850;font-size:13px}
.hero-visual{position:relative;display:grid;place-items:center;min-height:555px}.hero-visual:before{content:"";position:absolute;inset:8% 2% auto 12%;height:360px;background:radial-gradient(circle,rgba(20,184,166,.18),rgba(8,145,178,.08) 42%,transparent 70%);filter:blur(4px)}.phone-card{position:relative;z-index:2;width:282px;border:10px solid #102033;border-radius:38px;background:#fff;box-shadow:0 28px 74px rgba(15,35,48,.20);overflow:hidden}.phone-top{height:26px;background:#102033}.phone-content{padding:20px;display:grid;gap:13px}.phone-content img{width:58px;height:58px;border-radius:18px}.phone-content h2{font-size:22px;line-height:1.1;margin:0}.phone-content p{font-size:14px;color:#5f7488;margin:0}.status{justify-self:start;background:#dff7ea;color:#057044;border:1px solid #bdebd1;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900}.phone-content button{width:100%;border:0;border-radius:14px;background:linear-gradient(135deg,var(--brand-dark),var(--brand));color:#fff;font-weight:900;padding:12px}.phone-content button.light{background:#fff;color:var(--brand);border:1px solid #cbe6e3}.task{padding:10px;border:1px solid #d6e8ee;border-radius:12px;background:#f6fbfd;font-weight:850}.task.done{background:#dff7ea;color:#057044;border-color:#bdebd1}.dashboard-card{position:absolute;z-index:3;right:0;bottom:28px;width:332px;background:#fff;border:1px solid #d6e8ee;border-radius:22px;box-shadow:0 22px 54px rgba(15,35,48,.13);padding:18px;transform:rotate(1deg)}.dots{display:flex;gap:6px;margin-bottom:14px}.dots span{width:10px;height:10px;border-radius:99px;background:#cbd5e1}.kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.kpis div{background:#edf8fa;border-radius:14px;padding:12px}.kpis small{display:block;color:#64748b;font-size:11px}.kpis strong{font-size:22px}.bars{display:grid;gap:8px;margin-top:14px}.bars span{height:12px;background:#dcebf0;border-radius:99px}.bars span:nth-child(2){width:78%}.bars span:nth-child(3){width:62%}
.notice{max-width:1120px;margin:0 auto 18px;border:1px solid rgba(15,118,110,.18);border-left:7px solid var(--brand);background:linear-gradient(135deg,#ffffff,#f2fbfa);border-radius:26px;padding:24px 28px;box-shadow:var(--shadow);color:#475569;line-height:1.65}.notice strong{color:#0b2f37}
.section{max-width:1240px;margin:auto;padding:64px clamp(18px,5vw,72px)}.section-heading{text-align:center;max-width:820px;margin:0 auto 32px}.section-heading h2,.split h2{font-size:clamp(30px,4vw,48px);letter-spacing:-.04em;line-height:1.05;margin:14px 0;color:#0b2f37}.section-heading p,.split p{color:#5f7488;font-size:18px;line-height:1.58}.cards{display:grid;gap:18px}.cards.three{grid-template-columns:repeat(3,minmax(0,1fr))}.cards article,.pricing article,.faq details,.lead-form{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:0 16px 42px rgba(15,35,48,.06)}.cards h3,.pricing h3{margin:0 0 10px;color:#0b2f37}.cards p,.pricing p,.faq p{color:#5f7488;line-height:1.55;margin:0}.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:36px;align-items:start}.feature-list{display:grid;gap:12px}.feature-list div{display:grid;grid-template-columns:42px 1fr;column-gap:14px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px;box-shadow:0 12px 30px rgba(15,35,48,.045)}.feature-list span{grid-row:1/3;width:34px;height:34px;border-radius:999px;background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;display:grid;place-items:center;font-size:12px;font-weight:950}.feature-list strong{color:#0b2f37}.feature-list p{margin:4px 0 0;color:#5f7488;font-size:15px;line-height:1.45}
.band{max-width:none;background:linear-gradient(135deg,#0b2f37,#0f766e);color:#fff;padding:68px clamp(18px,5vw,72px)}.section-heading.light h2,.section-heading.light p{color:#fff}.benefits{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.benefits div{background:rgba(255,255,255,.105);border:1px solid rgba(255,255,255,.20);border-radius:22px;padding:20px}.benefits strong{display:block;font-size:18px}.benefits span{display:block;color:#d9f3f0;margin-top:8px;line-height:1.45}.pricing{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.pricing article{position:relative}.pricing article.featured{border-color:var(--brand);box-shadow:0 18px 52px rgba(15,118,110,.15)}.pricing strong{display:block;font-size:30px;color:var(--brand);margin:12px 0}.pricing small{font-size:15px}.pricing span{display:inline-block;margin-top:14px;background:#ddf7f2;color:var(--brand);border-radius:999px;padding:8px 11px;font-weight:850;font-size:13px}.steps{list-style:none;margin:0;padding:0;display:grid;gap:14px;counter-reset:step}.steps li{counter-increment:step;background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px 18px 18px 64px;position:relative;box-shadow:0 12px 30px rgba(15,35,48,.045)}.steps li:before{content:counter(step);position:absolute;left:18px;top:18px;width:30px;height:30px;border-radius:99px;background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;display:grid;place-items:center;font-weight:900}.steps strong{display:block;color:#0b2f37}.steps span{display:block;color:#5f7488;margin-top:4px;line-height:1.45}
.form-section{scroll-margin-top:90px}.lead-form{max-width:960px;margin:0 auto}.form-grid{display:grid;gap:16px;margin-bottom:16px}.form-grid.two{grid-template-columns:repeat(2,1fr)}label{display:grid;gap:7px;color:#334155;font-weight:850}input,textarea{width:100%;border:1px solid #cbd5e1;border-radius:14px;padding:13px 14px;font:inherit;color:#102033;background:#fff}textarea{min-height:128px;resize:vertical}input:focus,textarea:focus{outline:3px solid rgba(15,118,110,.16);border-color:var(--brand)}.form-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.form-note{color:#64748b;font-size:13px;line-height:1.45}.form-alert{margin-bottom:14px}.alert{border-radius:16px;padding:13px 14px;font-weight:800}.alert.ok{background:#e9f9ef;color:#057044;border:1px solid #bdebd1}.alert.error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.faq{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.faq summary{font-weight:900;color:#132033;cursor:pointer}.faq p{margin-top:10px}.site-footer{margin-top:34px;padding:42px 20px;text-align:center;background:#0b2f37;color:#d9f3f0}.footer-brand{display:inline-flex;align-items:center;justify-content:center;gap:14px;margin:0 auto 14px;text-decoration:none;color:#fff;text-align:left}.footer-brand img{width:54px;height:54px;object-fit:contain;border-radius:14px;box-shadow:0 10px 28px rgba(0,0,0,.22)}.footer-brand strong{display:block;font-size:22px;line-height:1.05;color:#fff;letter-spacing:-.02em}.footer-brand small{display:block;margin-top:4px;color:#d9f3f0;font-size:14px;line-height:1.35}.site-footer p{max-width:720px;margin:8px auto 10px;line-height:1.55}.legal{font-size:13px;color:#cbd5e1}.legal a{color:#fff;text-decoration:none;font-weight:850}.legal a:hover{text-decoration:underline}
@media(max-width:1080px){.site-nav{display:none}.hero{grid-template-columns:1fr}.hero-visual{min-height:500px}.dashboard-card{right:12px}.cards.three{grid-template-columns:repeat(2,1fr)}.split{grid-template-columns:1fr}.benefits{grid-template-columns:repeat(2,1fr)}.pricing{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.site-header{padding:12px 14px}.brand img{height:38px;max-width:196px;object-fit:contain}.header-login{padding:10px 12px;font-size:13px}.hero{padding:30px 16px 40px}.hero h1{font-size:40px}.lead{font-size:16px}.hero-actions .btn{width:100%}.hero-visual{min-height:auto}.phone-card{width:100%;max-width:306px}.dashboard-card{display:none}.notice{margin:0 16px 10px;padding:20px;border-radius:20px}.section{padding:48px 16px}.cards.three,.benefits,.pricing,.faq,.form-grid.two{grid-template-columns:1fr}.feature-list div{grid-template-columns:38px 1fr}.footer-brand{flex-direction:column;text-align:center}.form-actions .btn{width:100%}.btn:hover{transform:none}}
