:root{
  /* Premium dark (anthracite) */
  --bg:#121214;
  --bg2:#15161a;

  /* Cards */
  --card:rgba(255,255,255,.045);
  --card2:rgba(255,255,255,.035);

  --text:#f4f6fb;
  --muted:rgba(244,246,251,.70);
  --line:rgba(255,255,255,.10);

  /* Catalan accent */
  --red:#c61818;
  --yellow:#f2c100;

  /* High-end gradient (controlled) */
  --accent:linear-gradient(90deg,#c61818 0%,#e24a18 45%,#f2c100 92%);

  --radius:22px;
  --shadow:0 22px 70px rgba(0,0,0,.55);
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;

  /* Premium background */
  background:
    radial-gradient(1200px 700px at 12% 0%, rgba(198,24,24,.22), transparent 60%),
    radial-gradient(900px 600px at 88% 10%, rgba(242,193,0,.16), transparent 55%),
    radial-gradient(900px 800px at 50% 120%, rgba(255,255,255,.06), transparent 55%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg2) 100%);

  color:var(--text);
}

a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1140px,92vw);margin-inline:auto}

.skip{
  position:absolute;left:-999px;top:8px;
  background:#fff;color:#000;padding:10px 12px;border-radius:12px;
}
.skip:focus{left:12px;z-index:9999}

/* Header */
.header{
  position:sticky;top:0;z-index:80;
  backdrop-filter:saturate(160%) blur(12px);
  background:rgba(18,18,20,.72);
  border-bottom:1px solid rgba(255,255,255,.08);
}

.nav{
  display:grid;
  grid-template-columns: auto 1fr auto;
  align-items:center;
  gap:12px;
  padding:14px 0;
}

.navLeft{display:flex;align-items:center}
.brand{
  display:flex;align-items:center;gap:12px;
}

.brandText{display:flex;flex-direction:column}
.brandName{font-weight:900;letter-spacing:.2px;font-size:18px}
.brandTag{font-size:12px;color:var(--muted);margin-top:2px}

.logo{
  border-radius:26px;
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 14px 40px rgba(0,0,0,.45);
}

/* LOGO HEADER PLUS GROS */
.logoHeader{
  width:96px;
  height:96px;
}

/* Menu desktop */
.menu{
  display:flex;
  justify-content:center;
  gap:16px;
}
.menu a{
  color:var(--muted);
  font-weight:800;
  font-size:14px;
  padding:10px 12px;
  border-radius:14px;
}
.menu a:hover{
  color:var(--text);
  background:rgba(255,255,255,.06);
}

.navRight{display:flex;justify-content:flex-end}

/* Burger */
.burger{
  display:none;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  color:var(--text);
  padding:10px 12px;
  border-radius:16px;
  font-size:18px;
  cursor:pointer;
}

/* Catalan stripes */
.stripes{height:6px;display:flex}
.stripes span{flex:1}
.stripes span:nth-child(odd){background:var(--red)}
.stripes span:nth-child(even){background:var(--yellow)}

/* Buttons */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  border-radius:18px;
  padding:12px 14px;
  font-weight:900;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.05);
}
.btn:hover{background:rgba(255,255,255,.08)}
.btnLg{padding:14px 16px}
.btnXl{padding:16px 18px;font-size:15px;border-radius:20px}
.btnPrimary{
  border:0;
  background:var(--accent);
  color:#0c0c10;
  box-shadow:0 18px 46px rgba(198,24,24,.22);
}
.btnPrimary:hover{filter:brightness(1.05)}
.btnGhost{background:rgba(255,255,255,.045)}
.btnPartner{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.16);
  color:rgba(255,255,255,.92);
}
.full{width:100%}

/* Hero */
.hero{padding:26px 0 10px}
.heroGrid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:18px;
  align-items:start;
}

.pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.10);
  color:var(--muted);
  font-weight:800;
  font-size:13px;
}
.dot{width:10px;height:10px;border-radius:999px;display:inline-block}
.dot.red{background:var(--red)}
.dot.yellow{background:var(--yellow)}

