@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap');

:root { --ink:#17313a; --muted:#687c82; --paper:#f7f8f5; --white:#fff; --line:#dce6e3; --teal:#1c8279; --teal-dark:#11635f; --coral:#e7775b; --gold:#d1a345; --blue:#5e83a4; --navy:#153942; --soft-teal:#e9f4f1; --shadow:0 18px 50px rgba(27,54,59,.09); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--paper); font-family:Manrope,system-ui,sans-serif; line-height:1.5; }
button, input, select { font:inherit; }
button, a { -webkit-tap-highlight-color:transparent; }
a { color:inherit; }
.skip-link { position:absolute; left:16px; top:-60px; z-index:100; background:var(--ink); color:#fff; padding:12px 16px; border-radius:0 0 8px 8px; transition:top .2s; }
.skip-link:focus { top:0; }
.site-header { background:var(--white); border-bottom:1px solid rgba(220,230,227,.75); }
.header-inner { max-width:1240px; margin:0 auto; height:76px; padding:0 28px; display:flex; align-items:center; justify-content:space-between; }
.brand { display:flex; align-items:center; gap:11px; text-decoration:none; font-size:15px; letter-spacing:-.02em; }
.brand strong { font-weight:800; }
.brand-mark { width:30px; height:30px; display:grid; place-items:center; border-radius:10px; background:var(--teal); color:#fff; font-size:22px; font-weight:500; line-height:1; }
.header-note { color:var(--muted); font-family:'DM Mono',monospace; font-size:10px; letter-spacing:.04em; text-transform:uppercase; display:flex; align-items:center; gap:8px; }
.status-dot,.fresh-dot { width:7px; height:7px; display:inline-block; border-radius:50%; background:#51a37a; box-shadow:0 0 0 3px #e1f2e9; }
.hero { background:#eaf4f0; overflow:hidden; }
.hero-inner { max-width:1240px; padding:74px 28px 58px; margin:0 auto; position:relative; }
.hero-inner:after { content:''; width:390px; height:390px; border-radius:50%; border:1px solid rgba(28,130,121,.18); position:absolute; right:7%; top:-160px; box-shadow:0 0 0 34px rgba(28,130,121,.035),0 0 0 70px rgba(28,130,121,.025); }
.eyebrow,.section-kicker { color:var(--teal); font-family:'DM Mono',monospace; font-size:10px; font-weight:500; letter-spacing:.13em; text-transform:uppercase; }
.hero h1 { max-width:650px; margin:14px 0 15px; font-size:clamp(38px,5vw,64px); line-height:1.04; letter-spacing:-.06em; font-weight:800; }
.hero-copy { max-width:540px; margin:0; font-size:17px; color:#47636a; }
.guardrail { position:relative; z-index:1; max-width:590px; margin-top:30px; padding:12px 15px; display:flex; align-items:flex-start; gap:10px; border:1px solid #c6dfd9; border-radius:8px; background:rgba(255,255,255,.58); color:#42656a; font-size:12px; }
.guardrail>span:first-child,.limitations-icon { width:18px; height:18px; flex:0 0 18px; display:grid; place-items:center; border:1px solid var(--teal); border-radius:50%; color:var(--teal); font-family:Georgia,serif; font-weight:bold; }
.workspace { max-width:1240px; margin:0 auto; padding:42px 28px 68px; }
.planner-grid { display:grid; grid-template-columns:330px 1fr; gap:36px; align-items:start; }
.panel,.provider-card,.limitations-card { background:var(--white); border:1px solid var(--line); border-radius:12px; box-shadow:var(--shadow); }
.filters-panel { padding:25px; position:sticky; top:20px; }
.panel-heading,.results-topline,.plan-heading { display:flex; justify-content:space-between; align-items:flex-start; gap:18px; }
.panel h2,.results-topline h2,.plan-section h2,.support-routes h2 { margin:6px 0 23px; font-size:25px; line-height:1.15; letter-spacing:-.045em; }
.privacy-pill { padding:5px 8px; border-radius:5px; background:#f0f6f3; color:var(--teal-dark); font-family:'DM Mono',monospace; font-size:9px; text-transform:uppercase; white-space:nowrap; }
.field-group { margin:0 0 22px; }
label,legend { display:block; margin-bottom:8px; color:var(--ink); font-size:12px; font-weight:800; }
fieldset { border:0; padding:0; }
.optional { color:var(--muted); font-weight:500; }
input[type=text], input:not([type]), select { width:100%; min-height:43px; padding:0 12px; border:1px solid #cad9d6; border-radius:6px; background:#fff; color:var(--ink); outline:0; }
input:focus,select:focus,button:focus-visible,a:focus-visible { outline:3px solid rgba(28,130,121,.28); outline-offset:2px; border-color:var(--teal); }
.input-with-icon { position:relative; }
.input-with-icon>span { position:absolute; left:12px; top:9px; color:var(--teal); font-size:21px; }
.input-with-icon input { padding-left:36px; }
.field-help { margin:7px 0 0; color:var(--muted); font-size:10px; line-height:1.5; }
.check-grid { display:grid; grid-template-columns:1fr 1fr; gap:11px 8px; }
.check-row { display:flex; align-items:center; gap:7px; margin:0; font-size:11px; font-weight:600; cursor:pointer; }
.check-row input { width:16px; height:16px; margin:0; accent-color:var(--teal); }
.two-fields { display:grid; grid-template-columns:1fr 1fr; gap:9px; }
.two-fields label { min-height:33px; }
select { font-size:11px; }
.button { min-height:43px; display:inline-flex; align-items:center; justify-content:center; gap:11px; padding:0 17px; border:0; border-radius:6px; cursor:pointer; font-size:12px; font-weight:800; transition:transform .15s,background .15s,box-shadow .15s; }
.button:hover { transform:translateY(-1px); }
.button-primary { width:100%; background:var(--teal); color:#fff; box-shadow:0 7px 18px rgba(28,130,121,.18); }
.button-primary:hover { background:var(--teal-dark); }
.privacy-note { display:flex; gap:10px; margin:25px -25px -25px; padding:17px 25px; border-top:1px solid var(--line); background:#f4f8f5; border-radius:0 0 12px 12px; }
.lock-icon { width:17px; height:17px; display:grid; place-items:center; color:var(--teal); font-size:17px; }
.privacy-note strong { font-size:11px; }
.privacy-note p { margin:4px 0 0; color:var(--muted); font-size:10px; line-height:1.45; }
.results-topline { align-items:flex-end; }
.results-topline h2 { margin-bottom:0; }
.text-button { padding:4px 0; border:0; border-bottom:1px solid var(--teal); background:none; color:var(--teal-dark); cursor:pointer; font-size:11px; font-weight:800; }
.text-button:hover { color:var(--coral); border-color:var(--coral); }
.source-strip { margin:20px 0 18px; padding:12px 14px; border:1px solid #cae3db; border-radius:8px; background:#f1f9f5; display:flex; justify-content:space-between; gap:12px; align-items:center; }
.source-strip-main { display:flex; align-items:center; gap:10px; }
.verified-check { width:20px; height:20px; display:grid; place-items:center; flex:0 0 20px; border-radius:50%; background:var(--teal); color:#fff; font-size:11px; font-weight:800; }
.source-strip strong { display:block; font-size:11px; }
.source-strip span:not(.verified-check) { display:block; margin-top:2px; color:var(--muted); font-family:'DM Mono',monospace; font-size:9px; }
.info-button { width:24px; height:24px; border:1px solid #a6d1c7; border-radius:50%; background:transparent; color:var(--teal); cursor:pointer; font-family:Georgia,serif; font-weight:bold; }
.results-list { display:grid; gap:13px; }
.provider-card { position:relative; overflow:hidden; box-shadow:0 7px 25px rgba(27,54,59,.045); }
.card-accent { position:absolute; left:0; top:0; bottom:0; width:4px; }
.accent-teal { background:var(--teal); }.accent-coral { background:var(--coral); }.accent-gold { background:var(--gold); }.accent-blue { background:var(--blue); }
.card-body { padding:20px 20px 16px 24px; }
.card-top { display:flex; justify-content:space-between; align-items:flex-start; gap:15px; }
.status-label { display:flex; align-items:center; gap:5px; margin-bottom:6px; font-family:'DM Mono',monospace; font-size:9px; font-weight:500; letter-spacing:.06em; text-transform:uppercase; }
.status-label.verified { color:var(--teal-dark); }.status-label.listed { color:#926c24; }.status-label.public { color:#52728e; }
.status-label.verified span { width:14px; height:14px; display:grid; place-items:center; border-radius:50%; background:#ddf1e9; font-size:8px; }.status-label.listed span { font-size:18px; line-height:0; }.status-label.public span { font-size:13px; }
.provider-card h3 { margin:0; font-size:19px; letter-spacing:-.04em; }
.location-line { margin:4px 0 0; color:var(--muted); font-size:11px; }
.compare-control { display:flex; align-items:center; gap:7px; margin:4px 0 0; color:var(--teal-dark); font-size:10px; font-weight:800; cursor:pointer; }
.compare-control input { width:16px; height:16px; margin:0; accent-color:var(--teal); }
.provider-description { margin:16px 0 12px; color:#466168; font-size:12px; }
.tag-row { display:flex; flex-wrap:wrap; gap:6px; }
.tag { padding:4px 7px; border-radius:4px; background:#eef4f1; color:#4c6c70; font-family:'DM Mono',monospace; font-size:9px; }
.card-details { display:grid; grid-template-columns:1.3fr 1fr 1fr; gap:12px; margin:17px 0 15px; padding:13px 0; border-top:1px solid #e8efed; border-bottom:1px solid #e8efed; }
.detail-label { display:block; margin-bottom:3px; color:#829499; font-family:'DM Mono',monospace; font-size:8px; letter-spacing:.05em; text-transform:uppercase; }.card-details strong { font-size:10px; }.muted { color:var(--muted); font-weight:500; }
.card-footer { display:flex; align-items:center; flex-wrap:wrap; gap:14px; }
.freshness { display:flex; align-items:center; gap:6px; color:#5c767a; font-family:'DM Mono',monospace; font-size:9px; }.freshness.stale { color:#9a7226; }.freshness.stale .fresh-dot { background:#d1a345; box-shadow:0 0 0 3px #fbf0d9; }
.source-link { color:var(--teal-dark); font-size:10px; font-weight:800; text-decoration:none; border-bottom:1px solid transparent; }.source-link:hover { border-color:var(--teal); }
.outline-button { min-height:30px; margin-left:auto; padding:0 10px; border:1px solid #b7d4ce; border-radius:5px; background:#fff; color:var(--teal-dark); cursor:pointer; font-size:10px; font-weight:800; }.outline-button:hover { background:var(--soft-teal); }
.empty-state { padding:50px 20px; border:1px dashed #bbcfcb; border-radius:12px; text-align:center; }.empty-icon { color:var(--teal); font-size:32px; }.empty-state h3 { margin:10px 0 5px; font-size:18px; }.empty-state p { margin:0 auto; max-width:400px; color:var(--muted); font-size:12px; }
.limitations-card { display:flex; gap:14px; margin-top:18px; padding:18px 20px; box-shadow:none; background:#fbfcfa; }.limitations-icon { margin-top:2px; }.limitations-card h3 { margin:0 0 5px; font-size:13px; }.limitations-card p { margin:0 0 7px; color:var(--muted); font-size:11px; }
.plan-section { background:var(--navy); color:#fff; }.plan-inner { max-width:1240px; margin:0 auto; padding:53px 28px 56px; }.section-kicker.light { color:#86cbc1; }.plan-heading { align-items:flex-end; margin-top:7px; }.plan-section h2 { margin:0 0 6px; color:#fff; font-size:30px; }.plan-heading p { margin:0; color:#acc5c4; font-size:12px; }.button-light { width:auto; background:#fff; color:var(--navy); white-space:nowrap; }.button-light:hover { background:#dff1ed; }.plan-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-top:29px; }.plan-card { min-height:206px; padding:20px; border:1px solid rgba(160,211,202,.18); border-radius:9px; background:rgba(255,255,255,.055); }.plan-number { color:#85c9c0; font-family:'DM Mono',monospace; font-size:10px; }.plan-card h3 { margin:22px 0 12px; font-size:14px; }.plan-card ul { margin:0; padding-left:17px; color:#b4ccca; font-size:10px; }.plan-card li { margin:7px 0; }.plan-disclaimer { display:flex; gap:11px; margin-top:16px; padding:13px 15px; border:1px solid rgba(255,255,255,.15); border-radius:7px; color:#b4ccca; font-size:10px; }.plan-disclaimer>span { width:17px; height:17px; flex:0 0 17px; display:grid; place-items:center; border:1px solid #e4b15a; border-radius:50%; color:#e4b15a; font-weight:800; }.plan-disclaimer p { margin:0; }.plan-disclaimer strong { color:#fff; }
.support-routes { background:#eef3f0; }.support-inner { max-width:1240px; margin:0 auto; padding:52px 28px 62px; }.support-routes h2 { margin-bottom:20px; }.route-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; }.route-card { display:flex; align-items:center; gap:10px; min-height:70px; padding:12px; border:1px solid #d4e1dd; border-radius:8px; background:#fff; text-decoration:none; transition:transform .15s,box-shadow .15s; }.route-card:hover { transform:translateY(-2px); box-shadow:0 8px 22px rgba(27,54,59,.08); }.route-icon { width:27px; height:27px; flex:0 0 27px; display:grid; place-items:center; border-radius:7px; background:#e1f1ed; color:var(--teal); font-size:14px; font-weight:800; }.route-card strong { display:block; font-size:11px; }.route-card small { display:block; margin-top:2px; color:var(--muted); font-size:9px; }.route-arrow { margin-left:auto; color:var(--teal); font-size:16px; }
.site-footer { max-width:1240px; margin:0 auto; padding:22px 28px; display:flex; justify-content:space-between; color:#7d9091; font-family:'DM Mono',monospace; font-size:9px; }.site-footer>div { display:flex; gap:18px; }.site-footer a,.site-footer button { color:var(--teal-dark); text-decoration:none; border:0; border-bottom:1px solid var(--teal); background:none; cursor:pointer; font:inherit; padding:0; }
.compare-tray { position:fixed; z-index:20; right:22px; bottom:22px; left:22px; max-width:650px; margin:0 auto; padding:13px 15px; display:flex; align-items:center; gap:17px; border:1px solid #9dd0c5; border-radius:10px; background:#fff; box-shadow:0 15px 45px rgba(27,54,59,.18); }.compare-tray strong { display:block; font-size:12px; }.tray-subtext { display:block; color:var(--muted); font-size:10px; }.compare-tray .button { width:auto; margin-left:auto; min-height:38px; }.close-tray { width:25px; height:25px; padding:0; border:0; background:none; color:var(--muted); cursor:pointer; font-size:22px; }
.modal-backdrop { position:fixed; inset:0; z-index:30; display:grid; place-items:center; padding:22px; background:rgba(18,44,50,.48); }.modal-backdrop[hidden],.compare-tray[hidden] { display:none; }.modal { position:relative; width:min(530px,100%); padding:29px; border-radius:12px; background:#fff; box-shadow:0 25px 90px rgba(0,0,0,.2); }.modal h2 { margin:8px 0 9px; font-size:27px; letter-spacing:-.05em; line-height:1.1; }.modal>p { margin:0 0 22px; color:var(--muted); font-size:12px; }.modal-close { position:absolute; top:17px; right:19px; border:0; background:none; color:var(--muted); cursor:pointer; font-size:25px; }.modal-list { display:grid; gap:15px; }.modal-list>div { display:flex; gap:11px; }.modal-icon { width:20px; height:20px; flex:0 0 20px; display:grid; place-items:center; border-radius:50%; font-size:11px; font-weight:800; }.modal-icon.verified { background:#ddf1e9; color:var(--teal); }.modal-icon.listed { background:#fbf0d9; color:#9a7226; font-size:18px; }.modal-icon.warning { background:#fbf0d9; color:#9a7226; }.modal-icon.neutral { background:#e9f1f2; color:#52728e; }.modal-list strong { font-size:11px; }.modal-list p { margin:3px 0 0; color:var(--muted); font-size:10px; }.modal-footer-note { margin-top:22px; padding-top:13px; border-top:1px solid var(--line); color:var(--muted); font-family:'DM Mono',monospace; font-size:9px; }.toast { position:fixed; z-index:50; right:20px; bottom:20px; max-width:330px; padding:12px 15px; border-radius:7px; background:var(--navy); color:#fff; opacity:0; pointer-events:none; transform:translateY(8px); transition:opacity .2s,transform .2s; font-size:11px; box-shadow:var(--shadow); }.toast.show { opacity:1; transform:translateY(0); }
.comparison-table-wrap { overflow-x:auto; margin:18px -4px 0; border:1px solid var(--line); border-radius:7px; }.comparison-table { width:100%; min-width:580px; border-collapse:collapse; font-size:10px; }.comparison-table th,.comparison-table td { padding:11px 12px; border-bottom:1px solid var(--line); text-align:left; vertical-align:top; }.comparison-table th { background:#f1f7f4; color:var(--ink); font-size:10px; }.comparison-table th:first-child { width:125px; color:var(--muted); font-family:'DM Mono',monospace; font-size:8px; font-weight:500; letter-spacing:.05em; text-transform:uppercase; }.comparison-table tr:last-child td { border-bottom:0; }.comparison-table td { color:#466168; }.comparison-table td.caution { color:#9a7226; }
@media (max-width:900px) { .planner-grid { grid-template-columns:1fr; }.filters-panel { position:static; }.route-grid { grid-template-columns:repeat(2,1fr); }.hero-inner:after { right:-150px; } }
@media (max-width:600px) { .header-inner,.hero-inner,.workspace,.plan-inner,.support-inner,.site-footer { padding-left:18px; padding-right:18px; }.header-inner { height:66px; }.header-note { font-size:8px; }.hero-inner { padding-top:54px; padding-bottom:44px; }.hero h1 { font-size:42px; }.hero-copy { font-size:15px; }.planner-grid { gap:24px; }.filters-panel { padding:19px; }.privacy-note { margin-left:-19px; margin-right:-19px; padding-left:19px; padding-right:19px; }.results-topline { align-items:flex-start; }.results-topline h2 { font-size:21px; }.source-strip { align-items:flex-start; }.source-strip span:not(.verified-check) { line-height:1.35; }.card-body { padding:18px 15px 15px 19px; }.card-top { gap:7px; }.provider-card h3 { font-size:17px; }.compare-control span { display:none; }.card-details { grid-template-columns:1fr 1fr; }.card-details>div:last-child { grid-column:span 2; }.outline-button { margin-left:0; }.plan-heading { display:block; }.plan-heading .button { margin-top:18px; }.plan-grid { grid-template-columns:1fr; }.plan-card { min-height:auto; }.route-grid { grid-template-columns:1fr; }.site-footer { display:block; }.site-footer>div { margin-top:9px; }.compare-tray { right:10px; bottom:10px; left:10px; gap:9px; }.compare-tray .button { padding:0 10px; font-size:10px; }.modal { padding:24px 19px; } }
@media print { .site-header,.hero,.filters-panel,.results-topline .text-button,.source-strip,.compare-control,.card-footer,.limitations-card,.support-routes,.site-footer,.compare-tray,.modal-backdrop { display:none!important; }.workspace { padding:0; }.planner-grid { display:block; }.results-column { width:100%; }.provider-card { break-inside:avoid; box-shadow:none; margin-bottom:12px; }.plan-section { color:#000; background:#fff; border-top:2px solid #17313a; }.plan-section h2,.plan-card h3 { color:#000; }.plan-heading p,.plan-card ul,.plan-disclaimer { color:#333; }.plan-card { border-color:#ccc; background:#fff; }.plan-disclaimer { border-color:#ccc; } }
