:root{--navy:#061b33;--blue:#087ff5;--cyan:#19c6ff;--ink:#102b4b;--muted:#60758c;--white:#fff;--bg:#f5f9fd;--line:#dce9f5}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:var(--bg)}a{text-decoration:none;color:inherit}.site-header{height:88px;background:var(--navy);display:flex;align-items:center;justify-content:space-between;padding:0 clamp(18px,5vw,72px);position:sticky;top:0;z-index:20;box-shadow:0 5px 25px #00122555}.brand{display:flex;align-items:center;gap:12px;color:#fff}.brand img{width:58px;height:58px;object-fit:cover}.brand strong{display:block;font-size:22px;letter-spacing:.5px}.brand small{display:block;color:#a9bfd3;font-size:11px;letter-spacing:2px;margin-top:2px}.nav{display:flex;gap:28px;color:#dbeaf7;font-weight:700}.nav a:hover{color:var(--cyan)}.menu{display:none;background:none;border:0;color:#fff;font-size:32px;line-height:1}.hero{max-width:1200px;margin:auto;display:grid;grid-template-columns:1fr 1fr;min-height:530px;background:#fff;overflow:hidden}.hero-copy{padding:78px clamp(24px,6vw,75px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.eyebrow{font-weight:900;color:var(--blue);letter-spacing:3px;font-size:13px;margin:0 0 12px}.hero h1{font-size:clamp(42px,5vw,68px);line-height:1.02;margin:0 0 18px;letter-spacing:-2px}.hero h1 span{color:var(--blue)}.lead{font-size:19px;line-height:1.55;color:var(--muted);max-width:510px;margin:0 0 30px}.button{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--blue),#0a62db);color:#fff;border-radius:999px;padding:16px 24px;font-weight:900;box-shadow:0 10px 25px #087ff533}.button:hover{transform:translateY(-2px)}.hero-photo{min-height:530px;overflow:hidden}.hero-photo img{width:100%;height:100%;object-fit:cover;display:block}.plans{max-width:1200px;margin:auto;padding:78px 24px 70px;text-align:center}.section-title h2{font-size:42px;margin:0 0 8px}.section-title>p:last-child{color:var(--muted);margin:0 0 36px}.plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:1050px;margin:auto}.plan{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px 20px 30px;box-shadow:0 12px 30px #0d4d7a12;position:relative}.plan.featured{border:2px solid var(--blue);box-shadow:0 18px 38px #087ff52b;transform:translateY(-8px)}.plan-name,.badge{font-weight:900;letter-spacing:1px;color:var(--blue);font-size:14px}.badge{background:var(--blue);color:#fff;display:inline-block;padding:7px 13px;border-radius:999px;margin-bottom:5px}.speed{font-size:62px;font-weight:950;line-height:1;margin:25px 0 20px;color:var(--navy)}.speed small{font-size:23px}.price{background:linear-gradient(135deg,#087ff5,#0757c8);color:#fff;border-radius:14px;padding:15px;font-size:30px;font-weight:950}.price small{font-size:14px;font-weight:700}.installation{max-width:850px;margin:42px auto 16px;background:#e8f5ff;border-radius:18px;padding:22px 26px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:20px;font-weight:800}.installation strong{background:var(--navy);color:#fff;border-radius:999px;padding:12px 25px}.survey{font-size:14px;color:var(--muted);font-style:italic}.contact{background:var(--navy);color:#fff;max-width:1200px;margin:auto;padding:55px clamp(24px,6vw,75px);display:flex;align-items:center;justify-content:space-between;gap:30px}.contact h2{font-size:34px;margin:0 0 12px}.contact p{color:#c9d9e8;line-height:1.6}.contact .eyebrow{color:var(--cyan)}.button.light{background:#fff;color:var(--navy);white-space:nowrap}footer{text-align:center;background:#031325;color:#9bb0c4;padding:20px;font-size:13px}
@media(max-width:760px){.site-header{height:74px}.brand img{width:48px;height:48px}.brand strong{font-size:17px}.brand small{font-size:8px;letter-spacing:1.5px}.menu{display:block}.nav{display:none;position:absolute;top:74px;left:0;right:0;background:var(--navy);padding:16px 24px;flex-direction:column;gap:15px}.nav.open{display:flex}.hero{grid-template-columns:1fr}.hero-copy{padding:48px 24px 38px}.hero h1{font-size:44px}.hero-photo{height:280px;min-height:0}.plan-grid{grid-template-columns:1fr;max-width:440px}.plan.featured{transform:none}.speed{font-size:55px}.installation{flex-direction:column}.contact{flex-direction:column;align-items:flex-start}.button.light{white-space:normal}.plans{padding-top:58px}.section-title h2{font-size:36px}}

/* Service notes */
.notes{max-width:1200px;margin:auto;padding:70px 24px 78px;background:#fff;text-align:center}
.notes-grid{max-width:1080px;margin:34px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.note-card{background:#f8fbff;border:1px solid var(--line);border-radius:20px;padding:25px 20px;text-align:left;box-shadow:0 10px 26px #0d4d7a0d}
.note-icon{width:48px;height:48px;border-radius:14px;background:#e7f4ff;color:var(--blue);display:flex;align-items:center;justify-content:center;font-weight:950;font-size:22px;margin-bottom:14px}
.note-card h3{margin:0 0 8px;font-size:19px;color:var(--navy)}
.note-card p{margin:0;color:var(--muted);line-height:1.55;font-size:14px}
.note-card strong{color:var(--navy)}
.note-survey{margin-top:26px}
@media(max-width:800px){.notes{padding:55px 20px 65px}.notes-grid{grid-template-columns:1fr;max-width:560px}}
