/* BuyItNowElectronics — single page (Netlify-ready) */

:root{
  --bg: #070b14;
  --bg2:#0b1630;
  --card:#0f2038;
  --text:#e8eefc;
  --muted:#b9c7e6;
  --line: rgba(255,255,255,.10);
  --accent:#ff6a00;
  --accent2:#18c3ff;
  --shadow: 0 18px 45px rgba(0,0,0,.45);
  --radius: 18px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
html{scroll-padding-top: 86px;}

body{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background:
    radial-gradient(1100px 650px at 15% 10%, rgba(24,195,255,.16), transparent 60%),
    radial-gradient(1100px 650px at 80% 0%, rgba(255,106,0,.12), transparent 55%),
    linear-gradient(180deg, var(--bg) 0%, #040611 100%);
  color:var(--text);
  line-height:1.5;
}

a{color:inherit}
img{max-width:100%;display:block}
.container{width:min(1120px, 92vw); margin:0 auto}

.skip{
  position:absolute; left:-999px; top:auto;
  width:1px; height:1px; overflow:hidden;
}
.skip:focus{
  left:16px; top:16px; width:auto; height:auto;
  background: #fff; color:#000; padding:10px 12px; border-radius:10px;
  z-index:9999;
}

.topbar{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(14px);
  background: rgba(4,6,17,.60);
  border-bottom:1px solid var(--line);
}
.topbar__inner{
  display:flex; align-items:center; justify-content:space-between;
  gap:18px; padding:14px 0;
}
.brand{display:flex; align-items:center; gap:12px}
.brand__mark{
  width:36px; height:36px; border-radius:12px;
  background:
    radial-gradient(14px 14px at 30% 30%, rgba(24,195,255,.9), transparent 60%),
    radial-gradient(16px 16px at 70% 65%, rgba(255,106,0,.95), transparent 60%),
    linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.02));
  border:1px solid var(--line);
  box-shadow: 0 10px 22px rgba(0,0,0,.35);
}
.brand__name{font-weight:900; letter-spacing:.2px}
.brand__tag{font-size:.86rem; color:var(--muted)}
.nav{display:flex; gap:16px; align-items:center}
.nav a{
  text-decoration:none; color:var(--muted);
  font-weight:700; font-size:.95rem;
  padding:8px 10px; border-radius:12px;
}
.nav a:hover{color:var(--text); background: rgba(255,255,255,.06)}
.topbar__cta{display:flex; gap:10px; align-items:center}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:11px 14px;
  border-radius: 14px;
  border:1px solid rgba(255,106,0,.35);
  background: linear-gradient(180deg, rgba(255,106,0,.95), rgba(255,106,0,.75));
  color:#0a0a0a;
  font-weight:900;
  text-decoration:none;
  box-shadow: 0 12px 26px rgba(255,106,0,.15);
}
.btn:hover{filter: brightness(1.06)}
.btn--ghost{
  background: rgba(255,255,255,.06);
  border:1px solid var(--line);
  color: var(--text);
  box-shadow:none;
}

.hero{
  padding: 56px 0 28px;
  border-bottom:1px solid var(--line);
}
.hero__grid{
  display:grid;
  grid-template-columns: 1.2fr .95fr;
  gap:28px;
  align-items:center;
}
.eyebrow{
  display:inline-flex;
  gap:10px;
  padding:8px 12px;
  border:1px solid rgba(24,195,255,.25);
  background: rgba(24,195,255,.08);
  border-radius:999px;
  color: var(--muted);
  font-weight:800;
  margin:0 0 16px 0;
}
.hero h1{
  font-size: clamp(2.0rem, 2.8vw, 3.1rem);
  line-height:1.08;
  margin:0 0 14px 0;
  letter-spacing:-0.4px;
}
.lead{
  font-size:1.05rem;
  color: var(--muted);
  margin:0 0 18px 0;
}
.checks{
  list-style:none;
  padding:0;
  margin:0 0 20px 0;
  display:grid;
  gap:10px;
}
.checks li{
  position:relative;
  padding-left:28px;
  color: var(--text);
}
.checks li:before{
  content:"";
  position:absolute; left:0; top:6px;
  width:18px; height:18px;
  border-radius:6px;
  background:
    radial-gradient(10px 10px at 30% 30%, rgba(255,255,255,.35), transparent 60%),
    linear-gradient(180deg, rgba(24,195,255,.95), rgba(24,195,255,.45));
  box-shadow: 0 10px 18px rgba(24,195,255,.12);
}
.hero__actions{display:flex; gap:12px; flex-wrap:wrap; margin-bottom:16px}
.trust{display:flex; gap:10px; flex-wrap:wrap}
.trust__pill{
  font-size:.86rem;
  color: var(--muted);
  border:1px solid var(--line);
  background: rgba(255,255,255,.04);
  padding:8px 10px;
  border-radius:999px;
}

