/* Gridstone EV Models v2.0.0 — warm amber/gold, white cards, full spec grid */
.gev-app{font-family:inherit;color:#1e293b}
.gev-loading{text-align:center;padding:3rem;color:#94a3b8;font-size:15px}
.gev-spinner{display:inline-block;width:20px;height:20px;border:2px solid #1e3a5f;border-top-color:#E8A020;border-radius:50%;animation:gev-spin .7s linear infinite;vertical-align:middle;margin-right:8px}
@keyframes gev-spin{to{transform:rotate(360deg)}}
.gev-error{background:#fff8f0;border:1px solid #E8A020;color:#92400e;border-radius:10px;padding:1rem 1.5rem}
.gev-no-results{text-align:center;padding:3rem;color:#64748b;font-size:15px;background:#fff;border-radius:12px;border:1px dashed #e2e8f0}

/* Category header */
.gev-category-header{background:linear-gradient(135deg,#0a1628 0%,#0f2038 55%,#1a3020 100%);border-radius:16px;padding:2.25rem 2rem 2rem;margin-bottom:1.75rem;position:relative;overflow:hidden;border:1px solid #1e3a5f;box-shadow:0 8px 32px rgba(0,0,0,0.3)}
.gev-category-header::before{content:'';position:absolute;top:-80px;right:-60px;width:260px;height:260px;background:radial-gradient(circle,rgba(232,160,32,0.15) 0%,transparent 70%);pointer-events:none}
.gev-category-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#E8A020;margin-bottom:.4rem}
.gev-category-title{font-size:30px;font-weight:800;color:#FAFAF8;margin-bottom:.35rem;line-height:1.2}
.gev-category-sub{font-size:14px;color:#94a3b8}
.gev-category-stats{display:flex;gap:2.5rem;margin-top:1.5rem;flex-wrap:wrap}
.gev-stat{display:flex;flex-direction:column}
.gev-stat-val{font-size:22px;font-weight:800;color:#E8A020;line-height:1}
.gev-stat-label{font-size:11px;color:#64748b;margin-top:3px}

/* Filter bar */
.gev-filter-bar{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.5rem 1.75rem;margin-bottom:1.5rem;box-shadow:0 4px 20px rgba(0,0,0,0.07)}
.gev-filter-title{font-size:12px;font-weight:700;color:#E8A020;text-transform:uppercase;letter-spacing:.1em;margin:0 0 .4rem}
.gev-filter-subtitle{font-size:13px;color:#64748b;margin-bottom:1.25rem;line-height:1.5}
.gev-priority-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:.75rem;margin-bottom:1.25rem}
.gev-priority-btn{display:flex;flex-direction:column;align-items:center;gap:5px;padding:14px 10px;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;text-align:center;position:relative;transition:all .2s}
.gev-priority-btn:hover{border-color:#E8A020;background:#fffbf0}
.gev-priority-btn.active{border-color:#E8A020;background:linear-gradient(135deg,#fffbf0,#fff8e6);box-shadow:0 2px 12px rgba(232,160,32,0.2)}
.gev-pb-icon{font-size:22px;line-height:1}
.gev-pb-label{font-size:12px;font-weight:700;color:#1e293b}
.gev-pb-sub{font-size:10px;color:#94a3b8;line-height:1.3}
.gev-pb-rank{position:absolute;top:6px;right:8px;font-size:11px;font-weight:800;color:#E8A020}
.gev-priority-btn.active .gev-pb-label{color:#92400e}
.gev-filter-actions{display:flex;align-items:center;gap:10px;padding-top:1rem;border-top:1px solid #f1f5f9;flex-wrap:wrap}
.gev-result-count{font-size:12px;color:#94a3b8;margin-left:auto}

/* Buttons */
.gev-btn{background:linear-gradient(135deg,#E8A020 0%,#C96A1A 100%);color:#0a1628;border:none;border-radius:8px;padding:9px 22px;font-size:13px;font-weight:800;cursor:pointer;box-shadow:0 2px 10px rgba(232,160,32,0.35);transition:opacity .15s,transform .1s}
.gev-btn:hover{opacity:.9;transform:translateY(-1px)}
.gev-btn-ghost{background:#fff;color:#64748b;border:1px solid #e2e8f0;box-shadow:none;font-weight:600}
.gev-btn-ghost:hover{background:#f8fafc;color:#1e293b;transform:none}

/* Compare tray */
.gev-compare-tray{background:#0a1628;border:1px solid #1e3a5f;border-radius:12px;padding:1rem 1.5rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.gev-tray-label{font-size:12px;font-weight:700;color:#E8A020;white-space:nowrap}
.gev-tray-slots{display:flex;gap:8px;flex-wrap:wrap;flex:1}
.gev-tray-empty{font-size:12px;color:#475569;font-style:italic}
.gev-tray-chip{background:#1a3020;border:1px solid #E8A020;border-radius:20px;padding:5px 12px;font-size:12px;color:#F5C842;display:flex;align-items:center;gap:6px;font-weight:600}
.gev-tray-remove{background:none;border:none;color:#64748b;cursor:pointer;font-size:16px;padding:0;line-height:1}
.gev-tray-remove:hover{color:#f87171}

/* Model grid */
.gev-model-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem;margin-bottom:2rem}

/* Model card — dark */
.gev-model-card{background:#0f2038;border:1px solid #1e3a5f;border-radius:16px;overflow:visible;transition:border-color .2s,transform .2s,box-shadow .2s;box-shadow:0 4px 20px rgba(0,0,0,0.25)}
.gev-model-card:hover{border-color:#E8A020;transform:translateY(-4px);box-shadow:0 12px 36px rgba(232,160,32,0.18)}
.gev-model-card.gev-selected{border:2px solid #E8A020;box-shadow:0 0 0 4px rgba(232,160,32,0.12),0 12px 36px rgba(232,160,32,0.18)}

/* Card top */
.gev-card-top{background:#0a1628;padding:10px 14px;display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}
.gev-fit-block{display:flex;align-items:baseline;gap:4px}
.gev-fit-score{font-size:16px;font-weight:800;color:#E8A020}
.gev-fit-label{font-size:10px;color:#64748b;text-transform:uppercase;letter-spacing:.05em}
.gev-card-badges{display:flex;gap:5px;align-items:center;flex-wrap:wrap}
.gev-pick-badge{font-size:10px;font-weight:700;background:rgba(232,160,32,0.15);color:#E8A020;border:1px solid rgba(232,160,32,0.35);border-radius:20px;padding:2px 8px}
.gev-pt-badge{font-size:10px;font-weight:700;border-radius:20px;padding:3px 9px}
.gev-pt-EV{background:rgba(55,138,221,0.15);color:#7CB9F4;border:1px solid rgba(55,138,221,0.35)}
.gev-pt-PHEV{background:rgba(99,153,34,0.15);color:#97C459;border:1px solid rgba(99,153,34,0.35)}
.gev-pt-REEV{background:rgba(186,117,23,0.15);color:#EF9F27;border:1px solid rgba(186,117,23,0.35)}
.gev-status-badge{font-size:10px;font-weight:700;border-radius:20px;padding:3px 9px}
.gev-status-coming_soon{background:rgba(232,160,32,0.12);color:#E8A020;border:1px solid rgba(232,160,32,0.3)}
.gev-status-sold_out{background:rgba(239,68,68,0.1);color:#f87171;border:1px solid rgba(239,68,68,0.3)}

/* Gallery */
.gev-card-gallery{position:relative;height:160px;overflow:hidden;background:#ffffff}
.gev-gallery-track{display:flex;height:100%;transition:transform .35s cubic-bezier(.4,0,.2,1)}
.gev-gallery-slide{min-width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:10px 18px}
.gev-gallery-slide img{max-width:100%;max-height:140px;object-fit:contain;filter:drop-shadow(0 6px 18px rgba(0,0,0,0.5));transition:transform .3s}
.gev-model-card:hover .gev-gallery-slide img{transform:scale(1.04)}
.gev-img-placeholder img{max-height:40px;opacity:.2}
.gev-gallery-prev,.gev-gallery-next{position:absolute;top:50%;transform:translateY(-50%);background:rgba(10,22,40,0.75);border:1px solid rgba(232,160,32,0.4);color:#E8A020;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;z-index:2;transition:background .15s;padding:0}
.gev-gallery-prev{left:8px}.gev-gallery-next{right:8px}
.gev-gallery-prev:hover,.gev-gallery-next:hover{background:rgba(232,160,32,0.3)}
.gev-gallery-prev.gev-hidden,.gev-gallery-next.gev-hidden{display:none}
.gev-gallery-dots{position:absolute;bottom:7px;left:50%;transform:translateX(-50%);display:flex;gap:5px}
.gev-gallery-dot{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,0.2);cursor:pointer;transition:background .15s,transform .15s;border:none;padding:0}
.gev-gallery-dot.active{background:#E8A020;transform:scale(1.3)}

/* Card body */
.gev-card-body{padding:14px 16px 20px;background:#0f2038}
.gev-brand{font-size:10px;color:#E8A020;font-weight:700;letter-spacing:.07em;text-transform:uppercase;margin-bottom:2px}
.gev-model-name{font-size:18px;font-weight:800;color:#FAFAF8;line-height:1.2;margin-bottom:2px}
.gev-model-variant{font-size:12px;color:#64748b;margin-bottom:12px}

/* Spec grid */
.gev-spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#1e3a5f;border:1px solid #1e3a5f;border-radius:10px;overflow:hidden;margin-bottom:12px}
.gev-spec-cell{background:#0a1628;padding:9px 12px}
.gev-spec-cell-label{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:#64748b;margin-bottom:3px}
.gev-spec-cell-value{font-size:14px;font-weight:800;color:#FAFAF8;line-height:1.2}
.gev-spec-cell-value.hi{color:#E8A020}
.gev-spec-cell-unit{font-size:10px;color:#94a3b8;font-weight:500}
.gev-spec-cell-empty{font-size:13px;color:#334155}

/* Tags */
.gev-spec-extras{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:12px}
.gev-spec-tag{font-size:10px;font-weight:600;background:rgba(232,160,32,0.08);color:#D4891A;border:1px solid rgba(232,160,32,0.2);border-radius:6px;padding:3px 8px;white-space:nowrap}

/* Price */
.gev-price-row{display:flex;align-items:baseline;gap:5px;margin-bottom:12px}
.gev-price-from{font-size:12px;color:#64748b}
.gev-price{font-size:22px;font-weight:800;color:#FAFAF8}
.gev-price-label{font-size:12px;color:#64748b}
.gev-price-coming{font-size:13px;font-weight:700;color:#E8A020}

/* CTAs */
.gev-card-ctas{display:flex;gap:6px;margin-bottom:8px}
.gev-cta-btn{flex:1;background:transparent;border:1px solid #1e3a5f;color:#94a3b8;font-size:11px;border-radius:7px;padding:7px 6px;cursor:pointer;white-space:nowrap;font-weight:700;transition:all .15s}
.gev-cta-btn:hover{background:#E8A020;border-color:#E8A020;color:#0a1628}
.gev-compare-toggle{width:100%;background:transparent;border:1px dashed #1e3a5f;color:#475569;font-size:12px;border-radius:8px;padding:8px;cursor:pointer;transition:all .15s;font-weight:700}
.gev-compare-toggle:hover{border-color:#E8A020;color:#E8A020}
.gev-compare-toggle.gev-compare-active{background:linear-gradient(135deg,#1a2800,#2a3800);border:1px solid #E8A020;color:#F5C842}

/* Compare section */
.gev-compare-section{margin-top:2.5rem;padding-top:2.5rem;border-top:3px solid #E8A020}
.gev-compare-heading{font-size:22px;font-weight:800;color:#0f172a;margin-bottom:1.5rem}
.gev-compare-table-wrap{overflow-x:auto;margin-bottom:2rem;border-radius:14px;overflow:hidden;border:1px solid #e2e8f0;box-shadow:0 2px 12px rgba(0,0,0,0.06)}
.gev-compare-table{width:100%;border-collapse:collapse;font-size:13px}
.gev-compare-table th{background:linear-gradient(135deg,#0a1628,#0f2038);padding:12px 16px;text-align:left;font-weight:700;font-size:12px;color:#94a3b8;border-bottom:2px solid #E8A020}
.gev-compare-table th.gev-car-col{text-align:center}
.gev-compare-table td{padding:11px 16px;border-bottom:1px solid #f1f5f9;color:#1e293b;background:#fff}
.gev-compare-table td.gev-car-col{text-align:center}
.gev-compare-table tr:last-child td{border-bottom:none}
.gev-compare-table tr:nth-child(even) td{background:#f8fafc}
.gev-compare-table tr:hover td{background:#fffbf0}
.gev-spec-label{color:#64748b;font-size:12px;font-weight:600}
.gev-th-brand{font-size:10px;color:#E8A020;font-weight:700;text-transform:uppercase;letter-spacing:.06em}
.gev-th-model{font-size:14px;font-weight:800;color:#fff}
.gev-winner{background:linear-gradient(135deg,#fffbf0,#fff8e6);color:#92400e;border-radius:6px;padding:3px 10px;font-size:12px;font-weight:700;display:inline-block;border:1px solid #E8A020}
.gev-radar-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.5rem;margin:1.5rem 0;position:relative;height:300px}
.gev-radar-legend{display:flex;gap:16px;flex-wrap:wrap;margin-top:1rem}
.gev-radar-key{display:flex;align-items:center;gap:6px;font-size:12px;color:#64748b;font-weight:600}
.gev-radar-dot{width:10px;height:10px;border-radius:50%;display:inline-block}
.gev-proscons-wrap{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin:1.5rem 0}
.gev-pc-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;box-shadow:0 2px 8px rgba(0,0,0,0.05)}
.gev-pc-name{font-size:14px;font-weight:800;color:#0f172a;margin-bottom:.85rem}
.gev-pc-pros strong{color:#166534;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;display:block;margin-bottom:5px}
.gev-pc-cons strong{color:#DC2626;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;display:block;margin-top:12px;margin-bottom:5px}
.gev-pc-pros ul,.gev-pc-cons ul{margin:0 0 0 1rem;padding:0}
.gev-pc-pros li{font-size:13px;color:#166534;margin-bottom:4px}
.gev-pc-cons li{font-size:13px;color:#DC2626;margin-bottom:4px}
.gev-verdict{background:linear-gradient(135deg,#fffbf0,#fff8e6);border-left:4px solid #E8A020;border-radius:0 12px 12px 0;padding:1.25rem 1.5rem;margin:1.5rem 0;box-shadow:0 2px 12px rgba(232,160,32,0.1)}
.gev-verdict-label{font-size:11px;font-weight:800;color:#92400e;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.6rem}
.gev-verdict p{font-size:14px;color:#1e293b;line-height:1.7;margin:.4rem 0}
.gev-compare-ctas{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.75rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}
.gev-compare-cta-group{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.gev-cta-model-name{font-size:12px;font-weight:700;color:#92400e;margin-right:4px}

/* ── v2.1.0 ADDITIONS ── */

/* Score badges */
.gev-score-badge { font-size:10px; font-weight:700; border-radius:20px; padding:3px 10px; }
.gev-badge-pick  { background:rgba(232,160,32,0.2);  color:#E8A020; border:1px solid rgba(232,160,32,0.4); }
.gev-badge-high  { background:rgba(99,153,34,0.15);  color:#97C459; border:1px solid rgba(99,153,34,0.35); }
.gev-badge-worth { background:rgba(55,138,221,0.15); color:#7CB9F4; border:1px solid rgba(55,138,221,0.35); }
.gev-badge-spec  { background:rgba(148,163,184,0.1); color:#94a3b8; border:1px solid rgba(148,163,184,0.3); }

/* Status badges — expanded */
.gev-status-future_model      { background:rgba(55,138,221,0.12); color:#7CB9F4; border:1px solid rgba(55,138,221,0.3); font-size:10px; font-weight:700; border-radius:20px; padding:3px 9px; }
.gev-status-research_required { background:rgba(186,117,23,0.12); color:#EF9F27; border:1px solid rgba(186,117,23,0.3); font-size:10px; font-weight:700; border-radius:20px; padding:3px 9px; }
.gev-status-not_recommended   { background:rgba(239,68,68,0.1);   color:#f87171; border:1px solid rgba(239,68,68,0.3);  font-size:10px; font-weight:700; border-radius:20px; padding:3px 9px; }

/* Key highlights */
.gev-highlights { display:flex; flex-wrap:wrap; gap:5px; margin-bottom:12px; }
.gev-highlight-item {
  font-size:11px; font-weight:700; color:#0a1628;
  background:linear-gradient(135deg,#E8A020,#F5C842);
  border-radius:6px; padding:4px 10px; white-space:nowrap;
}

/* Solar score row */
.gev-solar-row {
  display:flex; align-items:center; justify-content:space-between;
  background:rgba(55,138,221,0.06); border:1px solid rgba(55,138,221,0.15);
  border-radius:8px; padding:7px 12px; margin-bottom:10px;
}
.gev-solar-label { font-size:11px; color:#7CB9F4; font-weight:600; }
.gev-solar-score { font-size:13px; font-weight:800; color:#7CB9F4; }

/* Lease row */
.gev-lease-row {
  display:flex; align-items:baseline; justify-content:space-between;
  background:rgba(232,160,32,0.06); border:1px solid rgba(232,160,32,0.15);
  border-radius:8px; padding:7px 12px; margin-bottom:12px;
}
.gev-lease-from   { font-size:11px; color:#94a3b8; }
.gev-lease-amount { font-size:15px; font-weight:800; color:#E8A020; }

/* Amber CTA override for compare section */
.gev-cta-amber { background:#E8A020 !important; border-color:#E8A020 !important; color:#0a1628 !important; }

/* ══════════════════════════════════════════════════════════
   SEARCH BAR — .gev-category-tools
   Added in v2.4.7 — works on all category pages
══════════════════════════════════════════════════════════ */

.gev-category-tools {
  margin-bottom: 24px;
}

.gev-search-wrap {
  display: flex;
  align-items: center;
  gap: 0;
  background: #0d1b2a !important;
  border: 1.5px solid rgba(232,160,32,0.45) !important;
  border-radius: 12px;
  padding: 0 16px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.gev-search-wrap:focus-within {
  border-color: #E8A020 !important;
  box-shadow: 0 0 0 3px rgba(232,160,32,0.15);
}

.gev-search-icon {
  font-size: 16px;
  color: rgba(232,160,32,0.7);
  flex-shrink: 0;
  margin-right: 10px;
  pointer-events: none;
}

.gev-search-input {
  flex: 1;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  color: #ffffff !important;
  font-size: 15px;
  font-family: inherit;
  padding: 14px 0;
  min-width: 0;
  box-shadow: none !important;
}

.gev-search-input::placeholder {
  color: rgba(255,255,255,0.4) !important;
  font-size: 14px;
}

/* Remove browser default clear button on search inputs */
.gev-search-input::-webkit-search-cancel-button { display: none; }
.gev-search-input::-webkit-search-decoration { display: none; }

.gev-search-clear {
  flex-shrink: 0;
  background: rgba(255,255,255,0.08);
  border: none;
  border-radius: 50%;
  color: rgba(255,255,255,0.6);
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s, color 0.15s;
  margin-left: 8px;
}

.gev-search-clear:hover {
  background: rgba(232,160,32,0.2);
  color: #E8A020;
}

.gev-search-count {
  font-size: 12px;
  color: #E8A020;
  font-weight: 600;
  margin-top: 8px;
  min-height: 18px;
  letter-spacing: 0.02em;
}

.gev-search-noresults {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  color: rgba(255,255,255,0.5);
  font-size: 14px;
  padding: 24px 20px;
  text-align: center;
  margin-bottom: 24px;
}

@media (max-width: 600px) {
  .gev-search-input { font-size: 16px; } /* prevent iOS zoom on focus */
  .gev-search-wrap  { padding: 0 12px; }
}

/* ══════════════════════════════════════════════════════════
   COMPARE BUTTON — more visible on every card
   Added v2.4.9
══════════════════════════════════════════════════════════ */

.gev-compare-toggle {
  display: block !important;
  width: 100%;
  margin-top: 10px;
  padding: 11px 16px;
  background: rgba(232,160,32,0.08) !important;
  border: 2px solid rgba(232,160,32,0.45) !important;
  border-radius: 10px;
  color: #E8A020 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.02em;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.gev-compare-toggle:hover {
  background: rgba(232,160,32,0.18) !important;
  border-color: #E8A020 !important;
}

.gev-compare-toggle.gev-compare-active {
  background: #E8A020 !important;
  border-color: #E8A020 !important;
  color: #0a1628 !important;
}

/* ══════════════════════════════════════════════════════════
   FLOATING COMPARE BAR
   Fixed to bottom of screen — appears when 2+ selected
══════════════════════════════════════════════════════════ */

.gev-float-bar {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 99999;
  background: #0a1628;
  border-top: 2px solid #E8A020;
  box-shadow: 0 -4px 24px rgba(0,0,0,0.4);
  transform: translateY(100%);
  transition: transform 0.3s ease;
  padding: 12px 16px;
}

.gev-float-bar.gev-float-bar-visible {
  transform: translateY(0);
}

.gev-float-bar-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.gev-float-bar-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  flex: 1;
}

.gev-float-chip {
  background: rgba(232,160,32,0.12);
  border: 1px solid rgba(232,160,32,0.3);
  color: #E8A020;
  font-size: 12px;
  font-weight: 700;
  border-radius: 20px;
  padding: 4px 12px;
  white-space: nowrap;
}

.gev-float-bar-actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.gev-float-view {
  background: #E8A020;
  border: none;
  border-radius: 8px;
  color: #0a1628;
  font-size: 14px;
  font-weight: 800;
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
}

.gev-float-view:hover {
  background: #f5b832;
}

.gev-float-clear {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  color: rgba(255,255,255,0.6);
  font-size: 14px;
  font-weight: 700;
  padding: 10px 16px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
}

.gev-float-clear:hover {
  background: rgba(255,255,255,0.15);
  color: #ffffff;
}

@media (max-width: 560px) {
  .gev-float-bar-inner { flex-direction: column; align-items: stretch; }
  .gev-float-bar-actions { justify-content: stretch; }
  .gev-float-view { flex: 1; text-align: center; }
  .gev-float-clear { flex: 1; text-align: center; }
}

/* ── LIFESTYLE CALCULATOR BUTTON ── */
.gev-lifestyle-btn {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 12px 16px;
  background: linear-gradient(135deg, #D85A30 0%, #B8451F 100%);
  color: #FAFAF8;
  border: none;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.3px;
  transition: opacity 0.2s, transform 0.2s, background 0.2s;
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
}
.gev-lifestyle-btn:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

/* ── LIFESTYLE CALCULATOR PROMPT ── */
.gev-lifestyle-prompt {
  margin-top: 10px;
  background: #162232;
  border: 1.5px solid rgba(216,90,48,0.35);
  border-radius: 10px;
  padding: 16px;
  animation: gevLPIn 0.2s ease;
}
@keyframes gevLPIn {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}
.gev-lp-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-bottom: 12px;
  text-align: center;
}
.gev-lp-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 10px;
}
.gev-lp-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 14px 10px;
  border-radius: 8px;
  border: 1.5px solid transparent;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.2s;
}
.gev-lp-res {
  background: rgba(46,125,175,0.12);
  border-color: rgba(46,125,175,0.3);
}
.gev-lp-res:hover {
  background: rgba(46,125,175,0.22);
  border-color: #2E7DAF;
}
.gev-lp-com {
  background: rgba(232,160,32,0.1);
  border-color: rgba(232,160,32,0.3);
}
.gev-lp-com:hover {
  background: rgba(232,160,32,0.2);
  border-color: #E8A020;
}
.gev-lp-icon {
  font-size: 22px;
  line-height: 1;
}
.gev-lp-name {
  font-size: 13px;
  font-weight: 700;
  color: #FAFAF8;
}
.gev-lp-res .gev-lp-name { color: #7EC8E3; }
.gev-lp-com .gev-lp-name { color: #E8A020; }
.gev-lp-sub {
  font-size: 10px;
  color: rgba(255,255,255,0.38);
}
.gev-lp-cancel {
  display: block;
  width: 100%;
  background: none;
  border: none;
  color: rgba(255,255,255,0.28);
  font-size: 12px;
  cursor: pointer;
  font-family: inherit;
  text-align: center;
  padding: 4px;
  transition: color 0.15s;
}
.gev-lp-cancel:hover { color: rgba(255,255,255,0.6); }
