:root {
  --bg: #020711;
  --bg-2: #061321;
  --panel: rgba(8, 25, 43, .82);
  --panel-soft: rgba(9, 30, 52, .58);
  --line: rgba(78, 205, 255, .20);
  --line-strong: rgba(78, 205, 255, .42);
  --cyan: #35dcff;
  --blue: #297dff;
  --text: #f5f9ff;
  --muted: #a8b8c8;
  --ink: #071321;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 84% 6%, rgba(53, 220, 255, .16), transparent 31%),
    radial-gradient(circle at 12% 52%, rgba(41, 125, 255, .11), transparent 28%),
    linear-gradient(180deg, #020711, #04101d 58%, #020711);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: .24;
  background-image:
    linear-gradient(rgba(53, 220, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(53, 220, 255, .045) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: radial-gradient(circle at 55% 18%, #000, transparent 72%);
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.wrap { width: min(calc(100% - 42px), var(--max)); margin-inline: auto; }

.premium-header {
  position: sticky;
  top: 0;
  z-index: 60;
  border-bottom: 1px solid rgba(255,255,255,.09);
  background: rgba(2, 7, 17, .92);
  backdrop-filter: blur(16px);
}

.premium-header__bar {
  min-height: 84px;
  display: grid;
  grid-template-columns: minmax(180px, 255px) 1fr auto;
  align-items: center;
  gap: 22px;
}

.pharma-logo {
  width: min(235px, 100%);
  min-height: 52px;
  padding: 7px 12px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
}

.pharma-logo img {
  width: 100%;
  height: 39px;
  object-fit: contain;
}

.premium-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(15px, 2vw, 28px);
  color: #c5d3df;
  font-size: 12px;
  font-weight: 750;
  white-space: nowrap;
}

.premium-nav a:hover,
.premium-nav a:focus-visible { color: var(--cyan); }
.header-actions, .hero-actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.header-actions { justify-content: flex-end; }

.btn {
  min-height: 46px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .02em;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #03c9fa, #176fff);
  box-shadow: 0 15px 34px rgba(17, 112, 255, .24);
}
.btn-secondary {
  color: #eaf7ff;
  border-color: rgba(100, 218, 255, .38);
  background: rgba(5, 24, 43, .72);
}
.btn-light { color: var(--ink); background: #fff; }

.hero {
  min-height: 700px;
  padding: 76px 0 68px;
  display: grid;
  align-items: center;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  gap: clamp(42px, 7vw, 88px);
  align-items: center;
}

.eyebrow {
  margin: 0 0 16px;
  color: #71eaff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }
h1, h2 { text-wrap: balance; }
h1 {
  margin-bottom: 25px;
  font-family: Sora, Inter, sans-serif;
  font-size: clamp(42px, 5.4vw, 72px);
  line-height: 1.02;
  letter-spacing: -.055em;
}

.lead {
  max-width: 690px;
  color: #c0ceda;
  font-size: 18px;
  line-height: 1.72;
}

.hero-actions { margin-top: 31px; }
.nda-seal {
  width: max-content;
  max-width: 100%;
  margin-top: 24px;
  padding: 9px 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(82, 224, 255, .32);
  border-radius: 999px;
  color: #bdefff;
  background: rgba(3, 18, 34, .7);
  font-size: 11px;
  font-weight: 800;
}
.nda-seal::before { content: "◆"; color: var(--cyan); font-size: 7px; }

.hero-visual { margin: 0; position: relative; }
.hero-visual::before {
  content: "";
  position: absolute;
  inset: -16px 28px 38px -20px;
  border: 1px solid rgba(53, 220, 255, .24);
  border-radius: 30px;
}
.hero-visual img {
  position: relative;
  width: 100%;
  height: clamp(430px, 43vw, 590px);
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  box-shadow: 0 34px 78px rgba(0,0,0,.35);
}
.hero-visual figcaption {
  width: calc(100% - 38px);
  position: absolute;
  left: 19px;
  bottom: 19px;
  padding: 14px 17px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  color: #effaff;
  background: rgba(2, 12, 25, .86);
  backdrop-filter: blur(9px);
  font-size: 11px;
  letter-spacing: .025em;
}
.hero-visual figcaption::before { content: ""; width: 7px; height: 7px; margin-right: 8px; display: inline-block; border-radius: 50%; background: #58e4cf; }

.executive-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid rgba(89, 219, 255, .18);
  background: rgba(5, 24, 42, .82);
}
.executive-strip p {
  margin: 0;
  padding: 21px 16px;
  border-right: 1px solid rgba(255,255,255,.1);
  color: #d1e2ed;
  text-align: center;
  font-size: 11px;
  letter-spacing: .035em;
}
.executive-strip p:last-child { border-right: 0; }

.section { padding: 100px 0; }
.section-heading { max-width: 820px; margin-bottom: 52px; }
.section h2 {
  margin-bottom: 20px;
  font-family: Sora, Inter, sans-serif;
  font-size: clamp(35px, 4.4vw, 58px);
  line-height: 1.06;
  letter-spacing: -.045em;
}
.section-copy > p:last-child,
.section-heading > p:last-child,
.cards p,
.step-grid p,
.international-copy,
.form-intro > p:last-child {
  color: var(--muted);
  line-height: 1.72;
}

.opportunity-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(46px, 8vw, 105px);
  align-items: center;
}
.opportunity-grid > img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 26px 60px rgba(0,0,0,.30);
}

.soft-section {
  border-block: 1px solid rgba(79, 211, 255, .14);
  background: linear-gradient(135deg, rgba(7, 25, 44, .90), rgba(5, 17, 33, .72));
}
.cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.cards article, .step-grid article {
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(8, 27, 47, .72);
}
.cards small, .step-grid small {
  color: var(--cyan);
  font-family: Sora, sans-serif;
  font-weight: 800;
}
.cards h3, .step-grid h3 { margin: 24px 0 12px; font-size: 18px; }
.cards p, .step-grid p { margin-bottom: 0; font-size: 14px; }

.gift {
  position: relative;
  overflow: hidden;
  padding: 72px 0;
  color: #fff;
  background: linear-gradient(118deg, #07283a, #084764 56%, #0d65a5);
}
.gift::after {
  content: "DASH";
  position: absolute;
  right: 4%;
  bottom: -38px;
  color: rgba(255,255,255,.045);
  font: 900 142px/1 Inter, sans-serif;
}
.gift-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 50px;
}
.gift h2 { margin: 0 0 13px; font: 800 clamp(33px, 4vw, 52px)/1.05 Sora, sans-serif; letter-spacing: -.04em; }
.gift p:not(.eyebrow) { max-width: 720px; margin-bottom: 0; color: #d6e9f3; line-height: 1.65; }
.gift .btn-light { min-width: 250px; min-height: 58px; position: relative; z-index: 2; }

.step-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.step-grid small { font-size: 29px; }
.outcomes-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 90px; align-items: center; }
.outcome-list p {
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid rgba(97, 217, 255, .18);
  color: #edf8ff;
  font-size: 15px;
  font-weight: 750;
}
.outcome-list span { margin-right: 11px; color: var(--cyan); }

.closing {
  padding: 106px 0;
  text-align: center;
  background: #01050b;
}
.closing h2 { max-width: 900px; margin: 0 auto 18px; font: 800 clamp(37px, 4.7vw, 62px)/1.05 Sora, sans-serif; letter-spacing: -.045em; }
.closing > .wrap > p:not(.eyebrow) { max-width: 720px; margin: 0 auto; color: var(--muted); line-height: 1.7; }
.closing .hero-actions { justify-content: center; }

.rgrlk-embedded-footer { width: 100%; overflow: hidden; background: #020711; }
.rgrlk-embedded-footer iframe { display: block; width: 100%; height: 620px; border: 0; background: #020711; color-scheme: dark; }

/* Consultoría internacional */
.international .hero { min-height: 650px; }
.international-hero-card {
  padding: 30px;
  border: 1px solid var(--line-strong);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(9, 37, 62, .92), rgba(4, 18, 34, .90));
  box-shadow: 0 28px 66px rgba(0,0,0,.3);
}
.international-hero-card h2 { margin-bottom: 19px; font: 750 25px/1.2 Sora, sans-serif; }
.decision { margin-top: 10px; padding: 14px; display: flex; justify-content: space-between; gap: 18px; border-radius: 12px; background: rgba(255,255,255,.055); }
.decision b { color: #6ee8d3; font-size: 11px; letter-spacing: .05em; }
.question-grid { grid-template-columns: repeat(3, 1fr); }
.lens-grid { grid-template-columns: repeat(5, 1fr); }
.deliverable-grid { grid-template-columns: repeat(3, 1fr); }

.screening-grid {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 50px;
  align-items: start;
}
.corporate-form {
  padding: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,.96);
  color: var(--ink);
}
.corporate-form label { display: grid; gap: 8px; color: #31475b; font-size: 11px; font-weight: 850; }
.corporate-form input,
.corporate-form select,
.corporate-form textarea {
  width: 100%;
  min-width: 0;
  padding: 13px 14px;
  border: 1px solid #c8d8e1;
  border-radius: 10px;
  outline: 0;
  color: #081728;
  background: #fbfdfe;
}
.corporate-form textarea { min-height: 112px; resize: vertical; }
.corporate-form input:focus,
.corporate-form select:focus,
.corporate-form textarea:focus { border-color: #1c8de0; box-shadow: 0 0 0 3px rgba(28,141,224,.1); }
.full { grid-column: 1 / -1; }
.form-note { color: #708396; text-align: center; font-size: 11px; line-height: 1.45; }

/* Formulario Project Dash */
.dash-page .hero { min-height: 0; padding-bottom: 52px; text-align: center; }
.dash-page .hero-copy { max-width: 900px; margin-inline: auto; }
.dash-page .lead { margin-inline: auto; }
.dash-page .nda-seal { margin-inline: auto; }
.dash-form-section { padding-top: 34px; }
.dash-form-shell { max-width: 930px; margin-inline: auto; }
.dash-form-shell .corporate-form { padding: clamp(24px, 4vw, 40px); }

@media (max-width: 1040px) {
  .premium-header__bar { grid-template-columns: 220px 1fr; padding: 11px 0; }
  .premium-nav { grid-column: 1 / -1; grid-row: 2; order: 3; overflow-x: auto; justify-content: flex-start; padding-bottom: 4px; scrollbar-width: none; }
  .premium-nav::-webkit-scrollbar { display: none; }
  .cards { grid-template-columns: 1fr 1fr; }
  .lens-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  body::before { display: none; }
  .wrap { width: min(calc(100% - 30px), var(--max)); }
  .premium-header__bar { min-height: 70px; grid-template-columns: 1fr auto; gap: 10px; }
  .pharma-logo { width: 172px; min-height: 44px; padding: 5px 9px; }
  .pharma-logo img { height: 33px; }
  .header-actions .btn { min-height: 38px; max-width: 112px; padding: 0 10px; font-size: 9px; line-height: 1.15; }
  .header-actions .btn:first-child { display: none; }
  .premium-nav { gap: 18px; font-size: 11px; }
  .hero { min-height: 0; padding: 58px 0 46px; }
  .hero-grid, .opportunity-grid, .gift-grid, .outcomes-grid, .screening-grid { grid-template-columns: 1fr; gap: 38px; }
  h1 { font-size: 43px; }
  .lead { font-size: 16px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-actions .btn { padding: 0 10px; }
  .hero-visual img { height: 410px; }
  .executive-strip { grid-template-columns: 1fr 1fr; }
  .executive-strip p:nth-child(2) { border-right: 0; }
  .section { padding: 72px 0; }
  .section h2 { font-size: 37px; }
  .opportunity-grid > img { height: 380px; }
  .cards, .step-grid, .question-grid, .lens-grid, .deliverable-grid { grid-template-columns: 1fr; }
  .gift { padding: 58px 0; }
  .gift .btn-light { min-width: 0; width: 100%; }
  .corporate-form { grid-template-columns: 1fr; padding: 21px; }
  .corporate-form label, .full { grid-column: 1; }
  .rgrlk-embedded-footer iframe { height: 830px; }
}

@media (max-width: 410px) {
  .pharma-logo { width: 158px; }
  .header-actions .btn { max-width: 100px; }
  h1 { font-size: 39px; }
  .hero-actions { grid-template-columns: 1fr; }
  .rgrlk-embedded-footer iframe { height: 960px; }
}

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