:root {
  --bosque: #003625;
  --oliva: #387520;
  --acento: #43A830;
  --crema: #F7F4EE;
  --plata: #9B9B9B;
  --tinta: #1d1d1b;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  scroll-behavior: smooth
}

body {
  font-family: 'Montserrat', system-ui, sans-serif;
  color: var(--tinta);
  background: #fff;
  line-height: 1.55
}

h1,
h2,
h3 {
  color: var(--bosque);
  line-height: 1.16;
  font-weight: 700
}

h1 {
  font-size: clamp(2rem, 4.4vw, 3.25rem);
  letter-spacing: -.5px
}

h2 {
  font-size: clamp(1.55rem, 3vw, 2.3rem)
}

h3 {
  font-size: 1.12rem;
  font-weight: 600
}

p {
  margin: .5em 0
}

a {
  color: inherit;
  text-decoration: none
}

.wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 22px
}

section {
  padding: 74px 0
}

.muted {
  color: #6a6a64
}

.center {
  text-align: center
}

.eyebrow {
  display: inline-block;
  background: #e7efe2;
  color: var(--oliva);
  font-weight: 700;
  font-size: .74rem;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 30px;
  margin-bottom: 16px
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-family: inherit;
  font-weight: 600;
  font-size: .95rem;
  border-radius: 11px;
  padding: 14px 26px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: .18s
}

.btn-primary {
  background: var(--bosque);
  color: #fff;
  border-color: var(--bosque)
}

.btn-primary:hover {
  background: #00492f
}

.btn-ghost {
  background: #fff;
  color: var(--bosque);
  border-color: var(--bosque)
}

.btn-ghost:hover {
  background: var(--crema)
}

.btn-wa {
  background: #1faa52;
  color: #fff;
  border-color: #1faa52
}

.btn-wa:hover {
  background: #178c43
}

.btn-lg {
  padding: 16px 32px;
  font-size: 1.02rem
}

.btn-block {
  width: 100%;
  justify-content: center
}

header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid #ece7dd;
  overflow: visible;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px
}

.logo {
  display: flex;
  align-items: center;
  gap: 11px
}

.logo img {
  height: 46px;
  width: auto;
  display: block
}

.logo .wm {
  display: flex;
  flex-direction: column;
  line-height: 1
}

.logo .row1 {
  font-weight: 600;
  font-size: 1.16rem;
  letter-spacing: 1.5px
}

.logo .row1 .g {
  color: var(--bosque)
}

.logo .row1 .p {
  color: var(--oliva)
}

.logo .tag {
  font-size: .6rem;
  font-style: italic;
  color: var(--plata);
  letter-spacing: .3px;
  border-top: 1px solid #d3ccbe;
  margin-top: 4px;
  padding-top: 3px;
  text-align: center
}

@media(max-width:560px) {
  .logo .tag {
    display: none
  }

  .logo img {
    height: 40px
  }
}

.navlinks {
  display: flex;
  gap: 24px;
  font-size: .9rem;
  font-weight: 500
}

.navlinks a:hover {
  color: var(--oliva)
}

.nav .btn {
  padding: 11px 18px
}

@media(max-width:920px) {
  .navlinks {
    display: none
  }

  /*.nav .btn {*/
  /*  padding: 8px 12px;*/
  /*  font-size: 14px;*/
  /*  font-weight: 400;*/
  /*}*/
}

/* hero */
.hero {
  background: linear-gradient(180deg, var(--crema), #fff);
  padding: 72px 0 60px
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: center
}

.hero h1 span {
  color: var(--oliva)
}

.hero .lead {
  font-size: 1.13rem;
  margin: 18px 0 26px;
  max-width: 31em;
  color: #3f3f3a
}

.hero-cta {
  display: flex;
  gap: 13px;
  flex-wrap: wrap
}

.trust {
  margin-top: 22px;
  font-size: .85rem;
  color: var(--bosque);
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-weight: 600
}

.trust span {
  display: flex;
  align-items: center;
  gap: 6px
}

.tick {
  color: var(--acento);
  font-weight: 800
}

.hero-visual {
  position: relative
}

.hero-visual img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(0, 54, 37, .18);
  display: block
}

