/* ================================================
   HOME.CSS — Homepage-only styles
   Mission Green Website
   ================================================ */

/* ── Homepage Hero ── */
.hh {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 160px 5% 80px;
  overflow: hidden;
}

.hh-bg {
  position: absolute;
  inset: 0;
}

.hh-g1 {
  position: absolute;
  width: 650px;
  height: 650px;
  top: -15%;
  right: -8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(128, 217, 89, .14), transparent 70%);
  filter: blur(90px);
  animation: flt 14s ease-in-out infinite;
}

.hh-g2 {
  position: absolute;
  width: 400px;
  height: 400px;
  bottom: 0;
  left: -8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(128, 217, 89, .07), transparent 70%);
  filter: blur(80px);
  animation: flt 11s ease-in-out infinite reverse;
}

.hh-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .022) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black, transparent);
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black, transparent);
}

@keyframes flt {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-28px); }
}

/* ── Circuit Tree ── */
.hh-tree {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: min(480px, 40vw);
  height: min(560px, 48vw);
  animation: ct-sway 18s ease-in-out infinite;
}

@keyframes ct-sway {
  0%, 100% { transform: translateY(-50%) rotate(0deg); }
  50% { transform: translateY(calc(-50% - 8px)) rotate(1.5deg); }
}

/* Trunk — vertical circuit trace */
.ct-trunk {
  position: absolute;
  bottom: 8%;
  left: 50%;
  width: 3px;
  height: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to top, rgba(128, 217, 89, .5), rgba(128, 217, 89, .2) 70%, rgba(128, 217, 89, .05));
  border-radius: 2px;
  box-shadow: 0 0 12px rgba(128, 217, 89, .15);
}

/* Root lines spreading at base */
.ct-root {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, rgba(128, 217, 89, .0), rgba(128, 217, 89, .25), rgba(128, 217, 89, .0));
  border-radius: 1px;
  bottom: 8%;
}
.ct-root-1 { left: 30%; width: 40%; }
.ct-root-2 { left: 22%; width: 20%; bottom: 11%; transform: rotate(-8deg); }
.ct-root-3 { right: 22%; width: 20%; bottom: 11%; transform: rotate(8deg); }

/* Main branches — circuit traces going outward and up */
.ct-branch {
  position: absolute;
  background: rgba(128, 217, 89, .2);
  border-radius: 1px;
  box-shadow: 0 0 6px rgba(128, 217, 89, .08);
}

/* Left branches */
.ct-b1 { width: 2px; height: 22%; bottom: 44%; left: 50%; transform-origin: bottom center; transform: translateX(-50%) rotate(35deg); }
.ct-b2 { width: 2px; height: 18%; bottom: 55%; left: 42%; transform-origin: bottom center; transform: rotate(55deg); }
.ct-b3 { width: 2px; height: 15%; bottom: 62%; left: 50%; transform-origin: bottom center; transform: translateX(-50%) rotate(-20deg); }

/* Right branches */
.ct-b4 { width: 2px; height: 24%; bottom: 42%; left: 50%; transform-origin: bottom center; transform: translateX(-50%) rotate(-38deg); }
.ct-b5 { width: 2px; height: 16%; bottom: 58%; left: 55%; transform-origin: bottom center; transform: rotate(-50deg); }
.ct-b6 { width: 2px; height: 20%; bottom: 50%; left: 50%; transform-origin: bottom center; transform: translateX(-50%) rotate(-10deg); }

/* Sub branches — thinner offshoots */
.ct-sub {
  position: absolute;
  width: 1.5px;
  background: rgba(128, 217, 89, .12);
  border-radius: 1px;
}
.ct-s1 { height: 10%; top: 18%; left: 28%; transform: rotate(25deg); }
.ct-s2 { height: 8%; top: 22%; left: 22%; transform: rotate(60deg); }
.ct-s3 { height: 10%; top: 16%; right: 28%; transform: rotate(-30deg); }
.ct-s4 { height: 8%; top: 20%; right: 22%; transform: rotate(-55deg); }

/* Junction nodes — glowing dots where branches meet */
.ct-node {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--g);
  box-shadow: 0 0 10px rgba(128, 217, 89, .7), 0 0 25px rgba(128, 217, 89, .25);
  z-index: 2;
}