/* Right-side hero media */
.hero__media__frame{
  position:relative;
  border-radius: var(--radius);
  overflow:hidden;
  border:1px solid var(--line);
  box-shadow: var(--shadow);
  background:
    radial-gradient(700px 340px at 30% 20%, rgba(24,195,255,.18), transparent 60%),
    radial-gradient(560px 300px at 80% 20%, rgba(255,106,0,.16), transparent 58%),
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
  padding:16px;
  
}
.hero__badge{
  border:1px solid var(--line);
  border-radius: 16px;
  background: rgba(4,6,17,.55);
  padding:12px 12px 10px;
  margin-bottom:14px;
}
.hero__badge__title{font-weight:900}
.hero__badge__sub{color:var(--muted); font-weight:700}
.hero__badge__sub a{color:var(--text); text-decoration:none; font-weight:900}
.hero__badge__sub a:hover{text-decoration:underline}

.hero__tiles{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
}
.tile{
  border:1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.03);
  padding:12px;
}
.tile__kicker{color:var(--muted); font-weight:800; font-size:.86rem}
.tile__title{font-weight:900; margin-top:3px}
.tile__desc{color:var(--muted); margin-top:4px; font-size:.92rem}

.section{padding: 46px 0}
.section--alt{
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.section__head{margin-bottom:18px}
.section__head h2{
  margin:0 0 8px 0;
  font-size: clamp(1.45rem, 2vw, 2rem);
  letter-spacing:-0.3px;
}
.muted{color: var(--muted); margin:0}

.grid{display:grid; gap:16px}
.cards{grid-template-columns: repeat(4, 1fr)}
.card{
  background: rgba(255,255,255,.03);
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding:16px 16px 18px;
}
.card h3{margin:0 0 8px 0}
.card p{margin:0; color: var(--muted)}

.note{
  margin-top:18px;
  border:1px dashed rgba(255,255,255,.18);
  background: rgba(255,255,255,.03);
  border-radius: var(--radius);
  padding:14px 16px;
  color: var(--muted);
}
.note a{color: var(--text); font-weight:900; text-decoration:none}
.note a:hover{text-decoration:underline}

.steps{grid-template-columns: repeat(4, 1fr)}
.step{
  border:1px solid var(--line);
  background: rgba(15,32,56,.35);
  border-radius: var(--radius);
  padding:16px;
}
.step__num{
  width:34px; height:34px; border-radius:12px;
  display:flex; align-items:center; justify-content:center;
  font-weight:900;
  background: rgba(255,106,0,.12);
  border:1px solid rgba(255,106,0,.28);
  color: var(--text);
  margin-bottom:10px;
}
.step h3{margin:0 0 8px 0}
.step p{margin:0; color:var(--muted)}

.formwrap{
  display:grid;
  grid-template-columns: 1.35fr .65fr;
  gap:16px;
  align-items:start;
}
form{
  border:1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.03);
  padding:16px;
}
.formgrid{grid-template-columns: 1fr 1fr}
label{display:flex; flex-direction:column; gap:8px}
label span{font-weight:800; color: var(--muted); font-size:.92rem}
input, textarea, select{
  padding:12px 12px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(4,6,17,.55);
  color: var(--text);
  outline:none;
}
input:focus, textarea:focus, select:focus{
  border-color: rgba(24,195,255,.55);
  box-shadow: 0 0 0 4px rgba(24,195,255,.12);
}
textarea{resize:vertical}
.span2{grid-column: 1 / -1}
.hidden{display:none}

