/* ============================================================
   NOVA DISTRIBUTION — Landing Page B2B
   Paleta: Midnight #0A2342 | Steel #3F72AF | Silver #C7CED6
           White #FFFFFF | Gold #C9A44C
   Fonturi: Poppins (titluri) / Montserrat (text)
   ============================================================ */

:root{
  --midnight:#0A2342;
  --midnight-800:#123059;
  --midnight-700:#1B3E70;
  --steel:#3F72AF;
  --steel-soft:#EAF0F8;
  --silver:#C7CED6;
  --silver-soft:#F4F6F9;
  --white:#FFFFFF;
  --gold:#C9A44C;
  --gold-dark:#AE8B35;
  --gold-soft:#FBF5E7;
  --ink:#0A2342;
  --ink-60:#4A5B75;
  --ink-40:#7A889D;
  --line:#E3E8EF;

  --radius-sm:10px;
  --radius:16px;
  --radius-lg:24px;
  --shadow-xs:0 1px 2px rgba(10,35,66,.06);
  --shadow-sm:0 2px 10px rgba(10,35,66,.06);
  --shadow:0 10px 30px rgba(10,35,66,.08);
  --shadow-lg:0 24px 60px rgba(10,35,66,.14);

  --wrap:1200px;
  --gut:24px;
  --header-h:76px;

  --font-title:'Poppins',system-ui,sans-serif;
  --font-body:'Montserrat',system-ui,sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 16px);-webkit-text-size-adjust:100%}
body{
  margin:0;background:var(--white);color:var(--ink);
  font-family:var(--font-body);font-size:16px;line-height:1.65;
  font-weight:400;-webkit-font-smoothing:antialiased;overflow-x:hidden;
}
img{max-width:100%;display:block}
a{color:var(--steel);text-decoration:none}
a:hover{color:var(--midnight)}
button{font:inherit}
h1,h2,h3,h4{font-family:var(--font-title);color:var(--midnight);margin:0;line-height:1.15;letter-spacing:-.01em}
p{margin:0 0 1em}
:focus-visible{outline:3px solid var(--gold);outline-offset:3px;border-radius:4px}

