:root{
  --navy:#0b2572;
  --blue:#087fc8;
  --sky:#18b8ef;
  --bg:#f5f8fd;
  --text:#14213d;
  --muted:#667085;
  --border:#e5eaf2;
  --c1:#0b2572;
  --c2:#18b8ef;
}

*{box-sizing:border-box}

html{scroll-behavior:smooth}

body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  background:var(--bg);
  color:var(--text);
}

a{text-decoration:none;color:inherit}

.vc-header{
  background:#fff;
  position:sticky;
  top:0;
  z-index:100;
  border-bottom:1px solid #e9edf4;
}

.vc-header-inner{
  width:min(1180px,94%);
  margin:auto;
  min-height:104px;
  display:flex;
  align-items:center;
  gap:32px;
}

.vc-logo{
  margin-right:auto;
  display:flex;
  align-items:center;
}

.vc-logo img{
  width:190px;
  max-height:72px;
  object-fit:contain;
}

.vc-logo-fallback{
  font-weight:900;
  font-size:26px;
  color:#0b5da8;
}

.vc-nav{
  display:flex;
  gap:25px;
  align-items:center;
  color:#071e68;
  font-weight:700;
  font-size:14px;
}

.vc-nav a:hover{color:#10a9eb}

.country-hero{
  position:relative;
  overflow:hidden;
  min-height:520px;
  color:#fff;
  display:flex;
  align-items:center;
  background:
    radial-gradient(circle at 82% 48%,rgba(255,255,255,.20),transparent 24%),
    linear-gradient(120deg,var(--c1),var(--c2));
}

.country-hero::before{
  content:attr(data-money);
  position:absolute;
  right:3%;
  top:8%;
  font-size:260px;
  line-height:1;
  font-weight:900;
  color:rgba(255,255,255,.08);
  transform:rotate(-8deg);
}

.country-hero::after{
  content:"";
  position:absolute;
  width:540px;
  height:540px;
  right:-130px;
  bottom:-280px;
  border:2px solid rgba(255,255,255,.15);
  border-radius:50%;
  box-shadow:
    0 0 0 55px rgba(255,255,255,.025),
    0 0 0 110px rgba(255,255,255,.02);
}

.hero-inner{
  position:relative;
  z-index:2;
  width:min(1180px,92%);
  margin:auto;
  padding:72px 0;
}

.country-chip{
  display:inline-flex;
  align-items:center;
  gap:9px;
  border:1px solid rgba(255,255,255,.35);
  background:rgba(255,255,255,.12);
  border-radius:999px;
  padding:9px 14px;
  font-size:13px;
  font-weight:800;
  letter-spacing:.6px;
  backdrop-filter:blur(8px);
}

.country-hero h1{
  max-width:750px;
  margin:18px 0 16px;
  font-size:clamp(44px,6vw,74px);
  line-height:.98;
  letter-spacing:-3px;
}

.country-hero p{
  max-width:680px;
  font-size:18px;
  line-height:1.65;
  color:rgba(255,255,255,.84);
}

.country-hero .hero-data{
  margin-top:27px;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.hero-stat{
  min-width:150px;
  padding:13px 16px;
  border-radius:15px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.09);
}

.hero-stat strong{
  display:block;
  font-size:22px;
}

.hero-stat small{
  color:rgba(255,255,255,.75);
}

.country-switch{
  background:#fff;
  border-bottom:1px solid var(--border);
}

.country-switch-inner{
  width:min(1180px,94%);
  margin:auto;
  padding:18px 0;
  display:flex;
  gap:11px;
  overflow:auto;
}

.country-switch a{
  white-space:nowrap;
  padding:10px 15px;
  background:#f5f7fa;
  border:1px solid var(--border);
  border-radius:999px;
  font-weight:800;
  font-size:13px;
}

.country-switch a.active{
  color:#fff;
  background:linear-gradient(135deg,var(--c1),var(--c2));
  border-color:transparent;
}

.content{
  width:min(1180px,94%);
  margin:auto;
  padding:58px 0 75px;
}

.section-kicker{
  color:var(--c2);
  text-transform:uppercase;
  font-size:11px;
  letter-spacing:1.8px;
  font-weight:900;
}

.content h2{
  font-size:37px;
  letter-spacing:-1.5px;
  margin:8px 0 10px;
}

.intro{
  color:var(--muted);
  max-width:720px;
  line-height:1.65;
  margin-bottom:30px;
}

.offer-tools{
  display:flex;
  gap:10px;
  padding:12px;
  background:#fff;
  border:1px solid var(--border);
  border-radius:18px;
  margin-bottom:24px;
}

.offer-tools input{
  flex:1;
  border:0;
  outline:0;
  border-radius:12px;
  background:#f5f7fa;
  padding:13px 15px;
  font-size:14px;
}

.offers-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.offer-card{
  position:relative;
  background:#fff;
  border:1px solid var(--border);
  border-radius:23px;
  padding:21px;
  display:flex;
  flex-direction:column;
  min-height:380px;
  transition:.2s;
}

.offer-card:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 45px rgba(19,39,86,.10);
}

