/* =========================================================
   Solar That Roof — Guyana Storefront
   v3.5 — InstallerView-inspired clean professional aesthetic
   Fonts: Inter (body) + Space Grotesk (headings)
   Brighter, modern, tech-forward
   ========================================================= */

:root {
  /* --- BRAND CORE --- */
  --navy: #152759;
  --navy2: #1a3272;
  --navy3: #0d1b3e;
  --gold: #F5A000;
  --gold2: #e08c00;
  --gold3: #fff3d6;

  /* --- BRIGHTER PALETTE (InstallerView-inspired) --- */
  --ink: #09101F;
  --sky: #1455F5;
  --sky-bright: #3B7FFF;
  --sky-tint: #E5EEFF;
  --teal: #00C9A7;
  --teal-bright: #2EE3C2;
  --teal-tint: #E0F9F2;
  --amber: #F59E0B;
  --amber-tint: #FEF3DD;
  --coral: #FF6B4A;

  /* --- TEXT --- */
  --text: #09101F;
  --text2: #475569;
  --text3: #94A3B8;
  --text4: #CBD5E1;

  /* --- SURFACES --- */
  --bg: #F8FAFD;
  --bg2: #F1F5F9;
  --white: #FFFFFF;
  --border: #E1E7F0;
  --border-strong: #CBD5E1;

  --success: #10b981;

  --r6: 6px; --r8: 8px; --r12: 12px; --r16: 16px; --r20: 20px;

  --shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.06);
  --shadow: 0 4px 12px rgba(15, 23, 42, 0.06), 0 1px 3px rgba(15, 23, 42, 0.04);
  --shadow-lg: 0 12px 32px rgba(15, 23, 42, 0.10), 0 4px 8px rgba(15, 23, 42, 0.04);
  --shadow-xl: 0 24px 56px rgba(15, 23, 42, 0.14);

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-feature-settings: 'cv11', 'ss01';
  color: var(--text);
  background: var(--white);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

h1, h2, h3, .display-font {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  letter-spacing: -0.025em;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }

/* NAV */
.nav { position: sticky; top: 0; z-index: 100; background: var(--white); border-bottom: 1px solid var(--border); box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 12px 24px; max-width: 1280px; margin: 0 auto; }
.nav-logo { display: flex; align-items: center; }
.nav-logo img { height: 52px; width: auto; display: block; }
@media (max-width: 880px) { .nav-logo img { height: 40px; } }
.nav-links { display: flex; gap: 26px; align-items: center; }
.nav-links a { color: var(--text); font-size: 14px; font-weight: 600; transition: color .15s var(--ease-out); }
.nav-links a:hover { color: var(--gold); }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.cart-link { display: flex; align-items: center; gap: 8px; background: var(--bg); color: var(--text); padding: 10px 16px; border-radius: var(--r8); font-weight: 600; font-size: 13px; transition: background .15s var(--ease-out); border: 1px solid var(--border); }
.cart-link:hover { background: var(--bg2); }
.cart-count { background: var(--gold); color: var(--ink); min-width: 22px; height: 22px; border-radius: 11px; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; padding: 0 6px; }
.btn-quote { background: var(--sky); color: var(--white); padding: 10px 20px; border-radius: var(--r8); font-weight: 600; font-size: 13px; transition: all .15s var(--ease-out); border: none; cursor: pointer; font-family: inherit; }
.btn-quote:hover { background: var(--sky-bright); transform: translateY(-1px); box-shadow: 0 6px 16px rgba(20,85,245,0.3); }
.nav-toggle { display: none; }
@media (max-width: 880px) { .nav-links { display: none; } }

/* HERO */
.hero { background: linear-gradient(135deg, var(--ink) 0%, var(--navy3) 50%, var(--navy) 100%); color: var(--white); padding: 96px 0 110px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -30%; right: -15%; width: 800px; height: 800px; background: radial-gradient(circle, rgba(20,85,245,0.18) 0%, transparent 60%); pointer-events: none; }
.hero::after { content: ''; position: absolute; bottom: -50%; left: -10%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(0,201,167,0.12) 0%, transparent 60%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; align-items: center; position: relative; z-index: 1; }
@media (max-width: 880px) { .hero-grid { grid-template-columns: 1fr; gap: 32px; } }
.hero-tag { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--teal-bright); margin-bottom: 20px; }
.hero-tag::before { content: ''; width: 24px; height: 2px; background: var(--teal-bright); border-radius: 2px; }
.hero h1 { font-size: clamp(40px, 5.5vw, 68px); font-weight: 700; line-height: 1.02; letter-spacing: -0.035em; margin-bottom: 22px; }
.hero h1 em { font-style: normal; background: linear-gradient(135deg, var(--gold) 0%, var(--amber) 50%, var(--coral) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-sub { font-size: 18px; color: rgba(255,255,255,0.82); max-width: 560px; margin-bottom: 36px; line-height: 1.65; font-weight: 400; }
.hero-actions, .hero-actions-dual { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-actions-dual .btn { padding: 16px 28px; font-size: 15px; }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 28px; border-radius: var(--r8); font-size: 14px; font-weight: 600; transition: all .15s var(--ease-out); border: none; cursor: pointer; text-decoration: none; font-family: inherit; }
.btn-gold { background: var(--gold); color: var(--ink); }
.btn-gold:hover { background: var(--amber); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(245,158,11,0.35); }
.btn-sky { background: var(--sky); color: var(--white); }
.btn-sky:hover { background: var(--sky-bright); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(20,85,245,0.35); }
.btn-teal, .btn-emerald, .btn-ocean { background: var(--teal); color: var(--white); }
.btn-teal:hover, .btn-emerald:hover, .btn-ocean:hover { background: var(--teal-bright); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,201,167,0.35); }
.btn-outline { background: transparent; color: var(--white); border: 1.5px solid rgba(255,255,255,0.28); }
.btn-outline:hover { border-color: var(--teal-bright); color: var(--teal-bright); }
.btn-navy { background: var(--ink); color: var(--white); }
.btn-navy:hover { background: var(--navy3); }
.btn-ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--border-strong); }
.btn-ghost:hover { background: var(--ink); color: var(--white); border-color: var(--ink); }

