:root{
  --bg:#f8fbf8;
  --text:#0f172a;
  --muted:#475569;
  --line:#e2e8f0;
  --green:#10b981;
  --green-dark:#047857;
  --dark:#0f172a;
  --shadow:0 10px 30px rgba(15,23,42,.08);
  --max:1120px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}

body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:var(--bg);
  color:var(--text);
  line-height:1.5;
}

a{text-decoration:none;color:inherit}
button{font:inherit}
[hidden]{display:none !important}

.container{
  width:min(var(--max), calc(100% - 32px));
  margin:0 auto;
}

.hero{
  background:
    radial-gradient(circle at top left, rgba(16,185,129,.12), transparent 35%),
    linear-gradient(to bottom,#ecfdf5,#fff 45%);
  border-bottom:1px solid var(--line);
  padding:20px 0 52px;
}

.topbar{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  padding:8px 0 20px;
}

.brand{
  display:inline-flex;
  align-items:center;
  background:#fff;
  border:1px solid #bbf7d0;
  color:var(--green-dark);
  padding:10px 14px;
  border-radius:999px;
  font-weight:700;
  font-size:14px;
  box-shadow:var(--shadow);
}

.hero-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:28px;
  align-items:center;
}

.eyebrow{
  color:var(--green-dark);
  text-transform:uppercase;
  letter-spacing:.22em;
  font-size:12px;
  font-weight:800;
}

h1{
  margin:14px 0 0;
  font-size:clamp(38px,7vw,62px);
  line-height:1.02;
  letter-spacing:-.03em;
}

.lead{
  margin:20px 0 0;
  max-width:650px;
  font-size:clamp(18px,3vw,22px);
  color:var(--muted);
  line-height:1.7;
}

.actions,.cta-row,.result-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 20px;
  border-radius:18px;
  font-weight:700;
  font-size:16px;
  border:1px solid transparent;
  cursor:pointer;
  transition:.18s ease;
}

.btn:hover{transform:translateY(-1px)}

.btn-primary{
  background:var(--dark);
  color:#fff;
  box-shadow:var(--shadow);
}

.btn-secondary{
  background:#fff;
  color:#334155;
  border-color:#cbd5e1;
}

.btn-success{
  background:var(--green);
  color:#fff;
  box-shadow:var(--shadow);
}

.btn-light{
  background:#f8fafc;
  color:#334155;
  border:1px solid var(--line);
}