.hero-badge {
  position: absolute;
  left: -14px;
  bottom: 24px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 14px 36px rgba(0, 54, 37, .18);
  padding: 16px 20px
}

.hero-badge small {
  color: var(--plata);
  font-weight: 600;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .5px
}

.hero-badge b {
  display: block;
  color: var(--oliva);
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1.1
}

@media(max-width:920px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 30px
  }

  .hero-badge {
    left: 10px
  }
}

/* trust bar */
.bar {
  background: var(--bosque);
  color: #cfe3d6
}

.bar .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding-top: 20px;
  padding-bottom: 20px
}

.ficha {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .12)
}

.ficha .fn {
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--oliva);
  line-height: 1;
  white-space: nowrap
}

.ficha .fl {
  display: flex;
  flex-direction: column;
  font-size: 1.05rem;
  color: var(--bosque);
  font-weight: 700;
  line-height: 1.25
}

.ficha .fl i {
  font-style: normal;
  font-weight: 400;
  color: var(--plata);
  font-size: .82rem;
  margin-top: 3px
}

@media(max-width:760px) {
  .bar .wrap {
    grid-template-columns: 1fr 1fr
  }
}

.bar b {
  color: #fff
}

.grid4 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}

.card {
  background: #fff;
  border: 1px solid #ece7dd;
  border-top: 3px solid var(--acento);
  border-radius: 14px;
  padding: 26px
}

.card .ico {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #e7efe2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
  font-size: 1.2rem
}

.card .big {
  font-size: 2.9rem;
  font-weight: 800;
  color: var(--oliva);
  display: block;
  line-height: 1;
  margin-bottom: 8px
}

.card h3 {
  font-size: 1.12rem;
  color: var(--bosque)
}

.card p {
  color: #4a4a45;
  font-size: .95rem;
  line-height: 1.5
}

.card h3 {
  margin: 2px 0 5px
}

.card p {
  font-size: .92rem;
  color: #4a4a45
}

@media(max-width:920px) {
  .grid4 {
    grid-template-columns: 1fr 1fr
  }
}

@media(max-width:560px) {
  .grid4 {
    grid-template-columns: 1fr
  }
}

/* calculator */
.calc {
  background: var(--bosque);
  color: #fff
}

.calc h2 {
  color: #fff
}

.calc .sub {
  color: #cfe3d6;
  max-width: 44em
}

.calc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 30px;
  align-items: start
}

.cbox {
  background: #fff;
  color: var(--tinta);
  border-radius: 18px;
  padding: 26px
}

.fld {
  margin-bottom: 15px
}

.fld label {
  font-weight: 600;
  font-size: .85rem;
  color: var(--bosque);
  display: block;
  margin-bottom: 6px
}

.fld input,
.fld select {
  width: 100%;
  font-family: inherit;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--bosque);
  border: 2px solid #d9d3c7;
  border-radius: 10px;
  padding: 11px 13px;
  background: #fff
}

.fld input:focus,
.fld select:focus {
  outline: none;
  border-color: var(--acento)
}

.fld .help {
  font-size: .76rem;
  color: var(--plata);
  font-weight: 500;
  margin-top: 5px
}

.two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px
}

.result {
  background: var(--crema);
  border-radius: 14px;
  padding: 20px;
  margin-top: 6px
}

.row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 9px 0;
  border-bottom: 1px dashed #ddd6c8;
  font-size: .93rem
}

.row:last-child {
  border: none
}

.row b {
  font-weight: 700
}

.row.total {
  border-top: 2px solid var(--bosque);
  border-bottom: none;
  margin-top: 4px;
  padding-top: 13px;
  font-size: 1.02rem
}

.row.total .v {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--oliva)
}

.badge-perfil {
  border-radius: 12px;
  padding: 14px 16px;
  font-size: .92rem;
  font-weight: 600;
  margin-top: 16px;
  display: flex;
  gap: 10px;
  align-items: flex-start
}

.badge-perfil .dot {
  font-size: 1.1rem;
  line-height: 1
}

.bp-opt {
  background: #eef5ea;
  color: #256b1a;
  border: 1px solid #c2dcb4
}

.bp-marg {
  background: #fff5e6;
  color: #8a5a12;
  border: 1px solid #e6cf9a
}

