/* ================= ACE Taxi Deva — acetaxi.ro ================= */
:root {
  --yellow: #f5c518;
  --yellow-dark: #d9ac0a;
  --black: #0a0a0a;
  --ink: #111214;
  --panel: #17181b;
  --panel-2: #1f2024;
  --line: #2a2b30;
  --text: #f2f2f3;
  --muted: #a7a8ad;
  --radius: 16px;
  --maxw: 1140px;
  --shadow: 0 10px 40px rgba(0,0,0,.45);
  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, system-ui, sans-serif;
  --font-head: "Sora", var(--font);
  --gold-grad: linear-gradient(120deg, #ffe27a, var(--yellow) 55%, #e0a800);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  background: var(--black);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
h1, h2, h3 { font-family: var(--font-head); line-height: 1.12; margin: 0 0 .5em; font-weight: 800; letter-spacing: -.025em; }
h1 { font-size: clamp(2.05rem, 5.6vw, 4.4rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); }
p { margin: 0 0 1em; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.accent { color: var(--yellow); }
.muted { color: var(--muted); }
.center { text-align: center; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .55em;
  padding: 14px 26px; border-radius: 999px; font-weight: 700; font-size: 1.02rem;
  border: 2px solid transparent; cursor: pointer; transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--yellow); color: #1a1400; box-shadow: 0 8px 24px rgba(245,197,24,.35); }
.btn-primary:hover { background: var(--yellow-dark); }
.btn-ghost { background: transparent; color: var(--text); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--yellow); color: var(--yellow); }
.btn-lg { padding: 18px 34px; font-size: 1.15rem; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(10,10,10,.82);
  backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; font-size: 1.15rem; letter-spacing: -.01em; }
.brand img { width: 40px; height: 40px; border-radius: 10px; }
.brand .accent { color: var(--yellow); }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links a { padding: 8px 14px; border-radius: 10px; color: var(--muted); font-weight: 600; font-size: .98rem; transition: color .15s, background .15s; }
.nav-links a:hover, .nav-links a.active { color: var(--text); background: var(--panel-2); }
.nav-links a.active { color: var(--yellow); }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.nav-phone { display: inline-flex; align-items: center; gap: .5em; font-weight: 800; color: var(--yellow); font-size: 1.05rem; }
.burger { display: none; background: none; border: 0; color: var(--text); font-size: 1.6rem; cursor: pointer; padding: 4px 8px; }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  padding: clamp(56px, 9vw, 110px) 0 clamp(50px, 8vw, 96px);
  background:
    radial-gradient(1100px 500px at 78% -10%, rgba(245,197,24,.14), transparent 60%),
    linear-gradient(180deg, #0d0d0e 0%, var(--black) 100%);
}
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: .5em;
  font-size: .82rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--yellow); background: rgba(245,197,24,.1); border: 1px solid rgba(245,197,24,.25);
  padding: 6px 14px; border-radius: 999px; margin-bottom: 22px;
}
.hero p.lead { font-size: 1.2rem; color: var(--muted); max-width: 30em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-art { display: flex; justify-content: center; }
.hero-art .badge {
  width: min(360px, 80%); aspect-ratio: 1; border-radius: 30px;
  background: #000;
  border: 1px solid rgba(245,197,24,.35);
  box-shadow: var(--shadow), 0 0 0 6px rgba(245,197,24,.06), inset 0 0 60px rgba(245,197,24,.05);
  display: grid; place-items: center; padding: 30px;
}
.hero-art .badge img { width: 100%; filter: drop-shadow(0 6px 24px rgba(245,197,24,.18)); }

/* ---------- Sections ---------- */
.section { padding: clamp(56px, 8vw, 96px) 0; }
.section-alt { background: linear-gradient(180deg, var(--ink), var(--black)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { max-width: 40em; margin: 0 auto clamp(36px, 5vw, 56px); text-align: center; }
.section-head p { color: var(--muted); font-size: 1.1rem; }

/* ---------- Feature cards ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; transition: transform .18s ease, border-color .18s ease;
}
.card:hover { transform: translateY(-4px); border-color: rgba(245,197,24,.4); }
.card .ico {
  width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center;
  background: rgba(245,197,24,.12); color: var(--yellow); font-size: 1.5rem; margin-bottom: 18px;
}
.card h3 { font-size: 1.2rem; }
.card p { color: var(--muted); margin: 0; }

/* ---------- App download ---------- */
.app-badges { display: flex; flex-wrap: wrap; gap: 16px; }
.store-badge {
  display: inline-flex; align-items: center; gap: 12px;
  background: #000; border: 1px solid var(--line); border-radius: 14px;
  padding: 10px 20px; min-width: 200px; transition: border-color .15s, transform .15s;
}
.store-badge:hover { border-color: var(--yellow); transform: translateY(-2px); }
.store-badge svg { width: 30px; height: 30px; flex: none; }
.store-badge .st-small { font-size: .72rem; color: var(--muted); line-height: 1; }
.store-badge .st-big { font-size: 1.15rem; font-weight: 700; line-height: 1.2; }

/* ---------- Call band ---------- */
.callband {
  background: linear-gradient(100deg, var(--yellow), #ffd94a);
  color: #1a1400; border-radius: 24px; padding: clamp(32px, 5vw, 52px);
  display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap;
}
.callband h2 { color: #1a1400; margin-bottom: .2em; }
.callband p { color: #4a3d00; margin: 0; font-weight: 600; }
.callband .btn-primary { background: #0a0a0a; color: var(--yellow); box-shadow: 0 8px 24px rgba(0,0,0,.25); }
.callband .btn-primary:hover { background: #1a1a1a; }

/* ---------- Split / about ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.stat-row { display: flex; gap: 34px; flex-wrap: wrap; margin-top: 8px; }
.stat b { display: block; font-size: 2.2rem; font-weight: 800; color: var(--yellow); line-height: 1; }
.stat span { color: var(--muted); font-size: .95rem; }
.list-check { list-style: none; padding: 0; margin: 0; }
.list-check li { position: relative; padding-left: 34px; margin-bottom: 14px; color: var(--text); }
.list-check li::before {
  content: "✓"; position: absolute; left: 0; top: 0;
  width: 24px; height: 24px; border-radius: 999px; background: rgba(245,197,24,.15);
  color: var(--yellow); font-weight: 800; display: grid; place-items: center; font-size: .85rem;
}

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-card {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px;
  display: flex; gap: 18px; align-items: flex-start;
}
.contact-card .ico { width: 48px; height: 48px; flex: none; border-radius: 12px; background: rgba(245,197,24,.12); color: var(--yellow); display: grid; place-items: center; font-size: 1.3rem; }
.contact-card h3 { font-size: 1.1rem; margin-bottom: .3em; }
.contact-card a.big { font-size: 1.5rem; font-weight: 800; color: var(--yellow); }
.contact-card p { color: var(--muted); margin: 0; }

/* ---------- Footer ---------- */
.site-footer { background: #060606; border-top: 1px solid var(--line); padding: 54px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-grid h4 { font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin: 0 0 16px; }
.footer-grid a { display: block; color: var(--muted); padding: 5px 0; transition: color .15s; }
.footer-grid a:hover { color: var(--yellow); }
.footer-brand p { color: var(--muted); max-width: 26em; margin-top: 14px; }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; color: var(--muted); font-size: .9rem; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { padding: clamp(48px, 7vw, 80px) 0 clamp(30px, 4vw, 46px); background: linear-gradient(180deg, #0d0d0e, var(--black)); border-bottom: 1px solid var(--line); }
.page-hero .eyebrow { margin-bottom: 16px; }
.page-hero p { color: var(--muted); font-size: 1.15rem; max-width: 40em; }

/* ============ PREMIUM UPGRADE ============ */
.accent-grad { background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.btn-primary { background: var(--gold-grad); }
.eyebrow { backdrop-filter: blur(6px); }

/* ---- Cinematic hero (homepage) ---- */
.hero-cine {
  position: relative; min-height: min(92vh, 860px); display: flex; align-items: center;
  padding: 120px 0 90px; overflow: hidden; isolation: isolate;
}
.hero-cine .hero-bg {
  position: absolute; inset: 0; z-index: -2;
  background-image: var(--hero-img); background-size: cover; background-position: center right;
  transform: scale(1.04);
}
.hero-cine::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(90deg, #060606 8%, rgba(6,6,6,.86) 34%, rgba(6,6,6,.35) 62%, rgba(6,6,6,.55) 100%),
    linear-gradient(0deg, #060606 2%, transparent 30%);
}
.hero-cine .container { position: relative; }
.hero-cine .hero-copy { max-width: 660px; }
.hero-cine h1 { text-shadow: 0 2px 40px rgba(0,0,0,.5); }
.hero-cine .lead { font-size: 1.25rem; color: #e7e7ea; max-width: 34em; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.trust-pill {
  display: inline-flex; align-items: center; gap: .5em; font-size: .9rem; font-weight: 600; color: #eee;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; padding: 8px 16px;
  backdrop-filter: blur(8px);
}
.trust-pill .dot { color: var(--yellow); }

/* ---- Stats strip ---- */
.stats-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0c0c0d; }
.stats-strip .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding-top: 40px; padding-bottom: 40px; }
.stat-cell { text-align: center; }
.stat-cell b { display: block; font-family: var(--font-head); font-size: clamp(1.6rem, 3vw, 2.3rem); font-weight: 800; }
.stat-cell b.g { background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat-cell span { color: var(--muted); font-size: .92rem; }

/* ---- Full-width image band ---- */
/* banda = card incadrat in container (imagine + text), colturi rotunjite */
.imgband { padding: clamp(28px, 4vw, 52px) 20px; }
.imgband-grid {
  display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; gap: 0;
  max-width: var(--maxw); margin: 0 auto; min-height: 440px;
  border-radius: 24px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow);
}
.imgband-media { position: relative; min-height: 300px; }
.imgband-media::before {
  content: ""; position: absolute; inset: 0;
  background-image: var(--band-img); background-size: cover; background-position: center;
}
.imgband-body { padding: clamp(36px, 5vw, 64px) clamp(28px, 4vw, 56px); display: flex; flex-direction: column; justify-content: center; background: var(--ink); }
.imgband.reverse .imgband-media { order: 2; }
.imgband-inner { width: 100%; max-width: 520px; }

/* ---- Photo page-hero (inner pages) ---- */
.page-hero.photo { position: relative; overflow: hidden; isolation: isolate; background: #070707; border-bottom: 1px solid var(--line); padding: clamp(70px,10vw,130px) 0 clamp(44px,6vw,70px); }
.page-hero.photo .ph-bg { position: absolute; inset: 0; z-index: -2; background-image: var(--hero-img); background-size: cover; background-position: center; transform: scale(1.03); }
.page-hero.photo::after { content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(90deg, #070707 12%, rgba(7,7,7,.78) 45%, rgba(7,7,7,.4) 100%), linear-gradient(0deg,#070707, transparent 55%); }
.page-hero.photo .container { position: relative; max-width: var(--maxw); }
.page-hero.photo h1 { text-shadow: 0 2px 30px rgba(0,0,0,.5); }

/* ---- Framed photo (split sections) ---- */
.shot { border-radius: 20px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); }
.shot img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; display: block; }
.hero-art .shot { width: 100%; max-width: 560px; }

/* ---- App device frame ---- */
.device { position: relative; border-radius: 26px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); aspect-ratio: 3/4; max-width: 340px; margin: 0 auto; }
.device img { width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 900px) {
  .imgband-grid { grid-template-columns: 1fr; }
  .imgband-media { min-height: 300px; order: -1 !important; }
  .imgband.reverse .imgband-media { order: -1; }
  .imgband-body, .imgband.reverse .imgband-body { align-items: stretch; padding-left: 22px; padding-right: 22px; }
  .imgband-inner { max-width: none; }
  .stats-strip .container { grid-template-columns: 1fr 1fr; }
}

/* ---------- FAQ ---------- */
.faq { max-width: 780px; margin: 0 auto; }
.faq details {
  border: 1px solid var(--line); border-radius: 12px; background: var(--panel);
  padding: 4px 20px; margin-bottom: 12px;
}
.faq details[open] { border-color: rgba(245,197,24,.4); }
.faq summary {
  cursor: pointer; list-style: none; padding: 16px 0; font-weight: 700; font-size: 1.08rem;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--yellow); font-size: 1.5rem; font-weight: 400; line-height: 1; }
.faq details[open] summary::after { content: "−"; }
.faq details p { color: var(--muted); margin: 0 0 16px; }

/* ---------- Legal / article ---------- */
.legal { max-width: 820px; margin: 0 auto; padding: clamp(36px, 6vw, 64px) 0; }
.legal h1 { font-size: clamp(1.9rem, 4vw, 2.6rem); }
.legal h2 { font-size: 1.35rem; margin-top: 1.8em; color: var(--yellow); }
.legal h3 { font-size: 1.1rem; margin-top: 1.4em; }
.legal p, .legal li { color: #d7d8dc; }
.legal a { color: var(--yellow); text-decoration: underline; text-underline-offset: 3px; }
.legal ul, .legal ol { padding-left: 1.3em; }
.legal li { margin: .35em 0; }
.legal .updated { color: var(--muted); font-size: .92rem; }
.legal table { border-collapse: collapse; width: 100%; margin: 1.2em 0; font-size: .95rem; }
.legal th, .legal td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; vertical-align: top; }
.legal th { background: var(--panel-2); }
.legal .box { border: 1px solid var(--line); border-radius: 12px; padding: 16px 18px; background: var(--panel); margin: 1.4em 0; }
.legal .box strong { color: var(--text); }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .hero-art { order: -1; }
  .hero-art .badge { width: min(260px, 70%); }
  .cards { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 680px) {
  .nav-links { display: none; }
  .nav-links.open {
    display: flex; flex-direction: column; align-items: stretch;
    position: absolute; top: 68px; left: 0; right: 0;
    background: var(--ink); border-bottom: 1px solid var(--line); padding: 12px 20px; gap: 4px;
  }
  .nav-links.open a { padding: 12px 14px; }
  .burger { display: block; }
  .nav-phone span.lbl { display: none; }
  .cards { grid-template-columns: 1fr; }
  .callband { flex-direction: column; align-items: flex-start; text-align: left; }
}
