
:root{
  --primary:#3f58e8;
  --secondary:#63d5b1;
  --soft:#f1f4ff;
  --contrast:#ffffff;
  --ink:#101828;
  --navy:#0d1936;
  --muted:#667085;
  --border:#e6eaf0;
  --white:#ffffff;
  --bg:#f7f9fc;
  --radius:22px;
  --shadow:0 22px 60px rgba(20,35,70,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  color:var(--ink);
  background:#fff;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button,input,select{font:inherit}
.container{width:min(1220px,calc(100% - 40px));margin:auto}

/* TOP / HEADER */
.topbar{
  background:var(--navy);
  color:#fff;
  text-align:center;
  padding:7px 16px;
  font-size:11px;
}
.header{
  position:sticky;
  top:0;
  z-index:30;
  background:rgba(255,255,255,.97);
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--border);
}
.header-inner{
  min-height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.brand{display:flex;align-items:center;gap:12px}
.brand img{
  width:46px;
  height:46px;
  border-radius:50%;
  object-fit:cover;
}
.brand strong{font-size:17px}
.brand span{
  display:block;
  color:var(--muted);
  font-size:11px;
  margin-top:2px;
}
.nav{
  display:flex;
  gap:24px;
  color:#3c485f;
  font-size:13px;
  font-weight:700;
}
.nav a:hover{color:var(--primary)}
.header-cta,.btn-primary{
  border:0;
  background:var(--primary);
  color:#fff;
  font-weight:850;
  border-radius:13px;
  cursor:pointer;
  box-shadow:0 10px 24px color-mix(in srgb,var(--primary) 28%,transparent);
}
.header-cta{padding:13px 20px}
.btn-primary{min-height:56px;padding:0 22px}

/* HOME HERO */
.hero{
  padding:64px 0 78px;
  background:
    radial-gradient(circle at 0 0,color-mix(in srgb,var(--secondary) 17%,transparent),transparent 31%),
    radial-gradient(circle at 100% 0,color-mix(in srgb,var(--primary) 15%,transparent),transparent 34%),
    linear-gradient(180deg,#fff,#f8faff);
}
.hero-grid{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:62px;
  align-items:center;
}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--primary);
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.8px;
  margin-bottom:16px;
}
.eyebrow:before{
  content:"";
  width:8px;
  height:8px;
  background:var(--secondary);
  border-radius:50%;
}
h1{
  font-size:clamp(44px,5vw,68px);
  line-height:1.0;
  letter-spacing:-3px;
  margin:0 0 18px;
  font-weight:880;
}
.lead{
  color:var(--muted);
  font-size:18px;
  line-height:1.58;
  max-width:600px;
  margin:0 0 24px;
}
.region-chips{display:flex;flex-wrap:wrap;gap:9px}
.region-chip{
  background:#fff;
  border:1px solid var(--border);
  padding:10px 14px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
}
.region-chip:before{
  content:"✓";
  color:var(--secondary);
  margin-right:6px;
}
.hero-points{display:grid;gap:10px;margin-top:26px}
.hero-point{
  display:flex;
  gap:11px;
  align-items:center;
  background:rgba(255,255,255,.80);
  border:1px solid var(--border);
  border-radius:13px;
  padding:13px 15px;
  font-size:13px;
  font-weight:750;
}
.hero-point i{
  width:24px;
  height:24px;
  border-radius:7px;
  display:grid;
  place-items:center;
  background:color-mix(in srgb,var(--secondary) 15%,white);
  color:var(--secondary);
  font-style:normal;
}

/* FORM */
.form-card{
  position:relative;
  background:rgba(255,255,255,.98);
  border:1px solid rgba(20,35,70,.09);
  border-radius:28px;
  padding:35px;
  box-shadow:var(--shadow);
  overflow:hidden;
  color:#101828;
}
.form-card:before{
  content:"";
  position:absolute;
  left:35px;
  right:35px;
  top:0;
  height:4px;
  background:linear-gradient(90deg,var(--primary),var(--secondary));
  border-radius:0 0 99px 99px;
}
.form-card h2{font-size:30px;margin:0 0 7px;letter-spacing:-1px}
.form-subtitle{font-size:13px;color:#667085;margin-bottom:25px}
.progress-meta{display:flex;justify-content:space-between;font-size:11px;font-weight:850;margin-bottom:8px}
.progress-meta span:last-child{color:var(--primary)}
.progress{height:7px;background:#edf1f5;border-radius:99px;overflow:hidden;margin-bottom:28px}
.progress-fill{
  height:100%;
  width:25%;
  background:linear-gradient(90deg,var(--primary),var(--secondary));
  transition:.2s;
}
.step{display:none}.step.active{display:block}
.step h3{font-size:21px;margin:0 0 6px}
.step p{font-size:12px;color:#667085;margin:0 0 20px}
.options{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.option{
  min-height:58px;
  background:#fff;
  border:1px solid #e6eaf0;
  border-radius:13px;
  font-weight:800;
  cursor:pointer;
  color:#101828;
}
.option.selected{
  border-color:var(--primary);
  background:color-mix(in srgb,var(--primary) 10%,white);
  color:var(--primary);
  box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 8%,transparent);
}
.fields{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin-top:15px}
.field.full{grid-column:1/-1}
.field label{display:block;font-size:11px;font-weight:850;margin-bottom:7px}
.field input,.field select{
  width:100%;
  height:54px;
  border:1px solid #e6eaf0;
  border-radius:12px;
  padding:0 14px;
  outline:none;
  background:#fff;
  color:#101828;
}
.field input:focus,.field select:focus{
  border-color:var(--primary);
  box-shadow:0 0 0 4px color-mix(in srgb,var(--primary) 10%,transparent);
}
.conditional{display:none}.conditional.visible{display:block}
.ages-wrapper{grid-column:1/-1;display:none}
.ages-wrapper.visible{display:block}
.ages-title{font-size:11px;font-weight:850;margin-bottom:9px}
.ages-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}
.actions{display:flex;gap:10px;margin-top:24px}
.btn-secondary{
  border:0;
  border-radius:13px;
  background:#eef1f5;
  color:#27364d;
  font-weight:850;
  padding:0 20px;
  min-height:56px;
  cursor:pointer;
}
.btn-primary{flex:1}
.error{display:none;color:#ba2b2b;font-size:11px;font-weight:800;margin-top:11px}
.error.visible{display:block}
.form-note{font-size:9px;color:#8893a3;text-align:center;margin-top:12px;line-height:1.5}

/* LOGOS — same visible area for all */
.logo-strip{
  padding:38px 0;
  border-top:1px solid #f0f2f6;
  border-bottom:1px solid #f0f2f6;
  background:#fff;
  overflow:hidden;
}
.logo-strip h2{
  text-align:center;
  font-size:13px;
  color:#667085;
  margin:0 0 22px;
  text-transform:uppercase;
  letter-spacing:.8px;
}
.logo-track-wrap{
  overflow:hidden;
  mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);
}
.logo-track{
  display:flex;
  gap:16px;
  width:max-content;
  animation:scrollLogos 38s linear infinite;
}
.logo-track:hover{animation-play-state:paused}
@keyframes scrollLogos{to{transform:translateX(-50%)}}
.logo-card{
  width:178px;
  height:112px;
  border:1px solid #e8ecf2;
  border-radius:18px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:10px;
  box-shadow:0 8px 25px rgba(18,33,61,.05);
  overflow:hidden;
}
.logo-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:12px;
}
.logo-fallback{
  font-weight:850;
  font-size:13px;
  text-align:center;
  color:#344054;
}

/* SECTIONS */
.section{padding:78px 0}
.section.soft{background:var(--bg)}
.section-head{max-width:720px;margin:0 auto 38px;text-align:center}
.section-head small{
  color:var(--primary);
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.9px;
}
.section-head h2{font-size:37px;letter-spacing:-1.6px;margin:8px 0 10px}
.section-head p{color:var(--muted);font-size:14px;line-height:1.6}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.feature{
  border:1px solid var(--border);
  border-radius:18px;
  background:#fff;
  padding:26px;
  box-shadow:0 10px 32px rgba(20,35,70,.05);
}
.feature .icon{
  width:43px;
  height:43px;
  border-radius:13px;
  display:grid;
  place-items:center;
  background:color-mix(in srgb,var(--primary) 12%,white);
  color:var(--primary);
  font-weight:900;
  margin-bottom:16px;
}
.feature h3{margin:0 0 8px;font-size:17px}
.feature p{margin:0;color:var(--muted);font-size:12px;line-height:1.6}
.operator-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.operator-link{
  min-height:154px;
  border:1px solid var(--border);
  border-radius:18px;
  background:#fff;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:10px;
  gap:8px;
  box-shadow:0 8px 25px rgba(20,35,70,.04);
  transition:.18s;
  overflow:hidden;
}
.operator-link:hover{transform:translateY(-2px);border-color:#cbd5e5}
.operator-link img{
  width:126px;
  height:92px;
  object-fit:cover;
  border-radius:12px;
}
.operator-link > span:not(.logo-fallback){
  font-size:12px;
  font-weight:850;
  color:#475467;
}
.network-card{
  margin-top:18px;
  border:1px solid var(--border);
  border-radius:20px;
  padding:24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  background:linear-gradient(135deg,#f8faff,#eef3ff);
}
.network-card img{
  width:150px;
  height:92px;
  object-fit:cover;
  border-radius:14px;
}
.network-card h3{margin:0 0 7px}
.network-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.6}
.network-card a{color:var(--primary);font-weight:900;font-size:12px}

/* OPERATOR PAGE — intense brand identity */
body.operator-page{
  --operator-hero-text:#ffffff;
  --operator-muted:rgba(255,255,255,.82);
}
body.operator-page .topbar{
  background:color-mix(in srgb,var(--primary) 86%,#000);
}
body.operator-page .header{
  border-bottom:1px solid color-mix(in srgb,var(--primary) 18%,#e6eaf0);
}
body.operator-page .operator-hero{
  position:relative;
  padding:54px 0 72px;
  color:var(--operator-hero-text);
  background:
    radial-gradient(circle at 5% 4%,color-mix(in srgb,var(--secondary) 30%,transparent),transparent 34%),
    radial-gradient(circle at 94% 0,color-mix(in srgb,var(--contrast) 12%,transparent),transparent 30%),
    linear-gradient(135deg,var(--primary),color-mix(in srgb,var(--primary) 80%,#000));
}
body.operator-page .operator-hero .hero-grid{align-items:center}
body.operator-page .operator-hero h1{color:var(--operator-hero-text)}
body.operator-page .operator-hero .lead{color:var(--operator-muted)}
body.operator-page .operator-hero .eyebrow{color:var(--operator-hero-text)}
body.operator-page .operator-hero .eyebrow:before{background:var(--secondary)}
body.operator-page .operator-hero .region-chip{
  color:var(--operator-hero-text);
  background:rgba(255,255,255,.13);
  border-color:rgba(255,255,255,.26);
}
body.operator-page .operator-hero .region-chip:before{color:var(--operator-hero-text)}
body.operator-page .operator-hero .hero-point{
  color:var(--operator-hero-text);
  background:rgba(255,255,255,.11);
  border-color:rgba(255,255,255,.18);
}
body.operator-page .operator-hero .hero-point i{
  background:rgba(255,255,255,.15);
  color:#fff;
}
.operator-brand-tile{
  width:270px;
  height:170px;
  border-radius:22px;
  overflow:hidden;
  margin:0 0 24px;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 18px 50px rgba(0,0,0,.18);
}
.operator-brand-tile img{
  width:100%;
  height:100%;
  object-fit:cover;
}
body.operator-page .section.brand-section{
  background:var(--primary);
  color:#fff;
}
body.operator-page .section.brand-section .section-head small,
body.operator-page .section.brand-section .section-head h2{color:#fff}
body.operator-page .section.brand-section .section-head p{color:rgba(255,255,255,.82)}
body.operator-page .section.brand-section .feature{
  background:rgba(255,255,255,.10);
  border-color:rgba(255,255,255,.18);
  color:#fff;
  box-shadow:none;
}
body.operator-page .section.brand-section .feature p{color:rgba(255,255,255,.82)}
body.operator-page .section.brand-section .feature .icon{
  background:rgba(255,255,255,.16);
  color:#fff;
}

/* Light-brand exception: Trasmontano */
body.operator-page.light-brand{
  --operator-hero-text:#151515;
  --operator-muted:#525866;
}
body.operator-page.light-brand .topbar{
  background:#111;
}
body.operator-page.light-brand .operator-hero{
  color:#111;
  background:
    radial-gradient(circle at 0 0,color-mix(in srgb,var(--primary) 10%,transparent),transparent 28%),
    linear-gradient(180deg,#fff,#f8f8f8);
  border-bottom:5px solid var(--primary);
}
body.operator-page.light-brand .operator-hero h1,
body.operator-page.light-brand .operator-hero .eyebrow{color:#111}
body.operator-page.light-brand .operator-hero .lead{color:#5a5f69}
body.operator-page.light-brand .operator-hero .region-chip{
  background:#fff;
  color:#111;
  border-color:#ddd;
}
body.operator-page.light-brand .operator-hero .region-chip:before{color:var(--primary)}
body.operator-page.light-brand .operator-hero .hero-point{
  background:#fff;
  color:#111;
  border-color:#e5e5e5;
}
body.operator-page.light-brand .operator-hero .hero-point i{
  background:color-mix(in srgb,var(--primary) 10%,white);
  color:var(--primary);
}
body.operator-page.light-brand .operator-brand-tile{
  border:1px solid #ececec;
  box-shadow:0 18px 45px rgba(10,10,10,.08);
}
body.operator-page.light-brand .section.brand-section{
  background:#fff;
  color:#111;
  border-top:1px solid #eee;
  border-bottom:1px solid #eee;
}
body.operator-page.light-brand .section.brand-section .section-head small{color:var(--primary)}
body.operator-page.light-brand .section.brand-section .section-head h2{color:#111}
body.operator-page.light-brand .section.brand-section .section-head p{color:#667085}
body.operator-page.light-brand .section.brand-section .feature{
  background:#fff;
  border-color:#e8e8e8;
  color:#111;
  box-shadow:0 10px 32px rgba(20,35,70,.05);
}
body.operator-page.light-brand .section.brand-section .feature p{color:#667085}
body.operator-page.light-brand .section.brand-section .feature .icon{
  background:color-mix(in srgb,var(--primary) 10%,white);
  color:var(--primary);
}

/* FAQ / FOOTER */
.faq{max-width:850px;margin:auto}
.faq details{border-bottom:1px solid var(--border);padding:18px 0}
.faq summary{cursor:pointer;font-weight:850;font-size:14px}
.faq p{color:var(--muted);font-size:12px;line-height:1.7}
.footer{background:var(--navy);color:#fff;padding:42px 0}
.footer-inner{display:flex;justify-content:space-between;gap:30px;align-items:flex-start}
.footer .brand span{color:#aeb8c7}
.footer small{color:#94a3b8;line-height:1.65}
.legal{margin-top:24px;border-top:1px solid rgba(255,255,255,.12)}
.legal summary{cursor:pointer;padding:18px 0;font-size:12px;font-weight:800}
.legal-content{color:#aeb8c7;font-size:11px;line-height:1.7;padding-bottom:18px}

@media(max-width:900px){
  .nav{display:none}
  .hero-grid{grid-template-columns:1fr}
  .form-card{max-width:700px}
  .operator-grid{grid-template-columns:repeat(2,1fr)}
  .grid-3{grid-template-columns:1fr}
  .options{grid-template-columns:1fr}
  .fields{grid-template-columns:1fr}
  .field.full{grid-column:auto}
  .operator-brand-tile{width:220px;height:140px}
}
@media(max-width:560px){
  .container{width:calc(100% - 24px)}
  .header-inner{min-height:74px}
  .brand span{display:none}
  .header-cta{padding:11px 14px;font-size:12px}
  .hero,.operator-hero{padding:40px 0 50px}
  h1{font-size:42px;letter-spacing:-2px}
  .lead{font-size:15px}
  .form-card{padding:24px 17px;border-radius:22px}
  .form-card:before{left:17px;right:17px}
  .operator-grid{grid-template-columns:1fr 1fr}
  .logo-card{width:150px;height:96px}
  .ages-grid{grid-template-columns:1fr}
  .footer-inner{flex-direction:column}
  .network-card{flex-direction:column;align-items:flex-start}
}