.bp-alto {
  background: #eaf0f6;
  color: #1d4e7a;
  border: 1px solid #b6cde2
}

.panel {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 18px;
  padding: 24px
}

.panel h3 {
  color: #fff;
  margin-bottom: 8px
}

.panel p,
.panel li {
  color: #dceee3;
  font-size: .9rem
}

.panel ul {
  padding-left: 18px;
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 7px
}

.yeartbl {
  width: 100%;
  border-collapse: collapse;
  margin-top: 12px;
  font-size: .82rem
}

.yeartbl th,
.yeartbl td {
  text-align: right;
  padding: 7px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  color: #eaf5ee
}

.yeartbl th {
  color: #9fc6ac;
  font-weight: 600;
  text-transform: uppercase;
  font-size: .68rem;
  letter-spacing: .4px
}

.yeartbl td:first-child,
.yeartbl th:first-child {
  text-align: left
}

.disc {
  font-size: .74rem;
  color: #a8c7b6;
  margin-top: 14px;
  line-height: 1.55
}

@media(max-width:920px) {
  .calc-grid {
    grid-template-columns: 1fr
  }
}

/* qualify */
.qual-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 24px
}

.qual {
  border-radius: 16px;
  padding: 24px;
  border: 1px solid #ece7dd
}

.qual.yes {
  background: #eef5ea;
  border-color: #cfe3c4
}

.qual.no {
  background: #f7f1ee;
  border-color: #e7d6cf
}

.qual ul {
  list-style: none;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.qual li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 500;
  font-size: .94rem
}

.qual.yes .mk {
  color: var(--acento);
  font-weight: 800
}

.qual.no .mk {
  color: #b4543b;
  font-weight: 800
}

@media(max-width:760px) {
  .qual-grid {
    grid-template-columns: 1fr
  }
}

/* band image */
.band {
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center
}

.band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 54, 37, .88), rgba(0, 54, 37, .45))
}

.band .wrap {
  position: relative;
  color: #fff
}

.band h2 {
  color: #fff;
  max-width: 16em
}

.band p {
  color: #d8ece0;
  max-width: 34em
}

/* steps */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 32px
}

.step .n {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--bosque);
  color: #fff;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px
}

.step h3 {
  margin-bottom: 5px
}

.step p {
  font-size: .9rem;
  color: #4a4a45
}

@media(max-width:760px) {
  .steps {
    grid-template-columns: 1fr
  }
}

/* diferenciador */
.diff {
  background: var(--crema)
}

.diff-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center
}

.diff-grid img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(0, 54, 37, .16);
  display: block
}

.compare {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e4ddd0;
  margin-top: 22px
}

.compare .h,
.compare .r {
  display: grid;
  grid-template-columns: 1.5fr .9fr .9fr
}

.compare .h {
  background: var(--bosque);
  color: #fff;
  font-weight: 600;
  font-size: .8rem;
  text-align: center;
}

.compare .h div {
  padding: 11px 13px
}

.compare .r {
  font-size: .85rem;
  border-top: 1px solid #eee
}

.compare .r div {
  padding: 10px 13px
}

.compare .r .lbl {
  font-weight: 500;
  color: var(--bosque)
}

.compare .afs {
  background: #eef5ea;
  font-weight: 700;
  color: var(--bosque)
}

.yn-y {
  color: var(--acento);
  text-align: center;
  font-weight: 800
}

.yn-n {
  color: #b4543b;
  font-weight: 800;
  text-align: center;
}

@media(max-width:760px) {
  .diff-grid {
    grid-template-columns: 1fr
  }
}

.proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 8px
}

.proof .s {
  text-align: center;
  padding: 18px
}

.proof .big {
  font-size: 2.3rem;
  font-weight: 800;
  color: var(--oliva)
}

.ph {
  background: #fff7e6;
  border: 1px dashed #d9b85a;
  color: #8a6d18;
  font-size: .78rem;
  border-radius: 8px;
  padding: 2px 8px;
  display: inline-block;
  margin-top: 6px
}

@media(max-width:760px) {
  .proof {
    grid-template-columns: 1fr
  }
}

/* form */
.formwrap {
  background: var(--bosque);
  color: #fff
}