h1{font-size:46px;line-height:1.05;margin:16px 0 12px}
.accent{
  background:var(--accent);
  -webkit-background-clip:text;background-clip:text;
  color:transparent;
}
.heroLead{margin:0 0 14px;color:rgba(244,246,251,.88);line-height:1.75;font-size:16px}

.ctaPanel{
  margin-top:10px;
  padding:16px;
  border-radius:24px;
  background:linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.12);
  box-shadow:var(--shadow);
}
.ctaHead{
  display:flex;justify-content:space-between;align-items:flex-end;
  gap:10px;margin-bottom:12px;
}
.ctaTitle{font-weight:900;font-size:16px}
.ctaHint{color:var(--muted);font-weight:800;font-size:13px}

.ctaButtons{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
  justify-items:center;
}
.ctaButtons .btn{width:min(560px,100%)}
.partnerWide{width:min(560px,100%);margin:10px auto 0}

.trust{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:14px;
}
.trustItem{
  padding:12px 12px;
  border-radius:18px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  color:var(--muted);
}
.trustItem strong{color:var(--text)}

.notice{
  margin-top:14px;
  padding:12px 14px;
  border-radius:18px;
  background:rgba(255,255,255,.04);
  border:1px dashed rgba(255,255,255,.18);
  color:var(--muted);
}
.linkInline{color:var(--text);text-decoration:underline;text-underline-offset:3px}

/* Right card */
.heroCard{
  border-radius:var(--radius);
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.12);
  box-shadow:var(--shadow);
  overflow:hidden;
}

.heroCardTop{
  padding:16px 16px 12px;
  border-bottom:1px solid rgba(255,255,255,.10);
}
.heroCardTitle{font-weight:900;font-size:18px}
.heroCardSub{color:var(--muted);font-size:13px;margin-top:4px}

.heroCardBody{padding:16px}

/* LOGO CARD TRÈS GROS + CENTRÉ */
.cardLogo{
  width:210px;
  height:210px;
  border-radius:42px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 14px;
}
.cardLogo img{
  width:170px;
  height:170px;
  border-radius:34px;
}

.divider{
  height:1px;
  background:rgba(255,255,255,.10);
  margin:14px 0;
}

.quickActions{display:grid;gap:10px;margin-top:0}

/* Form */
.form{display:grid;gap:10px}
.formHero{margin-top:0}
.field{display:grid;gap:6px}
label{font-weight:900;font-size:13px}
input,textarea{
  width:100%;
  padding:12px 12px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.20);
  color:var(--text);
  outline:none;
}
textarea{resize:none}
input:focus,textarea:focus{
  border-color:rgba(242,193,0,.45);
  box-shadow:0 0 0 4px rgba(242,193,0,.12);
}
.muted{color:var(--muted)}
.tiny{font-size:12px}
.center{text-align:center}

/* Sections */
.section{padding:44px 0}
.section.alt{
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
  background:rgba(255,255,255,.02);
}
.sectionHead{margin-bottom:16px}
h2{font-size:32px;margin:0 0 6px}
.lead{margin:0;color:var(--muted);line-height:1.7}

.cards{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:14px;
}
.card{
  border-radius:var(--radius);
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  padding:16px;
}
.cardTitle{font-weight:900;margin-bottom:8px}
.card p{margin:0;color:var(--muted);line-height:1.65}
.card.urgent{
  background:linear-gradient(180deg, rgba(198,24,24,.18), rgba(255,255,255,.04));
  border-color:rgba(198,24,24,.30);
}

.zoneGrid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:14px;
}
.zoneBox{
  border-radius:var(--radius);
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  padding:16px;
}
.zoneTitle{font-weight:900;margin-bottom:6px}
.zoneBox p{margin:0;color:var(--muted);line-height:1.65}

/* Badges */
.badges{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 0}
.badge{
  font-size:12px;font-weight:900;
  padding:7px 10px;border-radius:999px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.10);
  color:var(--muted);
}