/* HERO STATS / CARD */
.hero-stats { display: flex; gap: 56px; margin-top: 56px; padding-top: 36px; border-top: 1px solid rgba(255,255,255,0.12); }
.hero-stat-num { font-family: 'Space Grotesk', sans-serif; font-size: 38px; font-weight: 700; color: var(--gold); display: block; line-height: 1; letter-spacing: -0.02em; }
.hero-stat-label { font-size: 12px; color: rgba(255,255,255,0.65); margin-top: 6px; font-weight: 500; }
.hero-card { background: rgba(255,255,255,0.04); backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.10); border-radius: var(--r16); padding: 36px; color: var(--white); }
.hero-card h3 { font-size: 22px; font-weight: 600; margin-bottom: 20px; color: var(--gold); }
.hero-card ul { list-style: none; }
.hero-card li { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.06); display: flex; align-items: center; gap: 12px; font-size: 14.5px; }
.hero-card li:last-child { border: none; }
.hero-card li::before { content: ''; width: 18px; height: 18px; flex-shrink: 0; background: var(--teal); border-radius: 50%; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>"); background-position: center; background-repeat: no-repeat; }

/* SECTIONS */
section { padding: 96px 0; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.section-tag { display: inline-block; font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sky); margin-bottom: 14px; }
.section-head h2 { font-size: clamp(32px, 4.5vw, 52px); font-weight: 700; line-height: 1.05; letter-spacing: -0.025em; color: var(--ink); margin-bottom: 16px; }
.section-head h2 em { font-style: normal; color: var(--sky); }
.section-head p { font-size: 17px; color: var(--text2); line-height: 1.65; }

/* CALCULATOR */
.calc-inline { background: var(--white); border-radius: var(--r20); padding: 40px; box-shadow: var(--shadow-xl); position: relative; overflow: hidden; border: 1px solid var(--border); }
.calc-inline::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--sky), var(--teal), var(--gold)); }
.calc-inline h3 { font-size: 28px; font-weight: 700; color: var(--ink); margin-bottom: 8px; letter-spacing: -0.02em; }
.calc-inline-sub { font-size: 15px; color: var(--text2); margin-bottom: 24px; }
.savings-input-row { display: grid; grid-template-columns: 1fr auto; gap: 12px; margin-bottom: 16px; }
@media (max-width: 600px) { .savings-input-row { grid-template-columns: 1fr; } }
.savings-input-row input { padding: 16px 18px; border: 2px solid var(--border); border-radius: var(--r8); font-size: 17px; font-family: inherit; font-weight: 600; color: var(--ink); transition: all .15s var(--ease-out); }
.savings-input-row input:focus { outline: none; border-color: var(--sky); box-shadow: 0 0 0 4px var(--sky-tint); }
.savings-input-row .btn { padding: 16px 28px; }
.savings-result { display: none; margin-top: 28px; padding: 28px; background: var(--bg); border-radius: var(--r16); border: 1px solid var(--border); }
.savings-result.active { display: block; animation: fadeUp 0.4s var(--ease-out); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.savings-result-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 16px; margin-bottom: 20px; }
.savings-stat { background: var(--white); padding: 20px 16px; border-radius: var(--r12); text-align: center; border: 1px solid var(--border); }
.savings-stat-num { font-family: 'Space Grotesk', sans-serif; font-size: 26px; font-weight: 700; color: var(--teal); display: block; line-height: 1.1; letter-spacing: -0.02em; }
.savings-stat-num.ocean { color: var(--sky); }
.savings-stat-num.navy { color: var(--ink); }
.savings-stat-label { font-size: 11px; color: var(--text3); font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; margin-top: 8px; display: block; }
.savings-cta { text-align: center; padding-top: 20px; border-top: 1px solid var(--border); }
.savings-cta-text { font-size: 14px; color: var(--text2); margin-bottom: 14px; }
.savings-toggle { display: flex; gap: 6px; margin-bottom: 14px; }
.savings-toggle button { flex: 1; padding: 10px 14px; border: 1px solid var(--border); background: var(--white); border-radius: var(--r6); cursor: pointer; font-size: 13px; font-weight: 600; color: var(--text2); font-family: inherit; transition: all .15s var(--ease-out); }
.savings-toggle button:hover { border-color: var(--sky); color: var(--sky); }
.savings-toggle button.active { background: var(--ink); color: var(--white); border-color: var(--ink); }
.cur-toggle { display: inline-flex; gap: 0; border: 1px solid var(--border); border-radius: var(--r6); overflow: hidden; font-size: 11px; }
.cur-toggle button { padding: 6px 12px; border: none; background: var(--white); cursor: pointer; font-weight: 600; color: var(--text2); font-family: inherit; }
.cur-toggle button.active { background: var(--sky); color: var(--white); }

/* PAIN GRID */
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 880px) { .pain-grid { grid-template-columns: 1fr; } }
.pain-card { background: var(--white); border-radius: var(--r16); padding: 36px; border: 1px solid var(--border); box-shadow: var(--shadow); position: relative; overflow: hidden; transition: transform .2s var(--ease-out), box-shadow .2s var(--ease-out); }
.pain-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.pain-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--sky); }
.pain-card.green::before { background: var(--teal); }
.pain-card.gold::before { background: var(--gold); }
.pain-stat { font-family: 'Space Grotesk', sans-serif; font-size: 44px; font-weight: 700; color: var(--sky); line-height: 1; margin-bottom: 12px; letter-spacing: -0.03em; }
.pain-card.green .pain-stat { color: var(--teal); }
.pain-card.gold .pain-stat { color: var(--gold); }
.pain-card h3 { font-size: 22px; font-weight: 600; color: var(--ink); margin-bottom: 10px; }
.pain-card p { font-size: 14.5px; color: var(--text2); line-height: 1.6; }