.formwrap h2 {
  color: #fff
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 24px;
  align-items: start
}

.formcard {
  background: #fff;
  color: var(--tinta);
  border-radius: 18px;
  padding: 28px
}

/* .formcard .fld input, */
.formcard .fld input:not([type="radio"]):not([type="checkbox"]),
.formcard .fld select,
.formcard .fld textarea {
  width: 100%;
  font-family: inherit;
  font-size: .95rem;
  font-weight: 500;
  border: 1.5px solid #d9d3c7;
  border-radius: 9px;
  padding: 11px 12px;
  background: #fff;
  color: var(--tinta)
}

.formaside ul {
  list-style: none;
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.formaside li {
  display: flex;
  gap: 10px;
  color: #dceee3;
  font-size: .93rem
}

.formaside .tick {
  color: var(--acento)
}

.alert {
  display: none;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: .9rem;
  font-weight: 500;
  margin-bottom: 13px
}

.alert.warn {
  display: none;
  background: #fdf0e9;
  border: 1px solid #e7c3b3;
  color: #92402a
}

.alert.ok {
  display: none;
  background: #eef5ea;
  border: 1px solid #bcdcae;
  color: #26621a
}

@media(max-width:760px) {
  .form-grid {
    grid-template-columns: 1fr
  }

  .two {
    grid-template-columns: 1fr
  }
}

.faq-item {
  border-bottom: 1px solid #ece7dd;
}

.faq-question {
  width: 100%;
  background: none;
  border: 0;
  cursor: pointer;

  padding: 15px 0;

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;

  text-align: left;

  font-size: inherit;
  font-family: inherit;
  font-weight: 600;
  color: var(--bosque);
}

.faq-icon {
  color: var(--oliva);
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1;

  transition: transform .3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;

  transition: max-height .35s ease;
}

.faq-answer p {
  font-size: .92rem;
  color: #4a4a45;
  margin: 0;
  padding: 0 0 15px;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
  color: #1d4e7a;
}

footer {
  background: var(--bosque);
  color: #cfe0d6;
  padding: 52px 0 24px;
  font-size: .9rem
}

.foot-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 30px
}

footer h4 {
  color: #fff;
  font-size: .95rem;
  margin-bottom: 12px
}

footer a {
  display: block;
  color: #cfe0d6;
  margin-bottom: 7px
}

footer a:hover {
  color: #fff
}

.foot-logo {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px
}

.foot-logo img {
  height: 84px
}

.foot-logo b {
  color: #fff;
  font-weight: 800;
  letter-spacing: .5px
}

.legal {
  border-top: 1px solid rgba(255, 255, 255, .15);
  margin-top: 32px;
  padding-top: 18px;
  font-size: .77rem;
  color: #9fc0ac;
  line-height: 1.6
}

.draft {
  background: #7a5a00;
  color: #fff;
  font-size: .8rem;
  text-align: center;
  padding: 8px 42px 8px 16px;
  position: relative;
  font-weight: 500
}

.draft b {
  color: #ffd86b
}

.draft button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .5);
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  padding: 1px 7px
}

.wa-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 50;
  background: #1faa52;
  color: #fff;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .22);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 1
}

.wa-float img {
  width: 30px;
  position: relative;
  left: 1px;
}

.tip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--oliva);
  color: #fff;
  font-size: .7rem;
  font-weight: 700;
  cursor: help;
  position: relative;
  margin-left: 6px;
  vertical-align: middle
}

.tip .tipbox {
  display: none;
  position: absolute;
  bottom: 140%;
  left: 50%;
  transform: translateX(-50%);
  width: 235px;
  background: #fff;
  color: var(--bosque);
  font-weight: 400;
  font-size: .78rem;
  line-height: 1.45;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #d9d3c7;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .28);
  z-index: 60;
  text-align: left
}

.tip .tipbox::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #fff
}

.tip:hover .tipbox,
.tip:focus .tipbox {
  display: block
}

.elig-warn {
  display: none;
  background: #fdecea;
  border: 1px solid #e2553f;
  color: #a32b1c;
  border-radius: 10px;
  padding: 12px 14px;
  margin: 4px 0 12px;
  font-size: .9rem;
  font-weight: 600
}

