:root{--legacy-003b6d:#003b6d;--legacy-03283c:#03283c;--legacy-33414c:#33414c;--legacy-3a4852:#3a4852;--legacy-cdeef4:#cdeef4;--legacy-e6f6fa:#e6f6fa}
/* CARDS / WHY */
.hc-mo .grid3{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:22px;margin-top:36px}
.hc-mo .card{background:var(--color-background, #fff);border:1px solid var(--line);border-radius:var(--radius-lg, 18px);padding:28px 26px;transition:transform .18s,box-shadow .18s,border-color .18s}
.hc-mo .card:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(0,59,109,.12);border-color:var(--teal)}
.hc-mo .card .ic{width:54px;height:54px;border-radius:var(--radius-lg, 14px);background:linear-gradient(135deg,var(--legacy-e6f6fa, #e6f6fa),var(--legacy-cdeef4, #cdeef4));display:flex;align-items:center;justify-content:center;font-size:26px;margin-bottom:16px}
.hc-mo .card p{color:var(--muted);font-size:15px;margin:0}
/* STEPS */
.hc-mo .steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;margin-top:40px;counter-reset:s}
.hc-mo .step{position:relative;padding:30px 24px 26px;background:var(--color-background, #fff);border:1px solid var(--line);border-radius:var(--radius-lg, 18px)}
.hc-mo .step:before{counter-increment:s;content:counter(s);position:absolute;top:-20px;left:24px;width:42px;height:42px;border-radius:var(--radius-md, 12px);background:var(--navy);color:var(--color-background, #fff);font-weight:800;font-size:19px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 18px rgba(0,59,109,.3)}
.hc-mo .step h3{margin-top:12px}
.hc-mo .step p{color:var(--muted);font-size:15px;margin:0}
/* PRICING */
.hc-mo .pricing{background:var(--bg)}
.hc-mo .tiers{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:24px;margin-top:40px;align-items:stretch}
.hc-mo .tier{background:var(--color-background, #fff);border:1px solid var(--line);border-radius:20px;padding:32px 28px;display:flex;flex-direction:column;position:relative}
.hc-mo .tier.feat{border:2px solid var(--teal);box-shadow:0 20px 50px rgba(45,179,199,.18)}
.hc-mo .tier .tag{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--teal);color:var(--legacy-03283c, #03283c);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:6px 16px;border-radius:20px}
.hc-mo .tier h3{font-size:21px}
.hc-mo .tier .price{font-size:40px;font-weight:800;color:var(--navy);margin:6px 0 2px}
.hc-mo .tier .price small{font-size:15px;color:var(--muted);font-weight:600}
.hc-mo .tier ul{list-style:none;padding:0;margin:18px 0 24px;flex:1}
.hc-mo .tier li{padding:8px 0 8px 28px;position:relative;font-size:14.5px;color:var(--legacy-33414c, #33414c);border-top:1px solid var(--color-surface, #f0f5f8)}
.hc-mo .tier li:before{content:"\2713";position:absolute;left:0;top:8px;color:var(--teal);font-weight:800}
/* CHECKLIST */
.hc-mo .check-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:22px;margin-top:36px}
.hc-mo .check-col{background:var(--color-background, #fff);border:1px solid var(--line);border-radius:var(--radius-lg, 16px);padding:24px}
.hc-mo .check-col h3{display:flex;align-items:center;gap:10px;font-size:17px}
.hc-mo .check-col ul{list-style:none;padding:0;margin:14px 0 0}
.hc-mo .check-col li{padding:7px 0 7px 26px;position:relative;font-size:14.5px;color:var(--legacy-3a4852, #3a4852)}
.hc-mo .check-col li:before{content:"\2713";position:absolute;left:0;color:var(--teal);font-weight:800}
/* COVERAGE */
.hc-mo .coverage{background:var(--navy);color:var(--color-background, #fff)}
.hc-mo .coverage h2{color:var(--color-background, #fff)}
.hc-mo .cov-flex{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;margin-top:30px}
.hc-mo .cov-map{border-radius:var(--radius-lg, 18px);overflow:hidden;border:1px solid rgba(255,255,255,.2);min-height:300px;background:rgba(255,255,255,.05)}
.hc-mo .cov-map iframe{width:100%;height:340px;border:0;display:block}
.hc-mo .cities{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.hc-mo .cities a{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.25);color:var(--color-surface, #eaf6fb);text-decoration:none;font-size:14px;font-weight:600;padding:9px 16px;border-radius:var(--radius-md, 10px);transition:background .15s}
.hc-mo .cities a:hover{background:var(--teal);color:var(--legacy-03283c, #03283c);border-color:var(--teal)}
/* FAQ */
.hc-mo details{background:var(--color-background, #fff);border:1px solid var(--line);border-radius:var(--radius-lg, 14px);margin-bottom:14px;overflow:hidden}
.hc-mo summary{padding:20px 24px;font-weight:700;color:var(--navy);cursor:pointer;list-style:none;font-size:16.5px;display:flex;justify-content:space-between;align-items:center}
.hc-mo summary::-webkit-details-marker{display:none}
.hc-mo summary:after{content:"+";font-size:24px;color:var(--teal);font-weight:400}
.hc-mo details[open] summary:after{content:"\2212"}
.hc-mo details .ans{padding:0 24px 22px;color:var(--muted);font-size:15px}
/* BAND */
.hc-mo .band{background:linear-gradient(120deg,var(--navy),var(--navy2) 60%,var(--teal));color:var(--color-background, #fff);text-align:center}
.hc-mo .band h2{color:var(--color-background, #fff)}
.hc-mo .band p{color:var(--color-surface, #e9f6fb);max-width:620px;margin:0 auto 26px;font-size:17px}
.hc-mo .band .hero-ctas{justify-content:center}
/* GUIDES */
.hc-mo .guides .grid3{margin-top:36px}
.hc-mo .guide{display:block;text-decoration:none;background:var(--color-background, #fff);border:1px solid var(--line);border-radius:var(--radius-lg, 16px);padding:24px;transition:transform .18s,box-shadow .18s}
.hc-mo .guide:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(0,59,109,.12)}
.hc-mo .guide span.k{font-size:12px;font-weight:800;color:var(--teal);text-transform:uppercase;letter-spacing:.1em}
.hc-mo .guide h3{margin:8px 0 6px;font-size:17px}
.hc-mo .guide p{color:var(--muted);font-size:14px;margin:0}
/* STICKY */
.hc-mo-sticky{position:fixed;left:0;right:0;bottom:0;z-index:9999;background:var(--legacy-003b6d, #003B6D);color:var(--color-background, #fff);display:flex;align-items:center;justify-content:center;gap:16px;padding:12px 16px;box-shadow:0 -6px 22px rgba(0,0,0,.18);flex-wrap:wrap}
.hc-mo-sticky b{color:var(--color-background, #fff);font-size:15px}
.hc-mo-sticky a{background:var(--teal);color:var(--legacy-03283c, #03283c);text-decoration:none;font-weight:800;padding:11px 24px;border-radius:var(--radius-md, 11px);font-size:15px}
@media(max-width:760px){.hc-mo .strip .wrap{grid-template-columns:repeat(2,1fr)}.hc-mo .strip .st:nth-child(2){border-right:0}.hc-mo .cov-flex{grid-template-columns:1fr}.hc-mo .hero{min-height:480px}.hc-mo-sticky b{display:none}}