.formactions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:14px;
  flex-wrap:wrap;
}
.fineprint{margin:0; color:var(--muted); font-size:.92rem}
.fineprint a{font-weight:900; text-decoration:none}
.fineprint a:hover{text-decoration:underline}

.contactcard{
  border:1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(15,32,56,.35);
  padding:16px;
}
.contactcard h3{margin:0 0 8px 0}
.contactcard__item{margin:10px 0}
.contactcard__item a{color: var(--text); font-weight:900; text-decoration:none}
.contactcard__item a:hover{text-decoration:underline}
.divider{height:1px; background: var(--line); margin:14px 0}

.intents{
  margin: 8px 0 12px;
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding:12px 12px 10px;
  background: rgba(4,6,17,.35);
}
.intents legend{
  padding:0 8px;
  color: var(--muted);
  font-weight:900;
  font-size:.92rem;
}
.check{
  display:flex;
  gap:10px;
  align-items:center;
  padding:8px 6px;
  border-radius:12px;
}
.check:hover{background: rgba(255,255,255,.04)}
.check input{ width:18px; height:18px; }
.check span{ color: var(--text); font-weight:800; }

.local{grid-template-columns: repeat(4, 1fr)}
.local__item{
  border:1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.03);
  padding:16px;
}
.local__item h3{margin:0 0 8px 0}
.local__item p{margin:0; color:var(--muted)}

.footer{
  border-top:1px solid var(--line);
  padding:28px 0;
  background: rgba(0,0,0,.25);
}
.footer__grid{
  display:flex; justify-content:space-between; align-items:flex-start;
  gap:18px; flex-wrap:wrap;
}
.footer__brand{font-weight:900; letter-spacing:.2px}
.footer__muted{color:var(--muted); font-size:.95rem}
.footer__links{display:flex; gap:14px; flex-wrap:wrap}
.footer__links a{color:var(--muted); text-decoration:none; font-weight:800}
.footer__links a:hover{color:var(--text)}
.footer__bottom{
  margin-top:16px;
  color:var(--muted);
  display:flex; gap:10px; flex-wrap:wrap;
}
.sep{opacity:.5}

@media (max-width: 720px){
  .nav{display:none}
  .hero__grid{grid-template-columns: 1fr}
  .hero__tiles{grid-template-columns: 1fr 1fr}
  .cards{grid-template-columns: repeat(2, 1fr)}
  .steps{grid-template-columns: repeat(2, 1fr)}
  .local{grid-template-columns: repeat(2, 1fr)}
  .formwrap{grid-template-columns: 1fr}
}
@media (max-width: 520px){
  .hero__tiles{grid-template-columns: 1fr}
  .cards{grid-template-columns: 1fr}
  .steps{grid-template-columns: 1fr}
  .local{grid-template-columns: 1fr}
  .topbar__cta{display:none}
  .hero{padding-top:34px}
}


/* Anchor jump offset for sticky header */
section{scroll-margin-top: 86px;}

/* Category card images — 8 separate images (no text, no cropping) */
.card__img{
  width:100%;
  height:220px;
  object-fit:contain;
  object-position:center;
  border-radius:14px;
  border:1px solid var(--line);
  margin-bottom:12px;
  background:#f5f5f5;
  padding:8px;
}
@media (max-width:520px){
  .card__img{height:240px;}
}


