/* =========================================================
   MGM Repatriere — foaia de stiluri a temei
   Paletă: crem cald + auriu-bronz + albastru-petrol
   Fonturi: Montserrat (titluri) + Inter (text), self-hosted
   ========================================================= */

/* ---------- Fonturi (variabile, latin + latin-ext pt. ăâîșț) ---------- */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter-var-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter-var-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/montserrat-var-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/montserrat-var-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- Variabile ---------- */
:root {
  --gold:        #C0883B;
  --gold-light:  #D7A456;
  --gold-dark:   #9A6B28;
  --gold-pale:   #F1E8DA;
  --petrol:      #234A5E;
  --petrol-2:    #26425B;
  --petrol-deep: #1B3A4B;
  --cream:       #FAF7F2;
  --cream-2:     #F6EFE3;
  --ink:         #26313A;
  --text:        #4A4A4A;
  --white:       #FFFFFF;
  --wa:          #25D366;
  --wa-dark:     #1DA851;
  --radius:      14px;
  --radius-s:    10px;
  --shadow:      0 10px 30px rgba(35, 74, 94, .09);
  --shadow-s:    0 4px 14px rgba(35, 74, 94, .08);
  --container:   1180px;
  --font-head:   'Montserrat', 'Segoe UI', system-ui, sans-serif;
  --font-body:   'Inter', 'Segoe UI', system-ui, sans-serif;
}

/* ---------- Reset scurt ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  color: var(--text);
  background: var(--cream);
  overflow-wrap: break-word;
}
img { max-width: 100%; height: auto; border: 0; display: block; }
a { color: var(--gold-dark); text-decoration: none; }
a:hover { color: var(--gold); }
ul, ol { padding-left: 1.3em; }
table { border-collapse: collapse; width: 100%; }
th, td { border: 1px solid #E5DCCB; padding: .6em .8em; text-align: left; }
th { background: var(--gold-pale); color: var(--petrol); }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-head);
  color: var(--petrol);
  line-height: 1.25;
  margin: 0 0 .5em;
}
h1 { font-size: clamp(1.9rem, 4vw, 2.9rem); font-weight: 800; letter-spacing: -.02em; }
h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 800; letter-spacing: -.01em; }
h3 { font-size: 1.2rem; font-weight: 700; }
h4 { font-size: 1.05rem; font-weight: 700; }
p { margin: 0 0 1.1em; }

/* ---------- Utilitare ---------- */
.container { max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.section { padding: 72px 0; }
.section--tight { padding: 48px 0; }
.section--white { background: var(--white); }
.section--cream2 { background: var(--cream-2); }
.section--petrol { background: linear-gradient(160deg, var(--petrol) 0%, var(--petrol-deep) 100%); color: #EAF0F3; }
.section--petrol h2, .section--petrol h3 { color: var(--white); }
.center { text-align: center; }
.eyebrow {
  display: inline-block;
  font-family: var(--font-head);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #8F6323;
  margin-bottom: .9em;
}
.lede { font-size: 1.13rem; color: var(--text); }
.section-head { max-width: 780px; margin: 0 auto 44px; text-align: center; }
.section-head p { color: #6b6b6b; }
.gold-line { position: relative; padding-bottom: .55em; }
.gold-line::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 64px; height: 4px; border-radius: 2px; background: var(--gold);
}
.center .gold-line::after, .section-head .gold-line::after { left: 50%; transform: translateX(-50%); }

/* ---------- Butoane ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .55em;
  font-family: var(--font-head);
  font-weight: 700; font-size: 1rem;
  padding: .85em 1.5em;
  border-radius: var(--radius-s);
  border: 2px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  cursor: pointer;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-s); }
.btn .ico { width: 1.2em; height: 1.2em; flex: none; }
.btn b { font-weight: 800; white-space: nowrap; }
.btn-gold { background: #A9752F; color: var(--white); }
.btn-gold:hover { background: var(--gold); color: var(--white); }
.btn-wa { background: #128C43; color: var(--white); }
.btn-wa:hover { background: #0E7A39; color: var(--white); }
.btn-outline { border-color: var(--petrol); color: var(--petrol); background: transparent; }
.btn-outline:hover { background: var(--petrol); color: var(--white); }
.btn-outline-light { border-color: rgba(255,255,255,.7); color: var(--white); background: transparent; }
.btn-outline-light:hover { background: var(--white); color: var(--petrol); }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; margin: 1.4em 0 .6em; }

/* ---------- Top bar ---------- */
.topbar { background: var(--petrol-deep); color: #DCE7EC; font-size: .88rem; }
.topbar .container { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 38px; }
.topbar a { color: var(--white); font-weight: 600; }
.topbar a:hover { color: var(--gold-light); }
.topbar .tb-left { display: flex; align-items: center; gap: 8px; }
.topbar .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--wa); flex: none; animation: mgm-pulse 2s infinite; }
@keyframes mgm-pulse { 0%,100% { opacity: 1; } 50% { opacity: .45; } }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.97);
  box-shadow: 0 1px 0 rgba(35,74,94,.08);
}
/* Blur-ul doar pe desktop: backdrop-filter creează containing block pentru
   position:fixed, ceea ce ar strica meniul mobil (overlay-ul fix din .nav). */
