:root {
  --ink: #22242a;
  --muted: #666c76;
  --line: #dde2ea;
  --paper: #ffffff;
  --soft: #f4f7fb;
  --blue: #1558b0;
  --blue-dark: #0b397d;
  --cyan: #087f8f;
  --yellow: #f2e917;
  --success: #0d8a52;
  --danger: #c93232;
  --shadow: 0 18px 46px rgba(17, 32, 56, .16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

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

.site-header {
  background: #fff;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
}

.header-top {
  min-height: 72px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 120px 1fr 120px;
  align-items: center;
  gap: 18px;
}

.brand {
  justify-self: center;
  color: #0a5374;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 4vw, 46px);
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.icon-button {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  display: inline-grid;
  place-content: center;
  gap: 5px;
  cursor: pointer;
}

.icon-button span {
  width: 18px;
  height: 2px;
  background: #222;
  display: block;
}

.subscribe {
  justify-self: end;
  min-width: 112px;
  padding: 13px 18px;
  border-radius: 6px;
  background: var(--yellow);
  color: #25260b;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.section-nav {
  max-width: 1180px;
  margin: 0 auto;
  padding: 11px 24px 14px;
  display: flex;
  gap: 28px;
  overflow-x: auto;
  color: #4b5662;
  font-size: 14px;
  scrollbar-width: none;
}

.section-nav::-webkit-scrollbar {
  display: none;
}

.article-shell {
  max-width: 980px;
  margin: 0 auto;
  padding: 42px 24px 0;
}

.breadcrumb {
  color: var(--blue);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 28px;
}

.breadcrumb span {
  color: #9aa4b2;
  margin: 0 8px;
}

.promo-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.promo-label::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cyan);
}

h1 {
  max-width: 930px;
  margin: 18px 0 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 5.4vw, 64px);
  line-height: .98;
  letter-spacing: 0;
}

.dek {
  max-width: 930px;
  margin: 0 0 22px;
  color: #262b31;
  font-size: clamp(20px, 2.4vw, 29px);
  line-height: 1.25;
}

.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: var(--muted);
  font-size: 15px;
  margin: 28px 0 24px;
}

.meta-row span + span::before {
  content: "·";
  margin-right: 16px;
  color: #a5adba;
}

.author-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 28px;
}

.author-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #25c8bb;
  box-shadow: 0 0 0 22px rgba(37, 200, 187, .1);
}

.author-row strong,
.author-row span {
  display: block;
}

.author-row strong {
  color: var(--blue);
  font-size: 16px;
}

.author-row span {
  color: var(--muted);
  margin-top: 5px;
}

.listen-button,
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  background: #2878ec;
  color: #fff;
  font-weight: 800;
  padding: 0 26px;
  box-shadow: 0 12px 26px rgba(40, 120, 236, .24);
}

.listen-button {
  margin-left: 18px;
  border-radius: 6px;
  min-height: 44px;
}

.hero-figure,
.inline-figure {
  margin: 0;
}

.hero-figure img,
.inline-figure img {
  width: 100%;
  border-radius: 4px;
}

.hero-figure figcaption,
.inline-figure figcaption {
  color: #77808d;
  font-size: 14px;
  line-height: 1.45;
  margin-top: 10px;
}

.article-body {
  max-width: 720px;
  margin: 40px auto 0;
}

.article-body p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(21px, 2.4vw, 26px);
  line-height: 1.55;
  margin: 0 0 30px;
}

.article-body h2 {
  margin: 54px 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3.4vw, 36px);
  line-height: 1.12;
}

.dropcap {
  float: left;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 86px;
  line-height: .78;
  padding-right: 13px;
  color: #363940;
}

.article-callout {
  border-left: 5px solid var(--cyan);
  background: #eff8f8;
  border-radius: 0 8px 8px 0;
  padding: 20px 22px;
  margin: 12px 0 32px;
}

.article-callout strong,
.article-callout span {
  display: block;
}

.article-callout strong {
  color: var(--cyan);
  margin-bottom: 7px;
  font-size: 15px;
  text-transform: uppercase;
}

.article-callout span {
  color: #31404b;
  font-size: 17px;
  line-height: 1.45;
}

.cta {
  margin: 2px auto 42px;
  width: min(100%, 310px);
}

.inline-figure {
  margin: 44px 0;
}