/* Featured slots */
.hero__side{display:flex}
.featured{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
  width:100%;
  max-width:420px;
}
.featured__item{
  background: rgba(255,255,255,0.04);
  border:1px solid var(--line);
  border-radius:18px;
  padding:14px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
  backdrop-filter: blur(10px);
}
.featured__item--alt{
  background: rgba(255,255,255,0.03);
}
.featured__badge{
  display:inline-block;
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color: rgba(255,255,255,0.75);
  margin-bottom:10px;
}
.featured__img{
  width:100%;
  height:170px;
  object-fit:contain;
  border-radius:14px;
  border:1px solid var(--line);
  background:#f5f5f5;
  padding:10px;
  margin-bottom:12px;
}
.featured__title{
  font-size:18px;
  margin:0 0 6px;
}
.featured__specs{
  margin:0 0 8px;
  color: rgba(255,255,255,0.78);
}
.featured__note{
  margin:0 0 10px;
  color: rgba(255,255,255,0.68);
  font-size:14px;
  line-height:1.35;
}
.featured__link{
  color: var(--accent);
  text-decoration:none;
  font-weight:600;
}
.featured__link:hover{ text-decoration:underline; }

@media (max-width: 980px){
  .featured{max-width:none}
  .hero__side{width:100%}
}


/* hero side placement */
.hero__side{justify-self:stretch; align-self:stretch;}


/* Hero spacing fix */
.hero{
  padding-top: 44px;
  padding-bottom: 34px;
}
.hero__grid,
.hero__inner,
.hero__content{
  align-items: start !important;
}
.hero__copy{
  margin-top: 0 !important;
}
.hero__copy .pill-row{ margin-bottom: 14px !important; }
.hero__copy h1{ margin-top: 10px !important; margin-bottom: 12px !important; }
.hero__copy p{ margin-top: 0 !important; }
.hero__copy .bullets{ margin-top: 14px !important; margin-bottom: 16px !important; }
.hero__copy .cta-row{ margin-top: 16px !important; margin-bottom: 0 !important; }

/* Keep featured cards pinned to top of right column */
.hero__side{ align-self: flex-start; margin-top: 0 !important; }

/* Reduce empty space on smaller screens */
@media (max-width: 980px){
  .hero{ padding-top: 28px; padding-bottom: 22px; }
}
@media (max-width: 640px){
  .hero{ padding-top: 22px; padding-bottom: 18px; }
}


/* Featured compact (reduces right-column height so left/right balance better) */
.featured{ gap:12px; }
.featured__item{ padding:12px; }
.featured__img{
  height: 130px;
  padding: 8px;
  margin-bottom: 10px;
}
.featured__title{ font-size:17px; margin-bottom:6px; }
.featured__specs{ font-size:14px; margin-bottom:6px; }
.featured__note{
  font-size:13px;
  margin-bottom:8px;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}


/* Hero trust strip */
.hero__copy{
  display:flex;
  flex-direction:column;
  height:100%;
}
.hero__trust{
  margin-top:auto;              /* pushes to bottom of left column */
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  padding-top:14px;
}
.trust-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid var(--line);
  background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.80);
  font-size:13px;
  line-height:1;
}


/* Hero trust strip (D6) */
.hero__grid{ align-items: stretch; }
.hero__copy{
  display:flex;
  flex-direction:column;
  height:100%;
}
.hero__trust{
  margin-top:auto;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  padding-top:16px;
}
.trust-pill{
  padding:8px 10px;
  border-radius:999px;
  border:1px solid var(--line);
  background: rgba(255,255,255,0.04);
  font-size:13px;
}


/* Featured badge emphasis */
.featured__badge{
  font-size:13px;
  letter-spacing:.10em;
  font-weight:800;
}
.featured__badge--desktop{
  color: var(--accent);
}
.featured__badge--iptv{
  color: rgba(120, 210, 255, 0.95);
}


