:root {
  --ink: #102a38;
  --ink-2: #173d4d;
  --forest: #0a6540;
  --forest-dark: #084b33;
  --sage: #e3eee8;
  --mist: #f3f6f5;
  --line: #dce5e2;
  --muted: #5f7178;
  --white: #ffffff;
  --lime: #b9db78;
  --shadow: 0 24px 70px rgba(15, 42, 56, 0.11);
}

/* Integración WordPress y componentes globales */
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 9999; padding: 12px 18px; background: #fff; color: var(--ink); box-shadow: var(--shadow); }
.skip-link:focus { top: 12px; }
.desktop-nav .menu, .mobile-nav .menu { list-style: none; padding: 0; margin: 0; display: flex; align-items: center; gap: 28px; }
.desktop-nav .menu-item.current-menu-item > a::after, .desktop-nav .current_page_item > a::after { right: 0; }
.brand-mark { width: 76px; height: 76px; border-radius: 17px; }
.header-inner { height: 98px; }
.site-footer .brand-mark { width: 70px; height: 70px; }
.menu-toggle { display: none; margin-left: auto; padding: 10px 16px; border: 1px solid var(--line); border-radius: 99px; background: #fff; color: var(--ink); font-weight: 700; cursor: pointer; }
.mobile-nav { position: absolute; right: 24px; top: 82px; z-index: 70; width: min(290px, calc(100vw - 32px)); padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.mobile-nav .menu { flex-direction: column; align-items: stretch; gap: 2px; }
.mobile-nav a { display: block; padding: 13px 14px; border-radius: 10px; font-size: 14px; }
.mobile-nav a:hover, .mobile-nav a:focus { background: var(--mist); }
.footer-button, .text-button { padding: 0; border: 0; background: transparent; color: inherit; text-align: left; cursor: pointer; }
.footer-button { color: #a6b9c1; font-size: 13px; }
.footer-button:hover, .footer-button:focus { color: #fff; }
.content-page { max-width: 900px; }
.content-page > h1 { font-size: clamp(44px, 6vw, 72px); }

/* Formulario */
.contact-form-section { background: var(--mist); }
.contact-form-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 9vw; align-items: start; }
.contact-form-grid h2 { font-size: clamp(38px, 4vw, 56px); line-height: 1.08; }
.contact-form-grid > div:first-child > p:last-child { color: var(--muted); line-height: 1.7; }
.contact-form { padding: 42px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: block; margin-bottom: 19px; color: var(--ink); font-size: 13px; font-weight: 680; }
.contact-form input:not([type="checkbox"]), .contact-form textarea { width: 100%; margin-top: 8px; padding: 14px 15px; border: 1px solid #cbd8d4; border-radius: 10px; background: #fff; color: var(--ink); outline: none; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(10,101,64,.12); }
.privacy-check { display: flex !important; align-items: flex-start; gap: 11px; color: var(--muted) !important; font-weight: 500 !important; line-height: 1.55; }
.privacy-check input { flex: 0 0 auto; margin-top: 4px; }
.privacy-check a { color: var(--forest); text-decoration: underline; }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.form-message { margin-bottom: 18px; padding: 14px 16px; border-radius: 10px; font-size: 14px; }
.form-message.success { background: #e3f4e9; color: #075531; }
.form-message.error { background: #fff0ed; color: #8a2f24; }

/* Páginas legales */
.legal-heading { position: sticky; top: 145px; align-self: start; }
.legal-content { min-width: 0; }
.legal-content h2 { margin-top: 48px; padding-top: 8px; font-size: 25px; }
.legal-content h3 { margin-top: 30px; }
.legal-content p, .legal-content li { color: var(--muted); line-height: 1.78; }
.legal-content ul { padding-left: 22px; }
.legal-content a { color: var(--forest); text-decoration: underline; text-underline-offset: 3px; }
.legal-intro { color: var(--ink) !important; font-size: 19px; }
.legal-updated { color: #7a8a90 !important; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.legal-alert { margin: 28px 0; padding: 20px 22px; border-left: 4px solid #d39022; background: #fff5e5; }
.legal-alert strong { color: #7a4a00; }
.legal-alert p { margin: 6px 0 0; color: #714d15; }
.pending { padding: 3px 6px; background: #fff0a8; color: #6d4d00; }
.legal-table-wrap { margin: 24px 0; overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; }
.legal-content table { width: 100%; border-collapse: collapse; background: #fff; }
.legal-content th, .legal-content td { padding: 15px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; font-size: 13px; line-height: 1.55; }
.legal-content th { background: #e9f0ed; color: var(--ink); }
.legal-content code { font-size: 12px; }

/* Panel de cookies */
.cookie-banner { position: fixed; inset: 0; z-index: 9998; display: grid; place-items: end center; padding: 24px; background: rgba(7,24,32,.42); backdrop-filter: blur(3px); }
.cookie-banner[hidden] { display: none; }
.cookie-card { position: relative; width: min(760px, 100%); padding: 30px; border-radius: 22px; background: #fff; color: var(--ink); box-shadow: 0 28px 90px rgba(4,21,27,.32); }
.cookie-card h2 { margin-bottom: 12px; font-size: 30px; }
.cookie-card > p:not(.eyebrow) { color: var(--muted); line-height: 1.65; }
.cookie-close { position: absolute; right: 18px; top: 15px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: var(--mist); color: var(--ink); font-size: 24px; cursor: pointer; }
.cookie-settings { margin: 20px 0; border-top: 1px solid var(--line); }
.cookie-settings label { display: flex; justify-content: space-between; gap: 22px; align-items: center; padding: 16px 2px; border-bottom: 1px solid var(--line); }
.cookie-settings span { display: flex; flex-direction: column; gap: 5px; }
.cookie-settings small { color: var(--muted); line-height: 1.4; }
.cookie-settings input { width: 20px; height: 20px; accent-color: var(--forest); }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 11px; align-items: center; margin-top: 22px; }
.button-outline { border: 1px solid var(--forest); background: #fff; color: var(--forest); box-shadow: none; }
.button-outline:hover { background: var(--mist); color: var(--forest-dark); }
.text-button { padding: 12px 10px; color: var(--forest); font-weight: 700; }
.cookie-policy { display: inline-block; margin-top: 18px; color: var(--forest); font-size: 12px; text-decoration: underline; }

@media (max-width: 1020px) {
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: inline-flex; }
  .contact-form-grid { grid-template-columns: 1fr; gap: 50px; }
  .legal-heading { position: static; }
}
@media (max-width: 680px) {
  .header-inner { height: 82px; }
  .brand-mark { width: 58px; height: 58px; }
  .site-footer .brand-mark { width: 58px; height: 58px; }
  .mobile-nav { top: 72px; right: 16px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 28px 20px; }
  .cookie-banner { padding: 10px; }
  .cookie-card { padding: 26px 20px 20px; border-radius: 18px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr; }
  .cookie-actions .button { width: 100%; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section-pad { padding: 112px 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(220,229,226,.85);
  backdrop-filter: blur(18px);
}
.header-inner { height: 84px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 14px; min-width: 275px; }
.brand-mark { width: 58px; height: 58px; border-radius: 14px; object-fit: cover; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font-size: 14px; letter-spacing: .13em; }
.brand-copy small { margin-top: 6px; color: var(--muted); font-size: 10px; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 28px; margin-left: auto; }
.desktop-nav a { position: relative; font-size: 13px; font-weight: 620; color: #35515e; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--forest); transition: right .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-cta { margin-left: 6px; }
.mobile-menu { display: none; margin-left: auto; position: relative; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  background: var(--forest);
  color: var(--white);
  font-size: 14px;
  font-weight: 680;
  box-shadow: 0 10px 28px rgba(10,101,64,.18);
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--forest-dark); }
.button-small { min-height: 42px; padding: 0 19px; font-size: 13px; }
.button-light { background: var(--white); color: var(--forest-dark); box-shadow: none; }
.button-light:hover { background: var(--sage); }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: var(--ink); font-size: 14px; font-weight: 700; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.eyebrow { margin: 0 0 22px; color: var(--forest); font-size: 12px; font-weight: 760; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: var(--lime); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.045em; }

.hero { overflow: hidden; background: linear-gradient(180deg, #fff 0%, #fbfcfc 100%); padding-top: 94px; }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 72px; align-items: center; min-height: 575px; }
.hero-copy h1 { margin-bottom: 30px; max-width: 720px; font-size: clamp(48px, 5.2vw, 76px); line-height: .99; font-weight: 630; }
.hero-copy h1 em { color: var(--forest); font-style: normal; }
.hero-lead { max-width: 630px; margin-bottom: 34px; color: var(--muted); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; gap: 28px; align-items: center; flex-wrap: wrap; }
.trust-line { display: flex; align-items: center; gap: 10px; margin-top: 36px; color: #65777d; font-size: 12px; line-height: 1.5; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--forest); box-shadow: 0 0 0 5px rgba(10,101,64,.11); flex: 0 0 auto; }
.hero-visual { position: relative; min-height: 560px; border-radius: 42px; background: #dbeae2; overflow: hidden; isolation: isolate; }
.hero-photo::before, .hero-photo::after { display: none; }
.hero-photo > img { width: 100%; height: 560px; object-fit: cover; object-position: 58% center; }
.image-caption { position: absolute; left: 24px; bottom: 24px; display: flex; flex-direction: column; gap: 5px; padding: 18px 20px; border-radius: 16px; background: rgba(12,36,48,.9); color: #fff; box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.image-caption span { color: var(--lime); font-size: 10px; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.image-caption strong { font-size: 15px; }
.hero-visual::before { content: ""; position: absolute; inset: 10% 22%; border-radius: 50%; background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(255,255,255,.08)); filter: blur(2px); }
.hero-visual::after { content: ""; position: absolute; width: 260px; height: 360px; left: 50%; top: 52%; transform: translate(-50%,-50%); border-radius: 47% 53% 50% 50%; background: linear-gradient(155deg, #144c3a, #092c28); box-shadow: 0 35px 70px rgba(6,55,38,.27); z-index: -1; }
.hero-orbit { position: absolute; border: 1px solid rgba(9,69,50,.2); border-radius: 50%; transform: rotate(-18deg); }
.hero-orbit-one { inset: 12% 10%; }
.hero-orbit-two { inset: 25% 21%; transform: rotate(22deg); }
.hero-center { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; color: #fff; text-align: center; z-index: 2; }
.hero-center small { font-size: 13px; opacity: .72; letter-spacing: .08em; text-transform: uppercase; }
.hero-center strong { margin: 7px 0 18px; font-size: 32px; letter-spacing: -.04em; }
.hero-center span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.2); border-radius: 99px; font-size: 11px; }
.orbit-label { position: absolute; z-index: 3; padding: 9px 13px; border: 1px solid rgba(255,255,255,.65); border-radius: 99px; background: rgba(255,255,255,.82); color: #194736; font-size: 10px; font-weight: 760; letter-spacing: .06em; box-shadow: 0 12px 28px rgba(18,70,48,.1); backdrop-filter: blur(12px); }
.orbit-a { top: 16%; left: 20%; }
.orbit-b { top: 28%; right: 13%; }
.orbit-c { bottom: 28%; left: 8%; }
.orbit-d { bottom: 16%; right: 20%; }
.hero-note { position: absolute; right: 18px; bottom: 22px; width: 155px; padding: 16px 17px; border-radius: 16px; background: #fff; box-shadow: var(--shadow); z-index: 4; display: grid; grid-template-columns: auto 1fr; gap: 5px 10px; align-items: center; }
.hero-note span { color: var(--forest); font-size: 10px; font-weight: 800; }
.hero-note p { margin: 0; font-size: 10px; font-weight: 650; }
.hero-note i { grid-column: 1 / -1; height: 1px; background: var(--line); }

.standard-bar { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.standard-list { min-height: 92px; display: grid; grid-template-columns: repeat(6, 1fr); align-items: center; }
.standard-list span { text-align: center; color: #6f7d81; font-size: 12px; font-weight: 720; letter-spacing: .05em; }

.intro-section { background: var(--white); }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 11vw; }
.intro-grid h2, .section-heading h2, .cta-box h2, .training-panel h2 { font-size: clamp(38px, 4vw, 58px); line-height: 1.08; font-weight: 600; }
.intro-copy { padding-top: 34px; }
.intro-copy p { color: var(--muted); font-size: 16px; line-height: 1.8; }
.intro-copy .lead-copy { color: var(--ink); font-size: 21px; line-height: 1.55; }
.intro-copy .text-link { margin-top: 12px; }

.services-preview { background: var(--ink); color: var(--white); }
.split-heading { display: grid; grid-template-columns: 1.2fr .55fr; gap: 12vw; align-items: end; }
.section-heading { margin-bottom: 56px; }
.section-heading h2 { max-width: 770px; margin-bottom: 0; }
.split-heading > p { color: #b7c6cc; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 42px; border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.service-card { min-height: 295px; padding: 34px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); display: flex; flex-direction: column; transition: background .25s ease; }
.service-card:hover { background: rgba(255,255,255,.045); }
.service-number { margin-bottom: 42px; color: var(--lime); font-size: 11px; }
.service-card h3 { margin-bottom: 16px; font-size: 21px; font-weight: 600; }
.service-card p { color: #b9c7cc; font-size: 14px; line-height: 1.7; }
.service-card a { margin-top: auto; align-self: flex-end; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }

.method-section { background: var(--mist); }
.method-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.method-grid article > span { color: var(--forest); font-size: 12px; font-weight: 750; }
.method-line { height: 1px; margin: 20px 0 28px; background: #cad7d2; position: relative; }
.method-line::before { content: ""; position: absolute; left: 0; top: -3px; width: 7px; height: 7px; border-radius: 50%; background: var(--forest); }
.method-grid h3 { font-size: 20px; }
.method-grid p { color: var(--muted); font-size: 14px; line-height: 1.7; }

.training-callout { background: var(--white); }
.training-grid { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 550px; box-shadow: var(--shadow); }
.training-panel { padding: 72px; background: linear-gradient(145deg, #0a6540, #073d2d); color: #fff; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.training-panel p:not(.eyebrow) { max-width: 650px; color: #d8e8df; line-height: 1.75; }
.training-panel .button { margin-top: 18px; }
.training-topics { background: #e6efea; padding: 42px; display: flex; flex-direction: column; justify-content: center; }
.training-topics div { min-height: 96px; padding: 22px 0; border-bottom: 1px solid #c4d4cc; display: grid; grid-template-columns: 44px 1fr; align-items: center; gap: 18px; }
.training-topics div:last-child { border-bottom: 0; }
.training-topics span { color: var(--forest); font-size: 11px; }
.training-topics strong { font-size: 16px; line-height: 1.4; }

.final-cta { padding-top: 20px; }
.cta-box { display: grid; grid-template-columns: 1fr .58fr; gap: 9vw; align-items: end; padding: 72px 0; border-top: 1px solid var(--line); }
.cta-box h2 { margin-bottom: 0; }
.cta-box > div:last-child p { color: var(--muted); line-height: 1.7; }

.site-footer { background: #0c2430; color: #fff; padding: 74px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .65fr .85fr .65fr; gap: 60px; padding-bottom: 58px; }
.site-footer .brand-copy small { color: #94aab3; }
.footer-brand p { max-width: 340px; margin-top: 24px; color: #91a7b0; font-size: 13px; line-height: 1.7; }
.site-footer h2 { margin-bottom: 23px; color: #c9d4d8; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.site-footer > .footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 13px; }
.site-footer a, .site-footer span { color: #a6b9c1; font-size: 13px; }
.site-footer a:hover { color: #fff; }
.footer-bottom { padding-top: 23px; border-top: 1px solid rgba(255,255,255,.11); display: flex; justify-content: space-between; gap: 30px; }
.footer-bottom span { font-size: 11px; }

@media (max-width: 1020px) {
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu summary { list-style: none; cursor: pointer; padding: 10px 15px; border: 1px solid var(--line); border-radius: 99px; font-size: 13px; font-weight: 700; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu nav { position: absolute; right: 0; top: 52px; width: 230px; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); display: flex; flex-direction: column; }
  .mobile-menu nav a { padding: 12px; border-radius: 10px; font-size: 14px; }
  .mobile-menu nav a:hover { background: var(--mist); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 480px; }
  .standard-list { grid-template-columns: repeat(3, 1fr); padding: 20px 0; gap: 22px; }
  .intro-grid, .split-heading, .training-grid, .cta-box { grid-template-columns: 1fr; gap: 48px; }
  .intro-copy { padding-top: 0; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .method-grid { grid-template-columns: repeat(2, 1fr); gap: 48px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 32px, 1180px); }
  .section-pad { padding: 78px 0; }
  .header-inner { height: 72px; }
  .brand { min-width: auto; }
  .brand-mark { width: 48px; height: 48px; }
  .brand-copy small { display: none; }
  .brand-copy strong { font-size: 11px; }
  .hero { padding-top: 62px; }
  .hero-grid { gap: 52px; min-height: 0; }
  .hero-copy h1 { font-size: 48px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: 430px; border-radius: 42px; }
  .hero-photo > img { height: 430px; }
  .hero-center strong { font-size: 27px; }
  .hero-note { display: none; }
  .orbit-c { left: 3%; }
  .standard-list { grid-template-columns: repeat(2, 1fr); }
  .intro-grid h2, .section-heading h2, .cta-box h2, .training-panel h2 { font-size: 38px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 255px; }
  .method-grid { grid-template-columns: 1fr; }
  .training-panel { padding: 48px 30px; }
  .training-topics { padding: 28px; }
  .cta-box { padding-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}

/* Inner pages */
.inner-hero { background: linear-gradient(180deg, #f9fbfa, #fff); padding-top: 105px; padding-bottom: 94px; border-bottom: 1px solid var(--line); }
.editorial-media { position: relative; margin-top: -42px; margin-bottom: 82px; }
.editorial-media img { width: 100%; height: clamp(340px, 48vw, 590px); object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
.editorial-media p { position: absolute; right: 22px; bottom: 22px; max-width: 390px; margin: 0; padding: 16px 19px; border-radius: 14px; background: rgba(12,36,48,.9); color: #fff; font-size: 13px; line-height: 1.55; backdrop-filter: blur(12px); }
.inner-hero-grid { display: grid; grid-template-columns: 1.22fr .58fr; gap: 10vw; align-items: end; }
.inner-hero h1, .legal-page h1 { max-width: 860px; margin: 0; font-size: clamp(50px, 6vw, 82px); line-height: 1.01; font-weight: 620; letter-spacing: -.055em; }
.inner-hero-copy > p { color: var(--muted); font-size: 18px; line-height: 1.7; }
.inner-hero-copy > span { display: block; margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--forest); font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.contact-band { background: var(--forest-dark); color: #fff; padding: 84px 0; }
.contact-band-inner { display: grid; grid-template-columns: 1.15fr .6fr; gap: 10vw; align-items: end; }
.contact-band h2 { margin: 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.07; letter-spacing: -.045em; font-weight: 610; }
.contact-band-inner > div:last-child > p { color: #c9ddd4; line-height: 1.7; }
.contact-band .button { margin-top: 15px; }

.service-index { background: var(--ink); color: #fff; padding: 48px 0; }
.service-index-grid { display: grid; grid-template-columns: .4fr 1.6fr; gap: 70px; }
.service-index-grid > p { color: var(--lime); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.service-index nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 50px; }
.service-index a { padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.15); color: #d6e0e3; font-size: 13px; }
.service-index a span { margin-right: 10px; color: var(--lime); font-size: 10px; }
.detailed-services { background: #fff; }
.detailed-service { display: grid; grid-template-columns: .25fr .85fr 1fr; gap: 55px; padding: 64px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 110px; }
.detailed-service:first-child { padding-top: 0; }
.service-meta { display: flex; align-items: flex-start; gap: 14px; color: var(--forest); font-size: 12px; }
.service-meta div { height: 1px; flex: 1; background: var(--line); margin-top: 8px; }
.service-description h2 { font-size: 32px; line-height: 1.18; letter-spacing: -.035em; font-weight: 610; }
.service-description p { color: var(--muted); line-height: 1.7; }
.detailed-service ul { margin: 0; padding: 0; list-style: none; }
.detailed-service li { position: relative; padding: 13px 0 13px 25px; border-bottom: 1px solid var(--line); color: #425a64; font-size: 14px; line-height: 1.5; }
.detailed-service li::before { content: ""; position: absolute; left: 2px; top: 20px; width: 6px; height: 6px; border-radius: 50%; background: var(--forest); }
.included-section { background: var(--mist); }
.included-grid, .learning-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 11vw; }
.included-grid h2, .standards-grid h2, .courses-intro h2, .learning-grid h2, .contact-person h2, .contact-prep h2 { font-size: clamp(38px, 4vw, 56px); line-height: 1.08; font-weight: 610; letter-spacing: -.045em; }
.included-list article { display: grid; grid-template-columns: 45px 1fr; gap: 25px; padding: 0 0 30px; margin-bottom: 30px; border-bottom: 1px solid #ccd9d4; }
.included-list article > span { color: var(--forest); font-size: 11px; }
.included-list h3 { margin-bottom: 8px; font-size: 19px; }
.included-list p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.standards-section, .courses-section { background: var(--ink); color: #fff; }
.standards-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; align-items: center; }
.standards-grid > div:first-child > p:not(.eyebrow) { color: #aec0c7; line-height: 1.7; }
.standards-grid .button { margin-top: 18px; }
.standard-cloud { display: flex; flex-wrap: wrap; gap: 13px; align-content: center; }
.standard-cloud span { padding: 15px 18px; border: 1px solid rgba(255,255,255,.17); border-radius: 99px; color: #dbe5e7; font-size: 11px; font-weight: 720; letter-spacing: .06em; }
.standard-cloud span:nth-child(3n+1) { background: rgba(185,219,120,.1); border-color: rgba(185,219,120,.28); color: #dff0bd; }

.formats-section { background: #fff; }
.format-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.format-grid article { min-height: 370px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; }
.format-grid article > span { color: var(--forest); font-size: 11px; }
.format-graphic { height: 110px; margin: 34px 0; display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 18px; background: var(--mist); }
.format-graphic i { display: block; width: 22px; height: 22px; border-radius: 50%; background: var(--forest); opacity: .25; }
.format-graphic i:nth-child(2) { width: 48px; height: 48px; opacity: 1; }
.format-grid h3 { font-size: 20px; }
.format-grid p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.courses-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 11vw; }
.courses-intro { position: sticky; top: 125px; align-self: start; }
.courses-intro > p:not(.eyebrow) { color: #b4c4c9; line-height: 1.7; }
.course-list { border-top: 1px solid rgba(255,255,255,.18); }
.course-list div { min-height: 74px; display: grid; grid-template-columns: 52px 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.18); }
.course-list span { color: var(--lime); font-size: 10px; }
.course-list strong { font-size: 15px; font-weight: 570; }
.learning-section { background: var(--mist); }
.learning-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: #cad7d2; }
.learning-points article { padding: 32px; background: var(--mist); }
.learning-points h3 { font-size: 18px; }
.learning-points p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.contact-main { background: #fff; }
.contact-main-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 11vw; }
.contact-person > span { display: block; color: var(--forest); font-size: 13px; font-weight: 700; }
.contact-person > p:not(.eyebrow) { margin-top: 35px; color: var(--muted); line-height: 1.75; }
.contact-options { border-top: 1px solid var(--line); }
.contact-options > * { min-height: 108px; padding: 20px 6px; display: grid; grid-template-columns: .65fr 1.4fr auto; gap: 20px; align-items: center; border-bottom: 1px solid var(--line); }
.contact-options > * > span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.contact-options strong { font-size: 16px; }
.contact-options a > span:last-child { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--forest); }
.contact-prep { background: var(--ink); color: #fff; }
.contact-prep-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; }
.contact-prep ol { margin: 0; padding: 0; list-style: none; }
.contact-prep li { display: grid; grid-template-columns: 45px 1fr; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.contact-prep li span { color: var(--lime); font-size: 10px; }
.contact-prep li p { margin: 0; color: #d1dde1; line-height: 1.55; }
.contact-final { background: var(--white); }
.contact-final-box { padding: 66px; display: flex; align-items: center; justify-content: space-between; gap: 60px; background: var(--mist); border: 1px solid var(--line); }
.contact-final-box h2 { margin: 0; font-size: clamp(36px, 4vw, 54px); letter-spacing: -.045em; }

.legal-page { min-height: 650px; background: var(--mist); }
.legal-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 11vw; }
.legal-page h1 { font-size: clamp(48px, 5vw, 72px); }
.legal-page h2 { margin-top: 42px; font-size: 22px; letter-spacing: -.02em; }
.legal-page p { color: var(--muted); line-height: 1.75; }
.legal-notice { padding: 25px; border-left: 4px solid #d39022; background: #fff5e5; }
.legal-notice strong { color: #8a5400; }
.legal-notice p { margin: 7px 0 0; color: #714d15; }

@media (max-width: 1020px) {
  .inner-hero-grid, .contact-band-inner, .included-grid, .standards-grid, .courses-grid, .learning-grid, .contact-main-grid, .contact-prep-grid, .legal-grid { grid-template-columns: 1fr; gap: 55px; }
  .service-index-grid { grid-template-columns: 1fr; gap: 18px; }
  .detailed-service { grid-template-columns: .2fr 1fr; }
  .detailed-service ul { grid-column: 2; }
  .format-grid { grid-template-columns: repeat(2, 1fr); }
  .courses-intro { position: static; }
}

@media (max-width: 680px) {
  .inner-hero { padding-top: 72px; }
  .inner-hero h1, .legal-page h1 { font-size: 46px; }
  .service-index nav { grid-template-columns: 1fr; }
  .detailed-service { grid-template-columns: 1fr; gap: 25px; }
  .detailed-service ul { grid-column: auto; }
  .format-grid, .learning-points { grid-template-columns: 1fr; }
  .format-grid article { min-height: 330px; }
  .contact-options > * { grid-template-columns: 1fr auto; gap: 8px; }
  .contact-options > * > span { grid-column: 1 / -1; }
  .contact-options strong { font-size: 14px; word-break: break-word; }
  .contact-final-box { padding: 38px 28px; flex-direction: column; align-items: flex-start; }
  .editorial-media { margin-top: -25px; margin-bottom: 55px; }
  .editorial-media img { height: 360px; border-radius: 20px; }
  .editorial-media p { position: static; margin-top: 12px; background: var(--ink); }
}