.fld input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  flex: 0 0 18px;
  padding: 0;
  border: 1.5px solid #cfd8cf;
  border-radius: 4px;
  background: #fff;
  margin: 2px 0 0;
  accent-color: var(--acento);
  box-sizing: border-box
}

.consent {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  margin-top: 8px
}

.consent label {
  flex: 1;
  margin: 0;
  display: block
}

header .nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  height: 74px;
  gap: 18px;
  padding-top: 0;
  padding-bottom: 0
}

header .navlinks {
  flex: 1;
  justify-content: center;
  gap: 42px;
  flex-wrap: nowrap
}

header .navlinks a {
  white-space: nowrap
}

header .logo img {
  height: 60px;
  max-width: 160px
}

.result.no-aplica .dedrow {
  text-decoration: line-through;
  opacity: .5
}

#proj.no-aplica td {
  text-decoration: line-through;
  opacity: .55
}

.upme-note {
  background: #fbf6e6;
  border: 1px solid #e6d8a8;
  color: #7a5c12;
  border-radius: 10px;
  padding: 11px 13px;
  margin-top: 12px;
  font-size: .85rem;
  font-weight: 600
}

.upme-note span {
  display: block;
  font-weight: 400;
  font-size: .8rem;
  margin-top: 3px
}

details.disc summary {
  cursor: pointer
}

details.disc summary::-webkit-details-marker {
  display: none
}

#tucaso {
  text-align: center
}

.caso-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 28px;
  text-align: left
}

.caso {
  background: #fff;
  border: 1.5px solid #e6e0d4;
  border-radius: 16px;
  padding: 22px;
  cursor: pointer;
  font-family: inherit;
  transition: .18s;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .04)
}

.caso:hover {
  border-color: var(--acento);
  box-shadow: 0 10px 26px rgba(0, 0, 0, .10);
  transform: translateY(-3px)
}

.caso.active {
  border-color: var(--acento);
  box-shadow: 0 0 0 3px rgba(67, 168, 48, .18)
}

.caso-ico {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #eaf3ec;
  color: var(--oliva);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 4px
}

.caso-ico svg {
  width: 26px;
  height: 26px
}

.caso h3 {
  font-size: 1.06rem;
  color: var(--bosque);
  margin: 0
}

.caso p {
  font-size: .9rem;
  color: var(--tinta);
  margin: 0;
  flex: 1
}

.caso-cta {
  color: var(--oliva);
  font-weight: 700;
  font-size: .9rem;
  margin-top: 4px
}

@media(max-width:760px) {
  .caso-grid {
    grid-template-columns: 1fr
  }
}

.steps .step {
  position: relative
}

.steps .step .n {
  position: relative;
  z-index: 1
}

.steps .step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 52px;
  right: -20px;
  height: 2px;
  background: #d9d2c4;
  z-index: 0
}

@media(max-width:760px) {
  .steps .step:not(:last-child)::after {
    display: none
  }
}

.stepper {
  position: sticky;
  top: 72px;
  z-index: 30;
  background: #fff;
  border-bottom: 1px solid #ece7dd;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .05)
}

.stepper .wrap {
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 11px 22px;
  flex-wrap: wrap
}

.stp {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--plata);
  font-weight: 600;
  font-size: 1.05rem;
  padding: 4px 8px;
  text-decoration: none
}

.stp-n {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e8e3d8;
  color: #8a8576;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .95rem;
  font-weight: 800;
  flex: 0 0 30px;
  transition: .18s
}

.stp:not(:last-child)::after {
  content: "\2192";
  margin-left: 6px;
  color: #cfc8b8
}

.stp.active {
  color: var(--bosque)
}

.stp.active .stp-n {
  background: var(--acento);
  color: #fff
}

.stp:hover {
  color: var(--bosque)
}

section[id] {
  scroll-margin-top: 140px
}

@media(max-width:600px) {
  .stp-l {
    display: none
  }

  .stp {
    font-size: .85rem
  }
}

.pains {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 26px;
  text-align: left
}

.pain {
  background: #fff;
  border: 1px solid #ece7dd;
  border-left: 3px solid var(--acento);
  border-radius: 12px;
  padding: 16px 18px
}

.pain b {
  display: block;
  color: var(--bosque);
  margin-bottom: 4px
}