.ct-nd1 { bottom: 44%; left: 50%; transform: translate(-50%, 50%); animation: ct-node-glow 3s ease-in-out infinite 0s; }
.ct-nd2 { top: 34%; left: 32%; animation: ct-node-glow 3s ease-in-out infinite .4s; }
.ct-nd3 { top: 28%; left: 24%; animation: ct-node-glow 3s ease-in-out infinite .8s; }
.ct-nd4 { top: 22%; left: 38%; animation: ct-node-glow 3s ease-in-out infinite 1.2s; }
.ct-nd5 { top: 32%; right: 30%; animation: ct-node-glow 3s ease-in-out infinite 1.6s; }
.ct-nd6 { top: 26%; right: 23%; animation: ct-node-glow 3s ease-in-out infinite 2s; }
.ct-nd7 { top: 20%; right: 36%; animation: ct-node-glow 3s ease-in-out infinite 2.4s; }
.ct-nd8 { top: 40%; left: 50%; transform: translateX(-50%); animation: ct-node-glow 3s ease-in-out infinite 2.8s; }

@keyframes ct-node-glow {
  0%, 100% { transform: scale(1); opacity: .6; box-shadow: 0 0 10px rgba(128, 217, 89, .7), 0 0 25px rgba(128, 217, 89, .25); }
  50% { transform: scale(1.5); opacity: 1; box-shadow: 0 0 18px rgba(128, 217, 89, .9), 0 0 40px rgba(128, 217, 89, .4); }
}

/* Leaf clusters — larger glowing endpoints at branch tips */
.ct-leaf {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 35%, #c8ff8a, #80D959 50%, #3a9e18 90%);
  box-shadow: 0 0 20px rgba(128, 217, 89, .6), 0 0 50px rgba(128, 217, 89, .15);
  z-index: 3;
}

.ct-l1 { top: 14%; left: 26%; animation: ct-leaf-breathe 4s ease-in-out infinite 0s; }
.ct-l2 { top: 8%; left: 38%; animation: ct-leaf-breathe 4s ease-in-out infinite .7s; }
.ct-l3 { top: 18%; left: 18%; animation: ct-leaf-breathe 4s ease-in-out infinite 1.4s; }
.ct-l4 { top: 12%; right: 26%; animation: ct-leaf-breathe 4s ease-in-out infinite 2.1s; }
.ct-l5 { top: 6%; right: 36%; animation: ct-leaf-breathe 4s ease-in-out infinite 2.8s; }
.ct-l6 { top: 16%; right: 18%; animation: ct-leaf-breathe 4s ease-in-out infinite 3.5s; }

@keyframes ct-leaf-breathe {
  0%, 100% { box-shadow: 0 0 20px rgba(128, 217, 89, .6), 0 0 50px rgba(128, 217, 89, .15); transform: scale(1); }
  50% { box-shadow: 0 0 35px rgba(128, 217, 89, .8), 0 0 70px rgba(128, 217, 89, .3); transform: scale(1.15); }
}

/* Energy pulses flowing upward through trunk and branches */
.ct-pulse {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c8ff8a;
  box-shadow: 0 0 10px rgba(200, 255, 138, .9), 0 0 20px rgba(128, 217, 89, .4);
  z-index: 5;
  opacity: 0;
}

.ct-p1 { animation: ct-flow-trunk 3s ease-in-out infinite 0s; }
.ct-p2 { animation: ct-flow-trunk 3s ease-in-out infinite 1s; }
.ct-p3 { animation: ct-flow-trunk 3s ease-in-out infinite 2s; }
.ct-p4 { animation: ct-flow-left 3.5s ease-in-out infinite .5s; }
.ct-p5 { animation: ct-flow-right 3.5s ease-in-out infinite 1.5s; }
.ct-p6 { animation: ct-flow-center 4s ease-in-out infinite .8s; }

/* Pulse up the trunk */
@keyframes ct-flow-trunk {
  0% { bottom: 8%; left: 50%; opacity: 0; }
  10% { opacity: 1; }
  80% { opacity: .8; }
  100% { bottom: 55%; left: 50%; opacity: 0; }
}

/* Pulse toward left canopy */
@keyframes ct-flow-left {
  0% { bottom: 44%; left: 50%; opacity: 0; }
  10% { opacity: 1; }
  50% { bottom: 60%; left: 36%; opacity: .9; }
  100% { bottom: 78%; left: 24%; opacity: 0; }
}

