:root {
  --ink: #0b1423;
  --ink-soft: #16243a;
  --paper: #f6f2e9;
  --paper-2: #eee6d8;
  --white: #ffffff;
  --gold: #c9a86a;
  --gold-light: #e5d1a8;
  --muted: #718096;
  --line: rgba(11, 20, 35, 0.13);
  --shadow: 0 20px 55px rgba(4, 12, 25, 0.13);
  --radius: 22px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; display: block; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 104px 0; }
.section-shell { position: relative; overflow: hidden; }

.skip-link {
  position: fixed;
  left: 14px;
  top: -60px;
  z-index: 999;
  padding: 10px 14px;
  background: var(--white);
  color: var(--ink);
  border-radius: 8px;
}
.skip-link:focus { top: 14px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(11, 20, 35, .88);
  backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(255,255,255,.09);
}
.nav-wrap {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); min-width: 0; }
.brand-mark {
  width: 42px; height: 42px; flex: 0 0 42px;
  border-radius: 50%; border: 1px solid rgba(229,209,168,.65);
  display: grid; place-items: center;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--gold-light); font-size: 15px; letter-spacing: .08em;
}
.brand-copy { display: flex; flex-direction: column; line-height: 1.25; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 16px; font-weight: 600; }
.brand-copy small { color: rgba(255,255,255,.58); font-size: 11px; letter-spacing: .04em; }
.main-nav { display: flex; align-items: center; gap: 28px; color: rgba(255,255,255,.74); font-size: 14px; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover, .main-nav a.active { color: var(--white); }
.nav-cta { color: var(--ink) !important; background: var(--gold-light); padding: 10px 15px; border-radius: 999px; font-weight: 700; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 9px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: white; transition: .25s ease; }

.hero {
  min-height: 760px;
  padding: 110px 0 88px;
  background:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
    radial-gradient(circle at 70% 20%, rgba(201,168,106,.11), transparent 35%),
    var(--ink);
  background-size: 32px 32px, 32px 32px, auto, auto;
  color: var(--white);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.hero-glow-one { width: 320px; height: 320px; background: rgba(201,168,106,.06); right: -80px; top: 120px; }
.hero-glow-two { width: 190px; height: 190px; border: 1px solid rgba(201,168,106,.18); left: 48%; bottom: 10%; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); gap: 72px; align-items: center; }
.eyebrow { margin: 0 0 16px; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.hero h1, .section-heading h2, .profile-content h2, .commitment-card h2, .contact-copy h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.025em;
}
.hero h1 { margin: 0; max-width: 760px; font-size: clamp(52px, 7vw, 94px); line-height: .98; }
.hero-kicker { margin: 20px 0 0; color: var(--gold-light); font-size: clamp(18px, 2vw, 25px); }
.hero-lead { max-width: 740px; margin: 26px 0 0; color: rgba(255,255,255,.74); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn { min-height: 50px; padding: 12px 20px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--gold-light); color: var(--ink); }
.btn-secondary { border: 1px solid rgba(255,255,255,.22); color: var(--white); background: rgba(255,255,255,.03); }
.hero-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 52px; }
.meta-item { min-height: 126px; padding: 18px; border: 1px solid rgba(255,255,255,.09); background: rgba(255,255,255,.025); border-radius: 16px; }
.meta-icon { color: var(--gold-light); font-size: 21px; }
.meta-item div { display: flex; flex-direction: column; gap: 4px; margin-top: 14px; }
.meta-item strong { font-size: 13px; }
.meta-item span:last-child { color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.45; }

.hero-panel { position: relative; padding: 36px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.11); border-radius: var(--radius); box-shadow: 0 30px 80px rgba(0,0,0,.2); overflow: hidden; }
.panel-topline { position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--gold), var(--gold-light)); }
.panel-label { color: var(--gold); text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 800; }
.hero-panel h2 { margin: 12px 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: 30px; line-height: 1.16; font-weight: 500; }
.hero-panel > p:not(.panel-label) { color: rgba(255,255,255,.62); }
.contact-number { display: block; margin-top: 26px; font-size: 30px; font-weight: 800; letter-spacing: -.02em; }
.panel-link { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 14px; padding: 15px 0; color: var(--gold-light); border-bottom: 1px solid rgba(255,255,255,.1); font-weight: 700; }
.panel-foot { display: flex; justify-content: space-between; gap: 20px; margin-top: 26px; color: rgba(255,255,255,.55); font-size: 12px; }
.panel-foot strong { color: var(--white); font-size: 14px; }