.pain span {
  font-size: .9rem;
  color: #4a4a45
}

@media(max-width:760px) {
  .pains {
    grid-template-columns: 1fr
  }
}

.planes {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 4px
}

.plan {
  position: relative;
  display: block;
  border: 1.5px solid #d9d3c7;
  border-radius: 12px;
  padding: 12px 14px 12px 40px;
  cursor: pointer;
  transition: .15s
}

.plan input {
  position: absolute;
  left: 14px;
  top: 15px;
  width: 16px;
  height: 16px;
  accent-color: var(--acento)
}

.plan .plan-h {
  display: block;
  font-weight: 700;
  color: var(--bosque);
  font-size: .95rem
}

.plan .plan-d {
  display: block;
  font-size: .82rem;
  color: #5a5a52;
  margin-top: 2px;
  font-weight: 400
}

.plan:hover {
  border-color: var(--acento)
}

.plan:has(input:checked) {
  border-color: var(--acento);
  background: #f4f9f1;
  box-shadow: 0 0 0 2px rgba(67, 168, 48, .15)
}

.plan-reco {
  border-color: var(--acento)
}

.plan-tag {
  position: absolute;
  top: -9px;
  right: 12px;
  background: var(--acento);
  color: #fff;
  font-size: .68rem;
  font-weight: 700;
  padding: 2px 9px;
  border-radius: 20px
}



.modal {

  position: fixed;
  inset: 0;

  display: flex;
  justify-content: center;
  align-items: center;

  background: rgba(0, 0, 0, .55);

  backdrop-filter: blur(6px);

  opacity: 0;
  visibility: hidden;

  transition: .3s;

  z-index: 999;

}

.modal.active {

  opacity: 1;
  visibility: visible;

}

.modal-content {

  width: min(900px, 92vw);

  max-height: 85vh;

  background: #fff;

  border-radius: 20px;

  box-shadow: 0 24px 60px rgba(0, 54, 37, .25);

  overflow: hidden;

  transform: translateY(20px) scale(.98);

  transition: .3s;

}

.modal.active .modal-content {

  transform: none;

}

.modal h2 {

  padding: 28px 36px;

  border-bottom: 1px solid #ece7dd;

  color: var(--bosque);

}

.modal-body {

  padding: 30px 36px;

  overflow: auto;

  max-height: calc(85vh - 95px);

}

.modal-body p {

  color: #4d4d49;

  margin-bottom: 18px;

  line-height: 1.8;

}

.modal-close {

  position: absolute;

  right: 22px;

  top: 18px;

  width: 42px;
  height: 42px;

  border: none;

  background: #f5f5f5;

  border-radius: 50%;

  cursor: pointer;

  font-size: 1.4rem;

  transition: .2s;

}

.modal-close:hover {

  background: #ececec;

}

.modal-content {

  position: relative;

}

/* 
.reveal-left,
.reveal-right {
  opacity: 0;
  transition:
    opacity .8s ease,
    transform .8s ease;
  will-change: transform, opacity;
}

.reveal-left {
  transform: translateX(-70px);
}

.reveal-right {
  transform: translateX(70px);
}

.reveal-left.show,
.reveal-right.show {
  opacity: 1;
  transform: translateX(0);
} */

#pdf-cta {

  animation: glowPdf 2.5s ease-in-out infinite;

}

@keyframes glowPdf {

  0%,
  100% {
    box-shadow: 0 0 0 rgba(67, 168, 48, 0);
  }

  50% {
    box-shadow: 0 0 20px rgba(67, 168, 48, .45);
    border: 1px solid rgba(67, 168, 48, .45);
  }

}

#loading .content {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 24px;
  padding: 64px 56px 56px;
  max-width: 680px;
  width: 100%;
  text-align: center;
  box-shadow: 0 24px 64px rgba(0, 0, 0, .22);
  text-align: center;
}

#loading .content img {
  width: 240px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.loading-overlay {
  position: fixed;
  inset: 0;
  background: #003625;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 99999;
  text-align: center;
  padding: 24px;
  font-family: 'Montserrat', Arial, sans-serif;
}

.loading-overlay.show {
  display: flex;
}

.loading-overlay::before,
.loading-overlay::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  opacity: .08;
  background: #43A830;
  pointer-events: none;
}

