/* Estilos de eFactura: fuentes locales, colores corporativos, componentes y ajustes responsive. */
@font-face  {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(nunito-0.woff2) format('woff2');
}
@font-face  {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(nunito-1.woff2) format('woff2');
}
@font-face  {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(nunito-2.woff2) format('woff2');
}
@font-face  {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(nunito-3.woff2) format('woff2');
}
@font-face  {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  font-display: swap;
  src: url(nunito-4.woff2) format('woff2');
}
:root {
  --blue:#125b8e;
  --blue-dark:#0d476f;
  --gold:#ffc83d;
  --ink:#142335;
  --muted:#53616e;
  --light:#f2f7fb;
  --radius:18px;
  --font:Arial,Helvetica,sans-serif
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:28px
}
body {
  margin:0;
  background:white;
  color:var(--ink);
  font-family:var(--font);
  font-size:15px;
  line-height:1.6
}
button,input,select,textarea {
  font:inherit
}
button,a {
  -webkit-tap-highlight-color:transparent
}
button {
  cursor:pointer
}
a {
  color:inherit;
  text-decoration:none
}
img {
  display:block;
  max-width:100%;
  object-fit:cover
}
button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible {
  outline:3px solid #9c6500;
  outline-offset:4px
}
h1,h2,h3,p {
  margin:0
}
h1,h2,h3 {
  line-height:1.16;
  text-wrap:balance
}
body h1 {
  font-size:clamp(36px,4.2vw,58px);
  font-weight:750;
  letter-spacing:-.035em
}
body h2 {
  font-size:clamp(27px,3vw,36px);
  font-weight:750;
  letter-spacing:-.028em
}
body h3 {
  font-size:18px;
  font-weight:700;
  letter-spacing:-.015em
}
.wrap {
  width:min(1120px,calc(100% - 64px));
  margin-inline:auto
}
.section {
  padding-block:64px
}
.section-head {
  text-align:center;
  margin-bottom:32px
}
.section-head p {
  color:var(--muted);
  margin-top:10px
}
.icon {
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
  flex-shrink:0
}
.btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:45px;
  padding:12px 22px;
  font-size:13px;
  line-height:1.3;
  font-weight:700;
  border-radius:7px;
  border:0;
  transition:background .18s,box-shadow .18s
}
.btn-blue {
  background:var(--blue);
  color:white
}
.btn-blue:hover {
  background:var(--blue-dark)
}
.btn-gold {
  background:var(--gold);
  color:#152b3f
}
.btn-gold:hover {
  background:#efba28
}
.btn-outline {
  border:1px solid #bbc5ce;
  background:#fff;
  color:var(--ink)
}
.btn-outline:hover {
  background:#f2f7fb
}
.btn .icon {
  width:18px;
  height:18px
}
.skip {
  position:absolute;
  top:-60px;
  left:20px;
  background:white;
  padding:10px;
  z-index:100
}
.skip:focus {
  top:10px
}
.logo {
  color:var(--blue);
  font-size:30px;
  font-weight:800;
  letter-spacing:-1.4px;
  line-height:1
}
.logo span {
  color:var(--blue)
}
.navbar {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:28px 0 20px
}
.nav-links {
  display:flex;
  gap:23px;
  font-size:12px;
  font-weight:600
}
.nav-links a:hover {
  color:var(--blue);
  text-decoration:underline;
  text-underline-offset:5px
}
.nav-right {
  display:flex;
  align-items:center;
  gap:17px
}
.phone-link {
  display:flex;
  align-items:center;
  gap:8px;
  font-size:12px;
  font-weight:700;
  line-height:1.4
}
.phone-link small {
  display:block;
  color:var(--muted);
  font-size:10px;
  font-weight:400
}
.menu-toggle {
  display:none;
  width:44px;
  height:44px;
  align-items:center;
  justify-content:center;
  background:white;
  border:1px solid #dae2e8;
  border-radius:7px
}
.hero {
  position:relative;
  min-height:530px;
  padding:66px 0 35px;
  overflow:hidden
}
.hero-photo {
  position:absolute;
  right:0;
  top:0;
  width:69%;
  height:100%;
  object-position:76% 47%;
  z-index:0
}
.hero:after {
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,#fff 0%,#fff 31%,rgba(255,255,255,.92) 39%,rgba(255,255,255,.1) 57%,rgba(255,255,255,0) 72%);
  z-index:1
}
.hero-copy {
  position:relative;
  z-index:2;
  width:52%;
  max-width:545px
}
.hero-copy>p {
  max-width:350px;
  margin-top:20px;
  font-size:15px;
  color:var(--muted);
  line-height:1.6
}
.hero-actions {
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:24px
}
.trust-row {
  display:flex;
  justify-content:space-between;
  max-width:360px;
  gap:20px;
  margin-top:36px
}
.trust-item {
  text-align:center;
  max-width:105px;
  font-size:11px;
  font-weight:600;
  line-height:1.4
}
.trust-icon {
  margin:0 auto 10px;
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  position:relative;
  color:var(--blue)
}
.trust-icon:before {
  content:'';
  position:absolute;
  width:26px;
  height:26px;
  right:2px;
  top:2px;
  border-radius:50%;
  background:#fff0be;
  z-index:-1
}
.trust-item:first-child .trust-icon:before {
  background:#e0efdc
}
.trust-icon .icon {
  width:31px;
  height:31px
}
.guarantee {
  position:absolute;
  z-index:3;
  left:53%;
  top:57px;
  width:107px;
  height:107px;
  border-radius:50%;
  background:#fffef8;
  border:5px solid #fff;
  box-shadow:0 5px 22px #27374b15;
  display:flex;
  flex-direction:column;
  justify-content:center;
  text-align:center;
  outline:1px solid #f5e9b9;
  outline-offset:-9px;
  transform:rotate(-8deg)
}
.guarantee strong {
  font-size:29px;
  line-height:1.1
}
.guarantee span {
  font-size:10px;
  font-weight:600;
  line-height:1.35;
  margin-top:4px
}
.services {
  position:relative;
  margin-top:16px;
  background:var(--blue);
  border-radius:var(--radius);
  padding:44px;
  display:grid;
  grid-template-columns:1fr 2.05fr;
  gap:35px;
  color:white
}
.services-intro {
  align-self:center
}
.services-intro h2 {
  max-width:215px;
  font-size:34px
}
.services-intro p {
  margin:15px 0 22px;
  color:#e0edf7;
  font-size:13px;
  max-width:220px
}
.service-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:9px
}
.service-card {
  background:#fff;
  border-radius:8px;
  padding:20px 16px 17px;
  color:var(--ink)
}
.service-card .icon {
  width:31px;
  height:31px;
  margin-bottom:13px;
  color:var(--blue)
}
.service-card h3 {
  font-size:14px;
  margin-bottom:7px
}
.service-card p {
  font-size:12px;
  line-height:1.55;
  color:var(--muted)
}
.values {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:38px;
  margin:35px 20px 42px;
  text-align:center
}
.value-icon {
  width:66px;
  height:66px;
  display:grid;
  place-items:center;
  margin:0 auto 14px;
  border-radius:50%;
  background:#f7fafc;
  border:1px solid #e7edf2;
  color:var(--blue)
}
.value-icon .icon {
  width:35px;
  height:35px
}
.values h3 {
  font-size:15px;
  max-width:150px;
  margin:0 auto
}
.values p {
  font-size:12px;
  color:var(--muted);
  line-height:1.5;
  margin:9px auto 0;
  max-width:175px
}
.split-banner {
  display:grid;
  grid-template-columns:1fr 1fr;
  min-height:280px;
  border-radius:var(--radius);
  overflow:hidden
}
.split-photo {
  width:100%;
  height:100%;
  min-height:280px;
  object-position:82% 50%
}
.split-copy {
  background:var(--blue);
  color:white;
  padding:37px 40px
}
.split-copy h2 {
  font-size:31px;
  max-width:310px
}
.check-list {
  list-style:none;
  padding:0;
  margin:18px 0 23px;
  display:grid;
  gap:9px;
  font-size:12px
}
.check-list li {
  display:flex;
  gap:9px;
  align-items:center
}
.check-list .icon {
  color:var(--gold);
  width:16px;
  height:16px
}
.stats {
  background:var(--blue);
  color:white;
  padding:30px 28px;
  border-radius:10px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  text-align:center;
  margin-top:0
}
.stat strong {
  display:block;
  font-size:38px;
  letter-spacing:-1.4px;
  line-height:1.2
}
.stat span {
  display:block;
  font-size:12px;
  margin-top:6px;
  color:#e4eff7
}
.steps {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px
}
.step {
  background:var(--light);
  border-radius:9px;
  padding:26px 29px;
  position:relative
}
.step-number {
  font-size:26px;
  color:var(--blue);
  font-weight:750;
  line-height:1.1;
  display:block;
  margin-bottom:16px
}
.step h3 {
  font-size:17px;
  margin-bottom:8px
}
.step p {
  font-size:13px;
  color:var(--muted);
  max-width:240px
}
.step .icon {
  position:absolute;
  right:25px;
  top:28px;
  color:#a8bfce;
  width:21px
}
.pricing-section {
  padding-top:8px
}
.pricing-note {
  text-align:center;
  color:var(--muted);
  font-size:12px;
  margin-top:-20px;
  margin-bottom:24px
}
.pricing {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:19px;
  max-width:920px;
  margin:0 auto
}
.price-card {
  padding:30px 28px 25px;
  border-radius:10px;
  border:1px solid #e1e7ec;
  display:flex;
  flex-direction:column;
  align-items:stretch
}
.price-card.featured {
  background:var(--gold);
  border-color:var(--gold)
}
.price-card h3 {
  text-align:center;
  font-size:16px
}
.price {
  font-size:43px;
  line-height:1.2;
  font-weight:750;
  text-align:center;
  letter-spacing:-1.7px;
  margin-top:9px
}
.price small {
  font-size:12px;
  letter-spacing:0;
  font-weight:400
}
.price-from {
  font-size:10px;
  letter-spacing:0;
  font-weight:400;
  display:block;
  color:#42505c
}
.plan-description {
  text-align:center;
  font-size:12px;
  color:#42505c;
  margin:7px 0 16px
}
.price-card .check-list {
  margin:0 0 23px;
  font-size:12px;
  gap:10px;
  flex:1
}
.price-card .check-list .icon {
  color:var(--blue)
}
.recommended {
  text-align:center;
  text-transform:uppercase;
  font-size:9px;
  font-weight:700;
  letter-spacing:1.1px;
  margin-bottom:10px
}
.testimonial-layout {
  display:grid;
  grid-template-columns:.95fr 1.25fr;
  gap:55px;
  align-items:center
}
.testimonial-photo {
  width:100%;
  height:290px;
  border-radius:10px;
  object-position:center
}
.testimonial-copy h2 {
  font-size:32px;
  margin-bottom:23px
}
.client-row {
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:15px
}
.avatar {
  width:47px;
  height:47px;
  border-radius:50%;
  object-position:80% 20%
}
.client-row strong {
  font-size:14px;
  display:block
}
.client-row span {
  font-size:11px;
  color:var(--muted)
}
blockquote {
  font-size:16px;
  line-height:1.7;
  margin:0;
  color:#364555;
  max-width:480px
}
.rating {
  display:flex;
  gap:3px;
  color:#9c6500;
  margin-top:17px
}
.rating .icon {
  width:15px;
  height:15px;
  fill:currentColor;
  stroke:none
}
.testimonial-bottom {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:8px
}
.sample-label {
  font-size:10px;
  color:var(--muted)
}
.carousel-buttons {
  display:flex;
  gap:8px
}
.circle-btn {
  display:grid;
  place-items:center;
  border:1px solid #d8e1e8;
  border-radius:50%;
  background:white;
  width:44px;
  height:44px
}
.circle-btn:hover {
  background:var(--light)
}
.circle-btn .icon {
  width:15px;
  height:15px
}
.cta {
  background:var(--blue);
  border-radius:var(--radius);
  min-height:220px;
  position:relative;
  overflow:hidden;
  color:white;
  display:flex;
  align-items:center;
  padding:35px 43px;
  margin-top:5px;
  margin-bottom:55px
}
.cta-copy {
  position:relative;
  z-index:2;
  width:66%
}
.cta h2 {
  font-size:32px;
  max-width:520px
}
.cta p {
  font-size:13px;
  color:#e2eef7;
  margin:12px 0 20px
}
.cta-photo {
  position:absolute;
  right:0;
  top:0;
  width:37%;
  height:100%;
  object-position:85% 35%;
  mix-blend-mode:normal
}
.cta:after {
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,var(--blue) 0%,var(--blue) 61%,rgba(18,91,142,.07) 88%);
  pointer-events:none
}
.footer {
  background:#f4f7fa;
  padding:43px 0 0
}
.footer-grid {
  display:grid;
  grid-template-columns:1.2fr .8fr 1fr 1.1fr;
  gap:45px
}
.footer .logo {
  font-size:27px
}
.footer p {
  font-size:12px;
  color:var(--muted);
  margin-top:16px;
  max-width:230px
}
.footer h3 {
  font-size:13px;
  margin-bottom:15px
}
.footer-links {
  display:grid;
  gap:8px;
  font-size:12px;
  color:var(--muted)
}
.footer-links a:hover {
  text-decoration:underline;
  color:var(--blue)
}
.footer-contact a {
  display:flex;
  gap:8px;
  align-items:center
}
.footer-contact .icon {
  width:16px;
  height:16px;
  color:var(--blue)
}
.footer-bottom {
  border-top:1px solid #dce4eb;
  margin-top:34px;
  padding:19px 0;
  display:flex;
  justify-content:space-between;
  gap:15px;
  font-size:10px;
  color:var(--muted)
}
.text-link {
  background:none;
  border:0;
  color:var(--blue);
  padding:0;
  min-height:24px;
  font-size:inherit;
  text-decoration:underline;
  text-underline-offset:3px
}
.mobile-nav {
  padding:15px 0 22px;
  border-top:1px solid #e4eaf0
}
.mobile-nav a {
  display:block;
  padding:10px 0;
  font-size:14px
}
.mobile-nav[hidden] {
  display:none
}
.contact-dialog {
  border:0;
  padding:0;
  border-radius:16px;
  max-width:560px;
  width:calc(100% - 32px);
  max-height:calc(100dvh - 32px);
  box-shadow:0 20px 70px #0003;
  color:var(--ink)
}
dialog::backdrop {
  background:#112a40a8
}
.dialog-body {
  padding:32px;
  position:relative
}
.dialog-close {
  position:absolute;
  right:16px;
  top:16px;
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border:0;
  background:#f1f5f8;
  border-radius:50%
}
.dialog-close .icon {
  width:18px
}
.dialog-body h2 {
  font-size:26px;
  padding-right:30px
}
.dialog-intro {
  font-size:13px;
  color:var(--muted);
  margin:12px 0 20px
}
.contact-options {
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:20px
}
.contact-options .btn {
  flex:1;
  font-size:12px;
  padding-inline:14px
}
.config-message {
  padding:12px 14px;
  background:#fff3cc;
  border-radius:7px;
  font-size:12px;
  color:#644d10;
  margin:12px 0
}
.contact-form {
  border-top:1px solid #e4ebf0;
  padding-top:20px
}
.contact-form h3 {
  font-size:18px;
  margin-bottom:6px
}
.contact-form>p {
  font-size:12px;
  color:var(--muted);
  margin-bottom:18px
}
.form-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px
}
label {
  font-size:12px;
  font-weight:600;
  display:block
}
input,select,textarea {
  margin-top:5px;
  width:100%;
  border:1px solid #bccad5;
  border-radius:6px;
  background:white;
  padding:10px 12px;
  color:var(--ink);
  font-size:13px;
  min-height:43px
}
textarea {
  resize:vertical;
  min-height:88px
}
.field-full {
  grid-column:1/-1
}
.contact-form .btn {
  margin-top:16px;
  width:100%
}
.form-status {
  font-size:12px;
  margin-top:12px;
  color:var(--blue);
  line-height:1.5
}
.privacy-note {
  font-size:10px;
  color:var(--muted);
  margin-top:10px
}
.privacy-content p {
  font-size:13px;
  color:var(--muted);
  margin-top:16px
}
.no-js {
  padding:14px;
  background:#fff7da;
  text-align:center;
  font-size:13px
}
.site-loading {
  display:none
}
@media(min-width:1440px) {
  .hero {
    min-height:545px
  }
  .hero-photo {
    width:72%
  }
}
@media(max-width:1050px) {
  .nav-links {
    gap:14px
  }
  .nav-right {
    gap:10px
  }
  .phone-link {
    display:none
  }
  .services {
    padding:30px;
    gap:25px
  }
  .hero {
    min-height:510px
  }
  .hero-copy {
    width:55%
  }
  .hero h1 {
    font-size:48px
  }
  .guarantee {
    left:55%;
    width:92px;
    height:92px
  }
  .guarantee strong {
    font-size:24px
  }
  .services-intro h2 {
    font-size:30px
  }
  .service-card {
    padding:17px 12px
  }
  .values {
    gap:20px
  }
  .testimonial-layout {
    gap:35px
  }
  .footer-grid {
    gap:25px
  }
}
@media(max-width:767px) {
  .wrap {
    width:calc(100% - 36px)
  }
  .navbar {
    padding:22px 0 15px
  }
  .logo {
    font-size:27px
  }
  .nav-links {
    display:none
  }
  .nav-right>.btn {
    min-height:42px;
    padding:10px 14px;
    font-size:11px
  }
  .menu-toggle {
    display:flex
  }
  .nav-right {
    gap:8px
  }
  .hero {
    min-height:unset;
    padding:30px 0 0;
    display:flex;
    flex-direction:column
  }
  .hero-copy {
    width:100%;
    max-width:none
  }
  .hero h1 {
    font-size:41px;
    max-width:490px
  }
  .hero-copy>p {
    max-width:390px;
    font-size:14px;
    margin-top:17px
  }
  .hero-actions {
    margin-top:21px
  }
  .trust-row {
    margin-top:25px;
    max-width:370px;
    gap:15px
  }
  .hero-photo {
    position:relative;
    order:2;
    width:100%;
    height:330px;
    margin-top:9px;
    object-position:75% 38%;
    border-radius:10px
  }
  .hero:after {
    display:none
  }
  .guarantee {
    top:auto;
    bottom:210px;
    left:20px;
    width:92px;
    height:92px
  }
  .services {
    margin-top:20px;
    grid-template-columns:1fr;
    padding:27px 22px;
    gap:25px
  }
  .services-intro h2 {
    max-width:none;
    font-size:29px
  }
  .services-intro p {
    max-width:400px;
    margin:12px 0 17px
  }
  .service-grid {
    grid-template-columns:repeat(2,1fr);
    gap:10px
  }
  .service-card {
    padding:19px 15px
  }
  .service-card h3 {
    font-size:14px
  }
  .section {
    padding-block:47px
  }
  .section-head {
    margin-bottom:27px
  }
  .section-head p {
    font-size:13px;
    max-width:380px;
    margin:10px auto 0
  }
  .values {
    grid-template-columns:repeat(2,1fr);
    gap:29px 20px;
    margin:28px 0 33px
  }
  .value-icon {
    width:60px;
    height:60px
  }
  .split-banner {
    grid-template-columns:1fr
  }
  .split-photo {
    height:250px;
    min-height:unset;
    object-position:78% 40%
  }
  .split-copy {
    padding:30px 26px
  }
  .split-copy h2 {
    font-size:29px;
    max-width:350px
  }
  .stats {
    grid-template-columns:repeat(2,1fr);
    gap:26px 12px;
    padding:27px 15px
  }
  .stat strong {
    font-size:32px
  }
  .stat span {
    font-size:11px
  }
  .steps {
    grid-template-columns:1fr;
    gap:12px
  }
  .step {
    padding:24px;
    display:grid;
    grid-template-columns:48px 1fr;
    column-gap:14px
  }
  .step-number {
    grid-row:1/3;
    margin-top:2px;
    margin-bottom:0
  }
  .step h3 {
    font-size:16px
  }
  .step p {
    max-width:none;
    font-size:13px
  }
  .step .icon {
    display:none
  }
  .pricing-section {
    padding-top:0
  }
  .pricing {
    grid-template-columns:1fr;
    gap:15px;
    max-width:390px
  }
  .price-card {
    padding:26px
  }
  .price {
    font-size:42px
  }
  .price-card .check-list {
    margin-top:3px
  }
  .testimonial-layout {
    grid-template-columns:1fr;
    gap:27px
  }
  .testimonial-photo {
    height:255px
  }
  .testimonial-copy h2 {
    font-size:29px
  }
  .testimonial-copy blockquote {
    font-size:15px
  }
  .cta {
    min-height:260px;
    padding:30px 24px;
    margin-bottom:40px
  }
  .cta-copy {
    width:80%
  }
  .cta h2 {
    font-size:27px
  }
  .cta p {
    max-width:250px;
    font-size:12px
  }
  .cta-photo {
    width:48%;
    opacity:.42
  }
  .cta:after {
    background:linear-gradient(90deg,var(--blue) 0%,var(--blue) 48%,rgba(18,91,142,.15) 100%)
  }
  .footer-grid {
    grid-template-columns:repeat(2,1fr);
    gap:30px 24px
  }
  .footer-bottom {
    flex-direction:column;
    gap:8px
  }
  .dialog-body {
    padding:27px 22px
  }
  .dialog-body h2 {
    font-size:24px
  }
  .contact-options {
    gap:8px
  }
  .contact-options .btn:first-child {
    flex-basis:100%
  }
  .form-grid {
    grid-template-columns:1fr
  }
  .field-full {
    grid-column:auto
  }
}
@media(max-width:370px) {
  .wrap {
    width:calc(100% - 28px)
  }
  .hero h1 {
    font-size:35px
  }
  .nav-right>.btn {
    font-size:10px;
    padding-inline:10px
  }
  .service-card {
    padding:17px 12px
  }
  .service-card h3 {
    font-size:13px
  }
  .hero-actions .btn {
    padding-inline:15px
  }
  .cta-copy {
    width:100%
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*:before,*:after {
    animation:none!important;
    transition:none!important
  }
}
:root {
  --font:'Nunito Sans','Trebuchet MS','Segoe UI',sans-serif;
  --sky:#eef7fc;
  --cream:#fff9ed;
  --mint:#edf7f1;
  --line:#dbe8f0
}
body {
  font-size:16px;
  -webkit-font-smoothing:antialiased
}
h1,h2,h3 {
  font-family:var(--font)
}
html {
  scroll-padding-top:110px
}
.site-header {
  position:sticky;
  top:0;
  z-index:40;
  background:#fffffffa;
  border-bottom:1px solid transparent;
  transition:box-shadow .2s,border-color .2s
}
.site-header.scrolled {
  box-shadow:0 7px 25px #163b5710;
  border-color:var(--line)
}
.navbar {
  padding:24px 0 20px;
  transition:color .2s
}
.scrolled .navbar {
  padding:13px 0
}
.nav-links {
  gap:9px;
  font-size:14px
}
.nav-links a {
  border-radius:8px;
  padding:9px 11px;
  transition:background .2s,color .2s;
  white-space:nowrap
}
.nav-links a:hover,.nav-links a[aria-current="location"] {
  text-decoration:none;
  background:#e5f2fb;
  color:var(--blue)
}
.nav-links a[aria-current="location"] {
  box-shadow:inset 0 -3px var(--gold)
}
.mobile-nav a[aria-current="location"] {
  color:var(--blue);
  font-weight:800;
  background:var(--sky);
  padding-inline:12px;
  border-radius:7px
}
.logo {
  font-family:var(--font);
  font-weight:900
}
.btn {
  font-size:14px;
  border-radius:10px;
  transition:background .2s,box-shadow .2s,transform .2s
}
.btn:hover {
  transform:translateY(-2px);
  box-shadow:0 7px 16px #143a521a
}
.btn:active {
  transform:translateY(0)
}
.hero {
  min-height:630px;
  padding-top:48px;
  padding-bottom:100px
}
.hero-copy {
  width:51%;
  max-width:545px
}
.hero-copy h1 {
  font-weight:800;
  font-size:clamp(38px,4vw,54px);
  letter-spacing:-.025em;
  line-height:1.12;
  min-height:190px;
  max-width:530px
}
.hero-copy p {
  font-size:16px;
  color:var(--muted);
  max-width:430px;
  line-height:1.65;
  margin-top:16px;
  min-height:80px
}
.hero-photo {
  border-radius:0 18px 18px 0;
  transition:opacity .18s
}
.hero-actions {
  margin-top:17px
}
.trust-row {
  max-width:410px;
  margin-top:27px
}
.trust-item {
  font-size:12px;
  max-width:125px
}
.hero-controls {
  position:absolute;
  bottom:20px;
  left:0;
  right:0;
  z-index:3;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:15px 18px;
  background:#ffffffed;
  border:1px solid var(--line);
  border-radius:13px
}
.hero-pages {
  display:flex;
  gap:7px;
  flex-wrap:wrap
}
.hero-page {
  font-size:12px;
  font-weight:700;
  padding:10px 15px;
  min-height:44px;
  border-radius:8px;
  border:0;
  background:transparent;
  color:var(--muted);
  transition:background .2s,color .2s
}
.hero-page:hover {
  background:var(--sky)
}
.hero-page.active {
  background:var(--blue);
  color:white
}
.hero-arrows {
  display:flex;
  align-items:center;
  gap:12px
}
.hero-arrows>span {
  font-size:11px;
  color:var(--muted);
  white-space:nowrap
}
.hero .guarantee {
  left:53%;
  top:65px
}
.hero .guarantee strong {
  font-size:24px;
  line-height:1.15;
  white-space:nowrap
}
/* La promesa y la invitación del diagnóstico forman tres líneas deliberadas. */
.hero-title-diagnosis .hero-title-line {
  display:block
}
.hero-title-diagnosis .hero-title-invitation {
  color:var(--blue)
}
.hero-copy.slide-enter {
  animation:slide-in .35s ease-out
}
@keyframes slide-in {
  from {
    opacity:.65;
    transform:translateY(7px)
  }
  to {
    opacity:1;
    transform:translateY(0)
  }
}
.services {
  grid-template-columns:minmax(210px,.75fr) 2.25fr;
  gap:28px;
  padding:36px
}
.services-intro h2 {
  max-width:none;
  font-size:32px
}
.services-intro p {
  max-width:none;
  font-size:14px
}
.service-grid {
  gap:12px
}
.service-card.flip-card {
  padding:0;
  border-radius:12px;
  background:transparent;
  perspective:1200px;
  min-width:0;
  min-height:247px;
  transition:transform .2s
}
.flip-inner {
  display:grid;
  position:relative;
  min-height:247px;
  height:100%;
  transform-style:preserve-3d;
  transition:transform .55s cubic-bezier(.22,.7,.3,1)
}
.flip-card.is-flipped .flip-inner {
  transform:rotateY(180deg)
}
.card-front,.card-back {
  position:relative;
  grid-area:1/1;
  inset:auto;
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
  border-radius:12px;
  padding:21px 18px;
  display:flex;
  flex-direction:column;
  box-shadow:0 5px 14px #062d4614
}
.card-front {
  background:white;
  transform:rotateY(0deg) translateZ(1px)
}
.card-back {
  transform:rotateY(180deg) translateZ(1px);
  background:#eaf5fc;
  color:var(--ink)
}
.service-top {
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:14px
}
.service-card .service-top .icon {
  width:29px;
  height:29px;
  margin:0
}
.service-card h3 {
  font-size:16px;
  line-height:1.25;
  color:var(--blue);
  font-weight:800;
  margin:0
}
.service-card p {
  font-size:14px;
  line-height:1.6
}
.flip-toggle {
  margin-top:auto;
  padding:12px 0 0;
  min-height:44px;
  background:none;
  border:0;
  text-align:left;
  color:var(--blue);
  font-size:12px;
  font-weight:800
}
.flip-toggle span {
  margin-left:6px
}
.card-back h3 {
  font-size:15px;
  margin-bottom:8px
}
.card-back p {
  font-size:12px;
  line-height:1.55
}
.card-back ul {
  margin:10px 0 12px;
  padding-left:16px;
  font-size:11px;
  line-height:1.6
}
.back-actions {
  margin-top:auto;
  display:flex;
  gap:9px;
  align-items:center;
  justify-content:space-between
}
.service-consult {
  font-size:11px;
  font-weight:800;
  color:var(--blue);
  text-decoration:underline;
  text-underline-offset:3px;
  padding:8px 0
}
.flip-return {
  font-size:11px;
  border:1px solid #b6cedf;
  border-radius:7px;
  background:white;
  color:var(--blue);
  padding:8px;
  min-height:40px
}
#nosotros {
  margin-top:35px;
  border-radius:22px;
  background:var(--sky);
  padding:45px 30px 30px
}
.values {
  gap:20px;
  margin:30px 0 35px
}
.values>div {
  padding:17px 12px;
  border-radius:14px;
  background:#ffffffb5;
  transition:transform .25s,box-shadow .25s,background .25s
}
.values>div:hover {
  transform:translateY(-5px);
  background:white;
  box-shadow:0 12px 24px #123f5912
}
.value-icon {
  border:0;
  background:#e4f3fc;
  transition:transform .25s
}
.values>div:nth-child(2) .value-icon {
  background:#fff0be
}
.values>div:nth-child(3) .value-icon {
  background:#e1f2e7
}
.values>div:nth-child(4) .value-icon {
  background:#ece9fb
}
.values>div:hover .value-icon {
  transform:rotate(-6deg)
}
.values h3 {
  font-size:17px;
  max-width:190px
}
.values p {
  font-size:14px;
  max-width:220px
}
.split-banner {
  grid-template-columns:.95fr 1.05fr
}
.split-copy {
  padding:32px
}
.split-copy h2 {
  max-width:none;
  font-size:32px
}
.split-copy .check-list {
  font-size:14px;
  gap:12px
}
.split-copy .btn {
  margin-top:2px
}
.split-photo {
  object-position:50% 50%
}
.stats {
  margin-top:35px
}
.steps .step {
  transition:transform .2s,box-shadow .2s;
  background:#edf6fc
}
.steps .step:hover {
  transform:translateY(-3px);
  box-shadow:0 10px 20px #10385010
}
.step p {
  font-size:14px
}
.pricing-section {
  background:var(--cream);
  border-radius:22px;
  padding:42px 30px;
  margin-bottom:10px
}
.price-card {
  background:white;
  transition:transform .2s,box-shadow .2s
}
.price-card:hover {
  transform:translateY(-5px);
  box-shadow:0 13px 27px #153d5714
}
.price-card .check-list,.plan-description {
  font-size:13px
}
.price-card.featured {
  background:var(--gold)
}
.testimonial-layout {
  gap:35px;
  padding-inline:10px
}
.testimonial-photo {
  height:310px
}
.cta {
  margin-top:12px
}
.footer {
  background:#edf5fa
}
.footer p,.footer-links {
  font-size:13px
}
.footer-grid {
  gap:30px
}
.footer-links a {
  padding:2px 0
}
.floating-whatsapp,.floating-top {
  position:fixed;
  bottom:24px;
  z-index:35;
  width:54px;
  height:54px;
  border-radius:50%;
  display:grid;
  place-items:center;
  box-shadow:0 7px 20px #0d3c4926;
  transition:transform .2s,background .2s
}
.floating-whatsapp {
  right:24px;
  background:#16874f;
  color:white
}
.floating-whatsapp:hover {
  background:#10693c;
  transform:translateY(-3px)
}
.floating-whatsapp .icon {
  width:30px;
  height:30px
}
.floating-top {
  left:24px;
  background:white;
  border:1px solid #c6d8e5;
  color:var(--blue)
}
.floating-top .icon {
  transform:rotate(-90deg)
}
.floating-top:hover {
  background:var(--sky);
  transform:translateY(-3px)
}
.floating-top[hidden] {
  display:none
}
.footer-bottom {
  padding-bottom:35px
}
@media(min-width:768px) and (max-width:1100px) {
  .phone-link {
    display:none
  }
  .nav-links {
    font-size:12px;
    gap:1px
  }
  .nav-links a {
    padding:8px
  }
  .navbar {
    gap:12px
  }
  .hero-copy h1 {
    font-size:44px;
    min-height:200px
  }
  .hero {
    min-height:650px
  }
  .services {
    grid-template-columns:200px 1fr;
    padding:28px;
    gap:20px
  }
  .service-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .service-card.flip-card,.flip-inner {
    min-height:240px
  }
  .services-intro {
    align-self:start;
    padding-top:10px
  }
  .values {
    gap:10px
  }
  .values>div {
    padding:14px 8px
  }
  .split-copy {
    padding:28px
  }
  .split-copy h2 {
    font-size:28px
  }
  .split-copy .check-list {
    font-size:13px
  }
  .hero-page {
    font-size:11px;
    padding:10px
  }
  .hero-controls {
    gap:12px
  }
}
@media(max-width:767px) {
  html {
    scroll-padding-top:90px
  }
  .navbar {
    padding:15px 0;
    gap:12px
  }
  .scrolled .navbar {
    padding:11px 0
  }
  .nav-right>.btn {
    font-size:11px
  }
  .hero {
    padding:26px 0 0;
    min-height:unset;
    overflow:visible
  }
  .hero-copy {
    width:100%;
    max-width:none
  }
  .hero-copy h1 {
    font-size:38px;
    min-height:165px;
    max-width:500px
  }
  .hero-copy p {
    font-size:15px;
    min-height:90px;
    max-width:500px
  }
  .hero-actions {
    gap:10px
  }
  .hero-actions .btn {
    font-size:12px;
    padding:12px 16px
  }
  .trust-row {
    margin-top:22px;
    gap:8px
  }
  .trust-item {
    font-size:11px;
    max-width:120px
  }
  .hero-photo {
    height:300px;
    margin-top:17px;
    border-radius:14px;
    order:2
  }
  .hero-controls {
    position:relative;
    order:3;
    bottom:auto;
    flex-direction:column;
    padding:12px;
    margin-top:12px;
    gap:10px
  }
  .hero-pages {
    display:grid;
    grid-template-columns:1fr 1fr;
    width:100%;
    gap:5px
  }
  .hero-page {
    font-size:11px;
    padding:8px;
    min-height:40px
  }
  .hero-arrows {
    gap:20px
  }
  .hero .guarantee {
    top:auto;
    bottom:346px;
    left:16px
  }
  .services {
    grid-template-columns:1fr;
    margin-top:26px;
    padding:26px 20px;
    gap:23px
  }
  .services-intro h2 {
    font-size:29px
  }
  .services-intro p {
    font-size:14px;
    max-width:500px
  }
  .service-grid {
    gap:10px
  }
  .service-card.flip-card,.flip-inner {
    min-height:285px
  }
  .card-front,.card-back {
    padding:18px 14px
  }
  .service-top {
    flex-direction:column;
    align-items:flex-start;
    gap:11px
  }
  .service-card h3 {
    font-size:16px
  }
  .service-card p {
    font-size:13px
  }
  .card-back h3 {
    font-size:15px
  }
  .card-back p,.card-back ul {
    font-size:11px
  }
  .back-actions {
    flex-direction:column;
    align-items:flex-start;
    gap:2px
  }
  .flip-return {
    min-height:34px;
    padding:6px 9px
  }
  .service-consult {
    font-size:11px
  }
  .flip-toggle {
    font-size:11px
  }
  #nosotros {
    margin-top:28px;
    padding:35px 16px 18px
  }
  .values {
    gap:12px
  }
  .values>div {
    padding:16px 10px
  }
  .values h3 {
    font-size:16px
  }
  .values p {
    font-size:13px
  }
  .split-banner {
    grid-template-columns:1fr
  }
  .split-copy {
    padding:27px 22px
  }
  .split-copy h2 {
    font-size:28px
  }
  .split-copy .check-list {
    font-size:13px
  }
  .stats {
    margin-top:28px
  }
  .pricing-section {
    padding:34px 17px
  }
  .testimonial-layout {
    padding-inline:0
  }
  .floating-top {
    display:none
  }
  .floating-whatsapp {
    right:16px;
    bottom:18px;
    width:52px;
    height:52px
  }
  .footer-bottom {
    padding-bottom:86px
  }
  .footer-grid {
    gap:25px 18px
  }
  .footer-links {
    font-size:12px
  }
  .footer p {
    font-size:13px
  }
}
@media(max-width:370px) {
  .logo {
    font-size:24px
  }
  .navbar {
    gap:6px
  }
  .nav-right>.btn {
    padding-inline:8px;
    font-size:10px
  }
  .hero-copy h1 {
    font-size:34px;
    min-height:165px
  }
  .hero-copy p {
    min-height:105px
  }
  .hero-actions .btn {
    font-size:11px;
    padding-inline:12px
  }
  .service-grid {
    grid-template-columns:1fr
  }
  .service-card.flip-card,.flip-inner {
    min-height:245px
  }
  .service-top {
    flex-direction:row;
    align-items:center
  }
  .back-actions {
    flex-direction:row;
    align-items:center
  }
  .card-back p,.card-back ul {
    font-size:13px
  }
  .card-back h3 {
    font-size:17px
  }
}
@media(prefers-reduced-motion:reduce) {
  .flip-inner {
    transition:none
  }
  .hero-copy.slide-enter {
    animation:none
  }
}
.phone-link small {
  font-size:13px;
  line-height:1.5
}
.hero-photo {
  animation:hero-photo-in .65s ease-out
}
.hero-photo.changing {
  animation:none
}
@keyframes hero-photo-in {
  from {
    opacity:.85
  }
  to {
    opacity:1
  }
}
.guarantee[hidden] {
  display:none
}
.carousel-pause {
  border:1px solid #bad0e0;
  background:white;
  color:var(--blue);
  font:inherit;
  font-size:11px;
  font-weight:700;
  border-radius:7px;
  min-height:38px;
  padding:7px 11px
}
.hero-arrows {
  gap:8px
}
.hero-controls {
  gap:10px
}
.pricing {
  max-width:none;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  align-items:stretch
}
.price-card {
  padding:27px 20px 22px;
  position:relative;
  border-radius:18px
}
.price-card.featured {
  transform:translateY(-12px);
  box-shadow:0 12px 25px #24496618
}
.price-card.featured:hover {
  transform:translateY(-16px)
}
.recommended {
  position:absolute;
  top:-14px;
  left:50%;
  transform:translateX(-50%);
  padding:6px 13px;
  white-space:nowrap;
  background:var(--blue);
  color:white;
  border-radius:20px;
  font-size:11px;
  text-transform:none;
  letter-spacing:0
}
.price {
  font-size:38px
}
.price.custom-price {
  font-size:27px;
  line-height:1.25;
  letter-spacing:-.5px;
  margin:25px 0 12px
}
.price-card .check-list {
  font-size:13px
}
.pricing-section {
  padding-top:48px
}
.pricing-note {
  margin-bottom:40px
}
.testimonial-copy h2 {
  font-size:36px
}
.client-row strong {
  font-size:17px
}
.client-row span {
  font-size:14px
}
.testimonial-copy blockquote {
  font-size:18px;
  line-height:1.75
}
.sample-label {
  font-size:12px
}
.company-logo {
  display:flex;
  align-items:center;
  gap:10px;
  margin:18px 0;
  color:var(--blue);
  font-size:14px;
  font-weight:800
}
.company-logo img {
  width:100px;
  max-height:45px;
  object-fit:contain
}
.company-placeholder {
  border:1px dashed #9ab7cd;
  border-radius:7px;
  padding:8px 12px;
  color:#526d81;
  font-size:12px;
  font-weight:600
}
.testimonial-photo {
  height:380px
}
.testimonial-bottom {
  gap:12px
}
.carousel-buttons {
  align-items:center
}
.contact-options {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:9px
}
.contact-options button {
  background:white;
  border:1px solid #b6c8d7;
  color:var(--blue);
  font-size:13px;
  padding:12px 8px;
  border-radius:9px;
  min-height:48px;
  font-weight:800
}
.contact-options button.selected[data-channel="whatsapp"],.channel-submit.whatsapp {
  background:#25d366;
  border-color:#25d366;
  color:#123324
}
.contact-options button.selected[data-channel="call"],.channel-submit.call {
  background:var(--gold);
  border-color:var(--gold);
  color:var(--ink)
}
.contact-options button.selected[data-channel="agenda"],.channel-submit.agenda {
  background:var(--blue);
  border-color:var(--blue);
  color:white
}
.contact-options .icon {
  width:18px;
  height:18px;
  vertical-align:middle;
  margin-right:5px
}
.contact-dialog {
  max-width:620px
}
.dialog-body {
  padding:32px
}
.contact-form label,.inline-contact label {
  font-size:14px;
  font-weight:800
}
.contact-form input,.contact-form select,.contact-form textarea,.inline-contact input,.inline-contact select,.inline-contact textarea {
  font-size:16px;
  padding:12px;
  min-height:48px
}
.field-note {
  font-weight:400;
  font-size:11px;
  color:var(--muted)
}
.contact-form>p {
  font-size:14px
}
.channel-submit {
  font-size:15px;
  min-height:52px
}
.form-status {
  font-size:14px
}
.form-status a {
  text-decoration:underline;
  font-weight:700
}
.privacy-note {
  font-size:12px
}
.hp-field {
  position:absolute;
  left:-10000px;
  width:1px;
  height:1px;
  overflow:hidden
}
.inline-contact {
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  border-radius:24px;
  border:1px solid #d6e6ef;
  overflow:hidden;
  background:white;
  margin-bottom:50px
}
.inline-contact-copy {
  background:linear-gradient(145deg,#e3f4fe,#e6f5e9);
  padding:38px
}
.inline-contact-copy h2 {
  font-size:36px
}
.inline-contact-copy p {
  font-size:16px;
  margin-top:22px
}
.inline-contact-form {
  padding:35px
}
.inline-contact .form-grid {
  gap:17px
}
.inline-contact button {
  width:100%;
  margin-top:20px
}
.steps {
  grid-template-columns:repeat(3,1fr);
  gap:18px
}
.step {
  background:white!important;
  border:1px solid #d7e7f0;
  border-radius:18px;
  padding:26px;
  min-height:240px
}
.step .icon {
  position:static;
  width:27px;
  height:27px;
  display:block;
  color:var(--blue);
  margin-bottom:22px;
  padding:0
}
.step-number {
  position:absolute;
  right:23px;
  top:24px;
  font-size:40px;
  color:#d5e9f5
}
.step h3 {
  font-size:20px;
  margin-bottom:13px
}
.step p {
  font-size:15px;
  line-height:1.65;
  max-width:none
}
.process-section {
  background:#f2f9fd;
  border-radius:22px;
  margin:35px 0;
  padding:40px 28px
}
.btn:disabled {
  opacity:.6;
  cursor:wait;
  transform:none
}
.service-consult,.flip-return {
  min-height:44px
}
.footer #contacto-horario {
  font-size:12px
}
@media(max-width:1100px) {
  .pricing {
    grid-template-columns:repeat(2,1fr);
    gap:25px
  }
  .hero-controls {
    flex-wrap:wrap
  }
  .hero-arrows {
    margin-left:auto
  }
  .inline-contact-copy {
    padding:28px
  }
  .inline-contact-copy h2 {
    font-size:30px
  }
  .inline-contact-form {
    padding:28px
  }
}
@media(max-width:767px) {
  .pricing {
    grid-template-columns:1fr;
    gap:27px
  }
  .price-card.featured {
    transform:none
  }
  .price-card.featured:hover {
    transform:translateY(-3px)
  }
  .price-card {
    padding:30px 25px
  }
  .hero-controls {
    flex-wrap:nowrap
  }
  .testimonial-copy h2 {
    font-size:30px
  }
  .testimonial-copy blockquote {
    font-size:17px
  }
  .testimonial-photo {
    height:260px
  }
  .client-row strong {
    font-size:16px
  }
  .testimonial-bottom {
    flex-wrap:wrap
  }
  .inline-contact {
    grid-template-columns:1fr
  }
  .inline-contact-copy,.inline-contact-form {
    padding:26px 22px
  }
  .inline-contact-copy h2 {
    font-size:30px
  }
  .contact-options {
    grid-template-columns:1fr
  }
  .contact-options button {
    min-height:44px
  }
  .dialog-body {
    padding:27px 20px
  }
  .steps {
    grid-template-columns:1fr
  }
  .step {
    display:block;
    min-height:210px
  }
  .step .icon {
    display:block
  }
  .step-number {
    grid-row:auto
  }
  .process-section {
    padding:32px 18px
  }
  .hero-arrows {
    margin-left:0
  }
  .carousel-pause {
    min-height:44px
  }
}
@media(prefers-reduced-motion:reduce) {
  .hero-photo {
    animation:none
  }
}
.company-logo [hidden] {
  display:none!important
}
.step {
  position:relative
}
.contact-dialog {
  width:calc(100% - 24px);
  max-height:calc(100dvh - 24px);
  overflow-y:auto
}
.hero-controls {
  overflow:visible
}
/* El diagnóstico inicial explica la coordinación y conserva controles legibles. */
.hero-copy .hero-diagnosis-note {
  min-height:0;
  margin-top:12px;
  font-size:13px;
  line-height:1.5;
  max-width:430px
}
.hero-diagnosis-note[hidden] {
  display:block;
  visibility:hidden
}
.hero-pages {
  flex-wrap:wrap
}
@media(max-width:600px) {
  .hero-pages .hero-page:first-child {
    grid-column:1 / -1
  }
}
.contact-options button:hover {
  filter:brightness(.96)
}
@media(max-width:767px) {
  .service-grid,.values {
    grid-template-columns:minmax(0,1fr)
  }
  .service-card.flip-card,.flip-inner {
    min-height:220px
  }
  .values h3,.values p {
    max-width:none
  }
}
.card-back h3 {
  font-size:17px;
  line-height:1.35
}
.card-back p {
  font-size:15px;
  line-height:1.65
}
.card-back ul {
  font-size:14px;
  line-height:1.65
}
.service-consult,.flip-return {
  font-size:13px
}
.company-logo {
  display:inline-flex;
  min-height:90px;
  max-width:100%;
  padding:14px 20px;
  background:#fff;
  border:1px solid #d6e5ef;
  border-radius:12px
}
.company-logo img {
  width:auto;
  max-width:220px;
  height:70px;
  max-height:70px;
  object-fit:contain
}
.company-logo.logo-dark {
  background:#012450;
  border-color:#012450
}
.testimonial-sample-note {
  font-size:13px;
  line-height:1.6;
  color:#476275;
  margin:12px 0 18px;
  max-width:65ch
}
.clients-section {
  padding:35px 0;
  background:#f2f8fc;
  border-radius:20px;
  overflow:hidden
}
.clients-section .section-head {
  padding:0 24px;
  margin-bottom:25px
}
.clients-section .carousel-pause {
  margin-top:15px
}
.clients-window {
  overflow:hidden;
  width:100%
}
.clients-track {
  display:flex;
  width:max-content;
  animation:clients-scroll var(--clients-duration,100s) linear infinite
}
.clients-group {
  display:flex;
  gap:18px;
  padding-right:18px;
  align-items:center
}
.client-logo-tile {
  flex:0 0 190px;
  height:115px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:white;
  border-radius:10px;
  padding:16px
}
.client-logo-tile.dark {
  background:#012450
}
.client-logo-tile img {
  width:100%;
  height:100%;
  object-fit:contain
}
.clients-window:hover .clients-track,.clients-window:focus-within .clients-track,.clients-track.is-paused,.clients-track.tab-hidden {
  animation-play-state:paused
}
@keyframes clients-scroll {
  to {
    transform:translateX(-50%)
  }
}
.form-status.sent-confirmation {
  margin-top:22px;
  padding:22px 24px;
  background:#edf8f1;
  border:1px solid #9fcbb2;
  border-radius:12px;
  color:#174e31;
  font-size:17px;
  line-height:1.6
}
.sent-confirmation strong {
  display:block;
  font-size:21px;
  line-height:1.35;
  margin-bottom:9px
}
.sent-confirmation strong::before {
  content:"";
  display:inline-block;
  width:18px;
  height:10px;
  border-bottom:3px solid currentColor;
  border-left:3px solid currentColor;
  transform:rotate(-45deg);
  margin:0 12px 5px 0
}
.sent-confirmation span {
  display:block
}
.sent-confirmation:focus {
  outline:3px solid #287c55;
  outline-offset:3px
}
@media(max-width:767px) {
  .company-logo img {
    max-width:190px
  }
  .client-logo-tile {
    flex-basis:155px;
    height:100px
  }
  .clients-group {
    gap:12px;
    padding-right:12px
  }
  .form-status.sent-confirmation {
    padding:20px;
    font-size:16px
  }
  .sent-confirmation strong {
    font-size:20px
  }
}
@media(prefers-reduced-motion:reduce) {
  .clients-track.motion-enabled {
    animation:clients-scroll var(--clients-duration,100s) linear infinite!important
  }
  .clients-window:hover .clients-track,.clients-track.tab-hidden {
    animation-play-state:paused!important
  }
}
.clients-track,.clients-track.motion-enabled {
  animation:none!important;
  width:auto;
  display:block
}
.clients-group {
  width:max-content;
  min-height:115px
}
.clients-window {
  min-height:115px
}
.client-logo-tile {
  min-width:190px
}
.contact-form input,.inline-contact input {
  font-family:'Nunito Sans',sans-serif;
  font-size:16px;
  font-weight:600;
  line-height:normal;
  height:48px;
  min-height:48px;
  padding:12px;
  box-sizing:border-box;
  appearance:none;
  -webkit-appearance:none;
  caret-color:#012450
}
.contact-form textarea,.inline-contact textarea {
  font-size:16px;
  font-weight:400;
  line-height:1.5;
  caret-color:#012450
}
.contact-form input::placeholder,.inline-contact input::placeholder {
  font-weight:400;
  color:#657789;
  opacity:1
}
@media(max-width:767px) {
  .client-logo-tile {
    min-width:155px
  }
  .clients-group,.clients-window {
    min-height:100px
  }
}
.return-to-page {
  display:inline-flex;
  margin-top:18px;
  min-height:48px;
  font-size:15px
}
.sent-confirmation .return-to-page {
  width:auto
}
@media(max-width:767px) {
  .sent-confirmation .return-to-page {
    width:100%
  }
}
.footer-brand {
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:24px;
  flex-wrap:wrap
}
.footer-brand img {
  width:160px;
  height:auto;
  object-fit:contain;
  flex-shrink:0
}
@media(max-width:640px) {
  .footer-brand {
    width:100%;
    justify-content:space-between;
    gap:18px
  }
  .footer-brand img {
    width:145px
  }
}
.logo {
  display:inline-flex;
  flex-shrink:0
}
.logo img {
  display:block;
  width:180px;
  height:auto;
  object-fit:contain
}
.footer .logo img {
  width:200px
}
@media(max-width:640px) {
  .navbar {
    gap:10px
  }
  .navbar .logo img {
    width:140px
  }
  .footer .logo img {
    width:180px
  }
}
@media(max-width:360px) {
  .navbar .logo img {
    width:115px
  }
  .nav-right {
    gap:8px
  }
  .nav-right>.btn {
    padding-inline:10px;
    font-size:12px
  }
}
:root {
  --accent:#ffc83d;
  --accent-soft:#fff3cc;
  --gold:var(--accent);
  --sky:#f0f5fb;
  --cream:#fff9ed
}
.btn-gold {
  color:#012450
}
.btn-gold:hover {
  background:#efba28;
  color:#001b3d
}
.price-card.featured {
  background:var(--accent-soft);
  border:2px solid var(--accent)
}
.recommended {
  background:var(--accent);
  color:#012450
}
.contact-options button.selected[data-channel="call"],.channel-submit.call {
  color:#012450
}
.contact-options button.selected[data-channel="call"]:hover,.channel-submit.call:hover {
  background:#efba28
}
.nav-links a[aria-current="location"] {
  box-shadow:inset 0 -3px var(--accent)
}
.btn-gold:hover {
  color:#012450
}
.values>div:nth-child(3) .value-icon,.values>div:nth-child(4) .value-icon {
  background:#e8f1f8
}
.trust-item:first-child .trust-icon:before {
  background:#e8f1f8
}
button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible {
  outline:3px solid #012450;
  outline-offset:3px;
  box-shadow:0 0 0 3px white
}
.price-card.featured {
  background:#fff8e5;
  border-color:#dfad21
}
.recommended {
  background:#ffc83d;
  color:#012450
}
.pricing-section {
  background:#f8fafc
}
.price-card.featured {
  background:#fff8e7
}
.testimonials-section {
  padding-block:56px
}
.testimonials-section .section-head {
  margin-bottom:18px
}
.testimonials-section .testimonial-sample-note {
  max-width:76ch;
  margin:0 auto 28px;
  text-align:center;
  font-size:14px;
  line-height:1.6;
  color:#53616e
}
.testimonials-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  touch-action:pan-y
}
.testimonial-card {
  margin:0;
  display:flex;
  flex-direction:column;
  min-width:0;
  min-height:320px;
  padding:28px 26px;
  background:#fff;
  border:1px solid #dbe6ef;
  border-radius:16px;
  box-shadow:0 6px 18px #01245006
}
.testimonial-card h3 {
  font-size:22px;
  line-height:1.25;
  color:var(--blue);
  letter-spacing:-.02em;
  overflow-wrap:anywhere
}
.testimonial-kind {
  display:inline-block;
  margin-top:10px;
  font-size:13px;
  font-weight:700;
  line-height:1.45;
  color:#476275
}
.testimonial-card blockquote {
  margin:24px 0;
  font-size:17px;
  font-weight:400;
  line-height:1.75;
  color:#24384c;
  max-width:none;
  overflow-wrap:anywhere
}
.testimonial-example {
  margin-top:auto;
  padding-top:14px;
  border-top:1px solid #e5edf3;
  font-size:12px;
  color:#53616e
}
.testimonials-section .testimonial-bottom {
  margin-top:24px;
  gap:20px
}
.testimonials-section .carousel-pause {
  min-height:44px;
  padding-inline:15px
}
.testimonials-section .circle-btn:hover {
  background:#edf4f9
}
.testimonials-section .carousel-buttons {
  display:flex;
  align-items:center;
  gap:10px
}
@media(max-width:1023px) {
  .testimonials-grid {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .testimonial-card {
    padding:26px 24px
  }
}
@media(max-width:767px) {
  .testimonials-grid {
    grid-template-columns:minmax(0,1fr)
  }
  .testimonial-card {
    min-height:290px;
    padding:26px 22px
  }
  .testimonial-card h3 {
    font-size:23px
  }
  .testimonial-card blockquote {
    font-size:18px;
    line-height:1.7;
    margin-block:22px
  }
  .testimonials-section .testimonial-bottom {
    align-items:center
  }
  .testimonials-section .sample-label {
    font-size:13px
  }
  .testimonials-section .testimonial-sample-note {
    text-align:left
  }
  .testimonials-section .section-head p {
    font-size:16px
  }
}
.testimonials-section {
  padding:52px 24px 36px;
  background:linear-gradient(180deg,#f2f7fb 0%,#f9fbfd 100%);
  border:1px solid #e3edf4;
  border-radius:24px;
  margin-block:48px
}
.testimonials-section .section-head {
  max-width:790px;
  margin:0 auto 34px
}
.testimonials-section .section-head h2 {
  margin-bottom:15px
}
.testimonials-section .testimonial-intro {
  font-size:clamp(20px,2.1vw,26px);
  font-weight:700;
  line-height:1.4;
  color:#125b8e;
  margin:0 auto 10px;
  max-width:35ch
}
.testimonial-intro-detail {
  display:block;
  font-size:16px;
  color:#53616e;
  line-height:1.6
}
.testimonials-carousel {
  display:grid;
  grid-template-columns:46px minmax(0,1fr) 46px;
  gap:18px;
  align-items:center
}
.testimonials-grid {
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px
}
.testimonials-section .testimonial-card {
  position:relative;
  padding:30px 28px 24px;
  min-height:340px;
  border:1px solid #ccdeeb;
  border-top:4px solid #125b8e;
  background:white;
  box-shadow:0 8px 22px #01245008;
  border-radius:16px
}
.testimonials-section .testimonial-card:nth-child(2) {
  border-top-color:#dfad21;
  background:#fffdf7
}
.testimonials-section .testimonial-card h3 {
  font-size:24px;
  color:#012450;
  line-height:1.25;
  position:relative
}
.testimonials-section .testimonial-kind {
  background:#e8f2fa;
  color:#125b8e;
  border:1px solid #d4e6f3;
  border-radius:999px;
  padding:6px 12px;
  font-size:13px;
  line-height:1.3;
  margin-top:13px
}
.testimonials-section .testimonial-card:nth-child(2) .testimonial-kind {
  background:#fff1c7;
  border-color:#f0dfaa;
  color:#634b0c
}
.testimonials-section .testimonial-card blockquote {
  font-size:19px;
  line-height:1.7;
  color:#24384c;
  margin:24px 0
}
.testimonials-section .testimonial-example {
  color:#53616e
}
.testimonials-section .testimonial-arrow {
  width:46px;
  height:46px;
  border-color:#bed3e2;
  background:white;
  color:#125b8e;
  box-shadow:0 4px 12px #01245008
}
.testimonials-section .testimonial-arrow:hover {
  background:#125b8e;
  color:white;
  border-color:#125b8e
}
.testimonials-section .testimonial-sample-note {
  margin:24px auto 0;
  font-size:13px;
  max-width:75ch;
  text-align:center
}
@media(max-width:1023px) {
  .testimonials-section {
    padding-inline:18px
  }
  .testimonials-carousel {
    gap:12px
  }
  .testimonials-section .testimonial-card {
    padding:26px 22px;
    min-height:350px
  }
  .testimonials-section .testimonial-card h3 {
    font-size:22px
  }
  .testimonials-section .testimonial-card blockquote {
    font-size:18px
  }
}
@media(max-width:767px) {
  .testimonials-section {
    padding:30px 16px 24px;
    margin-block:30px;
    border-radius:20px
  }
  .testimonials-section .section-head {
    margin-bottom:26px
  }
  .testimonials-carousel {
    grid-template-columns:1fr 1fr;
    gap:18px
  }
  .testimonials-grid {
    grid-template-columns:minmax(0,1fr);
    grid-column:1/-1;
    grid-row:1
  }
  .testimonials-section .testimonial-card {
    min-height:310px;
    padding:26px 22px
  }
  .testimonials-section .testimonial-arrow {
    grid-row:2
  }
  #prev-testimonial {
    justify-self:end
  }
  #next-testimonial {
    justify-self:start
  }
  .testimonials-section .testimonial-sample-note {
    text-align:left;
    margin-top:22px
  }
  .testimonial-intro-detail {
    font-size:15px
  }
  .testimonials-section .testimonial-card h3 {
    font-size:23px
  }
}
.sr-only {
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  clip-path:inset(50%)!important;
  white-space:nowrap!important;
  border:0!important
}

/* El portal conserva los tres dispositivos completos sobre los controles. */
.hero-photo.hero-photo-portal {
  width:75%;
  height:calc(100% - 90px);
  object-fit:contain;
  object-position:right center
}
@media(max-width:767px) {
  .hero-photo.hero-photo-portal {
    width:100%;
    height:300px
  }
}

/* Página de privacidad. */
.privacy-page{max-width:860px;padding-block:36px 70px}.privacy-page h1{margin-bottom:24px}.privacy-page h2{font-size:24px;margin:30px 0 12px}.privacy-page p{font-size:17px;line-height:1.75}.privacy-page a{text-decoration:underline;text-underline-offset:3px;color:var(--blue)}
