
.price-page {
  --price-blue: #0a84ff;
  --price-blue-deep: #0065dc;
  --price-blue-dark: #082746;
  --price-cyan: #40b7ff;
  --price-green: #22c55e;
  --price-ink: #10233f;
  --price-muted: #667d92;
  --price-line: #dfe8f0;
  --price-soft: #f2f8fc;
  --price-shadow: 0 18px 55px rgba(15, 67, 112, .12);
  padding-bottom: 0;
}
.price-page .desktop-nav .nav-current { color:#0878e8; }
.price-page .desktop-nav .nav-current::after { right:0; }
.price-hero { position:relative; overflow:hidden; padding-top:82px; color:#fff; background:linear-gradient(125deg,#061c31 0%,#0b477d 52%,#0878c8 100%); }
.price-hero::before { content:""; position:absolute; width:620px; height:620px; right:-180px; top:-260px; border:95px solid rgba(64,183,255,.14); border-radius:50%; }
.price-hero::after { content:""; position:absolute; width:340px; height:340px; right:24%; bottom:-260px; border:70px solid rgba(10,132,255,.22); border-radius:50%; }
.price-hero-noise { position:absolute; inset:0; opacity:.22; background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px); background-size:42px 42px; mask-image:linear-gradient(to bottom,#000,transparent 92%); }
.price-hero-grid { position:relative; z-index:2; min-height:610px; display:grid; grid-template-columns:1.12fr .88fr; align-items:center; gap:clamp(45px,8vw,105px); padding-block:78px 88px; }
.price-eyebrow { display:inline-flex; align-items:center; gap:10px; margin-bottom:18px; font-weight:800; font-size:13px; letter-spacing:.045em; text-transform:uppercase; color:#c8e5ff; }
.price-eyebrow span { width:32px; height:3px; background:var(--price-green); border-radius:10px; box-shadow:0 0 18px rgba(34,197,94,.65); }
.price-eyebrow.dark { color:var(--price-blue-deep); }
.price-hero h1 { max-width:760px; margin:0 0 20px; font-size:clamp(42px,5.7vw,76px); line-height:1.02; letter-spacing:-.045em; }
.price-hero-lead { max-width:700px; margin:0; font-size:clamp(17px,1.7vw,21px); color:#d5e6f5; }
.price-hero-actions { display:flex; gap:12px; flex-wrap:wrap; margin-top:34px; }
.calc-button { min-height:52px; padding:14px 22px; border:0; border-radius:14px; display:inline-flex; align-items:center; justify-content:center; gap:8px; font-weight:780; cursor:pointer; transition:transform .18s ease,box-shadow .18s ease,background .18s ease; }
.calc-button:hover { transform:translateY(-2px); }
.button-primary { color:#fff; background:linear-gradient(135deg,#0a84ff,#0065dc); box-shadow:0 12px 30px rgba(10,132,255,.3); }
.button-primary:hover { box-shadow:0 16px 36px rgba(10,132,255,.38); }
.button-ghost { color:#fff; background:rgba(255,255,255,.09); border:1px solid rgba(255,255,255,.24); }
.button-light { color:var(--price-blue-deep); background:#edf7ff; }
.button-white { color:var(--price-blue-deep); background:#fff; }
.button-outline-white { color:#fff; background:transparent; border:1px solid rgba(255,255,255,.45); }
.button-full { width:100%; }
.price-hero-points { list-style:none; padding:0; margin:34px 0 0; display:flex; flex-wrap:wrap; gap:20px; color:#cfe3f5; font-size:14px; }
.price-hero-points li { position:relative; padding-left:22px; }
.price-hero-points li::before { content:"✓"; position:absolute; left:0; color:var(--price-green); font-weight:900; }
.price-hero-card { position:relative; padding:28px; border:1px solid rgba(255,255,255,.23); border-radius:30px; background:linear-gradient(145deg,rgba(255,255,255,.18),rgba(255,255,255,.07)); box-shadow:0 28px 70px rgba(0,0,0,.22); backdrop-filter:blur(16px); }
.price-hero-card::before { content:""; position:absolute; width:84px; height:84px; right:-24px; top:-22px; background:radial-gradient(circle,rgba(34,197,94,.8) 0 4%,rgba(34,197,94,.2) 5% 30%,transparent 31%); }
.price-hero-card-top { display:flex; justify-content:space-between; gap:14px; align-items:center; font-size:13px; color:#d7e9ff; }
.live-dot { display:inline-flex; align-items:center; gap:7px; }
.live-dot::before { content:""; width:8px; height:8px; background:var(--price-green); border-radius:50%; box-shadow:0 0 0 5px rgba(34,197,94,.14); }
.price-hero-price { margin-top:25px; font-size:18px; color:#cfe3ff; }
.price-hero-price strong { display:block; font-size:clamp(38px,4vw,56px); line-height:1.06; color:#fff; letter-spacing:-.035em; }
.price-hero-btu { margin:7px 0 28px; font-weight:800; font-size:19px; }
.price-hero-btu small { display:block; color:#bcd4e8; font-weight:600; }
.mini-calc { padding:18px; border-radius:18px; color:#e7f2ff; background:rgba(3,15,55,.36); }
.mini-calc div { display:flex; justify-content:space-between; gap:15px; padding:9px 0; border-bottom:1px solid rgba(255,255,255,.09); font-size:14px; }
.mini-calc div:last-child { border-bottom:0; padding-bottom:0; }
.mini-total { color:#fff; font-size:15px!important; }
.trust-strip { border-bottom:1px solid var(--price-line); background:#fff; }
.trust-grid { min-height:108px; display:grid; grid-template-columns:repeat(4,1fr); align-items:center; }
.trust-grid div { display:flex; align-items:center; justify-content:center; gap:13px; padding:16px 22px; border-right:1px solid var(--price-line); }
.trust-grid div:last-child { border-right:0; }
.trust-grid b { font-size:25px; color:var(--price-blue); }
.trust-grid span { max-width:130px; color:var(--price-muted); font-size:13px; line-height:1.3; }
.calculator-section { padding:105px 0; background:var(--price-soft); }
.price-heading { margin-bottom:42px; }
.price-heading h2 { margin:0; font-size:clamp(34px,4.2vw,54px); line-height:1.08; letter-spacing:-.035em; color:#102d4d; }
.price-heading-wide { display:flex; align-items:flex-end; justify-content:space-between; gap:40px; }
.price-heading-wide>p { max-width:510px; margin:0 0 6px; color:var(--price-muted); font-size:16px; }
.calculator-layout { display:grid; grid-template-columns:minmax(0,1fr) 365px; align-items:start; gap:28px; }
.calculator-form { min-width:0; }
.calc-panel { padding:clamp(22px,3.2vw,36px); border:1px solid #e2eaf1; border-radius:28px; background:#fff; box-shadow:0 12px 35px rgba(21,69,111,.06); }
.calc-panel+.calc-panel { margin-top:24px; }
.panel-heading { display:flex; gap:16px; align-items:flex-start; margin-bottom:26px; }
.step-number { flex:0 0 auto; width:38px; height:38px; display:grid; place-items:center; border-radius:12px; color:#fff; font-weight:900; background:linear-gradient(135deg,var(--price-blue),var(--price-blue-deep)); box-shadow:0 8px 20px rgba(10,132,255,.22); }
.panel-heading h3 { margin:0; font-size:24px; line-height:1.2; }
.panel-heading p { margin:6px 0 0; color:var(--price-muted); font-size:14px; }
.power-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.power-card { position:relative; min-height:160px; display:flex; flex-direction:column; padding:20px; border:1px solid var(--price-line); border-radius:18px; cursor:pointer; transition:border .18s ease,box-shadow .18s ease,transform .18s ease,background .18s ease; }
.power-card:hover { transform:translateY(-2px); border-color:#8bc8f7; box-shadow:0 12px 26px rgba(10,132,255,.09); }
.power-card input { position:absolute; opacity:0; pointer-events:none; }
.power-card:has(input:checked) { color:var(--price-blue-deep); border-color:var(--price-blue); background:linear-gradient(180deg,#f7fbff,#eaf6ff); box-shadow:inset 0 0 0 1px var(--price-blue),0 12px 28px rgba(10,132,255,.12); }
.power-check { position:absolute; right:14px; top:14px; width:22px; height:22px; border:2px solid #c9d7e2; border-radius:50%; }
.power-card input:checked+.power-check { border:6px solid var(--price-blue); background:#fff; }
.power-card b { padding-right:24px; font-size:17px; line-height:1.25; }
.power-card small { margin-top:4px; color:var(--price-muted); }
.power-card strong { margin-top:auto; padding-top:18px; font-size:21px; }
.power-card-none { grid-column:1/-1; min-height:108px; background:#fafcfe; }
.power-card-none b { font-size:15px; }
.work-groups { display:grid; gap:12px; }
.work-group { overflow:hidden; border:1px solid var(--price-line); border-radius:17px; background:#fff; }
.work-group[open] { border-color:#a9cee9; box-shadow:0 10px 24px rgba(15,67,112,.06); }
.work-group summary { min-height:62px; padding:16px 54px 16px 19px; display:flex; align-items:center; justify-content:space-between; gap:12px; position:relative; cursor:pointer; list-style:none; font-weight:800; }
.work-group summary::-webkit-details-marker { display:none; }
.work-group summary::after { content:"+"; position:absolute; right:20px; top:50%; transform:translateY(-50%); font-size:24px; color:var(--price-blue); }
.work-group[open] summary::after { content:"−"; }
.work-group summary small { color:var(--price-muted); font-weight:600; }
.work-list { border-top:1px solid var(--price-line); }
.work-item { display:grid; grid-template-columns:minmax(0,1fr) auto; align-items:center; gap:20px; padding:15px 18px; border-bottom:1px solid #edf2f5; transition:background .15s ease; }
.work-item:last-child { border-bottom:0; }
.work-item:has(.work-toggle:checked) { background:#f3f9ff; }
.work-main { min-width:0; display:flex; align-items:center; gap:12px; cursor:pointer; }
.work-main input { position:absolute; opacity:0; pointer-events:none; }
.custom-checkbox { flex:0 0 auto; width:24px; height:24px; border:2px solid #c9d7e2; border-radius:8px; background:#fff; position:relative; }
.work-toggle:checked+.custom-checkbox { border-color:var(--price-blue); background:var(--price-blue); }
.work-toggle:checked+.custom-checkbox::after { content:"✓"; position:absolute; left:4px; top:-1px; color:#fff; font-weight:900; font-size:16px; }
.work-main span:last-child { display:flex; flex-direction:column; min-width:0; }
.work-main b { font-size:14px; line-height:1.35; }
.work-main small { margin-top:2px; color:var(--price-muted); font-size:12px; }
.work-controls { display:flex; align-items:center; justify-content:flex-end; gap:12px; }
.unit-price { white-space:nowrap; font-size:13px; font-weight:800; color:var(--price-blue-deep); }
.quantity { width:76px; height:40px; padding:0 8px; border:1px solid #cdd9e3; border-radius:10px; text-align:center; font-weight:800; background:#fff; }
.quantity:focus { outline:3px solid rgba(10,132,255,.15); border-color:var(--price-blue); }
.quantity:disabled { color:#a8b5c2; background:#f3f6f8; }
.summary-card { position:sticky; top:98px; padding:24px; border-radius:25px; color:#fff; background:linear-gradient(150deg,#061c31,#0b477d 58%,#0878c8); box-shadow:0 25px 55px rgba(10,55,95,.23); }
.summary-card::before { content:""; position:absolute; inset:0; pointer-events:none; border-radius:inherit; background:radial-gradient(circle at 110% 5%,rgba(64,183,255,.28),transparent 37%); }
.summary-card>* { position:relative; z-index:1; }
.summary-head { display:flex; justify-content:space-between; align-items:flex-start; padding-bottom:17px; border-bottom:1px solid rgba(255,255,255,.14); }
.summary-head>div { display:flex; flex-direction:column; }
.summary-head span { font-size:21px; font-weight:850; }
.summary-head small { color:#b9d3e8; }
.text-button { padding:4px 0; border:0; background:transparent; color:#9fcfff; cursor:pointer; font-weight:700; font-size:12px; }
.summary-list { max-height:335px; margin:13px -7px 0 0; padding-right:7px; overflow-y:auto; scrollbar-color:#66a9de transparent; scrollbar-width:thin; }
.summary-item { display:grid; grid-template-columns:1fr auto; gap:12px; padding:10px 0; border-bottom:1px solid rgba(255,255,255,.09); }
.summary-item span { font-size:12px; color:#d6e8f5; line-height:1.35; }
.summary-item small { display:block; margin-top:3px; color:#91b6d3; }
.summary-item b { white-space:nowrap; font-size:13px; }
.summary-empty { margin:24px 0; color:#c7ddef; font-size:14px; }
.summary-total { margin-top:19px; padding-top:18px; border-top:1px solid rgba(255,255,255,.16); }
.summary-total span { display:block; color:#b9d3e8; font-size:12px; }
.summary-total strong { display:block; margin-top:3px; font-size:35px; letter-spacing:-.035em; }
.summary-note { margin:14px 0 19px; color:#b9d3e8; font-size:11px; line-height:1.45; }
.summary-actions { display:grid; gap:9px; }
.summary-card .calc-button { min-height:48px; font-size:13px; }
.copy-status { min-height:18px; margin-top:8px; text-align:center; color:#b8ffbf; font-size:12px; }
.price-section { padding:105px 0; background:#fff; }
.price-toolbar { display:flex; align-items:center; justify-content:space-between; gap:24px; margin-bottom:18px; }
.price-tabs { display:flex; flex-wrap:wrap; gap:8px; }
.price-tab,.print-button { min-height:42px; padding:9px 15px; border:1px solid var(--price-line); border-radius:11px; background:#fff; cursor:pointer; font-weight:750; font-size:13px; }
.price-tab.is-active { border-color:var(--price-blue); color:#fff; background:var(--price-blue); }
.print-button { color:var(--price-blue-deep); }
.price-table-wrap { overflow:hidden; border:1px solid var(--price-line); border-radius:22px; box-shadow:0 15px 40px rgba(18,67,105,.07); }
.price-table { width:100%; border-collapse:collapse; }
.price-table th,.price-table td { padding:16px 20px; text-align:left; border-bottom:1px solid #e8eef3; vertical-align:top; }
.price-table thead th { color:#fff; background:var(--price-blue-dark); font-size:13px; text-transform:uppercase; letter-spacing:.04em; }
.price-table thead th:nth-child(2),.price-table thead th:nth-child(3),.price-table td:nth-child(2),.price-table td:nth-child(3) { width:135px; white-space:nowrap; }
.price-table td { font-size:14px; }
.price-table td:nth-child(2) { color:var(--price-muted); }
.price-table td:nth-child(3) { color:var(--price-blue-deep); font-weight:850; }
.price-table td span { color:var(--price-muted); }
.price-table tr:last-child td { border-bottom:0; }
.price-table tbody tr:not(.category-row):hover { background:#f8fbfd; }
.category-row th { padding:12px 20px; color:var(--price-blue-deep); background:#eaf6ff; font-size:13px; text-transform:uppercase; letter-spacing:.045em; }
.price-disclaimer { margin-top:18px; padding:19px 22px; border-left:4px solid var(--price-blue); border-radius:0 14px 14px 0; color:#536d84; background:#f2f8ff; font-size:14px; }
.price-cta-section { padding:0 0 105px; background:#fff; }
.price-cta-card { min-height:280px; padding:clamp(34px,5vw,65px); display:grid; grid-template-columns:1fr auto; align-items:center; gap:45px; color:#fff; border-radius:32px; background:radial-gradient(circle at 85% -20%,rgba(64,183,255,.38),transparent 36%),linear-gradient(135deg,#061c31,#0878c8); box-shadow:var(--price-shadow); }
.price-cta-card h2 { margin:0; font-size:clamp(33px,4vw,50px); line-height:1.08; }
.price-cta-card p { max-width:690px; margin:14px 0 0; color:#cfe0ee; }
.price-cta-actions { min-width:220px; display:grid; gap:10px; }
.mobile-total-bar { display:none; }
@media(max-width:1050px){
  .price-hero-grid{grid-template-columns:1fr .78fr;gap:40px}.calculator-layout{grid-template-columns:minmax(0,1fr) 325px}.power-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:860px){
  .price-hero-grid{min-height:auto;grid-template-columns:1fr;padding-block:62px 72px}.price-hero-copy{max-width:740px}.price-hero-card{max-width:600px}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-grid div:nth-child(2){border-right:0}.trust-grid div:nth-child(-n+2){border-bottom:1px solid var(--price-line)}.price-heading-wide{align-items:flex-start;flex-direction:column;gap:15px}.calculator-layout{grid-template-columns:1fr}.summary-card{position:relative;top:auto}.price-table thead{display:none}.price-table,.price-table tbody{display:block}.price-table tr:not(.category-row){display:grid;grid-template-columns:1fr auto;padding:15px 16px;border-bottom:1px solid var(--price-line)}.price-table tr:not(.category-row) td{width:auto!important;padding:2px 0;border:0;white-space:normal!important}.price-table tr:not(.category-row) td:first-child{grid-column:1/-1;padding-bottom:8px}.price-table tr:not(.category-row) td:nth-child(2){font-size:12px}.price-table tr:not(.category-row) td:nth-child(3){text-align:right}.category-row{display:block}.category-row th{display:block}.price-cta-card{grid-template-columns:1fr}.price-cta-actions{max-width:360px}
}
@media(max-width:620px){
  .price-page{padding-bottom:72px}.price-hero{padding-top:72px}.price-hero h1{font-size:43px}.price-hero-actions{display:grid}.price-hero-actions .calc-button{width:100%}.price-hero-points{display:grid;gap:9px}.price-hero-card{padding:22px}.price-hero-card-top{align-items:flex-start;flex-direction:column}.trust-grid div{flex-direction:column;gap:3px;text-align:center}.trust-grid span{max-width:150px}.calculator-section,.price-section{padding:76px 0}.price-heading h2{font-size:38px}.calc-panel{padding:19px 15px;border-radius:21px}.panel-heading{gap:11px}.panel-heading h3{font-size:20px}.power-grid{grid-template-columns:1fr}.power-card{min-height:124px}.work-group summary{align-items:flex-start;flex-direction:column;gap:2px;padding-right:50px}.work-item{grid-template-columns:1fr;gap:12px}.work-controls{justify-content:space-between;padding-left:36px}.quantity{width:88px}.summary-card{border-radius:21px}.price-toolbar{align-items:stretch;flex-direction:column}.price-tabs{display:grid;grid-template-columns:1fr}.print-button{display:none}.price-cta-section{padding-bottom:76px}.price-cta-card{width:calc(100% - 28px);padding:34px 22px;border-radius:24px}.price-cta-actions{max-width:none;width:100%}.mobile-total-bar{position:fixed;z-index:990;left:0;right:0;bottom:0;min-height:66px;padding:9px 13px max(9px,env(safe-area-inset-bottom));display:flex;align-items:center;justify-content:space-between;gap:12px;color:#fff;background:rgba(6,28,49,.96);box-shadow:0 -10px 30px rgba(7,31,51,.22);backdrop-filter:blur(12px)}.mobile-total-bar div{display:flex;flex-direction:column;line-height:1.15}.mobile-total-bar span{color:#aec8dd;font-size:11px}.mobile-total-bar strong{font-size:20px}.mobile-total-bar .calc-button{min-height:44px;padding:10px 15px;font-size:12px}.floating-call{bottom:82px}
}
@media print{
  .site-header,.price-hero,.trust-strip,.calculator-section,.price-cta-section,.site-footer,.price-toolbar,.mobile-total-bar,.floating-call,.noise{display:none!important}.price-page{padding:0}.price-section{padding:0}.price-section .price-heading{margin-bottom:20px}.price-table-wrap{box-shadow:none;border-radius:0}.price-table th,.price-table td{padding:8px 10px;font-size:11px}
}

/* v20260801: useful next-step links beneath the price CTA. */
.price-related-links{display:flex;flex-wrap:wrap;gap:9px;margin-top:22px}
.price-related-links a{padding:9px 12px;border:1px solid rgba(255,255,255,.25);border-radius:999px;color:#fff;background:rgba(255,255,255,.08);font-size:12px;font-weight:800}
.price-related-links a:hover{background:rgba(255,255,255,.16)}
@media(max-width:620px){.price-related-links{display:grid}.price-related-links a{text-align:center}}

/* v20260809: price page in phone/tablet landscape */
@media (orientation:landscape) and (max-height:720px) and (min-width:640px){
  .price-hero{padding-top:64px}
  .price-hero-grid{min-height:auto;grid-template-columns:minmax(0,1.12fr) minmax(260px,.88fr);gap:32px;padding-block:46px 52px}
  .price-hero h1{font-size:clamp(36px,5.4vw,54px);margin-bottom:14px}
  .price-hero-lead{font-size:15px;line-height:1.45}
  .price-hero-actions{margin-top:22px}
  .price-hero-points{gap:12px;margin-top:22px;font-size:12px}
  .price-hero-card{padding:20px;border-radius:24px}
  .price-hero-price{margin-top:17px}
  .price-hero-btu{margin-bottom:18px}
  .mini-calc{padding:13px}
  .trust-grid{min-height:82px;grid-template-columns:repeat(4,minmax(0,1fr))}
  .trust-grid div{padding:11px 12px;border-bottom:0!important}
  .trust-grid b{font-size:20px}
  .trust-grid span{font-size:11px}
  .calculator-section,.price-section{padding:70px 0}
  .price-heading{margin-bottom:30px}
  .price-heading h2{font-size:clamp(32px,4.6vw,44px)}
  .price-cta-section{padding-bottom:70px}
}
@media (orientation:landscape) and (max-height:720px) and (min-width:760px){
  .calculator-layout{grid-template-columns:minmax(0,1fr) 300px;gap:22px}
  .summary-card{position:sticky;top:78px}
  .power-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
