/* =====================================================================================
 * /pages/benefit_registering/benefit_registering.css
 *
 * Estilos de la página "Benefits of Registering".
 * Todo el diseño está namespaced bajo .breg-page con clases prefijadas breg-*
 * para no colisionar con Bootstrap ni con el CSS global del sitio.
 *
 * VERSION: 1.0.0
 * DATE: 2026-06-06
 * ===================================================================================== */

.breg-page{
  --breg-blue:#1656c4;
  --breg-blue-dark:#0e3c8c;
  --breg-orange:#f5821f;
  --breg-orange-light:#ff9d3f;
  --breg-ink:#15192b;
  --breg-muted:#5b6275;
  --breg-bg:#f6f8fc;
  --breg-white:#ffffff;
  --breg-radius:18px;
  --breg-shadow:0 12px 34px rgba(20,30,60,.10);
  --breg-shadow-sm:0 6px 18px rgba(20,30,60,.08);

  font-family:"Segoe UI",system-ui,-apple-system,Roboto,Helvetica,Arial,sans-serif;
  color:var(--breg-ink);
  background:var(--breg-white);
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}

.breg-page *{box-sizing:border-box}
.breg-page a{text-decoration:none;color:inherit}

/* Offset para que las anclas no queden ocultas tras el menú fijo */
.breg-page section[id]{scroll-margin-top:120px}

.breg-wrap{max-width:1180px;margin:0 auto;padding:0 22px}

