/* ==========================================================================
   Renova Auto Care — site styles
   Palette from the price-list graphic: near-black, metallic gold, white.
   ========================================================================== */

:root {
  --bg: #0f0f0f;
  --bg-2: #141414;
  --panel: #151515;
  --panel-2: #1a1a1a;
  --line: rgba(212, 175, 55, .24);
  --line-soft: rgba(255, 255, 255, .08);

  --gold-1: #8a6d1f;
  --gold-2: #d4af37;
  --gold-3: #f5e394;
  --gold-text: #e6c766;           /* lightened gold for small text: AA on --bg */
  --grad: linear-gradient(120deg, #8a6d1f 0%, #d4af37 38%, #f5e394 62%, #c79d2e 100%);
  --grad-text: linear-gradient(180deg, #f5e394 0%, #d4af37 55%, #a8842a 100%);

  --text: #f2f2f2;
  --muted: #b9b4a8;
  --ink: #15110a;                 /* text on gold */

  --radius: 18px;
  --header-h: 106px;              /* ticker + header, used for anchor offsets */
  --font: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button { font: inherit; }
h1, h2, h3 { margin: 0; font-weight: 800; line-height: 1.15; letter-spacing: -.005em; }
p { margin: 0; }

:focus-visible { outline: 2px solid var(--gold-3); outline-offset: 3px; border-radius: 4px; }

.wrap { width: min(1160px, 100% - 2.5rem); margin-inline: auto; }
.i { width: 1.25em; height: 1.25em; flex-shrink: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 1rem; top: -100px; z-index: 100; background: var(--gold-2); color: var(--ink); padding: .6rem 1rem; border-radius: 8px; font-weight: 700; }
.skip-link:focus { top: 1rem; }
section[id] { scroll-margin-top: calc(var(--header-h) + 8px); }

.gold-text {
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* --------------------------------------------------------------------------
   Rolling banner (all pages)
   -------------------------------------------------------------------------- */
.topbar { position: sticky; top: 0; z-index: 50; }
.ticker {
  display: flex;
  overflow: hidden;
  height: 36px;
  align-items: center;
  background: linear-gradient(90deg, #17120a, #2a210c 50%, #17120a);
  border-bottom: 1px solid var(--line);
  font-size: .8rem;
  white-space: nowrap;
}
.t-set { display: flex; flex-shrink: 0; animation: ticker 45s linear infinite; }
.ticker:hover .t-set, .ticker:focus-within .t-set { animation-play-state: paused; }
.t-set > span { display: inline-flex; align-items: center; gap: .45rem; padding-right: 1.5rem; color: #efe4c4; }
.t-set > span::after { content: ""; width: 5px; height: 5px; margin-left: 1.5rem; transform: rotate(45deg); background: var(--gold-2); }
.t-set strong { color: var(--gold-3); font-weight: 700; }
.t-set a { color: var(--gold-3); font-weight: 700; text-decoration: none; }
.t-set .i { width: 14px; height: 14px; color: var(--gold-2); }
@keyframes ticker { to { transform: translateX(-100%); } }

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */
.site-header {
  position: relative;
  background: rgba(13, 13, 13, .94);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line-soft);
}
.site-header .wrap { display: flex; align-items: center; gap: .75rem; height: 70px; }
.brand { display: flex; align-items: center; gap: .7rem; margin-right: auto; text-decoration: none; min-width: 0; }
.brand img { width: 46px; height: 46px; }
.brand-name { font-weight: 800; font-size: 1rem; letter-spacing: .08em; text-transform: uppercase; line-height: 1.1; white-space: nowrap; }
.brand-sub { display: block; margin-top: 3px; font-size: .6rem; font-weight: 600; letter-spacing: .3em; color: var(--muted); }

.nav { display: flex; align-items: center; gap: .1rem; }
.nav a { padding: .5rem .75rem; border-radius: 8px; font-size: .9rem; font-weight: 600; color: #dcd8cf; text-decoration: none; transition: color .15s; }
.nav a:hover, .nav a[aria-current] { color: var(--gold-3); }
.nav .nav-quote { color: var(--gold-text); }

.header-phone { display: inline-flex; align-items: center; gap: .45rem; padding: .5rem .6rem; font-weight: 700; font-size: .9rem; text-decoration: none; color: var(--text); white-space: nowrap; }
.header-phone .i { color: var(--gold-2); width: 18px; height: 18px; }

.nav-toggle { display: none; }

@media (max-width: 1080px) { .header-phone { display: none; } }

@media (max-width: 900px) {
  .nav-toggle {
    display: inline-grid; place-items: center;
    width: 44px; height: 44px; padding: 0;
    border-radius: 10px; border: 1px solid rgba(255, 255, 255, .16);
    background: transparent; color: var(--text); cursor: pointer;
  }
  .nav-toggle .i { width: 22px; height: 22px; }
  .nav {
    display: none;
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    padding: .5rem 1.25rem 1.25rem;
    background: #0d0d0d;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 20px 40px -20px rgba(0, 0, 0, .8);
  }
  .nav.open { display: flex; }
  .nav a { padding: .95rem .25rem; font-size: 1.02rem; border-radius: 0; border-bottom: 1px solid var(--line-soft); }
  .nav a:last-child { border-bottom: 0; }
  .header-cta .label-long { display: none; }
}
@media (max-width: 480px) {
  .brand { gap: .55rem; }
  .brand img { width: 40px; height: 40px; }
  .brand-name { font-size: .95rem; letter-spacing: .1em; }
  .brand-name .bn-2 { display: block; margin-top: 2px; font-size: .58rem; letter-spacing: .32em; color: #e9e5dc; }
  .brand-sub { display: none; }
  .site-header .wrap { gap: .5rem; }
}

/* --------------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  min-height: 48px; padding: .8rem 1.4rem;
  border-radius: 999px; border: 1px solid transparent;
  font-family: inherit; font-weight: 700; font-size: .95rem; line-height: 1.2;
  text-decoration: none; text-align: center; cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease, background-position .4s ease, background-color .2s ease, border-color .2s ease;
}
.btn .i { width: 20px; height: 20px; }
.btn-gold { background: var(--grad); background-size: 180% 100%; color: var(--ink); }
.btn-gold:hover { background-position: 100% 0; transform: translateY(-1px); box-shadow: 0 10px 28px -10px rgba(212, 175, 55, .6); }
.btn-outline { background: transparent; color: var(--gold-3); border-color: rgba(212, 175, 55, .55); }
.btn-outline:hover { background: rgba(212, 175, 55, .09); border-color: var(--gold-2); }
.btn-ghost { background: rgba(255, 255, 255, .03); color: var(--text); border-color: rgba(255, 255, 255, .16); }
.btn-ghost:hover { border-color: rgba(255, 255, 255, .35); }
.btn-lg { min-height: 56px; padding: 1rem 1.8rem; font-size: 1.02rem; }
.btn-sm { min-height: 42px; padding: .55rem 1rem; font-size: .86rem; }
.btn-block { width: 100%; }

.fallback { font-size: .88rem; color: var(--muted); }
.fallback a { color: var(--gold-text); font-weight: 700; text-decoration: none; white-space: nowrap; }
.fallback a:hover { text-decoration: underline; }

/* --------------------------------------------------------------------------
   Section scaffolding
   -------------------------------------------------------------------------- */
.section { padding: clamp(4rem, 9vw, 6.5rem) 0; }
.section-alt { background: var(--bg-2); border-block: 1px solid rgba(255, 255, 255, .035); }
.section-head { max-width: 680px; margin: 0 auto clamp(2.25rem, 5vw, 3.25rem); text-align: center; }
.section-head h2 { font-size: clamp(1.75rem, 4.6vw, 2.6rem); text-transform: uppercase; letter-spacing: .02em; }
.section-head p { margin-top: .9rem; color: var(--muted); }

.eyebrow {
  display: inline-flex; align-items: center; gap: .75rem;
  margin: 0 0 .9rem;
  font-size: .72rem; font-weight: 700; letter-spacing: .28em; text-transform: uppercase;
  color: var(--gold-text);
}
.eyebrow::before, .eyebrow::after { content: ""; width: 28px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold-2)); }
.eyebrow::after { background: linear-gradient(270deg, transparent, var(--gold-2)); }

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */
.hero {
  position: relative; isolation: isolate; overflow: hidden;
  min-height: calc(100svh - var(--header-h));
  display: grid; place-items: center;
  padding: clamp(3rem, 8vw, 5rem) 0 clamp(3.5rem, 8vw, 5.5rem);
  text-align: center;
}
.hero-bg { position: absolute; inset: 0; z-index: -1; }
.hero-bg img { position: absolute; top: 0; height: 100%; object-fit: cover; }
.hero-bg .hb-left { left: 0; width: 62%; opacity: .34; -webkit-mask-image: linear-gradient(90deg, #000 25%, transparent 92%); mask-image: linear-gradient(90deg, #000 25%, transparent 92%); }
.hero-bg .hb-right { right: 0; width: 52%; opacity: .24; -webkit-mask-image: linear-gradient(270deg, #000 25%, transparent 92%); mask-image: linear-gradient(270deg, #000 25%, transparent 92%); }
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 50% 45%, rgba(15, 15, 15, .72), transparent 70%),
    linear-gradient(180deg, rgba(15, 15, 15, .35), var(--bg) 96%);
}
.hero-inner { max-width: 820px; }
.hero-logo { width: clamp(104px, 22vw, 148px); height: auto; margin: 0 auto 1.4rem; filter: drop-shadow(0 12px 30px rgba(212, 175, 55, .18)); }
.hero h1 { font-size: clamp(2.35rem, 9vw, 5rem); text-transform: uppercase; letter-spacing: .02em; line-height: 1.02; }
.hero h1 .ac { display: block; font-size: .62em; letter-spacing: .14em; color: #f4f4f4; margin-top: .2em; }

.tagline {
  display: flex; align-items: center; justify-content: center; gap: 1rem;
  margin: 1.25rem 0 0;
  font-family: var(--serif); font-style: italic; font-weight: 600;
  font-size: clamp(1.4rem, 3.8vw, 2rem); line-height: 1.2;
  color: #ecd27a;
}
.tagline::before, .tagline::after { content: ""; flex: 0 1 64px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold-2)); }
.tagline::after { background: linear-gradient(270deg, transparent, var(--gold-2)); }

.hero-sub { max-width: 600px; margin: 1.25rem auto 0; color: #d9d5cb; font-size: clamp(1rem, 2.4vw, 1.12rem); }
.hero-cta { display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem; margin-top: 2.1rem; }
.promise { display: inline-flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: .35rem .5rem; margin-top: 1.1rem; font-size: .9rem; color: #d2cdc2; }
.promise .i { color: var(--gold-2); width: 18px; height: 18px; }
.promise strong { color: var(--gold-3); }
.promise .sep { color: rgba(255, 255, 255, .25); }

@media (max-width: 640px) {
  .hero-bg .hb-left { width: 100%; height: 55%; opacity: .3; -webkit-mask-image: linear-gradient(180deg, #000 30%, transparent 100%); mask-image: linear-gradient(180deg, #000 30%, transparent 100%); }
  .hero-bg .hb-right { display: none; }
  .hero-cta .btn { width: 100%; }
}

/* --------------------------------------------------------------------------
   Trust strip
   -------------------------------------------------------------------------- */
.trust { background: linear-gradient(180deg, #16120a, #111); border-block: 1px solid var(--line); }
.trust ul { list-style: none; margin: 0; padding: 1.15rem 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem 1.5rem; }
.trust li { display: flex; align-items: center; gap: .75rem; font-size: .88rem; font-weight: 600; line-height: 1.35; }
.trust .i { width: 26px; height: 26px; color: var(--gold-2); }
.trust small { display: block; font-weight: 500; color: var(--muted); font-size: .8rem; }
@media (max-width: 900px) { .trust ul { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 380px) { .trust li { font-size: .82rem; } .trust .i { width: 22px; height: 22px; } }

/* --------------------------------------------------------------------------
   Package cards
   -------------------------------------------------------------------------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; padding-top: 22px; }
@media (max-width: 980px) { .cards { grid-template-columns: 1fr; max-width: 540px; margin-inline: auto; gap: 2.75rem; } }

.card {
  position: relative; display: flex; flex-direction: column;
  padding: 2.9rem 1.6rem 1.6rem;
  background: linear-gradient(180deg, #181818, #111 70%);
  border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: inset 0 0 0 5px #0f0f0f, inset 0 0 0 6px rgba(212, 175, 55, .1);
  text-align: center;
}
.card-badge {
  position: absolute; top: -22px; left: 50%; transform: translateX(-50%);
  display: grid; place-items: center;
  width: 104px; height: 44px;
  background: var(--grad); color: var(--ink);
  clip-path: polygon(15% 0, 85% 0, 100% 50%, 85% 100%, 15% 100%, 0 50%);
}
.card-badge svg { width: 52px; height: 26px; }
.card h3 { font-size: clamp(1.25rem, 3vw, 1.4rem); text-transform: uppercase; letter-spacing: .03em; }
.price { display: flex; flex-direction: column; align-items: center; margin-top: .7rem; }
.price small { display: flex; align-items: center; gap: .6rem; font-size: .8rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.price small::before, .price small::after { content: ""; width: 26px; height: 1px; background: var(--line); }
.price strong { font-size: clamp(3rem, 8vw, 3.6rem); line-height: 1.05; font-weight: 800; }
.sizes { margin: .5rem 0 1.25rem; padding-bottom: 1.1rem; border-bottom: 1px solid var(--line); font-size: .8rem; color: #d3cec3; }
.sizes span { white-space: nowrap; }
.sizes span + span::before { content: "|"; margin: 0 .45rem; color: var(--gold-2); }
.ticks { flex: 1; list-style: none; margin: 0 0 1.5rem; padding: 0; display: grid; align-content: start; gap: .55rem; text-align: left; }
.ticks li { display: flex; gap: .65rem; align-items: flex-start; font-size: .93rem; line-height: 1.45; }
.ticks .i { width: 19px; height: 19px; margin-top: 1px; color: var(--gold-2); }
.ticks li.inherit { color: var(--gold-3); font-weight: 600; }
.card-actions { display: grid; gap: .5rem; }
.card-actions .fallback { margin-top: .35rem; }
.services-foot { margin-top: 2.25rem; text-align: center; }

/* --------------------------------------------------------------------------
   How it works
   -------------------------------------------------------------------------- */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.steps li { position: relative; padding: 1.75rem 1.6rem; border: 1px solid var(--line-soft); border-radius: var(--radius); background: var(--panel); }
.step-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem; }
.step-num { font-size: 2.2rem; font-weight: 800; line-height: 1; }
.step-ico { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 12px; background: rgba(212, 175, 55, .1); border: 1px solid var(--line); color: var(--gold-2); }
.step-ico .i { width: 24px; height: 24px; }
.steps h3 { font-size: 1.08rem; margin-bottom: .35rem; }
.steps p { font-size: .95rem; color: var(--muted); }
@media (max-width: 860px) { .steps { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------------------
   Pricing table
   -------------------------------------------------------------------------- */
.table-wrap { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--panel); }
.price-table { width: 100%; border-collapse: collapse; text-align: left; }
.price-table caption { padding: 0; }
.price-table th, .price-table td { padding: 1.1rem 1.4rem; border-bottom: 1px solid var(--line-soft); vertical-align: middle; }
.price-table thead th { background: linear-gradient(180deg, #1f190b, #161209); font-size: .74rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-text); }
.price-table thead th .i { display: none; }
.price-table tbody th { font-weight: 700; font-size: 1.02rem; }
.price-table td { font-weight: 700; font-size: 1.05rem; font-variant-numeric: tabular-nums; }
.price-table .from { margin-right: .3rem; font-size: .78rem; font-weight: 500; letter-spacing: .04em; color: var(--muted); }
.price-table tbody tr:last-child > * { border-bottom: 0; }
.price-table tbody tr:hover > * { background: rgba(212, 175, 55, .035); }
.disclaimer { margin-top: 1.25rem; text-align: center; font-style: italic; font-size: .95rem; color: var(--gold-text); }
.pricing-cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: .6rem 1.25rem; margin-top: 2rem; }

@media (max-width: 680px) {
  .table-wrap { border: 0; background: none; overflow: visible; }
  .price-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .price-table, .price-table tbody, .price-table tr, .price-table th, .price-table td { display: block; width: 100%; }
  .price-table tr { margin-bottom: 1rem; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: var(--panel); }
  .price-table tbody th { padding: .9rem 1.2rem; background: linear-gradient(180deg, #1f190b, #161209); color: var(--gold-3); text-transform: uppercase; letter-spacing: .05em; font-size: .95rem; }
  .price-table td { display: flex; justify-content: space-between; align-items: baseline; padding: .8rem 1.2rem; }
  .price-table td::before { content: attr(data-label); font-weight: 500; font-size: .92rem; color: #d3cec3; }
  .price-table tbody tr:last-child > * { border-bottom: 1px solid var(--line-soft); }
  .price-table tbody tr > td:last-child { border-bottom: 0; }
}

/* --------------------------------------------------------------------------
   Gallery — before/after slider
   -------------------------------------------------------------------------- */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr)); gap: 1.25rem; }
.ba { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--panel); }
.ba-frame { --pos: 50%; position: relative; aspect-ratio: 4 / 3; overflow: hidden; cursor: ew-resize; user-select: none; -webkit-user-select: none; touch-action: pan-y; }
.ba-frame:has(.ba-range:focus-visible) { outline: 2px solid var(--gold-3); outline-offset: -2px; }
.ba-frame img, .ba-frame .ph { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.ba-after { clip-path: inset(0 0 0 var(--pos)); }
.ba-handle { position: absolute; top: 0; bottom: 0; left: var(--pos); width: 2px; margin-left: -1px; background: var(--gold-3); pointer-events: none; }
.ba-knob { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; transform: translate(-50%, -50%); background: var(--grad); color: var(--ink); box-shadow: 0 6px 18px rgba(0, 0, 0, .55); }
.ba-knob .i { width: 20px; height: 20px; }
.ba-range { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; pointer-events: none; }
.ba-tag { position: absolute; top: .7rem; z-index: 1; padding: .28rem .6rem; border-radius: 999px; font-size: .66rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; pointer-events: none; }
.ba-tag.before { left: .7rem; background: rgba(0, 0, 0, .65); color: #fff; }
.ba-tag.after { right: .7rem; background: var(--gold-2); color: var(--ink); }
.ba figcaption { padding: .85rem 1.1rem; font-size: .9rem; color: var(--muted); border-top: 1px solid var(--line-soft); }
.ba figcaption strong { color: var(--text); }

/* Placeholder art (until real photos are supplied) */
.ph { display: grid; place-items: center; }
.ph svg { width: 46%; height: auto; }
.ph-before { background: radial-gradient(circle at 30% 40%, rgba(255, 255, 255, .06) 0 1.5px, transparent 2px) 0 0 / 18px 18px, radial-gradient(circle at 70% 70%, rgba(0, 0, 0, .25) 0 3px, transparent 4px) 0 0 / 26px 26px, linear-gradient(160deg, #4a463d, #2d2b27); color: #6b665b; }
.ph-after { background: radial-gradient(ellipse 50% 30% at 30% 25%, rgba(245, 227, 148, .28), transparent 70%), linear-gradient(150deg, #0b0b0b, #231d0f 55%, #0b0b0b); color: var(--gold-2); }
.ph-note { position: absolute; left: 50%; bottom: .8rem; transform: translateX(-50%); padding: .3rem .75rem; border-radius: 999px; background: rgba(0, 0, 0, .6); font-size: .72rem; font-weight: 600; letter-spacing: .06em; color: #e7e2d6; white-space: nowrap; pointer-events: none; z-index: 1; }

.ig-card {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .8rem;
  min-height: 100%; aspect-ratio: auto; padding: 2rem 1.5rem;
  border: 1px solid var(--line); border-radius: 16px; text-align: center; text-decoration: none;
  background: radial-gradient(ellipse at top, rgba(212, 175, 55, .16), transparent 65%), var(--panel);
  transition: border-color .2s, transform .2s;
}
.ig-card:hover { border-color: var(--gold-2); transform: translateY(-2px); }
.ig-card .i { width: 42px; height: 42px; color: var(--gold-2); }
.ig-card strong { font-size: 1.1rem; }
.ig-card span { color: var(--muted); font-size: .92rem; }
.ig-card em { font-style: normal; font-weight: 700; color: var(--gold-text); }

/* --------------------------------------------------------------------------
   About
   -------------------------------------------------------------------------- */
.about { max-width: 65ch; margin-inline: auto; }
.about p { margin-bottom: 1.25rem; font-size: 1.06rem; line-height: 1.8; color: #ddd8cc; }
.about p:first-of-type::first-letter { float: left; margin: .1em .12em 0 0; font-family: var(--serif); font-style: italic; font-weight: 600; font-size: 3.6em; line-height: .8; color: var(--gold-2); }
.about-sign { display: flex; align-items: center; gap: 1rem; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.about-sign img { width: 56px; height: 56px; }
.about-sign p { margin: 0; font-family: var(--serif); font-style: italic; font-weight: 600; font-size: 1.3rem; color: #ecd27a; line-height: 1.3; }

/* --------------------------------------------------------------------------
   Why Renova
   -------------------------------------------------------------------------- */
.why { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.why li { display: flex; gap: 1rem; padding: 1.5rem; border: 1px solid var(--line-soft); border-radius: 16px; background: var(--panel); transition: border-color .2s; }
.why li:hover { border-color: var(--line); }
.why .ico { display: grid; place-items: center; flex-shrink: 0; width: 48px; height: 48px; border-radius: 12px; background: rgba(212, 175, 55, .1); border: 1px solid var(--line); color: var(--gold-2); }
.why .ico .i { width: 24px; height: 24px; }
.why h3 { margin-bottom: .3rem; font-size: 1.02rem; }
.why p { font-size: .93rem; line-height: 1.55; color: var(--muted); }
@media (max-width: 980px) { .why { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .why { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------------------
   Reviews
   -------------------------------------------------------------------------- */
.reviews { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 290px), 1fr)); gap: 1.25rem; }
.review { margin: 0; padding: 1.75rem; border: 1px solid var(--line); border-radius: 16px; background: var(--panel); display: flex; flex-direction: column; gap: 1rem; }
.review .i { width: 30px; height: 30px; color: var(--gold-2); }
.review blockquote { margin: 0; flex: 1; font-size: 1rem; line-height: 1.7; color: #e5e1d7; }
.review figcaption strong { display: block; }
.review figcaption span { font-size: .88rem; color: var(--muted); }

/* --------------------------------------------------------------------------
   FAQ
   -------------------------------------------------------------------------- */
.faq { max-width: 800px; margin-inline: auto; display: grid; gap: .75rem; }
.faq details { border: 1px solid var(--line-soft); border-radius: 14px; background: var(--panel); transition: border-color .2s; }
.faq details[open] { border-color: var(--line); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.15rem 1.3rem; font-weight: 700; cursor: pointer; list-style: none; border-radius: 14px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .i { width: 20px; height: 20px; color: var(--gold-2); transition: transform .2s; }
.faq details[open] summary .i { transform: rotate(180deg); }
.faq details p { padding: 0 1.3rem 1.25rem; color: var(--muted); }
.faq details p a { color: var(--gold-text); font-weight: 600; }

/* --------------------------------------------------------------------------
   Closing CTA / contact
   -------------------------------------------------------------------------- */
.cta {
  position: relative; text-align: center;
  background: radial-gradient(ellipse 70% 60% at 50% 0%, rgba(212, 175, 55, .15), transparent 70%), #0a0a0a;
  border-top: 1px solid var(--line);
}
.cta h2 { font-size: clamp(2rem, 6vw, 3.2rem); text-transform: uppercase; letter-spacing: .02em; }
.cta-body { max-width: 540px; margin: 1rem auto 0; color: #d9d5cb; font-size: 1.06rem; }
.cta-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem; margin-top: 2rem; }
.cta .promise { margin-top: 1rem; }
.contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 3rem; text-align: left; }
.contact-item { display: flex; align-items: center; gap: .85rem; padding: 1.1rem 1.15rem; border: 1px solid var(--line-soft); border-radius: 14px; background: rgba(255, 255, 255, .02); text-decoration: none; transition: border-color .2s, background .2s; min-width: 0; }
a.contact-item:hover { border-color: var(--line); background: rgba(212, 175, 55, .05); }
.contact-item .ico { display: grid; place-items: center; flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); color: var(--gold-2); }
.contact-item .ico .i { width: 20px; height: 20px; }
.contact-item small { display: block; font-size: .7rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.contact-item strong { display: block; font-size: .95rem; overflow-wrap: anywhere; }
.facts { list-style: none; margin: 1.75rem 0 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: .6rem 1.75rem; font-size: .9rem; color: #d2cdc2; }
.facts li { display: inline-flex; align-items: center; gap: .45rem; }
.facts .i { width: 17px; height: 17px; color: var(--gold-2); }
@media (max-width: 980px) { .contact-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .contact-grid { grid-template-columns: 1fr; } .cta-actions .btn { width: 100%; } }

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.site-footer { padding: 3.25rem 0 1.5rem; background: #080808; border-top: 1px solid var(--line-soft); font-size: .92rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1.2fr; gap: 2.25rem; }
.footer-brand { display: flex; gap: 1rem; align-items: flex-start; }
.footer-brand img { width: 64px; height: 64px; }
.footer-brand .name { font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.footer-brand .tag { margin-top: .2rem; font-family: var(--serif); font-style: italic; font-weight: 600; font-size: 1.15rem; color: #ecd27a; }
.site-footer h3 { margin-bottom: .9rem; font-size: .74rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-text); }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .5rem; }
.site-footer ul a { color: #d0cbc0; text-decoration: none; overflow-wrap: anywhere; }
.site-footer ul a:hover { color: var(--gold-3); }
.social { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-top: 1rem; border: 1px solid var(--line); border-radius: 50%; color: var(--gold-2); transition: background .2s; }
.social:hover { background: rgba(212, 175, 55, .1); }
.social .i { width: 20px; height: 20px; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem 1rem; margin-top: 2.5rem; padding-top: 1.25rem; border-top: 1px solid var(--line-soft); font-size: .8rem; color: #948f84; }
@media (max-width: 820px) { .footer-grid { grid-template-columns: 1fr 1fr; } .footer-grid > :first-child { grid-column: 1 / -1; } }
@media (max-width: 460px) { .footer-grid { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------------------
   Call / text / WhatsApp — mobile action bar + desktop floating button
   -------------------------------------------------------------------------- */
.action-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  display: none; grid-template-columns: 1fr 1fr 1.35fr; gap: .5rem;
  padding: .5rem .6rem calc(.5rem + env(safe-area-inset-bottom));
  background: rgba(10, 10, 10, .97);
  border-top: 1px solid var(--line);
  box-shadow: 0 -10px 30px rgba(0, 0, 0, .5);
}
.action-bar a { display: flex; align-items: center; justify-content: center; gap: .45rem; min-height: 50px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 12px; font-weight: 700; font-size: .92rem; text-decoration: none; color: var(--text); }
.action-bar a .i { width: 19px; height: 19px; color: var(--gold-2); }
.action-bar a.primary { border: 0; background: var(--grad); color: var(--ink); }
.action-bar a.primary .i { color: var(--ink); }

.fab {
  position: fixed; right: 1.5rem; bottom: 1.5rem; z-index: 60;
  display: inline-flex; align-items: center; gap: .55rem;
  padding: .85rem 1.2rem .85rem .95rem;
  border-radius: 999px; background: var(--grad); background-size: 180% 100%; color: var(--ink);
  font-weight: 700; font-size: .92rem; text-decoration: none;
  box-shadow: 0 12px 30px -8px rgba(0, 0, 0, .7), 0 0 0 1px rgba(245, 227, 148, .35);
  transition: transform .2s, background-position .4s;
}
.fab:hover { transform: translateY(-2px); background-position: 100% 0; }
.fab .i { width: 24px; height: 24px; }

@media (max-width: 900px) {
  .action-bar { display: grid; }
  .fab { display: none; }
  body.has-action-bar { padding-bottom: calc(70px + env(safe-area-inset-bottom)); }
}

/* --------------------------------------------------------------------------
   Quote builder page
   -------------------------------------------------------------------------- */
.page-hero { padding: clamp(2.5rem, 7vw, 4rem) 0 clamp(2rem, 5vw, 3rem); text-align: center; background: radial-gradient(ellipse 70% 80% at 50% 0%, rgba(212, 175, 55, .13), transparent 70%); border-bottom: 1px solid var(--line-soft); }
.page-hero h1 { font-size: clamp(2rem, 6.5vw, 3.2rem); text-transform: uppercase; letter-spacing: .02em; }
.page-hero p { max-width: 580px; margin: .9rem auto 0; color: #d4cfc4; }

.quote-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 2rem; align-items: start; padding: clamp(1.75rem, 5vw, 3rem) 0 clamp(3rem, 8vw, 5rem); scroll-margin-top: calc(var(--header-h) + 8px); }
@media (max-width: 980px) { .quote-layout { grid-template-columns: 1fr; } }

.progress-label { display: flex; justify-content: space-between; margin-bottom: .6rem; font-size: .75rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.progress-label span:last-child { color: var(--gold-text); }
.progress { display: grid; grid-template-columns: repeat(5, 1fr); gap: .4rem; margin-bottom: 1.5rem; }
.progress span { height: 4px; border-radius: 4px; background: rgba(255, 255, 255, .1); transition: background .3s; }
.progress span.done { background: var(--grad); }

.q-card { padding: clamp(1.25rem, 4vw, 2.25rem); border: 1px solid var(--line); border-radius: 20px; background: var(--panel); }
.q-step h2 { font-size: clamp(1.35rem, 4vw, 1.8rem); outline: none; }
.q-step .hint { margin: .4rem 0 1.5rem; color: var(--muted); }
.q-step .hint a { color: var(--gold-text); font-weight: 600; }

.opts { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; }
.opts.one-col { grid-template-columns: 1fr; }
@media (max-width: 600px) { .opts { grid-template-columns: 1fr; } }
.opt { position: relative; display: block; cursor: pointer; }
.opt input { position: absolute; inset: 0; opacity: 0; margin: 0; cursor: pointer; }
.opt-body { display: flex; align-items: center; gap: .9rem; height: 100%; padding: 1rem 1.1rem; border: 1px solid rgba(255, 255, 255, .13); border-radius: 14px; background: var(--panel-2); transition: border-color .15s, background .15s, box-shadow .15s; }
.opt:hover .opt-body { border-color: rgba(212, 175, 55, .45); }
.opt input:checked + .opt-body { border-color: var(--gold-2); background: rgba(212, 175, 55, .08); box-shadow: inset 0 0 0 1px var(--gold-2); }
.opt input:focus-visible + .opt-body { outline: 2px solid var(--gold-3); outline-offset: 2px; }
.opt-ico { display: grid; place-items: center; flex-shrink: 0; width: 50px; height: 50px; border-radius: 12px; background: rgba(212, 175, 55, .1); color: var(--gold-2); }
.opt-ico .i { width: 26px; height: 26px; }
.opt-ico .veh { width: 40px; height: 20px; }
.opt-text { min-width: 0; }
.opt-title { display: block; font-weight: 700; line-height: 1.3; }
.opt-desc { display: block; margin-top: .15rem; font-size: .84rem; line-height: 1.4; color: var(--muted); }
.opt-price { margin-left: auto; padding-left: .5rem; text-align: right; font-weight: 800; color: var(--gold-3); white-space: nowrap; line-height: 1.15; }
.opt-price small { display: block; font-size: .68rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }

.field { margin-top: 1.5rem; }
.field > label, .field > .label { display: block; margin-bottom: .55rem; font-weight: 700; font-size: .95rem; }
.field .optional { font-weight: 500; color: var(--muted); }
.field .help { margin-top: .45rem; font-size: .85rem; color: var(--muted); }
.input { width: 100%; min-height: 52px; padding: .8rem 1rem; border: 1px solid rgba(255, 255, 255, .16); border-radius: 12px; background: #0e0e0e; color: var(--text); font: inherit; font-size: 16px; color-scheme: dark; }
.input::placeholder { color: #7d786e; }
.input:focus { outline: none; border-color: var(--gold-2); box-shadow: 0 0 0 3px rgba(212, 175, 55, .22); }
textarea.input { min-height: 104px; resize: vertical; }

.chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.chip { position: relative; }
.chip input { position: absolute; inset: 0; opacity: 0; margin: 0; cursor: pointer; }
.chip span { display: inline-flex; align-items: center; min-height: 44px; padding: .5rem 1rem; border: 1px solid rgba(255, 255, 255, .15); border-radius: 999px; background: var(--panel-2); font-size: .9rem; font-weight: 600; cursor: pointer; transition: border-color .15s, background .15s, color .15s; }
.chip:hover span { border-color: rgba(212, 175, 55, .45); }
.chip input:checked + span { border-color: var(--gold-2); background: rgba(212, 175, 55, .13); color: var(--gold-3); }
.chip input:focus-visible + span { outline: 2px solid var(--gold-3); outline-offset: 2px; }

.q-error { margin-top: 1rem; padding: .7rem .9rem; border-radius: 10px; background: rgba(255, 120, 90, .08); border: 1px solid rgba(255, 140, 110, .35); color: #ffb4a2; font-size: .9rem; font-weight: 600; }
.q-nav { display: flex; justify-content: space-between; gap: .75rem; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line-soft); }
.q-nav .btn-gold { margin-left: auto; min-width: 150px; }

.summary { margin: 0 0 1.5rem; border: 1px solid var(--line-soft); border-radius: 14px; overflow: hidden; }
.summary > div { display: grid; grid-template-columns: 110px 1fr auto; gap: .75rem; align-items: baseline; padding: .8rem 1rem; border-bottom: 1px solid var(--line-soft); }
.summary > div:last-child { border-bottom: 0; }
.summary dt { font-size: .82rem; color: var(--muted); }
.summary dd { margin: 0; font-weight: 600; overflow-wrap: anywhere; }
.summary .edit { padding: .2rem .4rem; border: 0; background: none; color: var(--gold-text); font-size: .8rem; font-weight: 700; cursor: pointer; }
.summary .edit:hover { text-decoration: underline; }
@media (max-width: 460px) { .summary > div { grid-template-columns: 1fr auto; } .summary dt { grid-column: 1 / -1; } }

.estimate { margin-bottom: 1.5rem; padding: 1.25rem; text-align: center; border: 1px solid var(--gold-2); border-radius: 16px; background: linear-gradient(180deg, rgba(212, 175, 55, .12), rgba(212, 175, 55, .02)); }
.estimate small { display: block; font-size: .74rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.estimate strong { display: block; margin: .2rem 0; font-size: clamp(2.2rem, 7vw, 2.8rem); line-height: 1.1; }
.estimate p { font-size: .85rem; font-style: italic; color: var(--gold-text); }

.msg-label { margin-bottom: .5rem; font-size: .82rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.msg-preview { margin: 0 0 1.5rem; padding: 1rem 1.1rem; white-space: pre-wrap; overflow-wrap: anywhere; border: 1px dashed rgba(255, 255, 255, .16); border-radius: 12px; background: #0c0c0c; font-family: inherit; font-size: .9rem; line-height: 1.6; color: #d9d4c8; }
.send-actions { display: grid; gap: .6rem; }
.send-actions .row { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; }
.send-actions .promise { justify-content: center; margin-top: .6rem; }

.q-aside { position: sticky; top: calc(var(--header-h) + 20px); display: grid; gap: 1rem; }
@media (max-width: 980px) { .q-aside { position: static; } }
.aside-card { padding: 1.4rem; border: 1px solid var(--line-soft); border-radius: 16px; background: var(--panel); }
.aside-card h2 { margin-bottom: .9rem; font-size: .74rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-text); }
.sel { display: grid; gap: .45rem; margin: 0; }
.sel div { display: flex; justify-content: space-between; gap: 1rem; font-size: .92rem; }
.sel dt { color: var(--muted); }
.sel dd { margin: 0; font-weight: 700; text-align: right; }
.sel-price { margin-top: .9rem; padding-top: .9rem; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: baseline; }
.sel-price span { font-size: .85rem; color: var(--muted); }
.sel-price strong { font-size: 1.6rem; line-height: 1; }
.aside-steps { list-style: none; margin: 0; padding: 0; display: grid; gap: .9rem; }
.aside-steps li { display: flex; gap: .75rem; font-size: .92rem; line-height: 1.45; }
.aside-steps .n { display: grid; place-items: center; flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; background: rgba(212, 175, 55, .12); border: 1px solid var(--line); color: var(--gold-3); font-size: .78rem; font-weight: 800; }
.aside-steps span.t { color: #d8d3c8; }
.aside-contact { display: grid; gap: .5rem; }

/* --------------------------------------------------------------------------
   404
   -------------------------------------------------------------------------- */
.nf { min-height: 60vh; display: grid; place-items: center; text-align: center; padding: 4rem 0; }
.nf h1 { font-size: clamp(2rem, 7vw, 3.4rem); text-transform: uppercase; }
.nf p { margin: 1rem auto 2rem; max-width: 460px; color: var(--muted); }

/* --------------------------------------------------------------------------
   Motion preferences
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .ticker { overflow-x: auto; }
  .t-set { animation: none !important; }
}