/* Why refurbished */
.why-refurb{
  margin-top: 18px;
  padding: 14px 14px 12px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.035);
  box-shadow: 0 12px 30px rgba(0,0,0,0.20);
  backdrop-filter: blur(10px);
}
.why-refurb h3{
  margin: 0 0 10px;
  font-size: 16px;
}
.why-refurb ul{
  margin: 0;
  padding-left: 18px;
  color: rgba(255,255,255,0.78);
  font-size: 14px;
  line-height: 1.35;
}
.why-refurb li{ margin: 6px 0; }
.why-refurb__note{
  margin: 10px 0 0;
  color: rgba(255,255,255,0.70);
  font-size: 13px;
}
@media (max-width: 980px){
  .why-refurb{ margin-top: 14px; }
}

.hero__trust{ padding-top: 10px !important; }


/* Brand link */
.brand-link{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
  color:inherit;
}
.brand-link:focus-visible{
  outline: 2px solid rgba(255,255,255,0.35);
  outline-offset: 6px;
  border-radius: 14px;
}


/* Brand logo */
.brand__logo{
  width: 42px;
  height: 42px;
  border-radius: 12px;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 10px 22px rgba(0,0,0,0.30);
}
@media (max-width: 640px){
  .brand__logo{ width: 36px; height: 36px; border-radius: 10px; }
}
.footer__credit{
  margin-top: 10px;
  color: rgba(255,255,255,0.65);
  font-size: 13px;
}


/* Header logo-only */
.brand__logo--solo{
  width: 54px;
  height: 54px;
  border-radius: 16px;
  object-fit: cover;
}
@media (max-width: 640px){
  .brand__logo--solo{ width: 44px; height: 44px; border-radius: 14px; }
}


/* Header logo size – intentionally large */
.brand__logo--solo{
  width: 72px !important;
  height: 72px !important;
  border-radius: 18px;
}
@media (max-width: 640px){
  .brand__logo--solo{
    width: 60px !important;
    height: 60px !important;
    border-radius: 16px;
  }
}


/* Header prominence A (taller single-row header) */
.topbar__inner{
  padding: 18px 0 !important;   /* taller header */
}
.brand-link{
  align-items:center;
}
.brand__logo--solo{
  width: 104px !important;
  height: 104px !important;
  border-radius: 22px !important;
  object-fit: cover !important;
}
@media (max-width: 980px){
  .topbar__inner{ padding: 16px 0 !important; }
  .brand__logo--solo{
    width: 88px !important;
    height: 88px !important;
    border-radius: 20px !important;
  }
}
@media (max-width: 640px){
  .topbar__inner{ padding: 12px 0 !important; }
  .brand__logo--solo{
    width: 72px !important;
    height: 72px !important;
    border-radius: 18px !important;
  }
}


/* Header logo – very prominent */
.brand__logo--solo{
  width: 128px !important;
  height: 128px !important;
  border-radius: 24px !important;
}
.topbar__inner{
  padding: 22px 0 !important;
}
@media (max-width: 980px){
  .brand__logo--solo{
    width: 104px !important;
    height: 104px !important;
  }
}
@media (max-width: 640px){
  .brand__logo--solo{
    width: 88px !important;
    height: 88px !important;
  }
}


/* Footer brand block */
.footer__brand{
  margin: 28px 0 18px;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  gap:14px;
}
.footer__logo{
  width: 96px;
  height: 96px;
  border-radius: 18px;
}
.footer__brand-text{
  color: rgba(255,255,255,0.75);
  font-size: 14px;
  line-height: 1.45;
}
.footer__brand-text a{
  color: var(--accent);
  text-decoration:none;
}


/* Footer logo only */
.footer__brand{
  margin: 26px 0 14px;
  display:flex;
  justify-content:center;
}
.footer__logo--solo{
  width: 120px;
  height: 120px;
  border-radius: 22px;
  object-fit: cover;
}
@media (max-width: 640px){
  .footer__logo--solo{
    width: 96px;
    height: 96px;
  }
}


/* Footer brand with logo + meta */
.footer__brand{
  margin: 28px 0 18px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
  text-align:center;
}
.footer__logo--solo{
  width: 120px;
  height: 120px;
  border-radius: 22px;
  object-fit: cover;
}
.footer__brand-meta{
  color: rgba(255,255,255,0.75);
  font-size: 14px;
  line-height: 1.45;
}
.footer__brand-meta a{
  color: var(--accent);
  text-decoration:none;
}
@media (max-width: 640px){
  .footer__logo--solo{
    width: 96px;
    height: 96px;
  }
}