/* PATHS */
.paths-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 880px) { .paths-grid { grid-template-columns: 1fr; } }
.path-card { background: var(--white); border: 2px solid var(--border); border-radius: var(--r20); padding: 36px; transition: all .2s var(--ease-out); position: relative; display: flex; flex-direction: column; }
.path-card:hover { border-color: var(--sky); transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.path-card.featured { border-color: var(--gold); }
.path-card.featured::before { content: 'PRIMARY SERVICE'; position: absolute; top: -12px; left: 28px; background: var(--gold); color: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: 0.12em; padding: 6px 14px; border-radius: 20px; }
.path-icon { width: 56px; height: 56px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; color: var(--white); }
.path-icon.navy { background: var(--ink); }
.path-icon.ocean { background: var(--sky); }
.path-icon.emerald { background: var(--teal); }
.path-card h3 { font-size: 24px; font-weight: 700; color: var(--ink); margin-bottom: 8px; letter-spacing: -0.015em; }
.path-card .path-sub { font-size: 13px; color: var(--sky); margin-bottom: 16px; font-weight: 600; }
.path-card > p { font-size: 14.5px; color: var(--text2); margin-bottom: 18px; line-height: 1.6; }
.path-card ul { list-style: none; margin-bottom: 24px; flex: 1; }
.path-card li { padding: 7px 0; font-size: 13.5px; color: var(--text2); display: flex; gap: 10px; }
.path-card li::before { content: ''; flex-shrink: 0; width: 16px; height: 16px; border-radius: 4px; background: var(--teal-tint); background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2300C9A7' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>"); background-position: center; background-repeat: no-repeat; margin-top: 2px; }

/* STEPS */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
@media (max-width: 880px) { .steps-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .steps-grid { grid-template-columns: 1fr; } }
.step-card { text-align: center; padding: 24px 16px; }
.step-num { width: 56px; height: 56px; background: var(--sky); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; font-family: 'Space Grotesk', sans-serif; font-size: 24px; font-weight: 700; box-shadow: 0 8px 20px rgba(20,85,245,0.25); }
.step-card h4 { font-size: 18px; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
.step-card p { font-size: 13.5px; color: var(--text2); line-height: 1.55; }

/* TRUST */
.trust-band { background: linear-gradient(135deg, var(--ink) 0%, var(--navy3) 100%); color: var(--white); padding: 80px 0; position: relative; overflow: hidden; }
.trust-band::after { content: ''; position: absolute; top: -30%; right: -10%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(0,201,167,0.18) 0%, transparent 60%); pointer-events: none; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; position: relative; z-index: 1; }
@media (max-width: 880px) { .trust-grid { grid-template-columns: 1fr 1fr; gap: 24px; } }
.trust-item { text-align: center; padding: 16px; }
.trust-item-icon { width: 64px; height: 64px; background: rgba(0,201,167,0.15); border-radius: 16px; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; color: var(--teal-bright); }
.trust-item h4 { font-size: 19px; font-weight: 600; color: var(--gold); margin-bottom: 8px; }
.trust-item p { font-size: 14px; color: rgba(255,255,255,0.75); line-height: 1.55; }

/* CATEGORIES */
.cat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.cat-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r16); padding: 32px 24px; text-align: center; transition: all .2s var(--ease-out); cursor: pointer; text-decoration: none; display: block; color: var(--text); }
.cat-card:hover { border-color: var(--sky); transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.cat-icon { width: 56px; height: 56px; background: var(--sky-tint); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; color: var(--sky); }
.cat-card h3 { font-size: 17px; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
.cat-card p { font-size: 13px; color: var(--text3); }

/* PRODUCTS */
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 24px; }
.product-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r16); overflow: hidden; transition: all .2s var(--ease-out); display: flex; flex-direction: column; }
.product-card:hover { border-color: var(--sky); transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.product-img { aspect-ratio: 4/3; background: linear-gradient(135deg, var(--bg) 0%, var(--bg2) 100%); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.product-img img { width: 100%; height: 100%; object-fit: contain; padding: 16px; }
.product-img-placeholder { color: var(--text3); font-size: 12px; padding: 24px; text-align: center; font-weight: 500; }
.product-badge { position: absolute; top: 12px; left: 12px; background: var(--gold); color: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: 0.06em; padding: 5px 11px; border-radius: 20px; text-transform: uppercase; }
.product-badge.kit { background: var(--ink); color: var(--white); }
.product-body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.product-cat { font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text3); margin-bottom: 6px; }
.product-name { font-size: 16px; font-weight: 600; color: var(--ink); margin-bottom: 8px; line-height: 1.3; letter-spacing: -0.01em; font-family: 'Space Grotesk', sans-serif; }
.product-desc { font-size: 13px; color: var(--text2); margin-bottom: 16px; flex: 1; line-height: 1.55; }
.product-price-row { display: flex; flex-direction: column; gap: 2px; margin-bottom: 14px; }
.product-price-usd { font-family: 'Space Grotesk', sans-serif; font-size: 24px; font-weight: 700; color: var(--ink); letter-spacing: -0.02em; }
.product-price-gyd { font-size: 13px; color: var(--text3); font-weight: 500; }
.product-actions { display: flex; gap: 8px; }
.product-actions .btn { flex: 1; justify-content: center; padding: 11px 16px; font-size: 13px; }
.btn-cart { background: var(--ink); color: var(--white); border-radius: var(--r6); border: none; padding: 11px 16px; font-size: 13px; font-weight: 600; cursor: pointer; transition: background .15s var(--ease-out); flex: 1; font-family: inherit; }
.btn-cart:hover { background: var(--sky); }
.btn-view { background: var(--white); color: var(--ink); border: 1px solid var(--border); border-radius: var(--r6); padding: 11px 16px; font-size: 13px; font-weight: 600; cursor: pointer; transition: all .15s var(--ease-out); flex: 1; text-align: center; font-family: inherit; }
.btn-view:hover { border-color: var(--ink); }

/* SHOP */
.shop-layout { display: grid; grid-template-columns: 240px 1fr; gap: 32px; }
@media (max-width: 880px) { .shop-layout { grid-template-columns: 1fr; } }
.shop-sidebar { background: var(--white); border: 1px solid var(--border); border-radius: var(--r12); padding: 24px; height: fit-content; position: sticky; top: 100px; }
.filter-group { margin-bottom: 24px; }
.filter-title { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--ink); margin-bottom: 12px; }
.filter-option { display: flex; align-items: center; gap: 8px; padding: 6px 0; font-size: 14px; color: var(--text2); cursor: pointer; }
.filter-option:hover { color: var(--ink); }
.filter-option input { accent-color: var(--sky); }
.shop-toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
.shop-count { font-size: 14px; color: var(--text2); }
.shop-sort { font-size: 13px; padding: 8px 12px; border: 1px solid var(--border); border-radius: var(--r6); background: var(--white); cursor: pointer; font-family: inherit; }

