/* ==========================================================================
   Răzvan Detailing — Coming Soon. Self-contained, buildless.
   Black/gold brand · Fraunces (display) + Inter (body).
   ========================================================================== */

@font-face { font-family:"Inter"; font-style:normal; font-weight:100 900; font-display:swap;
  src:url("/assets/fonts/inter-latin.woff2") format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family:"Inter"; font-style:normal; font-weight:100 900; font-display:swap;
  src:url("/assets/fonts/inter-latin-ext.woff2") format("woff2");
  unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family:"Fraunces"; font-style:normal; font-weight:100 900; font-display:swap;
  src:url("/assets/fonts/fraunces-latin.woff2") format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family:"Fraunces"; font-style:normal; font-weight:100 900; font-display:swap;
  src:url("/assets/fonts/fraunces-latin-ext.woff2") format("woff2");
  unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family:"Inter Fallback"; src:local("Arial"); size-adjust:107%; ascent-override:90.5%; descent-override:22.6%; line-gap-override:0%; }
@font-face { font-family:"Fraunces Fallback"; src:local("Georgia"); size-adjust:102%; ascent-override:92%; descent-override:23%; line-gap-override:0%; }

:root {
  --black:#030304; --graphite:#141417; --card:#1a1a1e; --card-2:#212126;
  --line:rgba(255,255,255,.10); --line-2:rgba(255,255,255,.16);
  --gold:#d4a64a; --gold-2:#b8893a; --gold-text:#f3d88f; --gold-soft:rgba(212,166,74,.14); --gold-line:rgba(212,166,74,.34);
  --ink:#f5f5f6; --muted:rgba(255,255,255,.70); --muted-2:rgba(255,255,255,.52);
  --green:#25d366; --waze:#33ccff;
  --font:"Inter","Inter Fallback",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
  --display:"Fraunces","Fraunces Fallback",Georgia,"Times New Roman",serif;
  /* radius scale — everything rounded, consistently */
  --r-sm:12px; --r:16px; --r-lg:22px; --r-xl:28px; --r-pill:999px;
  /* spacing scale */
  --sp-2:8px; --sp-3:12px; --sp-4:16px; --sp-5:24px; --sp-6:32px; --sp-7:48px;
  --gap:16px;
  --section-pad:clamp(40px,5vw,62px);
  --nav-h:64px;
  --gutter:clamp(24px,6vw,56px); --maxw:1240px;
  --ease:cubic-bezier(.22,.61,.36,1);
}

* { box-sizing:border-box; }
html { -webkit-text-size-adjust:100%; scroll-behavior:smooth; }
body {
  margin:0; background:var(--black); color:var(--ink);
  font-family:var(--font); font-size:17px; line-height:1.55; letter-spacing:-.005em;
  text-rendering:optimizeLegibility; -webkit-font-smoothing:antialiased; overflow-x:hidden; overflow-wrap:break-word;
}
@media (prefers-reduced-motion:reduce){ html{scroll-behavior:auto;} *{animation-duration:.001ms!important;transition-duration:.001ms!important;} }
img { max-width:100%; display:block; }
a { color:inherit; text-decoration:none; }
h1,h2,h3,h4,p { margin:0; }
h1,h2,h3 { text-wrap:balance; }
p { text-wrap:pretty; }
:focus-visible { outline:2px solid var(--gold); outline-offset:3px; border-radius:6px; }

.wrap { max-width:var(--maxw); margin-inline:auto; padding-inline:var(--gutter); }
.skip { position:fixed; left:14px; top:-60px; z-index:1000; background:var(--gold); color:var(--black); padding:10px 16px; border-radius:var(--r-sm); font-weight:800; transition:top .2s; }
.skip:focus { top:14px; }

/* ---- nav ---- */
.nav-shell { position:fixed; inset:0 0 auto; z-index:70; height:var(--nav-h);
  background:rgba(3,3,4,.72); border-bottom:1px solid var(--line);
  backdrop-filter:saturate(180%) blur(20px); -webkit-backdrop-filter:saturate(180%) blur(20px); }
.nav { height:var(--nav-h); display:flex; align-items:center; justify-content:space-between; gap:16px; }
.brand-logo { height:42px; width:auto; }
.nav-actions { display:flex; align-items:center; gap:12px; }
.lang { display:inline-flex; align-items:center; gap:2px; padding:3px; background:rgba(255,255,255,.06); border-radius:var(--r-pill); }
.lang-btn { display:inline-flex; align-items:center; justify-content:center; min-width:38px; min-height:32px; padding:4px 10px;
  border:0; background:transparent; color:var(--muted); line-height:1;
  font:inherit; font-size:12px; font-weight:800; border-radius:var(--r-pill); cursor:pointer; transition:background .2s,color .2s; }