.inline-figure.compact {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.steps {
  margin: 30px 0 38px;
  display: grid;
  gap: 16px;
}

.step {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  min-height: 78px;
  padding: 18px 22px;
  border-left: 5px solid #2b85ee;
  border-radius: 8px;
  background: linear-gradient(90deg, #eef5ff, #f8fbff);
  box-shadow: 0 10px 24px rgba(16, 52, 91, .08);
}

.step span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #2b85ee;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
}

.step p {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.35;
}

.form-intro {
  margin-top: 70px;
  background: #f5f7fa;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.form-intro-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 42px 24px;
  display: grid;
  grid-template-columns: 1fr 330px;
  gap: 42px;
  align-items: center;
}

.form-intro h2 {
  margin: 12px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.05;
}

.form-intro p {
  margin: 0;
  color: #4c5662;
  font-size: 18px;
  line-height: 1.5;
}

.trust-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.trust-list li {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: #31404b;
  font-weight: 700;
}

.lead-section {
  position: relative;
  scroll-margin-top: 128px;
  min-height: 760px;
  padding: 42px 24px 58px;
  display: grid;
  grid-template-columns: minmax(280px, 620px) minmax(320px, 420px);
  gap: 38px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(8, 22, 51, .9), rgba(8, 24, 55, .62)),
    url("assets/hero-casa-rosada.jpg") center / cover;
}

.lead-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 12, 30, .16), rgba(3, 12, 30, .28));
  pointer-events: none;
}

.lead-copy,
.lead-form {
  position: relative;
  z-index: 1;
}

.lead-copy {
  color: #fff;
  align-self: start;
  padding-top: 10px;
}

.lead-copy p {
  max-width: 680px;
  margin: 0;
  font-size: clamp(20px, 2.4vw, 29px);
  line-height: 1.42;
  font-weight: 700;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .44);
}

.lead-form {
  width: min(100%, 420px);
  margin: 0 auto;
  padding: 22px;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.places-pill {
  height: 40px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--blue);
  color: #fff;
  font-size: 13px;
  margin-bottom: 18px;
}

.lead-form h2 {
  margin: 0 0 20px;
  text-align: center;
  font-size: 18px;
  line-height: 1.25;
}

.form-group {
  margin-bottom: 10px;
}

.form-label {
  display: block;
  margin: 0 0 6px;
  color: #46515f;
  font-size: 13px;
  font-weight: 700;
}

.lead-form input[type="text"],
.lead-form input[type="email"],
.lead-form input[type="tel"] {
  width: 100%;
  height: 56px;
  border: 1px solid #cfd6df;
  border-radius: 8px;
  padding: 0 14px;
  color: #1f2630;
  background: #f9fafc;
  font-size: 16px;
  outline: none;
  transition: border-color .2s, box-shadow .2s, background .2s;
}

.lead-form input:focus {
  border-color: #2c7bea;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(44, 123, 234, .14);
}

.phone-field .iti {
  width: 100%;
}

.phone-field .iti__selected-flag {
  border-radius: 8px 0 0 8px;
}

.checkbox-group {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  margin: 12px 0 0;
}

.checkbox-group input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.checkbox-group label {
  color: #47515f;
  font-size: 13px;
  line-height: 1.35;
}

.error {
  min-height: 18px;
  color: var(--danger);
  font-size: 12px;
  line-height: 1.3;
  margin-top: 5px;
}

.btn-submit {
  width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 6px;
  background: var(--blue);
  color: #fff;
  font-size: 21px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  cursor: pointer;
  margin-top: 8px;
}

.btn-arrow {
  font-size: 28px;
  line-height: 1;
}

.spinner-wrapper {
  justify-content: center;
  align-items: center;
  min-height: 54px;
  margin-top: 8px;
}

.form-status {
  display: none;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
  margin-top: 14px;
  border: 1px solid #f0b6ad;
  border-left: 5px solid var(--danger);
  border-radius: 8px;
  padding: 13px 14px;
  background: linear-gradient(180deg, #fff8f7, #fff1ef);
  color: #8d2424;
  box-shadow: 0 10px 26px rgba(201, 50, 50, .12);
}

.form-status.is-visible {
  display: grid;
}

.form-status__icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--danger);
  color: #fff;
  font-weight: 900;
  line-height: 1;
}

.form-status__content {
  display: grid;
  gap: 4px;
}

.form-status strong {
  color: #7c1f1f;
  font-size: 14px;
  line-height: 1.25;
}

.form-status__message {
  color: #9e2424;
  font-size: 13px;
  line-height: 1.4;
}