/* PRODUCT DETAIL */
.product-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
@media (max-width: 880px) { .product-detail { grid-template-columns: 1fr; gap: 32px; } }
.pd-image-main { aspect-ratio: 1/1; background: linear-gradient(135deg, var(--bg) 0%, var(--bg2) 100%); border-radius: var(--r16); display: flex; align-items: center; justify-content: center; border: 1px solid var(--border); }
.pd-image-main img { width: 100%; height: 100%; object-fit: contain; padding: 32px; }
.pd-cat { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; color: var(--sky); text-transform: uppercase; margin-bottom: 14px; }
.pd-title { font-size: 36px; font-weight: 700; line-height: 1.1; color: var(--ink); margin-bottom: 12px; letter-spacing: -0.025em; }
.pd-sub { font-size: 16px; color: var(--text2); margin-bottom: 24px; line-height: 1.6; }
.pd-price-block { background: var(--sky-tint); border: 1px solid #c5dafe; border-radius: var(--r12); padding: 24px 28px; margin-bottom: 28px; }
.pd-price-usd { font-family: 'Space Grotesk', sans-serif; font-size: 44px; font-weight: 700; color: var(--ink); line-height: 1; letter-spacing: -0.03em; }
.pd-price-gyd { font-size: 16px; color: var(--text2); margin-top: 6px; font-weight: 500; }
.pd-actions { display: flex; gap: 12px; margin-bottom: 24px; }
.pd-actions .btn { flex: 1; justify-content: center; padding: 16px 24px; font-size: 15px; }
.pd-qty { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.pd-qty label { font-size: 14px; font-weight: 500; color: var(--text2); }
.pd-qty input { width: 80px; padding: 10px; border: 1.5px solid var(--border); border-radius: var(--r6); text-align: center; font-size: 16px; font-weight: 600; font-family: inherit; }
.pd-qty input:focus { outline: none; border-color: var(--sky); }
.pd-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 24px; background: var(--bg); border-radius: var(--r12); margin-bottom: 32px; border: 1px solid var(--border); }
.pd-meta-item { font-size: 13px; }
.pd-meta-label { color: var(--text3); text-transform: uppercase; letter-spacing: 0.1em; font-size: 11px; font-weight: 600; }
.pd-meta-val { color: var(--ink); font-weight: 600; margin-top: 4px; }
.pd-specs { margin-top: 48px; }
.pd-specs h3 { font-size: 24px; font-weight: 700; margin-bottom: 18px; color: var(--ink); }
.spec-table { width: 100%; border-collapse: collapse; }
.spec-table tr { border-bottom: 1px solid var(--border); }
.spec-table td { padding: 14px 8px; font-size: 14px; }
.spec-table td:first-child { color: var(--text3); font-weight: 500; width: 40%; }
.spec-table td:last-child { color: var(--ink); font-weight: 600; }

/* PACKAGES */
.pkg-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.pkg-card { background: var(--white); border: 2px solid var(--border); border-radius: var(--r20); padding: 28px; transition: all .2s var(--ease-out); position: relative; display: flex; flex-direction: column; }
.pkg-card:hover { border-color: var(--sky); box-shadow: var(--shadow-lg); }
.pkg-card.featured { border-color: var(--gold); }
.pkg-card.featured::before { content: 'MOST POPULAR'; position: absolute; top: -12px; left: 28px; background: var(--gold); color: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: 0.12em; padding: 6px 14px; border-radius: 20px; }
.pkg-name { font-size: 26px; font-weight: 700; color: var(--ink); margin-bottom: 6px; letter-spacing: -0.02em; }
.pkg-sub { font-size: 14px; color: var(--text2); margin-bottom: 22px; line-height: 1.5; }
.pkg-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 24px; padding: 18px; background: var(--bg); border-radius: var(--r8); border: 1px solid var(--border); }
.pkg-stat-num { font-family: 'Space Grotesk', sans-serif; font-size: 22px; font-weight: 700; color: var(--sky); letter-spacing: -0.02em; }
.pkg-stat-label { font-size: 10px; color: var(--text3); font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; }
.pkg-includes { margin-bottom: 24px; }
.pkg-includes-title { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--text3); margin-bottom: 12px; }
.pkg-includes ul { list-style: none; }
.pkg-includes li { padding: 7px 0; font-size: 13.5px; color: var(--text2); display: flex; gap: 8px; }
.pkg-includes li::before { content: '•'; color: var(--teal); font-weight: 700; }
.pkg-price { font-family: 'Space Grotesk', sans-serif; font-size: 36px; font-weight: 700; color: var(--ink); margin-bottom: 4px; line-height: 1; letter-spacing: -0.025em; }
.pkg-price-gyd { font-size: 13px; color: var(--text3); margin-bottom: 14px; font-weight: 500; }
.pkg-savings { font-size: 13px; color: var(--teal); font-weight: 600; margin-bottom: 16px; }

/* INSTALL CALLOUT */
.install-callout { background: var(--teal-tint); border: 1px solid #b8edd9; border-radius: var(--r8); padding: 14px 16px; margin: 16px 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.install-callout-text { font-size: 13px; color: var(--ink); line-height: 1.5; }
.install-callout-text strong { color: var(--teal); font-weight: 600; }
.install-callout .btn { white-space: nowrap; padding: 10px 18px; font-size: 13px; }

/* FORMS */
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.form-row.full { grid-template-columns: 1fr; }
@media (max-width: 600px) { .form-row { grid-template-columns: 1fr; } }
.form-field label { font-size: 13px; font-weight: 500; color: var(--text2); display: block; margin-bottom: 6px; }
.form-field input, .form-field select, .form-field textarea { width: 100%; padding: 12px 14px; border: 1.5px solid var(--border); border-radius: var(--r8); font-size: 14px; font-family: inherit; color: var(--ink); background: var(--white); transition: all .15s var(--ease-out); }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: none; border-color: var(--sky); box-shadow: 0 0 0 3px var(--sky-tint); }