.trust-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 30px 24px; display: flex; align-items: center; gap: 14px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item span { font-family: Georgia, serif; color: var(--gold); }
.trust-item p { margin: 0; font-weight: 700; }

.split-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 88px; align-items: start; }
.section-heading h2 { margin: 0; max-width: 790px; font-size: clamp(38px, 4.5vw, 60px); line-height: 1.06; }
.section-heading > p:last-child { max-width: 650px; color: var(--muted); }
.intro-copy { border-left: 1px solid var(--line); padding-left: 42px; color: #3d4b5d; font-size: 18px; }
.intro-copy p:first-child { margin-top: 0; }
.intro-copy p:last-child { margin-bottom: 0; }

.section-dark { background: var(--ink); color: var(--white); }
.heading-centered { max-width: 800px; text-align: center; margin: 0 auto 52px; }
.section-dark .heading-centered > p:last-child { margin-inline: auto; color: rgba(255,255,255,.58); }
.areas-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.area-card { min-height: 145px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(255,255,255,.09); border-radius: 16px; background: rgba(255,255,255,.025); transition: .25s ease; }
.area-card:hover { transform: translateY(-4px); border-color: rgba(201,168,106,.45); background: rgba(201,168,106,.055); }
.area-card span { color: var(--gold); font-size: 11px; letter-spacing: .12em; }
.area-card h3 { margin: 24px 0 0; font-family: Georgia, serif; font-weight: 500; line-height: 1.18; font-size: 20px; }
.area-card-wide { grid-column: span 2; }

.services-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card { padding: 32px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 32px rgba(11,20,35,.04); }
.service-title { display: flex; gap: 18px; align-items: baseline; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.service-title span { color: var(--gold); font-family: Georgia, serif; }
.service-title h3 { margin: 0; font-family: Georgia, serif; font-size: 26px; font-weight: 500; line-height: 1.2; }
.service-card ul { margin: 22px 0 0; padding: 0; list-style: none; columns: 1; }
.service-card li { position: relative; padding: 9px 0 9px 20px; color: #445269; border-bottom: 1px dashed rgba(11,20,35,.08); }
.service-card li::before { content: ""; position: absolute; left: 0; top: 18px; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }

.profile-section { background: linear-gradient(180deg, var(--paper), #eee6d6); }
.profile-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 74px; align-items: center; }
.profile-visual { min-height: 480px; padding: 32px; display: flex; flex-direction: column; justify-content: space-between; border-radius: var(--radius); background: var(--ink); color: var(--white); position: relative; overflow: hidden; box-shadow: var(--shadow); }
.profile-visual::after { content: ""; position: absolute; width: 290px; height: 290px; border: 1px solid rgba(201,168,106,.28); border-radius: 50%; right: -90px; top: 40px; }
.profile-monogram { position: relative; z-index: 1; width: 154px; height: 154px; border-radius: 50%; display: grid; place-items: center; border: 1px solid rgba(229,209,168,.65); color: var(--gold-light); font-family: Georgia, serif; font-size: 48px; letter-spacing: .08em; }
.profile-note { position: relative; z-index: 1; max-width: 360px; }
.profile-note span { color: var(--gold); text-transform: uppercase; font-size: 11px; letter-spacing: .13em; font-weight: 800; }
.profile-note p { color: rgba(255,255,255,.63); }
.profile-content h2 { margin: 0; font-size: clamp(42px, 5vw, 66px); line-height: 1.03; }
.credential { display: inline-flex; gap: 8px; margin: 28px 0; padding: 11px 15px; background: rgba(201,168,106,.12); border: 1px solid rgba(201,168,106,.28); border-radius: 999px; font-size: 14px; }
.profile-content > p:not(.eyebrow) { color: #445269; font-size: 18px; }
.social-status { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 14px !important; }

.attention-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.section-dark .section-heading > p:last-child { color: rgba(255,255,255,.58); }
.attention-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.attention-card { padding: 26px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(255,255,255,.03); }
.attention-card > span { color: var(--gold); font-size: 11px; }
.attention-card h3 { margin: 30px 0 8px; font-family: Georgia, serif; font-weight: 500; font-size: 24px; }
.attention-card p { margin: 0; color: rgba(255,255,255,.58); }

.commitment-section { padding-top: 88px; padding-bottom: 88px; }
.commitment-card { padding: 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.commitment-card h2 { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; }
.commitment-card > p { color: #445269; font-size: 18px; }

.contact-section { background: #e9dfcf; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.contact-copy, .location-card { padding: 48px; border-radius: var(--radius); }
.contact-copy { background: var(--ink); color: var(--white); }
.contact-copy h2 { margin: 0; font-size: clamp(40px, 5vw, 60px); line-height: 1.04; }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.6); }
.contact-details { margin-top: 34px; display: grid; gap: 10px; }
.contact-details a { padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.035); }
.contact-details span { color: rgba(255,255,255,.54); font-size: 13px; }
.location-card { background: var(--white); border: 1px solid var(--line); }
.location-label { color: var(--gold); text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 800; }
.location-card h3 { margin: 12px 0; font-family: Georgia, serif; font-size: 34px; line-height: 1.12; font-weight: 500; }
.location-card > p:not(.location-label) { color: var(--muted); }
.location-placeholder { min-height: 180px; margin-top: 30px; border-radius: 16px; border: 1px dashed rgba(11,20,35,.2); background: linear-gradient(135deg, #f5f0e7, #ece2d2); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 24px; }
.pin { font-size: 34px; color: var(--gold); }
.location-placeholder span { max-width: 270px; font-weight: 700; }

.site-footer { background: #07101d; color: rgba(255,255,255,.68); padding: 54px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr 1.2fr .7fr; gap: 36px; }
.footer-grid div { display: flex; flex-direction: column; gap: 4px; }
.footer-grid strong, .footer-grid a { color: var(--white); }
.footer-grid span { font-size: 12px; color: var(--gold); text-transform: uppercase; letter-spacing: .09em; }
.footer-grid p { margin: 0; }
.footer-bottom { margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); display: flex; justify-content: space-between; gap: 20px; font-size: 12px; }

.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 90; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: #25d366; color: #062c15; box-shadow: 0 16px 30px rgba(0,0,0,.23); font-size: 13px; font-weight: 900; letter-spacing: .03em; transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.02); }

.reveal { opacity: 1; transform: none; }
.reveal.visible { animation: reveal-in .6s ease both; }
@keyframes reveal-in {
  from { opacity: .72; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}

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

@media (max-width: 1024px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero-panel { max-width: 620px; }
  .areas-grid { grid-template-columns: repeat(3, 1fr); }
  .area-card-wide { grid-column: span 1; }
  .attention-grid, .profile-grid, .split-intro { gap: 46px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  :root { --container: min(100% - 28px, 1180px); }
  .section { padding: 78px 0; }
  .menu-toggle { display: block; z-index: 102; }
  .main-nav {
    position: fixed; inset: 76px 0 auto 0; min-height: calc(100vh - 76px);
    padding: 34px 24px 50px; background: rgba(7,16,29,.985);
    flex-direction: column; align-items: stretch; gap: 0;
    transform: translateX(100%); transition: transform .28s ease;
  }
  .main-nav.open { transform: none; }
  .main-nav a { padding: 17px 4px; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 18px; }
  .main-nav .nav-cta { margin-top: 18px; text-align: center; border: 0; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 82px; }
  .hero-meta { grid-template-columns: 1fr; }
  .meta-item { min-height: auto; display: flex; gap: 14px; align-items: flex-start; }
  .meta-item div { margin: 0; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split-intro, .profile-grid, .attention-grid, .commitment-card, .contact-grid { grid-template-columns: 1fr; }
  .intro-copy { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); padding-top: 30px; }
  .areas-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: 1fr; }
  .profile-visual { min-height: 400px; }
  .commitment-card { gap: 24px; }
}

@media (max-width: 560px) {
  .brand-copy small { display: none; }
  .brand-copy strong { font-size: 14px; }
  .hero { padding: 68px 0 62px; }
  .hero h1 { font-size: clamp(46px, 16vw, 66px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .hero-panel { padding: 28px 24px; }
  .contact-number { font-size: 27px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .areas-grid, .attention-cards { grid-template-columns: 1fr; }
  .service-card, .contact-copy, .location-card, .commitment-card { padding: 28px 22px; }
  .service-title h3 { font-size: 23px; }
  .profile-monogram { width: 126px; height: 126px; font-size: 40px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .contact-details a { flex-direction: column; align-items: flex-start; }
  .whatsapp-float { right: 16px; bottom: 16px; width: 54px; height: 54px; }
}

/* === Actualización septiembre 2026: contenido ampliado === */
.panel-email { display: block; margin-top: -2px; margin-bottom: 22px; color: rgba(255,255,255,.74); font-size: 14px; overflow-wrap: anywhere; }
.collaboration-note { margin-top: 24px; padding: 18px 20px; border-left: 3px solid var(--gold); background: rgba(201,168,106,.08); border-radius: 0 12px 12px 0; font-size: 16px !important; }
.featured-areas { margin-bottom: 30px; }
.additional-areas { padding: 28px; border: 1px solid rgba(255,255,255,.09); border-radius: 18px; background: rgba(255,255,255,.025); }
.additional-title { margin: 0 0 16px; color: var(--gold-light); font-family: Georgia, serif; font-size: 20px; }
.area-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.area-tags span { padding: 10px 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.74); font-size: 14px; }

.business-section { background: linear-gradient(180deg, #eee5d5 0%, #f8f5ef 100%); }
.business-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 64px; align-items: start; }
.business-grid .section-heading { position: sticky; top: 112px; }
.business-grid .section-heading .btn { margin-top: 24px; }
.business-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.business-card { min-height: 235px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 12px 34px rgba(11,20,35,.05); }
.business-card > span, .why-card > span, .process-step > span { display: inline-flex; color: var(--gold); font-size: 12px; letter-spacing: .12em; font-weight: 800; }
.business-card h3, .why-card h3, .process-step h3 { margin: 30px 0 10px; font-family: Georgia, serif; font-size: 28px; font-weight: 500; }
.business-card p, .why-card p { margin: 0; color: #536075; }

.why-section { background: var(--white); }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 46px; }
.why-card { padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }

.process-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 50px; }
.process-step { position: relative; min-height: 250px; padding: 30px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(255,255,255,.035); }
.process-step h3 { color: var(--white); }
.process-step p { margin: 0; color: rgba(255,255,255,.58); }

.attention-section { background: #f7f3ec; }
.light-card { border-color: var(--line); background: var(--white); box-shadow: 0 10px 28px rgba(11,20,35,.04); }
.light-card > span { color: var(--gold); }
.light-card h3 { color: var(--ink); }
.light-card p { color: #596579; }

.faq-section { background: var(--white); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; align-items: start; }
.faq-intro { position: sticky; top: 112px; }
.faq-intro h2 { margin: 0; font-size: clamp(38px, 4.5vw, 58px); line-height: 1.06; }
.faq-intro > p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.faq-intro .btn { margin-top: 18px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { position: relative; list-style: none; cursor: pointer; padding: 24px 48px 24px 0; font-family: Georgia, serif; font-size: 21px; line-height: 1.35; color: var(--ink); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 4px; top: 18px; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--line); color: var(--gold-dark); font-family: Arial, sans-serif; font-size: 22px; transition: transform .2s ease; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item > div { padding: 0 50px 24px 0; color: #526074; }
.faq-item > div p { margin: 0 0 12px; }
.faq-item a { color: #7e6027; text-decoration: underline; text-underline-offset: 3px; }

.contact-schedule { margin-top: 26px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.7); }
.contact-schedule p { margin: 6px 0; }
.location-address { margin-top: 24px; padding: 18px; border-radius: 14px; background: #f5f0e7; border: 1px solid var(--line); }
.location-address span { display: block; margin-bottom: 6px; color: var(--gold-dark); text-transform: uppercase; letter-spacing: .1em; font-size: 11px; font-weight: 800; }
.location-address strong { display: block; line-height: 1.55; }
.map-button { margin-top: 18px; min-height: 54px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: space-between; gap: 18px; border-radius: 12px; background: var(--ink); color: var(--white); font-weight: 800; }

.legal-section { background: #e9dfcf; padding-top: 0; }
.legal-card { display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; padding: 48px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.legal-card h2 { margin: 0; font-size: clamp(36px, 4vw, 52px); }
.legal-card p { color: #526074; }
.legal-actions { padding: 26px; border-radius: 16px; background: var(--paper); border: 1px solid var(--line); }
.legal-actions p { margin-top: 0; }
.legal-actions .btn { width: 100%; text-align: center; }

.disclaimer-section { padding: 0 0 70px; background: #e9dfcf; }
.disclaimer-card { padding: 28px 32px; border: 1px solid rgba(11,20,35,.12); border-radius: 16px; background: rgba(255,255,255,.55); }
.disclaimer-card strong { font-family: Georgia, serif; font-size: 22px; color: var(--ink); }
.disclaimer-card p { margin: 8px 0 0; color: #536075; }

.footer-grid-updated { grid-template-columns: 1.25fr .9fr .8fr 1.25fr; }
.footer-grid-updated a { overflow-wrap: anywhere; }
.privacy-footer-link { margin: 5px 0; text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom a { color: var(--gold-light); }

/* Aviso de privacidad integral */
.privacy-page { background: #f5f0e7; color: var(--ink); }
.privacy-header { position: sticky; top: 0; z-index: 30; background: rgba(7,16,29,.98); border-bottom: 1px solid rgba(255,255,255,.08); }
.privacy-header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.privacy-header .btn-secondary { border-color: rgba(255,255,255,.25); color: var(--white); }
.privacy-main { padding: 64px 0 90px; }
.privacy-document { max-width: 920px; }
.privacy-title { padding-bottom: 34px; margin-bottom: 34px; border-bottom: 1px solid var(--line); }
.privacy-title h1 { margin: 0 0 18px; font-size: clamp(40px, 6vw, 66px); line-height: 1.02; }
.privacy-document > p, .privacy-document section p, .privacy-document li { color: #445269; font-size: 17px; line-height: 1.8; }
.privacy-document section { margin-top: 42px; padding-top: 6px; }
.privacy-document section h2 { margin: 0 0 14px; font-size: 30px; }
.privacy-document ul, .privacy-document ol { padding-left: 24px; }
.alpha-list { list-style-type: lower-alpha; }
.privacy-contact-link, .privacy-document section a { color: #7e6027; text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.privacy-contact-card { padding: 26px; border-radius: 16px; background: var(--white); border: 1px solid var(--line); }
.privacy-contact-card p:last-child { margin-bottom: 0; }
.privacy-end-actions { margin-top: 54px; padding-top: 30px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 12px; }
.privacy-end-actions .btn-secondary { border-color: var(--ink); color: var(--ink); }
.privacy-footer { padding-top: 24px; }
.privacy-footer-bottom { margin-top: 0; }

@media (max-width: 1024px) {
  .business-grid, .faq-layout { grid-template-columns: 1fr; gap: 42px; }
  .business-grid .section-heading, .faq-intro { position: static; }
  .why-grid, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid-updated { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .business-cards { grid-template-columns: 1fr; }
  .legal-card { grid-template-columns: 1fr; padding: 34px 28px; }
  .privacy-header-inner { min-height: 74px; }
  .privacy-header .brand-copy small { display: none; }
  .privacy-header .btn { min-height: 42px; padding: 0 14px; }
}

@media (max-width: 560px) {
  .why-grid, .process-grid { grid-template-columns: 1fr; }
  .faq-item summary { font-size: 18px; padding-right: 44px; }
  .faq-item > div { padding-right: 0; }
  .footer-grid-updated { grid-template-columns: 1fr; }
  .privacy-main { padding-top: 42px; }
  .privacy-header .btn { font-size: 12px; }
  .privacy-document > p, .privacy-document section p, .privacy-document li { font-size: 16px; }
  .privacy-document section h2 { font-size: 25px; }
  .privacy-end-actions { flex-direction: column; }
  .privacy-end-actions .btn { width: 100%; }
}

/* Ajuste final solicitado: el acceso al Aviso de Privacidad del pie es un botón visible. */
.site-footer .privacy-footer-link.btn {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  margin: .55rem 0;
  padding: .72rem 1rem;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  line-height: 1;
}
.site-footer .privacy-footer-link.btn:hover,
.site-footer .privacy-footer-link.btn:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255,255,255,.72);
}
