/* Kontratista 9.0 — claridad, contraste y una experiencia más breve */
:root {
  --blue: #0151fb;
  --blue-dark: #0039b8;
  --blue-soft: #eaf0ff;
  --navy: #07182d;
  --navy-2: #102a48;
  --ktr-blue: #0151fb;
  --ktr-blue-dark: #0039b8;
  --ktr-blue-soft: #eaf0ff;
  --v7-blue: #0151fb;
  --v7-blue-dark: #0039b8;
  --v7-sky: #f0f4ff;
  --v7-navy: #07182d;
  --v7-navy-soft: #102a48;
  --ktr-brand: #0151fb;
  --ktr-brand-hover: #0039b8;
  --ktr-brand-deep: #002b86;
  --ktr-brand-soft: #eaf0ff;
  --ktr-brand-pale: #f5f7ff;
  --ktr-navy: #07182d;
  --ktr-navy-2: #102a48;
  --ktr-ink: #15243a;
  --ktr-muted: #52657b;
  --ktr-line: #d8e0eb;
  --ktr-paper: #f7f8fb;
  --ktr-warm: #f4f1eb;
  --ktr-white: #fff;
  --ktr-shadow: 0 24px 64px rgba(7, 24, 45, .13);
}

/* Paleta de marca y contraste de controles públicos */
body { color: var(--ktr-ink); background: var(--ktr-white); }
p { color: var(--ktr-muted); }
:focus-visible { outline: 3px solid rgba(0, 80, 248, .42); outline-offset: 3px; }
.eyebrow { color: var(--ktr-brand-deep); }
.eyebrow.light { color: #bcd0ff; }
.main-nav > a:not(.button)::after { background: var(--ktr-brand); }
.text-link span, .model-card .text-link span { color: var(--ktr-brand); }

.button,
.mobile-quote-cta {
  border-color: transparent;
  font-weight: 800;
}
.button-primary,
.nav-cta,
.mobile-quote-cta {
  background: var(--ktr-brand);
  color: #fff;
  box-shadow: 0 13px 30px rgba(0, 80, 248, .24);
}
.button-primary:hover,
.button-primary:focus-visible,
.nav-cta:hover,
.nav-cta:focus-visible,
.mobile-quote-cta:hover,
.mobile-quote-cta:focus-visible {
  background: var(--ktr-brand-hover);
  color: #fff;
  box-shadow: 0 16px 34px rgba(0, 57, 184, .28);
}
.button-dark {
  background: var(--ktr-navy);
  color: #fff;
  box-shadow: none;
}
.button-dark:hover,
.button-dark:focus-visible {
  background: var(--ktr-navy-2);
  color: #fff;
}
.button-secondary,
.button-light {
  border-color: #aebbc9;
  background: #fff;
  color: var(--ktr-navy);
  box-shadow: none;
}
.button-secondary:hover,
.button-secondary:focus-visible,
.button-light:hover,
.button-light:focus-visible {
  border-color: var(--ktr-brand);
  background: var(--ktr-brand-soft);
  color: var(--ktr-brand-deep);
}
.button-ghost {
  border-color: rgba(255,255,255,.58);
  background: rgba(255,255,255,.08);
  color: #fff;
  box-shadow: none;
}
.button-ghost:hover,
.button-ghost:focus-visible {
  border-color: #fff;
  background: #fff;
  color: var(--ktr-navy);
}
.button[disabled], .mobile-quote-cta[aria-disabled="true"] { opacity: .62; }

.trust-bar { background: var(--ktr-navy); }
.trust-dot { background: #4ecf9a; }

/* Portada */
.v9-section-head { max-width: 850px; margin-bottom: 40px; }
.v9-section-head h2 { margin: 0 0 15px; font-size: clamp(2.3rem, 4.3vw, 3.85rem); line-height: 1.08; }
.v9-section-head h2 strong { color: var(--ktr-brand-deep); }
.v9-section-head > p:not(.eyebrow),
.v9-section-head > div + div > p,
.v9-section-head-split > p { font-size: 1.08rem; }
.v9-section-head-split { max-width: none; display: grid; grid-template-columns: 1.08fr .82fr; gap: 70px; align-items: end; }

.v9-hero { position: relative; min-height: 650px; display: flex; align-items: center; isolation: isolate; overflow: hidden; background: var(--ktr-navy); }
.v9-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(5,18,34,.99) 0%, rgba(5,18,34,.95) 50%, rgba(5,18,34,.58) 74%, rgba(5,18,34,.2) 100%); }
.v9-hero-image { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.v9-hero-grid { display: grid; grid-template-columns: minmax(0, 820px) 1fr; padding-top: 68px; padding-bottom: 70px; }
.v9-hero-copy h1 { max-width: 900px; margin: 0 0 23px; color: #fff; font-size: clamp(3.15rem, 5.5vw, 5.25rem); font-weight: 770; line-height: 1.015; letter-spacing: -.052em; }
.v9-hero-copy h1 strong { display: block; color: #d4e0ff; font: inherit; }
.v9-hero-copy > p:not(.eyebrow) { max-width: 760px; margin-bottom: 29px; color: #d2dde8; font-size: 1.16rem; line-height: 1.67; }
.v9-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.v9-link-light { display: inline-flex; align-items: center; color: #fff; font-weight: 790; text-decoration: underline; text-decoration-color: rgba(255,255,255,.5); text-underline-offset: 5px; }
.v9-link-light:hover, .v9-link-light:focus-visible { color: #dce5ff; }
.v9-proof { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 820px; margin: 36px 0 0; padding: 23px 0 0; border-top: 1px solid rgba(255,255,255,.18); list-style: none; }
.v9-proof li { padding-right: 21px; }
.v9-proof li + li { padding-left: 21px; border-left: 1px solid rgba(255,255,255,.15); }
.v9-proof strong, .v9-proof span { display: block; }
.v9-proof strong { color: #fff; font-size: .99rem; }
.v9-proof span { margin-top: 4px; color: #c5d2df; font-size: .94rem; line-height: 1.48; }

/* La pieza familia–celular se muestra completa y ocupa el protagonismo del segundo bloque. */
.v9-mobile { padding: clamp(66px, 6.8vw, 92px) 0; background: var(--ktr-brand-pale); }
.v9-mobile-wrap { width: min(calc(100% - 56px), 1480px); margin-inline: auto; }
.v9-mobile-grid { display: grid; grid-template-columns: minmax(0, 1.48fr) minmax(390px, .72fr); gap: clamp(34px, 3.8vw, 58px); align-items: center; }
.v9-mobile-media { position: relative; margin: 0; overflow: hidden; border: 1px solid #cbd8e8; border-radius: 22px; background: #fff; box-shadow: var(--ktr-shadow); }
.v9-mobile-media img { display: block; width: 100%; height: auto !important; aspect-ratio: auto !important; object-fit: contain !important; object-position: center !important; }
.v9-mobile-media figcaption { position: absolute; top: 20px; right: 20px; left: 20px; width: min(560px, calc(100% - 40px)); padding: 15px 17px; border: 1px solid rgba(255,255,255,.24); border-radius: 12px; background: rgba(7,24,45,.9); color: #e8eef6; font-size: .96rem; line-height: 1.5; box-shadow: 0 14px 34px rgba(7,24,45,.22); backdrop-filter: blur(8px); }
.v9-mobile-media figcaption strong { display: block; margin-bottom: 2px; color: #fff; }
.v9-mobile-copy { padding-top: 4px; }
.v9-mobile-copy h2 { margin-bottom: 15px; font-size: clamp(2.15rem, 3.25vw, 3.35rem); line-height: 1.055; }
.v9-mobile-copy h2 strong { color: var(--ktr-brand-deep); }
.v9-mobile-copy > p:not(.eyebrow) { margin-bottom: 18px; font-size: 1.04rem; }
.v9-need-tabs { display: grid; gap: 8px; margin-bottom: 12px; }
.v9-need-tabs button { width: 100%; min-height: 51px; display: grid; grid-template-columns: 32px 1fr; gap: 10px; align-items: center; padding: 8px 12px; border: 1px solid #c8d4e2; border-radius: 10px; background: #fff; color: var(--ktr-ink); font: inherit; font-size: .95rem; font-weight: 790; text-align: left; transition: border-color .18s, background .18s, color .18s; }
.v9-need-tabs button > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--ktr-brand-soft); color: var(--ktr-brand-deep); font-size: .88rem; font-weight: 850; }
.v9-need-tabs button:hover { border-color: var(--ktr-brand); background: #f8faff; }
.v9-need-tabs button[aria-selected="true"] { border-color: var(--ktr-brand); background: var(--ktr-brand); color: #fff; box-shadow: 0 10px 24px rgba(0,80,248,.16); }
.v9-need-tabs button[aria-selected="true"] > span { background: #fff; color: var(--ktr-brand-deep); }
.v9-need-tabs button:focus-visible { outline-offset: 2px; }
.v9-need-panels { margin-bottom: 18px; }
.v9-need-panels article { padding: 16px 18px; border: 1px solid var(--ktr-line); border-radius: 11px; background: #fff; }
.v9-need-panels article[hidden] { display: none; }
.v9-need-panels article:not([hidden]) { animation: v9-panel-in .24s ease both; }
.v9-need-panels h3 { margin-bottom: 7px; font-size: 1.17rem; letter-spacing: -.025em; }
.v9-need-panels p { margin-bottom: 10px; font-size: .95rem; line-height: 1.52; }
.v9-need-panels strong { display: block; padding-top: 11px; border-top: 1px solid var(--ktr-line); color: var(--ktr-brand-deep); font-size: .97rem; }

/* Servicios interactivos */
.v9-services { padding: clamp(78px, 8vw, 106px) 0; background: #fff; }
.v9-stage-shell { overflow: hidden; border: 1px solid var(--ktr-line); border-radius: 16px; background: var(--ktr-paper); box-shadow: 0 17px 45px rgba(7,24,45,.07); }
.v9-stage-tabs { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--ktr-line); background: #fff; }
.v9-stage-tabs button { min-height: 102px; display: grid; grid-template-columns: 37px 1fr; gap: 10px; align-items: center; padding: 16px; border: 0; border-right: 1px solid var(--ktr-line); background: #fff; color: #41566d; font: inherit; text-align: left; transition: background .18s, color .18s; }
.v9-stage-tabs button:last-child { border-right: 0; }
.v9-stage-tabs button > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--ktr-brand-soft); color: var(--ktr-brand-deep); font-size: .88rem; font-weight: 850; }
.v9-stage-tabs button strong { font-size: .94rem; line-height: 1.36; }
.v9-stage-tabs button:hover { background: var(--ktr-brand-pale); color: var(--ktr-navy); }
.v9-stage-tabs button[aria-selected="true"] { background: var(--ktr-navy); color: #fff; }
.v9-stage-tabs button[aria-selected="true"] > span { background: var(--ktr-brand); color: #fff; }
.v9-stage-tabs button:focus-visible { position: relative; z-index: 1; outline-offset: -3px; }
.v9-stage-panels article { display: grid; grid-template-columns: 1.08fr .72fr; gap: 58px; align-items: center; min-height: 350px; padding: clamp(31px, 5vw, 55px); }
.v9-stage-panels article[hidden] { display: none; }
.v9-stage-panels article:not([hidden]),
.how-v7-panels article:not([hidden]) { animation: v9-panel-in .24s ease both; }
.v9-stage-copy h3 { max-width: 710px; margin-bottom: 14px; font-size: clamp(2rem, 3.4vw, 3.1rem); }
.v9-stage-copy > p:not(.eyebrow) { max-width: 720px; margin-bottom: 22px; font-size: 1.04rem; }
.v9-stage-panels ul { display: grid; gap: 0; margin: 0; padding: 0; border-top: 1px solid var(--ktr-line); list-style: none; }
.v9-stage-panels li { display: grid; grid-template-columns: 31px 1fr; gap: 11px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--ktr-line); color: var(--ktr-ink); font-weight: 720; }
.v9-stage-panels li span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--ktr-brand-soft); color: var(--ktr-brand-deep); font-size: .88rem; font-weight: 900; }
.v9-service-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 24px; overflow: hidden; border: 1px solid var(--ktr-line); border-radius: 12px; background: var(--ktr-line); }
.v9-service-links a { position: relative; min-height: 132px; display: grid; align-content: center; padding: 20px 43px 20px 20px; background: #fff; }
.v9-service-links a:hover { background: var(--ktr-brand-pale); }
.v9-service-links span, .v9-service-links strong { display: block; }
.v9-service-links span { margin-bottom: 6px; color: var(--ktr-brand-deep); font-size: .89rem; font-weight: 800; }
.v9-service-links strong { color: var(--ktr-navy); font-size: 1.03rem; line-height: 1.36; }
.v9-service-links i { position: absolute; top: 50%; right: 18px; color: var(--ktr-brand); font-style: normal; font-size: 1.25rem; transform: translateY(-50%); }

/* Ideas y educación, separados visualmente */
.v9-content-hub { padding: clamp(78px, 8vw, 108px) 0; background: var(--ktr-paper); }
.v9-ideas-block, .v9-guides-block { border: 1px solid var(--ktr-line); border-radius: 17px; background: #fff; }
.v9-guides-block { margin-top: 24px; }
.v9-block-head { display: flex; justify-content: space-between; gap: 28px; align-items: flex-end; padding: 28px 30px; border-bottom: 1px solid var(--ktr-line); }
.v9-block-head span { display: block; margin-bottom: 5px; color: var(--ktr-brand-deep); font-size: .9rem; font-weight: 820; }
.v9-block-head h3 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.65rem); }
.v9-block-head > a { flex: 0 0 auto; color: var(--ktr-navy); font-weight: 800; }
.v9-block-head > a span { display: inline; margin-left: 5px; color: var(--ktr-brand); }
.v9-idea-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.v9-idea-grid article { min-width: 0; border-right: 1px solid var(--ktr-line); }
.v9-idea-grid article:last-child { border-right: 0; }
.v9-idea-grid article > a { height: 100%; display: flex; flex-direction: column; }
.v9-idea-grid img { display: block; width: 100%; height: auto !important; aspect-ratio: 16 / 9 !important; object-fit: cover; }
.v9-idea-grid article > a > div { flex: 1; display: flex; flex-direction: column; padding: 20px; }
.v9-idea-grid article > a > div > span { color: var(--ktr-brand-deep); font-size: .88rem; font-weight: 800; }
.v9-idea-grid h4 { margin: 8px 0 9px; color: var(--ktr-navy); font-size: 1.16rem; line-height: 1.27; }
.v9-idea-grid p { margin-bottom: 16px; font-size: .94rem; line-height: 1.5; }
.v9-idea-grid strong { margin-top: auto; color: var(--ktr-navy); font-size: .91rem; }
.v9-idea-grid strong i { margin-left: 5px; color: var(--ktr-brand); font-style: normal; }
.v9-idea-grid article > a:hover { background: var(--ktr-brand-pale); }
.v9-guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.v9-guide-grid article { border-right: 1px solid var(--ktr-line); }
.v9-guide-grid article:last-child { border-right: 0; }
.v9-guide-grid a { height: 100%; display: flex; flex-direction: column; padding: 0; }
.v9-guide-grid a:hover { background: var(--ktr-brand-pale); }
.v9-guide-grid img { display: block; width: 100%; height: auto !important; aspect-ratio: 16 / 9 !important; object-fit: cover; }
.v9-guide-grid a > div { flex: 1; display: flex; flex-direction: column; padding: 20px; }
.v9-guide-grid a > div > span { color: var(--ktr-brand-deep); font-size: .88rem; font-weight: 800; }
.v9-guide-grid h4 { margin: 10px 0; color: var(--ktr-navy); font-size: 1.28rem; line-height: 1.31; }
.v9-guide-grid p { margin-bottom: 19px; font-size: .96rem; }
.v9-guide-grid strong { margin-top: auto; color: var(--ktr-navy); font-size: .93rem; }
.v9-guide-grid strong i { margin-left: 5px; color: var(--ktr-brand); font-style: normal; }

/* Las fotografías editoriales conservan siempre su proporción real. */
.model-card .card-media,
.article-card .card-media,
.service-card .card-media {
  display: block;
  width: 100%;
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
  object-fit: cover;
}
.service-detail-image,
.article-cover-image,
.detail-visual {
  width: 100%;
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
  object-fit: cover;
}

.v9-final { padding: 0 0 clamp(78px, 8vw, 106px); background: var(--ktr-paper); }
.v9-final-card { display: grid; grid-template-columns: 1fr auto; gap: 55px; align-items: center; padding: clamp(34px, 5vw, 58px); border-radius: 18px; background: var(--ktr-navy); box-shadow: var(--ktr-shadow); }
.v9-final-card h2 { max-width: 840px; margin-bottom: 13px; color: #fff; font-size: clamp(2rem, 3.7vw, 3.4rem); }
.v9-final-card p:not(.eyebrow) { max-width: 790px; margin: 0; color: #c9d5e1; font-size: 1.03rem; }
.v9-final-card > div:last-child { display: grid; gap: 10px; justify-items: stretch; text-align: center; }
.v9-final-card small { color: #c2cfda; font-size: .9rem; }

/* Visuales editoriales sin fotografías repetidas */
.service-art,
.article-art,
.model-art { position: relative; overflow: hidden; width: 100%; min-height: 210px; display: grid; align-content: end; padding: 24px; background: var(--ktr-brand-pale); color: var(--ktr-navy); }
.service-art::before,
.article-art::before,
.model-art::before { content: ""; position: absolute; inset: 17px 17px auto auto; width: 88px; height: 88px; border: 1px solid rgba(0,80,248,.24); border-radius: 50%; }
.service-art::after,
.article-art::after,
.model-art::after { content: ""; position: absolute; inset: 35px 35px auto auto; width: 52px; height: 52px; border-radius: 50%; background: var(--ktr-brand); opacity: .12; }
.service-art > span,
.article-art > span,
.model-art > span { position: relative; z-index: 1; display: block; margin-bottom: 7px; color: var(--ktr-brand-deep); font-size: .88rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.service-art strong,
.article-art strong,
.model-art strong { position: relative; z-index: 1; max-width: 90%; color: var(--ktr-navy); font-size: 1.22rem; line-height: 1.28; }
.service-art i,
.article-art i { position: absolute; top: 24px; left: 24px; color: var(--ktr-brand); font: 850 2rem/1 Inter, sans-serif; }
.service-art.service-detail-image { min-height: 500px; align-content: center; padding: clamp(32px,5vw,62px); }
.service-art.service-detail-image strong { max-width: 720px; font-size: clamp(2rem,4vw,3.7rem); }
.service-art.service-detail-image i { top: 50px; left: 50px; font-size: 3rem; }
.service-art.service-detail-image::before { width: 220px; height: 220px; }
.service-art.service-detail-image::after { width: 150px; height: 150px; }
.article-art { min-height: 240px; background: linear-gradient(145deg, var(--ktr-brand-pale), #fff); }
.article-art.article-cover-image { min-height: 440px; padding: clamp(30px,5vw,58px); }
.article-art.article-cover-image strong { max-width: 820px; font-size: clamp(1.9rem,4vw,3.6rem); }
.article-art.article-cover-image i { top: 48px; left: 48px; font-size: 3rem; }
.article-art.article-cover-image::before { width: 220px; height: 220px; }
.article-art.article-cover-image::after { width: 150px; height: 150px; }
.article-card .article-art { aspect-ratio: 16/10; min-height: 0; }
.model-art { min-height: 260px; background: linear-gradient(145deg, #fff, var(--ktr-brand-soft)); }
.model-art::before { inset: -55px -35px auto auto; width: 210px; height: 210px; border-width: 28px; border-color: rgba(0,80,248,.1); }
.model-art::after { inset: auto auto 22px 22px; width: 62%; height: 1px; border-radius: 0; background: var(--ktr-brand); opacity: .45; }
.model-art.detail-visual { min-height: 520px; align-content: center; padding: clamp(32px,5vw,62px); }
.model-art.detail-visual strong { max-width: 760px; font-size: clamp(2rem,4vw,3.7rem); }
.service-card-grid-wide .service-card:nth-child(1) .service-art,
.service-card-grid-wide .service-card:nth-child(6) .service-art { height: 100%; min-height: 100%; }

/* Refuerzo de contraste en páginas internas y formulario */
.request-progress button.is-active > span { border-color: var(--ktr-brand); background: var(--ktr-brand); color: #fff; box-shadow: 0 0 0 6px rgba(0,80,248,.15); }
.request-progress button.is-complete > span { color: #fff; }
.filter-bar .button { color: #fff; }
.model-card .eyebrow, .article-card .eyebrow { color: var(--ktr-brand-deep); }
.how-v7-tabs button[aria-selected="true"] { background: var(--ktr-navy); color: #fff; }
.how-v7-tabs button[aria-selected="true"] > span { background: var(--ktr-brand); color: #fff; }
.how-v7-tabs button:hover { background: var(--ktr-brand-pale); color: var(--ktr-navy); }
.how-v7-tabs button[aria-selected="true"]:hover { background: var(--ktr-navy); color: #fff; }
.how-v7-tabs button:focus-visible { outline-color: rgba(0,80,248,.55); }

/* Ningún texto funcional importante baja de un tamaño cómodo de lectura. */
.setup-bar,
.breadcrumbs,
.article-card-meta,
.form-grid label > span,
.choice-card small,
.submission-note,
.consent,
.footer-bottom,
.footer-grid h2,
.footer-grid > div:not(.footer-brand) a { font-size: max(.88rem, 14px); }
.button-small { font-size: max(.9rem, 14px); }

@media (max-width: 1120px) {
  .v9-hero-grid { grid-template-columns: minmax(0, 760px) 1fr; }
  .v9-mobile-wrap { width: min(calc(100% - 40px), 1480px); }
  .v9-mobile-grid { grid-template-columns: minmax(0, 1.3fr) minmax(370px, .7fr); gap: 32px; }
  .v9-mobile-copy h2 { font-size: clamp(2.05rem, 3.5vw, 2.75rem); }
  .v9-section-head-split { gap: 46px; }
  .v9-stage-tabs button { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .v9-idea-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .v9-service-links { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 920px) {
  .v9-hero::after { background: linear-gradient(90deg, rgba(5,18,34,.98), rgba(5,18,34,.78)); }
  .v9-mobile-grid, .v9-section-head-split, .v9-stage-panels article, .v9-final-card { grid-template-columns: 1fr; }
  .v9-mobile-wrap { width: min(calc(100% - 36px), 820px); }
  .v9-mobile-media { width: 100%; justify-self: stretch; }
  .v9-mobile-copy { padding-top: 8px; }
  .v9-stage-tabs { grid-template-columns: repeat(2, 1fr); }
  .v9-stage-tabs button { grid-template-columns: 37px 1fr; justify-items: start; text-align: left; border-bottom: 1px solid var(--ktr-line); }
  .v9-stage-tabs button:nth-child(2) { border-right: 0; }
  .v9-stage-tabs button:nth-last-child(-n+2) { border-bottom: 0; }
  .v9-stage-panels article { gap: 32px; }
  .v9-idea-grid,
  .v9-guide-grid { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(290px, 72%); overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: thin; }
  .v9-idea-grid article,
  .v9-guide-grid article { border-right: 1px solid var(--ktr-line); border-bottom: 0; scroll-snap-align: start; }
  .v9-idea-grid article:last-child,
  .v9-guide-grid article:last-child { border-right: 0; }
  .v9-final-card { gap: 28px; }
  .v9-final-card > div:last-child { justify-items: start; text-align: left; }
  .service-card-grid-wide .service-card:nth-child(1) .service-art,
  .service-card-grid-wide .service-card:nth-child(6) .service-art { min-height: 210px; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .v9-hero { min-height: auto; }
  .v9-hero::after { background: linear-gradient(0deg, rgba(5,18,34,.99) 15%, rgba(5,18,34,.94) 72%, rgba(5,18,34,.55)); }
  .v9-hero-image { object-position: 64% center; }
  .v9-hero-grid { padding-top: 58px; padding-bottom: 56px; }
  .v9-hero-copy h1 { font-size: clamp(2.55rem, 11.5vw, 3.55rem); }
  .v9-hero-copy > p:not(.eyebrow) { font-size: 1.02rem; }
  .v9-actions { align-items: stretch; flex-direction: column; }
  .v9-actions .button { width: 100%; }
  .v9-link-light { justify-content: center; text-align: center; }
  .v9-proof { grid-template-columns: 1fr; gap: 13px; }
  .v9-proof li, .v9-proof li + li { padding: 0; border: 0; }
  .v9-mobile, .v9-services, .v9-content-hub { padding-top: 66px; padding-bottom: 66px; }
  .v9-mobile-copy h2, .v9-section-head h2 { font-size: clamp(2.08rem, 9vw, 2.8rem); }
  .v9-need-tabs button { font-size: .94rem; }
  .v9-section-head { margin-bottom: 29px; }
  .v9-section-head-split { gap: 15px; }
  .v9-stage-tabs { grid-template-columns: 1fr; }
  .v9-stage-tabs button { min-height: 68px; grid-template-columns: 37px 1fr; border-right: 0; border-bottom: 1px solid var(--ktr-line) !important; }
  .v9-stage-tabs button:last-child { border-bottom: 0 !important; }
  .v9-stage-panels article { min-height: 0; padding: 26px 20px; }
  .v9-stage-copy h3 { font-size: 2rem; }
  .v9-stage-copy .button { width: 100%; }
  .v9-service-links { grid-template-columns: 1fr; }
  .v9-service-links a { min-height: 104px; }
  .v9-block-head { align-items: flex-start; flex-direction: column; padding: 23px 20px; }
  .v9-idea-grid,
  .v9-guide-grid { grid-auto-columns: minmax(270px, 88%); }
  .v9-idea-grid article, .v9-idea-grid article:nth-child(2), .v9-idea-grid article:nth-child(3), .v9-guide-grid article { border-top: 0; border-bottom: 0; }
  .v9-guide-grid a > div { padding: 20px; }
  .v9-final { padding-bottom: 80px; }
  .v9-final-card { padding: 30px 22px; }
  .v9-final-card .button { width: 100%; }
  .service-art.service-detail-image, .article-art.article-cover-image, .model-art.detail-visual { min-height: 350px; }
}

@media (prefers-reduced-motion: reduce) {
  .v9-need-tabs button, .v9-stage-tabs button, .v9-service-links a, .v9-idea-grid article > a, .v9-guide-grid a { transition: none; }
  .v9-need-panels article:not([hidden]), .v9-stage-panels article:not([hidden]), .how-v7-panels article:not([hidden]) { animation: none; }
}

@keyframes v9-panel-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}