.lang-btn.active { background:#fff; color:var(--black); }

/* skip-link target: focusable via the skip link, but no visible ring on programmatic focus */
#main { outline:none; }
#main:focus { outline:none; }
#main:focus-visible { outline:none; }

/* ---- buttons ---- */
.btn { display:inline-flex; align-items:center; justify-content:center; gap:8px; min-height:46px; padding:12px 22px;
  border-radius:var(--r-pill); font-weight:800; font-size:15px; letter-spacing:-.01em; cursor:pointer;
  border:1px solid transparent; transition:transform .15s var(--ease), background .2s, border-color .2s, color .2s; white-space:nowrap; }
.btn svg { width:18px; height:18px; fill:currentColor; flex:none; }
.btn:hover { transform:translateY(-1px); }
.btn.gold { background:var(--gold); color:#1a1407; border-color:var(--gold); box-shadow:0 10px 34px rgba(212,166,74,.26); }
.btn.gold:hover { background:var(--gold-2); border-color:var(--gold-2); }
.btn.ghost { background:rgba(255,255,255,.04); color:var(--ink); border-color:var(--line-2); }
.btn.ghost:hover { background:rgba(255,255,255,.09); }
.btn.wa { background:var(--green); color:#04210f; border-color:var(--green); box-shadow:0 10px 30px rgba(37,211,102,.24); }
.btn.wa:hover { background:#1fbf57; border-color:#1fbf57; color:#04210f; }
.btn.wide { width:100%; }
.nav-cta { min-height:40px; padding:8px 16px; font-size:13px; }
/* page navigation on the homepage header (multi-page site) */
.nav-links { display:flex; align-items:center; gap:22px; }
.nav-links a { color:rgba(255,255,255,.82); font-size:14px; font-weight:600; letter-spacing:-.01em; transition:color .2s; white-space:nowrap; }
.nav-links a:hover, .nav-links a[aria-current] { color:var(--gold); }
.nav-toggle { display:none; width:44px; height:44px; flex-direction:column; align-items:center; justify-content:center; gap:5px; background:transparent; border:1px solid var(--line-2); border-radius:var(--r); cursor:pointer; }
.nav-toggle span { display:block; width:20px; height:2px; background:var(--ink); border-radius:2px; transition:transform .2s, opacity .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform:translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity:0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform:translateY(-7px) rotate(-45deg); }
@media (max-width:1040px) {
  .nav-toggle { display:inline-flex; }
  .nav-cta { display:none; }
  .nav-links { position:fixed; top:var(--nav-h); left:0; right:0; flex-direction:column; align-items:stretch; gap:0;
    background:rgba(10,10,12,.98); backdrop-filter:saturate(180%) blur(20px); -webkit-backdrop-filter:saturate(180%) blur(20px);
    padding:6px max(20px,env(safe-area-inset-left)) 14px; border-bottom:1px solid var(--line);
    transform:translateY(-135%); transition:transform .28s var(--ease); box-shadow:0 24px 44px rgba(0,0,0,.55); }
  .nav-links.open { transform:translateY(0); }
  .nav-links a { padding:14px 4px; border-bottom:1px solid var(--line); font-size:16px; }
  .nav-links a:last-child { border-bottom:0; }
}

/* ---- floating action dock (desktop) — compact icon buttons; label expands on hover/focus ---- */
.dock { position:fixed; right:18px; top:50%; transform:translateY(-50%); z-index:65; display:flex; flex-direction:column; align-items:flex-end; gap:12px; }
.dock-action { display:inline-flex; align-items:center; height:50px; padding:0; border-radius:var(--r-pill);
  background:rgba(16,16,18,.86); border:1px solid var(--line-2); color:var(--ink); font:inherit; font-size:13.5px; font-weight:800; letter-spacing:-.01em;
  cursor:pointer; -webkit-appearance:none; appearance:none; white-space:nowrap;
  backdrop-filter:blur(14px); -webkit-backdrop-filter:blur(14px); box-shadow:0 10px 30px rgba(0,0,0,.34);
  transition:background .2s, color .2s, border-color .2s, box-shadow .2s, transform .15s var(--ease); }
.dock-ico { width:22px; height:22px; fill:currentColor; flex:none; margin-inline:14px; color:var(--gold); transition:color .2s; }
.dock-label { max-width:0; opacity:0; overflow:hidden; white-space:nowrap; padding-right:0;
  transition:max-width .3s var(--ease), opacity .2s, padding-right .3s var(--ease); }
.dock-action:hover, .dock-action:focus-visible { border-color:var(--gold-line); box-shadow:0 14px 38px rgba(0,0,0,.44); }
.dock-action:hover .dock-label, .dock-action:focus-visible .dock-label,
.dock-action[aria-expanded="true"] .dock-label { max-width:210px; opacity:1; padding-right:18px; }
.dock-action:active { transform:scale(.97); }
.dock-action[aria-expanded="true"] { background:var(--gold); color:#1a1407; border-color:var(--gold); }
.dock-action[aria-expanded="true"] .dock-ico { color:#1a1407; }

/* ---- hero ---- */
.hero { position:relative; min-height:94svh; display:flex; align-items:center; isolation:isolate; overflow:hidden;
  padding:calc(var(--nav-h) + 84px) 0 64px; background:#000; }
.hero-bg { position:absolute; inset:0; z-index:-2; }
.hero-slide { position:absolute; inset:0; opacity:0; transition:opacity 1.1s var(--ease); }
.hero-slide.is-active { opacity:1; }
.hero-img { width:100%; height:100%; object-fit:cover; object-position:center 46%; filter:saturate(1.04) contrast(1.06); }
.hero::after { content:""; position:absolute; inset:0; z-index:-1;
  background:linear-gradient(180deg,rgba(0,0,0,.5) 0%,rgba(0,0,0,.22) 36%,rgba(0,0,0,.86) 100%); }
.hero-copy { text-align:center; position:relative; }
.hero-copy::before { content:""; position:absolute; inset:-8% -10% -6%; z-index:-1; pointer-events:none;
  background:radial-gradient(120% 92% at 50% 50%, rgba(0,0,0,.58), rgba(0,0,0,0) 70%); }
.hero-brand { font-size:clamp(24px,4.6vw,52px); line-height:1.0; font-weight:900; letter-spacing:.06em; text-transform:uppercase;
  color:var(--gold); text-shadow:0 18px 70px rgba(0,0,0,.6); margin-bottom:10px; }
.hero-kicker { font-size:clamp(13px,1.5vw,16px); font-weight:750; color:var(--ink); text-shadow:0 2px 16px rgba(0,0,0,.7); margin-bottom:26px; }
.display { font-family:var(--display); font-weight:600; font-size:clamp(33px,5.2vw,62px); line-height:1.1; letter-spacing:-.018em;
  max-width:16ch; margin:0 auto; text-shadow:0 20px 70px rgba(0,0,0,.66); }
.hero-sub { max-width:54ch; margin:22px auto 0; color:rgba(255,255,255,.84); font-size:clamp(15px,1.7vw,18px); text-shadow:0 2px 14px rgba(0,0,0,.6); }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; justify-content:center; margin-top:28px; }

/* ---- reviews trust strip ---- */
.reviews { padding-block:clamp(18px,3vw,30px) 0; }
.reviews + .section { padding-top:clamp(34px,5vw,58px); } /* tighten the gap below the strip */
.reviews-card { display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:14px 26px;
  background:linear-gradient(180deg,var(--card),var(--graphite)); border:1px solid var(--line-2); border-radius:var(--r-xl);
  padding:var(--sp-5) clamp(20px,4vw,38px); text-align:center; }
.stars { display:inline-flex; gap:3px; color:#fbbc04; font-size:22px; line-height:1; letter-spacing:2px; } /* Google review star colour */
.reviews-score { display:flex; align-items:center; justify-content:center; gap:10px; }
.reviews-score .stars { font-size:32px; letter-spacing:3px; color:#fbbc04; } /* hero element of the strip; color beats the muted .reviews-score span rule */
.reviews-text { color:var(--muted); font-size:15px; max-width:34ch; }

/* ---- sections ---- */
.section { padding-block:var(--section-pad); } /* block-only so .wrap's padding-inline (gutter) is kept */
.head { max-width:760px; margin-bottom:clamp(26px,4vw,44px); }
.head.center { margin-inline:auto; text-align:center; }
.eyebrow { display:inline-flex; align-items:center; gap:10px; color:var(--gold); font-size:12px; font-weight:800;
  letter-spacing:.16em; text-transform:uppercase; margin-bottom:16px; }
.eyebrow::before { content:""; width:22px; height:2px; background:var(--gold); border-radius:2px; }
.head.center .eyebrow::before { display:none; }
.headline { font-family:var(--display); font-weight:600; font-size:clamp(28px,4.6vw,50px); line-height:1.05; letter-spacing:-.02em; }
.lead { margin-top:18px; color:var(--muted); font-size:clamp(15px,1.7vw,18px); max-width:60ch; }
.head.center .lead { margin-inline:auto; }

/* ---- what's coming cards ---- */
.grid-3 { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:var(--gap); }
.card { padding:var(--sp-6) var(--sp-5); border-radius:var(--r-lg); background:var(--card); border:1px solid var(--line);
  transition:transform .2s var(--ease), border-color .2s, background .2s; }
.card:hover { transform:translateY(-4px); border-color:var(--gold-line); background:var(--card-2); }
.card h3 { font-size:21px; font-weight:800; margin:0 0 8px; letter-spacing:-.01em; }
.card p { color:var(--muted); font-size:15px; }
.modes-b2b { margin-top:22px; color:var(--muted-2); font-size:15px; } /* muted B2B/fleets line under the mode strip */

/* ---- services CAROUSEL ---- */
.carousel { position:relative; }
.carousel-viewport { overflow:hidden; border-radius:var(--r-lg); }
.carousel-track { display:flex; gap:var(--gap); transition:transform .45s var(--ease); touch-action:pan-y; cursor:grab; }
.carousel-track:active { cursor:grabbing; }
.carousel-slide img { pointer-events:none; }
/* service cards (Ce facem carousel) — image with caption overlay */
.svc-card { position:relative; display:block; border-radius:var(--r-lg); overflow:hidden; border:1px solid var(--line-2); min-height:420px; background:var(--card); }
.svc-card picture { position:absolute; inset:0; }
.svc-card img { width:100%; height:100%; object-fit:cover; }
.svc-card::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(0,0,0,.9) 0%,rgba(0,0,0,.42) 46%,rgba(0,0,0,0) 78%); }
/* services without a dedicated photo yet (engine bay, moto) — premium text card */
.svc-card.svc-noimg { background:radial-gradient(120% 90% at 50% 0%, rgba(212,166,74,.10) 0%, transparent 55%), linear-gradient(155deg,#1b1b21 0%,#0b0b0d 74%); border-color:var(--gold-line); }
.svc-card.svc-noimg::after { background:linear-gradient(0deg,rgba(0,0,0,.4) 0%,transparent 52%); }
.svc-body { position:absolute; left:0; right:0; bottom:0; z-index:1; padding:22px; }
.svc-body h3 { font-size:20px; font-weight:800; letter-spacing:-.01em; }
.svc-body p { color:rgba(255,255,255,.88); font-size:14px; margin-top:6px; }
.carousel-slide { flex:0 0 calc((100% - 2*var(--gap)) / 3); }
.carousel-slide picture { display:block; width:100%; height:100%; }
.carousel-slide img { width:100%; height:100%; object-fit:cover; }
.carousel-controls { display:flex; align-items:center; justify-content:center; gap:18px; margin-top:22px; }
.carousel-arrow { display:grid; place-items:center; width:46px; height:46px; border-radius:var(--r-pill);
  background:var(--card); border:1px solid var(--line-2); color:var(--ink); cursor:pointer; transition:background .2s,border-color .2s,transform .15s; }
.carousel-arrow svg { width:20px; height:20px; fill:currentColor; }
.carousel-arrow:hover { border-color:var(--gold-line); color:var(--gold); }
.carousel-arrow:active { transform:scale(.94); }
.carousel-dots { display:flex; flex-wrap:wrap; justify-content:center; gap:9px; max-width:min(440px,60vw); }
.carousel-dots button { width:9px; height:9px; padding:0; border:0; border-radius:50%; background:var(--line-2); cursor:pointer; transition:background .2s,width .2s; }
.carousel-dots button[aria-current="true"] { background:var(--gold); width:24px; border-radius:var(--r-pill); }
.carousel-toggle .i-play { display:none; }
.carousel-toggle[aria-pressed="true"] .i-pause { display:none; }
.carousel-toggle[aria-pressed="true"] .i-play { display:block; }

/* ---- FAQ ---- */
.faq-list { max-width:820px; }
.faq-list details { border:1px solid var(--line); border-radius:var(--r); background:var(--card); margin-bottom:12px; overflow:hidden; }
.faq-list summary { cursor:pointer; list-style:none; display:flex; justify-content:space-between; align-items:center; gap:20px;
  padding:var(--sp-4) var(--sp-5); font-size:clamp(16px,2vw,18px); font-weight:700; color:var(--ink); }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary::after { content:"+"; color:var(--gold); font-weight:400; font-size:26px; line-height:1; flex:none; }
.faq-list details[open] summary::after { content:"–"; }
.faq-list p { color:var(--muted); padding:0 var(--sp-5) var(--sp-5); max-width:70ch; font-size:16px; }

/* ---- SOCIAL (brand-coloured tiles) ---- */
.social-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:var(--gap); }
.social-tile { display:flex; flex-direction:column; gap:10px; min-height:158px; justify-content:space-between; padding:22px;
  border-radius:var(--r-lg); border:1px solid var(--line-2); background:var(--card); position:relative; overflow:hidden;
  transition:transform .2s var(--ease), border-color .2s; }
.st-icon { width:30px; height:30px; fill:#fff; position:relative; z-index:1; filter:drop-shadow(0 1px 2px rgba(0,0,0,.5)); }
.st-text { display:flex; flex-direction:column; gap:4px; position:relative; z-index:1; }
.social-tile::before { content:""; position:absolute; inset:0; opacity:.92; z-index:0; }
.social-tile.ig::before { background:linear-gradient(135deg,#405de6,#833ab4 32%,#c13584 58%,#e1306c 78%,#fd1d1d); }
.social-tile.tk::before { background:linear-gradient(135deg,#25F4EE 0%,#0a2b2c 52%,#FE2C55 100%); }
.social-tile.fb::before { background:linear-gradient(135deg,#1d3a6e,#1877F2); }
.social-tile::after { content:""; position:absolute; left:0; right:0; bottom:0; height:74%; background:linear-gradient(0deg,rgba(0,0,0,.74) 0%,rgba(0,0,0,.45) 30%,transparent 72%); z-index:0; }
.social-tile > * { position:relative; z-index:1; }
.social-tile:hover { transform:translateY(-4px); border-color:var(--gold-line); }
.st-name { font-size:19px; font-weight:800; letter-spacing:-.01em; }
.st-sub { color:rgba(255,255,255,.93); font-size:13.5px; }

/* ---- contact (rounded split card) ---- */
.contact-grid { display:grid; grid-template-columns:1.05fr .95fr; gap:0; align-items:stretch;
  border:1px solid var(--line-2); border-radius:var(--r-xl); overflow:hidden; background:var(--graphite);
  padding-inline:0; width:min(var(--maxw), calc(100% - 2*var(--gutter))); } /* inset the card itself (gutter is outer, not inner) */
.contact-media { min-height:520px; }
.contact-media picture, .contact-media img { width:100%; height:100%; }
.contact-media img { object-fit:cover; }
.contact-card { padding:clamp(30px,4.5vw,60px); display:flex; flex-direction:column; }
.contact-card .headline { margin-top:6px; }
.dir-btns { display:flex; flex-wrap:wrap; gap:10px; margin:4px 0 22px; }
.dir-btns .btn { flex:1 1 0; min-width:150px; }
.btn.maps { background:rgba(66,133,244,.12); border-color:rgba(66,133,244,.42); color:#a9c7fb; }
.btn.maps:hover { background:#1967d2; color:#fff; border-color:#1967d2; }
.btn.waze { background:rgba(51,204,255,.12); border-color:rgba(51,204,255,.4); color:#9fe6ff; }
.btn.waze:hover { background:var(--waze); color:#042430; border-color:var(--waze); }

/* ---- footer ---- */
.footer { border-top:1px solid var(--line); background:#040405; }
.footer-top { display:grid; grid-template-columns:1.6fr 1fr 1fr; gap:40px; padding-top:64px; padding-bottom:48px; }
.footer-brand .brand-logo { height:54px; margin-bottom:18px; }
.footer-social { display:flex; flex-wrap:wrap; gap:18px; }
.footer-social a { color:var(--muted); font-size:14px; font-weight:600; }
.footer-social a:hover { color:var(--gold); }
/* footer page navigation (added for the multi-page v3 site) */
.footer-nav { display:flex; flex-direction:column; gap:10px; }
.footer-nav a { color:var(--muted); font-size:14px; font-weight:600; }
.footer-nav a:hover { color:var(--gold); }
.footer-bottom { display:flex; flex-wrap:wrap; justify-content:space-between; gap:10px; padding-top:24px; padding-bottom:36px;
  border-top:1px solid var(--line); color:var(--muted-2); font-size:13px; }
/* ANPC / EU consumer-protection compliance badges */
.footer-legal { display:flex; flex-wrap:wrap; gap:12px; padding:22px 0; border-top:1px solid var(--line); }
.legal-banner { display:flex; align-items:center; gap:10px; padding:10px 14px; border-radius:var(--r);
  background:#f3f6fa; color:#13427a; border:1px solid rgba(0,0,0,.08); transition:transform .15s var(--ease), box-shadow .2s; }
.legal-banner:hover { transform:translateY(-1px); box-shadow:0 8px 22px rgba(0,0,0,.28); }
.legal-banner:focus-visible { outline:2px solid var(--gold); outline-offset:3px; }
.lb-icon { width:26px; height:26px; fill:#13427a; flex:none; }
.lb-text { display:flex; flex-direction:column; line-height:1.2; }
.lb-text strong { font-size:12px; font-weight:800; letter-spacing:.02em; }
.lb-text span { font-size:11px; color:#3d5a7d; }

/* ---- mobile sticky CTA bar (phones only) ---- */
.mobilebar { display:none; }
.mobilebar a, .mobilebar button { display:flex; align-items:center; justify-content:center;
  flex:1; min-height:50px; border-radius:var(--r); font:inherit; font-size:15px; font-weight:800; letter-spacing:-.01em; color:var(--ink);
  background:rgba(255,255,255,.06); border:1px solid var(--line-2);
  -webkit-appearance:none; appearance:none; cursor:pointer; text-align:center; transition:transform .15s var(--ease); }
.mobilebar a:active, .mobilebar button:active { transform:scale(.97); }
.mobilebar .mb-contact { background:var(--gold); color:#1a1407; border-color:var(--gold); }
.mobilebar .mb-dir { background:rgba(66,133,244,.16); border-color:rgba(66,133,244,.42); color:#a9c7fb; }

/* placeholder links stay visible but inert until URL is filled in js/app.js (RD_LINKS) */
[data-placeholder] { cursor:default; }

/* directions chooser (Maps / Waze) */
.dir-backdrop { position:fixed; inset:0; z-index:74; background:rgba(0,0,0,.55); backdrop-filter:blur(2px); -webkit-backdrop-filter:blur(2px); }
.dir-sheet { position:fixed; left:12px; right:12px; bottom:calc(82px + env(safe-area-inset-bottom)); z-index:76;
  display:flex; flex-direction:column; gap:10px; padding:16px; border-radius:var(--r-lg);
  background:var(--graphite); border:1px solid var(--line-2); box-shadow:0 -14px 44px rgba(0,0,0,.55); }
.dir-sheet .btn { width:100%; }
.dir-sheet-title { color:var(--muted); font-size:13px; font-weight:700; text-align:center; }
.dir-backdrop[hidden], .dir-sheet[hidden] { display:none; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
/* desktop/tablet: balance the reviews strip across the full card (no dead gutter) */
@media (min-width:641px) {
  .reviews-card { justify-content:space-between; flex-wrap:nowrap; text-align:left; gap:clamp(20px,3vw,40px); }
  .reviews-score { flex:none; }
  .reviews-text { flex:1; max-width:48ch; text-align:left; }
}
/* desktop: two-column FAQ so the accordion uses the full width (kills empty right) */
@media (min-width:901px) {
  .faq { display:grid; grid-template-columns:minmax(280px,360px) 1fr; gap:clamp(32px,5vw,72px); align-items:start; }
  .faq .head { max-width:none; margin-bottom:0; position:sticky; top:88px; }
  .faq-list { max-width:none; }
}
@media (max-width:900px) {
  .contact-grid { grid-template-columns:1fr; }
  .contact-media { min-height:300px; order:2; }
  .contact-card { order:1; }
  .grid-3 { grid-template-columns:1fr 1fr; }
  .carousel-slide { flex:0 0 calc((100% - var(--gap)) / 2); }
}
@media (max-width:640px) {
  body { padding-bottom:calc(96px + env(safe-area-inset-bottom)); } /* clear the mobile bar + breathing room */
  .dock { display:none; }
  .nav-cta { display:none; } /* WhatsApp lives in the bottom bar on phones */
  .brand-logo { height:48px; }
  .hero { min-height:86svh; padding:calc(var(--nav-h) + 58px) 0 40px; }
  .grid-3 { grid-template-columns:1fr; }
  /* compact social tiles (2 + 1 wide) so they don't eat the screen */
  .social-grid { grid-template-columns:1fr 1fr; gap:12px; }
  .social-grid > :last-child { grid-column:1 / -1; }
  .social-tile { min-height:116px; padding:14px; gap:8px; }
  .st-icon { width:24px; height:24px; }
  .st-name { font-size:16px; }
  .st-sub { font-size:12px; }
  .carousel-slide { flex:0 0 86%; }
  /* 14-service controls: compact, wrapping dots so they never overflow */
  .carousel-controls { gap:12px; margin-top:18px; }
  .carousel-dots { gap:7px; max-width:58vw; }
  .carousel-dots button { width:7px; height:7px; }
  .carousel-dots button[aria-current="true"] { width:18px; }
  .services { padding-bottom:clamp(34px,7vw,54px); } /* room before FAQ + clear of the sticky CTA */
  .social { padding-bottom:clamp(28px,5vw,40px); }  /* trim the dead band before contact */
  .contact { padding-top:clamp(28px,5vw,40px); }
  .hero-actions { width:100%; }
  .hero-actions .btn { flex:1; }
  .reviews-card { flex-direction:column; gap:10px; }
  .dir-btns .btn { flex:1 1 0; min-width:0; } /* Maps + Waze share one row */
  .footer-top { flex-direction:column; align-items:flex-start; gap:14px; }
  /* sticky bottom CTA bar */
  .mobilebar { display:flex; gap:8px; position:fixed; left:0; right:0; bottom:0; z-index:75;
    padding:8px max(10px,env(safe-area-inset-left)) calc(8px + env(safe-area-inset-bottom));
    background:rgba(3,3,4,.94); border-top:1px solid var(--line-2);
    backdrop-filter:saturate(180%) blur(16px); -webkit-backdrop-filter:saturate(180%) blur(16px); }
}
@media (pointer:coarse) {
  .btn, .lang-btn, .dock-action, .carousel-arrow { min-height:44px; }
  .carousel-dots { gap:12px; }
  .carousel-dots button { position:relative; }
  .carousel-dots button::after { content:""; position:absolute; inset:-17px -7px; } /* 44px hit area, 9px painted dot */
}

/* ==========================================================================
   UX PASS — mobile swipe-only carousel · contact slideshow · motion ·
   compact footer · desktop chooser sheets
   ========================================================================== */

/* phones: services carousel is swipe-only — hide all controls (arrows, dots, pause) */
@media (max-width:640px) {
  .carousel-controls { display:none; }
  .services .carousel { touch-action:pan-y; } /* let vertical swipes scroll the page */
}

/* contact auto-slideshow — passive cross-fade, no controls */
.contact-media { position:relative; }
.contact-media .cm-slide { position:absolute; inset:0; opacity:0; transition:opacity .9s var(--ease); }
.contact-media .cm-slide.is-active { opacity:1; }
.contact-media .cm-slide img { width:100%; height:100%; object-fit:cover; }
@media (prefers-reduced-motion:reduce) { .contact-media .cm-slide { transition:none; } }

/* footer: compact heavily on desktop and mobile */
.footer-top { padding-top:44px; padding-bottom:30px; gap:30px; }
.footer-brand .brand-logo { height:46px; margin-bottom:14px; }
.footer-mini { color:var(--muted); font-size:14px; margin-bottom:16px; }
.footer-bottom { padding-top:16px; padding-bottom:26px; }
.footer-fine { max-width:80ch; margin-inline:auto; text-align:center; }
/* ANPC / SAL badges: smaller and aligned on one tidy row */
.footer-legal { gap:10px; padding:14px 0; align-items:stretch; }
.legal-banner { padding:7px 11px; gap:8px; }
.legal-banner .lb-icon { width:19px; height:19px; }
.lb-text strong { font-size:11px; }
.lb-text span { font-size:10px; }

/* "leave a review" — visible but secondary, non-pushy */
.review-write { font-weight:700; }

/* desktop: the dock chooser sheets pop next to the dock (not the bottom bar) */
@media (min-width:641px) {
  .dir-sheet { left:auto; right:78px; bottom:auto; top:50%; transform:translateY(-50%);
    width:min(290px, calc(100vw - 120px)); }
}

/* premium motion — section reveal (opt-in via .reveal, toggled by JS) */
.reveal { opacity:0; transform:translateY(18px); transition:opacity .6s var(--ease), transform .6s var(--ease); will-change:opacity, transform; }
.reveal.is-in { opacity:1; transform:none; }

/* button press feedback + card hover lift */
.btn:active { transform:translateY(0) scale(.97); }
.card { transition:transform .2s var(--ease), border-color .2s; }
.card:hover { transform:translateY(-3px); border-color:var(--gold-line); }

@media (prefers-reduced-motion:reduce) {
  .reveal { opacity:1 !important; transform:none !important; transition:none; }
  .card:hover { transform:none; }
}

/* ==========================================================================
   SHIPPING PASS — hero rotation · 2s carousel · mobile CTA autohide ·
   icon dock · simplified contact · compact footer
   ========================================================================== */

/* simplified contact card: stacked CTAs + secondary, non-pushy review link */
.contact-actions { display:flex; flex-direction:column; gap:10px; margin:22px 0 12px; }
.contact-actions .btn { width:100%; }
.contact-review { margin-top:16px; }
.contact-review .btn { width:100%; }

/* compact footer — single tidy row (logo + short line | social) */
.footer-top { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:16px 28px;
  padding-top:28px; padding-bottom:20px; }
.footer-brand { display:flex; align-items:center; gap:16px; }
.footer-brand .brand-logo { height:40px; margin-bottom:0; }
.footer-mini { margin-bottom:0; font-size:13.5px; }
.footer-social { gap:18px; }

/* mobile sticky CTA — exactly equal buttons, fade/slide out near Contact & Footer */
.mobilebar a, .mobilebar button { flex:1 1 0; }
.mobilebar { visibility:visible; transition:transform .35s var(--ease), opacity .3s var(--ease), visibility 0s; }
/* hidden near Contact/Footer: slide+fade out, then become non-interactive AND non-focusable */
.mobilebar.is-hidden { transform:translateY(130%); opacity:0; pointer-events:none; visibility:hidden;
  transition:transform .35s var(--ease), opacity .3s var(--ease), visibility 0s linear .35s; }
@media (prefers-reduced-motion:reduce) {
  .mobilebar { transition:none; }
  .hero-slide { transition:none; }
}

/* ==========================================================================
   POLISH PASS — official ANPC/SAL compliance images · mobile social row ·
   hero text density
   ========================================================================== */

/* official ANPC/SAL compliance images — centered (heading above) on desktop AND mobile */
.footer-legal { flex-direction:column; justify-content:center; align-items:center; gap:10px; }
.legal-head { margin:0; text-align:center; color:var(--muted-2); font-size:11px; font-weight:800; letter-spacing:.18em; text-transform:uppercase; }
.legal-imgs { display:flex; justify-content:center; align-items:center; gap:clamp(16px,3vw,30px); flex-wrap:wrap; }
.legal-img { display:inline-flex; align-items:center; opacity:.95; transition:transform .15s var(--ease), opacity .2s; }
.legal-img:hover { transform:translateY(-1px); opacity:1; }
.legal-img:focus-visible { outline:2px solid var(--gold); outline-offset:4px; border-radius:8px; }
.legal-img img { height:48px; width:auto; display:block; }
.legal-img-logo img { height:48px; }

@media (max-width:640px) {
  /* social: 3 equal compact tiles in ONE row, subtitle hidden */
  .social-grid { grid-template-columns:repeat(3,1fr); gap:8px; }
  .social-grid > :last-child { grid-column:auto; }
  .social-tile { min-height:auto; padding:14px 8px; gap:7px; justify-content:center; align-items:center; text-align:center; }
  .st-text { align-items:center; }
  .st-icon { width:22px; height:22px; }
  .st-name { font-size:12.5px; }
  .st-sub { display:none; }
  /* taller, more present service cards on phones */
  .svc-card { min-height:360px; }
  /* hero H1 breathes a touch more on phones */
  .display { line-height:1.16; }
  .legal-img img { height:42px; }
  .legal-img-logo img { height:42px; }
}

/* ==========================================================================
   LEGAL — footer identity + links · legal document pages
   ========================================================================== */

/* footer: legal links row + compact identity block */
.footer-links { display:flex; flex-wrap:wrap; justify-content:center; gap:7px 18px; margin:4px 0 12px; }
.footer-links a { color:var(--muted); font-size:13px; font-weight:600; }
.footer-links a:hover { color:var(--gold); }
.legal-identity { text-align:center; color:var(--muted-2); font-size:11.5px; line-height:1.65; margin:0 auto 12px; max-width:760px; }
.legal-identity p { margin:0; }
.legal-identity a { color:var(--muted); }
.legal-identity a:hover { color:var(--gold); }

/* legal document pages (termeni, confidențialitate, accesibilitate) */
.legal-doc { max-width:780px; padding-top:calc(var(--nav-h) + 48px); padding-bottom:64px; }
.legal-doc h1 { font-family:var(--display); font-weight:600; font-size:clamp(28px,4.6vw,40px); line-height:1.1; letter-spacing:-.02em; margin-bottom:6px; }
.legal-updated { color:var(--muted-2); font-size:13px; margin:0 0 28px; }
.legal-doc h2 { font-size:clamp(18px,2.4vw,22px); font-weight:800; letter-spacing:-.01em; color:var(--ink); margin:30px 0 8px; }
.legal-doc p, .legal-doc li { color:var(--muted); font-size:15.5px; line-height:1.7; }
.legal-doc p { margin:0 0 12px; }
.legal-doc ul { margin:0 0 14px; padding-left:20px; }
.legal-doc li { margin-bottom:6px; }
.legal-doc a { color:var(--gold-text); text-decoration:underline; text-underline-offset:2px; }
.legal-doc a:hover { color:var(--gold); }
.legal-doc strong { color:var(--ink); font-weight:700; }
.legal-box { background:var(--card); border:1px solid var(--line-2); border-radius:var(--r); padding:16px 20px; margin:0 0 22px; }
.legal-box p:last-child { margin-bottom:0; }
.legal-footer { margin-top:0; }
.legal-footer .footer-bottom { padding-top:26px; }

/* center the whole footer-bottom (links, identity, copyright) on desktop + mobile */
.footer-bottom { display:block; text-align:center; }

/* official "Telefonul consumatorului" badge — ANPC blue, click-to-call */
.legal-tel { display:inline-flex; flex-direction:column; align-items:center; justify-content:center; gap:1px;
  height:48px; padding:0 16px; border-radius:10px; background:#2b2f7a; text-align:center; line-height:1.08;
  border:1px solid #2b2f7a; transition:transform .15s var(--ease), box-shadow .2s; }
.legal-tel:hover { transform:translateY(-1px); box-shadow:0 8px 22px rgba(0,0,0,.32); }
.legal-tel:focus-visible { outline:2px solid var(--gold); outline-offset:3px; }
.legal-tel-label { color:#fff; font-size:8.5px; font-weight:700; letter-spacing:.04em; text-transform:uppercase; }
.legal-tel-num { color:#ff6f61; font-size:16px; font-weight:900; letter-spacing:.06em; }

@media (max-width:640px) {
  .footer-links { gap:6px 14px; }
  .footer-links a { font-size:12px; }
  .legal-identity { font-size:11px; }
  .legal-doc { padding-top:calc(var(--nav-h) + 32px); }
  .legal-tel { height:42px; padding:0 13px; }
  .legal-tel-num { font-size:14px; }
}