/* Pulse toward right canopy */
@keyframes ct-flow-right {
  0% { bottom: 44%; left: 50%; opacity: 0; }
  10% { opacity: 1; }
  50% { bottom: 62%; left: 62%; opacity: .9; }
  100% { bottom: 80%; left: 72%; opacity: 0; }
}

/* Pulse straight up through center */
@keyframes ct-flow-center {
  0% { bottom: 44%; left: 50%; opacity: 0; }
  10% { opacity: 1; }
  80% { opacity: .7; }
  100% { bottom: 85%; left: 50%; opacity: 0; }
}

/* Ground glow — base of the tree */
.ct-ground {
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 30px;
  background: radial-gradient(ellipse at center, rgba(128, 217, 89, .12), transparent 70%);
  filter: blur(10px);
  border-radius: 50%;
}

/* ── Hero Content ── */
.hh-content {
  position: relative;
  z-index: 2;
  max-width: 660px;
  animation: fadeUp .8s cubic-bezier(.22, .68, 0, 1.2) both;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

.hh-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border: 1px solid var(--g30);
  border-radius: 100px;
  margin-bottom: 28px;
  background: rgba(128, 217, 89, .05);
}

.hh-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--g);
  animation: pulse 2s ease-in-out infinite;
}

.hh-badge span {
  font-size: 12px;
  font-weight: 600;
  color: var(--g);
  letter-spacing: .5px;
}

.hh-h1 {
  font-family: var(--fh);
  font-size: clamp(46px, 6.5vw, 92px);
  font-weight: 800;
  line-height: .93;
  letter-spacing: -.045em;
  margin-bottom: 24px;
}

.hh-h1 .g { color: var(--g); }
.hh-h1 .outline {
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, .45);
  color: transparent;
}

.hh-sub {
  font-size: clamp(15px, 1.5vw, 18px);
  color: rgba(255, 255, 255, .55);
  line-height: 1.9;
  max-width: 500px;
  margin-bottom: 36px;
}

/* ── Neighbour Savings Link ── */
.hh-neighbour {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding: 8px 18px 8px 14px;
  background: rgba(128, 217, 89, .04);
  border: 1px solid rgba(128, 217, 89, .12);
  border-radius: 100px;
  transition: border-color .25s var(--ease2), background .25s var(--ease2);
}
.hh-neighbour span {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, .55);
  transition: color .25s;
}
.hh-neighbour svg:last-child {
  transition: transform .25s var(--ease2);
}
.hh-neighbour:hover {
  background: rgba(128, 217, 89, .08);
  border-color: rgba(128, 217, 89, .3);
  transform: translateX(3px);
}
.hh-neighbour:hover span { color: var(--g); }
.hh-neighbour:hover svg:last-child { transform: translateX(3px); }

/* ── Trust Strip ── */
.trust-strip {
  margin-top: 56px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, .07);
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 48px);
  flex-wrap: wrap;
}

.trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.trust-num {
  font-family: var(--fh);
  font-size: 20px;
  font-weight: 800;
  color: var(--g);
  letter-spacing: -.04em;
}

.trust-lbl {
  font-size: 11px;
  color: rgba(255, 255, 255, .45);
  line-height: 1.5;
}

.trust-icon{width:32px;height:32px;border-radius:8px;background:var(--g10);border:1px solid var(--g20);display:flex;align-items:center;justify-content:center;margin-bottom:6px;transition:background .3s,border-color .3s;}
.trust-item:hover .trust-icon{background:var(--g20);border-color:var(--g30);}

.trust-div {
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, .07);
}

/* ── Pillar Grid ── */
.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 56px;
}

.pillar {
  padding: 52px 40px;
  background: var(--glass);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  position: relative;
  overflow: hidden;
  border-top: 2px solid transparent;
  transition: transform .3s var(--ease), border-color .3s, background .3s;
  will-change: transform;
  transform: translateZ(0);
}

.pillar:hover {
  border-top-color: var(--g30);
  background: var(--glass-hover);
}

.p-num {
  font-family: var(--fh);
  font-size: 64px;
  font-weight: 800;
  color: rgba(128, 217, 89, .05);
  position: absolute;
  top: 16px;
  right: 20px;
  line-height: 1;
}