.breg-btn{display:inline-flex;align-items:center;gap:9px;font-weight:700;font-size:1.02rem;padding:15px 30px;border-radius:50px;border:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;min-height:52px}
.breg-page .breg-btn-primary{background:linear-gradient(135deg,var(--breg-orange) 0%,var(--breg-orange-light) 100%);color:#fff;box-shadow:0 10px 24px rgba(245,130,31,.40)}
.breg-page .breg-btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(245,130,31,.52)}
.breg-page .breg-btn-ghost{background:rgba(255,255,255,.14);color:#fff;border:1.5px solid rgba(255,255,255,.55)}
.breg-page .breg-btn-ghost:hover{background:rgba(255,255,255,.24)}
.breg-page .breg-btn-blue{background:var(--breg-blue);color:#fff;box-shadow:0 10px 24px rgba(22,86,196,.30)}
.breg-page .breg-btn-blue:hover{transform:translateY(-2px)}
.breg-page .breg-btn-white{background:#fff;color:#d2691e}
.breg-page .breg-btn-white:hover{transform:translateY(-2px)}

.breg-eyebrow{display:inline-block;font-size:.82rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--breg-orange);margin-bottom:14px}
.breg-section{padding:74px 0}
.breg-section h2{font-size:2.15rem;line-height:1.15;font-weight:800;letter-spacing:-.02em}
.breg-section .breg-lead{color:var(--breg-muted);font-size:1.12rem;max-width:680px;margin-top:14px}
.breg-center{text-align:center}
.breg-center .breg-lead{margin-left:auto;margin-right:auto}

/* ---------- Hero ---------- */
.breg-hero{position:relative;overflow:hidden;color:#fff;background:linear-gradient(125deg,#0e3c8c 0%,#1656c4 48%,#7a2bd6 100%)}
.breg-hero::before{content:"";position:absolute;inset:0;background:
  radial-gradient(circle at 82% 18%,rgba(245,130,31,.55),transparent 42%),
  radial-gradient(circle at 12% 88%,rgba(122,43,214,.55),transparent 45%);}
.breg-hero::after{content:"";position:absolute;right:-60px;bottom:-60px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(255,157,63,.30),transparent 70%);filter:blur(8px)}
.breg-hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center;padding:78px 0 84px}
.breg-hero h1{font-size:3.25rem;line-height:1.05;font-weight:800;letter-spacing:-.025em}
.breg-hero h1 .breg-hl{background:linear-gradient(90deg,var(--breg-orange-light),#ffd28a);-webkit-background-clip:text;background-clip:text;color:transparent}
.breg-hero p.breg-sub{font-size:1.22rem;color:#dfe7fb;margin:22px 0 32px;max-width:560px}
.breg-hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.breg-hero-note{margin-top:18px;font-size:.9rem;color:#c5d2f5;display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.breg-hero-card{position:relative}
.breg-collage{position:relative;height:380px}
.breg-tile{position:absolute;border-radius:16px;box-shadow:0 18px 40px rgba(0,0,0,.28);display:flex;align-items:flex-end;padding:14px;font-weight:700;color:#fff;font-size:.9rem}
.breg-tile span{position:relative;z-index:2;text-shadow:0 1px 6px rgba(0,0,0,.5)}
.breg-tile::after{content:"";position:absolute;inset:0;border-radius:16px;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.55))}
.breg-t1{top:0;left:6%;width:54%;height:54%;background:linear-gradient(135deg,#ff7a59,#f5821f)}
.breg-t2{top:8%;right:0;width:40%;height:40%;background:linear-gradient(135deg,#7a2bd6,#b15cff)}
.breg-t3{bottom:0;left:0;width:42%;height:42%;background:linear-gradient(135deg,#13b6a8,#0e8f9c)}
.breg-t4{bottom:4%;right:4%;width:50%;height:50%;background:linear-gradient(135deg,#1656c4,#3b82f6)}
@media(max-width:880px){.breg-hero-inner{grid-template-columns:1fr;padding:56px 0 60px}.breg-hero h1{font-size:2.4rem}.breg-collage{display:none}}

/* ---------- Stats strip ---------- */
.breg-stats{background:var(--breg-white);margin-top:-34px;position:relative;z-index:5}
.breg-stats-card{background:#fff;border-radius:var(--breg-radius);box-shadow:var(--breg-shadow);display:grid;grid-template-columns:repeat(4,1fr);padding:28px 14px;border:1px solid #eef1f8}
.breg-stat{text-align:center;padding:6px 10px;border-right:1px solid #eef1f8}
.breg-stat:last-child{border-right:none}
.breg-stat .breg-num{font-size:2rem;font-weight:800;color:var(--breg-blue)}
.breg-stat .breg-lbl{font-size:.86rem;color:var(--breg-muted);font-weight:600;margin-top:4px}
@media(max-width:760px){.breg-stats-card{grid-template-columns:repeat(2,1fr);gap:8px}.breg-stat{border-right:none;border-bottom:1px solid #eef1f8;padding:16px}}

/* ---------- Audience selector ---------- */
.breg-chips{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:30px}
.breg-chip{display:flex;align-items:center;gap:9px;background:#fff;border:1.5px solid #e3e8f3;border-radius:50px;padding:12px 20px;font-weight:700;font-size:.96rem;color:#2b3147;box-shadow:var(--breg-shadow-sm);transition:.15s}
.breg-chip:hover{border-color:var(--breg-orange);color:var(--breg-blue-dark);transform:translateY(-2px)}
.breg-chip .breg-ic{width:22px;height:22px;color:var(--breg-orange);flex-shrink:0}

/* ---------- Benefit cards ---------- */
.breg-benefits{background:var(--breg-bg)}
.breg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:44px}
.breg-card{background:#fff;border-radius:var(--breg-radius);padding:28px 26px;box-shadow:var(--breg-shadow-sm);border:1px solid #eef1f8;position:relative;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease}
.breg-card:hover{transform:translateY(-4px);box-shadow:var(--breg-shadow)}
.breg-card .breg-bar{position:absolute;top:0;left:0;width:100%;height:5px}
.breg-card .breg-ico{width:54px;height:54px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.breg-card .breg-ico svg{width:28px;height:28px;color:#fff}
.breg-card h3{font-size:1.16rem;font-weight:800;margin-bottom:9px}
.breg-card p{color:var(--breg-muted);font-size:.97rem}
.breg-card .breg-num{position:absolute;top:18px;right:22px;font-size:1.5rem;font-weight:800;color:#eef1f8}
/* color themes */
.breg-c-blue .breg-bar,.breg-c-blue .breg-ico{background:linear-gradient(135deg,#1656c4,#3b82f6)}
.breg-c-orange .breg-bar,.breg-c-orange .breg-ico{background:linear-gradient(135deg,#f5821f,#ff9d3f)}
.breg-c-purple .breg-bar,.breg-c-purple .breg-ico{background:linear-gradient(135deg,#7a2bd6,#b15cff)}
.breg-c-teal .breg-bar,.breg-c-teal .breg-ico{background:linear-gradient(135deg,#0e8f9c,#13b6a8)}
.breg-c-pink .breg-bar,.breg-c-pink .breg-ico{background:linear-gradient(135deg,#e1308b,#ff5fa2)}
.breg-c-green .breg-bar,.breg-c-green .breg-ico{background:linear-gradient(135deg,#1f9d55,#34c172)}
@media(max-width:980px){.breg-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.breg-grid{grid-template-columns:1fr}}

/* ---------- How it works ---------- */
.breg-how{background:#fff}
.breg-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:46px}
.breg-step{text-align:center;padding:10px}
.breg-step .breg-circle{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,var(--breg-blue),#3b82f6);color:#fff;font-size:1.5rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;box-shadow:0 10px 22px rgba(22,86,196,.30)}
.breg-step:nth-child(2) .breg-circle{background:linear-gradient(135deg,var(--breg-orange),var(--breg-orange-light));box-shadow:0 10px 22px rgba(245,130,31,.30)}
.breg-step:nth-child(3) .breg-circle{background:linear-gradient(135deg,#7a2bd6,#b15cff);box-shadow:0 10px 22px rgba(122,43,214,.30)}
.breg-step h4{font-size:1.12rem;font-weight:800;margin-bottom:8px}
.breg-step p{color:var(--breg-muted);font-size:.97rem;max-width:300px;margin:0 auto}
@media(max-width:760px){.breg-steps{grid-template-columns:1fr;gap:30px}}

/* ---------- Final CTA ---------- */
.breg-final{background:var(--breg-bg);text-align:center}
.breg-final .breg-box{background:linear-gradient(135deg,var(--breg-orange) 0%,#ff6a3d 100%);border-radius:26px;padding:60px 30px;color:#fff;box-shadow:0 24px 50px rgba(245,130,31,.35)}
.breg-final h2{font-size:2.4rem;color:#fff}
.breg-final p{font-size:1.16rem;color:#fff5ec;margin:14px auto 30px;max-width:560px}
.breg-final small{display:block;margin-top:16px;color:#ffe7d4;font-size:.9rem}