.offer-card.featured{
  border-color:color-mix(in srgb,var(--c2) 65%,#fff);
  box-shadow:0 12px 34px color-mix(in srgb,var(--c2) 12%,transparent);
}

.featured-label{
  position:absolute;
  top:13px;
  right:13px;
  padding:6px 9px;
  border-radius:999px;
  background:#eef7ff;
  color:#087fc8;
  font-size:10px;
  font-weight:900;
  letter-spacing:.5px;
}

.offer-logo{
  height:70px;
  display:flex;
  align-items:center;
}

.offer-logo img{
  max-width:145px;
  max-height:58px;
  object-fit:contain;
}

.logo-initial{
  width:56px;
  height:56px;
  border-radius:16px;
  background:linear-gradient(135deg,var(--c1),var(--c2));
  color:#fff;
  display:grid;
  place-items:center;
  font-weight:900;
}

.offer-card h3{
  font-size:22px;
  margin:8px 0 5px;
}

.offer-market{
  color:var(--muted);
  font-size:13px;
}

.offer-tags{
  display:flex;
  gap:6px;
  flex-wrap:wrap;
  margin:14px 0;
}

.offer-tag{
  font-size:11px;
  font-weight:700;
  padding:6px 8px;
  border-radius:999px;
  background:#f2f4f7;
}

.offer-summary{
  font-size:13px;
  color:#5f6b7b;
  line-height:1.55;
  margin:4px 0 15px;
}

.offer-details{
  margin-top:4px;
  border-top:1px solid #edf0f5;
}

.offer-details summary{
  cursor:pointer;
  padding:13px 0;
  font-size:13px;
  color:#0b5da8;
  font-weight:800;
}

.offer-detail-body{
  font-size:13px;
  line-height:1.58;
  color:#505d70;
}

.offer-detail-body ul{
  padding-left:19px;
}

.offer-button{
  margin-top:auto;
  width:100%;
  border:0;
  border-radius:13px;
  padding:13px;
  color:#fff;
  background:linear-gradient(135deg,var(--c1),var(--c2));
  font-weight:900;
  cursor:pointer;
}

.notice{
  margin-top:35px;
  padding:18px 20px;
  border-radius:18px;
  background:#fff;
  border:1px solid var(--border);
  font-size:12px;
  line-height:1.6;
  color:#667085;
}

.vc-footer{
  background:#071e68;
  color:#fff;
  padding:38px 0;
}

.vc-footer-inner{
  width:min(1180px,94%);
  margin:auto;
  display:flex;
  justify-content:space-between;
  gap:30px;
  align-items:center;
}

.vc-footer p{
  color:rgba(255,255,255,.7);
  font-size:13px;
}

/* HOME */

.home-hero{
  min-height:590px;
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
  color:white;
  background:
    linear-gradient(90deg,rgba(7,30,104,.96) 0%,rgba(9,77,163,.82) 55%,rgba(18,169,234,.48) 100%),
    url("creditos-hero-completo.webp") center/cover;
}

.home-hero-inner{
  width:min(1180px,92%);
  margin:auto;
}

.home-hero h1{
  font-size:clamp(48px,6vw,76px);
  max-width:790px;
  line-height:1;
  letter-spacing:-3px;
  margin:0 0 18px;
}

.home-hero h1 span{color:#25c5ff}

.home-hero p{
  max-width:650px;
  font-size:18px;
  line-height:1.6;
  color:rgba(255,255,255,.83);
}

.country-home{
  width:min(1180px,94%);
  margin:auto;
  padding:62px 0;
}

.country-home h2{
  font-size:39px;
  margin:0 0 8px;
}

.country-home > p{
  color:var(--muted);
  margin-bottom:28px;
}

.country-cards{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:15px;
}

.country-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:22px;
  padding:22px 16px;
  text-align:center;
  transition:.2s;
}

.country-card:hover{
  transform:translateY(-5px);
  box-shadow:0 18px 40px rgba(12,37,89,.10);
}

.country-flag{
  width:72px;
  height:72px;
  border-radius:50%;
  margin:auto;
  display:grid;
  place-items:center;
  font-size:39px;
  background:#f5f7fa;
  border:1px solid #e6eaf0;
}

.country-card strong{
  display:block;
  font-size:18px;
  margin-top:10px;
}

.country-card small{
  color:var(--muted);
}

.seller-band{
  margin-top:48px;
  border-radius:26px;
  padding:32px;
  background:linear-gradient(135deg,#071e68,#087fc8);
  color:#fff;
}

.seller-band h3{
  font-size:28px;
  margin:0 0 8px;
}

.seller-band p{
  color:rgba(255,255,255,.76);
  line-height:1.6;
}

.seller-band a{
  display:inline-block;
  margin-top:10px;
  background:#fff;
  color:#071e68;
  padding:12px 18px;
  border-radius:12px;
  font-weight:900;
}

@media(max-width:900px){
  .offers-grid{grid-template-columns:repeat(2,1fr)}
  .country-cards{grid-template-columns:repeat(3,1fr)}
  .vc-nav{display:none}
}

@media(max-width:600px){
  .offers-grid{grid-template-columns:1fr}
  .country-cards{grid-template-columns:repeat(2,1fr)}
  .country-hero{min-height:440px}
  .country-hero h1{font-size:42px}
  .country-hero::before{font-size:170px}
  .vc-header-inner{min-height:82px}
  .vc-logo img{width:160px}
  .offer-tools{display:block}
  .offer-tools input{width:100%}
}

/* ==================================================
   VC-DETALLE-REAL
   ================================================== */

.profile-guide{
  margin:0 0 28px;
  padding:24px;
  border-radius:22px;
  background:linear-gradient(135deg,#fff,#f5f9ff);
  border:1px solid var(--border);
}

.profile-guide h3{
  margin:0 0 7px;
  font-size:24px;
  letter-spacing:-.5px;
}

.profile-guide > p{
  margin:0 0 19px;
  color:#667085;
  line-height:1.55;
  font-size:14px;
}

.profile-fields{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}

.profile-field label{
  display:block;
  margin-bottom:6px;
  color:#344054;
  font-size:12px;
  font-weight:800;
}

.profile-field input,
.profile-field select{
  width:100%;
  border:1px solid #dfe5ee;
  background:#fff;
  border-radius:11px;
  padding:11px 12px;
  outline:none;
}

.profile-actions{
  display:flex;
  gap:10px;
  margin-top:14px;
  flex-wrap:wrap;
}

.profile-action{
  border:0;
  border-radius:11px;
  padding:11px 16px;
  cursor:pointer;
  font-weight:900;
}

.profile-action.primary{
  color:white;
  background:linear-gradient(135deg,var(--c1),var(--c2));
}

.profile-action.secondary{
  color:#344054;
  background:#eef1f5;
}

.profile-note{
  margin-top:12px;
  font-size:11px;
  line-height:1.5;
  color:#7a8494;
}

.real-facts{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  margin:13px 0;
}

.real-fact{
  padding:10px;
  border-radius:12px;
  background:#f6f8fb;
  border:1px solid #edf0f4;
}

.real-fact small{
  display:block;
  color:#7a8494;
  font-size:10px;
  text-transform:uppercase;
  font-weight:900;
  letter-spacing:.7px;
}

.real-fact strong{
  display:block;
  margin-top:3px;
  font-size:13px;
  line-height:1.35;
}

.data-origin{
  display:inline-flex;
  align-items:center;
  margin:5px 0 10px;
  padding:5px 8px;
  border-radius:999px;
  font-size:10px;
  font-weight:800;
  background:#edf7f2;
  color:#067647;
}

.data-origin.network{
  background:#eff4ff;
  color:#3448a4;
}

.performance-chip{
  background:#fff3d7 !important;
  color:#8a5600 !important;
}

.profile-result{
  display:none;
  margin-bottom:9px;
  padding:8px 10px;
  border-radius:10px;
  font-size:11px;
  font-weight:800;
}

.profile-result.good{
  display:block;
  color:#067647;
  background:#ecfdf3;
}

.profile-result.review{
  display:block;
  color:#b54708;
  background:#fffaeb;
}

.profile-result.unknown{
  display:block;
  color:#475467;
  background:#f2f4f7;
}

.detail-heading{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.6px;
  font-weight:900;
  color:#344054;
  margin-top:14px;
}

.detail-list{
  margin:7px 0 11px;
  padding-left:18px;
}

.detail-list li{
  margin:5px 0;
}

.history-box{
  margin-top:9px;
  padding:10px 12px;
  border-left:3px solid var(--c2);
  background:#f8fafc;
  border-radius:8px;
}

@media(max-width:850px){
  .profile-fields{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:540px){
  .profile-fields{
    grid-template-columns:1fr;
  }

  .real-facts{
    grid-template-columns:1fr;
  }
}

