:root {
  --navy: #101a30;
  --navy-2: #17223a;
  --ink: #1f2430;
  --muted: #646b7a;
  --line: rgba(16, 26, 48, .14);
  --paper: #faf7f1;
  --paper-2: #f2eee7;
  --lavender: #e8e0ff;
  --lavender-2: #cec0f3;
  --white: #ffffff;
  --shadow: 0 24px 80px rgba(16, 26, 48, .14);
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Inter', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(16, 26, 48, .96);
  border-bottom: 1px solid rgba(232, 224, 255, .14);
  backdrop-filter: blur(12px);
}
.navbar {
  width: min(1180px, calc(100% - 40px));
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand img { width: 300px; height: auto; }
.nav-links { display: flex; gap: 30px; align-items: center; color: rgba(232, 224, 255, .86); font-size: .94rem; }
.nav-links a { padding: 8px 0; border-bottom: 1px solid transparent; }
.nav-links a:hover { color: var(--lavender); border-bottom-color: rgba(232,224,255,.55); }
.menu-toggle { display: none; color: var(--lavender); background: transparent; border: 1px solid rgba(232,224,255,.28); border-radius: 10px; padding: 8px 12px; font-size: 1.2rem; }

.section-wrap,
.section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 420px;
  gap: 72px;
  align-items: center;
  min-height: calc(100vh - 82px);
  padding: 82px 0;
}
.hero-copy { max-width: 760px; }
.eyebrow {
  margin: 0 0 16px;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .76rem;
  font-weight: 800;
}
.hero .eyebrow { color: #6c5f8b; }
h1, h2, h3 { margin: 0; }
h1, h2 {
  font-family: var(--serif);
  font-weight: 700;
  line-height: .98;
  letter-spacing: .005em;
}
h1 { font-size: clamp(3rem, 6.6vw, 5.7rem); color: var(--navy); }
h2 { font-size: clamp(2.1rem, 4.4vw, 4.2rem); color: var(--navy); }
.lead { margin: 28px 0 0; max-width: 680px; font-size: 1.14rem; color: #4d5361; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 23px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--navy); color: var(--lavender); box-shadow: 0 16px 45px rgba(16,26,48,.18); }
.btn-outline { border-color: var(--line); color: var(--navy); background: rgba(255,255,255,.45); }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.trust-row span { border: 1px solid var(--line); border-radius: 999px; padding: 8px 13px; color: #4f5665; background: rgba(255,255,255,.5); font-size: .9rem; }

.consult-card {
  background: var(--navy);
  color: rgba(232,224,255,.82);
  border-radius: 30px;
  padding: 38px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(232,224,255,.16);
}
.consult-card img { width: 250px; margin: 0 auto 30px; }
.card-line { height: 1px; background: rgba(232,224,255,.18); margin-bottom: 28px; }
.consult-card h2 { color: var(--lavender); font-size: 2.55rem; }
.consult-card p { margin: 16px 0 18px; }
.consult-card ul { padding-left: 18px; margin: 0; }
.consult-card li { margin: 8px 0; }

.section { padding: 98px 0; }
.section-soft { background: var(--paper-2); width: 100%; padding-left: max(20px, calc((100% - 1180px)/2)); padding-right: max(20px, calc((100% - 1180px)/2)); }
.section-title { max-width: 840px; margin-bottom: 46px; }
.section-title p:not(.eyebrow) { color: var(--muted); font-size: 1.06rem; margin-top: 20px; }
.compact { max-width: 660px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card, .step, .contact-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 12px 35px rgba(16,26,48,.06);
}
.service-card { padding: 28px; }
.service-card span { display: inline-block; color: #8b7ab5; font-weight: 800; letter-spacing: .08em; margin-bottom: 24px; }
.service-card h3, .step h3 { font-family: var(--serif); font-size: 1.7rem; line-height: 1.05; color: var(--navy); }
.service-card p, .step p { color: var(--muted); margin: 14px 0 0; }

.section-navy {
  width: 100%;
  background: var(--navy);
  color: rgba(232,224,255,.84);
  padding-left: max(20px, calc((100% - 1180px)/2));
  padding-right: max(20px, calc((100% - 1180px)/2));
}
.section-navy .eyebrow, .section-navy h2 { color: var(--lavender); }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: start; }
.text-stack p { margin: 0 0 18px; font-size: 1.08rem; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 56px; }
.values-grid div { border: 1px solid rgba(232,224,255,.15); border-radius: 20px; padding: 22px; background: rgba(255,255,255,.035); }
.values-grid strong { display: block; color: var(--lavender); font-size: 1.02rem; margin-bottom: 8px; }
.values-grid p { margin: 0; color: rgba(232,224,255,.72); font-size: .95rem; }

.timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step { padding: 30px; }
.step small { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 50%; background: var(--navy); color: var(--lavender); font-weight: 800; margin-bottom: 24px; }

.cta-band { background: linear-gradient(135deg, var(--navy), var(--navy-2)); color: var(--lavender); }
.cta-content { padding: 72px 0; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.cta-content .eyebrow, .cta-content h2 { color: var(--lavender); }
.cta-content p:not(.eyebrow) { max-width: 680px; color: rgba(232,224,255,.78); margin: 18px 0 0; }
.cta-content .btn-primary { background: var(--lavender); color: var(--navy); box-shadow: none; white-space: nowrap; }

.section-contact { padding: 98px 0; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 62px; align-items: start; }
.contact-info p { color: var(--muted); }
.contact-list { padding: 0; margin: 30px 0; list-style: none; display: grid; gap: 16px; }
.contact-list li { display: grid; gap: 3px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.contact-list strong { color: var(--navy); }
.contact-list a, .contact-list span { color: var(--muted); }
.contact-list a:hover { color: var(--navy); }
.legal-small { font-size: .9rem; }
.contact-form { display: grid; gap: 16px; padding: 30px; }
label { display: grid; gap: 8px; color: var(--navy); font-weight: 800; }
input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 15px;
  font: inherit;
  color: var(--ink);
  background: #fff;
}
input:focus, select:focus, textarea:focus { outline: 2px solid rgba(206,192,243,.75); border-color: rgba(16,26,48,.28); }
textarea { resize: vertical; }
.btn-submit { background: var(--navy); color: var(--lavender); width: fit-content; }
.honey-field { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }
.consent-check { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-weight: 600; font-size: .92rem; }
.consent-check input { width: auto; margin-top: 5px; accent-color: var(--navy); }
.privacy-note, .form-status { margin: 0; font-size: .88rem; color: var(--muted); }
.form-status.success { color: #1f6f43; }
.form-status.error { color: #9d2f2f; }

.footer { background: var(--navy); color: rgba(232,224,255,.70); text-align: center; padding: 38px 20px; }
.footer img { width: 280px; margin: 0 auto 18px; }
.footer p { margin: 6px 0; font-size: .9rem; }

@media (max-width: 980px) {
  .brand img { width: 230px; }
  .menu-toggle { display: inline-flex; }
  .nav-links {
    position: absolute;
    top: 82px;
    left: 20px;
    right: 20px;
    background: var(--navy-2);
    border: 1px solid rgba(232,224,255,.15);
    border-radius: 18px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
  }
  .nav-links.open { display: flex; }
  .hero, .split, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero { min-height: auto; padding: 60px 0 78px; }
  .service-grid, .timeline, .values-grid { grid-template-columns: 1fr 1fr; }
  .cta-content { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 620px) {
  .section-wrap, .section, .navbar { width: min(100% - 28px, 1180px); }
  h1 { font-size: 2.72rem; }
  h2 { font-size: 2.3rem; }
  .service-grid, .timeline, .values-grid { grid-template-columns: 1fr; }
  .consult-card, .service-card, .step, .contact-form { padding: 23px; border-radius: 20px; }
  .section, .section-soft, .section-navy, .section-contact { padding-top: 72px; padding-bottom: 72px; }
  .cta-content { padding: 58px 0; }
  .trust-row span { width: 100%; text-align: center; }
}
.skip-link { position: absolute; left: -999px; top: 12px; z-index: 100; background: var(--lavender); color: var(--navy); padding: 10px 14px; border-radius: 10px; font-weight: 800; }
.skip-link:focus { left: 12px; }
.contact-info .legal-small a { color: var(--navy); font-weight: 800; border-bottom: 1px solid var(--line); }
.form-status:not(:empty) { padding: 10px 12px; border-radius: 12px; background: var(--paper-2); border: 1px solid var(--line); }


.service-link { display: block; }
.service-link:hover { transform: translateY(-3px); box-shadow: 0 18px 45px rgba(16,26,48,.1); }
.seo-hero { min-height: auto; padding-top: 92px; padding-bottom: 92px; }
.two-cols { grid-template-columns: repeat(2, 1fr); }
.seo-list { margin: 18px 0 0; padding-left: 20px; color: var(--muted); }
.seo-list li { margin: 10px 0; }
.faq-list { display: grid; gap: 14px; }
.faq-item { border: 1px solid rgba(232,224,255,.15); border-radius: 18px; padding: 18px 20px; background: rgba(255,255,255,.035); }
.faq-item summary { cursor: pointer; color: var(--lavender); font-weight: 800; }
.faq-item p { margin: 12px 0 0; color: rgba(232,224,255,.76); }
@media (max-width: 760px) { .two-cols { grid-template-columns: 1fr; } }


.turnstile-wrap {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.25rem;
}

.turnstile-wrap small {
  color: var(--muted);
  font-size: 0.82rem;
}

.cf-turnstile {
  min-height: 65px;
}


/* Quiénes somos */
.about-hero {
  grid-template-columns: minmax(0, 1.1fr) 380px;
  min-height: auto;
  padding-top: 92px;
  padding-bottom: 92px;
}
.about-intro-card {
  background: var(--navy);
  color: rgba(232,224,255,.82);
  border-radius: 30px;
  padding: 34px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(232,224,255,.16);
}
.about-intro-card img { width: 230px; margin: 0 auto 28px; }
.about-intro-card p { margin: 0; font-size: 1.02rem; }
.about-team-section { padding-top: 92px; }
.profile-grid { display: grid; gap: 28px; }
.profile-card {
  display: grid;
  grid-template-columns: 420px minmax(0, 1fr);
  gap: 38px;
  align-items: stretch;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 18px 55px rgba(16,26,48,.08);
}
.profile-card-alt { grid-template-columns: 1fr 420px; }
.profile-card-alt .profile-photo-wrap { order: 2; }
.profile-photo-wrap { min-height: 520px; background: var(--navy); }
.profile-photo { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.profile-photo-valeria { object-position: center; }
.profile-content { padding: 42px 42px 38px 0; align-self: center; }
.profile-card-alt .profile-content { padding: 42px 0 38px 42px; }
.profile-role {
  margin: 0 0 10px;
  color: #8b7ab5;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .74rem;
  font-weight: 800;
}
.profile-content h2 { font-size: clamp(2rem, 3.2vw, 3.45rem); margin-bottom: 18px; }
.profile-content p { color: var(--muted); margin: 0 0 16px; }
.profile-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.profile-tags span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: .88rem;
  font-weight: 800;
  color: var(--navy);
  background: var(--paper);
}
.nav-links a[aria-current="page"] { color: var(--lavender); border-bottom-color: rgba(232,224,255,.55); }
@media (max-width: 980px) {
  .about-hero, .profile-card, .profile-card-alt { grid-template-columns: 1fr; }
  .profile-card-alt .profile-photo-wrap { order: 0; }
  .profile-content, .profile-card-alt .profile-content { padding: 32px; }
  .profile-photo-wrap { min-height: 430px; }
}
@media (max-width: 620px) {
  .about-hero { padding-top: 64px; padding-bottom: 64px; }
  .about-intro-card { padding: 26px; border-radius: 22px; }
  .profile-card { border-radius: 22px; }
  .profile-photo-wrap { min-height: 340px; }
  .profile-content, .profile-card-alt .profile-content { padding: 24px; }
}
