:root{color-scheme:light;--ink: #13201c;--muted: #60746c;--line: #dce7e2;--soft: #f4f8f6;--soft-2: #eaf4f0;--brand: #0e7c66;--brand-2: #0a5f8f;--brand-dark: #073b3a;--accent: #c7802a;--white: #ffffff;--shadow: 0 18px 54px rgba(8, 45, 42, .12);--radius: 8px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--white);line-height:1.5}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}p{color:var(--muted);margin:0}.shell{width:min(1160px,calc(100% - 40px));margin:0 auto}.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(220,231,226,.8);background:#ffffffeb;backdrop-filter:blur(16px)}.nav{display:flex;align-items:center;justify-content:space-between;min-height:72px;gap:24px}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:800;letter-spacing:0}.brand-mark{display:grid;width:34px;height:34px;place-items:center;border-radius:8px;color:var(--white);background:linear-gradient(135deg,var(--brand),var(--brand-2));font-size:18px}.nav-links{display:flex;align-items:center;gap:22px;color:#334741;font-size:14px;font-weight:650}.nav-links a:hover{color:var(--brand)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border:1px solid transparent;border-radius:8px;background:var(--brand);color:var(--white);font-weight:750;font-size:14px;line-height:1;box-shadow:0 10px 22px #0e7c662e}.button.secondary{background:var(--white);color:var(--brand-dark);border-color:var(--line);box-shadow:none}.button.dark{background:var(--brand-dark)}.hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#f9fcfb,#edf6f2)}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:54px;align-items:center;min-height:700px;padding:74px 0 58px}.eyebrow{display:inline-flex;align-items:center;gap:8px;width:fit-content;padding:7px 10px;border:1px solid rgba(14,124,102,.18);border-radius:999px;color:var(--brand-dark);background:#ffffffb8;font-size:13px;font-weight:750}.eyebrow:before{content:"";width:8px;height:8px;border-radius:999px;background:var(--accent)}.hero h1,.page-hero h1{max-width:780px;margin:18px 0;color:var(--ink);font-size:clamp(42px,7vw,82px);line-height:.95;letter-spacing:0}.hero-copy{max-width:650px;font-size:19px}.hero-actions,.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:38px}.trust-item{padding:16px;border:1px solid var(--line);border-radius:var(--radius);background:#ffffffb8}.trust-item strong{display:block;margin-bottom:4px;color:var(--ink)}.trust-item span{color:var(--muted);font-size:13px}.hero-media{position:relative}.hero-media img{width:100%;height:560px;object-fit:cover;border-radius:8px;box-shadow:var(--shadow)}.media-card{position:absolute;left:-22px;bottom:28px;width:min(330px,82%);padding:18px;border:1px solid rgba(255,255,255,.62);border-radius:8px;background:#ffffffeb;box-shadow:var(--shadow)}.media-card strong{display:block;margin-bottom:6px}.section{padding:92px 0}.section.soft{background:var(--soft)}.section.dark{background:var(--brand-dark);color:var(--white)}.section.dark p,.section.dark .section-kicker{color:#ffffffbf}.section-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:34px}.section-kicker{margin-bottom:9px;color:var(--brand);font-size:13px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.section h2,.page-section h2{max-width:760px;margin:0;font-size:clamp(30px,4vw,52px);line-height:1.02;letter-spacing:0}.section-head p{max-width:430px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.card{min-height:100%;padding:24px;border:1px solid var(--line);border-radius:var(--radius);background:var(--white)}.card h3{margin:0 0 10px;font-size:22px;line-height:1.15}.card .metric{display:block;margin-bottom:10px;color:var(--brand);font-size:34px;font-weight:850;line-height:1}.feature-card{overflow:hidden;padding:0}.feature-card img{width:100%;height:220px;object-fit:cover}.feature-card .feature-body{padding:24px}.comparison{display:grid;grid-template-columns:1fr 1fr;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:8px}.comparison>div{padding:32px}.comparison>div:first-child{background:#ffffff14}.comparison>div:last-child{background:#0e7c665c}.check-list{display:grid;gap:12px;margin:18px 0 0;padding:0;list-style:none}.check-list li{position:relative;padding-left:28px;color:var(--muted)}.section.dark .check-list li{color:#ffffffc7}.check-list li:before{content:"";position:absolute;top:7px;left:0;width:14px;height:14px;border-radius:4px;background:var(--brand)}.steps{counter-reset:step;display:grid;gap:14px}.step{counter-increment:step;display:grid;grid-template-columns:58px 1fr;gap:18px;padding:22px;border:1px solid var(--line);border-radius:var(--radius);background:var(--white)}.step:before{content:counter(step);display:grid;width:48px;height:48px;place-items:center;border-radius:8px;background:var(--soft-2);color:var(--brand);font-weight:850}.step h3{margin:0 0 6px}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius);background:var(--white)}table{width:100%;border-collapse:collapse;min-width:720px}th,td{padding:18px;border-bottom:1px solid var(--line);text-align:left}th{color:var(--brand-dark);background:var(--soft);font-size:13px;text-transform:uppercase}tr:last-child td{border-bottom:0}.page-hero{padding:84px 0 56px;background:var(--soft)}.page-hero p{max-width:740px;font-size:19px}.page-section{padding:78px 0}.form-panel{display:grid;grid-template-columns:.92fr 1.08fr;gap:42px;align-items:start;padding:38px;border-radius:8px;background:var(--white);box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}label{display:grid;gap:6px;color:#344942;font-size:13px;font-weight:750}input,select,textarea{width:100%;min-height:46px;padding:12px;border:1px solid var(--line);border-radius:8px;color:var(--ink);background:#fbfdfc;font:inherit}textarea{min-height:120px;resize:vertical}.full{grid-column:1 / -1}.fine-print{margin-top:12px;color:#6d7e78;font-size:12px}.faq-list{display:grid;gap:12px}details{border:1px solid var(--line);border-radius:8px;background:var(--white)}summary{cursor:pointer;padding:20px 22px;color:var(--ink);font-weight:800}details p{padding:0 22px 22px}.site-footer{padding:54px 0;border-top:1px solid var(--line);background:#fbfdfc}.footer-grid{display:grid;grid-template-columns:1fr 2fr;gap:48px}.footer-links{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}.footer-links strong{display:block;margin-bottom:10px}.footer-links a{display:block;margin:8px 0;color:var(--muted);font-size:14px}.legal{margin-top:38px;color:#7a8d86;font-size:12px}@media(max-width:900px){.nav{align-items:flex-start;padding:16px 0}.nav-links{display:none}.hero-grid,.grid-2,.form-panel,.footer-grid{grid-template-columns:1fr}.hero-grid{min-height:auto;padding:56px 0}.hero-media img{height:420px}.trust-row,.grid-3,.footer-links,.comparison{grid-template-columns:1fr}.section-head{display:block}.section-head p{margin-top:14px}}@media(max-width:560px){.shell{width:min(100% - 28px,1160px)}.hero h1,.page-hero h1{font-size:42px}.section,.page-section{padding:62px 0}.hero-media img{height:340px}.media-card{position:static;width:100%;margin-top:12px}.form-grid{grid-template-columns:1fr}.form-panel{padding:22px}}
