/* =========================================================
   ReCell — Design System
   Display: Space Grotesk | Body: Inter | Ledger/Data: IBM Plex Mono
   ========================================================= */

:root{
  --ink:        #0F1A2B;
  --navy:       #0B2145;
  --navy-deep:  #071730;
  --paper:      #F5F6F3;
/*  --paper-dim:  #f9fcf3;*/
--paper-dim:  #EAF5F4;
  --green:      #5E9B33;
  --green-deep: #4C7F29;
  --green-bright:#7CBE4C;
  --amber:      #E8A23D;
  --line:       #DBDFDA;
  --text-muted: #5B6472;
  --text-on-dark: #C6CDD8;

  --font-display: "Poppins", sans-serif;
  --font-body: "Inter", sans-serif;
  --font-mono: "IBM Plex Mono", monospace;

  --radius-sm: 6px;
  --radius-md: 14px;
  --radius-lg: 26px;

  --shadow-card: 0 1px 2px rgba(11,33,69,.05), 0 12px 28px -14px rgba(11,33,69,.20);
  --shadow-card-hover: 0 1px 2px rgba(11,33,69,.06), 0 20px 40px -16px rgba(11,33,69,.30);

  --danger: #E4574C;
  --danger-deep: #C23F35;
}

@media (prefers-reduced-motion: reduce){
  *{ animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}

*{ box-sizing: border-box; }

html{ scroll-behavior: smooth; }

body{
  font-family: var(--font-body);
/*  background: var(--paper);*/
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,.font-display{
  font-family: var(--font-display);
  color: var(--ink);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.08;
}

.eyebrow{
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--green-deep);
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}
.eyebrow::before{
  content: "";
  width: 18px; height: 1px;
  background: var(--amber);
  display: inline-block;
}

.text-muted-custom{ color: var(--text-muted); }

a{ color: inherit; text-decoration: none; }

.mono{ font-family: var(--font-mono); }

/* Focus visibility */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible{
  outline: 2.5px solid var(--navy);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ---------- Buttons ---------- */
.btn-zt-primary{
  background: var(--amber);
  color: var(--navy);
  border: none;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: .96rem;
  padding: .85rem 1.6rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  transition: background .18s ease, transform .18s ease;
}
.btn-zt-primary:hover{ background: var(--green); color:#fff; transform: translateY(-1px); }
.btn-zt-primary:active{ transform: translateY(0); }

.btn-zt-outline{
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--ink);
  font-weight: 600;
  font-size: .96rem;
  padding: .8rem 1.5rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  transition: all .18s ease;
}
.btn-zt-outline:hover{ background: var(--navy-deep); color: var(--paper); }

.btn-zt-ghost{
  background: transparent;
  color: var(--paper);
  border: 1.5px solid rgba(245,246,243,.4);
  font-weight: 600;
  font-size: .96rem;
  padding: .8rem 1.5rem;
  border-radius: 999px;
  transition: all .18s ease;
}
.btn-zt-ghost:hover{ background: rgba(245,246,243,.12); border-color: var(--paper); color: var(--paper); }

/* ---------- Navbar ---------- */
.zt-navbar{
/*  background: rgba(245,246,243,.88);*/
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid var(--line);
/*  padding: .9rem 0;*/
  position: sticky;
  top: 0;
  z-index: 1000;
}
.zt-logo{
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}
.zt-logo img{
  height: 77px;
}
.zt-logo .dot{ color: var(--amber); }
.zt-navbar .nav-link-custom{
  font-weight: 500;
  font-size: .94rem;
  color: var(--ink);
  padding: .5rem .9rem;
  position: relative;
}
.zt-navbar .nav-link-custom.active{ color: var(--green-deep); font-weight: 600; }
.zt-navbar .nav-link-custom:hover{ color: var(--green-deep); }

@media (max-width: 575.98px){
  .zt-navbar .btn-zt-primary{ padding: .7rem 1rem; font-size: .86rem; }
  .zt-navbar .btn-zt-primary svg{ display: none; }
}

/* ---------- Hero ---------- */
.hero{
  padding: 3.2rem 0 4.5rem;
  position: relative;
  overflow: hidden;
}
/*.hero::before{
  content:"";
  position:absolute; inset: -20% -10% auto auto;
  width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(31,174,129,.16), transparent 70%);
  z-index: 0;
}*/
.hero .container{ position: relative; z-index: 1; }

.hero-heading{
  font-size: clamp(2.2rem, 4.2vw, 3.4rem);
  max-width: 620px;
}
.hero-heading .highlight{
  color: var(--green-deep);
  position: relative;
}
.hero-sub{
  font-size: 1.08rem;
  color: var(--text-muted);
  max-width: 480px;
  margin-top: 1.1rem;
}

/* Quick quote combobox */
.quick-quote{
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1rem;
  box-shadow: var(--shadow-card);
  margin-top: 2rem;
  max-width: 560px;
}
.quick-quote .qq-row{
  display: flex;
  gap: .6rem;
  flex-wrap: wrap;
}
.quick-quote select{
  flex: 1 1 160px;
  min-width: 0;
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: var(--radius-sm);
  padding: .75rem .9rem;
  font-family: var(--font-body);
  font-size: .92rem;
  color: var(--ink);
}
@media (max-width: 480px){
  .quick-quote .qq-row{ flex-direction: column; }
  .quick-quote select{ flex-basis: auto; width: 100%; }
}
.quick-quote .qq-submit{
  flex: 1 1 100%;
}
.quick-quote .qq-submit .btn-zt-primary{ width: 100%; justify-content: center; }

.trust-strip{
  display: flex;
  gap: 1.6rem;
  margin-top: 1.6rem;
  flex-wrap: wrap;
}
.trust-strip .ts-item{
  font-size: .84rem;
  color: var(--text-muted);
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin-right: 1.6rem;
  margin-bottom: .4rem;
}
.trust-strip .ts-item svg{ flex-shrink: 0; color: var(--green); margin-right: .3rem; }

/* ---------- Valuation Card (signature element) ---------- */
.valuation-card{
  background: var(--navy-deep);
  border-radius: var(--radius-lg);
  padding: 1.6rem;
  position: relative;
  overflow: hidden;
  color: var(--paper);
  min-height: 460px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 30px 60px -20px rgba(14,22,19,.5);
}
.valuation-card .vc-head{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-family: var(--font-mono);
  font-size: .7rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--text-on-dark);
}
.valuation-card .vc-head .live-dot{
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--green-bright);
  display: inline-block;
  margin-right: .4rem;
  animation: pulseDot 1.8s ease-in-out infinite;
}
@keyframes pulseDot{
  0%,100%{ opacity: 1; box-shadow: 0 0 0 0 rgba(31,174,129,.5); }
  50%{ opacity: .55; box-shadow: 0 0 0 6px rgba(31,174,129,0); }
}