/* FAQ */
.faq{
  margin-top:16px;
  border-radius:var(--radius);
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.03);
  overflow:hidden;
}
details{border-top:1px solid rgba(255,255,255,.10)}
details:first-child{border-top:0}
summary{
  cursor:pointer;
  padding:14px 16px;
  font-weight:900;
  list-style:none;
}
summary::-webkit-details-marker{display:none}
details p{margin:0;padding:0 16px 14px;color:var(--muted);line-height:1.65}

/* Contact */
.contactGrid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:14px;
  align-items:start;
}
.contactBox{
  margin-top:12px;
  border-radius:var(--radius);
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  padding:14px;
}
.contactRow{
  display:flex;align-items:center;justify-content:space-between;
  gap:12px;
  padding:10px 0;
  border-top:1px solid rgba(255,255,255,.06);
  color:var(--muted);
}
.contactRow:first-child{border-top:0}
.link{color:var(--text);font-weight:900;text-decoration:underline;text-underline-offset:3px}
.contactCtas{margin-top:12px;display:grid;gap:10px}

.contactCard{
  border-radius:var(--radius);
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.10);
  padding:16px;
  box-shadow:var(--shadow);
}
.contactCardTitle{font-weight:900;font-size:18px;margin-bottom:6px}

/* Footer */
.footer{
  padding:22px 0 86px;
  border-top:1px solid rgba(255,255,255,.08);
}
.footerGrid{
  display:flex;align-items:center;justify-content:space-between;gap:14px;
}
.footBrand{display:flex;align-items:center;gap:12px}

/* LOGO FOOTER PLUS GROS */
.logoSm{
  width:64px;
  height:64px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 14px 40px rgba(0,0,0,.40);
}

/* Call bar */
.callBar{
  position:fixed;left:0;right:0;bottom:0;z-index:90;
  padding:10px;
  background:rgba(18,18,20,.72);
  border-top:1px solid rgba(255,255,255,.10);
  backdrop-filter:saturate(160%) blur(12px);
}
.callBarBtn{
  display:flex;gap:10px;align-items:center;
  border-radius:18px;
  padding:12px 14px;
  background:var(--accent);
  color:#0c0c10;
  font-weight:900;
  box-shadow:0 18px 44px rgba(198,24,24,.18);
}
.callIcon{font-size:18px}
.callNumber{font-weight:900}

/* Drawer mobile (visible + reliable) */
.drawer{
  position:fixed;inset:0;
  z-index:9999;
  display:none;
}
.drawer[aria-hidden="false"]{display:block}
.drawerBackdrop{
  position:absolute;inset:0;
  background:rgba(0,0,0,.78);
}
.drawerPanel{
  position:absolute;
  left:12px; right:12px; top:12px;
  border-radius:24px;
  background:rgba(10,10,14,.96);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 24px 70px rgba(0,0,0,.70);
  padding:14px;
}
.drawerClose{
  width:46px;height:46px;border-radius:16px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.08);
  color:#fff;font-size:18px;cursor:pointer;
}
.drawerPanel a{
  display:block;
  padding:14px 12px;
  border-radius:16px;
  color:rgba(255,255,255,.92);
  font-weight:900;
  font-size:16px;
}
.drawerPanel a:hover{background:rgba(255,255,255,.08)}
.drawerPanel .btn{margin-top:10px;width:100%}

/* Responsive */
@media (max-width: 980px){
  .heroGrid{grid-template-columns:1fr}
  h1{font-size:40px}
  .cards{grid-template-columns:repeat(2,minmax(0,1fr))}
  .zoneGrid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .contactGrid{grid-template-columns:1fr}
  .menu{display:none}
  .burger{display:inline-flex}
}
@media (max-width: 720px){
  h1{font-size:34px}
  .trust{grid-template-columns:1fr}

  /* bigger header logo on mobile too */
  .logoHeader{width:82px;height:82px}
  .brandName{font-size:16px}
  .footerGrid{flex-direction:column;align-items:flex-start}
}
