﻿/* ═══════════════════════════════════
   MAX TRACTĂRI — Premium v4.0
   Mobile-first · CRO-optimized · SVG icons
═══════════════════════════════════ */
:root{
  --y:#F1C40F; --yd:#D4AC0D; --yl:#FEF9E3;
  --k:#0E0E0E; --k2:#1A1A1A; --k3:#2C2C2C;
  --w:#FFFFFF; --g1:#F4F4F2; --g2:#E8E8E5;
  --txt:#1A1A1A; --muted:#6B6B6B;
  --red:#E8372A; --green:#1DB954;
  --r:10px; --r2:16px;
  --sh:0 2px 16px rgba(0,0,0,.10);
  --sh2:0 8px 40px rgba(0,0,0,.16);
  --ease:cubic-bezier(.22,.61,.36,1);
  --font-head:'Barlow Condensed',sans-serif;
  --font-body:'Geist','Inter',system-ui,-apple-system,sans-serif;
}
*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:var(--font-body);color:var(--txt);background:var(--w);line-height:1.6;padding-bottom:68px;overflow-x:hidden}
img{display:block;max-width:100%;height:auto}
a{text-decoration:none;color:inherit}
svg{flex-shrink:0}
:focus-visible{outline:3px solid var(--y);outline-offset:2px;border-radius:6px}
.ico{width:1em;height:1em;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;fill:none;display:inline-block;vertical-align:middle}
.ico-f{fill:currentColor;stroke:none}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .6s var(--ease),transform .6s var(--ease)}
.reveal.visible{opacity:1;transform:none}

/* STICKY */
.sticky{position:fixed;bottom:0;left:0;right:0;z-index:1000;display:grid;grid-template-columns:1fr 1fr;box-shadow:0 -4px 24px rgba(0,0,0,.22)}
.sticky a{display:flex;align-items:center;justify-content:center;gap:8px;padding:16px 10px;font-family:var(--font-head);font-size:17px;font-weight:700;letter-spacing:.5px;color:var(--w);transition:filter .2s}
.sticky .s-call{background:var(--red)}
.sticky .s-wa{background:var(--green)}
.sticky a:hover{filter:brightness(1.08)}
.sticky svg{width:20px;height:20px}