.loading-overlay::before {
  width: 420px;
  height: 420px;
  top: -120px;
  left: -120px;
}

.loading-overlay::after {
  width: 360px;
  height: 360px;
  bottom: -100px;
  right: -100px;
}

.spinner {
  position: relative;
  width: 84px;
  height: 84px;
  margin: 0 auto;
  margin-bottom: 28px;
}

.spinner::before,
.spinner::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.spinner::before {
  border: 5px solid rgba(247, 244, 238, .15);
}

.spinner::after {
  border: 5px solid transparent;
  border-top-color: #43A830;
  border-right-color: #43A830;
  animation: spin .9s cubic-bezier(.5, 0, .5, 1) infinite;
}

.spinner-check {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #43A830;
}

.loading-overlay h3 {
  position: relative;
  z-index: 1;
  color: #003625;
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.3px;
  max-width: 420px;
  margin: 0 auto;
}

.loading-overlay p {
  position: relative;
  z-index: 1;
  color: #003625;
  margin: 0 auto;
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.6;
  max-width: 380px;
}

.loading-eyebrow {
  position: relative;
  z-index: 1;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #43A830;
  margin-bottom: 18px;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


.modal-body {
  max-height: 200px;
  overflow-y: auto;
}

.modal-footer {
  padding: 20px;
  display: flex;
  justify-content: flex-start;
}

.modal-footer button {
  margin-right: 10px;
}

.modal-footer {
  display: none;
  margin-top: 20px;
  justify-content: flex-end;
  gap: 10px;
}

.modal-footer.show {
  display: flex;
}

/* ============================
   Reveal Animations
============================ */

.reveal-up,
.reveal-down,
.reveal-left,
.reveal-right,
.reveal-scale {

  opacity: 0;

  transition:
    opacity .8s ease,
    transform .8s cubic-bezier(.2, .65, .2, 1);

  will-change: transform, opacity;
}

.reveal-up {
  transform: translateY(60px);
}

.reveal-down {
  transform: translateY(-60px);
}

.reveal-left {
  transform: translateX(-60px);
}

.reveal-right {
  transform: translateX(60px);
}

.reveal-scale {
  transform: scale(.88);
}

.reveal-visible {

  opacity: 1;

  transform: none;

}

.reveal-delay-1 {

  transition-delay: .15s;

}

.reveal-delay-2 {

  transition-delay: .30s;

}

.reveal-delay-3 {

  transition-delay: .45s;

}

.reveal-delay-4 {

  transition-delay: .60s;

}

@media screen and (min-width: 300px) and (max-width: 650px) {
  .foot-grid {
    display: flex;
    flex-wrap: wrap;
  }

  .foot-grid div {
    width: 100%;
  }
}

.menu-toggle {

  display: none;
  width: 46px;
  height: 46px;
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
  z-index: 1002;

}

.menu-toggle span {

  display: block;
  width: 28px;
  height: 3px;
  background: #003625;
  margin: 6px auto;
  border-radius: 10px;
  transition: .35s;
}

.mobile-btn {

  display: none;

}


@media(max-width:920px) {

  .desktop-btn {

    display: none;

  }

  .menu-toggle {

    display: block;

  }

  header .navlinks {
    justify-content: flex-start;
    padding-top: 70px;
  }

  .navlinks {

    position: absolute;

    top: calc(-70vh - 82px);
    right: 0;

    width: 100%;
    height: 60vh;
    min-height: 600px;

    background: #ffffff;

    display: flex;

    flex-direction: column;

    justify-content: center;

    gap: 28px;

    padding: 40px;

    transition: .35s;

    box-shadow: -2px 13px 25px rgba(0, 0, 0, .15);


    z-index: auto;

  }

  .navlinks a {
    color: #fff;
  }
  .navlinks.active a {
    color: #000000;
  }
  .navlinks.active a.mobile-btn {
    color: #fff;
  }


  .nav.wrap .logo {
    position: relative;
    z-index: 100;
  }

  .navlinks.active {

    top: 74px;

  }

  .navlinks a {

    font-size: 20px;

  }

  .mobile-btn {

    display: inline-flex;

    margin-top: 20px;

  }

}