/* CART */
.cart-layout { display: grid; grid-template-columns: 1fr 380px; gap: 32px; }
@media (max-width: 880px) { .cart-layout { grid-template-columns: 1fr; } }
.cart-items { background: var(--white); border: 1px solid var(--border); border-radius: var(--r16); }
.cart-item { display: grid; grid-template-columns: 80px 1fr auto auto; gap: 16px; align-items: center; padding: 22px; border-bottom: 1px solid var(--border); }
.cart-item:last-child { border: none; }
.cart-item-img { aspect-ratio: 1/1; background: var(--bg); border-radius: var(--r8); display: flex; align-items: center; justify-content: center; }
.cart-item-name { font-weight: 600; color: var(--ink); margin-bottom: 4px; font-size: 15px; }
.cart-item-code { font-size: 12px; color: var(--text3); }
.cart-item-price { font-family: 'Space Grotesk', sans-serif; font-weight: 700; color: var(--ink); }
.cart-item-qty { display: flex; align-items: center; gap: 4px; border: 1px solid var(--border); border-radius: var(--r6); padding: 2px; }
.cart-item-qty button { width: 28px; height: 28px; background: var(--bg); border: none; border-radius: 4px; cursor: pointer; font-weight: 600; color: var(--ink); font-family: inherit; }
.cart-item-qty input { width: 36px; text-align: center; border: none; font-weight: 600; font-size: 14px; background: transparent; font-family: inherit; }
.cart-item-remove { background: none; border: none; color: var(--text3); cursor: pointer; font-size: 20px; padding: 4px; }
.cart-item-remove:hover { color: var(--coral); }
.cart-summary { background: var(--white); border: 1px solid var(--border); border-radius: var(--r16); padding: 28px; height: fit-content; position: sticky; top: 100px; }
.cart-summary h3 { font-size: 22px; font-weight: 700; margin-bottom: 18px; color: var(--ink); }
.cart-row { display: flex; justify-content: space-between; padding: 8px 0; font-size: 14px; }
.cart-row.subtotal { color: var(--text2); }
.cart-row.total { padding-top: 16px; border-top: 2px solid var(--border); font-size: 18px; font-weight: 700; color: var(--ink); }
.cart-row .gyd { font-size: 12px; color: var(--text3); font-weight: 500; }
.cart-empty { text-align: center; padding: 80px 24px; color: var(--text2); }
.cart-empty h3 { font-size: 28px; font-weight: 700; margin-bottom: 12px; color: var(--ink); }
.cart-empty p { margin-bottom: 24px; }