.vc-device-wrap{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 1.4rem 0;
}
.vc-device{
  width: 132px;
  height: 268px;
  border: 2px solid rgba(201,211,204,.35);
  border-radius: 22px;
  position: relative;
  background: linear-gradient(160deg, rgba(201,211,204,.06), rgba(201,211,204,.015));
  overflow: hidden;
}
.vc-device::before{
  content:"";
  position: absolute;
  top: 14px; left: 50%; transform: translateX(-50%);
  width: 40px; height: 5px;
  border-radius: 3px;
  background: rgba(201,211,204,.3);
}
.vc-scanline{
  position: absolute;
  left: 0; right: 0;
  height: 46px;
  background: linear-gradient(180deg, transparent, rgba(31,174,129,.55), transparent);
  top: -46px;
  animation: scanSweep 2.6s cubic-bezier(.4,0,.2,1) infinite;
}
@keyframes scanSweep{
  0%{ top: -46px; }
  55%{ top: 268px; }
  100%{ top: 268px; }
}
.vc-grid-lines{
  position: absolute; top: 0; right: 0; bottom: 0; left: 0; inset: 0;
  background-image: repeating-linear-gradient(0deg, rgba(201,211,204,.06) 0 1px, transparent 1px 22px);
}

.vc-price-block{
  text-align: center;
  padding-top: .6rem;
  border-top: 1px dashed rgba(201,211,204,.25);
}
.vc-price-label{
  font-family: var(--font-mono);
  font-size: .68rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text-on-dark);
  margin-bottom: .35rem;
}
.vc-price{
  font-family: var(--font-mono);
  font-size: 2.1rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.02em;
}
.vc-price .vc-currency{ font-size: 1.2rem; color: var(--green-bright); vertical-align: 4px; margin-right: 2px;}
.vc-model-name{
  font-size: .82rem;
  color: var(--text-on-dark);
  margin-top: .2rem;
}

/* ---------- Section scaffolding ---------- */
.section{ padding: 4.5rem 0; }
.section-ink{ background: var(--navy-deep); color: var(--paper); }
.section-dim{ background: var(--paper-dim); }
.section-head{ max-width: 620px; margin-bottom: 2.6rem; }
.section-head h2{ font-size: clamp(1.7rem, 3vw, 2.3rem); margin-top: .6rem; }
.section-ink .section-head h2{ color: var(--paper); }
.section-ink .text-muted-custom{ color: var(--text-on-dark); }
.section-ink .eyebrow{ color: var(--green-bright); }
.section-ink .eyebrow::before{ background: var(--green-bright); }

/* ---------- Stats bar ---------- */
.stats-bar{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.stats-bar .stat{
  padding: 1.8rem 1rem;
  text-align: center;
  border-right: 1px solid var(--line);
}
.stats-bar .stat:last-child{ border-right: none; }
.stats-bar .stat-num{
  font-family: var(--font-mono);
  font-size: 2rem;
  color: var(--green-deep);
  font-weight: 500;
}
.stats-bar .stat-label{
  font-size: .8rem;
  color: var(--text-muted);
  margin-top: .3rem;
}
@media (max-width: 767px){
  .stats-bar{ grid-template-columns: repeat(2,1fr); }
  .stats-bar .stat:nth-child(2){ border-right: none; }
  .stats-bar .stat{ border-bottom: 1px solid var(--line); }
}

/* ---------- How it works (numbered — real sequence) ---------- */
.step-row{
  display: flex;
  gap: 1.4rem;
  padding: 1.6rem 0;
  border-top: 1px solid var(--line);
  align-items: flex-start;
}
.step-row:last-child{ border-bottom: 1px solid var(--line); }
.step-num{
  font-family: var(--font-mono);
  font-size: .85rem;
  color: var(--amber);
  width: 34px;
  flex-shrink: 0;
  padding-top: .2rem;
}
.step-row h3{ font-size: 1.12rem; margin-bottom: .3rem; }
.step-row p{ color: var(--text-muted); margin: 0; max-width: 460px; }

/* ---------- Brand grid ---------- */
.brand-tile{
  background: #fff;
/*  border: 1px solid var(--line);*/
  border-radius: var(--radius-md);
/*  padding: 1.4rem 1rem;*/
  text-align: center;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.15);
}
.brand-tile img{
  width: 150px;
  height: auto;
}
.brand-tile:hover{
  transform: translateY(-3px);
  box-shadow: var(--shadow-card-hover);
  border-color: var(--green-bright);
}
.brand-tile .brand-glyph{
  width: 42px; height: 42px;
  border-radius: 10px;
  background: var(--paper-dim);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--green-deep);
}
.brand-tile .brand-name{ font-weight: 600; font-size: .92rem; }
.brand-tile .brand-count{ font-size: .74rem; color: var(--text-muted); font-family: var(--font-mono); }

/* ---------- Testimonial ---------- */
.testi-card{
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 1.8rem;
  height: 100%;
}
.testi-card .stars{ color: var(--amber); letter-spacing: 2px; font-size: .85rem; margin-bottom: .8rem; }
.testi-card p{ font-size: .96rem; color: var(--ink); }
.testi-foot{ display: flex; align-items: center; gap: .7rem; margin-top: 1.2rem; }
.testi-avatar{
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--green); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700; font-size: .82rem;
}
.testi-name{ font-weight: 600; font-size: .86rem; }
.testi-role{ font-size: .76rem; color: var(--text-muted); }