.p-icon {
  width: 50px;
  height: 50px;
  border-radius: 11px;
  background: var(--g10);
  border: 1px solid var(--g20);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.p-icon svg {
  width: 22px;
  height: 22px;
}

.pillar h3 {
  font-family: var(--fh);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.03em;
  margin-bottom: 12px;
}

.pillar p {
  font-size: 13px;
  color: rgba(255, 255, 255, .55);
  line-height: 1.8;
}

/* ── Ecosystem Grid ── */
.eco-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 52px;
}

.eco-item {
  padding: 36px;
  background: var(--glass);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border-left: 3px solid transparent;
  transition: transform .3s var(--ease), border-color .3s, background .3s;
  position: relative;
  display: block;
  will-change: transform;
  transform: translateZ(0);
}

.eco-item:hover {
  background: var(--glass-hover);
  border-left-color: var(--g);
}

.eco-tag {
  font-size: 10px;
  font-weight: 700;
  color: var(--g);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.eco-item .eco-h {
  font-family: var(--fh);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.03em;
  margin-bottom: 10px;
}

.eco-item p {
  font-size: 13px;
  color: rgba(255, 255, 255, .55);
  line-height: 1.78;
}

.eco-arrow {
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: rgba(255, 255, 255, .45);
  transition: color .2s, transform .2s;
}

.eco-item:hover .eco-arrow {
  border-color: var(--g);
  color: var(--g);
}

/* ── Calculator ── */
.calc-wrap {
  background: var(--glass-strong);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--glass-border);
  border-radius: var(--r16);
  padding: 44px;
  margin-top: 52px;
  transform: translateZ(0);
}

.calc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

.calc-field {
  margin-bottom: 18px;
}

.calc-field label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, .55);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.calc-field input,
.calc-field select {
  width: 100%;
  padding: 12px 16px;
  background: var(--d3);
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: var(--r8);
  color: #fff;
  font-family: var(--fb);
  font-size: 14px;
  outline: none;
  transition: border-color .2s;
  -webkit-appearance: none;
}

.calc-field input:focus,
.calc-field select:focus {
  border-color: var(--g30);
}

.calc-field select option {
  background: var(--d3);
}

.calc-result {
  background: var(--glass);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-strong-border);
  border-radius: var(--r12);
  padding: 32px;
  transform: translateZ(0);
}

.calc-result-num {
  font-family: var(--fh);
  font-size: 52px;
  font-weight: 800;
  color: var(--g);
  letter-spacing: -.04em;
  line-height: 1;
  margin-bottom: 6px;
}

.calc-result-lbl {
  font-size: 13px;
  color: rgba(255, 255, 255, .55);
  margin-bottom: 24px;
}

.calc-r-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.calc-r-row:last-child {
  border-bottom: none;
}

.calc-r-row span:first-child {
  font-size: 13px;
  color: rgba(255, 255, 255, .55);
}

.calc-r-row span:last-child {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}

/* ── Homepage Responsive ── */
@media (max-width: 1024px) {
  .calc-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .hh {
    padding-top: 130px;
  }

  .hh-tree {
    display: none;
  }

  .pillar-grid,
  .eco-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .hh-h1 {
    font-size: clamp(36px, 10vw, 56px);
  }

  .hh-content {
    padding-right: 16px;
  }

  .hh-sub {
    overflow-wrap: break-word;
    word-break: break-word;
  }

  .trust-strip {
    gap: 16px;
    flex-wrap: wrap;
  }

  .trust-div {
    display: none;
  }

  .calc-wrap {
    padding: 24px;
  }
}

@media (max-width: 375px) {
  .hh-content {
    padding-right: 12px;
    max-width: 100%;
  }

  .cta-trust {
    font-size: 11px !important;
    word-break: break-word;
  }
}

/* ── Phase 2B: Mobile hero pulsing ring ── */
@media (max-width: 900px) {
  .hh::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 320px;
    height: 320px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid var(--g20);
    animation: pulse-ring 4s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
  }
  .hh::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid var(--g10);
    animation: pulse-ring 4s ease-in-out infinite 1s;
    pointer-events: none;
    z-index: 0;
  }
  @keyframes pulse-ring {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: .4; }
    50% { transform: translate(-50%, -50%) scale(1.15); opacity: .15; }
  }
}