/* CHECKOUT */
.co-section { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.co-section:last-child { border: none; }
.co-section h3 { font-size: 22px; font-weight: 700; margin-bottom: 18px; color: var(--ink); }
.delivery-options { display: grid; gap: 12px; }
.delivery-opt { padding: 16px 18px; border: 2px solid var(--border); border-radius: var(--r8); cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: all .15s var(--ease-out); }
.delivery-opt:hover { border-color: var(--sky); }
.delivery-opt.selected { border-color: var(--sky); background: var(--sky-tint); }
.delivery-opt-title { font-weight: 600; color: var(--ink); margin-bottom: 4px; }
.delivery-opt-sub { font-size: 13px; color: var(--text2); }
.delivery-opt-price { font-family: 'Space Grotesk', sans-serif; font-weight: 700; color: var(--ink); font-size: 16px; }
.payment-methods { display: grid; gap: 12px; }
.pay-opt { padding: 16px 18px; border: 2px solid var(--border); border-radius: var(--r8); cursor: pointer; display: flex; align-items: center; gap: 14px; transition: all .15s var(--ease-out); }
.pay-opt:hover { border-color: var(--sky); }
.pay-opt.selected { border-color: var(--sky); background: var(--sky-tint); }
.pay-opt-logo { width: 44px; height: 30px; display: flex; align-items: center; justify-content: center; background: var(--bg); border-radius: 5px; font-size: 11px; font-weight: 700; }

/* FINAL CTA */
.final-cta { background: linear-gradient(135deg, var(--sky) 0%, var(--ink) 100%); color: var(--white); padding: 96px 0; text-align: center; position: relative; overflow: hidden; }
.final-cta::before { content: ''; position: absolute; top: 0; left: -50%; width: 200%; height: 100%; background: radial-gradient(ellipse, rgba(0,201,167,0.25) 0%, transparent 60%); pointer-events: none; }
.final-cta h2 { font-size: clamp(34px, 4.5vw, 52px); font-weight: 700; line-height: 1.05; letter-spacing: -0.025em; margin-bottom: 18px; position: relative; z-index: 1; }
.final-cta h2 em { font-style: normal; background: linear-gradient(135deg, var(--gold) 0%, var(--amber) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.final-cta p { font-size: 18px; color: rgba(255,255,255,0.88); max-width: 600px; margin: 0 auto 32px; position: relative; z-index: 1; }
.final-cta .btn { padding: 18px 36px; font-size: 16px; position: relative; z-index: 1; }

/* QUOTE FORM */
.quote-form-wrap { max-width: 760px; margin: 0 auto; background: var(--white); border-radius: var(--r20); padding: 48px; box-shadow: var(--shadow-xl); border: 1px solid var(--border); }
.quote-form-header { text-align: center; margin-bottom: 36px; }
.quote-form-header h2 { font-size: 32px; font-weight: 700; color: var(--ink); margin-bottom: 8px; letter-spacing: -0.02em; }
.quote-form-header p { color: var(--text2); }

/* FOOTER */
.footer { background: var(--ink); color: rgba(255,255,255,0.7); padding: 72px 0 36px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
@media (max-width: 880px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
.footer-logo { margin-bottom: 16px; }
.footer-logo img { height: 64px; width: auto; display: block; background: white; padding: 8px; border-radius: var(--r8); }
.footer-about { font-size: 14px; line-height: 1.65; }
.footer-col h4 { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.footer-col ul { list-style: none; }
.footer-col li { padding: 6px 0; font-size: 14px; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 28px; text-align: center; font-size: 13px; }

/* CALC PAGE */
.calc-step { margin-bottom: 32px; }
.calc-step-num { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; background: var(--gold); color: var(--ink); border-radius: 50%; font-weight: 700; font-size: 14px; margin-right: 12px; font-family: 'Space Grotesk', sans-serif; }
.calc-step-title { display: inline-block; font-size: 18px; font-weight: 600; color: var(--ink); }
.calc-step-help { color: var(--text2); font-size: 14px; margin: 8px 0 16px 44px; }
.calc-input-group { margin-left: 44px; }
.calc-input { width: 100%; padding: 14px 16px; border: 1.5px solid var(--border); border-radius: var(--r8); font-size: 15px; font-family: inherit; color: var(--ink); }
.calc-input:focus { outline: none; border-color: var(--sky); box-shadow: 0 0 0 3px var(--sky-tint); }
.calc-options { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 8px; }
.calc-option { padding: 16px; border: 2px solid var(--border); border-radius: var(--r8); text-align: center; cursor: pointer; transition: all .15s var(--ease-out); background: var(--white); }
.calc-option:hover { border-color: var(--sky); }
.calc-option.selected { border-color: var(--sky); background: var(--sky-tint); }
.calc-option-title { font-size: 14px; font-weight: 600; color: var(--ink); margin-bottom: 2px; }
.calc-option-sub { font-size: 12px; color: var(--text3); }

/* UTILITY */
.text-center { text-align: center; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; }
.hide { display: none !important; }

.fade-in { animation: fadeIn .3s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

.toast { position: fixed; bottom: 24px; right: 24px; z-index: 1000; background: var(--ink); color: var(--white); padding: 14px 22px; border-radius: var(--r8); box-shadow: var(--shadow-xl); font-size: 14px; font-weight: 500; transform: translateY(100px); opacity: 0; transition: all .3s var(--ease-out); }
.toast.show { transform: translateY(0); opacity: 1; }
.toast.success { background: var(--teal); }

/* ============================================================
   v3.6 ADDITIONS — 2026-04-29
   New components for: hero house animation, 6-card pain grid,
   side-by-side calc results, flagship package, promise band,
   DIY warning, GYD-first pricing
   ============================================================ */

/* HERO HOUSE STAGE */
.hero-house-stage {
  position: relative;
  aspect-ratio: 4/3;
  background: linear-gradient(180deg, #FFF6CC 0%, #E8F4F8 60%, #5C8A3A 100%);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--r20);
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.4);
}
.hero-illustration {
  position: absolute; inset: 0; width: 100%; height: 100%; display: block;
}
@keyframes sun-rotate {
  to { transform: rotate(360deg); }
}
.hero-flow-svg { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.hero-flow-line { stroke-dasharray: 8 6; animation: hero-flow 2s linear infinite; opacity: .9; }
@keyframes hero-flow { to { stroke-dashoffset: -28; } }
.hero-flow-label {
  position: absolute;
  background: rgba(13,27,62,0.92);
  color: var(--white);
  font-size: 11px; font-weight: 700; padding: 5px 9px;
  border-radius: 6px;
  letter-spacing: 0.05em; text-transform: uppercase;
  border: 1px solid rgba(245,160,0,0.3);
  backdrop-filter: blur(6px);
  font-family: 'Space Grotesk', sans-serif;
}

/* PROMISE BAND — "Be the bright house in the black-out" */
.promise-band {
  background: linear-gradient(180deg, var(--ink) 0%, var(--navy3) 100%);
  padding: 80px 0;
  text-align: center;
  color: var(--white);
  border-top: 1px solid rgba(255,255,255,0.06);
  position: relative; overflow: hidden;
}
.promise-band::before {
  content: "";
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at center, #000 30%, transparent 70%);
  pointer-events: none;
}
.promise-inner { max-width: 980px; margin: 0 auto; position: relative; z-index: 2; padding: 0 24px; }
.promise-band h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(32px, 5vw, 60px);
  font-weight: 700; line-height: 1.05; letter-spacing: -0.02em;
  margin-bottom: 24px;
}
.promise-band h2 .strike {
  position: relative; color: rgba(255,255,255,0.42);
}
.promise-band h2 .strike::after {
  content: ""; position: absolute; left: -3%; right: -3%; top: 55%; height: 4px;
  background: var(--coral); transform: rotate(-3deg);
}
.promise-band h2 .yes { color: var(--gold); }
.promise-list {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 12px 16px; margin: 32px 0;
  font-size: 16px; color: rgba(255,255,255,0.82);
}
.promise-list span {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 16px; background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10); border-radius: 99px;
}
.promise-list span::before { content: "⚡"; color: var(--gold); }
.promise-tag {
  display: inline-block;
  background: linear-gradient(120deg, var(--gold), #FFD43B);
  color: var(--ink);
  padding: 14px 28px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700; font-size: clamp(18px, 2.5vw, 26px);
  border-radius: 99px; margin-top: 16px;
  box-shadow: 0 12px 30px rgba(245,160,0,0.35);
  letter-spacing: -0.01em;
}

/* 6-CARD PAIN GRID */
.pain-grid-6 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.pain-card-v2 {
  background: var(--white); border-radius: var(--r16); padding: 28px;
  border: 1px solid var(--border); box-shadow: var(--shadow);
  display: flex; flex-direction: column; gap: 16px;
  position: relative;
  transition: transform .2s var(--ease-out), box-shadow .2s var(--ease-out);
}
.pain-card-v2:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.pain-card-v2::before {
  content: ""; position: absolute; top: 0; left: 0; width: 4px; height: 100%;
  background: var(--coral); border-radius: var(--r16) 0 0 var(--r16);
}

/* BENEFIT CARD — make it stand out dramatically */
.pain-card-v2.benefit {
  background: linear-gradient(135deg, rgba(0,201,167,0.10) 0%, rgba(245,158,11,0.08) 100%);
  border: 2px solid rgba(0,201,167,0.45);
  box-shadow: 0 12px 32px rgba(0,201,167,0.15);
  position: relative;
}
.pain-card-v2.benefit::before {
  background: linear-gradient(180deg, var(--teal) 0%, var(--gold) 100%);
  width: 6px;
}
.pain-card-v2.benefit::after {
  content: "✓ THE GOOD NEWS";
  position: absolute; top: -12px; right: 16px;
  background: linear-gradient(120deg, var(--teal), var(--teal-bright));
  color: var(--white);
  padding: 5px 14px; border-radius: 99px;
  font-size: 10px; font-weight: 800; letter-spacing: 0.14em;
  box-shadow: 0 8px 20px rgba(0,201,167,0.4);
}
.pain-card-v2.benefit:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(0,201,167,0.22); }

.pain-card-v2-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: rgba(255,107,74,0.10); color: var(--coral);
  display: flex; align-items: center; justify-content: center; font-size: 22px;
}
.pain-card-v2.benefit .pain-card-v2-icon {
  background: linear-gradient(135deg, var(--teal), var(--gold));
  color: var(--white); width: 56px; height: 56px;
  font-size: 26px;
  box-shadow: 0 8px 20px rgba(0,201,167,0.35);
}
.pain-card-v2 h3 { font-size: 18px; color: var(--ink); font-weight: 600; }
.pain-card-v2.benefit h3 { font-size: 20px; font-weight: 700; }
.pain-card-v2 p { color: var(--text2); font-size: 14.5px; line-height: 1.6; }
.pain-card-v2.benefit p { color: var(--text); font-size: 15px; }
.pain-card-v2-answer {
  margin-top: auto; padding-top: 14px; border-top: 1px dashed var(--border);
  font-size: 14px; color: var(--navy2); font-weight: 600;
}
.pain-card-v2-answer strong { color: var(--teal); }
.pain-card-v2.benefit .pain-card-v2-answer {
  border-top: 2px solid rgba(0,201,167,0.3); font-size: 15px;
}
.pain-card-v2.benefit .pain-card-v2-answer strong { color: var(--gold); }

/* HERO PACKAGE FLAGSHIP */
.hero-pkg-section {
  background: linear-gradient(180deg, var(--navy3) 0%, var(--ink) 100%);
  padding: 96px 0;
  color: var(--white);
  position: relative; overflow: hidden;
}
.hero-pkg-section::before {
  content: ""; position: absolute; top: -20%; right: -10%; width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(245,160,0,0.18) 0%, transparent 60%);
  pointer-events: none;
}
.hero-pkg-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px;
  align-items: center;
}
@media (max-width: 880px) { .hero-pkg-grid { grid-template-columns: 1fr; gap: 32px; } }
.hero-pkg-tag {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(245,160,0,0.15); color: var(--gold);
  padding: 8px 16px; border-radius: 99px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  border: 1px solid rgba(245,160,0,0.3); margin-bottom: 20px;
}
.hero-pkg-section h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(36px, 4.5vw, 56px); font-weight: 700; line-height: 1.05;
  letter-spacing: -0.02em; margin-bottom: 16px; color: var(--white);
}
.hero-pkg-section h2 em {
  font-style: normal;
  background: linear-gradient(120deg, var(--gold), #FFD43B);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.hero-pkg-desc { font-size: 17px; color: rgba(255,255,255,0.82); margin-bottom: 28px; max-width: 520px; }
.hero-pkg-specs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 28px; }
.hero-pkg-spec {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.10);
  padding: 16px; border-radius: var(--r12);
}
.hero-pkg-spec-v {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 24px; font-weight: 700; color: var(--gold); line-height: 1;
}
.hero-pkg-spec-l {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255,255,255,0.6); margin-top: 6px;
}
.hero-pkg-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--r20); padding: 40px;
  position: relative; overflow: hidden;
}
.hero-pkg-card::before {
  content: ""; position: absolute; top: -30%; right: -30%; width: 60%; height: 60%;
  background: radial-gradient(circle, rgba(245,160,0,0.20), transparent 70%);
  pointer-events: none;
}
.hero-pkg-warranty {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(0,201,167,0.10); color: var(--teal-bright);
  padding: 6px 14px; border-radius: 99px; font-size: 12px; font-weight: 700;
  border: 1px solid rgba(0,201,167,0.25); margin-bottom: 20px;
}
.hero-pkg-tier {
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); font-weight: 700; margin-bottom: 8px;
}
.hero-pkg-amt {
  font-family: 'Space Grotesk', sans-serif; font-weight: 700;
  font-size: clamp(38px, 4.5vw, 56px); line-height: 1; color: var(--white); margin-bottom: 6px;
}
.hero-pkg-usd { font-size: 15px; color: rgba(255,255,255,0.6); margin-bottom: 24px; }
.hero-pkg-feats { list-style: none; margin-bottom: 28px; }
.hero-pkg-feats li {
  padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.06);
  display: flex; align-items: center; gap: 10px; font-size: 14.5px; color: rgba(255,255,255,0.85);
}
.hero-pkg-feats li::before { content: "✓"; color: var(--teal-bright); font-weight: 700; }
.hero-pkg-feats li:last-child { border-bottom: 0; }