.trust-row{
  margin-top:24px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.trust-pill{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:14px 16px;
  text-align:center;
  font-size:14px;
  font-weight:600;
  color:#334155;
  box-shadow:var(--shadow);
}

.card,.wizard-card,.info-card,.mini-card,.result-card,.other-card,.rejected-card{
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}

.card{
  border-radius:28px;
  padding:20px;
}

.card-head{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:flex-start;
  padding-bottom:14px;
  border-bottom:1px solid #f1f5f9;
}

.muted{
  color:#64748b;
  font-size:14px;
  margin:0 0 6px;
}

h2{
  margin:0;
  font-size:24px;
  line-height:1.2;
}

.badge{
  background:#d1fae5;
  color:var(--green-dark);
  font-size:13px;
  font-weight:700;
  padding:8px 12px;
  border-radius:999px;
}

.example-list,.results-grid,.other-grid,.rejected-grid{
  display:flex;
  flex-direction:column;
  gap:14px;
  margin-top:16px;
}

.example-item{
  border:1px solid var(--line);
  border-radius:18px;
  padding:14px;
}

.section{
  padding:60px 0;
}

.section-alt{
  background:#f8fafc;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.grid-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.info-card,.mini-card{
  border-radius:24px;
  padding:22px;
}

.wizard-wrap{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:22px;
  align-items:start;
  margin-top:24px;
}

.wizard-card{
  border-radius:28px;
  padding:22px;
}

.wizard-side{
  display:flex;
  flex-direction:column;
  gap:16px;
}

.answers-list{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.answer-row{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:8px 0;
  border-bottom:1px solid #f1f5f9;
  font-size:14px;
}

.progress-meta{
  display:flex;
  justify-content:space-between;
  gap:12px;
  font-size:14px;
  color:#64748b;
  margin-bottom:12px;
}

.progress{
  width:100%;
  height:12px;
  background:#e2e8f0;
  border-radius:999px;
  overflow:hidden;
  margin-bottom:22px;
}

.progress-bar{
  height:100%;
  background:linear-gradient(90deg,#34d399,#10b981);
}

.question{
  font-size:28px;
  font-weight:800;
  margin:0 0 16px;
}

.option-grid{
  display:grid;
  gap:12px;
}

.option{
  width:100%;
  text-align:left;
  border:1px solid var(--line);
  background:#fff;
  border-radius:18px;
  padding:16px;
  font-weight:700;
  font-size:16px;
  cursor:pointer;
}

.option:hover{
  border-color:#86efac;
  background:#f0fdf4;
}

.summary-box,.transparency-box{
  margin-bottom:18px;
  padding:14px 16px;
  border-radius:18px;
  font-size:14px;
  line-height:1.6;
}

.summary-box{
  border:1px solid #bbf7d0;
  background:#f0fdf4;
  color:#14532d;
}

.transparency-box{
  margin-top:22px;
  background:#f8fafc;
  border:1px solid var(--line);
  color:#475569;
}

.result-card,.other-card,.rejected-card{
  border-radius:20px;
  padding:16px;
}

.match-row{
  display:flex;
  align-items:center;
  gap:10px;
  margin:12px 0;
}

.match-track{
  height:10px;
  background:#e2e8f0;
  border-radius:999px;
  flex:1;
}

.match-fill{
  height:100%;
  background:linear-gradient(90deg,#34d399,#10b981);
  border-radius:999px;
}

.result-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:12px;
}

.tag{
  background:#ecfdf5;
  color:#065f46;
  padding:8px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
}

.footer{
  border-top:1px solid var(--line);
  padding:22px 0 34px;
  color:#64748b;
  font-size:14px;
}

.footer-row{
  display:flex;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}

@media(max-width:860px){
  .hero-grid,.trust-row,.grid-3,.wizard-wrap{
    grid-template-columns:1fr;
  }

  .question{font-size:24px}
  .section{padding:48px 0}
}
/* =========================
   RobotVal v8.1 Button Fix
========================= */

.option-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
  margin-top:22px;
}

.option-btn{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;

  min-height:68px;
  padding:18px 22px;

  border:1px solid #d9e2ec;
  border-radius:16px;

  background:#ffffff;
  color:#111827;

  font-size:18px;
  font-weight:700;
  line-height:1.3;
  text-align:center;

  cursor:pointer;
  transition:all .18s ease;

  box-shadow:0 4px 12px rgba(15,23,42,.04);
}

.option-btn:hover{
  transform:translateY(-2px);
  border-color:#0f766e;
  box-shadow:0 10px 22px rgba(15,23,42,.10);
}

.option-btn:active{
  transform:translateY(0);
  box-shadow:0 4px 10px rgba(15,23,42,.08);
}

.option-btn:focus{
  outline:none;
  border-color:#0f766e;
  box-shadow:0 0 0 4px rgba(15,118,110,.12);
}

.question{
  font-size:30px;
  line-height:1.2;
  font-weight:800;
  margin:16px 0 8px;
  color:#0f172a;
}

.progress{
  height:10px;
  border-radius:999px;
  background:#e5e7eb;
  overflow:hidden;
}

.progress-bar{
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg,#0f766e,#14b8a6);
  transition:width .25s ease;
}

.progress-meta{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-bottom:10px;
  font-size:14px;
  color:#64748b;
  font-weight:600;
}

.wizard-card{
  padding:28px;
  border-radius:22px;
  background:#ffffff;
  box-shadow:0 18px 40px rgba(15,23,42,.08);
}

/* Desktop: två kolumner för vissa frågor */
@media (min-width: 860px){
  .option-grid{
    grid-template-columns:1fr 1fr;
  }
}

/* Mobil */
@media (max-width: 640px){

  .question{
    font-size:24px;
  }

  .option-btn{
    min-height:62px;
    font-size:17px;
    padding:16px;
    border-radius:14px;
  }

  .wizard-card{
    padding:20px;
    border-radius:18px;
  }
}
/* =========================
   RobotVal Premium UI
========================= */

.option-grid{
  grid-template-columns:1fr !important;
  gap:16px;
  margin-top:24px;
}

.option-btn{
  width:100%;
  min-height:72px;

  display:flex;
  align-items:center;
  justify-content:center;

  padding:18px 22px;

  border:none;
  border-radius:18px;

  background:#ffffff;
  color:#0f172a;

  font-size:18px;
  font-weight:700;
  letter-spacing:-0.01em;

  cursor:pointer;

  box-shadow:
    0 1px 2px rgba(15,23,42,.05),
    0 8px 24px rgba(15,23,42,.06);

  transition:
    transform .18s ease,
    box-shadow .18s ease,
    background .18s ease;
}

.option-btn:hover{
  transform:translateY(-2px);
  background:#f8fafc;

  box-shadow:
    0 2px 6px rgba(15,23,42,.06),
    0 16px 32px rgba(15,23,42,.10);
}

.option-btn:active{
  transform:scale(.985);
}

.option-btn:focus{
  outline:none;
  box-shadow:
    0 0 0 4px rgba(20,184,166,.18),
    0 12px 24px rgba(15,23,42,.08);
}

.question{
  font-size:34px;
  line-height:1.15;
  font-weight:800;
  letter-spacing:-0.02em;
  margin:18px 0 10px;
  color:#0f172a;
}

.wizard-card{
  max-width:760px;
  margin:0 auto;

  padding:34px;
  border-radius:26px;

  background:rgba(255,255,255,.96);

  box-shadow:
    0 8px 24px rgba(15,23,42,.05),
    0 24px 60px rgba(15,23,42,.08);
}

.progress{
  height:10px;
  border-radius:999px;
  background:#e5e7eb;
  overflow:hidden;
}

.progress-bar{
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg,#14b8a6,#0f766e);
}

.progress-meta{
  font-size:14px;
  font-weight:700;
  color:#64748b;
  margin-bottom:12px;
}

.option-btn::after{
  content:"›";
  position:absolute;
  right:22px;
  font-size:24px;
  opacity:.35;
}

.option-btn{
  position:relative;
}

/* Mobil */
@media (max-width: 640px){

  .wizard-card{
    padding:22px;
    border-radius:20px;
  }

  .question{
    font-size:27px;
  }

  .option-btn{
    min-height:64px;
    font-size:17px;
    border-radius:16px;
    padding:16px 18px;
  }

  .option-btn::after{
    right:16px;
    font-size:22px;
  }
}
/* =========================
   RobotVal styles.css v7 restore
========================= */

/* Wizardkort */
.wizard-card{
  max-width:none;
  margin:0;
  padding:28px;
  border-radius:22px;
  background:#ffffff;
  box-shadow:0 18px 40px rgba(15,23,42,.08);
}

/* Progress */
.progress-meta{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-bottom:10px;
  font-size:14px;
  color:#64748b;
  font-weight:600;
}

.progress{
  height:10px;
  border-radius:999px;
  background:#e5e7eb;
  overflow:hidden;
}

.progress-bar{
  height:100%;
  width:0;
  border-radius:999px;
  background:linear-gradient(90deg,#0f766e,#14b8a6);
  transition:width .25s ease;
}

/* Fråga */
.question{
  font-size:30px;
  line-height:1.2;
  font-weight:800;
  margin:16px 0 8px;
  color:#0f172a;
  letter-spacing:0;
}

/* Svarsknappar */
.option-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
  margin-top:22px;
}

.option-btn{
  position:static;
  width:100%;
  min-height:68px;
  padding:18px 22px;

  display:flex;
  align-items:center;
  justify-content:center;

  border:1px solid #d9e2ec;
  border-radius:16px;

  background:#ffffff;
  color:#111827;

  font-size:18px;
  font-weight:700;
  line-height:1.3;
  text-align:center;

  cursor:pointer;
  transition:all .18s ease;

  box-shadow:0 4px 12px rgba(15,23,42,.04);
}

.option-btn::after{
  content:none !important;
}

.option-btn:hover{
  transform:translateY(-2px);
  border-color:#0f766e;
  box-shadow:0 10px 22px rgba(15,23,42,.10);
  background:#ffffff;
}

.option-btn:active{
  transform:translateY(0);
  box-shadow:0 4px 10px rgba(15,23,42,.08);
}

.option-btn:focus{
  outline:none;
  border-color:#0f766e;
  box-shadow:0 0 0 4px rgba(15,118,110,.12);
}

/* Mobil */
@media (max-width:640px){

  .wizard-card{
    padding:20px;
    border-radius:18px;
  }

  .question{
    font-size:24px;
  }

  .option-btn{
    min-height:62px;
    font-size:17px;
    padding:16px;
    border-radius:14px;
  }
}
/* =========================
   RobotVal v7 exact feel fix
========================= */

/* Samma storlek hela tiden */
.wizard-card{
  min-height:520px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}

/* Tydlig progress bar */
.progress{
  height:14px;
  border-radius:999px;
  background:#dbe3ea;
  overflow:hidden;
  margin-bottom:18px;
}

.progress-bar{
  height:100%;
  width:0%;
  border-radius:999px;
  background:linear-gradient(90deg,#14b8a6,#0f766e);
  transition:width .25s ease;
}

/* Mer tydlig procentkänsla */
.progress-meta{
  font-size:15px;
  font-weight:700;
  color:#475569;
  margin-bottom:10px;
}

/* Frågerubrik får samma luft */
.question{
  min-height:76px;
  display:flex;
  align-items:center;
}

/* Svarsyta alltid stabil */
.option-grid{
  margin-top:18px;
  align-content:start;
}

/* Mobil */
@media (max-width:640px){

  .wizard-card{
    min-height:470px;
  }

  .question{
    min-height:88px;
  }

  .progress{
    height:12px;
  }
}
/* =========================
   Matchningsbar på resultatkort
========================= */

.score-pill{
  display:none;
}

.match-wrap{
  margin-top:10px;
}

.match-label{
  font-size:13px;
  font-weight:700;
  color:#64748b;
  margin-bottom:6px;
}

.match-bar{
  width:100%;
  height:10px;
  background:#e5e7eb;
  border-radius:999px;
  overflow:hidden;
}

.match-fill{
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg,#14b8a6,#0f766e);
  transition:width .35s ease;
}

.match-score{
  margin-top:6px;
  font-size:13px;
  font-weight:700;
  color:#0f172a;
}
.score-pill{
  display:none;
}

.match-box{
  width:160px;
  max-width:100%;
}

.match-top{
  display:flex;
  justify-content:space-between;
  gap:8px;
  font-size:13px;
  font-weight:700;
  color:#475569;
  margin-bottom:6px;
}

.match-bar{
  width:100%;
  height:10px;
  background:#e5e7eb;
  border-radius:999px;
  overflow:hidden;
}

.match-fill{
  height:100%;
  background:linear-gradient(90deg,#14b8a6,#0f766e);
  border-radius:999px;
}
.badge-best{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-bottom:12px;
  padding:7px 11px;
  border-radius:999px;
  background:#dcfce7;
  color:#166534;
  font-size:13px;
  font-weight:800;
}

.trust-text{
  margin:8px 0 14px;
  color:#64748b;
  font-size:13px;
  font-weight:600;
}
.cross-link{
  margin: 20px 0;
  padding: 14px;
  background: #f1f5f9;
  border-radius: 10px;
  font-size: 14px;
}
.guide-card {
  background: #ffffff;
  border: 1px solid #dce5ee;
  border-radius: 28px;
  padding: 42px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.guide-step {
  color: #007f68;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.85rem;
  margin-bottom: 14px;
}

.guide-title {
  font-size: 2rem;
  line-height: 1.15;
  color: #0f172a;
  margin-bottom: 28px;
}

.guide-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.guide-option {
  border: 1px solid #d8e2ec;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px 20px;
  font-size: 1rem;
  font-weight: 800;
  color: #0f172a;
  cursor: pointer;
  transition: all 0.15s ease;
  text-align: left;
}

.guide-option:hover {
  border-color: #00a884;
  background: #effdf8;
  transform: translateY(-1px);
}

.guide-progress {
  height: 10px;
  background: #e2e8f0;
  border-radius: 999px;
  overflow: hidden;
  margin-top: 32px;
}

.guide-progress-fill {
  height: 100%;
  background: #00a884;
  border-radius: 999px;
}

@media (max-width: 700px) {
  .guide-options {
    grid-template-columns: 1fr;
  }

  .guide-card {
    padding: 28px;
  }

  .guide-title {
    font-size: 1.55rem;
  }
}
.wizard-top{
  margin-bottom:22px;
}

.wizard-time{
  display:flex;
  align-items:center;
  gap:10px;

  color:#0f766e;

  font-size:18px;
  font-weight:800;

  margin-bottom:10px;
}

.wizard-subtitle{
  margin:0;

  color:#64748b;

  font-size:16px;
  line-height:1.6;
}

.progress-meta{
  margin-top:20px;
}
/* =========================
   RobotVal green accents
========================= */

.wizard-time{
  display:flex;
  align-items:center;
  gap:10px;

  color:#0f766e;
  font-size:20px;
  font-weight:800;

  margin-bottom:14px;
}

.wizard-time::before{
  content:"◔";

  display:flex;
  align-items:center;
  justify-content:center;

  width:36px;
  height:36px;

  border-radius:999px;

  background:#ecfdf5;
  color:#0f766e;

  font-size:18px;
  font-weight:900;
}

.progress-bar{
  background:linear-gradient(
    90deg,
    #14b8a6,
    #0f766e
  ) !important;
}

.option-btn:hover{
  border-color:#14b8a6;
  background:#f0fdfa;
}

.option-btn.selected{
  border:2px solid #14b8a6;
  background:#ecfdf5;
  color:#065f46;
}

.match-fill{
  background:linear-gradient(
    90deg,
    #14b8a6,
    #0f766e
  ) !important;
}

.match-score{
  color:#0f766e;
}

.buy-button{
  display:inline-flex;
  align-items:center;
  gap:8px;

  margin-top:18px;

  color:#0f766e;
  font-weight:800;
  font-size:17px;
}

.buy-button::after{
  content:"›";
  font-size:24px;
  line-height:1;
}

.buy-button:hover{
  color:#14b8a6;
}

.info-card{
  position:relative;
  overflow:hidden;
}

.info-card::before{
  content:"";

  position:absolute;
  top:-40px;
  right:-40px;

  width:120px;
  height:120px;

  border-radius:999px;

  background:rgba(16,185,129,.08);
}
.score-wrapper{
  margin:18px 0 26px;
}

.match-score{
  font-size:18px;
  font-weight:800;
  color:#0f766e;

  margin-bottom:10px;
}

.match-bar{
  width:100%;
  height:10px;

  background:#e2e8f0;

  border-radius:999px;

  overflow:hidden;
}

.match-fill{
  height:100%;

  border-radius:999px;

  background:linear-gradient(
    90deg,
    #10b981,
    #0f766e
  );

  transition:width .4s ease;
}
.result-card{
  background:#fff;

  border:1px solid #e2e8f0;

  border-radius:28px;

  padding:32px;

  box-shadow:
    0 10px 30px rgba(15,23,42,.04);

  margin-bottom:28px;
}

.result-card h3{
  font-size:28px;
  line-height:1.1;

  margin-bottom:12px;

  color:#0f172a;
}

.result-card p{
  color:#475569;
  line-height:1.7;
}

.result-card strong{
  color:#0f172a;
}
.pro-item{
  display:flex;
  align-items:flex-start;
  gap:10px;

  margin-bottom:10px;

  list-style:none;
}

.pro-check{
  width:22px;
  height:22px;

  border-radius:999px;

  background:#10b981;

  color:#fff;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:13px;
  font-weight:800;

  flex-shrink:0;

  margin-top:2px;
}
.result-section-title{
  margin:42px 0 18px;
  font-size:26px;
}

.other-result{
  opacity:.96;
}

.rejected-result{
  background:#f8fafc;
}

.why-rejected{
  color:#64748b;
  font-size:15px;
}
.trust-row{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));

  gap:14px;

  margin:24px 0 36px;
}

.trust-item{
  background:#f8fafc;

  border:1px solid #e2e8f0;

  border-radius:18px;

  padding:16px 18px;

  font-size:15px;
  font-weight:600;

  color:#334155;
}
.no-results-card{
  text-align:center;
  max-width:720px;
  margin:0 auto;
}

.no-results-card h2{
  margin-bottom:16px;
}

.no-results-card p{
  color:#64748b;
  font-size:17px;
  line-height:1.7;
}
.fallback-card{
  border-color:#facc15;
  background:#fffbeb;
}

.fallback-warning{
  margin-top:16px;
  padding:14px 16px;
  border-radius:16px;
  background:#fef3c7;
  color:#92400e;
  font-weight:700;
}

.fallback-warning ul{
  margin:8px 0 0;
  padding-left:20px;
}
.menu-button{
  position:fixed;

  top:24px;
  right:24px;

  width:54px;
  height:54px;

  border:none;

  border-radius:16px;

  background:#0f172a;

  color:white;

  font-size:28px;

  cursor:pointer;

  z-index:2000;

  box-shadow:0 8px 30px rgba(0,0,0,0.12);
}

.menu-overlay{
  position:fixed;

  inset:0;

  background:rgba(0,0,0,0.35);

  opacity:0;
  pointer-events:none;

  transition:0.25s;

  z-index:1500;
}

.menu-overlay.active{
  opacity:1;
  pointer-events:auto;
}

.side-menu{
  position:fixed;

  top:0;
  right:-340px;

  width:320px;
  height:100vh;

  background:white;

  z-index:2001;

  transition:0.3s ease;

  box-shadow:-10px 0 40px rgba(0,0,0,0.12);

  padding:28px 24px;

  overflow-y:auto;
}

.side-menu.active{
  right:0;
}

.menu-header{
  display:flex;

  justify-content:space-between;
  align-items:center;

  margin-bottom:32px;
}

.menu-header h2{
  margin:0;
}

.close-menu{
  border:none;

  background:none;

  font-size:28px;

  cursor:pointer;
}

.menu-links{
  display:flex;
  flex-direction:column;

  gap:12px;
}

.menu-links a,
.submenu-toggle{
  text-decoration:none;

  border:none;

  background:none;

  text-align:left;

  font-size:17px;

  padding:12px 0;

  color:#0f172a;

  cursor:pointer;

  font-weight:600;
}

.submenu{
  display:none;

  flex-direction:column;

  gap:8px;

  padding-left:18px;

  margin-bottom:12px;
}

.submenu.active{
  display:flex;
}

.submenu a{
  font-size:15px;

  color:#475569;
}
.model-filter-row{
  display:flex;
  gap:12px;
  margin:32px 0;
  flex-wrap:wrap;
}

.model-search,
.model-select{
  border:1px solid #d9e2ec;
  border-radius:16px;
  padding:14px 16px;
  font-size:16px;
  background:#fff;
}

.model-search{
  flex:1;
  min-width:240px;
}

.models-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:20px;
}

.model-card{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:26px;
  padding:24px;
  box-shadow:0 10px 30px rgba(15,23,42,.05);
}

.model-card-top{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:flex-start;
  margin-bottom:14px;
}

.model-specs{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin:18px 0;
}

.model-specs div{
  background:#f8fafc;
  border-radius:16px;
  padding:12px;
}

.model-specs strong{
  display:block;
  color:#0f172a;
}

.model-specs span{
  display:block;
  color:#64748b;
  font-size:13px;
  margin-top:4px;
}

@media(max-width:640px){
  .model-specs{
    grid-template-columns:1fr;
  }
}
.submenu-toggle{
  display:flex;
  justify-content:space-between;
  align-items:center;
  width:100%;
}

.submenu-arrow{
  font-size:20px;
  transition:transform .2s ease;
}

.submenu-toggle.active .submenu-arrow{
  transform:rotate(180deg);
}
.result-card .buy-button {
  display: block;
  width: fit-content;
  margin-top: 10px;
}
.result-card .buy-button + .buy-button {
  margin-top: 8px;
}
.model-detail-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:20px;
  margin-top:24px;
}

.model-hero-card{
  margin-top:24px;
}

.model-hero-top{
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:flex-start;
}

.model-breadcrumb{
  display:flex;
  gap:8px;
  margin-bottom:20px;
  font-size:14px;
  color:#777;
}

.pros-list,
.cons-list{
  padding-left:20px;
}

.pros-list li,
.cons-list li{
  margin-bottom:10px;
}

@media (max-width: 768px){

  .model-hero-top{
    flex-direction:column;
  }

}
.container{
  max-width:1200px;
  margin:0 auto;
  padding:24px;
}

.result-card{
  background:#fff;
  border-radius:24px;
  padding:24px;
  box-shadow:0 2px 10px rgba(0,0,0,0.06);
  margin-bottom:24px;
}

.model-hero-top{
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:flex-start;
}

.specs{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(140px,1fr));
  gap:16px;
  margin-top:24px;
}