/* Footer brand (left aligned) */
.footer__brand-left{
  display:flex;
  align-items:flex-start;
  gap:14px;
}
.footer__logo--left{
  width: 84px;
  height: 84px;
  border-radius: 18px;
  object-fit: cover;
  flex: 0 0 auto;
}
.footer__meta{
  color: rgba(255,255,255,0.75);
  font-size: 14px;
  line-height: 1.45;
}
.footer__meta a{
  color: var(--accent);
  text-decoration: none;
}
@media (max-width: 640px){
  .footer__brand-left{ align-items:center; }
  .footer__logo--left{ width: 72px; height: 72px; border-radius: 16px; }
}


/* Footer layout: nav left, brand right */
.footer__grid{
  align-items: end;
}
.footer__brand-right{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  text-align:right;
  gap:10px;
}
.footer__logo--right{
  width: 84px;
  height: 84px;
  border-radius: 18px;
  object-fit: cover;
}
.footer__meta--right{
  color: rgba(255,255,255,0.75);
  font-size: 14px;
  line-height: 1.45;
}
.footer__meta--right a{
  color: var(--accent);
  text-decoration: none;
}

/* Footer bottom: left aligned line */
.footer__bottom{
  justify-content:flex-start !important;
  text-align:left !important;
}

@media (max-width: 640px){
  .footer__grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .footer__brand-right{
    align-items:flex-start;
    text-align:left;
  }
}


/* Footer (simple): left brand+legal, right nav */
.footer__grid--simple{
  display:grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 22px;
  align-items: start;
}
.footer__left{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  text-align:left;
  gap: 10px;
}
.footer__logo--footer{
  width: 88px;
  height: 88px;
  border-radius: 18px;
  object-fit: cover;
}
.footer__meta--left{
  color: rgba(255,255,255,0.78);
  font-size: 14px;
  line-height: 1.45;
}
.footer__meta--left a{
  color: var(--accent);
  text-decoration:none;
}
.footer__legal--left{
  margin-top: 6px;
  color: rgba(255,255,255,0.65);
  font-size: 13px;
  line-height: 1.35;
}
.footer__links--right{
  justify-self: end;
  text-align: right;
}
.footer__links--right a{
  white-space: nowrap;
}

@media (max-width: 780px){
  .footer__grid--simple{
    grid-template-columns: 1fr;
  }
  .footer__links--right{
    justify-self: start;
    text-align: left;
    margin-top: 8px;
  }
}



/* Apple-style branding: give the logo real presence */
.topbar{
  padding: 14px 0; /* a bit taller */
}
.topbar__inner{
  min-height: 92px;
  gap: 18px;
}

/* Header logo */
.brand__logo--solo{
  width: 74px;
  height: 74px;
  border-radius: 18px;
  object-fit: cover;
}

/* Make sure nav/CTAs don't crush the logo on smaller widths */
@media (max-width: 900px){
  .topbar__inner{ min-height: 84px; gap: 14px; }
  .brand__logo--solo{ width: 64px; height: 64px; border-radius: 16px; }
  .nav{ gap: 14px; }
}
@media (max-width: 720px){
  .nav{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    scrollbar-width: none;
  }
  .nav::-webkit-scrollbar{ display:none; }
}

/* Footer logo bigger (still clean) */
.footer__logo--footer{
  width: 104px;
  height: 104px;
  border-radius: 20px;
}
@media (max-width: 640px){
  .footer__logo--footer{ width: 88px; height: 88px; border-radius: 18px; }
}


/* Footer logo – bigger, signature-style */
.footer__logo--footer{
  width: 132px;
  height: 132px;
  border-radius: 24px;
}
@media (max-width: 900px){
  .footer__logo--footer{
    width: 112px;
    height: 112px;
    border-radius: 22px;
  }
}
@media (max-width: 640px){
  .footer__logo--footer{
    width: 96px;
    height: 96px;
    border-radius: 20px;
  }
}