@media (min-width: 901px) {
  .site-header { -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
}
.site-header.is-stuck { box-shadow: var(--shadow-s); }
.site-header .container { display: flex; align-items: center; gap: 28px; min-height: 76px; }
.brand { display: flex; align-items: center; flex: none; }
.brand img { width: 128px; height: auto; }
.nav { margin-left: auto; }
.nav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 26px; }
.nav a {
  font-family: var(--font-head); font-weight: 600; font-size: .95rem;
  color: var(--petrol); padding: 8px 0; display: inline-block;
}
.nav a:hover { color: var(--gold); }
.nav .has-sub { position: relative; }
.nav .has-sub > a::after { content: "▾"; font-size: .7em; margin-left: .45em; color: var(--gold); }
.nav .sub {
  position: absolute; top: 100%; left: -14px; min-width: 250px;
  background: var(--white); border-radius: var(--radius-s);
  box-shadow: var(--shadow); padding: 10px;
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: all .18s ease;
  display: block;
}
/* Țările: pe desktop, panou lat sub header (megamenu pe rânduri, ca la porlanovia) */
@media (min-width: 901px) {
  .nav .has-sub { position: static; }
  .nav .sub {
    left: 0; right: 0; top: 100%;
    min-width: 0;
    display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2px 16px;
    padding: 18px max(20px, calc((100% - 1140px) / 2)) 22px;
    border-radius: 0 0 var(--radius) var(--radius);
    border-top: 1px solid #F0E8DA;
    box-shadow: 0 22px 34px rgba(35, 74, 94, .14);
  }
  /* punte invizibilă: nu se pierde hover-ul între link și panou */
  .nav .sub::before {
    content: ""; position: absolute; top: -30px; left: 0;
    width: 100%; height: 30px;
  }
}
.nav .has-sub:hover .sub, .nav .has-sub:focus-within .sub, .nav .has-sub.open .sub {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.nav .sub li { display: block; }
.nav .sub a { display: flex; align-items: center; gap: 10px; padding: 8px 12px; border-radius: 8px; width: 100%; }
.nav .sub a:hover { background: var(--cream); }
.nav .sub img { width: 26px; height: 20px; object-fit: cover; border-radius: 3px; flex: none; }
.header-cta { flex: none; }
.header-cta .btn { padding: .65em 1.1em; font-size: .92rem; }
.header-tel-m { display: none; }
.nav-toggle {
  display: none; margin-left: auto; flex: none;
  background: none; border: 0; padding: 10px; cursor: pointer;
}
.nav-toggle span { display: block; width: 24px; height: 2.6px; background: var(--petrol); margin: 5px 0; border-radius: 2px; transition: .2s; }

/* ---------- Hero ---------- */
.hero { background: linear-gradient(180deg, var(--cream) 0%, var(--cream-2) 100%); overflow: hidden; }
.hero .container {
  display: grid; grid-template-columns: 1.05fr .95fr;
  gap: 48px; align-items: center; padding-top: 56px; padding-bottom: 64px;
}
.hero h1 { margin-bottom: .4em; }
.hero .lede { max-width: 54ch; }
.hero-media { position: relative; }
.hero-media img.hero-img {
  border-radius: 20px; box-shadow: var(--shadow);
  border-bottom: 5px solid var(--gold);
  width: 100%; object-fit: cover;
}
.hero-badge {
  position: absolute; left: -18px; bottom: 22px;
  background: var(--white); border-radius: var(--radius-s);
  box-shadow: var(--shadow); padding: 12px 18px;
  display: flex; align-items: center; gap: 12px;
}
.hero-badge .num { font-family: var(--font-head); font-weight: 800; font-size: 1.35rem; color: var(--gold); line-height: 1; }
.hero-badge .lbl { font-size: .82rem; color: var(--text); line-height: 1.3; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 1.5em; padding: 0; list-style: none; }
.trust-row li { display: flex; align-items: center; gap: 8px; font-size: .92rem; font-weight: 600; color: var(--petrol); }
.trust-row .tick {
  width: 20px; height: 20px; flex: none; border-radius: 50%;
  background: var(--gold-pale); color: var(--gold-dark);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: .75rem; font-weight: 800;
}

/* ---------- Banda de statistici (petrol) ---------- */
.stats { text-align: center; }
.stats-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; margin-top: 36px; }
.stat .num {
  font-family: var(--font-head); font-weight: 800;
  font-size: clamp(1.9rem, 3.4vw, 2.6rem);
  color: var(--gold-light); line-height: 1.1;
}
.stat .num sup { font-size: .55em; }
.stat .lbl { font-size: .92rem; color: #C7D5DC; margin-top: .2em; }

/* ---------- Carduri țări ---------- */
.tari-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.tara-card {
  background: var(--white); border-radius: var(--radius);
  box-shadow: var(--shadow-s); padding: 22px;
  border-top: 4px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  display: flex; flex-direction: column; gap: 10px;
}
.tara-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-top-color: var(--gold); }
.tara-card .flag { display: flex; align-items: center; gap: 12px; }
.tara-card .flag img { width: 54px; height: 40px; object-fit: cover; border-radius: 6px; box-shadow: var(--shadow-s); }
.tara-card h3 { margin: 0; font-size: 1.05rem; }
.tara-card p { margin: 0; font-size: .95rem; color: #6b6b6b; flex-grow: 1; }
.tara-card .more { font-family: var(--font-head); font-weight: 700; font-size: .92rem; color: var(--gold-dark); }
.tara-card .more::after { content: " ➜"; }
.tara-card:hover .more { color: var(--gold); }

/* ---------- Carduri servicii ---------- */
.serv-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.serv-card {
  background: var(--white); border-radius: var(--radius);
  box-shadow: var(--shadow-s); padding: 26px 22px;
}
.serv-card .ic {
  width: 52px; height: 52px; border-radius: 12px;
  background: var(--gold-pale); color: var(--gold-dark);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.serv-card .ic svg { width: 26px; height: 26px; }
.serv-card h3 { font-size: 1.02rem; }
.serv-card p { font-size: .95rem; color: #6b6b6b; margin: 0; }

/* ---------- Pași (cum funcționează) ---------- */
.steps { counter-reset: pas; display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.step {
  background: var(--white); border-radius: var(--radius);
  box-shadow: var(--shadow-s); padding: 24px 20px; position: relative;
}
.step::before {
  counter-increment: pas; content: counter(pas);
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--gold); color: var(--white);
  font-family: var(--font-head); font-weight: 800; font-size: 1.15rem;
  margin-bottom: 14px; box-shadow: var(--shadow-s);
}
.step h3 { font-size: 1rem; margin-bottom: .35em; }
.step p { font-size: .92rem; color: #6b6b6b; margin: 0; }

/* ---------- Secțiune costuri ---------- */
.costs-wrap {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center;
}
.costs-card {
  background: var(--white); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 30px;
  border-left: 5px solid var(--gold);
}
.costs-card ul { list-style: none; padding: 0; margin: 0; }
.costs-card li { padding: .5em 0 .5em 1.9em; position: relative; }
.costs-card li::before {
  content: "✓"; position: absolute; left: 0; top: .45em;
  width: 1.35em; height: 1.35em; border-radius: 50%;
  background: var(--gold-pale); color: var(--gold-dark);
  font-size: .8em; font-weight: 800;
  display: inline-flex; align-items: center; justify-content: center;
}

/* ---------- Testimoniale ---------- */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testi {
  background: var(--white); border-radius: var(--radius);
  box-shadow: var(--shadow-s); padding: 26px;
  display: flex; flex-direction: column; gap: 12px;
}
.testi .quote { font-size: .97rem; color: var(--text); font-style: italic; flex-grow: 1; }
.testi .who { display: flex; align-items: center; gap: 10px; }
.testi .who .init {
  width: 40px; height: 40px; border-radius: 50%; flex: none;
  background: var(--petrol); color: var(--white);
  font-family: var(--font-head); font-weight: 700;
  display: inline-flex; align-items: center; justify-content: center;
}
.testi .who .name { font-weight: 700; color: var(--petrol); font-size: .93rem; line-height: 1.3; }
.testi .who .meta { font-size: .8rem; color: #6f6f6f; }
.testi .stars { color: var(--gold); letter-spacing: 2px; font-size: .9rem; }

/* ---------- FAQ (details) ---------- */
.faq { max-width: 860px; margin: 0 auto; }
.faq-item {
  background: var(--white); border-radius: var(--radius-s);
  box-shadow: var(--shadow-s); margin-bottom: 12px;
  border-left: 4px solid var(--gold-pale);
  transition: border-color .18s ease;
}
.faq-item[open] { border-left-color: var(--gold); }
.faq-item summary {
  cursor: pointer; list-style: none;
  font-family: var(--font-head); font-weight: 700; color: var(--petrol);
  padding: 16px 48px 16px 20px; position: relative; font-size: 1rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; position: absolute; right: 18px; top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem; font-weight: 400; color: var(--gold);
  transition: transform .18s ease;
}
.faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-item .faq-body { padding: 0 20px 18px; }
.faq-item .faq-body p:last-child { margin-bottom: 0; }

/* ---------- CTA final (petrol) ---------- */
.cta-final { text-align: center; }
.cta-final h2 { font-size: clamp(1.6rem, 3.2vw, 2.3rem); }
.cta-final .lede { color: #C7D5DC; max-width: 640px; margin: 0 auto 1.2em; }
.cta-final .btn-row { justify-content: center; }
.cta-final .tel-big {
  display: inline-block; padding: 8px 14px; margin: 6px 0;
  font-family: var(--font-head); font-weight: 800;
  font-size: clamp(1.5rem, 4vw, 2.2rem); color: var(--gold-light);
  display: inline-block; margin: .4em 0;
}

/* ---------- Conținut pagină (proza portată) ---------- */
.page-hero {
  background: linear-gradient(180deg, var(--cream) 0%, var(--cream-2) 100%);
  padding: 44px 0 36px;
}
.page-hero h1 { margin-bottom: .25em; }
.page-hero .lede { max-width: 70ch; margin: 0; }
.crumbs { font-size: .85rem; margin-bottom: 1.1em; color: #8a8a8a; }
.crumbs a { color: var(--gold-dark); }
.prose { max-width: 860px; }
.prose h2 { margin-top: 1.6em; }
.prose h3 { margin-top: 1.4em; color: var(--petrol); }
.prose img { border-radius: var(--radius-s); }
.prose li { margin-bottom: .35em; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 44px; align-items: start; }
.sidebar { position: sticky; top: 104px; display: flex; flex-direction: column; gap: 20px; }
.side-card {
  background: var(--white); border-radius: var(--radius);
  box-shadow: var(--shadow-s); padding: 24px;
  border-top: 4px solid var(--gold);
}
.side-card h3 { font-size: 1.02rem; }
.side-card .btn { width: 100%; justify-content: center; margin-top: 10px; font-size: .92rem; padding: .8em 1em; }
.side-card ul { list-style: none; margin: 0; padding: 0; }
.side-card li { padding: .35em 0; }
.side-card li a { display: flex; align-items: center; gap: 10px; color: var(--petrol); font-weight: 600; font-size: .93rem; }
.side-card li a:hover { color: var(--gold); }
.side-card li img { width: 26px; height: 20px; object-fit: cover; border-radius: 3px; }

/* ---------- Harta Google ---------- */
.map-embed {
  display: block; width: 100%; height: 250px; border: 0;
  border-radius: var(--radius); box-shadow: var(--shadow-s); margin-top: 20px;
}

/* ---------- Banda „Apariții în presă" ---------- */
.press-strip {
  background: var(--white);
  border-top: 1px solid #F0E8DA; border-bottom: 1px solid #F0E8DA;
  padding: 24px 0;
}
.press-strip .container {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 12px 36px;
}
.press-strip .lbl {
  font-family: var(--font-head); font-weight: 700; font-size: .78rem;
  letter-spacing: .14em; text-transform: uppercase; color: var(--gold);
  flex: none; width: 100%; text-align: center; margin-bottom: 2px;
}
.press-strip a {
  font-family: var(--font-head); font-weight: 800; font-size: 1.18rem;
  color: #8d8d8d; transition: color .15s ease;
}
.press-strip a:hover { color: var(--petrol); }

/* ---------- Carduri „Apariții în presă" ---------- */
.press-cards { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.press-card {
  background: var(--cream); border: 1px solid #F0E8DA; border-radius: var(--radius-s);
  padding: 18px; display: flex; flex-direction: column; gap: 8px;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.press-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-s); background: var(--white); }
.press-card .outlet { font-family: var(--font-head); font-weight: 800; font-size: 1.05rem; color: var(--petrol); }
.press-card .ptitle { font-size: .82rem; color: #6b6b6b; line-height: 1.45; flex-grow: 1; }
.press-card .pread { font-family: var(--font-head); font-weight: 700; font-size: .8rem; color: #8F6323; }
.press-card:hover .pread { color: var(--gold); }
@media (max-width: 1080px) { .press-cards { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px)  { .press-cards { grid-template-columns: 1fr 1fr; } }
@media (max-width: 460px)  { .press-cards { grid-template-columns: 1fr; } }

/* ---------- Galerie foto (flotă + aranjamente) ---------- */
.gal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.gal-grid figure {
  margin: 0; border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-s); background: var(--white);
}
.gal-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .25s ease; }
.gal-grid figure:hover img { transform: scale(1.03); }
.gal-grid figcaption { padding: 12px 16px; font-size: .9rem; color: #6b6b6b; }
@media (max-width: 900px) { .gal-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .gal-grid { grid-template-columns: 1fr; } }

/* ---------- Calculator cost repatriere ---------- */
.calc-card {
  max-width: 760px; margin: 0 auto;
  background: var(--white); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 32px;
  border-top: 5px solid var(--gold);
}
.calc-fields { display: grid; grid-template-columns: 1fr 1fr auto; gap: 18px; align-items: end; }
.calc-fields label {
  font-weight: 600; color: var(--petrol); font-size: .92rem;
  display: flex; flex-direction: column; gap: 8px;
}
.calc-fields select, .calc-fields input {
  width: 100%; padding: .8em 1em; font: inherit;
  border: 1.5px solid #E0D6C4; border-radius: var(--radius-s);
  background: var(--white); color: var(--ink);
}
.calc-fields select { cursor: pointer; }
.calc-fields select:focus, .calc-fields input:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(192,136,59,.15); }
.calc-fields .btn { white-space: nowrap; }
/* Combo-urile cu căutare (origine / destinație) */
.calc-lbl {
  display: block; font-family: var(--font-head); font-weight: 700;
  font-size: .88rem; color: var(--petrol); margin-bottom: 8px;
}
.calc-combo { position: relative; }
.combo-box { position: relative; display: flex; align-items: center; }
.combo-pin {
  position: absolute; left: 14px; font-size: 1.05rem; pointer-events: none;
}
.combo-box input {
  width: 100%; padding: .95em 2.6em .95em 2.7em; font: inherit;
  border: 1.5px solid #E0D6C4; border-radius: var(--radius-s);
  background: var(--white); color: var(--ink);
}
.combo-box input:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(192,136,59,.15); }
.combo-clear {
  position: absolute; right: 8px; width: 32px; height: 32px;
  border: 0; background: var(--cream); border-radius: 50%;
  font-size: 1.15rem; line-height: 1; color: #8a8a8a; cursor: pointer;
}
.combo-clear:hover { background: var(--gold-pale); color: var(--petrol); }
.combo-list {
  position: absolute; top: 100%; left: 0; right: 0; z-index: 40;
  margin-top: 6px; background: var(--white); border-radius: var(--radius-s);
  box-shadow: var(--shadow); max-height: 280px; overflow-y: auto; padding: 6px;
}
.combo-item {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 12px; border-radius: 8px; cursor: pointer;
  font-weight: 600; color: var(--ink); font-size: .97rem;
}
.combo-item:hover { background: var(--cream); }
.combo-item em { margin-left: auto; font-style: normal; font-size: .78rem; color: #767676; font-weight: 500; flex: none; }
.combo-item.combo-none { cursor: default; color: #8a8a8a; font-weight: 500; }
.combo-item.combo-none:hover { background: none; }
.calc-connector {
  text-align: center; color: var(--gold); font-size: 1.2rem; font-weight: 800;
  margin: 14px 0; line-height: 1;
}
.calc-trust {
  margin-top: 20px; padding: 12px 16px;
  background: var(--cream); border-left: 4px solid var(--gold);
  border-radius: 0 var(--radius-s) var(--radius-s) 0;
  font-size: .9rem; color: var(--text);
}
.calc-empty { text-align: center; color: #5f6d75; font-size: .93rem; margin-top: 22px; }
.calc-empty p { margin: 0; }
.calc-result-lbl {
  font-family: var(--font-head); font-weight: 700; font-size: .8rem;
  letter-spacing: .12em; text-transform: uppercase; color: #8F6323; margin-bottom: 6px;
}
.calc-chips { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin: 14px 0 4px; }
.calc-chips span {
  background: var(--cream); border: 1px solid #EDE3D2; border-radius: 999px;
  padding: 5px 13px; font-size: .82rem; font-weight: 600; color: var(--petrol);
}
.calc-result { margin-top: 24px; padding-top: 20px; border-top: 1px dashed #E5DCCB; text-align: center; }
.calc-price {
  font-family: var(--font-head); font-weight: 800;
  font-size: clamp(1.6rem, 3.5vw, 2.3rem); color: var(--petrol);
}
.calc-price b { color: var(--gold); }
.calc-note { font-size: .88rem; color: #6f6f6f; max-width: 56ch; margin: 10px auto 0; }
.calc-result .btn-row { justify-content: center; }
@media (max-width: 760px) {
  .calc-fields { grid-template-columns: 1fr; }
  .calc-card { padding: 24px 18px; }
}

/* ---------- Badge-uri A.N.P.C. în footer ---------- */
.footer-anpc { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.footer-anpc img { width: 168px; height: auto; border-radius: 6px; background: #fff; padding: 4px; }

/* ---------- Hero pagină de țară ---------- */
.hero-tara { display: flex; align-items: center; gap: 20px; margin-bottom: 12px; }
.hero-tara .flag-big { border-radius: 8px; box-shadow: var(--shadow-s); flex: none; }
.hero-tara h1 { margin-bottom: 0; }
.ruta { display: inline-flex; align-items: center; gap: 8px; margin-top: 8px; }
.ruta img { width: 34px; height: 26px; object-fit: cover; border-radius: 4px; box-shadow: var(--shadow-s); }
.ruta-arrow { color: var(--gold); font-weight: 800; font-size: 1.15rem; line-height: 1; }
/* Pe desktop, ruta stă pe același rând cu titlul */
@media (min-width: 901px) {
  .hero-tara .titlebox { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 20px; }
  .hero-tara .titlebox h1 { margin: 0; }
  .hero-tara .ruta { margin: 0; }
}
/* Pe tabletă: steag mai mic, aliniat cu prima linie a titlului */
@media (max-width: 900px) {
  .hero-tara { align-items: flex-start; gap: 14px; }
  .hero-tara .flag-big { width: 48px; height: 36px; margin-top: 8px; }
}
/* Pe telefon: fără steagul mare (ruta de sub titlu arată deja țara → România),
   titlul respiră pe toată lățimea */
@media (max-width: 640px) {
  .hero-tara { display: block; }
  .hero-tara .flag-big { display: none; }
  .hero-tara .ruta { margin-top: 10px; }
}
.prose .faq-item { border: 1px solid #EFE7D8; border-left: 4px solid var(--gold-pale); }

/* ---------- Formulare (CF7) ---------- */
.wpcf7 input[type="text"], .wpcf7 input[type="tel"], .wpcf7 input[type="email"],
.wpcf7 select, .wpcf7 textarea {
  width: 100%; padding: .8em 1em; font: inherit;
  border: 1.5px solid #E0D6C4; border-radius: var(--radius-s);
  background: var(--white); color: var(--ink);
  transition: border-color .15s ease;
}
.wpcf7 input:focus, .wpcf7 textarea:focus, .wpcf7 select:focus {
  outline: none; border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(192,136,59,.15);
}
.wpcf7 label { font-weight: 600; color: var(--petrol); font-size: .93rem; display: block; margin-bottom: 1em; }
.wpcf7 input[type="submit"] {
  background: var(--gold); color: var(--white); border: 0;
  font-family: var(--font-head); font-weight: 700; font-size: 1rem;
  padding: .9em 2em; border-radius: var(--radius-s); cursor: pointer;
  transition: background .15s ease, transform .15s ease;
}
.wpcf7 input[type="submit"]:hover { background: var(--gold-light); transform: translateY(-2px); }
.form-card {
  background: var(--white); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 32px;
  border-top: 5px solid var(--gold);
  max-width: 640px;
}

/* ---------- Footer ---------- */
.site-footer { background: var(--petrol-deep); color: #C7D5DC; font-size: .94rem; }
.site-footer a { color: #DCE7EC; }
.site-footer a:hover { color: var(--gold-light); }
.footer-grid {
  display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.2fr;
  gap: 36px; padding: 56px 0 40px;
}
.site-footer h4, .site-footer .fh4 {
  color: var(--white); font-size: .95rem; letter-spacing: .06em;
  text-transform: uppercase; margin-bottom: 1em;
}
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { padding: .34em 0; }
.site-footer li a { display: inline-block; padding: .12em 0; }
.footer-tari { column-count: 2; column-gap: 20px; }
.footer-brand img { width: 150px; margin-bottom: 14px; filter: brightness(1.05); }
.footer-contact li { display: flex; gap: 10px; align-items: baseline; }
.footer-contact b { color: var(--white); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  padding: 18px 0; font-size: .84rem;
  display: flex; flex-wrap: wrap; gap: 8px 24px; align-items: center; justify-content: space-between;
}
.fb-top {
  display: flex; width: 100%; flex-wrap: wrap;
  justify-content: space-between; align-items: center;
  gap: 14px 24px; margin-bottom: 4px;
}
.footer-legal { display: flex; flex-wrap: wrap; gap: 6px 18px; list-style: none; margin: 0; padding: 0; }

/* ---------- Blog (pregătit pentru viitor) ---------- */
.post-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-s); overflow: hidden; }
.post-card .thumb img { aspect-ratio: 16/9; object-fit: cover; width: 100%; }
.post-card .inner { padding: 20px; }
.post-card h2, .post-card h3 { font-size: 1.08rem; }
.post-meta { font-size: .82rem; color: #8a8a8a; margin-bottom: .5em; }

/* ---------- 404 ---------- */
.error-hero { text-align: center; padding: 90px 0; }
.error-hero .code { font-family: var(--font-head); font-weight: 800; font-size: 5rem; color: var(--gold); line-height: 1; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .tari-grid, .serv-grid { grid-template-columns: repeat(3, 1fr); }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .stats-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .content-grid { grid-template-columns: 1fr; }
  .sidebar { position: static; }
}
@media (max-width: 900px) {
  .section { padding: 56px 0; }
  .hero .container { grid-template-columns: 1fr; gap: 32px; padding-top: 40px; padding-bottom: 48px; }
  .hero-media { order: -1; }
  .hero-badge { left: 12px; bottom: 12px; }
  .costs-wrap { grid-template-columns: 1fr; }
  .testi-grid, .post-list { grid-template-columns: 1fr; }
  .nav {
    position: fixed; inset: 0; top: 0; z-index: 70;
    background: var(--white); padding: 90px 28px 28px;
    transform: translateX(100%); transition: transform .22s ease;
    overflow-y: auto; margin: 0;
  }
  .nav.open { transform: translateX(0); box-shadow: var(--shadow); }
  .nav ul { flex-direction: column; align-items: flex-start; gap: 4px; }
  .nav > ul > li { width: 100%; border-bottom: 1px solid #F0E9DC; }
  .nav a { padding: 14px 0; font-size: 1.05rem; width: 100%; }
  .nav .sub {
    position: static; opacity: 1; visibility: visible; transform: none;
    box-shadow: none; padding: 0 0 10px 14px; display: none; min-width: 0;
  }
  .nav .has-sub.open .sub { display: block; }
  .nav-toggle { display: block; z-index: 80; position: relative; margin-left: 4px; }
  .nav-toggle.open span:nth-child(1) { transform: translateY(7.6px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { transform: translateY(-7.6px) rotate(-45deg); }
  .header-cta { display: none; }
  /* Pe mobil, telefonul e mereu vizibil în bara cu logo */
  .header-tel-m {
    display: inline-flex; align-items: center; gap: 6px;
    margin-left: auto; flex: none;
    background: var(--gold); color: var(--white);
    font-family: var(--font-head); font-weight: 800; font-size: .85rem;
    padding: .5em .8em; border-radius: 8px; white-space: nowrap;
  }
  .header-tel-m:hover { background: var(--gold-light); color: var(--white); }
  .header-tel-m .ico { width: 1.05em; height: 1.05em; flex: none; }
}
body.nav-open { overflow: hidden; }

@media (max-width: 640px) {
  body { font-size: 16px; }
  .tb-extra { display: none; }
  /* Titluri compacte pe telefon — fără H1 lăbărțat pe 4 rânduri */
  h1 { font-size: 1.5rem; line-height: 1.3; }
  .page-hero h1 { font-size: 1.45rem; }
  h2 { font-size: 1.3rem; }
  .hero h1 { font-size: 1.55rem; }
  .tari-grid, .serv-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid .stat:last-child { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; padding: 44px 0 30px; }
  .btn { width: 100%; justify-content: center; }
  .site-header .btn, .header-tel-m { width: auto; }
  .btn-row { flex-direction: column; }
  .topbar .tb-right { display: none; }
  .brand img { width: 104px; }
  .header-tel-m { font-size: .8rem; padding: .5em .7em; }
}
@media (max-width: 380px) {
  .brand img { width: 92px; }
  .header-tel-m { font-size: .75rem; gap: 4px; }
}
@media (max-width: 460px) {
  .tari-grid, .serv-grid { grid-template-columns: 1fr; }
}

/* ---------- Buton flotant „înapoi sus" ---------- */
.to-top {
  position: fixed; right: 22px; bottom: 24px; z-index: 90;
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--petrol); color: var(--white);
  border: 0; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow);
  opacity: 0; visibility: hidden; transform: translateY(12px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease, background .15s ease;
}
.to-top[hidden] { display: none; }
.to-top svg { width: 22px; height: 22px; }
.to-top.show { display: flex; opacity: 1; visibility: visible; transform: translateY(0); }
.to-top:hover { background: var(--gold); }
@media (max-width: 1024px) {
  /* pe mobil: dreapta, deasupra barei fixe de jos (CTA-bar are 58px + spațiu) */
  .to-top { right: 14px; bottom: 78px; width: 42px; height: 42px; }
}

/* ---------- Accesibilitate ---------- */
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}
.screen-reader-text {
  position: absolute; width: 1px; height: 1px;
  clip-path: inset(50%); overflow: hidden; white-space: nowrap;
}
