/* ==========================================================================
   RENT A CAR BRAȘOV - stylesheet unificat
   Design system: verde #1ECB15, fonturi Outfit (titluri) + Inter (text)
   ========================================================================== */

:root {
  --primary-color: #1ECB15;
  --primary-color-rgb: 30, 203, 21;
  --secondary-color: #179510;
  --dark-color: #121212;
  --body-font-color: #4D5B7C;
  --bg-light: #F4F4F4;
  --bg-light-2: #E8E8E8;
}

* { box-sizing: border-box; margin: 0; padding: 0; font-family: 'Inter', sans-serif; }
h1, h2, h3, h4, h5, h6 { font-family: 'Outfit', sans-serif; }
body { color: var(--body-font-color); line-height: 1.6; background-color: var(--bg-light); }

/* ==========================================================================
   HEADER / NAVIGARE
   ========================================================================== */

header { background: var(--dark-color); color: #fff; padding: 18px 30px; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 1000; }
.logo-container { display: flex; align-items: center; text-decoration: none; }
.logo-img { height: 50px; width: auto; object-fit: contain; }

nav { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; }
nav a { color: rgba(255,255,255,0.85); text-decoration: none; padding: 8px 16px; font-weight: 600; font-size: 14px; font-family: 'Outfit', sans-serif; border-radius: 60px; transition: 0.25s; }
nav a:hover { color: #fff; background: rgba(255,255,255,0.08); }
nav a.nav-active { color: var(--dark-color); background: var(--primary-color); }
nav a.nav-active:hover { background: var(--secondary-color); color: #fff; }
nav a.nav-promo { color: var(--primary-color); }
nav a.nav-promo:hover { color: var(--primary-color); background: rgba(30,203,21,0.1); }

.nav-client-btn {
  background: var(--primary-color);
  color: #fff !important;
  padding: 8px 20px;
  border-radius: 60px;
  transition: 0.3s;
}
.nav-client-btn:hover {
  background: var(--secondary-color);
  color: #fff !important;
  box-shadow: 2px 2px 20px 0px rgba(var(--primary-color-rgb), 0.5);
}

/* ==========================================================================
   BUTOANE COMUNE
   ========================================================================== */

.btn { background: var(--primary-color); color: #fff; padding: 13px 30px; font-weight: 700; text-decoration: none; border-radius: 60px; text-transform: uppercase; transition: 0.3s; display: inline-block; font-family: 'Outfit', sans-serif; font-size: 13px; letter-spacing: 0.3px; text-align: center; }
.btn:hover { background: var(--secondary-color); color: #fff; box-shadow: 2px 2px 20px 0px rgba(var(--primary-color-rgb), 0.5); }
.btn-whatsapp { background: #25d366; color: #fff; }
.btn-whatsapp:hover { background: #128c7e; color: #fff; }
.cta-whatsapp { background: #25d366; color: #fff; }
.cta-whatsapp:hover { background: #128c7e; color: #fff; }

/* ==========================================================================
   PAGE HERO (banda de titlu pentru pagini interioare)
   Folosit pe: contact.php, flota.php, termeni-conditii.php, politica-*.php
   ========================================================================== */

.page-hero {
  padding: 55px 20px 60px;
  text-align: left;
  background-color: var(--dark-color);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-hero.has-floating-card { padding-bottom: 95px; }
.page-hero-inner { max-width: 1200px; margin: 0 auto; }
.page-crumb { color: var(--primary-color); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; font-family: 'Outfit', sans-serif; margin-bottom: 10px; }
.page-hero h1 { color: #fff; font-size: 32px; font-weight: 700; margin-bottom: 8px; }
.page-hero p { color: rgba(255,255,255,0.7); font-size: 15px; max-width: 560px; }

/* Varianta ingusta pentru paginile legale (Termeni, GDPR, Depozit, Asigurare) */
.page-hero.page-hero-legal .page-hero-inner { max-width: 1000px; }
.page-hero.page-hero-legal h1 { font-size: 28px; text-transform: uppercase; margin-bottom: 0; }

/* ==========================================================================
   HERO PRINCIPAL (index.php) - 2 coloane: text + widget cautare
   ========================================================================== */

.hero { background: linear-gradient(rgba(18,18,18,0.65), rgba(18,18,18,0.65)), url('https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1920&q=80') no-repeat center center/cover; min-height: 80vh; display: flex; align-items: center; color: #fff; padding: 50px 20px; }
.hero-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; width: 100%; }
.hero-text { text-align: left; }
.hero h1 { font-size: 32px; margin-bottom: 15px; font-weight: 700; text-shadow: 0 2px 4px rgba(0,0,0,0.5); }
.hero-text p { font-size: 17px; margin-bottom: 25px; max-width: 520px; text-shadow: 0 1px 3px rgba(0,0,0,0.5); font-family: 'Inter', sans-serif; color: rgba(255,255,255,0.85); }

/* Widget-ul de cautare din interiorul hero-grid: fara max-width fix, 1 coloana */
.hero-grid .sixt-search-container { max-width: none; }
.hero-grid .sixt-form-grid { grid-template-columns: 1fr; }

/* ==========================================================================
   HERO CLASIC (varianta centrata, cu widget) - inchirieri-masini-ieftine-brasov.php
   ========================================================================== */

.hero-classic { min-height: 75vh; display: flex; flex-direction: column; justify-content: center; align-items: center; color: #fff; text-align: center; padding: 50px 20px; background-color: var(--dark-color); background-size: cover; background-position: center center; background-repeat: no-repeat; }
.hero-classic h1 { font-size: 38px; margin-bottom: 15px; font-weight: 700; color: var(--primary-color); text-shadow: 0 2px 4px rgba(0,0,0,0.5); }
.hero-classic p { font-size: 18px; margin-bottom: 30px; max-width: 750px; text-shadow: 0 1px 3px rgba(0,0,0,0.5); font-family: 'Inter', sans-serif; }

/* ==========================================================================
   HERO AEROPORT - aeroport-brasov.php
   ========================================================================== */

.hero-airport {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  padding: 50px 20px;
  background: linear-gradient(rgba(18,18,18,0.7), rgba(18,18,18,0.7)), url('https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=1920&q=80') no-repeat center center/cover;
}
.hero-airport h1 { font-size: 36px; font-weight: 700; margin-bottom: 15px; text-shadow: 0 2px 4px rgba(0,0,0,0.5); }
.hero-airport p { font-size: 17px; max-width: 800px; margin-bottom: 30px; font-family: 'Inter', sans-serif; }

/* ==========================================================================
   WIDGET CAUTARE (sixt-*) - folosit in hero (index), hero-airport, hero-classic
   Implicit: varianta lata, centrata (aeroport / inchirieri ieftine)
   ========================================================================== */

.sixt-search-container {
  background: #ffffff;
  color: var(--dark-color);
  width: 100%;
  max-width: 1100px;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.25);
  text-align: left;
}

.sixt-tabs { display: flex; gap: 10px; margin-bottom: 20px; border-bottom: 2px solid #eee; padding-bottom: 12px; }
.sixt-tab-btn { background: #F4F4F4; border: none; padding: 8px 18px; border-radius: 20px; font-weight: 700; font-size: 13px; cursor: pointer; transition: 0.2s; color: var(--body-font-color); font-family: 'Outfit', sans-serif; }
.sixt-tab-btn.active, .sixt-tab-btn:hover { background: var(--dark-color); color: var(--primary-color); }

.sixt-form-grid { display: grid; grid-template-columns: 2fr 2fr 1fr; gap: 15px; align-items: end; }
.sixt-field-group { display: flex; flex-direction: column; gap: 6px; }
.sixt-field-group label { font-size: 12px; font-weight: 700; color: #94a3b8; text-transform: uppercase; letter-spacing: 0.5px; font-family: 'Outfit', sans-serif; }

.sixt-input-box { display: flex; align-items: center; background: #F4F4F4; border: 1px solid #e2e2e2; border-radius: 10px; padding: 10px 12px; gap: 10px; }
.sixt-input-box:focus-within { border-color: var(--primary-color); box-shadow: 0 0 0 3px rgba(var(--primary-color-rgb), 0.15); }
.sixt-input-box i { color: var(--primary-color); font-size: 16px; }
.sixt-input-box select, .sixt-input-box input { border: none; background: transparent; width: 100%; font-size: 14px; font-weight: 600; color: var(--dark-color); outline: none; font-family: 'Inter', sans-serif; }

.sixt-date-row { display: grid; grid-template-columns: 1.5fr 1fr; gap: 6px; }

.sixt-search-btn {
  background: var(--primary-color); color: #fff; border: none; border-radius: 60px; padding: 14px 20px;
  font-weight: 700; font-size: 15px; text-transform: uppercase; cursor: pointer;
  display: flex; align-items: center; justify-content: center; gap: 10px; transition: 0.3s; height: 48px;
  font-family: 'Outfit', sans-serif;
}
.sixt-search-btn:hover { background: var(--secondary-color); box-shadow: 2px 2px 20px 0px rgba(var(--primary-color-rgb), 0.5); }

.sixt-checkbox-row { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--body-font-color); }
.sixt-checkbox-row input { accent-color: var(--primary-color); width: 16px; height: 16px; cursor: pointer; }

.duration-badge { background: var(--dark-color); color: var(--primary-color); padding: 6px 14px; border-radius: 20px; font-size: 13px; font-weight: 700; display: inline-flex; align-items: center; gap: 6px; }

/* ==========================================================================
   CARD REZERVARE PLUTITOR (flota.php)
   ========================================================================== */

.summary-bar { max-width: 1200px; margin: -55px auto 0; padding: 0 20px; position: relative; z-index: 10; }
.summary-container {
  max-width: 1200px; margin: 0 auto; background: #fff; border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15); padding: 22px 28px;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 15px;
  color: var(--dark-color);
}
.summary-info { display: flex; gap: 24px; flex-wrap: wrap; font-size: 14px; color: #4D5B7C; }
.summary-item { display: flex; align-items: center; gap: 8px; }
.summary-item strong { color: var(--dark-color); }
.summary-item i { color: var(--primary-color); }
.btn-edit { background: var(--primary-color); color: #fff; padding: 7px 16px; border-radius: 60px; text-decoration: none; font-weight: 700; font-size: 12px; text-transform: uppercase; transition: 0.3s; font-family: 'Outfit', sans-serif; }
.btn-edit:hover { background: var(--secondary-color); }

/* ==========================================================================
   CATALOG FLOTA + CARD MASINA (flota.php)
   ========================================================================== */

.catalog-section { max-width: 1200px; margin: 50px auto 40px; padding: 0 20px; }
.section-title { font-size: 24px; font-weight: 700; margin-bottom: 6px; color: var(--dark-color); }

.cars-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 30px; margin-top: 25px; }

.car-card {
  background: #ffffff; border-radius: 10px; overflow: visible;
  box-shadow: 3px 3px 12px rgba(30,30,30,0.08); border: 1px solid #e5e5e5; padding: 10px;
  display: flex; flex-direction: column; transition: box-shadow 0.3s;
}
.car-card:hover { box-shadow: 5px 5px 20px rgba(30,30,30,0.14); }

.car-img-box { height: 190px; width: 100%; position: relative; background: #F4F4F4; border-radius: 8px; overflow: hidden; }
.car-img-box img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.car-card:hover .car-img-box img { transform: scale(1.06); }

.badge-gpl { position: absolute; top: 12px; left: 12px; background: var(--primary-color); color: #fff; padding: 4px 12px; border-radius: 20px; font-weight: 700; font-size: 11px; text-transform: uppercase; box-shadow: 0 2px 8px rgba(0,0,0,0.15); }

.car-body { padding: 16px 8px 6px; }
.car-title { font-size: 19px; font-weight: 700; color: var(--dark-color); margin-bottom: 12px; font-family: 'Outfit', sans-serif; }

.car-specs { display: flex; flex-wrap: wrap; gap: 4px 16px; padding-bottom: 14px; margin-bottom: 14px; border-bottom: 1px solid #e5e5e5; font-size: 13px; color: #4D5B7C; }
.spec-item { display: flex; align-items: center; gap: 6px; font-weight: 600; }
.spec-item i { color: var(--primary-color); font-size: 13px; width: 14px; text-align: center; }

.price-box { display: flex; justify-content: space-between; align-items: flex-end; padding: 14px 8px 6px; margin-top: 4px; border-top: 1px solid #e5e5e5; }
.price-box .per-day { font-size: 12px; color: #94a3b8; margin-bottom: 2px; }
.total-price { font-size: 24px; font-weight: 800; color: var(--dark-color); line-height: 1; font-family: 'Outfit', sans-serif; }
.price-meta { display: flex; flex-direction: column; }
.cancel-note { font-size: 11px; color: #179510; font-weight: 700; margin-top: 6px; }

.btn-book { display: inline-flex; align-items: center; gap: 8px; background: var(--primary-color); color: #fff; text-align: center; padding: 10px 20px; border-radius: 60px; font-weight: 700; text-decoration: none; text-transform: uppercase; transition: 0.3s; font-family: 'Outfit', sans-serif; font-size: 12px; letter-spacing: 0.3px; white-space: nowrap; }
.btn-book:hover { background: var(--secondary-color); box-shadow: 2px 2px 20px 0px rgba(var(--primary-color-rgb), 0.5); }
.btn-book.btn-whatsapp { background: #25d366; }
.btn-book.btn-whatsapp:hover { background: #128c7e; }

/* ==========================================================================
   CARD MASINA SIMPLU (fara imagine) - aeroport-brasov.php
   ========================================================================== */

.fleet-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 25px; margin-top: 25px; }
.car-card-simple { background: #fff; border-radius: 10px; border: 1px solid #e5e5e5; padding: 22px; box-shadow: 3px 3px 12px rgba(30,30,30,0.06); display: flex; flex-direction: column; justify-content: space-between; }
.car-card-simple h3 { font-size: 19px; font-weight: 700; color: var(--dark-color); margin-bottom: 10px; }
.car-card-simple .car-price { color: var(--primary-color); font-weight: 800; font-size: 17px; margin-bottom: 10px; font-family: 'Outfit', sans-serif; }
.car-card-simple .car-desc { font-size: 14px; color: #4D5B7C; padding-bottom: 16px; margin-bottom: 16px; border-bottom: 1px solid #eee; }

/* ==========================================================================
   CONTINUT GENERIC (aeroport-brasov.php)
   ========================================================================== */

.content-wrap { max-width: 1100px; margin: 50px auto; padding: 0 20px; }

/* ==========================================================================
   FEATURE CARDS - varianta cu badge circular (index.php)
   ========================================================================== */

.features { padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center; }
.features h2 { font-size: 28px; margin-bottom: 30px; color: var(--dark-color); }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 25px; }

.feature-card { padding: 30px 25px; background: #F4F4F4; border-radius: 16px; text-align: center; transition: transform 0.3s, box-shadow 0.3s; }
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.08); }
.feature-card .icon-circle { width: 70px; height: 70px; background: var(--primary-color); border-radius: 60px; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.feature-card i { font-size: 28px; color: #fff; margin-bottom: 0; }
.feature-card h3 { margin-bottom: 10px; font-size: 19px; }

/* ==========================================================================
   FEATURE CARDS - varianta cu accent sus (inchirieri-masini-ieftine-brasov.php)
   ========================================================================== */

.feature-card-accent { padding: 25px; background: #F4F4F4; border-radius: 16px; border-top: 3px solid var(--primary-color); border: 1px solid #eee; border-top-width: 3px; }
.feature-card-accent h3 { margin-bottom: 10px; color: var(--dark-color); font-size: 18px; font-weight: 700; }

/* ==========================================================================
   BLOC TEXT SEO + FAQ (index.php)
   ========================================================================== */

.seo-text-block { background: #F4F4F4; border-left: 5px solid var(--primary-color); padding: 30px; text-align: left; border-radius: 12px; margin-top: 30px; }
.seo-text-block h2, .seo-text-block h3 { color: var(--dark-color); margin-bottom: 14px; margin-top: 15px; }
.seo-text-block p { margin-bottom: 14px; font-size: 15px; color: var(--body-font-color); }

.faq-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; text-align: left; margin-top: 20px; }
.faq-card { background: #fff; border: 1px solid #eee; border-radius: 12px; padding: 20px; box-shadow: 0 0 6px rgba(0,0,0,0.04); }
.faq-card h4 { font-size: 16px; color: var(--dark-color); margin-bottom: 8px; }
.faq-card p { font-size: 14px; color: var(--body-font-color); margin: 0; }

/* ==========================================================================
   TESTIMONIALE (index.php)
   ========================================================================== */

.testimonial-card { background: #fff; border: 1px solid #eee; border-radius: 16px; padding: 30px; text-align: left; position: relative; box-shadow: 0 0 6px rgba(0,0,0,0.04); }
.testimonial-card .quote-icon { color: rgba(30,203,21,0.15); font-size: 42px; line-height: 1; margin-bottom: 10px; }
.testimonial-card p.quote-text { font-style: italic; color: var(--body-font-color); font-size: 15px; margin-bottom: 20px; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--dark-color); color: var(--primary-color); display: flex; align-items: center; justify-content: center; font-weight: 700; font-family: 'Outfit', sans-serif; flex-shrink: 0; }
.testimonial-name { font-weight: 700; color: var(--dark-color); font-size: 14px; font-family: 'Outfit', sans-serif; }
.testimonial-source { font-size: 12px; color: #94a3b8; }

/* ==========================================================================
   CARD FLOTA COMPACT - preview pe homepage (index.php)
   ========================================================================== */

.home-fleet-card { background: #fff; border-radius: 10px; overflow: visible; box-shadow: 3px 3px 12px rgba(30,30,30,0.06); border: 1px solid #e5e5e5; padding: 10px; transition: box-shadow 0.3s; }
.home-fleet-card:hover { box-shadow: 5px 5px 20px rgba(30,30,30,0.12); }
.home-fleet-card .car-img-box { height: 170px; }
.home-fleet-card .car-body { padding: 16px 8px 6px; }
.home-fleet-card .car-spec-line { font-size: 13px; color: #4D5B7C; margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px solid #e5e5e5; }
.home-fleet-card .price-box { border-top: none; padding: 0 8px 6px; margin-top: 0; }

/* ==========================================================================
   PRET TABEL (inchirieri-masini-ieftine-brasov.php)
   ========================================================================== */

.content-section { padding: 60px 20px; max-width: 1100px; margin: 0 auto; background: #fff; margin-top: -30px; border-radius: 16px; box-shadow: 0 0 6px rgba(0,0,0,0.04); border: 1px solid #eee; }
.content-section h2 { font-size: 26px; font-weight: 700; margin-bottom: 20px; color: var(--dark-color); border-left: 5px solid var(--primary-color); padding-left: 15px; }
.content-section p { font-size: 15px; margin-bottom: 20px; color: #4D5B7C; text-align: justify; }

.price-table { width: 100%; border-collapse: collapse; margin: 30px 0; background: #F4F4F4; box-shadow: 0 0 6px rgba(0,0,0,0.03); border-radius: 12px; overflow: hidden; border: 1px solid #eee; }
.price-table th, .price-table td { padding: 15px; text-align: left; border-bottom: 1px solid #eee; font-size: 14px; }
.price-table th { background-color: var(--dark-color); color: var(--primary-color); font-size: 15px; text-transform: uppercase; font-weight: 700; font-family: 'Outfit', sans-serif; }
.price-table tr:hover { background-color: #F4F4F4; }

/* ==========================================================================
   PAGINA CONTACT
   ========================================================================== */

.contact-grid { max-width: 1200px; margin: -30px auto 40px; padding: 0 20px; position: relative; z-index: 10; display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 30px; }
.contact-info, .map-container, .form-container { background: #fff; padding: 35px; border-radius: 16px; box-shadow: 0 15px 35px rgba(0,0,0,0.1); border: 1px solid #eee; }
.map-container h2, .form-container h2 { margin-bottom: 20px; font-size: 22px; font-weight: 700; color: var(--dark-color); font-family: 'Outfit', sans-serif; }

.info-item { display: flex; align-items: center; margin-bottom: 25px; }
.info-item i { font-size: 24px; color: var(--primary-color); margin-right: 20px; width: 30px; text-align: center; }
.info-item a { color: var(--dark-color); text-decoration: none; font-weight: 700; }
.info-item a:hover { color: var(--primary-color); }

.btn-contact { display: inline-block; padding: 13px 25px; font-weight: 700; text-decoration: none; border-radius: 60px; text-transform: uppercase; margin-top: 10px; width: 100%; text-align: center; transition: 0.3s; font-family: 'Outfit', sans-serif; font-size: 13px; letter-spacing: 0.3px; }
.btn-call { background: var(--primary-color); color: #fff; }
.btn-call:hover { background: var(--secondary-color); box-shadow: 2px 2px 20px 0px rgba(var(--primary-color-rgb), 0.5); }
.btn-contact.btn-whatsapp { margin-top: 12px; }

.form-group { margin-bottom: 15px; }
.form-group label { display: block; font-size: 12px; font-weight: 700; text-transform: uppercase; margin-bottom: 6px; color: #94a3b8; font-family: 'Outfit', sans-serif; }
.form-group input, .form-group textarea { width: 100%; padding: 12px 16px; border: 1px solid #e2e2e2; border-radius: 10px; font-size: 14px; outline: none; transition: 0.2s; font-family: 'Inter', sans-serif; }
.form-group input:focus, .form-group textarea:focus { border-color: var(--primary-color); box-shadow: 0 0 0 3px rgba(var(--primary-color-rgb), 0.15); }
.btn-submit { background: var(--primary-color); color: #fff; border: none; padding: 14px; font-weight: 700; width: 100%; border-radius: 60px; text-transform: uppercase; cursor: pointer; transition: 0.3s; font-family: 'Outfit', sans-serif; letter-spacing: 0.3px; }
.btn-submit:hover { background: var(--secondary-color); box-shadow: 2px 2px 20px 0px rgba(var(--primary-color-rgb), 0.5); }

.alert { padding: 12px 15px; border-radius: 10px; margin-bottom: 20px; font-size: 13px; font-weight: 600; }
.alert-succes { background: #d1fae5; color: #065f46; border: 1px solid #a7f3d0; }
.alert-eroare { background: #fee2e2; color: #991b1b; border: 1px solid #fca5a5; }

iframe { width: 100%; height: 320px; border: 0; border-radius: 12px; margin-top: 10px; }

/* ==========================================================================
   PAGINI LEGALE (termeni, GDPR, depozit, asigurare)
   ========================================================================== */

.legal-container { max-width: 1000px; margin: -30px auto 40px; padding: 40px; background: #fff; border-radius: 16px; box-shadow: 0 15px 35px rgba(0,0,0,0.1); border: 1px solid #eee; position: relative; z-index: 10; }
.legal-container h1 { font-size: 28px; font-weight: 700; margin-bottom: 10px; border-bottom: 3px solid var(--primary-color); padding-bottom: 10px; color: var(--dark-color); text-transform: uppercase; }
.legal-subtitle { font-size: 14px; color: #94a3b8; margin-bottom: 25px; font-weight: 600; }
.faq-section .legal-subtitle { margin-bottom: 20px; }

.legal-container h2 { font-size: 18px; font-weight: 700; margin: 30px 0 12px; color: var(--dark-color); text-transform: uppercase; display: flex; align-items: center; gap: 10px; border-left: 4px solid var(--primary-color); padding-left: 10px; }
.legal-container p, .legal-container ul { margin-bottom: 15px; color: #4D5B7C; font-size: 14px; text-align: justify; }
.legal-container ul { padding-left: 25px; }
.legal-container li { margin-bottom: 6px; }

.highlight-box { background: #F4F4F4; border-left: 4px solid var(--primary-color); padding: 15px; margin: 20px 0; border-radius: 0 12px 12px 0; border-top: 1px solid #eee; border-right: 1px solid #eee; border-bottom: 1px solid #eee; font-size: 14px; }
.highlight-box-lg { background: #F4F4F4; border-left: 5px solid var(--primary-color); padding: 25px; margin: 30px 0; border-radius: 0 12px 12px 0; border: 1px solid #eee; border-left-width: 5px; }
.highlight-box-lg h3 { color: var(--dark-color); margin-bottom: 12px; font-size: 20px; }
.highlight-box-lg ul { padding-left: 20px; color: #4D5B7C; }
.highlight-box-lg li { margin-bottom: 8px; }

/* Tabel date/scop/temei (politica-confidentialitate.php) */
.data-table { width: 100%; border-collapse: collapse; margin: 16px 0 24px; font-size: 13px; }
.data-table th { background: var(--dark-color); color: var(--primary-color); text-align: left; padding: 10px 12px; font-weight: 700; text-transform: uppercase; font-size: 11px; letter-spacing: 0.3px; font-family: 'Outfit', sans-serif; }
.data-table td { padding: 10px 12px; border-bottom: 1px solid #eee; color: #4D5B7C; vertical-align: top; }
.data-table tr:last-child td { border-bottom: none; }
.data-table tr:nth-child(even) td { background: #F4F4F4; }

/* Carduri drepturi GDPR */
.rights-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; margin: 16px 0 26px; }
.right-card { background: #F4F4F4; border: 1px solid #eee; border-radius: 14px; padding: 16px; }
.right-card .icon { width: 36px; height: 36px; background: var(--dark-color); color: var(--primary-color); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 15px; margin-bottom: 10px; }
.right-card h4 { font-size: 13px; font-weight: 700; color: var(--dark-color); margin-bottom: 5px; text-transform: uppercase; }
.right-card p { font-size: 12.5px; color: #94a3b8; margin-bottom: 0; text-align: left; }

/* Carduri linkuri documente adiționale */
.related-docs { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 24px 0 30px; }
.related-doc-card { display: flex; align-items: center; gap: 14px; background: #F4F4F4; border: 1px solid #eee; border-radius: 14px; padding: 18px; text-decoration: none; transition: border-color .15s, transform .15s, box-shadow .15s; }
.related-doc-card:hover { border-color: var(--primary-color); transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,0,0,0.08); }
.related-doc-icon { flex-shrink: 0; width: 46px; height: 46px; background: var(--dark-color); color: var(--primary-color); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 18px; }
.related-doc-text h4 { font-size: 14px; font-weight: 700; color: var(--dark-color); margin-bottom: 3px; }
.related-doc-text p { font-size: 12px; color: #94a3b8; margin-bottom: 0; text-align: left; }
.related-doc-arrow { margin-left: auto; color: var(--primary-color); font-size: 14px; flex-shrink: 0; }

.contact-box { background: #F4F4F4; border: 1px solid #eee; border-radius: 14px; padding: 18px 22px; font-size: 14px; }
.contact-box a { color: var(--dark-color); text-decoration: none; font-weight: 700; }

/* Timeline (politica-depozit-returnare.php) */
.timeline { display: flex; flex-direction: column; gap: 0; margin: 20px 0 30px; }
.timeline-step { display: flex; gap: 16px; padding: 16px 0; border-bottom: 1px solid #F4F4F4; }
.timeline-step:last-child { border-bottom: none; }
.timeline-num { flex-shrink: 0; width: 34px; height: 34px; background: var(--dark-color); color: var(--primary-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; }
.timeline-content h4 { font-size: 14px; font-weight: 700; color: var(--dark-color); margin-bottom: 4px; text-transform: uppercase; }
.timeline-content p { font-size: 13px; margin-bottom: 0; text-align: left; }

.deposit-hero { background: var(--dark-color); color: #fff; border-radius: 16px; padding: 30px; margin: 20px 0 30px; text-align: center; }
.deposit-hero .suma { font-size: 42px; font-weight: 800; color: var(--primary-color); line-height: 1; margin-bottom: 8px; }
.deposit-hero .label { font-size: 14px; color: #cbd5e1; max-width: 480px; margin: 0 auto; }

.refuz-box { background: #fef2f2; border: 1px solid #fecaca; padding: 18px; margin: 20px 0; border-radius: 12px; font-size: 14px; }
.refuz-box .titlu { color: #b91c1c; font-weight: 700; font-size: 14px; margin-bottom: 10px; display: flex; align-items: center; gap: 8px; text-transform: uppercase; }
.refuz-box ul { color: #7f1d1d; margin-bottom: 0; }

.franchise-hero { background: var(--dark-color); color: #fff; border-radius: 16px; padding: 30px; margin: 20px 0 30px; text-align: center; }
.franchise-hero .suma { font-size: 42px; font-weight: 800; color: var(--primary-color); line-height: 1; margin-bottom: 8px; }
.franchise-hero .label { font-size: 14px; color: #cbd5e1; max-width: 480px; margin: 0 auto; }

.exclusion-box { background: #fef2f2; border: 1px solid #fecaca; padding: 18px; margin: 20px 0; border-radius: 12px; font-size: 14px; }
.exclusion-box .titlu { color: #b91c1c; font-weight: 700; font-size: 14px; margin-bottom: 10px; display: flex; align-items: center; gap: 8px; text-transform: uppercase; }
.exclusion-box ul { color: #7f1d1d; margin-bottom: 0; }

/* FAQ (termeni-conditii.php) */
.faq-section { max-width: 1000px; margin: 0 auto 40px; padding: 40px; background: #fff; border-radius: 16px; box-shadow: 0 0 6px rgba(0,0,0,0.05); border: 1px solid #eee; }
.faq-section h1 { font-size: 24px; font-weight: 700; margin-bottom: 10px; border-bottom: 3px solid var(--primary-color); padding-bottom: 10px; color: var(--dark-color); text-transform: uppercase; }
.faq-item { border-bottom: 1px solid #eee; }
.faq-item:last-child { border-bottom: none; }
.faq-question { width: 100%; text-align: left; background: none; border: none; padding: 18px 4px; font-family: 'Outfit', sans-serif; font-size: 14px; font-weight: 700; color: var(--dark-color); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.faq-question:hover { color: var(--secondary-color); }
.faq-question .icon { flex-shrink: 0; color: var(--primary-color); font-size: 14px; transition: transform .2s; }
.faq-item.open .faq-question .icon { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .25s ease; }
.faq-item.open .faq-answer { max-height: 400px; }
.faq-answer-inner { padding: 0 4px 18px; font-size: 13.5px; color: #4D5B7C; text-align: justify; }
.faq-answer-inner a { color: var(--dark-color); font-weight: 700; }

/* ==========================================================================
   404
   ========================================================================== */

.error-container { max-width: 700px; margin: 60px auto; padding: 40px 20px; text-align: center; background: #fff; border-radius: 16px; box-shadow: 0 0 6px rgba(0,0,0,0.05); border: 1px solid #eee; }
.error-code { font-size: 80px; font-weight: 800; color: var(--primary-color); text-shadow: 2px 2px 0px var(--dark-color); line-height: 1; margin-bottom: 10px; }
.error-title { font-size: 24px; font-weight: 700; color: var(--dark-color); margin-bottom: 15px; text-transform: uppercase; }
.error-desc { font-size: 15px; color: #94a3b8; margin-bottom: 30px; }
.btn-group { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; }

/* ==========================================================================
   COOKIE BANNER
   ========================================================================== */

.cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; background: var(--dark-color); color: #fff; padding: 15px 20px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; z-index: 9999; box-shadow: 0 -4px 10px rgba(0,0,0,0.2); font-size: 14px; }
.cookie-text { max-width: 75%; margin-bottom: 10px; }
.cookie-btn { background: var(--primary-color); color: #fff; border: none; padding: 9px 24px; font-weight: 700; border-radius: 60px; cursor: pointer; text-transform: uppercase; transition: 0.3s; font-family: 'Outfit', sans-serif; }
.cookie-btn:hover { background: var(--secondary-color); }

/* ==========================================================================
   FOOTER
   ========================================================================== */

footer { background: var(--dark-color); color: #ccc; text-align: center; padding: 40px 20px; font-size: 14px; margin-top: 60px; }
footer a { color: var(--primary-color); text-decoration: none; margin: 0 8px; }
footer a:hover { text-decoration: underline; }

/* ==========================================================================
   PORTAL CLIENT
   ========================================================================== */

.login-box { background: #fff; padding: 36px 32px; border-radius: 16px; width: 100%; max-width: 400px; box-shadow: 0 0 6px rgba(0,0,0,0.05); border: 1px solid #eee; }
.login-icon { width: 54px; height: 54px; background: var(--dark-color); color: var(--primary-color); border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 18px; }
.login-box h1 { font-size: 20px; font-weight: 700; color: var(--dark-color); margin-bottom: 6px; }
.subtitle { font-size: 13px; color: #94a3b8; margin-bottom: 24px; }
.footer-info { text-align: center; margin-top: 22px; font-size: 12px; color: #94a3b8; }
.footer-info a { color: var(--dark-color); font-weight: 700; text-decoration: none; }
.eroare { background: #fef2f2; border: 1px solid #fecaca; color: #b91c1c; padding: 11px 14px; border-radius: 10px; font-size: 13px; margin-top: 16px; }

/* Formulare din portalul client (login-box si card) */
.login-box label, .card label { display: block; font-size: 13px; font-weight: 700; color: #334155; margin-top: 16px; margin-bottom: 5px; font-family: 'Outfit', sans-serif; }
.login-box input, .card input, .card textarea { width: 100%; padding: 12px 16px; border: 1px solid #e2e2e2; border-radius: 10px; font-size: 15px; font-family: 'Inter', sans-serif; }
.login-box input:focus, .card input:focus, .card textarea:focus { outline: none; border-color: var(--primary-color); box-shadow: 0 0 0 3px rgba(var(--primary-color-rgb), 0.15); }
.login-box input#cod { text-transform: uppercase; }
.card textarea { resize: vertical; min-height: 60px; }
.login-box button, .card button:not(.metoda-plata-btn) { margin-top: 24px; width: 100%; padding: 14px; background: var(--primary-color); border: none; border-radius: 60px; color: #fff; font-weight: 700; cursor: pointer; font-size: 14px; text-transform: uppercase; letter-spacing: 0.3px; font-family: 'Outfit', sans-serif; transition: 0.3s; }
.login-box button:hover, .card button:not(.metoda-plata-btn):hover { background: var(--secondary-color); box-shadow: 2px 2px 20px 0px rgba(var(--primary-color-rgb), 0.5); }
.login-box button:disabled, .card button:disabled { background: #e2e8f0; color: #94a3b8; cursor: not-allowed; box-shadow: none; }

.card { background: white; border-radius: 16px; padding: 26px; margin-bottom: 20px; box-shadow: 0 0 6px rgba(0,0,0,0.05); border: 1px solid #eee; }
.card h1 { font-size: 20px; margin: 0 0 4px; font-weight: 700; color: var(--dark-color); }
.card h2 { font-size: 16px; margin: 0 0 12px; color: var(--dark-color); font-weight: 700; }
.cod { font-family: monospace; color: #94a3b8; font-size: 13px; margin-bottom: 20px; }
.masina-box { background: var(--dark-color); color: white; border-radius: 14px; padding: 20px; margin-bottom: 20px; }
.masina-nume { font-size: 19px; font-weight: 700; margin-bottom: 4px; }
.masina-plate { display: inline-block; background: rgba(30,203,21,0.18); color: var(--primary-color); padding: 3px 10px; border-radius: 4px; font-size: 13px; font-weight: 700; letter-spacing: 1px; }
.perioada { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 20px 0; }
.perioada-box { background: #F4F4F4; border-radius: 10px; padding: 14px; text-align: center; border: 1px solid #eee; }
.perioada-label { font-size: 11px; color: #94a3b8; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px; font-weight: 700; }
.perioada-data { font-size: 17px; font-weight: 700; color: var(--dark-color); }
.zile-ramase { text-align: center; background: #fff8e1; border: 1px solid #fde68a; color: #92620a; padding: 10px; border-radius: 10px; font-size: 13px; font-weight: 700; margin-bottom: 20px; }
.zile-ramase.expirat { background: #fef2f2; border-color: #fecaca; color: #b91c1c; }
.zile-ramase.zile-viitor { background: #eff6ff; border-color: #bfdbfe; color: #1e40af; }
.garantie-box { border: 2px solid #eee; border-radius: 14px; padding: 18px; }
.garantie-suma { font-size: 24px; font-weight: 700; color: var(--dark-color); margin-bottom: 6px; }
.garantie-status { display: inline-block; padding: 3px 10px; border-radius: 10px; font-size: 12px; font-weight: 700; margin-bottom: 10px; }
.status-platit { background: #dcfce7; color: #166534; }
.status-neplatit { background: #fff8e1; color: #92620a; }
.garantie-explicatie { font-size: 13px; color: #556; line-height: 1.5; margin-top: 8px; }
.cerere-pending { background: #fff8e1; border: 1px solid #fde68a; color: #92620a; padding: 14px; border-radius: 10px; font-size: 13px; }
.cerere-aprobata { background: #dcfce7; color: #166534; padding: 14px; border-radius: 10px; font-size: 13px; margin-bottom: 14px; }
.cerere-respinsa { background: #fef2f2; color: #b91c1c; padding: 14px; border-radius: 10px; font-size: 13px; }
.plata-extensie-box { border: 2px solid var(--primary-color); border-radius: 14px; padding: 18px; }
.plata-extensie-suma { font-size: 26px; font-weight: 700; color: var(--dark-color); margin-bottom: 8px; }
.plata-extensie-termen { background: #fff8e1; border: 1px solid #fde68a; color: #92620a; padding: 10px; border-radius: 10px; font-size: 13px; margin-bottom: 14px; }
.status-plata-box { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.metoda-plata-btn { border: 2px solid #eee; border-radius: 12px; padding: 14px; background: white; cursor: pointer; font-size: 14px; font-weight: 700; color: #1a2535; transition: border-color .15s, background .15s; font-family: 'Outfit', sans-serif; }
.metoda-plata-btn:hover { border-color: var(--primary-color); background: #f0fdf0; }
.transfer-instructiuni { background: #F4F4F4; border: 1px solid #eee; border-radius: 12px; padding: 14px; font-size: 13px; line-height: 1.6; color: #445; }
.transfer-instructiuni a { color: var(--dark-color); font-weight: 700; }
.btn-continua-plata { display: inline-block; margin-top: 10px; background: var(--primary-color); color: #fff; padding: 11px 24px; border-radius: 60px; text-decoration: none; font-weight: 700; font-size: 13px; text-transform: uppercase; transition: 0.3s; font-family: 'Outfit', sans-serif; }
.btn-continua-plata:hover { background: var(--secondary-color); }

.plata-card { background: white; padding: 32px; border-radius: 16px; max-width: 400px; text-align: center; box-shadow: 0 0 6px rgba(0,0,0,0.05); border: 1px solid #eee; margin: 0 auto; }
.plata-card h1 { font-size: 19px; margin: 0 0 16px; color: var(--dark-color); font-weight: 700; }
.plata-card .suma { font-size: 28px; font-weight: 700; color: var(--dark-color); margin: 14px 0; font-family: 'Outfit', sans-serif; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero-text { text-align: center; }
  .hero-text p { margin-left: auto; margin-right: auto; }
  .sixt-form-grid { grid-template-columns: 1fr; }
  .sixt-tabs { flex-wrap: wrap; }
  .hero h1 { font-size: 24px; }
  .hero-text p { font-size: 14px; }
  .hero-classic h1 { font-size: 26px; }
  .price-table { font-size: 12px; }
  .price-table th, .price-table td { padding: 10px; }
}

@media (max-width: 768px) {
  .summary-container { flex-direction: column; align-items: flex-start; }
  .cars-grid { grid-template-columns: 1fr; }
  .legal-container, .faq-section { padding: 20px; margin: 20px 10px; }
  .legal-container h1, .faq-section h1 { font-size: 22px; }
  .related-docs { grid-template-columns: 1fr; }
  .data-table { display: block; overflow-x: auto; white-space: nowrap; }
}

@media (min-width: 768px) {
  .cookie-text { margin-bottom: 0; }
}

@media (max-width: 480px) {
  nav a { margin-left: 10px; font-size: 12px; }
  .login-box { padding: 28px 22px; }
}
