/*
Theme Name: TaxiBT Botoșani
Theme URI: https://taxibt.ro/
Author: TaxiBT
Author URI: https://taxibt.ro/
Description: Temă WordPress modernă și complet editabilă pentru TaxiBT Botoșani. Include animații, apel direct, WhatsApp, servicii, galerie cu lightbox, FAQ, recenzii, formular și hartă.
Version: 1.2.1
Requires at least: 6.2
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: taxibt
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, custom-logo, custom-menu, featured-images, full-width-template, translation-ready
*/

:root {
  --taxibt-yellow: #ffbf00;
  --taxibt-yellow-2: #ffd54a;
  --taxibt-black: #080808;
  --taxibt-dark: #111111;
  --taxibt-card: #171717;
  --taxibt-white: #ffffff;
  --taxibt-muted: #b7b7b7;
  --taxibt-border: rgba(255,255,255,.12);
  --taxibt-shadow: 0 20px 60px rgba(0,0,0,.28);
  --taxibt-radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: #1c1c1c;
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .site-header { top: 0; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 92px 0; }
.section--dark { background: var(--taxibt-black); color: var(--taxibt-white); }
.section--soft { background: #f6f6f6; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #8d6500;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.section--dark .eyebrow { color: var(--taxibt-yellow); }
.eyebrow::before { content: ""; width: 28px; height: 3px; border-radius: 99px; background: var(--taxibt-yellow); }
.section-title { margin: 13px 0 16px; font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1.05; letter-spacing: -.035em; }
.section-intro { max-width: 690px; margin: 0; color: #5f5f5f; font-size: 1.08rem; }
.section--dark .section-intro { color: var(--taxibt-muted); }

.skip-link { position: absolute; left: -9999px; top: auto; }
.skip-link:focus { left: 12px; top: 12px; z-index: 99999; padding: 12px 16px; background: #fff; color: #000; }

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  transform: none !important;
  z-index: 1000;
  background: rgba(7,7,7,.82);
  border-bottom: 1px solid rgba(255,255,255,.09);
  backdrop-filter: blur(16px);
  transition: box-shadow .2s ease, background .2s ease;
}
.site-header.is-scrolled { background: rgba(7,7,7,.97); box-shadow: 0 12px 30px rgba(0,0,0,.25); }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; min-width: 160px; }
.brand img { display: block; width: auto; max-width: 190px; max-height: 60px; object-fit: contain; }
.brand-text { color: #fff; font-weight: 950; font-size: 1.55rem; letter-spacing: -.04em; }
.brand-text span { color: var(--taxibt-yellow); }
.main-nav { margin-left: auto; }
.main-nav ul { display: flex; align-items: center; gap: 27px; margin: 0; padding: 0; list-style: none; }
.main-nav a { color: #eee; font-size: .92rem; font-weight: 750; }
.main-nav a:hover, .main-nav a:focus { color: var(--taxibt-yellow); }
.header-call {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 12px 17px; border-radius: 999px; background: var(--taxibt-yellow); color: #080808;
  font-weight: 950; white-space: nowrap; box-shadow: 0 10px 24px rgba(255,191,0,.18);
}
.menu-toggle { display: none; margin-left: auto; width: 46px; height: 46px; border: 1px solid var(--taxibt-border); border-radius: 12px; background: transparent; color: #fff; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; display: block; width: 21px; height: 2px; margin: 5px auto; background: currentColor; transition: .2s ease; }
.menu-toggle[aria-expanded="true"] span { opacity: 0; }
.menu-toggle[aria-expanded="true"]::before { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"]::after { transform: translateY(-7px) rotate(-45deg); }

.hero {
  position: relative;
  min-height: 790px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 76% 24%, rgba(255,191,0,.23), transparent 29%),
    linear-gradient(120deg, #050505 0%, #0d0d0d 55%, #030303 100%);
  padding: 145px 0 80px;
}
.hero::before {
  content: ""; position: absolute; inset: 0; opacity: .08;
  background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, transparent, #000 25%, #000 70%, transparent);
}
.hero::after { content: ""; position: absolute; width: 720px; height: 720px; right: -360px; bottom: -400px; border: 90px solid rgba(255,191,0,.12); border-radius: 50%; }
.hero.has-image { background-size: cover; background-position: center; }
.hero.has-image::before { opacity: 1; background: linear-gradient(90deg, rgba(0,0,0,.92), rgba(0,0,0,.66) 55%, rgba(0,0,0,.25)); mask-image: none; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 62px; }
.hero-badge { display: inline-flex; align-items: center; gap: 9px; padding: 8px 13px; border-radius: 999px; border: 1px solid rgba(255,191,0,.36); background: rgba(255,191,0,.10); color: var(--taxibt-yellow-2); font-size: .8rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.hero-badge::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #5eff7c; box-shadow: 0 0 0 5px rgba(94,255,124,.12); }
.hero h1 { margin: 22px 0 22px; max-width: 760px; font-size: clamp(3.2rem, 7vw, 6.5rem); line-height: .93; letter-spacing: -.065em; }
.hero h1 span { color: var(--taxibt-yellow); }
.hero-lead { max-width: 650px; margin: 0; color: #d3d3d3; font-size: clamp(1.03rem, 2vw, 1.26rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 31px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 21px; border: 0; border-radius: 14px; cursor: pointer; font-weight: 950; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--taxibt-yellow); color: #080808; box-shadow: 0 14px 34px rgba(255,191,0,.22); }
.btn--secondary { background: #fff; color: #101010; }
.btn--outline { border: 1px solid rgba(255,255,255,.23); background: rgba(255,255,255,.07); color: #fff; }
.hero-phone { margin-top: 23px; color: #fff; font-size: clamp(1.45rem, 3vw, 2.2rem); font-weight: 950; letter-spacing: .015em; }
.hero-phone small { display: block; margin-bottom: 2px; color: #a9a9a9; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-visual { position: relative; }
.hero-logo-card { position: relative; padding: 28px; border: 1px solid rgba(255,255,255,.13); border-radius: 34px; background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.02)); box-shadow: var(--taxibt-shadow); backdrop-filter: blur(10px); }
.hero-logo-card::after { content: ""; position: absolute; inset: auto 10% -9px; height: 18px; background: var(--taxibt-yellow); filter: blur(28px); opacity: .5; }
.hero-logo-card img { width: 100%; display: block; border-radius: 22px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 14px; }
.hero-proof div { padding: 14px 10px; border-radius: 16px; background: #fff; color: #111; text-align: center; }
.hero-proof strong { display: block; font-size: 1rem; }
.hero-proof span { display: block; color: #666; font-size: .72rem; font-weight: 700; }

.trust-strip { background: var(--taxibt-yellow); color: #090909; overflow: hidden; }
.trust-strip-inner { display: flex; width: max-content; min-width: 100%; gap: 0; animation: marquee 28s linear infinite; }
.trust-item { display: inline-flex; align-items: center; gap: 18px; padding: 16px 25px; font-size: .8rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.trust-item::after { content: "◆"; font-size: .65rem; }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .trust-strip-inner { animation: none; } }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 42px; }
.service-card { position: relative; min-height: 280px; padding: 29px; overflow: hidden; border: 1px solid #e5e5e5; border-radius: var(--taxibt-radius); background: #fff; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(255,191,0,.65); box-shadow: 0 18px 45px rgba(0,0,0,.09); }
.service-number { position: absolute; right: 18px; top: 10px; color: rgba(0,0,0,.045); font-size: 5rem; line-height: 1; font-weight: 950; }
.service-icon { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 16px; background: #111; color: var(--taxibt-yellow); font-size: 1.5rem; }
.service-card h3 { margin: 25px 0 10px; font-size: 1.35rem; line-height: 1.2; }
.service-card p { margin: 0; color: #666; }

.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 72px; align-items: center; }
.about-panel { position: relative; min-height: 500px; overflow: hidden; border-radius: 34px; background: linear-gradient(140deg, #202020, #060606); border: 1px solid rgba(255,255,255,.12); }
.about-panel::before { content: "TAXI"; position: absolute; left: -16px; bottom: -55px; color: rgba(255,191,0,.13); font-size: 10rem; font-weight: 950; letter-spacing: -.08em; }
.about-panel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.about-placeholder { position: absolute; inset: 0; display: grid; place-items: center; padding: 35px; text-align: center; }
.about-placeholder img { position: static; width: 88%; height: auto; object-fit: contain; }
.about-float { position: absolute; left: 22px; bottom: 22px; z-index: 2; max-width: 250px; padding: 17px 18px; border-radius: 18px; background: var(--taxibt-yellow); color: #070707; box-shadow: var(--taxibt-shadow); font-weight: 900; }
.check-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 13px; margin: 30px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 10px; align-items: flex-start; padding: 14px; border-radius: 14px; background: rgba(255,255,255,.06); color: #e8e8e8; }
.check-list li::before { content: "✓"; display: grid; place-items: center; flex: 0 0 24px; width: 24px; height: 24px; border-radius: 50%; background: var(--taxibt-yellow); color: #000; font-size: .8rem; font-weight: 950; }

.routes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 38px; }
.route { padding: 20px; border-radius: 18px; background: #fff; border: 1px solid #e4e4e4; }
.route strong { display: block; margin-bottom: 4px; font-size: 1.02rem; }
.route span { color: #6a6a6a; font-size: .9rem; }

.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 42px; }
.gallery-item { position: relative; min-height: 290px; overflow: hidden; border-radius: 22px; background: #1b1b1b; border: 1px solid rgba(255,255,255,.12); }
.gallery-item:first-child { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; min-height: 290px; object-fit: cover; transition: transform .35s ease; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-placeholder { position: absolute; inset: 0; display: grid; place-items: center; padding: 28px; text-align: center; color: #999; background: radial-gradient(circle at 50% 20%, rgba(255,191,0,.13), transparent 45%); }
.gallery-placeholder strong { display: block; color: #fff; font-size: 1.1rem; }
.gallery-placeholder span { display: block; margin-top: 7px; font-size: .86rem; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 42px; }
.step { position: relative; padding: 28px 23px; border-radius: 22px; background: #fff; border: 1px solid #e2e2e2; }
.step span { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #111; color: var(--taxibt-yellow); font-weight: 950; }
.step h3 { margin: 19px 0 8px; font-size: 1.15rem; }
.step p { margin: 0; color: #666; font-size: .93rem; }

.cta-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; padding: 44px; border-radius: 30px; background: var(--taxibt-yellow); color: #080808; }
.cta-card::after { content: ""; position: absolute; right: -100px; top: -160px; width: 380px; height: 380px; border-radius: 50%; border: 65px solid rgba(0,0,0,.08); }
.cta-card h2 { position: relative; z-index: 1; margin: 0 0 8px; font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1; letter-spacing: -.04em; }
.cta-card p { position: relative; z-index: 1; margin: 0; font-weight: 700; }
.cta-actions { position: relative; z-index: 1; display: flex; gap: 10px; flex-wrap: wrap; }
.cta-actions .btn { background: #080808; color: #fff; }
.cta-actions .btn:last-child { background: #fff; color: #080808; }

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; margin-top: 44px; }
.contact-card, .booking-card, .map-card { border-radius: 26px; border: 1px solid #e1e1e1; background: #fff; box-shadow: 0 18px 55px rgba(0,0,0,.06); }
.contact-card, .booking-card { padding: 30px; }
.contact-item { display: flex; gap: 14px; align-items: flex-start; padding: 17px 0; border-bottom: 1px solid #ececec; }
.contact-item:last-child { border-bottom: 0; }
.contact-item-icon { display: grid; place-items: center; flex: 0 0 44px; width: 44px; height: 44px; border-radius: 14px; background: #111; color: var(--taxibt-yellow); }
.contact-item small { display: block; color: #757575; text-transform: uppercase; letter-spacing: .07em; font-weight: 850; }
.contact-item strong { display: block; margin-top: 2px; font-size: 1.08rem; }
.booking-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.field { display: grid; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: .83rem; font-weight: 850; }
.field input, .field select, .field textarea { width: 100%; min-height: 49px; padding: 12px 13px; border: 1px solid #d8d8d8; border-radius: 12px; background: #fff; outline: none; }
.field textarea { min-height: 105px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--taxibt-yellow); box-shadow: 0 0 0 4px rgba(255,191,0,.12); }
.booking-card .btn { width: 100%; margin-top: 15px; }
.form-note { margin: 11px 0 0; color: #777; font-size: .78rem; }
.map-card { min-height: 400px; overflow: hidden; margin-top: 28px; }
.map-card iframe { width: 100%; height: 430px; display: block; border: 0; }
.map-placeholder { display: grid; place-items: center; min-height: 400px; padding: 32px; text-align: center; background: #f3f3f3; }
.map-placeholder strong { display: block; font-size: 1.25rem; }
.map-placeholder span { display: block; max-width: 470px; margin: 8px auto 18px; color: #656565; }

.site-footer { background: #050505; color: #d3d3d3; padding: 62px 0 100px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 44px; }
.footer-logo { max-width: 210px; max-height: 84px; object-fit: contain; }
.footer-about { max-width: 480px; color: #a8a8a8; }
.footer-title { color: #fff; font-size: .92rem; text-transform: uppercase; letter-spacing: .09em; }
.footer-links { margin: 16px 0 0; padding: 0; list-style: none; }
.footer-links li + li { margin-top: 10px; }
.footer-links a:hover { color: var(--taxibt-yellow); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #7f7f7f; font-size: .85rem; }

.mobile-bar { display: none; position: fixed; z-index: 1200; inset: auto 10px 10px; gap: 8px; padding: 8px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(5,5,5,.94); box-shadow: 0 15px 45px rgba(0,0,0,.3); backdrop-filter: blur(14px); }
.mobile-bar a { flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 52px; border-radius: 12px; font-weight: 950; }
.mobile-bar .call { background: var(--taxibt-yellow); color: #060606; }
.mobile-bar .wa { background: #20c76a; color: #fff; }


/* Ascunde butonul plutitor „revizuiește cookie-urile” care poate acoperi bara de contact.
   Bannerul inițial de consimțământ al pluginului rămâne funcțional. */
#cky-btn-revisit-wrapper,
.cky-btn-revisit-wrapper,
#cmplz-manage-consent,
.cmplz-manage-consent { display: none !important; }

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 22px;
  z-index: 1250;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  background: #0b0b0b;
  color: var(--taxibt-yellow);
  box-shadow: 0 14px 36px rgba(0,0,0,.28);
  cursor: pointer;
  font-size: 1.55rem;
  font-weight: 950;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease, background .2s ease;
}
.back-to-top:hover,
.back-to-top:focus-visible { background: #1b1b1b; outline: 2px solid var(--taxibt-yellow); outline-offset: 3px; }
.back-to-top.is-visible { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }

.content-page { padding: 135px 0 80px; min-height: 65vh; }
.content-page h1 { font-size: clamp(2.3rem, 5vw, 4.4rem); line-height: 1.05; }
.content-page article { max-width: 850px; }
.content-page a { text-decoration: underline; text-decoration-color: var(--taxibt-yellow); text-decoration-thickness: 2px; }

@media (max-width: 980px) {
  body.admin-bar .site-header { top: 0; }
  .header-call { display: none; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 100%; left: 20px; right: 20px; display: none; padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: #0c0c0c; box-shadow: var(--taxibt-shadow); }
  .main-nav.is-open { display: block; }
  .main-nav ul { flex-direction: column; align-items: stretch; gap: 0; }
  .main-nav a { display: block; padding: 12px; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 620px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; }
  .routes { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 26px, 1160px); }
  .section { padding: 68px 0; }
  .header-inner { min-height: 70px; }
  .brand img { max-width: 145px; max-height: 52px; }
  .hero { padding-top: 122px; padding-bottom: 55px; }
  .hero h1 { font-size: clamp(2.9rem, 15vw, 4.7rem); }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-actions .btn { padding-inline: 12px; }
  .hero-logo-card { padding: 13px; border-radius: 22px; }
  .hero-logo-card img { border-radius: 15px; }
  .hero-proof { grid-template-columns: 1fr; }
  .services-grid, .routes, .steps, .gallery-grid, .booking-grid, .check-list { grid-template-columns: 1fr; }
  .gallery-item:first-child { grid-column: auto; }
  .about-panel { min-height: 380px; }
  .cta-card { grid-template-columns: 1fr; padding: 29px 23px; }
  .cta-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .contact-card, .booking-card { padding: 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .mobile-bar { display: flex; }
  .back-to-top { right: 16px; bottom: 88px; width: 48px; height: 48px; }
  .site-footer { padding-bottom: 105px; }
}

/* =========================================================
   TaxiBT 1.1.0 — design modern, animații și controale extinse
   ========================================================= */

:root {
  --taxibt-soft: #f6f6f6;
  --taxibt-whatsapp: #20c76a;
  --taxibt-logo-desktop: 190px;
  --taxibt-logo-mobile: 145px;
  --taxibt-ease: cubic-bezier(.2,.75,.25,1);
}

body { overflow-x: hidden; }
body.lightbox-open,
body.menu-is-open { overflow: hidden; }
.section--soft { background: var(--taxibt-soft); }
.taxibt-header-static .site-header { position: absolute; }
.brand img { width: auto; max-width: var(--taxibt-logo-desktop); }

.scroll-progress {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  overflow: hidden;
  pointer-events: none;
}
.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, var(--taxibt-yellow), var(--taxibt-yellow-2));
  box-shadow: 0 0 18px color-mix(in srgb, var(--taxibt-yellow) 75%, transparent);
  will-change: transform;
}

.hero { isolation: isolate; }
.hero::before { background: radial-gradient(circle at 80% 34%, color-mix(in srgb, var(--taxibt-yellow) 20%, transparent), transparent 35%), linear-gradient(105deg, rgba(0,0,0,.98), rgba(0,0,0,.79)); }
.hero.has-image::before { background: linear-gradient(105deg, rgba(0,0,0,.94), rgba(0,0,0,.60)); }
.hero-copy { position: relative; z-index: 3; }
.hero-orb {
  position: absolute;
  z-index: 0;
  border-radius: 999px;
  filter: blur(4px);
  pointer-events: none;
  opacity: .33;
}
.hero-orb--one {
  width: 330px;
  height: 330px;
  top: 18%;
  right: -130px;
  background: radial-gradient(circle, var(--taxibt-yellow), transparent 68%);
}
.hero-orb--two {
  width: 190px;
  height: 190px;
  bottom: 4%;
  left: -80px;
  background: radial-gradient(circle, var(--taxibt-yellow-2), transparent 68%);
}
.hero-badge { position: relative; overflow: hidden; }
.hero-badge i {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #4de382;
  box-shadow: 0 0 0 0 rgba(77,227,130,.55);
  animation: availabilityPulse 2s infinite;
}
.hero h1 span { position: relative; display: inline-block; }
.hero h1 span::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -.02em;
  bottom: .04em;
  left: -.02em;
  height: .18em;
  border-radius: 99px;
  background: var(--taxibt-yellow);
  opacity: .45;
  transform: rotate(-1deg);
}
.wa-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255,255,255,.16);
}
.btn--secondary { background: var(--taxibt-whatsapp); border-color: var(--taxibt-whatsapp); color: #fff; }
.btn--secondary:hover { background: color-mix(in srgb, var(--taxibt-whatsapp) 86%, #000); border-color: color-mix(in srgb, var(--taxibt-whatsapp) 86%, #000); }

.hero-logo-card {
  isolation: isolate;
  overflow: hidden;
  border-color: color-mix(in srgb, var(--taxibt-yellow) 36%, rgba(255,255,255,.12));
  background: linear-gradient(145deg, rgba(255,255,255,.105), rgba(255,255,255,.018));
  box-shadow: 0 28px 90px rgba(0,0,0,.43), 0 0 0 1px rgba(255,255,255,.04) inset;
}
.hero-logo-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 58%;
  aspect-ratio: 1;
  right: -18%;
  bottom: -48%;
  border-radius: 50%;
  background: var(--taxibt-yellow);
  filter: blur(46px);
  opacity: .24;
}
.hero-logo-card img { position: relative; z-index: 2; width: 100%; max-height: 520px; object-fit: contain; }
.hero-card-custom-image { min-height: 330px; object-fit: cover !important; }
.hero-card-shine {
  position: absolute;
  z-index: 3;
  top: -30%;
  bottom: -30%;
  left: -60%;
  width: 32%;
  transform: rotate(16deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent);
  pointer-events: none;
}
.taxibt-animations-enabled .hero-card-shine { animation: cardShine 5.4s 1.2s infinite; }

.hero-proof { gap: 12px; margin-top: 16px; }
.hero-proof .hero-proof-card {
  position: relative;
  display: grid;
  grid-template-columns: 38px 1fr;
  grid-template-rows: auto auto;
  column-gap: 10px;
  align-items: center;
  min-width: 0;
  padding: 15px 14px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 18px;
  background: linear-gradient(140deg, var(--taxibt-yellow-2), var(--taxibt-yellow));
  color: #080808;
  text-align: left;
  box-shadow: 0 13px 34px rgba(0,0,0,.22), 0 2px 0 rgba(255,255,255,.35) inset;
  transition: transform .28s var(--taxibt-ease), box-shadow .28s ease;
}
.hero-proof .hero-proof-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 26%, rgba(255,255,255,.42) 46%, transparent 66%);
  transform: translateX(-130%);
  pointer-events: none;
}
.taxibt-animations-enabled .hero-proof .hero-proof-card::after { animation: proofShine 5.8s infinite; animation-delay: calc(900ms + var(--delay)); }
.hero-proof .hero-proof-card:hover { transform: translateY(-5px) rotate(-.4deg); box-shadow: 0 20px 44px rgba(0,0,0,.28); }
.hero-proof .proof-icon {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #090909;
  color: var(--taxibt-yellow);
  font-size: 1.05rem;
  box-shadow: 0 7px 16px rgba(0,0,0,.18);
}
.hero-proof .hero-proof-card strong { align-self: end; font-size: 1rem; line-height: 1.05; }
.hero-proof .hero-proof-card > span:last-child { align-self: start; color: rgba(0,0,0,.66); font-size: .68rem; line-height: 1.25; font-weight: 800; }

.service-card {
  isolation: isolate;
  border-color: rgba(0,0,0,.08);
  background: linear-gradient(150deg, #fff 0%, #fff 72%, color-mix(in srgb, var(--taxibt-yellow) 9%, #fff) 100%);
}
.service-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 140px;
  height: 140px;
  right: -70px;
  bottom: -70px;
  border-radius: 50%;
  background: var(--taxibt-yellow);
  opacity: .16;
  transition: transform .35s var(--taxibt-ease), opacity .35s ease;
}
.service-card:hover::before { transform: scale(1.65); opacity: .24; }
.service-icon { box-shadow: 0 12px 26px color-mix(in srgb, var(--taxibt-yellow) 32%, transparent); }
.card-arrow {
  position: absolute;
  right: 22px;
  bottom: 20px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #0b0b0b;
  color: var(--taxibt-yellow);
  transform: translate(5px, 5px);
  opacity: .75;
  transition: transform .25s var(--taxibt-ease), opacity .25s ease;
}
.service-card:hover .card-arrow { transform: translate(0,0); opacity: 1; }

.route { position: relative; padding-left: 48px; overflow: hidden; transition: transform .25s var(--taxibt-ease), box-shadow .25s ease, border-color .25s ease; }
.route:hover { transform: translateY(-4px); border-color: color-mix(in srgb, var(--taxibt-yellow) 70%, #ddd); box-shadow: 0 15px 35px rgba(0,0,0,.08); }
.route-pin {
  position: absolute;
  left: 19px;
  top: 22px;
  color: var(--taxibt-yellow);
  font-size: 1.1rem;
  text-shadow: 0 0 14px color-mix(in srgb, var(--taxibt-yellow) 60%, transparent);
}

.gallery-item { cursor: zoom-in; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.48)); opacity: 0; transition: opacity .25s ease; pointer-events: none; }
.gallery-item:hover::after { opacity: 1; }
.gallery-item img { transition: transform .55s var(--taxibt-ease), filter .35s ease; }
.gallery-item:hover img { transform: scale(1.055); filter: saturate(1.08) contrast(1.03); }
.gallery-zoom {
  position: absolute;
  z-index: 3;
  right: 16px;
  bottom: 16px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: var(--taxibt-yellow);
  color: #090909;
  box-shadow: 0 12px 30px rgba(0,0,0,.28);
  cursor: pointer;
  font-size: 1.25rem;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .25s ease, transform .25s var(--taxibt-ease);
}
.gallery-item:hover .gallery-zoom,
.gallery-zoom:focus-visible { opacity: 1; transform: translateY(0); }

.cta-card { position: relative; overflow: hidden; isolation: isolate; }
.cta-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 380px;
  height: 380px;
  right: -155px;
  top: -190px;
  border-radius: 50%;
  background: rgba(255,255,255,.3);
}
.cta-kicker { display: block; margin-bottom: 8px; font-size: .76rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; opacity: .62; }

.reviews-section { background: var(--taxibt-soft); }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 38px; }
.review-card { padding: 28px; border: 1px solid rgba(0,0,0,.08); border-radius: var(--taxibt-radius); background: #fff; box-shadow: 0 18px 48px rgba(0,0,0,.07); }
.review-stars { color: #b57d00; letter-spacing: .14em; }
.review-card p { min-height: 90px; color: #555; }
.review-card strong { display: block; padding-top: 16px; border-top: 1px solid #ececec; }

.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: start; }
.faq-list { display: grid; gap: 12px; }
.faq-item { overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.055); transition: border-color .25s ease, background .25s ease; }
.faq-item[open] { border-color: color-mix(in srgb, var(--taxibt-yellow) 52%, transparent); background: rgba(255,255,255,.08); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 74px; padding: 18px 22px; cursor: pointer; color: #fff; font-weight: 900; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 auto; border-radius: 50%; background: var(--taxibt-yellow); color: #080808; font-size: 1.35rem; transition: transform .25s ease; }
.faq-item[open] summary span { transform: rotate(45deg); }
.faq-answer { padding: 0 22px 20px; color: var(--taxibt-muted); }
.faq-answer p { margin: 0; }

.mobile-bar .wa { background: var(--taxibt-whatsapp); }
.mobile-bar a { position: relative; overflow: hidden; }
.mobile-bar a::after { content: ""; position: absolute; top: -50%; bottom: -50%; left: -45%; width: 25%; transform: rotate(18deg); background: linear-gradient(90deg, transparent, rgba(255,255,255,.32), transparent); }
.taxibt-animations-enabled .mobile-bar a::after { animation: mobileButtonShine 4.8s infinite; }
.back-to-top { border-color: color-mix(in srgb, var(--taxibt-yellow) 35%, rgba(255,255,255,.16)); }

.taxibt-lightbox {
  position: fixed;
  z-index: 99999;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 26px;
  background: rgba(0,0,0,.90);
  backdrop-filter: blur(15px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .25s ease, visibility .25s ease;
}
.taxibt-lightbox.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
.taxibt-lightbox img { max-width: min(1100px, 95vw); max-height: 86vh; border-radius: 18px; box-shadow: 0 30px 100px rgba(0,0,0,.6); transform: scale(.96); transition: transform .3s var(--taxibt-ease); }
.taxibt-lightbox.is-open img { transform: scale(1); }
.lightbox-close { position: absolute; top: 18px; right: 20px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: rgba(15,15,15,.85); color: #fff; cursor: pointer; font-size: 2rem; line-height: 1; }
.lightbox-close:hover { color: var(--taxibt-yellow); }

/* Reveal animations. JS adds .reveal-ready only when animation is enabled. */
.reveal-ready { opacity: 0; transform: translateY(28px); transition: opacity .72s var(--taxibt-ease), transform .72s var(--taxibt-ease); transition-delay: var(--delay, 0ms); }
.reveal-ready.is-revealed { opacity: 1; transform: translateY(0); }
.taxibt-animation-subtle .reveal-ready { transform: translateY(14px); transition-duration: .55s; }
.taxibt-animation-dynamic .reveal-ready { transform: translateY(42px) scale(.975); transition-duration: .88s; }
.taxibt-animation-dynamic .reveal-ready.is-revealed { transform: translateY(0) scale(1); }

/* Extra-strong override for common consent revisit bubbles. */
html body #cky-btn-revisit-wrapper,
html body .cky-btn-revisit-wrapper,
html body .cky-revisit-bottom-left,
html body .cky-revisit-bottom-right,
html body [data-cky-tag="revisit-consent"],
html body #cookieyes-revisit-consent,
html body #wt-cli-revisit-consent,
html body #cookie-law-info-again,
html body .cookie-law-info-again,
html body #cmplz-manage-consent,
html body .cmplz-manage-consent {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

@keyframes availabilityPulse {
  0% { box-shadow: 0 0 0 0 rgba(77,227,130,.52); }
  70% { box-shadow: 0 0 0 9px rgba(77,227,130,0); }
  100% { box-shadow: 0 0 0 0 rgba(77,227,130,0); }
}
@keyframes cardShine { 0%, 58% { left: -60%; } 78%, 100% { left: 135%; } }
@keyframes proofShine { 0%, 68% { transform: translateX(-130%); } 86%, 100% { transform: translateX(130%); } }
@keyframes mobileButtonShine { 0%, 70% { left: -45%; } 88%, 100% { left: 130%; } }

@media (max-width: 980px) {
  .faq-layout { grid-template-columns: 1fr; gap: 34px; }
  .reviews-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .brand img { max-width: var(--taxibt-logo-mobile); }
  .hero-visual { width: 100%; }
  .hero-logo-card { padding: 16px; }
  .hero-card-custom-image { min-height: 240px; }
  .hero-proof { grid-template-columns: 1fr; gap: 10px; }
  .hero-proof .hero-proof-card { min-height: 76px; padding: 12px 14px; border-radius: 17px; }
  .hero-proof .proof-icon { width: 42px; height: 42px; }
  .hero-proof .hero-proof-card strong { font-size: 1.06rem; }
  .hero-proof .hero-proof-card > span:last-child { font-size: .76rem; }
  .hero-actions .btn { min-height: 54px; font-size: .92rem; }
  .reviews-grid { grid-template-columns: 1fr; }
  .gallery-zoom { opacity: 1; transform: none; }
  .faq-item summary { min-height: 66px; padding: 15px 17px; }
  .faq-answer { padding: 0 17px 17px; }
  .mobile-bar { left: 12px; right: 12px; bottom: max(10px, env(safe-area-inset-bottom)); }
  .mobile-bar a { min-width: 0; font-size: clamp(.86rem, 4vw, 1rem); }
  .back-to-top { right: 16px; bottom: calc(91px + env(safe-area-inset-bottom)); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal-ready { opacity: 1 !important; transform: none !important; }
}


/* =========================================================
   TaxiBT 1.2.0 — actualizare cerută: logo, galerie, statistici,
   bară mobilă inteligentă, separator animat și SEO/UI polish
   ========================================================= */
.hero-badge i { display:none !important; }
.hero-badge::before { width:10px; height:10px; box-shadow:0 0 0 6px rgba(94,255,124,.13),0 0 20px rgba(94,255,124,.55); animation:taxibtLive 1.8s ease-in-out infinite; }
@keyframes taxibtLive { 50% { transform:scale(.78); opacity:.68; } }

.brand--modern { display:flex; align-items:center; background:transparent; }
.brand--modern img { width:var(--taxibt-logo-desktop); max-height:66px; object-fit:contain; filter:drop-shadow(0 8px 18px rgba(255,191,0,.12)); }
.footer-logo--modern { width:min(260px,100%); height:auto; }

.hero.has-image::before { background:linear-gradient(90deg,rgba(0,0,0,.94) 0%,rgba(0,0,0,.82) 38%,rgba(0,0,0,.36) 72%,rgba(0,0,0,.58) 100%),linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.74)); }
.hero-card-custom-image,.hero-logo-card>img { width:100%; height:100%; min-height:360px; object-fit:cover; object-position:center; }
.hero-logo-card { background:#111; }

.taxibt-transition { position:relative; height:32px; overflow:hidden; background:var(--taxibt-soft); }
.taxibt-transition::before { content:""; position:absolute; inset:-8px -80px auto; height:32px; background:
linear-gradient(45deg,#090909 25%,transparent 25%) 0 0/28px 28px,
linear-gradient(45deg,transparent 75%,#090909 75%) 0 0/28px 28px,
linear-gradient(45deg,transparent 75%,#090909 75%) 14px -14px/28px 28px,
linear-gradient(45deg,#090909 25%,transparent 25%) 14px 14px/28px 28px;
filter:drop-shadow(0 7px 8px rgba(0,0,0,.12)); animation:checkerDrive 5s linear infinite; }
@keyframes checkerDrive { to { transform:translateX(56px); } }
.taxibt-reduced-motion .taxibt-transition::before { animation:none; }

.stats-section { background:var(--taxibt-soft); }
.stats-head { display:flex; align-items:end; justify-content:space-between; gap:24px; margin-bottom:34px; }
.stats-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.stat-card { position:relative; overflow:hidden; min-height:170px; padding:26px; border-radius:var(--taxibt-radius); background:linear-gradient(145deg,#151515,#27200e); color:#fff; border:1px solid rgba(255,191,0,.22); box-shadow:0 18px 45px rgba(0,0,0,.12); }
.stat-card::after { content:""; position:absolute; width:140px; height:140px; right:-55px; bottom:-70px; border-radius:50%; background:radial-gradient(circle,rgba(255,191,0,.38),transparent 66%); }
.stat-value { display:block; color:var(--taxibt-yellow); font-size:clamp(2.25rem,5vw,4.3rem); line-height:.92; font-weight:1000; letter-spacing:-.06em; }
.stat-label { display:block; margin-top:18px; color:rgba(255,255,255,.78); font-size:.76rem; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.stats-actions { margin-top:28px; display:flex; gap:12px; flex-wrap:wrap; }

.reviews-top { display:flex; align-items:end; justify-content:space-between; gap:22px; }
.review-google-button { flex:0 0 auto; }
.reviews-empty { margin-top:26px; padding:24px; border:1px dashed rgba(0,0,0,.2); border-radius:var(--taxibt-radius); background:#fff; }

.mobile-bar { transform:translateY(calc(100% + 28px)); opacity:0; visibility:hidden; pointer-events:none; transition:transform .42s var(--taxibt-ease),opacity .3s ease,visibility .3s; }
.mobile-bar.is-visible { transform:translateY(0); opacity:1; visibility:visible; pointer-events:auto; }
.mobile-bar[data-display-mode="always"] { transform:translateY(0); opacity:1; visibility:visible; pointer-events:auto; }
body:not(.mobile-bar-visible) .back-to-top { bottom:18px; }
body.mobile-bar-visible .back-to-top { bottom:88px; }

.gallery-item img { aspect-ratio:4/5; object-fit:cover; object-position:center; }
.gallery-item:first-child img { aspect-ratio:16/11; }

.legal-page { padding:140px 0 90px; background:#f7f4ec; color:#181818; }
.legal-shell { max-width:900px; }
.legal-page h1 { font-size:clamp(2.5rem,7vw,5.2rem); line-height:.95; margin-bottom:14px; }
.legal-page .legal-updated { color:#6b6559; margin-bottom:38px; }
.legal-page h2 { margin-top:34px; font-size:1.55rem; }
.legal-page p,.legal-page li { color:#39362f; line-height:1.75; }
.legal-page a { color:#1d1a13; text-decoration:underline; text-decoration-color:var(--taxibt-yellow); text-decoration-thickness:3px; }
.legal-notice { padding:18px 20px; border-left:5px solid var(--taxibt-yellow); background:#fff7d8; border-radius:0 14px 14px 0; }
.footer-legal { display:flex; flex-wrap:wrap; gap:14px; margin-top:12px; }
.footer-credit { color:rgba(255,255,255,.68); }
.footer-credit strong { color:var(--taxibt-yellow); }

@media (max-width:980px){ .stats-grid{grid-template-columns:repeat(2,1fr)} .stats-head,.reviews-top{align-items:flex-start;flex-direction:column} }
@media (max-width:680px){
 .brand--modern img{width:var(--taxibt-logo-mobile);max-height:52px}
 .hero-card-custom-image,.hero-logo-card>img{min-height:285px}
 .stats-grid{grid-template-columns:1fr 1fr;gap:10px}.stat-card{min-height:140px;padding:20px}.stat-label{font-size:.66rem}
 .taxibt-transition{height:26px}.taxibt-transition::before{height:28px}
 .review-google-button{width:100%}.review-google-button .btn{width:100%}
}

.btn--dark { background:#111; color:#fff; border-color:#111; }
.btn--dark:hover { background:#242424; color:#fff; }


/* TaxiBT 1.2.1 — logo personalizat cu prioritate */
.brand--custom img.custom-logo {
    display: block;
    width: var(--taxibt-logo-desktop);
    max-height: 92px;
    object-fit: contain;
}
.brand-text {
    color: #fff;
    font-weight: 900;
    font-size: 1.35rem;
    text-decoration: none;
}
@media (max-width: 782px) {
    .brand--custom img.custom-logo {
        width: var(--taxibt-logo-mobile);
        max-height: 74px;
    }
}