/* TOP BAR */
.topbar{background:var(--k);padding:8px 0;font-size:12px;color:#888}
.topbar-inner{max-width:1160px;margin:0 auto;padding:0 16px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:6px}
.topbar a{color:var(--y);font-weight:600}
.topbar a:hover{text-decoration:underline}
.tb-sep{color:#333;margin:0 6px}
.tb-i{display:inline-flex;align-items:center;gap:6px}
.tb-i svg{width:14px;height:14px;color:var(--y)}

/* HEADER */
header{background:rgba(14,14,14,.92);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:200;border-bottom:1px solid #1e1e1e;transition:box-shadow .3s}
header.scrolled{box-shadow:0 6px 30px rgba(0,0,0,.5)}
.hdr{max-width:1160px;margin:0 auto;padding:0 16px;height:64px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.hdr-logo img{height:40px;width:auto;filter:brightness(1.15);mix-blend-mode:lighten}
.hdr-phone{display:flex;align-items:center;gap:10px}
.hdr-call{display:inline-flex;align-items:center;gap:8px;background:var(--y);color:var(--k);padding:10px 20px;border-radius:8px;font-family:var(--font-head);font-size:17px;font-weight:900;letter-spacing:.5px;transition:transform .2s var(--ease),background .2s;white-space:nowrap}
.hdr-call:hover{background:var(--yd);transform:translateY(-2px)}
.hdr-call svg{width:16px;height:16px}
.hdr-wa{display:inline-flex;align-items:center;gap:6px;background:var(--green);color:var(--w);padding:10px 16px;border-radius:8px;font-size:14px;font-weight:700;transition:transform .2s var(--ease),background .2s}
.hdr-wa:hover{background:#17a349;transform:translateY(-2px)}
.ham{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:8px;background:none;border:none}
.ham span{display:block;width:24px;height:2px;background:var(--w);border-radius:2px;transition:all .3s}
.hdr-nav{display:flex;align-items:center;gap:2px}
.hdr-nav a{color:#aaa;font-size:13px;font-weight:500;padding:6px 10px;border-radius:6px;transition:color .2s,background .2s;white-space:nowrap}
.hdr-nav a:hover{color:var(--w);background:rgba(255,255,255,.06)}

/* SECTION BASE */
section{padding:72px 16px}
.si{max-width:1160px;margin:0 auto}
.sl{font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--y);margin-bottom:10px;display:inline-flex;align-items:center;gap:8px}
.sl::before{content:'';width:24px;height:2px;background:var(--y);border-radius:2px}
.st{font-family:var(--font-head);font-size:clamp(28px,6vw,46px);font-weight:900;color:var(--txt);margin-bottom:10px;line-height:1.08;letter-spacing:-.5px}
.ss{font-size:15px;color:var(--muted);max-width:560px;line-height:1.7}
.sh{margin-bottom:48px}
.sh.center{text-align:center}
.sh.center .ss{margin:0 auto}
.sh.center .sl{justify-content:center}

/* FAQ */
.faq-wrap{max-width:780px;margin:0 auto;display:flex;flex-direction:column;gap:10px}
.faq-item{border:1.5px solid var(--g2);border-radius:var(--r);overflow:hidden;transition:border-color .2s}
.faq-item.open{border-color:var(--y)}
.faq-q{display:flex;align-items:center;justify-content:space-between;padding:17px 20px;cursor:pointer;font-weight:600;font-size:15px;gap:12px;user-select:none;background:var(--w);transition:background .18s;color:var(--txt)}
.faq-q:hover{background:var(--g1)}
.faq-q svg{width:18px;height:18px;flex-shrink:0;transition:transform .3s;color:var(--muted)}
.faq-item.open .faq-q svg{transform:rotate(180deg)}
.faq-a{display:none;padding:0 20px 16px;font-size:14px;line-height:1.7;color:var(--muted)}
.faq-item.open .faq-a{display:block}
.faq-a strong{color:var(--txt)}

/* CTA BUTTONS */
.cta-acts{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.btn-blk{display:inline-flex;align-items:center;gap:10px;background:var(--k);color:var(--w);padding:16px 34px;border-radius:10px;font-family:var(--font-head);font-size:21px;font-weight:900;transition:transform .2s var(--ease),background .2s;letter-spacing:.5px}
.btn-blk:hover{background:var(--k2);transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,.3)}
.btn-blk svg{width:20px;height:20px}
.btn-wa-blk{display:inline-flex;align-items:center;gap:10px;background:var(--green);color:var(--w);padding:16px 28px;border-radius:10px;font-size:16px;font-weight:700;transition:transform .2s var(--ease),background .2s}
.btn-wa-blk:hover{background:#17a349;transform:translateY(-3px)}
.btn-wa-blk svg{width:18px;height:18px}

/* FOOTER */
footer{background:var(--k);color:#666;font-size:13px}
.ft{max-width:1160px;margin:0 auto;padding:52px 16px 28px;display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:32px}
.ft-logo img{height:36px;filter:brightness(1.2);margin-bottom:14px}
.ft-desc{font-size:13px;color:#777;line-height:1.7;max-width:250px;margin-bottom:16px}
.ft-soc{display:flex;gap:7px;flex-wrap:wrap}
.fsoc-link{color:#888;font-size:12px;border:1px solid #222;padding:7px 13px;border-radius:6px;transition:color .2s,border-color .2s,background .2s;font-weight:600;display:inline-flex;align-items:center;gap:6px}
.fsoc-link:hover{color:var(--k);border-color:var(--y);background:var(--y)}
.ft h4{color:#ccc;font-size:12.5px;font-weight:700;margin-bottom:14px;padding-bottom:8px;border-bottom:1px solid #1e1e1e;letter-spacing:.5px;text-transform:uppercase}
.ft ul{list-style:none;display:flex;flex-direction:column;gap:8px}
.ft ul a{color:#888;font-size:13px;transition:color .2s}
.ft ul a:hover{color:var(--y)}
.ft-cl{display:flex;align-items:center;gap:8px;margin-bottom:9px;font-size:13px;color:#888;line-height:1.5}
.ft-cl a{color:var(--y);font-weight:600}
.ft-bottom{border-top:1px solid #181818;padding:16px;max-width:1160px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}
.ft-bottom>span{color:#555;font-size:12px}
.ft-legal{display:flex;gap:14px;flex-wrap:wrap}
.ft-legal a{color:#666;font-size:12px;transition:color .2s}
.ft-legal a:hover{color:var(--y)}

/* BACK TO TOP */
.totop{position:fixed;right:16px;bottom:84px;z-index:900;width:46px;height:46px;border-radius:12px;background:var(--k);color:var(--y);border:1px solid #2a2a2a;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .3s,visibility .3s,transform .3s var(--ease),background .2s}
.totop.show{opacity:1;visibility:visible;transform:none}
.totop:hover{background:var(--y);color:var(--k)}
.totop svg{width:22px;height:22px}

/* GDPR BANNER */
.cookie-bar{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#111;border-top:1.5px solid var(--g2);padding:18px 24px;display:flex;align-items:center;gap:20px;flex-wrap:wrap;transform:translateY(100%);transition:transform .4s var(--ease)}
.cookie-bar.show{transform:translateY(0)}
.cookie-bar p{flex:1;font-size:13.5px;color:#999;margin:0;min-width:220px}
.cookie-bar p a{color:var(--y);text-decoration:underline}
.cookie-btns{display:flex;gap:10px;flex-shrink:0}
.cb-accept{background:var(--y);color:var(--k);border:none;border-radius:8px;padding:10px 22px;font-weight:700;font-size:14px;cursor:pointer;font-family:var(--font-body)}
.cb-reject{background:transparent;color:#999;border:1.5px solid var(--g2);border-radius:8px;padding:10px 18px;font-size:14px;cursor:pointer;font-family:var(--font-body)}
.cb-reject:hover{color:var(--w);border-color:#888}

/* RESPONSIVE */
@media(max-width:960px){
  .ft{grid-template-columns:1fr 1fr;gap:28px}
  .hdr-nav{display:none}
  .ham{display:flex}
  .hdr-wa{display:none}
}
@media(max-width:640px){
  html{font-size:15px}
  section{padding:46px 14px}
  .topbar{display:none}
  .hdr{height:58px;padding:0 12px}
  .hdr-logo img{height:34px}
  .hdr-call{font-size:14px;padding:9px 14px;gap:6px;letter-spacing:0}
  .cta-acts{flex-direction:column;gap:10px}
  .cta-acts a{width:100%;justify-content:center}
  .ft{grid-template-columns:1fr 1fr;gap:24px;padding:40px 16px 24px}
  .ft>div:first-child,.ft>div:last-child{grid-column:1/-1}
  .ft-desc{max-width:none}
  .ft-bottom{flex-direction:column;align-items:flex-start;gap:12px}
  .totop{bottom:80px;right:12px}
  .cookie-bar{flex-direction:column;align-items:flex-start}
  .cookie-btns{width:100%}
  .cb-accept,.cb-reject{flex:1;text-align:center}
}
@media(max-width:380px){
  .hdr-call span{display:none}
}
@media(prefers-reduced-motion:reduce){
  *{animation-duration:.001ms!important;transition-duration:.001ms!important}
  .reveal{opacity:1;transform:none}
}
