:root {
  --navy-1000: #041522;
  --navy-950: #071d30;
  --navy-900: #0b2943;
  --navy-850: #0e3555;
  --navy-800: #123d60;
  --navy-700: #1d527c;
  --gold: #d7aa2f;
  --gold-light: #f0cf63;
  --gold-ink: #8a6500;
  --paper: #f4f1ea;
  --paper-2: #ebe7df;
  --white: #ffffff;
  --ink: #10283c;
  --muted: #576c7c;
  --line: #d8dee3;
  --green: #197f4a;
  --shadow: 0 22px 60px rgba(4, 26, 43, .14);
  --radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { display: block; width: 1em; height: 1em; fill: currentColor; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(860px, calc(100% - 40px)); }

.skip-link { position: fixed; left: 16px; top: -70px; z-index: 1000; background: #fff; color: var(--navy-950); padding: 10px 14px; border-radius: 10px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(5, 25, 41, .96); border-bottom: 3px solid var(--gold); backdrop-filter: blur(14px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; }
.brand-mark { width: 42px; height: 46px; position: relative; display: grid; place-items: end center; flex: 0 0 auto; }
.medal-ribbon { position: absolute; top: 0; width: 22px; height: 22px; background: linear-gradient(90deg,#f7d117 0 50%,#003893 50% 75%,#ce1126 75%); clip-path: polygon(8% 0,92% 0,75% 100%,50% 77%,25% 100%); }
.medal-disc { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--navy-950); border: 3px solid #f2d66f; font-size: 12px; box-shadow: 0 4px 14px rgba(0,0,0,.25); }
.brand strong { display: block; font-size: 19px; letter-spacing: .035em; line-height: 1.1; }
.brand span { display: block; font-size: 12px; color: #d0dce5; margin-top: 4px; }
.flag-colombia { width: 74px; height: 42px; border-radius: 2px; overflow: hidden; background: linear-gradient(to bottom,#f9d616 0 50%,#003893 50% 75%,#ce1126 75% 100%); box-shadow: 0 0 0 1px rgba(255,255,255,.22); flex: 0 0 auto; }

.hero { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 82% 15%,rgba(217,170,47,.16),transparent 28%), linear-gradient(135deg,#061927 0%,#0b2943 52%,#123d60 100%); padding: 84px 0 78px; }
.hero::before { content:""; position:absolute; inset:0; opacity:.28; background-image: linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size: 38px 38px; mask-image: linear-gradient(to bottom,black,transparent 82%); }
.hero-ribbon { position:absolute; top:0; right:0; width:min(42vw,520px); height:58px; transform:skewY(-5deg) translateY(-22px); opacity:.92; filter: drop-shadow(0 12px 25px rgba(0,0,0,.18)); }
.hero-ribbon i { display:block; }
.hero-ribbon i:nth-child(1){height:29px;background:#f9d616}
.hero-ribbon i:nth-child(2){height:14.5px;background:#003893}
.hero-ribbon i:nth-child(3){height:14.5px;background:#ce1126}
.hero-orbit { position:absolute; border-radius:50%; border:1px solid rgba(255,255,255,.11); pointer-events:none; }
.hero-orbit-a { width:480px;height:480px;right:-190px;bottom:-260px; }
.hero-orbit-b { width:300px;height:300px;right:6%;top:-205px;border-color:rgba(215,170,47,.22); }
.hero-grid { display:grid; grid-template-columns:minmax(0,1.22fr) minmax(320px,.78fr); gap:48px; align-items:start; position:relative; z-index:2; }
.eyebrow,.section-kicker,.contact-role,.action-overline { font-size:13px; letter-spacing:.18em; font-weight:850; text-transform:uppercase; }
.eyebrow { color:var(--gold-light); margin-bottom:16px; }
.hero h1 { margin:0; max-width:760px; font-size:clamp(52px,6vw,76px); line-height:.98; letter-spacing:-.045em; }
.hero-lead { margin:18px 0 10px; font-size:24px; font-weight:780; max-width:720px; color:#fff; }
.hero-text { margin:0; max-width:760px; color:#dce6ee; font-size:18px; }
.hero-text strong { color:#fff; }
.hero-facts { display:flex; flex-wrap:wrap; gap:12px; margin-top:24px; }
.hero-facts span { display:inline-flex; align-items:center; min-height:46px; padding:10px 16px; border-radius:999px; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.18); color:#f4f8fb; font-size:15px; font-weight:700; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:30px; }
.btn { display:inline-flex; align-items:center; justify-content:center; gap:10px; min-height:54px; padding:0 22px; border-radius:12px; text-decoration:none; border:1px solid transparent; font-weight:800; font-size:16px; cursor:pointer; transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease; font-family:inherit; }
.btn svg { font-size:21px; }
.btn:hover { transform:translateY(-1px); }
.btn:focus-visible { outline:3px solid var(--gold-light); outline-offset:3px; }
.btn-primary { background:var(--gold); color:#0b2236; box-shadow:0 10px 30px rgba(212,167,44,.22); }
.btn-secondary { background:#fff; color:var(--navy-900); }
.btn-ghost { background:rgba(255,255,255,.06); border-color:rgba(255,255,255,.26); color:#fff; }
.btn-whatsapp { background:var(--green);color:#fff; }
.btn-mail { background:var(--navy-900);color:#fff; }
.btn-copy { background:var(--gold); color:#0b2236; }

.action-card { position:relative; overflow:hidden; background:linear-gradient(160deg,rgba(255,255,255,.10),rgba(255,255,255,.04)); border:1px solid rgba(255,255,255,.15); border-radius:24px; padding:28px; box-shadow:0 30px 70px rgba(0,0,0,.22); backdrop-filter:blur(10px); }
.action-card::after { content:""; position:absolute; right:-65px; bottom:-95px; width:240px; height:240px; border-radius:50%; border:1px solid rgba(215,170,47,.19); }
.action-overline { color:var(--gold-light); margin:0 0 16px; }
.action-steps { list-style:none; margin:0; padding:0; display:grid; gap:16px; counter-reset:step; }
.action-steps li { position:relative; padding-left:54px; }
.action-steps li::before { counter-increment:step; content:counter(step); position:absolute; left:0; top:2px; width:36px; height:36px; border-radius:50%; display:grid; place-items:center; background:var(--gold); color:var(--navy-950); font-weight:900; }
.action-steps strong { display:block; font-size:19px; line-height:1.25; margin-bottom:4px; }
.action-steps span { display:block; color:#d7e2ea; font-size:15px; line-height:1.55; }
.action-deadline { margin-top:22px; border-top:1px solid rgba(255,255,255,.15); padding-top:18px; }
.action-deadline span { display:block; color:#c4d4df; font-size:13px; text-transform:uppercase; letter-spacing:.12em; }
.action-deadline strong { display:block; margin-top:4px; font-size:19px; color:#fff; line-height:1.35; }

.identity-strip { background:#fff; border-bottom:1px solid #e4e7e9; }
.identity-strip-inner { min-height:56px; display:flex; align-items:center; justify-content:center; gap:18px; font-size:13px; font-weight:850; letter-spacing:.14em; color:#31495d; }
.identity-strip i { width:5px;height:5px;border-radius:50%;background:var(--gold); }

.section { padding:80px 0; background:#fff; }
.section-light { background:var(--paper); }
.section-heading { margin-bottom:34px; }
.section-heading.centered { text-align:center; max-width:800px; margin-left:auto; margin-right:auto; }
.section-kicker { color:var(--gold-ink); display:inline-block; margin-bottom:10px; }
.section h2 { margin:0; font-size:clamp(34px,4.1vw,50px); line-height:1.08; letter-spacing:-.035em; }
.section-heading p { font-size:18px; color:var(--muted); margin:14px 0 0; }
.notice { display:grid; grid-template-columns:44px 1fr; gap:16px; align-items:start; background:#fff; border:1px solid #e1e5e8; border-left:4px solid var(--gold); border-radius:14px; padding:22px; box-shadow:0 10px 30px rgba(15,42,61,.05); }
.notice-icon { width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#edf3f7;color:var(--navy-800);font-weight:800; }
.notice p { margin:0;color:#40566a;font-size:17px; }
.highlight-notice .notice-icon { background:#fff4dc; color:var(--gold-ink); }

.requirements-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.requirement-card { position:relative; border:1px solid #e1e6ea; background:#fff; border-radius:var(--radius); padding:30px 26px 26px; box-shadow:0 14px 40px rgba(9,40,61,.06); overflow:hidden; }
.requirement-card::before { content:""; position:absolute; left:0; top:0; width:100%; height:3px; background:linear-gradient(90deg,var(--gold),transparent 55%); }
.requirement-number { position:absolute; right:20px; top:14px; font-weight:850; color:#e3e8ec; font-size:42px; line-height:1; }
.requirement-icon { width:48px;height:48px;display:grid;place-items:center;border-radius:12px;background:var(--navy-900);color:var(--gold-light);font-weight:900;font-size:23px;margin-bottom:20px; }
.requirement-icon svg { width:25px;height:25px; }
.requirement-card h3 { margin:0 0 14px;font-size:24px; }
.optional { font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#718393;vertical-align:middle; }
.requirement-card ul { margin:0;padding-left:20px;color:#4a6172; font-size:17px; }
.requirement-card li { margin:8px 0; }
.simple-banner { margin-top:20px;background:var(--navy-900);color:#fff;border-radius:14px;padding:20px 24px;display:flex;flex-wrap:wrap;gap:7px 12px;align-items:baseline; font-size:17px; }
.simple-banner strong { color:var(--gold-light); }
.simple-banner span { color:#d8e2e9; }

.section-template { background:#f7f8f9; border-top:1px solid #e5e9ec; border-bottom:1px solid #e5e9ec; }
.email-template-card, .share-card { background:#fff; border:1px solid #dfe5e9; border-radius:var(--radius); overflow:hidden; box-shadow:0 18px 48px rgba(9,40,61,.08); }
.email-template-head { display:grid; grid-template-columns:1fr 1.3fr; gap:1px; background:#dfe5e9; }
.email-template-head > div { background:var(--navy-900); color:#fff; padding:18px 20px; }
.email-template-head span { display:block; font-size:12px; letter-spacing:.14em; font-weight:850; color:var(--gold-light); margin-bottom:5px; }
.email-template-head strong { display:block; font-size:16px; line-height:1.4; overflow-wrap:anywhere; }
.email-template { margin:0; padding:24px; white-space:pre-wrap; overflow-wrap:anywhere; font:16px/1.7 Inter, ui-sans-serif, system-ui, sans-serif; color:#263f52; background:#fff; border:0; max-height:520px; overflow:auto; }
.template-actions { display:grid; grid-template-columns:1fr 1fr; gap:10px; padding:0 24px 18px; }
.template-help, .share-note { margin:0; padding:17px 24px 22px; border-top:1px solid #e7ebee; color:#566c7c; background:#f8fafb; font-size:15px; line-height:1.6; }

.contact-section { background:#fff; }
.consent-card { border:1px solid #dfe4e8;background:#fff;border-radius:16px;padding:25px;box-shadow:0 12px 35px rgba(9,40,61,.05); }
.compact-consent { max-width:980px; margin:0 auto 22px; }
.consent-head { display:flex;align-items:center;gap:10px;margin-bottom:12px;color:var(--navy-900); }
.consent-head span { width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#e8f2ec;color:var(--green);font-weight:900; }
.consent-card p { margin:0;color:#334a5d;font-size:17px; }
.consent-check { margin-top:20px;display:flex;gap:12px;align-items:flex-start;background:#e9eef2;border:1px solid #d6dee4;border-radius:12px;padding:17px;cursor:pointer; }
.consent-check input { width:22px;height:22px;accent-color:var(--navy-800);flex:0 0 auto;margin-top:1px; }
.consent-check strong { display:block;line-height:1.35; font-size:17px; }
.consent-check small { display:block;margin-top:4px;color:#657989;line-height:1.45; font-size:15px; }
.contact-card { display:grid;grid-template-columns:1fr auto;gap:34px;align-items:center;background:var(--paper);border:1px solid #e2e6e9;border-radius:var(--radius);padding:30px; }
.contact-role { color:var(--gold-ink); }
.contact-person h3 { margin:8px 0 14px;font-size:30px; }
.contact-lines { display:grid;gap:8px; }
.contact-lines a { display:flex;flex-direction:column;text-decoration:none;color:#40566a; }
.contact-lines a span { font-size:12px;text-transform:uppercase;letter-spacing:.11em;color:#708291; }
.contact-lines a strong { font-size:20px; }
.contact-lines a:hover strong { color:var(--navy-800);text-decoration:underline; }
.contact-actions { display:grid;grid-template-columns:repeat(2,minmax(190px,1fr));gap:12px;min-width:430px; }
.contact-actions small { grid-column:1/-1;color:#5f7283;text-align:center; font-size:15px; }
.btn:disabled,.disabled-action { cursor:not-allowed;opacity:.45;transform:none!important; }
.deadline-large { margin-top:18px;border:1px solid #e2e6e9;border-radius:14px;padding:18px 22px;display:flex;justify-content:space-between;gap:20px;background:#fff; }
.deadline-large span { color:#697a89; font-size:16px; }
.deadline-large strong { color:var(--navy-900); font-size:20px; }
.privacy-note { margin-top:18px;font-size:16px;color:#667988; }

.share-section { background:#eef2f5; border-top:1px solid #dfe5e9; }
.share-message { padding:26px; color:#284155; font-size:17px; line-height:1.68; }
.share-message > strong { display:block; color:var(--navy-900); font-size:20px; margin-bottom:14px; }
.share-message-title { display:flex !important; align-items:center; gap:10px; flex-wrap:wrap; }
.mini-colombia-flag { display:inline-block; width:34px; height:20px; border-radius:2px; flex:0 0 auto; background:linear-gradient(to bottom,#f9d616 0 50%,#003893 50% 75%,#ce1126 75% 100%); box-shadow:0 0 0 1px rgba(16,40,60,.18); }
.share-message p { margin:0 0 14px; }
.share-message p:last-child { margin-bottom:0; }
.share-message span { color:var(--navy-800); font-weight:800; overflow-wrap:anywhere; }
.share-actions { display:grid; grid-template-columns:1fr 1fr; gap:10px; padding:0 26px 18px; }
.share-actions .btn { width:100%; }

.footer { background:#04131f;color:#b9c7d2;padding:28px 0 calc(28px + env(safe-area-inset-bottom)); }
.footer-inner { display:flex;justify-content:space-between;gap:30px;align-items:center; }
.footer strong { display:block;color:#fff;font-size:14px;letter-spacing:.08em; }
.footer span { display:block;font-size:13px;margin-top:3px; }
.footer-note { font-size:13px;text-align:right; }
.disclaimer { border-top:1px solid rgba(255,255,255,.08);margin-top:18px;padding-top:16px;font-size:12px;line-height:1.6;color:#8799a7; }


.developer-credit {
  margin-top:14px;
  padding-top:16px;
  border-top:1px solid rgba(255,255,255,.08);
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:flex-end;
  color:#a8b8c4;
  font-size:13px;
  line-height:1.55;
}
.developer-credit-main { display:grid; gap:2px; }
.developer-credit-legal { text-align:right; }
.developer-credit strong { letter-spacing:0; }
.developer-credit a { color:#fff; text-decoration:none; }
.developer-credit a:hover { text-decoration:underline; }

.mobile-cta { display:none; }
.toast { position:fixed;left:50%;bottom:24px;transform:translate(-50%,20px);background:#0b2943;color:#fff;padding:12px 16px;border-radius:10px;opacity:0;pointer-events:none;transition:.2s;z-index:70;box-shadow:var(--shadow);font-size:15px;text-align:center;width:min(92vw,440px); }
.toast.show { opacity:1;transform:translate(-50%,0); }

@media (max-width: 980px) {
  .hero { padding:66px 0 60px; }
  .hero-grid { grid-template-columns:1fr; gap:28px; }
  .action-card { max-width:720px; }
  .requirements-grid { grid-template-columns:1fr; }
  .contact-card { grid-template-columns:1fr; }
  .contact-actions { min-width:0; }
}

@media (max-width: 620px) {
  html { scroll-padding-top:70px; }
  body { padding-bottom:74px; }
  .container,.narrow { width:min(100% - 28px,1160px); }
  .header-inner { min-height:66px; }
  .brand-mark { width:34px;height:39px; }
  .medal-ribbon { width:18px;height:18px; }
  .medal-disc { width:25px;height:25px;font-size:10px; }
  .brand strong { font-size:13px; }
  .brand span { font-size:11px; }
  .flag-colombia { width:52px;height:30px; }

  .hero { padding:48px 0 42px; }
  .hero-ribbon { width:48vw;height:34px;transform:skewY(-5deg) translateY(-14px); }
  .hero-ribbon i:nth-child(1){height:17px}
  .hero-ribbon i:nth-child(2),.hero-ribbon i:nth-child(3){height:8.5px}
  .eyebrow,.section-kicker,.contact-role,.action-overline { font-size:12px; }
  .hero h1 { font-size:clamp(42px,11vw,50px); }
  .hero-lead { font-size:21px; line-height:1.32; margin-top:18px; }
  .hero-text { font-size:17px; line-height:1.62; }
  .hero-facts { gap:10px; }
  .hero-facts span { width:100%; font-size:16px; min-height:44px; }
  .hero-actions { margin-top:24px; }
  .hero-actions .btn { width:100%; }
  .action-card { padding:22px 18px; border-radius:18px; }
  .action-steps li { padding-left:48px; }
  .action-steps li::before { width:32px;height:32px; }
  .action-steps strong { font-size:18px; }
  .action-steps span { font-size:16px; }
  .action-deadline span { font-size:12px; }
  .action-deadline strong { font-size:18px; }

  .identity-strip-inner { min-height:52px; gap:10px; justify-content:center; flex-wrap:wrap; padding:10px 0; font-size:12px; }
  .identity-strip-inner span { letter-spacing:.08em; }

  .section { padding:56px 0; }
  .section h2 { font-size:34px; }
  .section-heading { margin-bottom:26px; }
  .section-heading p { font-size:17px; }
  .notice { grid-template-columns:34px 1fr;padding:18px;gap:12px; }
  .notice-icon { width:30px;height:30px; }
  .notice p { font-size:16px; }
  .requirement-card { padding:25px 20px 22px; }
  .requirement-number { font-size:36px; }
  .requirement-card h3 { font-size:23px; }
  .requirement-card ul { font-size:16px; }
  .simple-banner { font-size:16px; }
  .email-template-head { grid-template-columns:1fr; }
  .email-template-head > div { padding:15px 17px; }
  .email-template-head strong { font-size:15px; }
  .email-template { padding:18px 16px; font-size:15.5px; line-height:1.7; max-height:470px; }
  .template-actions { grid-template-columns:1fr; padding:0 16px 16px; }
  .template-actions .btn { width:100%; }
  .template-help { padding:15px 16px 18px; font-size:15px; }
  .consent-card { padding:21px; }
  .consent-card p { font-size:16px; }
  .consent-check strong { font-size:16px; }
  .consent-check small { font-size:14px; }
  .contact-card { padding:22px; }
  .contact-person h3 { font-size:25px; }
  .contact-lines a strong { font-size:18px; }
  .contact-actions { grid-template-columns:1fr; }
  .contact-actions small { grid-column:1; font-size:14px; }
  .deadline-large { flex-direction:column;gap:2px;padding:17px 18px; }
  .deadline-large span { font-size:15px; }
  .deadline-large strong { font-size:18px; }
  .privacy-note { font-size:15px; }
  .share-message { padding:20px 17px; font-size:16px; }
  .share-message > strong { font-size:19px; }
  .share-actions { grid-template-columns:1fr; padding:0 17px 17px; }
  .share-note { padding:15px 17px 18px; font-size:14px; }
  .footer-inner { flex-direction:column;align-items:flex-start; }
  .footer-note { text-align:left; }

  .developer-credit { flex-direction:column; align-items:flex-start; gap:4px; font-size:12px; }

  .mobile-cta { position:fixed;left:0;right:0;bottom:0;z-index:60;display:grid;grid-template-columns:1fr 1fr 1fr;background:rgba(4,19,31,.97);border-top:1px solid rgba(255,255,255,.12);padding:8px 10px calc(8px + env(safe-area-inset-bottom));backdrop-filter:blur(12px); gap:8px; }
  .mobile-cta a { min-height:48px;display:grid;place-items:center;text-decoration:none;font-weight:850;font-size:14px;color:#fff;border-radius:9px; }
  .mobile-cta a:nth-child(1) { color:var(--gold-light); }
  .mobile-cta a:nth-child(2) { background:#ffffff; color:var(--navy-900); }
  .mobile-cta a:nth-child(3) { background:var(--green); }
  .toast { bottom:84px; }
}

@media (prefers-reduced-motion: reduce) { * { scroll-behavior:auto!important;transition:none!important; } }