.wrap{width:100%;max-width:var(--wrap);margin:0 auto;padding:0 var(--gut)}
.section{padding:96px 0}
.section--tight{padding:72px 0}
.section--silver{background:var(--silver-soft)}
.section--midnight{background:var(--midnight);color:#D6DEEA}
.section--midnight h2,.section--midnight h3{color:#fff}

/* ---------- eyebrow / heading ---------- */
.eyebrow{
  display:inline-flex;align-items:center;gap:9px;
  font-family:var(--font-title);font-size:12px;font-weight:600;
  letter-spacing:.16em;text-transform:uppercase;color:var(--gold-dark);margin-bottom:16px;
}
.eyebrow::before{content:"";width:26px;height:2px;background:var(--gold);display:block}
.section--midnight .eyebrow{color:var(--gold)}
.h-section{font-size:clamp(28px,3.4vw,44px);font-weight:700;margin-bottom:16px}
.lead{font-size:17px;color:var(--ink-60);max-width:66ch;margin:0}
.section--midnight .lead{color:#AEBCD0}
.head{margin-bottom:52px}
.head--center{text-align:center;display:flex;flex-direction:column;align-items:center}
.head--center .lead{text-align:center}

/* ---------- butoane ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  font-family:var(--font-title);font-weight:600;font-size:15px;
  padding:15px 30px;border-radius:999px;border:2px solid transparent;
  cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease;
  white-space:nowrap;line-height:1;text-align:center;
}
.btn svg{width:18px;height:18px;flex:0 0 auto}
.btn--gold{background:var(--gold);color:#2B1E00;box-shadow:0 10px 24px rgba(201,164,76,.32)}
.btn--gold:hover{background:var(--gold-dark);color:#fff;transform:translateY(-2px);box-shadow:0 14px 30px rgba(201,164,76,.42)}
.btn--outline{border-color:var(--midnight);color:var(--midnight);background:transparent}
.btn--outline:hover{background:var(--midnight);color:#fff;transform:translateY(-2px)}
.btn--ghost-light{border-color:rgba(255,255,255,.45);color:#fff;background:transparent}
.btn--ghost-light:hover{background:#fff;color:var(--midnight);border-color:#fff}
.btn--white{background:#fff;color:var(--midnight)}
.btn--white:hover{background:var(--gold);color:#2B1E00;transform:translateY(-2px)}
.btn--block{width:100%}
.btn--lg{padding:18px 38px;font-size:16px}

/* ============================================================
   TOPBAR
   ============================================================ */
.topbar{background:var(--midnight);color:#B9C6D8;font-size:13px}
.topbar .wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;height:40px}
.topbar a{color:#DCE5F0}
.topbar a:hover{color:var(--gold)}
.topbar__list{display:flex;align-items:center;gap:26px;list-style:none;margin:0;padding:0}
.topbar__list li{display:flex;align-items:center;gap:8px}
.topbar__list svg{width:15px;height:15px;color:var(--gold);flex:0 0 auto}
.topbar__badge{display:inline-flex;align-items:center;gap:8px;color:var(--gold);font-weight:600;letter-spacing:.04em}
.topbar__badge::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 4px rgba(201,164,76,.2)}

/* ============================================================
   HEADER
   ============================================================ */
.header{
  position:sticky;top:0;z-index:80;background:rgba(255,255,255,.94);
  backdrop-filter:blur(12px);border-bottom:1px solid var(--line);transition:box-shadow .25s ease;
}
.header.is-stuck{box-shadow:0 6px 24px rgba(10,35,66,.09)}
.header .wrap{display:flex;align-items:center;gap:28px;height:var(--header-h)}

.logo{display:flex;align-items:center;gap:12px;flex:0 0 auto}
.logo__mark{
  width:42px;height:42px;border-radius:11px;background:var(--midnight);
  display:grid;place-items:center;flex:0 0 auto;
}
.logo__mark svg{width:24px;height:24px;color:var(--gold)}
.logo__text{display:flex;flex-direction:column;line-height:1}
.logo__name{font-family:var(--font-title);font-weight:700;font-size:19px;color:var(--midnight);letter-spacing:.02em}
.logo__sub{font-family:var(--font-title);font-size:9.5px;font-weight:500;letter-spacing:.28em;color:var(--gold-dark);text-transform:uppercase;margin-top:3px}

.nav{margin-left:auto}
.nav__list{display:flex;align-items:center;gap:4px;list-style:none;margin:0;padding:0}
.nav__list a{
  font-family:var(--font-title);font-size:14px;font-weight:500;color:var(--midnight);
  padding:9px 13px;border-radius:8px;display:block;transition:background .15s ease,color .15s ease;
}
.nav__list a:hover,.nav__list a.is-active{background:var(--steel-soft);color:var(--steel)}
.header__cta{display:flex;align-items:center;gap:14px;flex:0 0 auto}
.header__phone{
  display:inline-flex;align-items:center;gap:9px;font-family:var(--font-title);
  font-weight:600;font-size:15px;color:var(--midnight);
}
.header__phone svg{width:17px;height:17px;color:var(--gold)}
.header__phone:hover{color:var(--gold-dark)}

.burger{
  display:none;width:44px;height:44px;border:1px solid var(--line);background:#fff;
  border-radius:11px;cursor:pointer;align-items:center;justify-content:center;padding:0;
}
.burger span{display:block;width:19px;height:2px;background:var(--midnight);position:relative;transition:.2s}
.burger span::before,.burger span::after{content:"";position:absolute;left:0;width:19px;height:2px;background:var(--midnight);transition:.2s}
.burger span::before{top:-6px}.burger span::after{top:6px}
.burger.is-open span{background:transparent}
.burger.is-open span::before{top:0;transform:rotate(45deg)}
.burger.is-open span::after{top:0;transform:rotate(-45deg)}

.mobile-nav{
  position:fixed;inset:0;top:0;z-index:79;background:#fff;padding:calc(var(--header-h) + 24px) var(--gut) 32px;
  transform:translateX(100%);transition:transform .3s ease;overflow-y:auto;
}
.mobile-nav.is-open{transform:translateX(0)}
.mobile-nav ul{list-style:none;margin:0 0 28px;padding:0}
.mobile-nav li{border-bottom:1px solid var(--line)}
.mobile-nav a{
  display:block;padding:16px 2px;font-family:var(--font-title);font-weight:600;
  font-size:17px;color:var(--midnight);
}
.mobile-nav .btn{margin-bottom:12px}

/* ============================================================
   HERO
   ============================================================ */
.hero{
  position:relative;background:var(--midnight);color:#fff;overflow:hidden;
  padding:96px 0 0;
}
.hero::before{
  content:"";position:absolute;inset:0;
  background:
    radial-gradient(900px 500px at 78% 8%,rgba(63,114,175,.42),transparent 60%),
    radial-gradient(600px 420px at 8% 92%,rgba(201,164,76,.12),transparent 62%);
  pointer-events:none;
}
.hero__grid{
  position:relative;display:grid;grid-template-columns:1.08fr .92fr;
  gap:64px;align-items:center;padding-bottom:96px;
}
.hero__tag{
  display:inline-flex;align-items:center;gap:10px;background:rgba(201,164,76,.14);
  border:1px solid rgba(201,164,76,.4);color:var(--gold);
  font-family:var(--font-title);font-size:12px;font-weight:600;letter-spacing:.12em;
  text-transform:uppercase;padding:9px 18px;border-radius:999px;margin-bottom:26px;
}
.hero__tag svg{width:15px;height:15px}
.hero h1{
  color:#fff;font-size:clamp(34px,4.6vw,60px);font-weight:800;
  line-height:1.05;letter-spacing:-.02em;margin-bottom:22px;
}
.hero h1 em{font-style:normal;color:var(--gold);display:block}
.hero__sub{font-size:18px;color:#B8C6DA;max-width:56ch;margin-bottom:14px}
.hero__claim{
  font-family:var(--font-title);font-weight:600;font-size:17px;color:#fff;
  border-left:3px solid var(--gold);padding-left:16px;margin-bottom:32px;
}
.hero__actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:38px}
.hero__perks{display:flex;flex-wrap:wrap;gap:10px;list-style:none;margin:0;padding:0}
.hero__perks li{
  display:inline-flex;align-items:center;gap:9px;background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:9px 16px;
  font-size:13.5px;font-weight:500;color:#DCE5F0;
}
.hero__perks svg{width:15px;height:15px;color:var(--gold);flex:0 0 auto}

/* card stoc in hero */
.hero__panel{
  background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);
  border-radius:var(--radius-lg);padding:32px;backdrop-filter:blur(8px);
  box-shadow:0 30px 70px rgba(0,0,0,.3);
}
.hero__panel h3{color:#fff;font-size:19px;margin-bottom:6px}
.hero__panel p{color:#A9B9D0;font-size:14px;margin-bottom:26px}
.stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.stat{
  background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);
  border-radius:var(--radius);padding:20px 18px;
}
.stat__num{font-family:var(--font-title);font-size:29px;font-weight:700;color:var(--gold);line-height:1}
.stat__label{font-size:12.5px;color:#A9B9D0;margin-top:7px;line-height:1.4}
.hero__panel .btn{margin-top:22px}

/* ============================================================
   BANNER SAME-DAY
   ============================================================ */
.banner{background:var(--gold);color:#231800}
.banner .wrap{display:grid;grid-template-columns:auto 1fr auto;gap:40px;align-items:center;padding-top:38px;padding-bottom:38px}
.banner__icon{
  width:64px;height:64px;border-radius:18px;background:rgba(0,0,0,.12);
  display:grid;place-items:center;flex:0 0 auto;
}
.banner__icon svg{width:30px;height:30px;color:#231800}
.banner h2{font-size:clamp(20px,2.3vw,28px);font-weight:800;color:#231800;letter-spacing:-.01em;margin-bottom:10px;text-transform:uppercase}
.banner ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px 26px}
.banner li{display:flex;align-items:flex-start;gap:8px;font-size:14.5px;font-weight:500;color:#3B2A00}
.banner li svg{width:16px;height:16px;flex:0 0 auto;margin-top:3px}

/* ============================================================
   CARDURI GENERICE
   ============================================================ */
.grid{display:grid;gap:24px}
.grid--3{grid-template-columns:repeat(3,1fr)}
.grid--4{grid-template-columns:repeat(4,1fr)}
.grid--2{grid-template-columns:repeat(2,1fr)}

.card{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  padding:30px 26px;box-shadow:var(--shadow-xs);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:rgba(201,164,76,.5)}
.card__icon{
  width:52px;height:52px;border-radius:14px;background:var(--steel-soft);
  display:grid;place-items:center;margin-bottom:20px;
}
.card__icon svg{width:24px;height:24px;color:var(--steel);stroke-width:1.6}
.card--gold .card__icon{background:var(--gold-soft)}
.card--gold .card__icon svg{color:var(--gold-dark)}
.card h3{font-size:17.5px;font-weight:600;margin-bottom:9px}
.card p{font-size:14.5px;color:var(--ink-60);margin:0}

/* ============================================================
   CATEGORII
   ============================================================ */
.cat{
  position:relative;display:flex;flex-direction:column;gap:14px;
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  padding:26px 22px;text-align:left;overflow:hidden;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.cat::after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:3px;
  background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .25s ease;
}
.cat:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:var(--silver)}
.cat:hover::after{transform:scaleX(1)}
.cat svg{width:30px;height:30px;color:var(--steel);stroke-width:1.5}
.cat span{font-family:var(--font-title);font-weight:600;font-size:15.5px;color:var(--midnight)}
.cat small{display:block;font-size:12.5px;color:var(--ink-40);font-weight:400;margin-top:3px;font-family:var(--font-body)}

/* ============================================================
   CATALOG (Google Drive)
   ============================================================ */
.catalog{
  background:linear-gradient(135deg,var(--midnight) 0%,#143160 100%);
  border-radius:var(--radius-lg);padding:56px;color:#fff;position:relative;overflow:hidden;
}
.catalog::after{
  content:"";position:absolute;right:-90px;top:-90px;width:340px;height:340px;border-radius:50%;
  background:radial-gradient(circle,rgba(201,164,76,.22),transparent 68%);
}
.catalog__inner{position:relative;display:grid;grid-template-columns:1.2fr .8fr;gap:48px;align-items:center}
.catalog h2{color:#fff;font-size:clamp(24px,2.8vw,34px);margin-bottom:14px}
.catalog p{color:#B6C4D8;font-size:16px;margin-bottom:26px}
.catalog__actions{display:flex;gap:14px;flex-wrap:wrap}
.drive-card{
  background:#fff;border-radius:var(--radius);padding:26px;color:var(--ink);box-shadow:var(--shadow-lg);
}
.drive-card__top{display:flex;align-items:center;gap:14px;padding-bottom:18px;border-bottom:1px solid var(--line);margin-bottom:18px}
.drive-card__top svg{width:36px;height:36px;flex:0 0 auto}
.drive-card__top strong{display:block;font-family:var(--font-title);font-size:15px}
.drive-card__top small{color:var(--ink-40);font-size:12.5px}
.drive-card ul{list-style:none;margin:0 0 20px;padding:0;display:grid;gap:10px}
.drive-card li{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--ink-60)}
.drive-card li svg{width:16px;height:16px;color:var(--gold-dark);flex:0 0 auto}

/* ============================================================
   IMPORT — timeline
   ============================================================ */
.steps{counter-reset:step;display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.step{
  position:relative;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.12);
  border-radius:var(--radius);padding:26px 22px;transition:border-color .2s ease,background .2s ease;
}
.step:hover{border-color:rgba(201,164,76,.55);background:rgba(255,255,255,.07)}
.step__n{
  font-family:var(--font-title);font-size:12px;font-weight:700;letter-spacing:.1em;
  color:var(--gold);display:block;margin-bottom:14px;
}
.step svg{width:26px;height:26px;color:#fff;stroke-width:1.5;margin-bottom:14px}
.step h3{font-size:16px;color:#fff;margin-bottom:7px}
.step p{font-size:13.5px;color:#9FB0C7;margin:0}

/* ============================================================
   RAF
   ============================================================ */
.raf{display:grid;grid-template-columns:.85fr 1.15fr;gap:56px;align-items:center}
.raf__badge{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);
  padding:44px 36px;text-align:center;box-shadow:var(--shadow);
}
.raf__logo{
  font-family:var(--font-title);font-weight:800;font-size:48px;letter-spacing:.06em;
  color:var(--midnight);line-height:1;
}
.raf__seal{
  display:inline-flex;align-items:center;gap:9px;margin-top:20px;padding:10px 20px;
  background:var(--gold-soft);border:1px solid rgba(201,164,76,.45);border-radius:999px;
  font-family:var(--font-title);font-size:12.5px;font-weight:600;color:var(--gold-dark);
  letter-spacing:.05em;text-transform:uppercase;
}
.raf__seal svg{width:16px;height:16px}
.raf__list{list-style:none;margin:26px 0 30px;padding:0;display:grid;gap:14px}
.raf__list li{display:flex;gap:13px;align-items:flex-start;font-size:15px;color:var(--ink-60)}
.raf__list svg{width:21px;height:21px;color:var(--gold-dark);flex:0 0 auto;margin-top:2px}

/* ============================================================
   LIVRARE
   ============================================================ */
.ship{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.couriers{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
.courier{
  display:inline-flex;align-items:center;gap:9px;background:#fff;border:1px solid var(--line);
  border-radius:999px;padding:11px 20px;font-family:var(--font-title);font-weight:600;
  font-size:14px;color:var(--midnight);box-shadow:var(--shadow-xs);
}
.courier--main{background:var(--midnight);color:#fff;border-color:var(--midnight)}
.courier--main small{color:var(--gold);font-weight:500;font-family:var(--font-body)}
.ship__cards{display:grid;gap:16px}
.ship-row{
  display:flex;gap:18px;align-items:flex-start;background:#fff;border:1px solid var(--line);
  border-radius:var(--radius);padding:22px;box-shadow:var(--shadow-xs);
}
.ship-row__icon{width:46px;height:46px;border-radius:12px;background:var(--gold-soft);display:grid;place-items:center;flex:0 0 auto}
.ship-row__icon svg{width:22px;height:22px;color:var(--gold-dark);stroke-width:1.6}
.ship-row h3{font-size:16px;margin-bottom:5px}
.ship-row p{font-size:14px;color:var(--ink-60);margin:0}

/* ============================================================
   STATS BAND
   ============================================================ */
.band{background:var(--midnight);color:#fff}
.band .wrap{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding-top:56px;padding-bottom:56px}
.band__item{text-align:center;padding:0 12px}
.band__num{font-family:var(--font-title);font-size:clamp(30px,3.4vw,42px);font-weight:800;color:var(--gold);line-height:1}
.band__label{font-size:14px;color:#A9B9D0;margin-top:9px}

/* ============================================================
   FAQ
   ============================================================ */
.faq{max-width:880px;margin:0 auto}
.faq__item{background:#fff;border:1px solid var(--line);border-radius:var(--radius);margin-bottom:12px;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}
.faq__item.is-open{border-color:rgba(201,164,76,.55);box-shadow:var(--shadow-sm)}
.faq__q{
  width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;
  background:none;border:0;padding:22px 26px;cursor:pointer;text-align:left;
  font-family:var(--font-title);font-weight:600;font-size:16px;color:var(--midnight);
}
.faq__q:hover{color:var(--steel)}
.faq__icon{
  width:30px;height:30px;border-radius:50%;background:var(--steel-soft);flex:0 0 auto;
  display:grid;place-items:center;transition:transform .25s ease,background .2s ease;
}
.faq__icon svg{width:15px;height:15px;color:var(--steel)}
.faq__item.is-open .faq__icon{transform:rotate(45deg);background:var(--gold-soft)}
.faq__item.is-open .faq__icon svg{color:var(--gold-dark)}
.faq__a{max-height:0;overflow:hidden;transition:max-height .3s ease}
.faq__a p{padding:0 26px 24px;margin:0;font-size:15px;color:var(--ink-60);max-width:72ch}

/* ============================================================
   CONTACT / FORMULAR
   ============================================================ */
.contact{display:grid;grid-template-columns:.92fr 1.08fr;gap:56px;align-items:start}
.contact__info .h-section{margin-bottom:14px}
.info-list{list-style:none;margin:32px 0 0;padding:0;display:grid;gap:18px}
.info-list li{display:flex;gap:16px;align-items:flex-start}
.info-list__icon{
  width:46px;height:46px;border-radius:12px;background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);display:grid;place-items:center;flex:0 0 auto;
}
.info-list__icon svg{width:20px;height:20px;color:var(--gold);stroke-width:1.6}
.info-list strong{display:block;font-family:var(--font-title);font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#8DA0BC;margin-bottom:4px;font-weight:600}
.info-list span,.info-list a{font-size:16px;color:#fff;font-weight:500}
.info-list a:hover{color:var(--gold)}
.contact__map{margin-top:30px;border-radius:var(--radius);overflow:hidden;border:1px solid rgba(255,255,255,.14);height:220px}
.contact__map iframe{width:100%;height:100%;border:0;filter:grayscale(.3)}

.form-card{background:#fff;border-radius:var(--radius-lg);padding:40px;box-shadow:var(--shadow-lg)}
.form-card h3{font-size:23px;margin-bottom:6px}
.form-card > p{font-size:14.5px;color:var(--ink-60);margin-bottom:28px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.field{display:flex;flex-direction:column;gap:7px}
.field--full{grid-column:1/-1}
.field label{font-family:var(--font-title);font-size:13px;font-weight:600;color:var(--midnight)}
.field label .req{color:#C0392B}
.field input,.field select,.field textarea{
  font-family:var(--font-body);font-size:15px;color:var(--ink);
  padding:13px 15px;border:1.5px solid var(--line);border-radius:var(--radius-sm);
  background:#fff;transition:border-color .18s ease,box-shadow .18s ease;width:100%;
}
.field textarea{resize:vertical;min-height:110px}
.field input:focus,.field select:focus,.field textarea:focus{
  outline:none;border-color:var(--steel);box-shadow:0 0 0 4px rgba(63,114,175,.13);
}
.field.has-error input,.field.has-error select,.field.has-error textarea{border-color:#C0392B}
.field__err{font-size:12.5px;color:#C0392B;display:none}
.field.has-error .field__err{display:block}
.hp{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}
.consent{display:flex;gap:11px;align-items:flex-start;font-size:13px;color:var(--ink-60);grid-column:1/-1}
.consent input{width:17px;height:17px;margin-top:2px;flex:0 0 auto;accent-color:var(--gold)}
.form-note{font-size:12.5px;color:var(--ink-40);text-align:center;margin:14px 0 0}
.form-msg{
  grid-column:1/-1;border-radius:var(--radius-sm);padding:15px 18px;font-size:14.5px;
  display:none;line-height:1.5;
}
.form-msg.is-ok{display:block;background:#EAF7EE;border:1px solid #A8DBBA;color:#1E6B39}
.form-msg.is-err{display:block;background:#FDEDEC;border:1px solid #F2B8B4;color:#96281B}
.btn[disabled]{opacity:.6;cursor:not-allowed;transform:none!important}

/* ============================================================
   CTA FINAL
   ============================================================ */
.final{background:var(--midnight);text-align:center;position:relative;overflow:hidden}
.final::before{
  content:"";position:absolute;inset:0;
  background:radial-gradient(700px 420px at 50% 0%,rgba(63,114,175,.4),transparent 65%);
}
.final .wrap{position:relative}
.final h2{color:#fff;font-size:clamp(28px,4vw,50px);font-weight:800;line-height:1.08;letter-spacing:-.02em}
.final h2 em{font-style:normal;color:var(--gold);display:block}
.final p{color:#AEBCD0;font-size:17px;max-width:60ch;margin:22px auto 34px}
.final__actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}

/* ============================================================
   FOOTER
   ============================================================ */
.footer{background:#061729;color:#8DA0BC;font-size:14px;padding:64px 0 0}
.footer__grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:44px;padding-bottom:48px}
.footer h4{color:#fff;font-size:14px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:20px;font-weight:600}
.footer ul{list-style:none;margin:0;padding:0;display:grid;gap:11px}
.footer a{color:#8DA0BC}
.footer a:hover{color:var(--gold)}
.footer__about p{margin:18px 0 0;max-width:38ch;line-height:1.7}
.footer .logo__name{color:#fff}
.footer .logo__mark{background:rgba(255,255,255,.08)}
.footer__bottom{
  border-top:1px solid rgba(255,255,255,.09);padding:22px 0;
  display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;font-size:13px;
}

/* ============================================================
   WHATSAPP FLOTANT (permanent) + bara mobila
   ============================================================ */
.wa{
  position:fixed;right:22px;bottom:22px;z-index:90;
  display:flex;align-items:center;gap:12px;
  background:#25D366;color:#fff;border-radius:999px;
  padding:14px 22px 14px 16px;font-family:var(--font-title);font-weight:600;font-size:15px;
  box-shadow:0 12px 32px rgba(37,211,102,.42);
  transition:transform .2s ease,box-shadow .2s ease;
}
.wa:hover{transform:translateY(-3px) scale(1.02);color:#fff;box-shadow:0 18px 42px rgba(37,211,102,.55)}
.wa svg{width:26px;height:26px;flex:0 0 auto}
.wa::before{
  content:"";position:absolute;inset:0;border-radius:999px;border:2px solid #25D366;
  animation:waPulse 2.4s ease-out infinite;pointer-events:none;
}
@keyframes waPulse{0%{opacity:.7;transform:scale(1)}100%{opacity:0;transform:scale(1.35)}}

.mobile-bar{
  display:none;position:fixed;left:0;right:0;bottom:0;z-index:88;
  background:#fff;border-top:1px solid var(--line);padding:10px 12px;
  gap:10px;box-shadow:0 -6px 24px rgba(10,35,66,.12);
}
.mobile-bar .btn{flex:1;padding:13px 12px;font-size:14px}

/* ============================================================
   ANIMATII
   ============================================================ */
.reveal{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s ease}
.reveal.is-in{opacity:1;transform:none}

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

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:1080px){
  .nav,.header__phone{display:none}
  .burger{display:flex}
  .hero__grid{grid-template-columns:1fr;gap:48px}
  .grid--4{grid-template-columns:repeat(2,1fr)}
  .steps{grid-template-columns:repeat(2,1fr)}
  .catalog__inner,.raf,.ship,.contact{grid-template-columns:1fr;gap:40px}
  .footer__grid{grid-template-columns:1fr 1fr;gap:36px}
  .banner .wrap{grid-template-columns:auto 1fr;gap:24px}
  .banner .btn{grid-column:1/-1;width:100%}
}
@media (max-width:860px){
  .topbar__list li:not(:last-child){display:none}
  .band .wrap{grid-template-columns:repeat(2,1fr);gap:32px}
}
@media (max-width:720px){
  :root{--gut:18px}
  .section{padding:64px 0}
  .section--tight{padding:52px 0}
  .hero{padding-top:56px}
  .hero__grid{padding-bottom:64px}
  .grid--3,.grid--4,.grid--2,.steps{grid-template-columns:1fr}
  .form-grid{grid-template-columns:1fr}
  .form-card,.catalog{padding:26px}
  .header__cta .btn{display:none}
  .footer__grid{grid-template-columns:1fr}
  .banner .wrap{grid-template-columns:1fr}
  .banner__icon{display:none}
  .hero__actions .btn{width:100%}
  .mobile-bar{display:flex}
  body{padding-bottom:74px}
  .wa{bottom:84px;right:16px;padding:13px;gap:0}
  .wa span{display:none}
}