/* 3-COLUMN CALC RESULTS — Cost / GPL / Save */
.savings-3col {
  display: grid; grid-template-columns: 1fr 1.05fr 1.25fr; gap: 14px; margin-bottom: 16px;
}
@media (max-width: 980px) { .savings-3col { grid-template-columns: 1fr; } }
.savings-panel {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r12);
  padding: 22px 20px;
  display: flex; flex-direction: column;
}
.savings-panel.cost {
  border-color: rgba(245,160,0,0.35);
  background: rgba(245,160,0,0.04);
}
.savings-panel.gpl {
  border-color: rgba(255,107,74,0.40);
  background: rgba(255,107,74,0.05);
}
.savings-panel.save {
  border-color: rgba(0,201,167,0.50);
  background: linear-gradient(135deg, rgba(0,201,167,0.10), rgba(0,201,167,0.04));
  border-width: 2px;
  padding: 26px 22px;
  box-shadow: 0 10px 28px rgba(0,201,167,0.15);
  position: relative;
}
.savings-panel.save::before {
  content: "RECOMMENDED";
  position: absolute; top: -10px; right: 14px;
  background: var(--teal); color: var(--white);
  font-size: 10px; font-weight: 800; letter-spacing: 0.14em;
  padding: 4px 10px; border-radius: 99px;
}
.savings-panel-head {
  font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase;
  font-weight: 800; margin-bottom: 4px;
}
.savings-panel.cost .savings-panel-head { color: #b87800; }
.savings-panel.gpl .savings-panel-head { color: var(--coral); }
.savings-panel.save .savings-panel-head { color: var(--teal); font-size: 14px; }
.savings-panel-sub {
  font-size: 11px; color: var(--text3);
  font-style: italic; margin-bottom: 14px; font-weight: 500;
}
.savings-row {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 7px 0; font-size: 13.5px; color: var(--text2);
  border-bottom: 1px dashed transparent;
}
.savings-row .v { font-weight: 700; color: var(--ink); font-family: 'Space Grotesk', sans-serif; }
.savings-row.payback {
  background: rgba(245,160,0,0.08);
  margin: 4px -8px; padding: 8px;
  border-radius: 4px;
  font-weight: 700;
}
.savings-row.payback .v { color: var(--gold); }
.savings-row .v.neg { color: var(--coral); }
.savings-row .v.pos { color: var(--teal); }
.savings-row.total {
  border-top: 1.5px solid var(--border); margin-top: auto; padding-top: 12px;
  font-size: 14px; font-weight: 700; color: var(--ink);
}
.savings-row.total .v {
  font-family: 'Space Grotesk', sans-serif; font-size: 17px;
}
.savings-panel.gpl .savings-row.total .v { color: var(--coral); font-size: 19px; }
.savings-panel.save .savings-row.total {
  border-top: 2px solid rgba(0,201,167,0.4); padding-top: 14px;
}
.savings-panel.save .savings-row.total .v {
  font-size: 22px; color: var(--teal); font-weight: 800;
}
.savings-panel.save .savings-row.total .v.big { font-size: 24px; }
.savings-panel-foot {
  font-size: 10.5px; color: var(--text3); margin-top: 12px;
  line-height: 1.5; font-style: italic; padding-top: 10px;
  border-top: 1px dashed var(--border);
}

.savings-summary {
  background: linear-gradient(120deg, rgba(245,160,0,0.10), rgba(255,212,59,0.06));
  border: 1px solid rgba(245,160,0,0.30);
  padding: 24px; border-radius: var(--r12); text-align: center;
}
.savings-payback {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 22px; font-weight: 700; color: var(--gold);
  margin-bottom: 6px;
}
.savings-lifetime { font-size: 14.5px; color: var(--text2); margin-bottom: 16px; line-height: 1.5; }
.savings-lifetime b { color: var(--teal); }
.savings-cta-btn { padding: 14px 32px !important; font-size: 15px !important; }
.savings-disclaimer {
  font-size: 11px; color: var(--text3); text-align: center;
  margin-top: 14px; line-height: 1.6;
}

/* PACKAGE CARD UPDATES — GYD-first pricing block */
.pkg-card .pkg-flagship-badge {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(120deg, var(--gold), #FFD43B);
  color: var(--ink); padding: 5px 14px; font-size: 11px; font-weight: 800;
  letter-spacing: 0.14em; border-radius: 99px;
  box-shadow: 0 8px 20px rgba(245,160,0,0.4);
}
.pkg-price-installed {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--r12);
  padding: 18px; margin: 16px 0;
  text-align: center;
}
.pkg-price-label {
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--text3); font-weight: 700; margin-bottom: 6px;
}
.pkg-price-gyd-big {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 28px; font-weight: 700; color: var(--ink); line-height: 1.1;
  letter-spacing: -0.02em;
}
.pkg-price-usd-small { font-size: 12.5px; color: var(--text2); margin-top: 4px; }
.pkg-price-breakdown {
  font-size: 11px; color: var(--text3); margin-top: 8px;
  padding-top: 8px; border-top: 1px dashed var(--border);
}