.consent {
  color: #5c6470;
  font-size: 12px;
  line-height: 1.4;
  margin: 16px 0 0;
  text-align: center;
}

.comments {
  max-width: 980px;
  margin: 54px auto 0;
  padding: 0 24px 40px;
}

.comments h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  margin: 0 0 18px;
}

.comment-box {
  display: grid;
  grid-template-columns: 1fr 92px;
  gap: 10px;
  margin-bottom: 20px;
}

.comment-box input {
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0 12px;
  font-size: 15px;
}

.comment-box button,
.success-card button {
  border: 0;
  border-radius: 6px;
  background: var(--blue);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.comment-list {
  display: grid;
  gap: 12px;
}

.comment {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  background: #f7f8fa;
  border-radius: 8px;
  padding: 16px;
}

.comment span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #d8dde5;
  color: #fff;
  font-weight: 800;
}

.comment p {
  margin: 0;
  color: #373f49;
  line-height: 1.45;
}

.success-screen {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  place-items: center;
  padding: 22px;
  background:
    radial-gradient(circle at 50% 35%, rgba(43, 133, 238, .24), transparent 34%),
    rgba(7, 18, 38, .82);
  backdrop-filter: blur(8px);
}

.success-screen.is-visible {
  display: grid;
}

.success-card {
  width: min(100%, 480px);
  border-radius: 8px;
  background: #fff;
  padding: 34px 30px 30px;
  box-shadow: var(--shadow);
  text-align: center;
  animation: successIn .24s ease-out;
}

.success-icon {
  width: 66px;
  height: 66px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: var(--success);
  position: relative;
  box-shadow: 0 14px 30px rgba(13, 138, 82, .24);
}

.success-icon::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 18px;
  width: 18px;
  height: 30px;
  border: solid #fff;
  border-width: 0 5px 5px 0;
  transform: rotate(45deg);
}

.success-kicker {
  margin: 0 0 8px;
  color: var(--success);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.success-card h2 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
}

.success-card p {
  color: #526070;
  line-height: 1.5;
  margin: 0 0 22px;
}

.success-card button {
  min-height: 44px;
  padding: 0 18px;
}

body.has-modal {
  overflow: hidden;
}

@keyframes successIn {
  from {
    opacity: 0;
    transform: translateY(14px) scale(.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.site-footer {
  border-top: 1px solid var(--line);
  max-width: 1180px;
  margin: 0 auto;
  padding: 46px 24px 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  color: #545c67;
}

.site-footer h2 {
  color: #2e343c;
  margin: 0 0 16px;
  font-size: 20px;
}

.site-footer a,
.site-footer p {
  display: block;
  margin: 0 0 12px;
}

@media (max-width: 840px) {
  .header-top {
    grid-template-columns: 44px 1fr auto;
    padding: 0 16px;
  }

  .brand {
    font-size: 25px;
  }

  .subscribe {
    min-width: 0;
    padding: 11px 12px;
    font-size: 12px;
  }

  .section-nav {
    padding-inline: 16px;
    gap: 20px;
  }

  .article-shell {
    padding: 32px 16px 0;
  }

  .author-row {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .listen-button {
    margin-left: 0;
    width: 100%;
  }

  .article-body {
    max-width: none;
  }

  .form-intro-inner,
  .lead-section {
    grid-template-columns: 1fr;
  }

  .lead-section {
    min-height: auto;
    padding: 34px 16px 42px;
  }

  .lead-copy {
    padding-top: 0;
  }

  .lead-form {
    width: 100%;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .header-top {
    min-height: 62px;
  }

  .brand {
    max-width: 180px;
    white-space: normal;
    text-align: center;
    line-height: 1;
  }

  .subscribe {
    display: none;
  }

  .section-nav {
    gap: 14px;
    font-size: 13px;
  }

  h1 {
    font-size: 36px;
    line-height: 1.02;
  }

  .dek {
    font-size: 20px;
  }

  .meta-row {
    display: grid;
    gap: 8px;
  }

  .meta-row span + span::before {
    content: "";
    margin-right: 0;
  }

  .dropcap {
    font-size: 66px;
  }

  .step {
    grid-template-columns: 40px 1fr;
    padding: 15px;
  }

  .step p {
    font-size: 17px;
  }

  .lead-form {
    padding: 18px;
  }

  .comment-box {
    grid-template-columns: 1fr;
  }

  .comment-box button {
    min-height: 44px;
  }
}
