:root {
  --navy:#142238; --navy2:#1e3d60; --copper:#b86a3c; --copper2:#9f5731;
  --ivory:#f5f1ea; --white:#fff; --ink:#1e2936; --muted:#66707b; --line:#ddd8cf;
  --green:#347a52; --blue:#1f668f; --amber:#b87816; --red:#b94a48;
  --shadow:0 18px 45px rgba(20,34,56,.10); --radius:20px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--ivory);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}a{color:inherit}img{max-width:100%;display:block}.wrap{width:min(1180px,calc(100% - 36px));margin:auto}.skip{position:absolute;left:-9999px;top:0;background:#fff;padding:10px;z-index:100}.skip:focus{left:10px;top:10px}.site-header{position:sticky;top:0;z-index:30;background:rgba(245,241,234,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(221,216,207,.86)}.navrow{height:82px;display:flex;align-items:center;gap:26px}.logo{width:250px}.navlinks{display:flex;align-items:center;gap:22px;margin-left:auto}.navlinks a{text-decoration:none;font-size:14px;font-weight:700;color:#4d5866}.navlinks a:hover,.navlinks a:focus{color:var(--copper)}.nav-cta{display:flex;gap:9px}.btn{min-height:46px;padding:0 19px;border-radius:12px;border:1px solid var(--line);display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:800;font-size:14px;background:#fff;color:var(--navy);cursor:pointer}.btn.primary{background:var(--copper);border-color:var(--copper);color:#fff}.btn.primary:hover{background:var(--copper2)}.btn.dark{background:var(--navy);border-color:var(--navy);color:#fff}.btn.ghost{background:transparent}.mobile-menu{display:none;margin-left:auto}.eyebrow{font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:900;color:var(--copper)}
.hero{min-height:690px;display:grid;align-items:center;position:relative;overflow:hidden;background:#d8ded8}.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,34,56,.96) 0%,rgba(20,34,56,.88) 36%,rgba(20,34,56,.20) 67%,rgba(20,34,56,.02) 100%)}.hero-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero .wrap{position:relative;z-index:2}.hero-copy{max-width:630px;color:#fff;padding:64px 0}.hero h1{font-family:Manrope,Inter,sans-serif;font-size:clamp(44px,5.5vw,76px);line-height:1.02;letter-spacing:-.055em;margin:16px 0 22px}.hero p{font-size:19px;line-height:1.65;color:#dbe3eb;max-width:590px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.hero .btn{min-height:52px;padding:0 23px}.hero .btn.ghost{color:white;border-color:rgba(255,255,255,.5)}.trustline{display:flex;flex-wrap:wrap;gap:22px;margin-top:28px;font-size:12px;font-weight:800;color:#d7dee6}.trustline span::before{content:"✓";color:#e1a37e;margin-right:7px}
.section{padding:96px 0}.section.white{background:#fff}.section.dark{background:var(--navy);color:#fff}.section-head{max-width:720px;margin-bottom:38px}.section-head.center{text-align:center;margin-left:auto;margin-right:auto}.section h2,.page-hero h1{font-family:Manrope,Inter,sans-serif;font-size:clamp(34px,4vw,54px);line-height:1.1;letter-spacing:-.045em;color:var(--navy);margin:12px 0 16px}.section.dark h2{color:white}.section-head p{font-size:17px;color:var(--muted);margin:0}.section.dark .section-head p{color:#cbd4de}.grid{display:grid;gap:20px}.grid.four{grid-template-columns:repeat(4,1fr)}.grid.three{grid-template-columns:repeat(3,1fr)}.grid.two{grid-template-columns:repeat(2,1fr)}.service-card,.info-card,.price-card,.faq-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:25px;box-shadow:0 8px 25px rgba(20,34,56,.05)}.service-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:#f4e3d7;color:var(--copper);font-weight:900;font-size:20px}.service-card h3,.info-card h3,.price-card h3{font-size:19px;color:var(--navy);margin:18px 0 9px}.service-card p,.info-card p,.price-card p{color:var(--muted);font-size:14px;margin:0}.card-link{display:inline-block;margin-top:16px;color:var(--copper);font-size:13px;font-weight:900;text-decoration:none}.step{position:relative;padding:28px 26px 28px 76px;background:#fff;border:1px solid var(--line);border-radius:18px}.step-no{position:absolute;left:23px;top:25px;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:#fff;font-weight:900}.step h3{margin:0 0 7px;color:var(--navy)}.step p{margin:0;color:var(--muted);font-size:14px}.feature-band{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}.feature-art{border-radius:28px;min-height:520px;background:linear-gradient(145deg,#e3e9e2,#f8f4ec);border:1px solid var(--line);padding:26px;box-shadow:var(--shadow)}.app-window{height:100%;min-height:468px;border-radius:18px;background:#fff;border:1px solid var(--line);overflow:hidden}.app-top{height:54px;background:var(--navy);display:flex;align-items:center;padding:0 16px;color:#fff;font-size:12px;font-weight:800}.app-body{padding:18px}.status-row{display:flex;gap:8px;margin-bottom:18px}.status{padding:6px 9px;border-radius:999px;font-size:10px;font-weight:900}.status.a{background:#eaf1f8;color:#2d5e9c}.status.b{background:#dff3ef;color:#146f63}.status.c{background:#e4f1e9;color:#2f6a48}.proof-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.proof-img{height:130px;background:linear-gradient(145deg,#d9e5db,#f4eee5);border-radius:12px;display:grid;place-items:center;color:#6e7781;font-size:12px}.list-check{display:grid;gap:13px;margin:25px 0}.list-check div{display:flex;gap:10px}.list-check div::before{content:"✓";width:24px;height:24px;border-radius:7px;display:grid;place-items:center;background:#e4f1e9;color:var(--green);font-weight:900;flex:0 0 auto}.price-card .price{font-family:Manrope,Inter,sans-serif;font-size:34px;color:var(--navy);font-weight:900;margin:14px 0 4px}.price-card .small{font-size:12px;color:var(--muted)}.price-card.featured{border:2px solid var(--copper);position:relative}.price-card.featured::before{content:"Most requested";position:absolute;right:18px;top:18px;background:#f4e3d7;color:#874a29;padding:5px 8px;border-radius:99px;font-size:10px;font-weight:900}.coverage{display:grid;grid-template-columns:.8fr 1.2fr;gap:35px;align-items:center}.coverage-box{background:#fff;border:1px solid var(--line);border-radius:24px;padding:27px;box-shadow:var(--shadow)}.input{width:100%;height:50px;border:1px solid #cfd1d4;border-radius:12px;padding:0 14px;background:#fff;color:var(--ink);font:inherit}.field{margin-bottom:14px}.field label{display:block;font-size:12px;font-weight:800;color:#4d5866;margin-bottom:6px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.notice{padding:14px;border-radius:12px;background:#fff1d5;color:#765116;font-size:12px}.quote{background:#fff;border-left:4px solid var(--copper);padding:22px;border-radius:0 14px 14px 0}.quote p{font-size:17px;margin:0}.quote cite{display:block;margin-top:12px;color:var(--muted);font-size:12px}.faq-list{display:grid;gap:11px}.faq-item{background:#fff;border:1px solid var(--line);border-radius:14px;padding:0 18px}.faq-item summary{cursor:pointer;list-style:none;padding:19px 36px 19px 0;font-weight:850;color:var(--navy);position:relative}.faq-item summary::after{content:"+";position:absolute;right:0;font-size:22px;color:var(--copper)}.faq-item[open] summary::after{content:"−"}.faq-item p{margin:0 0 18px;color:var(--muted);font-size:14px}.cta{padding:55px;border-radius:30px;background:var(--navy);color:#fff;display:flex;align-items:center;gap:30px}.cta h2{margin:0;color:#fff;font-size:38px}.cta p{color:#cbd4de;margin:9px 0 0}.cta .hero-actions{margin:0 0 0 auto;flex-wrap:nowrap}.powered{display:inline-flex;align-items:center;gap:8px;color:#d6e1e9;font-size:12px}.pren{color:#65a5c9;font-weight:900;letter-spacing:.08em}.site-footer{background:#0e1929;color:#d8dfe7;padding:60px 0 24px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:42px}.footer-logo{width:290px;filter:brightness(0) invert(1);opacity:.96}.footer-copy{font-size:13px;color:#aeb8c4;max-width:370px;margin-top:18px}.footer-title{color:#fff;font-weight:850;margin-bottom:12px}.footer-links{display:grid;gap:8px}.footer-links a{color:#aeb8c4;text-decoration:none;font-size:13px}.footer-links a:hover{color:white}.footer-bottom{border-top:1px solid rgba(255,255,255,.11);margin-top:45px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;color:#8995a3;font-size:11px}
.page-hero{padding:88px 0 64px;background:linear-gradient(135deg,#edf0ea,var(--ivory));border-bottom:1px solid var(--line)}.page-hero p{max-width:720px;color:var(--muted);font-size:18px}.breadcrumbs{font-size:12px;color:var(--muted)}.article{width:min(850px,calc(100% - 36px));margin:0 auto;padding:70px 0 100px}.article h2{font-size:28px;color:var(--navy);margin:42px 0 10px}.article h3{font-size:19px;color:var(--navy);margin:28px 0 8px}.article p,.article li{color:#4f5a67}.article .legal-note{background:#fff1d5;border:1px solid #ead7a6;border-radius:14px;padding:17px;color:#6f5118}.article table{width:100%;border-collapse:collapse;margin:20px 0}.article th,.article td{text-align:left;border:1px solid var(--line);padding:11px;font-size:13px;vertical-align:top}.article th{background:#f0ece5;color:var(--navy)}.policy-meta{display:flex;gap:16px;flex-wrap:wrap;color:var(--muted);font-size:12px}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:40px}.form-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px}.checkline{display:flex;gap:9px;font-size:11px;color:var(--muted);line-height:1.45}.checkbox{width:18px;height:18px;border:1px solid #aeb4bc;border-radius:4px;flex:0 0 auto}.order-shell{display:grid;grid-template-columns:1fr .7fr;gap:30px}.choice{background:#fff;border:1px solid var(--line);border-radius:15px;padding:17px;display:flex;align-items:center;gap:13px;margin-bottom:10px}.choice.selected{border:2px solid var(--copper);padding:16px}.radio{width:20px;height:20px;border:2px solid #adb3ba;border-radius:50%}.selected .radio{border:6px solid var(--copper)}.summary-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;position:sticky;top:110px}.legal-links{font-size:11px;color:var(--muted);margin-top:14px}
@media(max-width:980px){.navlinks{display:none}.mobile-menu{display:inline-flex}.logo{width:220px}.grid.four{grid-template-columns:1fr 1fr}.grid.three{grid-template-columns:1fr 1fr}.feature-band,.coverage,.contact-grid,.order-shell{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.cta{align-items:flex-start;flex-direction:column}.cta .hero-actions{margin-left:0}.summary-card{position:static}}
@media(max-width:640px){.wrap{width:min(100% - 28px,1180px)}.navrow{height:70px}.logo{width:190px}.nav-cta .btn:first-child{display:none}.hero{min-height:720px}.hero::after{background:linear-gradient(90deg,rgba(20,34,56,.95),rgba(20,34,56,.76))}.hero-media{object-position:66% center}.hero-copy{padding:70px 0}.hero h1{font-size:46px}.hero p{font-size:17px}.section{padding:72px 0}.grid.four,.grid.three,.grid.two,.form-row{grid-template-columns:1fr}.feature-art{min-height:420px}.app-window{min-height:370px}.cta{padding:32px 24px}.cta h2{font-size:32px}.cta .hero-actions{flex-direction:column;width:100%}.cta .btn{width:100%}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.page-hero{padding:65px 0 48px}.article{padding-top:45px}.contact-grid{gap:22px}}