/* ── Phase 2A: Calculator section green tint ── */
.calc-section-bg {
  background: linear-gradient(135deg, var(--d1) 0%, rgba(128, 217, 89, .03) 100%) !important;
}

/* ── Phase 2A: Case studies horizontal scroll on mobile ── */
@media (max-width: 768px) {
  .cs-scroll {
    display: flex !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    padding-bottom: 16px;
    -webkit-overflow-scrolling: touch;
  }
  .cs-scroll > .cs-card {
    flex: 0 0 85%;
    scroll-snap-align: start;
  }
  .cs-scroll::-webkit-scrollbar { height: 4px; }
  .cs-scroll::-webkit-scrollbar-track { background: var(--d3); border-radius: 2px; }
  .cs-scroll::-webkit-scrollbar-thumb { background: var(--g30); border-radius: 2px; }
}

/* Before / After Bills */
.ba-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:52px;}
.ba-card{text-align:center;padding:40px 28px;}
.ba-tag{display:inline-block;font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:rgba(255,255,255,.55);padding:5px 14px;border:1px solid rgba(255,255,255,.1);border-radius:100px;margin-bottom:28px;}
.ba-tag-green{color:var(--g);border-color:var(--g30);background:var(--g10);}
.ba-stat{margin-bottom:24px;}
.ba-num{font-family:var(--fh);font-size:clamp(32px,5vw,44px);font-weight:800;color:#fff;letter-spacing:-.04em;display:block;}
.ba-after .ba-num{color:var(--g);}
.ba-period{font-size:13px;color:rgba(255,255,255,.55);margin-top:4px;display:block;}
.ba-stat-total{padding-top:24px;border-top:1px solid var(--glass-border);}
.ba-saving{font-family:var(--fh);font-size:14px;font-weight:700;color:var(--g);padding:14px;background:var(--g10);border:1px solid var(--g20);border-radius:var(--r8);margin-top:8px;}
@media(max-width:768px){.ba-grid{grid-template-columns:1fr;}}

/* Trend Badge */
.trend-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;background:rgba(255,107,107,.06);border:1px solid rgba(255,107,107,.15);border-radius:100px;font-size:12px;color:rgba(255,255,255,.55);margin-top:16px;}
.trend-badge strong{color:#ff6b6b;font-weight:700;}

/* Skeleton Loading */
@keyframes skeleton-pulse{0%{background-position:-200px 0}100%{background-position:calc(200px + 100%) 0}}
.calc-result.loading .calc-result-num,.calc-result.loading .calc-r-val{color:transparent;position:relative;}
.calc-result.loading .calc-result-num::after,.calc-result.loading .calc-r-val::after{content:'';position:absolute;inset:4px 0;border-radius:4px;background:linear-gradient(90deg,rgba(255,255,255,.03),rgba(255,255,255,.08),rgba(255,255,255,.03));background-size:200px 100%;animation:skeleton-pulse 1.5s ease-in-out infinite;}
@media(prefers-reduced-motion:reduce){.calc-result.loading .calc-result-num::after,.calc-result.loading .calc-r-val::after{animation:none;}}

/* Rebate Cards */
.rebate-card{text-align:center;padding:32px 24px;}
.rebate-icon{width:48px;height:48px;border-radius:12px;background:var(--g10);border:1px solid var(--g20);display:flex;align-items:center;justify-content:center;margin:0 auto 16px;}
.rebate-icon svg{width:22px;height:22px;stroke:var(--g);fill:none;stroke-width:2;}
.rebate-card h3{font-family:var(--fh);font-size:16px;font-weight:700;margin-bottom:4px;}
.rebate-value{font-family:var(--fh);font-size:clamp(28px,4vw,36px);font-weight:800;color:var(--g);letter-spacing:-.03em;margin:8px 0;}
.rebate-card p{font-size:13px;color:rgba(255,255,255,.55);line-height:1.7;margin-bottom:16px;}
.rebate-link{font-size:13px;font-weight:700;color:var(--g);transition:opacity .2s;}
.rebate-link:hover{opacity:.7;}
@media(max-width:768px){.rebate-card{padding:24px 16px;}.rebate-value{font-size:28px;}}