.specs div{
  background:#f5f5f5;
  border-radius:16px;
  padding:14px;
}

.specs strong{
  display:block;
  font-size:20px;
}

.specs span{
  color:#666;
  font-size:14px;
}

.result-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px;
}

.tag{
  background:#eef6ee;
  color:#157347;
  padding:8px 14px;
  border-radius:999px;
  font-size:14px;
  font-weight:600;
}

.result-actions{
  display:flex;
  gap:12px;
  margin-top:24px;
  flex-wrap:wrap;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  border-radius:14px;
  text-decoration:none;
  font-weight:700;
}

.btn-primary{
  background:#0b7a75;
  color:#fff;
}

.btn-light{
  background:#f2f2f2;
  color:#222;
}

.model-detail-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:20px;
}

.description{
  font-size:18px;
  line-height:1.6;
  color:#444;
}

.muted{
  color:#777;
}

@media (max-width:768px){

  .model-hero-top{
    flex-direction:column;
  }

}
.model-page{
  padding-bottom:60px;
}
.model-hero-card{
  padding:40px;
}
.clickable-card{
  cursor:pointer;
}

.clickable-card:hover{
  transform:translateY(-2px);
}
.local-dealer-box {
  margin-top: 14px;
  padding: 12px;
  border-radius: 12px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
}

.local-dealer-box strong {
  display: block;
  margin-bottom: 6px;
}
.postal-input {
  width: 100%;
  padding: 14px;
  margin-top: 18px;
  border-radius: 12px;
  border: none;
  font-size: 16px;
}

.text-input-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.text-input-row .postal-input {
  flex: 1;
}

.input-unit {
  margin-top: 18px;
  font-size: 16px;
  font-weight: 700;
  color: #475569;
}

.input-hint {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #64748b;
}

.input-hint a {
  color: #0f766e;
  font-weight: 600;
  text-decoration: underline;
}

#text-next-button {
  margin-top: 16px;
}
.local-dealer-box {
  margin-top: 14px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
}

.local-dealer-box strong {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
}

.local-dealer-box p {
  margin: 0;
  opacity: 0.9;
}
.dealer-link {
  display: inline-block;
  margin-top: 8px;
  font-weight: 600;
  text-decoration: none;
}
.feature-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0;
}

.feature-badge {
  display: inline-block;
  background: #eef7ff;
  color: #12507a;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
}