/* ---------- CTA band ---------- */
.cta-band{
  background: var(--green-deep);
  border-radius: var(--radius-lg);
  padding: 3rem 2.5rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.cta-band::after{
  content:"";
  position: absolute; right: -60px; top: -60px;
  width: 220px; height: 220px; border-radius: 50%;
  background: rgba(255,255,255,.06);
}
.cta-band h3{ color: #fff; font-size: 1.6rem; max-width: 420px; margin: 0; }
.cta-band p{ color: rgba(255,255,255,.75); margin: .5rem 0 0; max-width: 420px; }

/* ---------- Footer ---------- */
.zt-footer{
  background: var(--navy-deep);
  color: var(--text-on-dark);
  padding: 3.5rem 0 1.6rem;
}
.zt-footer img{
  height: 77px;
}
.zt-footer h6{
  font-family: var(--font-mono);
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--paper);
  margin-bottom: 1rem;
}
.zt-footer a{ color: var(--text-on-dark); font-size: .88rem; display: block; margin-bottom: .6rem; transition: color .15s; }
.zt-footer a:hover{ color: var(--green-bright); }
.zt-footer .foot-bottom{
  border-top: 1px solid rgba(201,211,204,.14);
  margin-top: 2.4rem;
  padding-top: 1.4rem;
  font-size: .78rem;
  color: var(--text-on-dark);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: .8rem;
}
.zt-footer .zt-logo{ color: var(--paper); }
.zt-footer .foot-bottom-legal{ align-items: flex-start; }
.zt-footer .legal-links{ display: inline; }
.zt-footer .legal-links a{ display: inline; margin-bottom: 0; color: var(--text-on-dark); }
.zt-footer .legal-links a:hover{ color: var(--green-bright); }
@media (max-width: 767.98px){
  .zt-footer .foot-bottom-legal{ flex-direction: column; }
}

/* ---------- Utility: reveal on scroll (progressive enhancement) ---------- */
/* Visible by default so content never depends on JS succeeding. */
.reveal{ opacity: 1; transform: none; }
.reveal.will-animate{ opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.will-animate.is-visible{ opacity: 1; transform: translateY(0); }

/* ---------- Announcement bar ---------- */
.announce-bar{
  background: var(--navy);
  color: #fff;
  font-size: .82rem;
  padding: .5rem 0;
}
.announce-bar a{ color: var(--green-bright); font-weight: 600; }
.announce-bar .announce-close{
  background: transparent;
  border: none;
  color: rgba(255,255,255,.7);
  line-height: 1;
  padding: 0 .25rem;
}
.announce-bar .announce-close:hover{ color: #fff; }

/* ---------- Nav search ---------- */
.nav-search{
  flex: 1 1 auto;
  max-width: 420px;
  position: relative;
}
.nav-search input{
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: .55rem 1rem .55rem 2.4rem;
  font-size: .88rem;
  color: var(--ink);
}
.nav-search svg{
  position: absolute;
  left: .85rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
}

/* ---------- USP / Why choose us ---------- */
.usp-card{
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 1.6rem;
  height: 100%;
}
.usp-card .usp-icon{
  width: 80px; height: 80px;
  border-radius: 12px;
  background: #EAF5F4;
  color: var(--green-deep);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1rem;
}
.usp-card h3{ font-size: 1.05rem; margin-bottom: .4rem; }
.usp-card p{ color: var(--text-muted); font-size: .9rem; margin: 0; }

/* ---------- Trending model price cards ---------- */
.model-card{
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 1.2rem;
  height: 100%;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  display: flex;
  flex-direction: column;
}
.model-card:hover{ transform: translateY(-3px); box-shadow: var(--shadow-card-hover); border-color: var(--green-bright); }
.model-card .model-thumb{
  height: 108px;
  border-radius: var(--radius-sm);
  background: var(--paper-dim);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: .9rem;
  overflow: hidden;
}
.model-card .model-thumb .mini-phone{
  width: 34px; height: 62px;
  border: 1.6px solid var(--text-muted);
  border-radius: 7px;
}
.model-card .model-thumb-img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.model-card .model-name{ font-weight: 600; font-size: .94rem; margin-bottom: .15rem; }
.model-card .model-meta{ font-size: .76rem; color: var(--text-muted); margin-bottom: .7rem; }
.model-card .model-price-label{ font-size: .7rem; color: var(--text-muted); font-family: var(--font-mono); text-transform: uppercase; letter-spacing: .06em; }
.model-card .model-price{ font-family: var(--font-mono); font-size: 1.3rem; color: var(--green-deep); font-weight: 500; margin-bottom: .8rem; }
.model-card .model-cta{
  margin-top: auto;
  font-size: .84rem;
  font-weight: 600;
  color: var(--navy);
  display: inline-flex;
  align-items: center;
  gap: .3rem;
}

/* ---------- App download band ---------- */
.app-band{
  background: var(--navy-deep);
  border-radius: var(--radius-lg);
  padding: 3rem;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.app-band::before{
  content:"";
  position: absolute; left: -80px; bottom: -80px;
  width: 260px; height: 260px; border-radius: 50%;
  background: rgba(94,155,51,.10);
}
.app-band h3{ color: #fff; font-size: 1.8rem; max-width: 460px; }
.app-band p{ color: var(--text-on-dark); max-width: 440px; margin-top: .6rem; }
.store-badges{ display: flex; gap: .8rem; margin-top: 1.6rem; flex-wrap: wrap; }
.store-badge{
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius-sm);
  padding: .6rem 1.1rem;
  color: #fff;
  font-size: .84rem;
  transition: background .18s ease;
}
.store-badge:hover{ background: rgba(255,255,255,.14); color: #fff; }
.store-badge small{ display: block; font-size: .66rem; color: var(--text-on-dark); }
.store-badge strong{ font-size: .9rem; }

/* ---------- FAQ accordion ---------- */
.zt-accordion .accordion-item{
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
}
.zt-accordion .accordion-item:first-child{ border-top: 1px solid var(--line); }
.zt-accordion .accordion-button{
  background: transparent;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1rem;
  color: var(--ink);
  padding: 1.3rem 0;
  box-shadow: none;
}
.zt-accordion .accordion-button:not(.collapsed){ color: var(--green-deep); background: transparent; box-shadow: none; }
.zt-accordion .accordion-button:focus{ box-shadow: none; }
.zt-accordion .accordion-button::after{ flex-shrink: 0; }
.zt-accordion .accordion-body{ padding: 0 0 1.4rem; color: var(--text-muted); font-size: .94rem; }

/* ---------- Price wizard ---------- */
.wizard-card{
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.8rem;
}
@media (max-width: 575.98px){ .wizard-card{ padding: 1.3rem; } }

.wizard-steps{
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  gap: .3rem;
}
.wizard-step-dot{
  display: flex;
  align-items: center;
  gap: .5rem;
  font-family: var(--font-mono);
  font-size: .72rem;
  color: var(--text-muted);
}
.wizard-step-dot .dot-circle{
  width: 24px; height: 24px;
  border-radius: 50%;
  border: 1.5px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  font-weight: 600;
  color: var(--text-muted);
  flex-shrink: 0;
  transition: all .18s ease;
}
.wizard-step-dot.is-active .dot-circle{ border-color: var(--green-deep); background: var(--green-deep); color: #fff; }
.wizard-step-dot.is-done .dot-circle{ border-color: var(--green); background: rgba(94,155,51,.12); color: var(--green-deep); }
.wizard-step-dot.is-active span.step-label, .wizard-step-dot.is-done span.step-label{ color: var(--ink); }
.wizard-step-connector{
  flex: 1 1 20px;
  height: 1.5px;
  background: var(--line);
  min-width: 12px;
}

.wizard-panel{ display: none; }
.wizard-panel.is-active{ display: block; }

.wizard-question{ margin-bottom: 1.8rem; }
.wizard-question h3{ font-size: 1.02rem; margin-bottom: .8rem; }

.chip-group{ display: flex; flex-wrap: wrap; gap: .6rem; }
.chip-option{ position: relative; }
.chip-option input{
  position: absolute;
  opacity: 0;
  width: 100%; height: 100%;
  cursor: pointer;
  margin: 0;
}
.chip-option label{
  display: block;
  border: 1.5px solid var(--line);
  border-radius: var(--radius-sm);
  padding: .65rem 1.1rem;
  font-size: .9rem;
  font-weight: 600;
  color: var(--ink);
  cursor: pointer;
  transition: all .15s ease;
  background: #fff;
}
.chip-option input:checked + label{
  border-color: var(--green-deep);
  background: var(--green-deep);
  color: #fff;
}
.chip-option input:focus-visible + label{ outline: 2.5px solid var(--navy); outline-offset: 2px; }
.chip-option.chip-wide label{ padding: .7rem 1.3rem; }

/* Toggle switch (functional checklist) */
.toggle-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .9rem 0;
  border-bottom: 1px solid var(--line);
}
.toggle-row:last-child{ border-bottom: none; }
.toggle-row-label{ font-size: .92rem; font-weight: 600; color: var(--ink); }
.toggle-row-sub{ font-size: .78rem; color: var(--text-muted); margin-top: .1rem; }

.toggle-switch{ position: relative; width: 46px; height: 26px; flex-shrink: 0; }
.toggle-switch input{
  opacity: 0;
  width: 100%; height: 100%;
  margin: 0;
  cursor: pointer;
  position: absolute;
  z-index: 2;
}
.toggle-switch .track{
  position: absolute; top: 0; right: 0; bottom: 0; left: 0; inset: 0;
  background: #E4574C;
  border-radius: 999px;
  transition: background .18s ease;
}
.toggle-switch .thumb{
  position: absolute;
  top: 3px; left: 3px;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: #fff;
  transition: transform .18s ease;
  box-shadow: 0 1px 2px rgba(0,0,0,.25);
}
.toggle-switch input:checked ~ .track{ background: var(--green); }
.toggle-switch input:checked ~ .thumb{ transform: translateX(20px); }
.toggle-switch input:focus-visible ~ .track{ outline: 2.5px solid var(--navy); outline-offset: 2px; }
.toggle-state-label{ font-size: .74rem; font-family: var(--font-mono); text-transform: uppercase; letter-spacing: .05em; width: 96px; text-align: right; flex-shrink: 0; }

.wizard-nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.6rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
}

/* Sticky price panel */
.price-panel-sticky{ position: sticky; top: 90px; }

.price-breakdown{ margin-top: 1.2rem; }
.price-breakdown-row{
  display: flex;
  justify-content: space-between;
  font-family: var(--font-mono);
  font-size: .78rem;
  padding: .4rem 0;
  border-bottom: 1px dashed rgba(201,211,204,.2);
  color: var(--text-on-dark);
}
.price-breakdown-row .val-positive{ color: var(--green-bright); }
.price-breakdown-row .val-negative{ color: #FF8A75; }
.price-breakdown-row.total-row{
  border-bottom: none;
  border-top: 1px solid rgba(201,211,204,.3);
  margin-top: .3rem;
  padding-top: .7rem;
  color: #fff;
  font-weight: 600;
  font-size: .86rem;
}

.validity-note{
  font-size: .76rem;
  color: var(--text-on-dark);
  text-align: center;
  margin-top: 1rem;
}

/* Hard-rejection state */
.reject-panel{
  background: #FDEDEB;
  border: 1.5px solid #E4574C;
  border-radius: var(--radius-md);
  padding: 1.6rem;
  text-align: center;
}
.reject-panel h3{ color: #B23A2E; font-size: 1.05rem; margin-bottom: .5rem; }
.reject-panel p{ color: #7A2E25; font-size: .9rem; margin-bottom: 1rem; }

.review-summary{ margin-bottom: 1.4rem; }
.review-summary-row{
  display: flex;
  justify-content: space-between;
  font-size: .88rem;
  padding: .55rem 0;
  border-bottom: 1px solid var(--line);
}
.review-summary-row .label{ color: var(--text-muted); }
.review-summary-row .value{ font-weight: 600; color: var(--ink); }
.review-summary-row .edit-link{ font-size: .78rem; color: var(--green-deep); font-weight: 600; cursor: pointer; }

/* ---------- Form fields (schedule-pickup and other form pages) ---------- */
.form-label{ font-weight: 600; font-size: .85rem; color: var(--ink); margin-bottom: .4rem; }
.form-control, .form-select{
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: .65rem .9rem;
  font-size: .92rem;
  color: var(--ink);
  background-color: #fff;
}
.form-control:focus, .form-select:focus{
  border-color: var(--green-deep);
  box-shadow: 0 0 0 3px rgba(76,127,41,.15);
}
.field-error{ color: #B23A2E; font-size: .8rem; margin-top: .35rem; display: none; }
.field-error.is-visible{ display: block; }

.otp-input{
  font-family: var(--font-mono);
  letter-spacing: .6em;
  font-size: 1.3rem;
  text-align: center;
  max-width: 220px;
  padding-left: 1.2rem;
}

.mobile-verified-note{
  display: flex;
  align-items: center;
  gap: .5rem;
  color: var(--green-deep);
  font-weight: 600;
  font-size: .9rem;
  background: rgba(94,155,51,.1);
  border-radius: var(--radius-sm);
  padding: .7rem 1rem;
}

.resend-link{ font-size: .82rem; color: var(--green-deep); font-weight: 600; cursor: pointer; background: none; border: none; padding: 0; }
.resend-link:disabled{ color: var(--text-muted); cursor: not-allowed; }

/* ---------- Success panel ---------- */
.success-panel{
  background: #EAF5EC;
  border: 1.5px solid var(--green);
  border-radius: var(--radius-lg);
  padding: 2.4rem 1.8rem;
  text-align: center;
}
.success-icon{
  width: 60px; height: 60px;
  border-radius: 50%;
  background: var(--green-deep);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.2rem;
}
.success-panel h2{ font-size: 1.5rem; margin-bottom: .5rem; }
.success-order-id{
  font-family: var(--font-mono);
  font-size: 1.1rem;
  color: var(--green-deep);
  background: #fff;
  border: 1px dashed var(--green);
  border-radius: var(--radius-sm);
  display: inline-block;
  padding: .5rem 1.2rem;
  margin: 1rem 0;
}

/* ---------- Validity badge ---------- */
.validity-badge{
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-family: var(--font-mono);
  font-size: .72rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  background: rgba(232,162,61,.15);
  color: #8A5A18;
  border-radius: 999px;
  padding: .35rem .8rem;
  margin-top: .8rem;
}

/* ---------- Order lookup ---------- */
.lookup-card{
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 2.2rem;
  max-width: 520px;
  margin: 0 auto;
}
.lookup-tabs{ display: flex; gap: .5rem; margin-bottom: 1.4rem; }
.lookup-tab{
  flex: 1;
  text-align: center;
  padding: .6rem;
  border-radius: var(--radius-sm);
  border: 1.5px solid var(--line);
  background: #fff;
  font-size: .86rem;
  font-weight: 600;
  color: var(--text-muted);
  cursor: pointer;
}
.lookup-tab.is-active{ border-color: var(--green-deep); background: var(--green-deep); color: #fff; }

/* ---------- Order summary card ---------- */
.order-summary-card{
  background: var(--navy-deep);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 1.8rem;
}
.order-summary-card .order-id-label{ font-family: var(--font-mono); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; color: var(--text-on-dark); }
.order-summary-card .order-id-value{ font-family: var(--font-mono); font-size: 1.3rem; margin-top: .2rem; }
.order-summary-card .order-status-pill{
  display: inline-block;
  font-size: .74rem;
  font-weight: 600;
  padding: .3rem .8rem;
  border-radius: 999px;
  background: rgba(94,155,51,.2);
  color: var(--green-bright);
  margin-top: .8rem;
}
.order-summary-card .order-meta-row{
  display: flex;
  justify-content: space-between;
  font-size: .86rem;
  padding: .6rem 0;
  border-top: 1px solid rgba(201,211,204,.15);
  color: var(--text-on-dark);
}
.order-summary-card .order-meta-row span:last-child{ color: #fff; font-weight: 600; }

/* ---------- Timeline ---------- */
.track-timeline{ margin-top: 1rem; }
.track-step{
  display: flex;
  gap: 1rem;
  position: relative;
  padding-bottom: 2rem;
}
.track-step:last-child{ padding-bottom: 0; }
.track-step::before{
  content: "";
  position: absolute;
  left: 15px; top: 34px; bottom: 0;
  width: 2px;
  background: var(--line);
}
.track-step:last-child::before{ display: none; }
.track-step.is-done::before{ background: var(--green); }

.track-step-icon{
  width: 32px; height: 32px;
  border-radius: 50%;
  border: 2px solid var(--line);
  background: #fff;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  color: var(--text-muted);
  z-index: 1;
}
.track-step.is-done .track-step-icon{ border-color: var(--green); background: var(--green); color: #fff; }
.track-step.is-active .track-step-icon{ border-color: var(--green-deep); background: #fff; color: var(--green-deep); animation: pulseDot 1.8s ease-in-out infinite; }

.track-step-body h3{ font-size: .96rem; margin-bottom: .2rem; }
.track-step-body p{ font-size: .82rem; color: var(--text-muted); margin: 0; }
.track-step.is-active .track-step-body h3{ color: var(--green-deep); }
.track-step:not(.is-done):not(.is-active) .track-step-body h3{ color: var(--text-muted); }

/* ---------- Partner card ---------- */
.partner-card{
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 1.4rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.partner-avatar{
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--green-deep);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.partner-name{ font-weight: 700; font-size: .96rem; }
.partner-meta{ font-size: .8rem; color: var(--text-muted); }
.partner-rating{ color: var(--amber); font-size: .82rem; margin-top: .15rem; }
.partner-call-btn{
  margin-left: auto;
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--paper-dim);
  display: flex; align-items: center; justify-content: center;
  color: var(--navy);
  flex-shrink: 0;
}

/* ---------- Detailed process steps (How It Works) ---------- */
.detail-step{
  display: flex;
  gap: 1.8rem;
  padding: 2.6rem 0;
  border-bottom: 1px solid var(--line);
}
.detail-step:first-child{ padding-top: 0; }
.detail-step:last-child{ border-bottom: none; padding-bottom: 0; }
.detail-step-num{
  font-family: var(--font-display);
  font-size: 60px;
  font-weight: 700;
  color: var(--paper-dim);
  -webkit-text-stroke: 1.5px var(--line);
  flex-shrink: 0;
  width: 64px;
  line-height: 1;
  text-align: center;
}
.detail-step-icon{
  width: 80px; height: 80px;
  border-radius: 14px;
  background: rgba(94,155,51,.12);
  color: var(--green-deep);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.detail-step-body h3{ font-size: 1.25rem; margin-bottom: .6rem; }
.detail-step-body > p{ color: var(--text-muted); margin-bottom: 1rem; max-width: 560px; }
.detail-step-list{ list-style: none; padding: 0; margin: 0; }
.detail-step-list li{
  display: flex;
  gap: .6rem;
  font-size: .92rem;
  color: var(--ink);
  padding: .35rem 0;
}
.detail-step-list li svg{ color: var(--green); flex-shrink: 0; margin-top: .2rem; }

@media (max-width: 575.98px){
  .detail-step{ flex-direction: column; gap: 1rem; }
  .detail-step-num{ display: none; }
}

/* ---------- What we check ---------- */
.check-item{
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  height: 100%;
}
.check-item .check-icon{
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--paper-dim);
  color: var(--navy);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1rem;
}
.check-item h3{ font-size: 1rem; margin-bottom: .4rem; }
.check-item p{ font-size: .88rem; color: var(--text-muted); margin: 0; }

/* ---------- Contact info cards ---------- */
.contact-info-card{
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 1.3rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.contact-info-card .contact-icon{
  width: 44px; height: 44px;
  border-radius: 12px;
  background: rgba(94,155,51,.12);
  color: var(--green-deep);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.contact-info-card h3{ font-size: .96rem; margin-bottom: .25rem; }
.contact-info-card p{ font-size: .86rem; color: var(--text-muted); margin: 0; }
.contact-info-card a{ color: var(--green-deep); font-weight: 600; }

/* ---------- Legal / policy pages ---------- */
.legal-toc{
  position: sticky;
  top: 90px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 1.4rem;
}
.legal-toc-nav{ border-left: 2px solid var(--line); }
.legal-toc-nav .nav-link{
  display: block;
  font-size: .86rem;
  color: var(--text-muted);
  padding: .45rem 0 .45rem 1rem;
  border-left: 2px solid transparent;
  margin-left: -2px;
  transition: color .15s ease;
}
.legal-toc-nav .nav-link:hover{ color: var(--ink); }
.legal-toc-nav .nav-link.active{
  color: var(--green-deep);
  font-weight: 600;
  border-left-color: var(--green-deep);
}

.legal-content{ max-width: 720px; }
.legal-content section{ padding-bottom: 2.4rem; margin-bottom: 2.4rem; border-bottom: 1px solid var(--line); }
.legal-content section:last-child{ border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.legal-content h2{ font-size: 1.25rem; margin-bottom: .9rem; scroll-margin-top: 100px; }
.legal-content p{ color: var(--ink); font-size: .96rem; line-height: 1.75; margin-bottom: 1rem; }
.legal-content ul, .legal-content ol{ color: var(--ink); font-size: .96rem; line-height: 1.75; padding-left: 1.3rem; margin-bottom: 1rem; }
.legal-content li{ margin-bottom: .4rem; }
.legal-content a{ color: var(--green-deep); font-weight: 600; }
.legal-content strong{ color: var(--ink); }

.legal-updated{
  font-family: var(--font-mono);
  font-size: .76rem;
  color: var(--text-muted);
  margin-top: .6rem;
}

.legal-callout{
  background: var(--paper-dim);
  border-left: 3px solid var(--green-deep);
  border-radius: var(--radius-sm);
  padding: 1rem 1.2rem;
  font-size: .9rem;
  color: var(--ink);
  margin-bottom: 1.4rem;
}

/* ---------- Blog: list page ---------- */
.blog-card{
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.blog-card:hover{ transform: translateY(-3px); box-shadow: var(--shadow-card-hover); border-color: var(--green-bright); }
.blog-thumb{
  height: 170px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--navy) 0%, var(--green-deep) 100%);
}
.blog-thumb::after{
  content: "";
  position: absolute; top: 0; right: 0; bottom: 0; left: 0; inset: 0;
  background-image: repeating-linear-gradient(115deg, rgba(255,255,255,.06) 0 2px, transparent 2px 26px);
}
.blog-thumb .blog-thumb-icon{
  position: absolute; right: 14px; bottom: 12px;
  opacity: .5;
}
.blog-card-body{ padding: 1.3rem; display: flex; flex-direction: column; flex: 1; }
.blog-category-tag{
  display: inline-block;
  font-family: var(--font-mono);
  font-size: .68rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--green-deep);
  background: rgba(94,155,51,.12);
  border-radius: 999px;
  padding: .25rem .7rem;
  margin-bottom: .7rem;
  align-self: flex-start;
}
.blog-card h3{ font-size: 1.05rem; margin-bottom: .5rem; line-height: 1.35; }
.blog-card p{ font-size: .88rem; color: var(--text-muted); margin-bottom: 1rem; flex: 1; }
.blog-meta{
  display: flex;
  align-items: center;
  gap: .6rem;
  font-size: .76rem;
  color: var(--text-muted);
  font-family: var(--font-mono);
  padding-top: .8rem;
  border-top: 1px solid var(--line);
}

.blog-sidebar-card{
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 1.3rem;
}
.blog-sidebar-card h6{
  font-family: var(--font-mono);
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 1rem;
}
.blog-category-item{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .9rem;
  color: var(--ink);
  padding: .55rem 0;
  border-bottom: 1px solid var(--line);
}
.blog-category-item:last-child{ border-bottom: none; }
.blog-category-item .cat-count{
  font-family: var(--font-mono);
  font-size: .74rem;
  color: var(--text-muted);
  background: var(--paper-dim);
  border-radius: 999px;
  padding: .1rem .55rem;
}
.blog-category-item.active{ color: var(--green-deep); font-weight: 600; }
.blog-category-item.active .cat-count{ background: rgba(94,155,51,.15); color: var(--green-deep); }

/* ---------- Blog: detail page ---------- */
.blog-hero-thumb{
  height: 280px;
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--navy) 0%, var(--green-deep) 100%);
  margin-bottom: 2rem;
}
.blog-hero-thumb::after{
  content: "";
  position: absolute; top: 0; right: 0; bottom: 0; left: 0; inset: 0;
  background-image: repeating-linear-gradient(115deg, rgba(255,255,255,.06) 0 2px, transparent 2px 30px);
}
.blog-article-meta{
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: .84rem;
  color: var(--text-muted);
  font-family: var(--font-mono);
  margin-top: .8rem;
}
.blog-article-body{ max-width: 720px; }
.blog-article-body h2{ font-size: 1.35rem; margin-top: 2.2rem; margin-bottom: .9rem; }
.blog-article-body h2:first-child{ margin-top: 0; }
.blog-article-body p{ font-size: 1rem; line-height: 1.8; color: var(--ink); margin-bottom: 1.2rem; }
.blog-article-body ul, .blog-article-body ol{ font-size: 1rem; line-height: 1.8; color: var(--ink); padding-left: 1.4rem; margin-bottom: 1.2rem; }
.blog-article-body li{ margin-bottom: .5rem; }
.blog-article-body a{ color: var(--green-deep); font-weight: 600; }
.blog-article-body strong{ color: var(--ink); }

.blog-share-row{
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: 1.4rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin: 2rem 0;
}
.blog-share-row span{ font-size: .82rem; color: var(--text-muted); font-weight: 600; margin-right: .3rem; }
.blog-share-btn{
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--paper-dim);
  color: var(--navy);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: background .15s ease;
}
.blog-share-btn:hover{ background: var(--green-deep); color: #fff; }

.related-post-card{
  display: flex;
  gap: .9rem;
  align-items: flex-start;
}
.related-post-thumb{
  width: 72px; height: 72px;
  border-radius: var(--radius-sm);
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--navy) 0%, var(--green-deep) 100%);
}
.related-post-card h4{ font-size: .92rem; margin-bottom: .3rem; line-height: 1.35; }
.related-post-card .blog-meta{ border-top: none; padding-top: 0; }

/* ---------- Sell page: hero trust bullets ---------- */
.trust-bullet-row{
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1.6rem;
  margin-top: 1.2rem;
}
.trust-bullet-row .tb-item{
  display: flex;
  align-items: center;
  gap: .45rem;
  font-size: .88rem;
  font-weight: 600;
  color: var(--ink);
}
.trust-bullet-row .tb-item svg{ color: var(--green-deep); flex-shrink: 0; }

/* ---------- FAQ show-more ---------- */
.faq-extra{ display: none; }
.faq-extra.is-visible{ display: block; }
.faq-toggle-btn{
  background: none;
  border: none;
  color: var(--green-deep);
  font-weight: 600;
  font-size: .9rem;
  padding: .8rem 0 0;
  cursor: pointer;
}
.faq-toggle-btn:hover{ text-decoration: underline; }

/* ---------- Promo banner carousel (homepage, below hero) ---------- */
/* Image-only slider: each slide is a single banner image (see
   assets/img/banners/) — no text or buttons are rendered in HTML here. */
.promo-carousel{ padding-bottom: 2.6rem; position: relative; }
.promo-banner-img{
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}

.promo-carousel .carousel-indicators{
  position: static;
  margin: 1.1rem 0 0;
}
.promo-carousel .carousel-indicators [data-bs-target]{
  width: 8px; height: 8px;
  border-radius: 50%;
  background-color: var(--line);
  border: none;
  opacity: 1;
  transition: background-color .15s ease;
}
.promo-carousel .carousel-indicators .active{ background-color: var(--navy); }

.promo-carousel .carousel-control-prev,
.promo-carousel .carousel-control-next{
  width: 48px; height: 48px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  opacity: 1;
}
.promo-carousel .carousel-control-prev{ left: -6px; }
.promo-carousel .carousel-control-next{ right: -6px; }
.promo-carousel .promo-arrow{
  width: 48px; height: 48px;
  border-radius: 50%;
  background: #fff;
  border: none;
  box-shadow: 0 4px 16px rgba(11,33,69,.18);
  display: flex; align-items: center; justify-content: center;
  color: var(--navy);
  transition: box-shadow .15s ease;
}
.promo-carousel .carousel-control-prev:hover .promo-arrow,
.promo-carousel .carousel-control-next:hover .promo-arrow{ box-shadow: 0 6px 20px rgba(11,33,69,.26); }

@media (max-width: 575.98px){
  .promo-carousel .carousel-control-prev,
  .promo-carousel .carousel-control-next{ display: none; }
}

/* ---------- Blog slider (horizontal, card-based) ---------- */
.blog-slider-wrap{ position: relative; }
.blog-slider-track{
  display: flex;
  gap: 1.2rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: .5rem;
  -webkit-overflow-scrolling: touch;
}
.blog-slider-track::-webkit-scrollbar{ display: none; }
.blog-slider-track{ scrollbar-width: none; -ms-overflow-style: none; }
.blog-slider-track .blog-card{
  flex: 0 0 300px;
  scroll-snap-align: start;
}
@media (max-width: 575.98px){
  .blog-slider-track .blog-card{ flex-basis: 82vw; }
}

.blog-slider-nav{ display: flex; gap: .6rem; flex-shrink: 0; }
.blog-slider-btn{
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1.5px solid var(--line);
  background: #fff;
  color: var(--navy);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
  flex-shrink: 0;
}
.blog-slider-btn:hover:not(:disabled){ background: var(--green-deep); color: #fff; border-color: var(--green-deep); }
.blog-slider-btn:disabled{ opacity: .35; cursor: default; }

/* ---------- Select Series filter (select-model.html) ---------- */
/* Rectangular grey filter buttons, matching the reference design. */
.series-chip-row{ display: flex; flex-wrap: wrap; gap: .7rem; }
.series-chip{
  background: var(--paper-dim);
  border: none;
  border-radius: 8px;
  padding: .8rem 1.5rem;
  font-size: .92rem;
  font-weight: 500;
  color: var(--ink);
  cursor: pointer;
  transition: background .15s ease, color .15s ease;
}
.series-chip:hover{ background: var(--line); }
.series-chip.active{ background: var(--navy); color: #fff; }

/* ---------- Select Model grid cards (select-model.html main grid) ---------- */
/* Image-dominant card distinct from the shared .model-card used elsewhere
   on the site, so this restyle doesn't affect other pages' model cards. */
.model-grid-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: .8rem;
  height: 100%;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.model-grid-card:hover{ transform: translateY(-3px); box-shadow: var(--shadow-card-hover); border-color: var(--green-bright); }
.model-grid-card .model-grid-thumb{
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: var(--radius-sm);
  overflow: hidden;
  margin-bottom: .7rem;
  background: var(--paper-dim);
}
.model-grid-card .model-grid-thumb img{ width: 100%; height: 100%; object-fit: cover; display: block; }
.model-grid-card .model-grid-name{ font-weight: 600; font-size: .9rem; color: var(--ink); line-height: 1.3; }
.model-grid-card .model-grid-price{
  font-family: var(--font-mono);
  font-size: .8rem;
  color: var(--green-deep);
  font-weight: 500;
  margin-top: .2rem;
}

.page-header{
  background: var(--paper-dim);
  border-bottom: 1px solid var(--line);
  padding: 2.2rem 0;
}

/* Two-column variant — opt-in only, so plain .page-header on other pages
   (About, Contact, legal pages, etc.) is unaffected. */
.page-header-flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.page-header-flex .page-header-text{ flex: 1 1 auto; min-width: 0; }
.page-header-image{
  flex: 0 0 auto;
  width: 400px;
  max-width: 100%;
}
.page-header-image img{ width: 100%; height: auto; display: block; }
@media (max-width: 991.98px){
  .page-header-image{ display: none; } /* keep mobile header focused on text + search */
}

.page-header .eyebrow{ margin-bottom: .5rem; }
.page-header h1{ font-size: clamp(1.7rem, 3vw, 2.3rem); }

.page-breadcrumb{
  font-size: .82rem;
  color: var(--text-muted);
  margin-bottom: .9rem;
}
.page-breadcrumb a{ color: var(--green-deep); font-weight: 600; }
.page-breadcrumb .sep{ margin: 0 .4rem; color: var(--line); }

.search-lg{ max-width: 480px; margin-top: 1.4rem; }
.search-lg input{ padding: .9rem 1.1rem .9rem 2.7rem; font-size: .96rem; border-radius: var(--radius-md); }
.search-lg svg{ left: 1rem; }

.no-result-note{
  display: none;
  text-align: center;
  padding: 2.5rem 1rem;
  color: var(--text-muted);
}

.helper-banner{
  border: 1.5px dashed var(--line);
  border-radius: var(--radius-md);
  padding: 1.8rem;
  text-align: center;
  background: #fff;
}
.helper-banner h3{ font-size: 1.1rem; margin-bottom: .4rem; }
.helper-banner p{ color: var(--text-muted); margin-bottom: 1rem; font-size: .92rem; }

@media (max-width: 767px){
  .cta-band{ flex-direction: column; align-items: flex-start; text-align: left; }
  .hero{ padding: 2.2rem 0 3rem; }
}

/* ---------- Condition checker: fault / severity / accessory tiles ---------- */
/* Used by the redesigned check-price.html questionnaire. Distinct from
   .chip-option (used elsewhere) so those pages are unaffected. */
.cond-tile-grid{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 1rem;
}
.cond-tile{
  position: relative;
  display: block;
}
.cond-tile input{
  position: absolute;
  opacity: 0;
  width: 100%; height: 100%;
  margin: 0;
  cursor: pointer;
  z-index: 2;
}
.cond-tile-face{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1.5px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  padding: 1.4rem 1rem 1.1rem;
  transition: all .15s ease;
  height: 100%;
}
.cond-tile input:hover + .cond-tile-face{ border-color: var(--green-bright); }
.cond-tile input:focus-visible + .cond-tile-face{ outline: 2.5px solid var(--navy); outline-offset: 2px; }
.cond-tile-icon{
  width: 44px; height: 44px;
  color: var(--navy);
  margin-bottom: .8rem;
}
.cond-tile-icon svg{ width: 100%; height: 100%; }
.cond-tile-label{ font-size: .84rem; font-weight: 600; color: var(--ink); line-height: 1.35; }

/* "Danger" selected state — used for fault/problem tiles (Step 1). */
.cond-tile input:checked + .cond-tile-face.face-danger{
  background: var(--danger);
  border-color: var(--danger);
}
.cond-tile input:checked + .cond-tile-face.face-danger .cond-tile-icon,
.cond-tile input:checked + .cond-tile-face.face-danger .cond-tile-label{ color: #fff; }

/* "Positive" selected state — used for severity / accessory / defect tiles. */
.cond-tile input:checked + .cond-tile-face.face-positive{
  background: var(--green-deep);
  border-color: var(--green-deep);
}
.cond-tile input:checked + .cond-tile-face.face-positive .cond-tile-icon,
.cond-tile input:checked + .cond-tile-face.face-positive .cond-tile-label{ color: #fff; }

/* ---------- Yes/No question rows (general device questions) ---------- */
.yesno-question{ margin-bottom: 1.8rem; }
.yesno-question:last-child{ margin-bottom: 0; }
.yesno-question .yq-title{ font-size: 1rem; font-weight: 700; color: var(--ink); margin-bottom: .3rem; }
.yesno-question .yq-sub{ font-size: .86rem; color: var(--text-muted); margin-bottom: .9rem; }
.yesno-row{ display: flex; gap: .8rem; max-width: 420px; }
.yesno-pill{ position: relative; flex: 1; }
.yesno-pill input{
  position: absolute;
  opacity: 0;
  width: 100%; height: 100%;
  margin: 0;
  cursor: pointer;
  z-index: 2;
}
.yesno-pill-face{
  display: flex;
  align-items: center;
  gap: .6rem;
  border: 1.5px solid var(--line);
  background: var(--paper-dim);
  border-radius: var(--radius-sm);
  padding: .8rem 1.1rem;
  font-size: .94rem;
  font-weight: 600;
  color: var(--ink);
  transition: all .15s ease;
}
.yesno-pill-radio{
  width: 18px; height: 18px;
  border-radius: 50%;
  border: 2px solid #B8BFC7;
  background: #fff;
  flex-shrink: 0;
  position: relative;
}
.yesno-pill input:checked + .yesno-pill-face{ background: #fff; border-color: var(--green-deep); }
.yesno-pill input:checked + .yesno-pill-face .yesno-pill-radio{ border-color: var(--green-deep); }
.yesno-pill input:checked + .yesno-pill-face .yesno-pill-radio::after{
  content: "";
  position: absolute; inset: 3px;
  border-radius: 50%;
  background: var(--green-deep);
}
.yesno-pill input:focus-visible + .yesno-pill-face{ outline: 2.5px solid var(--navy); outline-offset: 2px; }

/* ---------- Screen-defect sub-groups (Step 2) ---------- */
.cond-subgroup{ margin-bottom: 2rem; }
.cond-subgroup:last-child{ margin-bottom: 0; }
.cond-subgroup h3{ font-size: 1rem; margin-bottom: .2rem; }
.cond-subgroup .cond-subgroup-sub{ font-size: .84rem; color: var(--text-muted); margin-bottom: 1rem; }

/* ---------- Condition-checker panel headers (centred, matches reference) ---------- */
.cond-panel-head{ text-align: center; margin-bottom: 1.8rem; }
.cond-panel-head h2{ font-size: 1.2rem; margin-bottom: .5rem; }
.cond-panel-head p{ font-size: .9rem; color: var(--text-muted); margin: 0; }

/* ---------- Device Evaluation sidebar ---------- */
.device-eval-card{
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.device-eval-head{
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.3rem;
  border-bottom: 1px solid var(--line);
}
.device-eval-thumb{
  width: 56px; height: 56px;
  border-radius: var(--radius-sm);
  background: var(--paper-dim);
  overflow: hidden;
  flex-shrink: 0;
}
.device-eval-thumb img{ width: 100%; height: 100%; object-fit: cover; }
.device-eval-name{ font-weight: 600; font-size: .96rem; color: var(--ink); line-height: 1.3; }
.device-eval-body{ padding: 1.3rem; }
.device-eval-body h3{ font-size: 1rem; margin-bottom: 1rem; }
.device-eval-section{ margin-bottom: 1.2rem; }
.device-eval-section:last-child{ margin-bottom: 0; }
.device-eval-section h4{
  font-family: var(--font-mono);
  font-size: .7rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--green-deep);
  margin-bottom: .5rem;
}
.device-eval-section ul{ list-style: none; padding: 0; margin: 0; }
.device-eval-section li{
  font-size: .86rem;
  color: var(--ink);
  padding: .3rem 0 .3rem 1rem;
  position: relative;
}
.device-eval-section li::before{
  content: "";
  position: absolute; left: 0; top: .65rem;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--green);
}
.device-eval-empty{ font-size: .84rem; color: var(--text-muted); }

/* ---------- IMEI check + final price panels ---------- */
.imei-check-wrap{ max-width: 460px; }