/* Header logo – push prominence */
.topbar__inner{
  min-height: 104px;
  gap: 22px;
}
.brand__logo--solo{
  width: 86px;
  height: 86px;
  border-radius: 20px;
}
@media (max-width: 900px){
  .topbar__inner{ min-height: 96px; }
  .brand__logo--solo{
    width: 74px;
    height: 74px;
    border-radius: 18px;
  }
}
@media (max-width: 640px){
  .brand__logo--solo{
    width: 64px;
    height: 64px;
    border-radius: 16px;
  }
}


/* Request options: circle selector control */
.intents--circle-left .check{
  display:flex;
  align-items:center;
  gap:12px;
  padding:10px 10px;
  border-radius:12px;
  cursor:pointer;
}
.intents--circle-left .check input{
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,0.35);
  background: transparent;
  margin: 0;
  flex: 0 0 auto;
}
.intents--circle-left .check input:checked{
  border-color: var(--accent);
  background:
    radial-gradient(circle at center, var(--accent) 0 45%, transparent 48% 100%);
}
.intents--circle-left .check:hover{
  background: rgba(255,255,255,0.04);
}
.intents--circle-left .check span{
  user-select:none;
}

/* If you ever want circle on the RIGHT, swap to intents--circle-right */
.intents--circle-right .check{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap:12px;
  padding:10px 10px;
  border-radius:12px;
  cursor:pointer;
}
.intents--circle-right .check span{ order:1; }
.intents--circle-right .check input{ order:2; }


/* Fix: checkbox inputs inherit text-input padding; reset for request option circles */
.intents--circle-left .check input[type="checkbox"],
.intents--circle-right .check input[type="checkbox"]{
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  display: inline-block !important;
  vertical-align: middle;
  line-height: 0;
}


/* Force intents options to be horizontal: circle LEFT of text */
.intents--circle-left .check,
.intents--circle-right .check{
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
}

/* Override global input styles (often width:100% on inputs) */
.intents--circle-left .check input[type="checkbox"],
.intents--circle-right .check input[type="checkbox"]{
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  flex: 0 0 18px !important;
  margin: 0 !important;
}

/* Keep label text inline */
.intents--circle-left .check span,
.intents--circle-right .check span{
  display: inline-block !important;
  margin: 0 !important;
}


/* Helper text for multi-select */
.intents__helper{
  margin: 6px 0 10px;
  font-size: 13px;
  color: rgba(255,255,255,0.6);
}


/* Hero: why refurbished */
.hero__why{
  margin-top: 18px;
  padding: 14px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
}
.hero__why h3{
  margin: 0 0 10px;
  font-size: 15px;
}
.hero__why ul{
  margin: 0;
  padding-left: 18px;
  color: rgba(255,255,255,0.78);
  line-height: 1.45;
}

/* Request: what happens next */
.request__next{
  display:inline-block;
  margin-top: 10px;
  color: rgba(255,255,255,0.72);
  font-size: 13px;
}

/* Form success */
.form-success{
  margin-top: 14px;
  padding: 12px 12px;
  border-radius: 12px;
  background: rgba(34,197,94,0.10);
  border: 1px solid rgba(34,197,94,0.25);
  color: rgba(255,255,255,0.9);
}

/* Sticky contact (mobile only) */
.sticky-contact{
  display:none;
}
@media (max-width: 720px){
  .sticky-contact{
    display:block;
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 9999;
  }
  .sticky-contact__btn{
    display:block;
    text-align:center;
    padding: 14px 14px;
    border-radius: 14px;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.20);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: white;
    text-decoration:none;
    font-weight: 700;
  }
}


/* Request helper text – unified style */
.request__next{
  display:block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255,255,255,0.75);
}
.request__next strong{
  color: rgba(255,255,255,0.9);
  font-weight: 600;
}
