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

:root {
  --ink: #20231f; --muted: #676b64; --paper: #f7f5ef; --white: #fffefa;
  --line: #deddd5; --lime: #d8ff5f; --lime-dark: #bde93b; --green: #183e34;
  --green-soft: #e4eee8; --peach: #ff846b; --sun: #f6c946; --blue: #9fc9ff;
  --shadow: 0 20px 60px rgba(32, 35, 31, 0.11); --radius-lg: 28px;
  --sans: "DM Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: "Manrope", var(--sans);
}

[hidden] { display: none !important; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body:has(dialog[open]) { overflow: hidden; }
button, select, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.site-shell { overflow: hidden; }

.site-header {
  width: min(1240px, calc(100% - 48px)); height: 88px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  gap: 28px; position: relative; z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; font: 800 25px/1 var(--display); letter-spacing: -1px; }
.brand-mark { width: 31px; height: 31px; display: grid; place-items: center; color: var(--ink); }
.brand-mark svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.brand-mark circle { fill: var(--lime); stroke: var(--ink); }
.desktop-nav { display: flex; align-items: center; gap: 34px; color: #4f534c; font-size: 14px; font-weight: 600; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: var(--ink); transition: right .2s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-cta { justify-self: end; border: 1px solid #a9aaa4; border-radius: 999px; padding: 11px 17px; font-size: 13px; font-weight: 700; transition: .2s ease; }
.header-cta:hover { background: var(--ink); color: white; border-color: var(--ink); transform: translateY(-1px); }
.menu-button { display: none; border: 0; background: transparent; padding: 10px; }
.menu-button span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 5px; }

.hero {
  width: min(1240px, calc(100% - 48px)); min-height: 650px; margin: 0 auto;
  display: grid; grid-template-columns: 1.03fr .97fr; align-items: center;
  gap: 48px; padding: 64px 0 78px; position: relative;
}
.hero::before { content: ""; position: absolute; width: 410px; height: 410px; left: -300px; top: 40px; border: 1px solid #dad9d1; border-radius: 50%; }
.hero-copy { position: relative; z-index: 2; padding-left: 10px; }
.eyebrow { display: flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: 1.7px; font-size: 11px; font-weight: 800; color: #5a5f57; }
.eyebrow > span:not(.live-dot) { color: var(--peach); }
.live-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--peach); box-shadow: 0 0 0 5px rgba(255,132,107,.13); }
.hero h1 { max-width: 690px; margin: 24px 0; font: 600 clamp(51px, 5.4vw, 78px)/.98 var(--display); letter-spacing: -4.6px; }
.hero h1 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -3px; position: relative; z-index: 1; }
.hero h1 em::after { content: ""; position: absolute; height: 17px; left: -4px; right: -7px; bottom: 4px; background: var(--lime); border-radius: 50%; transform: rotate(-1.5deg); z-index: -1; }
.hero-lede { max-width: 560px; margin: 0; font-size: 18px; line-height: 1.65; color: var(--muted); }
.hero-proof { display: flex; gap: 38px; margin-top: 42px; }
.proof-item { display: flex; align-items: center; gap: 11px; }
.proof-icon { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid #c8c9c1; border-radius: 50%; font-weight: 800; font-size: 14px; }
.proof-item > span:last-child { display: flex; flex-direction: column; }
.proof-item strong { font-size: 13px; }
.proof-item small { color: #858880; font-size: 11px; margin-top: 2px; }

.compare-card-wrap { position: relative; display: grid; place-items: center; min-height: 560px; }
.orbit { position: absolute; border: 1px solid #d6d5cd; border-radius: 50%; pointer-events: none; }
.orbit::after { content: ""; position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--peach); }
.orbit-one { width: 625px; height: 625px; transform: rotate(14deg); }
.orbit-one::after { top: 95px; left: 74px; }
.orbit-two { width: 500px; height: 500px; transform: rotate(-25deg); }
.orbit-two::after { bottom: 56px; right: 91px; background: var(--lime-dark); }
.compare-card { width: min(100%, 490px); padding: 29px 31px 25px; border: 1px solid #cacbc3; border-radius: var(--radius-lg); background: rgba(255,254,250,.93); box-shadow: var(--shadow); backdrop-filter: blur(12px); position: relative; z-index: 2; }
.card-heading { display: flex; gap: 15px; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid var(--line); }
.step-number { display: grid; place-items: center; flex: 0 0 auto; width: 41px; height: 41px; border-radius: 50%; background: var(--ink); color: white; font: 700 11px/1 var(--display); }
.overline { margin: 0 0 5px; text-transform: uppercase; letter-spacing: 1.4px; color: #858880; font-size: 9px; font-weight: 800; }
.card-heading h2 { margin: 0; font: 700 21px/1.2 var(--display); letter-spacing: -.6px; }
.field-label { display: block; margin: 0 0 8px; color: #595d56; font-size: 11px; font-weight: 700; }
.select-wrap { position: relative; margin-bottom: 20px; }
.select-wrap select { width: 100%; height: 58px; appearance: none; border: 1px solid #bfc1b8; border-radius: 13px; background: var(--white); padding: 0 48px 0 50px; color: var(--ink); font-weight: 700; outline: none; cursor: pointer; }
.select-wrap select:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(216,255,95,.45); }
.selected-flag { position: absolute; z-index: 1; left: 16px; top: 50%; transform: translateY(-50%); font-size: 19px; }
.select-chevron { position: absolute; right: 17px; top: 50%; transform: translateY(-50%); width: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; pointer-events: none; }
.usage-heading { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.usage-heading output { color: var(--green); font-size: 12px; font-weight: 800; }
.range { --value: 28%; width: 100%; height: 4px; margin: 8px 0 4px; appearance: none; border: 0; border-radius: 99px; outline: 0; background: linear-gradient(to right, var(--green) var(--value), #dedfd7 var(--value)); }
.range::-webkit-slider-thumb { appearance: none; width: 17px; height: 17px; border-radius: 50%; border: 4px solid var(--white); background: var(--green); box-shadow: 0 0 0 1px var(--green), 0 2px 5px rgba(0,0,0,.2); cursor: grab; }
.range::-moz-range-thumb { width: 10px; height: 10px; border-radius: 50%; border: 4px solid var(--white); background: var(--green); box-shadow: 0 0 0 1px var(--green); cursor: grab; }
.range-labels { display: flex; justify-content: space-between; color: #999b94; font-size: 9px; }
.solar-toggle { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin-top: 20px; padding: 13px 14px; border-radius: 13px; background: #f0efe9; cursor: pointer; }
.solar-toggle > span:first-child { display: flex; align-items: center; gap: 10px; }
.solar-toggle svg { width: 25px; fill: none; stroke: #686c65; stroke-width: 1.6; }
.solar-toggle strong, .solar-toggle small { display: block; }
.solar-toggle strong { font-size: 11px; }
.solar-toggle small { margin-top: 2px; font-size: 9px; color: #898c84; }
.solar-toggle input { position: absolute; opacity: 0; pointer-events: none; }
.toggle-control { width: 39px; height: 22px; padding: 3px; flex: 0 0 auto; border-radius: 999px; background: #c9cbc4; transition: .2s ease; }
.toggle-control::after { content: ""; display: block; width: 16px; height: 16px; border-radius: 50%; background: white; box-shadow: 0 1px 4px rgba(0,0,0,.2); transition: transform .2s ease; }
.solar-toggle input:checked + .toggle-control { background: var(--green); }
.solar-toggle input:checked + .toggle-control::after { transform: translateX(17px); }
.export-field { margin-top: 16px; animation: slideDown .24s ease both; }
@keyframes slideDown { from { opacity: 0; transform: translateY(-8px); } }
.primary-button { width: 100%; min-height: 57px; margin-top: 21px; border: 0; border-radius: 999px; background: var(--lime); padding: 10px 12px 10px 24px; display: flex; align-items: center; justify-content: space-between; color: var(--ink); font-size: 13px; font-weight: 800; cursor: pointer; transition: .22s ease; }
.primary-button:hover { background: var(--lime-dark); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(92,111,35,.16); }
.button-arrow { width: 37px; height: 37px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: white; font-size: 17px; }
.form-note { margin: 12px 0 0; text-align: center; color: #8d9088; font-size: 9px; }
.form-note span { color: #65a765; font-size: 7px; margin-right: 4px; }

.trust-bar { min-height: 83px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); width: 100%; padding: 0 max(24px, calc((100% - 1200px)/2)); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.trust-bar > p { margin: 0; font: italic 15px/1 Georgia, serif; color: #6e716b; }
.trust-items { display: flex; gap: 34px; }
.trust-items span { display: flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 700; color: #686c65; }
.trust-items svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.5; }

.sponsor-section { padding: 52px 24px; border-bottom: 1px solid var(--line); background: linear-gradient(110deg, #f3f8f8 0%, #fff8eb 100%); }
.sponsor-inner { position: relative; width: min(1200px, 100%); min-height: 300px; margin: 0 auto; display: grid; grid-template-columns: 230px minmax(0, 1fr); align-items: center; gap: 42px; overflow: hidden; border: 1px solid #d5dedc; border-radius: 25px; background: rgba(255,255,255,.88); padding: 42px 170px 42px 38px; box-shadow: 0 18px 48px rgba(25,67,77,.08); }
.sponsor-inner::before { content: ""; position: absolute; width: 330px; height: 330px; right: -165px; top: -150px; border-radius: 50%; border: 1px solid rgba(0,121,180,.13); box-shadow: 0 0 0 52px rgba(255,151,0,.035), 0 0 0 103px rgba(0,121,180,.025); }
.sponsor-badge { position: absolute; top: 18px; right: 21px; display: flex; align-items: center; gap: 7px; border: 1px solid #d9dedb; border-radius: 999px; background: #fff; padding: 7px 11px; color: #69716c; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }
.sponsor-badge span { color: #f6930c; font-size: 11px; }
.sponsor-logo { width: 215px; height: 215px; display: grid; place-items: center; border-radius: 19px; background: #fff; box-shadow: inset 0 0 0 1px #e4e8e6, 0 12px 34px rgba(0,96,145,.08); transition: transform .2s ease, box-shadow .2s ease; }
.sponsor-logo:hover { transform: translateY(-3px); box-shadow: inset 0 0 0 1px #d5dedb, 0 18px 39px rgba(0,96,145,.13); }
.sponsor-logo img { display: block; width: 190px; height: 190px; object-fit: contain; }
.sponsor-copy { position: relative; z-index: 2; min-width: 0; }
.sponsor-overline { margin: 0 0 10px; color: #0075ad; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.4px; }
.sponsor-copy h2 { max-width: 650px; margin: 0; font: 650 clamp(29px, 3.2vw, 42px)/1.07 var(--display); letter-spacing: -2px; }
.sponsor-copy h2 em { color: #e98208; font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.sponsor-copy > p:not(.sponsor-overline) { max-width: 700px; margin: 15px 0 17px; color: #65706b; font-size: 12px; line-height: 1.65; }
.sponsor-services { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.sponsor-services span { border-radius: 999px; background: #eaf5f8; padding: 7px 10px; color: #17647f; font-size: 8px; font-weight: 800; }
.sponsor-cta { display: inline-flex; align-items: center; gap: 10px; border-radius: 999px; background: #006fa8; padding: 12px 17px; color: white; font-size: 10px; font-weight: 800; transition: .2s ease; }
.sponsor-cta:hover { background: #ec8707; transform: translateY(-2px); }
.sponsor-sun { position: absolute; right: -35px; bottom: -50px; width: 180px; height: 180px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(145deg, #ff9b0b, #ffd257); color: white; opacity: .9; }
.sponsor-sun span { font-size: 67px; transform: translate(-20px, -17px); }

.results-section { background: #f0eee7; padding: 80px 24px 90px; border-bottom: 1px solid var(--line); }
.results-inner { width: min(1200px, 100%); margin: 0 auto; }
.demo-notice { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; margin-bottom: 38px; padding: 12px 16px; border: 1px solid #e6d49e; border-radius: 12px; background: #fff8dc; color: #665a34; font-size: 11px; }
.demo-notice > span { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; background: #f0ce63; color: #4e441f; font-weight: 800; }
.demo-notice p { margin: 0; }
.demo-notice button { border: 0; border-bottom: 1px solid currentColor; background: none; padding: 0; cursor: pointer; font-weight: 800; font-size: 10px; }
.results-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.results-heading h2 { margin: 16px 0 9px; font: 700 clamp(35px, 4vw, 52px)/1.1 var(--display); letter-spacing: -2.5px; }
.results-heading h2 > span:first-child { font-size: .8em; }
.results-heading p { margin: 0; color: var(--muted); font-size: 13px; }
.market-benchmark { min-width: 210px; text-align: right; }
.market-benchmark span, .market-benchmark small { display: block; color: #898c84; font-size: 9px; text-transform: uppercase; letter-spacing: 1px; }
.market-benchmark strong { display: block; margin: 5px 0 3px; font: 700 23px/1 var(--display); }
.live-price-panel { position: relative; display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: 30px; margin-top: 38px; border-radius: 21px; overflow: hidden; background: #20251f; color: #fff; box-shadow: 0 22px 52px rgba(24,30,23,.12); }
.live-price-main { padding: 28px 0 27px 29px; }
.live-price-kicker { display: flex; align-items: center; gap: 8px; color: #c2c9be; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(214,255,89,.11); animation: livePulse 2.2s ease-in-out infinite; }
@keyframes livePulse { 50% { box-shadow: 0 0 0 8px rgba(214,255,89,0); } }
.live-price-main h3 { margin: 20px 0 17px; font: 650 18px/1.2 var(--display); letter-spacing: -.5px; }
.live-price-value { display: flex; align-items: baseline; gap: 7px; }
.live-price-value strong { font: 700 53px/.9 var(--display); letter-spacing: -3px; }
.live-price-value span { color: var(--lime); font-size: 12px; font-weight: 800; }
.live-price-main p { margin: 15px 0 0; color: #a9b1a5; font-size: 9px; line-height: 1.5; }
.live-price-chart-wrap { min-width: 0; padding: 22px 28px 19px 0; }
.live-price-stats { display: flex; justify-content: flex-end; gap: 32px; }
.live-price-stats span { min-width: 72px; }
.live-price-stats small { display: block; color: #8f998b; font-size: 8px; text-transform: uppercase; letter-spacing: .7px; }
.live-price-stats strong { display: block; margin-top: 5px; font: 650 14px/1 var(--display); }
.live-price-chart { display: block; width: 100%; height: 126px; margin-top: -5px; overflow: visible; }
.live-chart-area { fill: url(#price-area-gradient); }
.live-chart-line { fill: none; stroke: var(--lime); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.live-chart-marker { stroke: rgba(255,255,255,.28); stroke-width: 1; stroke-dasharray: 4 4; }
.live-chart-dot { fill: var(--lime); stroke: #20251f; stroke-width: 3; }
.live-chart-axis { display: flex; justify-content: space-between; margin-top: -11px; color: #70796d; font-size: 8px; }
.live-price-source { margin: 10px 0 0; color: #858e81; font-size: 8px; text-align: right; }
.live-price-source a { color: #bec7ba; border-bottom: 1px solid rgba(190,199,186,.38); }
.live-price-error { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr auto; gap: 5px 20px; align-items: center; padding: 25px 29px; background: #2d332b; }
.live-price-error strong { font-size: 13px; }
.live-price-error span { color: #aab1a7; font-size: 9px; }
.live-price-error button { grid-column: 2; grid-row: 1 / 3; border: 1px solid #7a8476; border-radius: 999px; background: transparent; padding: 9px 15px; color: #fff; font-size: 9px; font-weight: 800; cursor: pointer; }
.live-price-panel.has-error .live-price-main, .live-price-panel.has-error .live-price-chart-wrap { display: none; }
.wholesale-note { margin: 10px 4px 0; color: #7c8078; font-size: 9px; line-height: 1.5; }
.wholesale-note strong { color: #555a52; }
.results-toolbar { display: flex; align-items: center; justify-content: space-between; margin: 39px 0 24px; border-bottom: 1px solid #d3d3cb; }
.result-tabs { display: flex; gap: 28px; }
.tab-button { display: flex; align-items: center; gap: 8px; position: relative; border: 0; background: none; padding: 0 2px 16px; color: #81847e; font-size: 12px; font-weight: 800; cursor: pointer; }
.tab-button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.tab-button::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -1px; background: var(--ink); transition: .2s ease; }
.tab-button.is-active { color: var(--ink); }
.tab-button.is-active::after { right: 0; }
.sort-control { display: flex; align-items: center; gap: 9px; padding-bottom: 13px; }
.sort-control span { color: #8d8f88; font-size: 10px; }
.sort-control select { border: 0; background: transparent; font-size: 10px; font-weight: 800; outline: none; }
.solar-prompt { display: flex; align-items: center; gap: 13px; margin: -4px 0 22px; border-radius: 13px; background: #fff8d9; padding: 12px 15px; }
.solar-prompt-icon { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--sun); }
.solar-prompt div:nth-child(2) { display: flex; flex-direction: column; gap: 2px; font-size: 11px; }
.solar-prompt span { color: #85806d; font-size: 9px; }
.solar-prompt button { margin-left: auto; border: 0; border-bottom: 1px solid; background: none; font-size: 9px; font-weight: 800; cursor: pointer; }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.plan-grid.count-1 { grid-template-columns: minmax(0, 390px); }
.plan-grid.count-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 800px; }
.plan-card { position: relative; min-width: 0; display: flex; flex-direction: column; border: 1px solid #d3d3ca; border-radius: 19px; background: var(--white); overflow: hidden; transition: .22s ease; }
.plan-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(32,35,31,.09); border-color: #b3b5ac; }
.plan-card.is-best { border-color: var(--green); box-shadow: inset 0 0 0 1px var(--green); }
.best-ribbon { position: absolute; top: 0; right: 20px; background: var(--green); color: white; padding: 7px 11px 8px; border-radius: 0 0 9px 9px; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .9px; }
.plan-card-top { padding: 24px 23px 18px; }
.provider-row { display: flex; align-items: center; gap: 11px; padding-right: 74px; }
.provider-logo { display: grid; place-items: center; width: 37px; height: 37px; flex: 0 0 auto; border-radius: 11px; font: 800 13px/1 var(--display); background: var(--logo-bg, var(--green-soft)); color: var(--logo-color, var(--green)); }
.provider-row span:last-child { min-width: 0; }
.provider-row strong { display: block; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.provider-row small { display: block; margin-top: 2px; color: #95978f; font-size: 8px; }
.plan-name { margin: 21px 0 4px; font: 700 18px/1.2 var(--display); letter-spacing: -.5px; }
.plan-type { color: #8e9189; font-size: 9px; }
.price-block { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-top: 24px; }
.price-block span:first-child > small { display: block; margin-bottom: 5px; text-transform: uppercase; letter-spacing: .8px; color: #92958e; font-size: 8px; }
.price-block strong { font: 700 28px/1 var(--display); letter-spacing: -1.2px; }
.official-price strong { font-size: 24px; letter-spacing: -1px; }
.price-block strong small { font: 600 10px/1 var(--sans); letter-spacing: 0; color: #6f736c; }
.estimate-block { text-align: right; }
.estimate-block small { display: block; color: #92958e; font-size: 8px; }
.estimate-block b { display: block; margin-top: 4px; font-size: 12px; }
.savings-line { margin-top: 10px; padding: 6px 8px; border-radius: 7px; background: #edf5e4; color: #527135; font-size: 9px; font-weight: 700; }
.plan-features { list-style: none; margin: 0; padding: 18px 23px; border-top: 1px solid #e6e5df; display: grid; gap: 10px; }
.plan-features li { display: flex; justify-content: space-between; gap: 12px; font-size: 9px; }
.plan-features span { color: #8a8d85; }
.plan-features b { text-align: right; font-weight: 700; }
.availability-meter { display: inline-flex; align-items: center; gap: 6px; }
.availability-meter i { display: inline-block; width: 42px; height: 4px; border-radius: 99px; background: linear-gradient(to right, var(--green) var(--meter), #dcddd5 var(--meter)); }
.verified-status { display: inline-flex; align-items: center; gap: 6px; color: var(--green); }
.verified-status i { width: 6px; height: 6px; border-radius: 50%; background: #67a667; box-shadow: 0 0 0 3px rgba(103,166,103,.13); }
.plan-cta { margin: auto 23px 22px; min-height: 43px; border: 1px solid #afb1a9; border-radius: 999px; display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 10px; font-weight: 800; transition: .2s ease; }
.is-best .plan-cta { background: var(--ink); color: white; border-color: var(--ink); }
.plan-cta:hover { background: var(--lime); color: var(--ink); border-color: var(--ink); }
.source-row { display: flex; justify-content: space-between; gap: 28px; margin-top: 26px; padding: 20px 22px; border-radius: 13px; background: #e3e1da; font-size: 9px; }
.source-row > div { display: flex; align-items: center; gap: 10px; color: #6d7069; }
.source-row svg { width: 21px; fill: none; stroke: var(--green); stroke-width: 1.5; }
.source-row a { font-weight: 800; display: flex; align-items: center; gap: 8px; }

.how-section { width: min(1200px, calc(100% - 48px)); margin: 0 auto; padding: 112px 0 125px; }
.section-intro { display: grid; grid-template-columns: .65fr 1.3fr .85fr; align-items: end; gap: 44px; margin-bottom: 53px; }
.section-intro h2 { margin: 0; font: 600 clamp(36px, 4vw, 52px)/1.1 var(--display); letter-spacing: -2.7px; }
.section-intro > p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.step-card { min-height: 345px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); position: relative; overflow: hidden; }
.step-card.featured-step { background: var(--green); color: white; border-color: var(--green); transform: translateY(-12px); }
.step-index { position: absolute; top: 22px; right: 22px; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; border: 1px solid #c8cac1; color: #7d8078; font-size: 8px; font-weight: 800; }
.featured-step .step-index { border-color: rgba(255,255,255,.3); color: rgba(255,255,255,.7); }
.step-visual { width: 100%; height: 165px; display: grid; place-items: center; }
.globe-visual { width: 125px; height: 125px; margin: 20px auto; border: 1px solid #aeb3a9; border-radius: 50%; position: relative; background: repeating-radial-gradient(ellipse at center, transparent 0 16px, rgba(24,62,52,.06) 17px 18px); }
.globe-visual::before, .globe-visual::after { content: ""; position: absolute; left: 8px; right: 8px; top: 50%; border-top: 1px solid #aeb3a9; }
.globe-visual::after { left: 50%; right: auto; top: 8px; bottom: 8px; border-top: 0; border-left: 1px solid #aeb3a9; }
.globe-visual span { position: relative; z-index: 1; padding: 6px 8px; border-radius: 6px; background: var(--lime); font: 800 12px/1 var(--display); }
.bars-visual { align-items: end; grid-template-columns: repeat(4, 24px); gap: 11px; height: 140px; margin: 13px auto 32px; }
.bars-visual i { display: block; height: 45%; border-radius: 6px 6px 2px 2px; background: rgba(255,255,255,.18); }
.bars-visual i:nth-child(2) { height: 72%; }
.bars-visual i:nth-child(3) { height: 53%; background: var(--lime); }
.bars-visual i:nth-child(4) { height: 92%; }
.sun-visual { margin: 14px auto 31px; font-size: 93px; color: var(--sun); text-shadow: 0 0 0 #f7df89; }
.step-card h3 { margin: 0 0 10px; font: 700 18px/1.2 var(--display); }
.step-card p { margin: 0; color: #81847c; font-size: 10px; line-height: 1.65; }
.featured-step p { color: rgba(255,255,255,.62); }

.brand-showcase {
  width: min(1200px, calc(100% - 48px)); margin: 0 auto 112px; display: grid;
  grid-template-columns: .78fr 1.22fr; align-items: center; gap: clamp(34px, 5vw, 72px);
  border-radius: 30px; overflow: hidden; background: var(--ink); padding: clamp(30px, 5vw, 62px);
  color: white; box-shadow: 0 30px 80px rgba(24,30,23,.16);
}
.brand-showcase-copy .eyebrow { color: rgba(255,255,255,.58); }
.brand-showcase-copy h2 { margin: 22px 0 19px; font: 650 clamp(38px, 4.3vw, 58px)/1.02 var(--display); letter-spacing: -3px; }
.brand-showcase-copy h2 em { color: var(--lime); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.brand-showcase-copy > p { max-width: 500px; margin: 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.75; }
.showcase-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 30px 0; }
.showcase-metrics span { min-width: 0; border-top: 1px solid rgba(255,255,255,.16); padding-top: 14px; }
.showcase-metrics strong, .showcase-metrics small { display: block; }
.showcase-metrics strong { color: var(--lime); font: 700 23px/1 var(--display); }
.showcase-metrics small { margin-top: 6px; color: rgba(255,255,255,.43); font-size: 8px; line-height: 1.35; text-transform: uppercase; letter-spacing: .6px; }
.showcase-link { display: inline-flex; align-items: center; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.4); padding-bottom: 7px; color: white; font-size: 10px; font-weight: 800; }
.showcase-link:hover { color: var(--lime); border-color: var(--lime); }
.brand-showcase-visual { min-width: 0; margin: 0; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; overflow: hidden; background: #f7f5ef; box-shadow: 0 24px 60px rgba(0,0,0,.25); }
.brand-showcase-visual img { display: block; width: 100%; height: auto; aspect-ratio: 1.92 / 1; object-fit: cover; }
.brand-showcase-visual figcaption { padding: 11px 15px; background: #f7f5ef; color: #72766e; font-size: 8px; font-weight: 700; letter-spacing: .7px; text-transform: uppercase; }

.coverage-section { min-height: 570px; display: grid; grid-template-columns: .8fr 1.2fr; background: #e5e3dc; }
.coverage-copy { padding: 98px max(36px, calc((100vw - 1200px)/2)); padding-right: 50px; display: flex; flex-direction: column; justify-content: center; }
.coverage-copy h2 { margin: 21px 0; font: 600 clamp(38px, 4.6vw, 60px)/1.04 var(--display); letter-spacing: -3.4px; }
.coverage-copy > p { max-width: 510px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.text-button { width: max-content; margin-top: 28px; padding: 0 0 7px; border: 0; border-bottom: 1px solid var(--ink); background: none; font-size: 11px; font-weight: 800; cursor: pointer; }
.text-button span { margin-left: 30px; }
.country-cloud { padding: 65px max(35px, calc((100vw - 1200px)/2)) 65px 45px; display: grid; grid-template-columns: repeat(3, 1fr); align-content: center; gap: 10px; background: var(--green); position: relative; }
.country-cloud::before { content: "EU\A 27"; white-space: pre; position: absolute; right: 33px; bottom: 22px; color: rgba(255,255,255,.035); font: 800 150px/.65 var(--display); text-align: right; }
.country-pill { position: relative; z-index: 1; display: flex; align-items: center; gap: 9px; min-width: 0; padding: 10px 11px; border: 1px solid rgba(255,255,255,.13); border-radius: 9px; color: rgba(255,255,255,.78); font-size: 9px; cursor: pointer; background: rgba(255,255,255,.025); transition: .18s ease; }
.country-pill span:first-child { font-size: 15px; }
.country-pill:hover { color: white; border-color: var(--lime); background: rgba(216,255,95,.09); transform: translateY(-1px); }

.method-section { width: min(1200px, calc(100% - 48px)); margin: 0 auto; min-height: 330px; display: grid; grid-template-columns: .65fr 1.25fr .7fr; align-items: center; gap: 42px; }
.method-kicker { margin: 0; font: italic 20px/1.2 Georgia, serif; color: #777a73; }
.method-section h2 { margin: 0 0 17px; max-width: 600px; font: 600 32px/1.2 var(--display); letter-spacing: -1.5px; }
.method-section div p { max-width: 660px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.75; }
.outline-button { justify-self: end; border: 1px solid #aeb0a8; border-radius: 999px; background: transparent; padding: 13px 18px; font-size: 10px; font-weight: 800; cursor: pointer; transition: .2s ease; }
.outline-button:hover { border-color: var(--ink); background: var(--ink); color: white; }

.site-footer { background: #1f221f; color: white; padding: 67px max(24px, calc((100% - 1200px)/2)) 25px; }
.footer-top { min-height: 180px; display: grid; grid-template-columns: .6fr .7fr 1.3fr; gap: 50px; align-items: start; }
.footer-brand .brand-mark { color: white; }
.footer-brand .brand-mark circle { stroke: white; }
.footer-top > p { margin: 3px 0 0; color: rgba(255,255,255,.55); font: italic 18px/1.4 Georgia, serif; }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 50px; }
.footer-links-expanded { grid-template-columns: repeat(3, 1fr); gap: 34px; }
.footer-links > div { display: flex; flex-direction: column; gap: 10px; }
.footer-links strong { margin-bottom: 4px; color: white; font-size: 9px; text-transform: uppercase; letter-spacing: 1.2px; }
.footer-links a { color: rgba(255,255,255,.5); font-size: 10px; transition: .18s ease; }
.footer-links a:hover { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.37); font-size: 8px; }

.method-dialog { width: min(580px, calc(100% - 32px)); max-height: calc(100vh - 40px); border: 0; border-radius: 23px; padding: 35px; background: var(--white); color: var(--ink); box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.method-dialog::backdrop { background: rgba(17,25,21,.62); backdrop-filter: blur(5px); }
.dialog-close { position: absolute; right: 19px; top: 17px; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; font-size: 22px; }
.dialog-icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 22px; border-radius: 50%; background: var(--lime); font-weight: 800; }
.method-dialog h2 { margin: 7px 0 13px; font: 700 29px/1.15 var(--display); letter-spacing: -1.3px; }
.method-dialog > p:not(.overline):not(.dialog-warning) { color: var(--muted); font-size: 12px; line-height: 1.7; }
.method-dialog ol { list-style: none; margin: 24px 0; padding: 0; display: grid; gap: 10px; }
.method-dialog li { display: flex; gap: 12px; padding: 13px; border-radius: 11px; background: #f2f1eb; }
.method-dialog li > span { width: 25px; height: 25px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-size: 9px; }
.method-dialog li strong { font-size: 11px; }
.method-dialog li p { margin: 3px 0 0; color: var(--muted); font-size: 9px; }
.dialog-warning { padding: 12px 13px; border-left: 3px solid var(--sun); background: #fff8dc; font-size: 10px; line-height: 1.6; }
.method-dialog .primary-button { justify-content: center; min-height: 48px; }

.app-install-banner {
  position: fixed; z-index: 100; left: 50%; bottom: max(16px, env(safe-area-inset-bottom));
  width: min(560px, calc(100% - 28px)); transform: translateX(-50%);
  display: grid; grid-template-columns: 48px 1fr auto auto; align-items: center; gap: 13px;
  padding: 12px 12px 12px 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px;
  background: rgba(31,34,31,.97); color: white; box-shadow: 0 22px 60px rgba(21,27,22,.32);
  backdrop-filter: blur(16px); animation: installBannerIn .35s ease both;
}
.app-install-banner img { border-radius: 12px; }
.app-install-copy { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.app-install-copy strong { font: 700 13px/1.2 var(--display); }
.app-install-copy span { color: rgba(255,255,255,.62); font-size: 9px; line-height: 1.4; }
.app-install-action { border: 0; border-radius: 999px; background: var(--lime); padding: 10px 14px; color: var(--ink); font-size: 10px; font-weight: 800; cursor: pointer; white-space: nowrap; }
.app-install-close { width: 30px; height: 30px; border: 0; border-radius: 50%; background: rgba(255,255,255,.08); color: rgba(255,255,255,.72); font-size: 20px; line-height: 1; cursor: pointer; }
@keyframes installBannerIn { from { opacity: 0; transform: translate(-50%, 16px); } }

@media (display-mode: standalone) {
  body { padding-top: env(safe-area-inset-top); }
  .site-footer { padding-bottom: max(25px, env(safe-area-inset-bottom)); }
}

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: block; }
  .site-header.is-menu-open .desktop-nav {
    position: absolute; top: 68px; right: 0; display: flex; flex-direction: column;
    align-items: flex-start; gap: 7px; width: 210px; padding: 14px;
    border: 1px solid var(--line); border-radius: 14px; background: var(--white);
    box-shadow: 0 18px 45px rgba(32,35,31,.14);
  }
  .site-header.is-menu-open .desktop-nav a { width: 100%; padding: 10px; border-radius: 8px; }
  .site-header.is-menu-open .desktop-nav a:hover { background: #f0efe9; }
  .site-header.is-menu-open .menu-button span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .site-header.is-menu-open .menu-button span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .menu-button span { transition: transform .2s ease; }
  .hero { grid-template-columns: 1fr; gap: 24px; padding-top: 68px; }
  .hero-copy { text-align: center; padding: 0; }
  .hero-lede { margin-inline: auto; }
  .hero-proof { justify-content: center; }
  .compare-card-wrap { margin-top: 15px; }
  .trust-bar { flex-direction: column; justify-content: center; padding-block: 22px; }
  .section-intro { grid-template-columns: 1fr 1.7fr; }
  .section-intro > p { grid-column: 2; }
  .coverage-section { grid-template-columns: 1fr; }
  .coverage-copy { padding: 80px 8vw; }
  .country-cloud { min-height: 440px; padding: 55px 8vw; }
  .method-section { grid-template-columns: .5fr 1.5fr; padding: 60px 0; }
  .outline-button { grid-column: 2; justify-self: start; }
}

@media (max-width: 760px) {
  .site-header, .hero, .how-section, .method-section { width: min(100% - 32px, 620px); }
  .site-header { height: 72px; }
  .hero { padding: 48px 0 58px; }
  .hero h1 { font-size: clamp(43px, 12vw, 62px); letter-spacing: -3.3px; }
  .hero-lede { font-size: 15px; }
  .hero-proof { gap: 20px; flex-wrap: wrap; }
  .compare-card-wrap { min-height: auto; }
  .orbit { display: none; }
  .compare-card { padding: 23px 19px 21px; }
  .trust-items { gap: 15px; flex-wrap: wrap; justify-content: center; }
  .sponsor-section { padding: 35px 16px; }
  .sponsor-inner { grid-template-columns: 1fr; gap: 24px; padding: 56px 22px 30px; }
  .sponsor-logo { width: 160px; height: 160px; }
  .sponsor-logo img { width: 145px; height: 145px; }
  .sponsor-copy h2 { font-size: 31px; letter-spacing: -1.5px; }
  .sponsor-copy > p:not(.sponsor-overline) { font-size: 11px; }
  .sponsor-sun { width: 110px; height: 110px; right: -42px; bottom: -45px; }
  .sponsor-sun span { font-size: 40px; transform: translate(-13px, -12px); }
  .results-section { padding: 58px 16px 65px; }
  .demo-notice { grid-template-columns: auto 1fr; }
  .demo-notice button { grid-column: 2; justify-self: start; }
  .results-heading { align-items: start; flex-direction: column; }
  .market-benchmark { text-align: left; }
  .live-price-panel { grid-template-columns: 1fr; gap: 0; }
  .live-price-main { padding: 25px 24px 4px; }
  .live-price-chart-wrap { padding: 17px 20px 19px; }
  .live-price-stats { justify-content: space-between; gap: 12px; }
  .live-price-value strong { font-size: 48px; }
  .live-price-error { grid-template-columns: 1fr; }
  .live-price-error button { grid-column: auto; grid-row: auto; justify-self: start; margin-top: 8px; }
  .results-toolbar { align-items: stretch; flex-direction: column; border-bottom: 0; gap: 16px; }
  .result-tabs { border-bottom: 1px solid #d3d3cb; }
  .sort-control { width: 100%; justify-content: space-between; padding: 10px 12px; border: 1px solid #d3d3cb; border-radius: 10px; background: var(--white); }
  .plan-grid { grid-template-columns: 1fr; }
  .plan-grid.count-1, .plan-grid.count-2 { grid-template-columns: 1fr; max-width: none; }
  .source-row { flex-direction: column; }
  .how-section { padding: 80px 0; }
  .section-intro { grid-template-columns: 1fr; gap: 17px; }
  .section-intro > p { grid-column: auto; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card.featured-step { transform: none; }
  .brand-showcase { width: min(100% - 32px, 620px); grid-template-columns: 1fr; margin-bottom: 80px; padding: 27px; }
  .brand-showcase-visual { grid-row: 1; transform: none; }
  .brand-showcase-copy h2 { font-size: 39px; letter-spacing: -2px; }
  .coverage-copy { padding: 68px 24px; }
  .country-cloud { grid-template-columns: repeat(2, 1fr); padding: 45px 24px; }
  .method-section { grid-template-columns: 1fr; gap: 22px; padding: 70px 0; }
  .outline-button { grid-column: auto; justify-self: start; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .app-install-banner { grid-template-columns: 43px 1fr auto; gap: 10px; padding: 11px; }
  .app-install-banner img { width: 43px; height: 43px; }
  .app-install-action { grid-column: 2; justify-self: start; padding: 8px 12px; }
  .app-install-close { grid-column: 3; grid-row: 1 / 3; }
}
@media (max-width: 430px) {
  .hero h1 { font-size: 43px; }
  .hero-proof { justify-content: flex-start; text-align: left; }
  .proof-item { width: 100%; }
  .results-heading h2 { font-size: 34px; letter-spacing: -1.8px; }
  .tab-button { font-size: 10px; }
  .country-cloud { grid-template-columns: 1fr 1fr; gap: 7px; }
  .country-pill { font-size: 8px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-links { grid-column: auto; }
  .method-dialog { padding: 29px 21px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Information, legal and editorial pages */
.information-page { min-height: 100vh; background: var(--paper); }
.information-header {
  width: min(1120px, calc(100% - 48px)); min-height: 86px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 30px;
  border-bottom: 1px solid var(--line);
}
.information-header .brand-mark {
  border: 1px solid var(--ink); border-radius: 50%; background: var(--lime);
  font-size: 16px;
}
.information-header nav { display: flex; align-items: center; gap: 24px; color: #5f635c; font-size: 12px; font-weight: 700; }
.information-header nav a:hover { color: var(--ink); }
.information-header .information-cta { border: 1px solid #a9aaa4; border-radius: 999px; padding: 10px 15px; color: var(--ink); }
.information-header .information-cta:hover { border-color: var(--ink); background: var(--ink); color: #fff; }
.information-main { width: min(1120px, calc(100% - 48px)); margin: 0 auto; padding: 82px 0 100px; }
.compact-information-main { min-height: calc(100vh - 172px); }
.information-hero { max-width: 890px; margin-bottom: 52px; }
.information-kicker { margin: 0 0 19px; color: #676c63; font-size: 10px; font-weight: 800; letter-spacing: 1.6px; text-transform: uppercase; }
.information-hero h1, .not-found h1 { margin: 0; font: 650 clamp(45px, 6.5vw, 78px)/1 var(--display); letter-spacing: -4px; }
.information-lede { max-width: 780px; margin: 25px 0 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.information-layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 28px; align-items: start; }
.prose-card { border: 1px solid var(--line); border-radius: 24px; background: var(--white); padding: clamp(28px, 5vw, 58px); box-shadow: 0 18px 50px rgba(32,35,31,.05); }
.prose-card-wide { max-width: 900px; }
.prose-card h2 { margin: 42px 0 13px; font: 700 25px/1.2 var(--display); letter-spacing: -1px; }
.prose-card h2:first-child { margin-top: 0; }
.prose-card p, .prose-card li { color: #62675f; font-size: 14px; line-height: 1.85; }
.prose-card a { color: #245c4e; border-bottom: 1px solid #8aab9f; font-weight: 700; }
.prose-card code { border-radius: 5px; background: #ecebe5; padding: 2px 5px; color: #39423c; }
.information-aside { display: grid; gap: 14px; }
.aside-card { border-radius: 18px; background: var(--green); padding: 25px; color: white; }
.aside-card:nth-child(2) { background: var(--lime); color: var(--ink); }
.aside-card:nth-child(3) { background: #e8e4d8; color: var(--ink); }
.aside-card > span { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid currentColor; border-radius: 50%; font-size: 8px; font-weight: 800; opacity: .7; }
.aside-card h2 { margin: 36px 0 8px; font: 700 18px/1.25 var(--display); }
.aside-card p { margin: 0; color: inherit; font-size: 11px; line-height: 1.65; opacity: .72; }
.information-footer {
  min-height: 86px; padding: 22px max(24px, calc((100% - 1120px)/2)); display: flex;
  align-items: center; justify-content: space-between; gap: 30px; background: var(--ink); color: rgba(255,255,255,.55); font-size: 10px;
}
.information-footer nav { display: flex; flex-wrap: wrap; gap: 20px; }
.information-footer a:hover { color: var(--lime); }
.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 17px; }
.contact-card { min-height: 245px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid var(--line); border-radius: 22px; background: var(--white); padding: 30px; }
.contact-card-primary { grid-row: span 2; min-height: 507px; background: var(--green); color: white; }
.contact-card > span { color: #898d84; font-size: 9px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.contact-card-primary > span { color: rgba(255,255,255,.52); }
.contact-card h2 { margin: 25px 0 12px; font: 700 clamp(23px, 3vw, 34px)/1.15 var(--display); letter-spacing: -1.4px; }
.contact-card-primary h2 { margin-top: auto; }
.contact-card p { margin: 0 0 24px; color: #71766d; font-size: 12px; line-height: 1.75; }
.contact-card-primary p { color: rgba(255,255,255,.67); }
.information-button { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; background: var(--lime); padding: 13px 18px; color: var(--ink); font-size: 11px; font-weight: 800; }
.information-button:hover { background: var(--lime-dark); transform: translateY(-1px); }
.guide-index { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 60px; }
.guide-index a { min-height: 170px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 18px; background: var(--white); padding: 22px; transition: .2s ease; }
.guide-index a:hover { transform: translateY(-3px); border-color: #a9aca3; box-shadow: 0 16px 38px rgba(32,35,31,.07); }
.guide-index span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-size: 8px; }
.guide-index strong { margin-top: auto; font: 700 17px/1.3 var(--display); }
.guide-index small { margin-top: 5px; color: #81867d; font-size: 9px; }
.guide-article { margin-top: 30px; scroll-margin-top: 30px; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; background: var(--white); }
.guide-article > header { padding: clamp(30px, 5vw, 55px); background: var(--green); color: white; }
.guide-article:nth-of-type(2) > header { background: #dce8e1; color: var(--ink); }
.guide-article:nth-of-type(3) > header { background: #f2d868; color: var(--ink); }
.guide-article > header p { margin: 0 0 30px; font-size: 9px; font-weight: 800; letter-spacing: 1.3px; text-transform: uppercase; opacity: .65; }
.guide-article > header h2 { max-width: 800px; margin: 0; font: 650 clamp(34px, 5vw, 58px)/1.05 var(--display); letter-spacing: -2.7px; }
.guide-article > header span { display: block; margin-top: 24px; font-size: 9px; opacity: .58; }
.guide-body { max-width: 820px; padding: clamp(30px, 6vw, 68px); }
.guide-body .guide-intro { color: #3d453f; font-size: 20px; line-height: 1.65; }
.guide-body h3 { margin: 42px 0 10px; font: 700 22px/1.25 var(--display); letter-spacing: -.7px; }
.guide-body p { color: #656a62; font-size: 14px; line-height: 1.86; }
.guide-callout { margin: 35px 0; border-left: 4px solid var(--lime-dark); border-radius: 0 12px 12px 0; background: #f1f2e9; padding: 20px 23px; color: #5a6159; font-size: 13px; line-height: 1.7; }
.guide-callout strong { color: var(--ink); }
.guide-next-step { margin-top: 35px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-radius: 22px; background: var(--ink); padding: 35px; color: white; }
.guide-next-step p { margin: 0 0 7px; color: rgba(255,255,255,.55); font-size: 9px; text-transform: uppercase; letter-spacing: 1px; }
.guide-next-step h2 { margin: 0; font: 700 24px/1.25 var(--display); }
.not-found { min-height: 100vh; width: min(760px, calc(100% - 40px)); margin: 0 auto; display: flex; flex-direction: column; justify-content: center; }
.not-found p:not(.information-kicker) { max-width: 590px; margin: 24px 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.not-found > div { display: flex; align-items: center; gap: 20px; font-size: 12px; font-weight: 800; }

@media (max-width: 820px) {
  .information-header nav a:not(.information-cta) { display: none; }
  .information-layout, .contact-grid { grid-template-columns: 1fr; }
  .contact-card-primary { grid-row: auto; min-height: 340px; }
  .guide-index { grid-template-columns: 1fr; }
  .guide-index a { min-height: 135px; }
}

@media (max-width: 600px) {
  .information-header, .information-main { width: min(100% - 30px, 560px); }
  .information-header { min-height: 72px; }
  .information-header .information-cta { padding: 9px 12px; font-size: 10px; }
  .information-main { padding: 56px 0 70px; }
  .information-hero h1, .not-found h1 { font-size: 44px; letter-spacing: -2.5px; }
  .information-lede { font-size: 15px; }
  .prose-card { padding: 25px 20px; border-radius: 18px; }
  .prose-card p, .guide-body p { font-size: 13px; }
  .information-footer { align-items: flex-start; flex-direction: column; }
  .guide-body { padding: 28px 21px; }
  .guide-body .guide-intro { font-size: 17px; }
  .guide-next-step { align-items: flex-start; flex-direction: column; }
  .footer-links-expanded { grid-template-columns: 1fr 1fr; }
}