/* PRODUCT CARD — GYD-first */
.product-price-row { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; }
.product-price-gyd {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 22px; font-weight: 700; color: var(--ink); line-height: 1;
}
.product-price-usd { font-size: 12px; color: var(--text3); }

/* DIY WARNING PILL */
.diy-warning {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(245,160,0,0.10); color: #b87800;
  border: 1px solid rgba(245,160,0,0.30);
  padding: 10px 18px; border-radius: var(--r8);
  font-size: 13.5px; font-weight: 600;
  margin-bottom: 16px;
}
.diy-warning::before { content: "⚠"; font-size: 16px; }

/* CART LINK FIX — make GYD nav cart visible */
.nav-cta .cart-link { font-family: 'Space Grotesk', sans-serif; }

/* PERSONALIZED QUOTE BTN — match nav-cta naming */
.btn-quote { font-weight: 600; }

/* MEDIA */
@media (max-width: 720px) {
  .pain-grid-6 { grid-template-columns: 1fr; }
  .promise-list { font-size: 14px; gap: 10px 12px; }
  .hero-house-stage { aspect-ratio: 1/1; }
  .hero-pkg-specs { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .hero-pkg-spec { padding: 10px; }
  .hero-pkg-spec-v { font-size: 18px; }
  .hero-pkg-card { padding: 24px; }
}

/* Flagship variant — same gold border as featured but custom badge */
.pkg-card.flagship { border-color: var(--gold); }
.pkg-card.flagship .pkg-flagship-badge {
  position: absolute; top: -12px; left: 28px;
  background: linear-gradient(120deg, var(--gold), #FFD43B);
  color: var(--ink);
  font-size: 11px; font-weight: 800; letter-spacing: 0.14em;
  padding: 6px 14px; border-radius: 20px;
  box-shadow: 0 8px 20px rgba(245,160,0,0.4);
}
