/* Kontratista 7.0 — experiencia centrada en el cliente */
:root {
  --v7-blue: #0a4fa3;
  --v7-blue-dark: #063367;
  --v7-navy: #06192b;
  --v7-navy-soft: #0b2a43;
  --v7-sky: #eef5fa;
  --v7-paper: #f7f9fa;
  --v7-warm: #f4f1ec;
  --v7-ink: #162433;
  --v7-muted: #4f6272;
  --v7-line: #d7e1e8;
  --v7-shadow: 0 24px 62px rgba(6, 25, 43, .14);
}

.home-v7 main strong,
.how-v7 main strong { font-weight: 800; }

.v7-section-head { max-width: 850px; margin-bottom: 42px; }
.v7-section-head.centered { margin-right: auto; margin-left: auto; text-align: center; }
.v7-section-head h2 { margin: 0 0 16px; font-size: clamp(2.35rem, 4.4vw, 4rem); line-height: 1.08; }
.v7-section-head h2 strong { color: var(--v7-blue-dark); }
.v7-section-head > p:not(.eyebrow),
.v7-section-head > div + div > p,
.v7-section-head-split > p { font-size: 1.08rem; }
.v7-section-head-split { max-width: none; display: grid; grid-template-columns: 1.12fr .78fr; gap: 74px; align-items: end; }

/* Hero */
.v7-hero { position: relative; min-height: 690px; display: flex; align-items: center; isolation: isolate; overflow: hidden; background: var(--v7-navy); }
.v7-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(4,18,31,.99) 0%, rgba(4,18,31,.95) 48%, rgba(4,18,31,.56) 74%, rgba(4,18,31,.18) 100%); }
.v7-hero-image { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.v7-hero-grid { display: grid; grid-template-columns: minmax(0, 790px) 1fr; padding-top: 76px; padding-bottom: 78px; }
.v7-hero-copy h1 { max-width: 820px; margin: 0 0 24px; color: #fff; font-size: clamp(3.35rem, 5.8vw, 5.6rem); font-weight: 760; line-height: 1.01; letter-spacing: -.052em; }
.v7-hero-copy h1 strong { color: #b9d9f0; }
.v7-hero-copy > p:not(.eyebrow) { max-width: 735px; margin-bottom: 30px; color: #d4e0e7; font-size: 1.17rem; line-height: 1.68; }
.v7-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 21px; }
.v7-link-light { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-weight: 790; text-decoration: underline; text-decoration-color: rgba(255,255,255,.42); text-underline-offset: 5px; }
.v7-link-light:hover { color: #d8edf9; }
.v7-hero-points { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 790px; margin: 39px 0 0; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.18); list-style: none; }
.v7-hero-points li { padding-right: 21px; }
.v7-hero-points li + li { padding-left: 21px; border-left: 1px solid rgba(255,255,255,.15); }
.v7-hero-points strong, .v7-hero-points span { display: block; }
.v7-hero-points strong { color: #fff; font-size: .98rem; }
.v7-hero-points span { margin-top: 4px; color: #c5d3dc; font-size: .94rem; line-height: 1.5; }

/* Familia + experiencia móvil */
.v7-mobile-story { padding: clamp(84px, 9vw, 120px) 0; background: var(--v7-sky); }
.v7-mobile-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(48px, 7vw, 90px); align-items: center; }
.v7-mobile-media { position: relative; overflow: hidden; border-radius: 16px; background: #dbe4e9; box-shadow: var(--v7-shadow); }
.v7-mobile-media img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.v7-photo-caption { position: absolute; top: 18px; left: 18px; max-width: 350px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.48); border-radius: 10px; background: rgba(6,25,43,.86); color: #fff; font-size: .95rem; font-weight: 720; backdrop-filter: blur(8px); }
.v7-mobile-copy h2 { margin-bottom: 21px; font-size: clamp(2.45rem, 4.5vw, 4.15rem); line-height: 1.07; }
.v7-mobile-copy h2 strong { color: var(--v7-blue-dark); }
.v7-mobile-copy > p:not(.eyebrow) { margin-bottom: 27px; font-size: 1.08rem; }
.v7-quick-flow { display: grid; gap: 0; margin: 0 0 28px; padding: 0; border-top: 1px solid var(--v7-line); list-style: none; }
.v7-quick-flow li { display: grid; grid-template-columns: 46px 1fr; gap: 16px; align-items: start; padding: 17px 0; border-bottom: 1px solid var(--v7-line); }
.v7-quick-flow li > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--v7-blue-dark); font-size: .9rem; font-weight: 850; box-shadow: 0 7px 18px rgba(6,25,43,.08); }
.v7-quick-flow strong { display: block; color: var(--v7-navy); font-size: 1.06rem; }
.v7-quick-flow p { margin: 2px 0 0; font-size: .98rem; }

.v7-problem-solver { margin-top: clamp(80px, 10vw, 124px); }
.v7-problem-solver .v7-section-head { margin-bottom: 31px; }
.v7-problem-tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 8px; border: 1px solid var(--v7-line); border-radius: 14px; background: #fff; }
.v7-problem-tabs button { min-height: 74px; display: flex; gap: 11px; align-items: center; justify-content: center; padding: 12px 14px; border: 0; border-radius: 9px; background: transparent; color: #354b5d; font: inherit; font-size: .96rem; font-weight: 760; cursor: pointer; transition: background .2s, color .2s, transform .2s; }
.v7-problem-tabs button > span { color: var(--v7-blue-dark); font-size: .88rem; }
.v7-problem-tabs button:hover { background: var(--v7-sky); color: var(--v7-navy); }
.v7-problem-tabs button[aria-selected="true"] { background: var(--v7-navy); color: #fff; box-shadow: 0 9px 22px rgba(6,25,43,.18); }
.v7-problem-tabs button[aria-selected="true"] > span { color: #b9d9f0; }
.v7-problem-tabs button:focus-visible { outline: 3px solid rgba(10,79,163,.35); outline-offset: 2px; }
.v7-problem-panels { margin-top: 15px; }
.v7-problem-panels article { display: grid; grid-template-columns: .88fr 62px 1.12fr; gap: 24px; align-items: stretch; padding: clamp(28px, 4.5vw, 52px); border: 1px solid var(--v7-line); border-radius: 14px; background: #fff; box-shadow: 0 18px 48px rgba(6,25,43,.08); }
.v7-problem-panels article[hidden] { display: none; }
.v7-concern, .v7-solution { padding: 8px; }
.v7-concern > span, .v7-solution > span { display: block; margin-bottom: 11px; color: var(--v7-blue-dark); font-size: .9rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.v7-concern h3, .v7-solution h3 { margin: 0; color: var(--v7-navy); font-size: clamp(1.45rem, 2.5vw, 2rem); line-height: 1.24; }
.v7-solution p { margin: 12px 0; font-size: 1rem; }
.v7-solution strong { display: block; padding-top: 13px; border-top: 1px solid var(--v7-line); color: var(--v7-blue-dark); font-size: 1rem; }
.v7-solution-arrow { display: grid; place-items: center; color: var(--v7-blue); font-size: 2.35rem; font-weight: 400; }

/* Servicios y etapas */
.v7-services { background: #fff; }
.v7-stage-line { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 34px; border: 1px solid var(--v7-line); border-radius: 13px; background: var(--v7-paper); }
.v7-stage-line article { min-height: 190px; display: grid; grid-template-columns: 45px 1fr; gap: 17px; padding: 29px; border-right: 1px solid var(--v7-line); }
.v7-stage-line article:last-child { border-right: 0; }
.v7-stage-line article > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--v7-blue); color: #fff; font-size: .9rem; font-weight: 850; }
.v7-stage-line h3 { margin: 3px 0 8px; font-size: 1.34rem; }
.v7-stage-line p { margin: 0; font-size: .98rem; }
.v7-service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.v7-service-card { overflow: hidden; border: 1px solid var(--v7-line); border-radius: 11px; background: #fff; transition: transform .22s, box-shadow .22s; }
.v7-service-card:hover { transform: translateY(-5px); box-shadow: var(--v7-shadow); }
.v7-service-media { height: 178px; overflow: hidden; background: #e4eaee; }
.v7-service-media img { width: 100%; height: 100%; object-fit: cover; }
.v7-service-card > a > div:last-child { padding: 22px; }
.v7-service-card .eyebrow { min-height: 34px; margin-bottom: 5px; font-size: .86rem; }
.v7-service-card h3 { margin-bottom: 10px; font-size: 1.28rem; }
.v7-service-card p:not(.eyebrow) { min-height: 106px; margin-bottom: 17px; font-size: .96rem; line-height: 1.58; }
.v7-service-card strong { color: var(--v7-navy); font-size: .94rem; }
.v7-service-card strong span { color: var(--v7-blue); }

/* Prevención */
.v7-risk { padding: clamp(86px, 9vw, 118px) 0; background: var(--v7-navy); }
.v7-risk-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 82px; align-items: start; }
.v7-risk-intro { position: sticky; top: 120px; }
.v7-risk-intro h2 { margin-bottom: 20px; color: #fff; font-size: clamp(2.5rem, 4.5vw, 4.2rem); }
.v7-risk-intro > p:not(.eyebrow) { margin-bottom: 28px; color: #bccbd4; font-size: 1.08rem; }
.v7-risk-cards { border-top: 1px solid rgba(255,255,255,.17); }
.v7-risk-cards article { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 29px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.v7-risk-cards article > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: rgba(185,217,240,.12); color: #c9e2f3; font-size: .9rem; font-weight: 850; }
.v7-risk-cards h3 { margin: 3px 0 8px; color: #fff; font-size: 1.4rem; }
.v7-risk-cards article p { margin: 0; color: #c5d3db; font-size: 1rem; }
.v7-risk-source { padding-top: 21px; color: #aebfca; font-size: .94rem; }
.v7-risk-source a { color: #e5f2fb; text-decoration: underline; text-underline-offset: 3px; }

/* Equipo */
.v7-builders { background: var(--v7-navy-soft); }
.v7-builders-grid { width: min(100%, 1440px); display: grid; grid-template-columns: 1.05fr .95fr; }
.v7-builders-photo { min-height: 620px; }
.v7-builders-photo img { width: 100%; height: 100%; object-fit: cover; }
.v7-builders-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 6vw, 76px); }
.v7-builders-copy h2 { margin-bottom: 20px; color: #fff; font-size: clamp(2.35rem, 4.15vw, 3.9rem); }
.v7-builders-copy > p:not(.eyebrow) { color: #c7d5dd; font-size: 1.06rem; }
.v7-builders-copy ul { display: grid; gap: 10px; margin: 22px 0 28px; padding: 21px 0; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); color: #fff; list-style: none; }
.v7-builders-copy li { position: relative; padding-left: 25px; }
.v7-builders-copy li::before { content: "✓"; position: absolute; left: 0; color: #b9d9f0; font-weight: 850; }

/* Ideas y guías */
.v7-content { background: var(--v7-warm); }
.v7-content-columns { display: grid; grid-template-columns: 1.05fr .95fr; gap: 43px; }
.v7-content-title { display: flex; justify-content: space-between; gap: 18px; align-items: center; margin-bottom: 17px; }
.v7-content-title h3 { margin: 0; font-size: 1.45rem; }
.v7-content-title a { color: var(--v7-blue-dark); font-size: .96rem; font-weight: 800; }
.v7-mini-grid { display: grid; gap: 15px; }
.v7-mini-grid article { overflow: hidden; border: 1px solid #ddd9d2; border-radius: 10px; background: #fff; }
.v7-mini-grid a { display: grid; grid-template-columns: 190px 1fr; }
.v7-mini-grid img { width: 100%; height: 100%; min-height: 175px; object-fit: cover; }
.v7-mini-grid article div { padding: 19px 21px; }
.v7-mini-grid span, .v7-guide-list article > a > span { color: var(--v7-blue-dark); font-size: .93rem; font-weight: 810; }
.v7-mini-grid h4, .v7-guide-list h4 { margin: 7px 0 8px; color: var(--v7-navy); font-size: 1.17rem; line-height: 1.28; }
.v7-mini-grid p, .v7-guide-list p { margin: 0; font-size: .96rem; line-height: 1.58; }
.v7-guide-list { border-top: 1px solid #d7d1c7; }
.v7-guide-list article { border-bottom: 1px solid #d7d1c7; }
.v7-guide-list article > a { display: block; padding: 22px 4px; }
.v7-guide-list strong { display: inline-block; margin-top: 12px; color: var(--v7-navy); font-size: .97rem; }
.v7-guide-list i { color: var(--v7-blue); font-style: normal; }

.v7-final { padding: 68px 0; background: var(--v7-sky); }
.v7-final-card { display: grid; grid-template-columns: 1.15fr .55fr; gap: 66px; align-items: center; padding: 49px 53px; border-radius: 15px; background: var(--v7-navy); box-shadow: var(--v7-shadow); }
.v7-final-card h2 { margin-bottom: 14px; color: #fff; font-size: clamp(2.2rem, 3.8vw, 3.55rem); }
.v7-final-card p:not(.eyebrow) { margin: 0; color: #bdccd5; }
.v7-final-card > div:last-child { display: grid; gap: 10px; text-align: center; }
.v7-final-card small { color: #b2c3ce; font-size: .94rem; }

/* Cómo funciona */
.how-v7-hero { padding: clamp(82px, 9vw, 118px) 0; background: var(--v7-navy); }
.how-v7-hero-grid { display: grid; grid-template-columns: 1.08fr .72fr; gap: clamp(52px, 8vw, 102px); align-items: center; }
.how-v7-hero h1 { max-width: 820px; margin-bottom: 23px; color: #fff; font-size: clamp(3rem, 5.4vw, 5rem); line-height: 1.03; letter-spacing: -.048em; }
.how-v7-hero h1 strong { color: #b9d9f0; }
.how-v7-hero-copy > p:not(.eyebrow) { max-width: 760px; color: #d2dfe6; font-size: 1.16rem; }
.how-v7-hero .button { margin-top: 12px; }
.how-v7-promise { overflow: hidden; border: 1px solid rgba(255,255,255,.17); border-radius: 14px; background: rgba(255,255,255,.06); backdrop-filter: blur(9px); }
.how-v7-promise article { display: grid; grid-template-columns: 45px 1fr; gap: 15px; padding: 22px; border-bottom: 1px solid rgba(255,255,255,.13); }
.how-v7-promise article:last-child { border-bottom: 0; }
.how-v7-promise span { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; background: rgba(185,217,240,.14); color: #c9e2f3; font-size: .9rem; font-weight: 850; }
.how-v7-promise h2 { margin: 0 0 4px; color: #fff; font-size: 1.18rem; }
.how-v7-promise p { margin: 0; color: #bdccd5; font-size: .96rem; }

.how-v7-journey { background: #fff; }
.how-v7-tabs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin-bottom: 20px; border: 1px solid var(--v7-line); border-radius: 13px; background: var(--v7-paper); overflow: hidden; }
.how-v7-tabs button { min-height: 112px; display: grid; grid-template-columns: 42px 1fr; gap: 10px; align-items: center; padding: 17px; border: 0; border-right: 1px solid var(--v7-line); background: transparent; color: #3d5262; font: inherit; text-align: left; cursor: pointer; }
.how-v7-tabs button:last-child { border-right: 0; }
.how-v7-tabs button > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--v7-blue-dark); font-size: .88rem; font-weight: 850; }
.how-v7-tabs button strong { font-size: .96rem; line-height: 1.3; }
.how-v7-tabs button:hover { background: var(--v7-sky); color: var(--v7-navy); }
.how-v7-tabs button[aria-selected="true"] { background: var(--v7-navy); color: #fff; }
.how-v7-tabs button[aria-selected="true"] > span { background: var(--v7-blue); color: #fff; }
.how-v7-tabs button:focus-visible { position: relative; z-index: 1; outline: 3px solid rgba(10,79,163,.38); outline-offset: -3px; }
.how-v7-panels article { padding: clamp(30px, 5vw, 58px); border: 1px solid var(--v7-line); border-radius: 14px; background: var(--v7-sky); }
.how-v7-panels article[hidden] { display: none; }
.how-v7-panel-head { display: grid; grid-template-columns: 70px 1fr; gap: 22px; align-items: start; margin-bottom: 31px; }
.how-v7-panel-head > span { color: rgba(10,79,163,.18); font-size: 3.65rem; font-weight: 850; line-height: 1; }
.how-v7-panel-head h2 { margin: 0 0 9px; font-size: clamp(2rem, 3.6vw, 3.1rem); }
.how-v7-panel-head p { margin: 0; font-size: 1.06rem; }
.how-v7-roles { display: grid; grid-template-columns: 1fr 1fr .92fr; gap: 16px; }
.how-v7-role, .how-v7-output { padding: 24px; border: 1px solid var(--v7-line); border-radius: 11px; background: #fff; }
.how-v7-role > span, .how-v7-output > span { display: block; margin-bottom: 9px; color: var(--v7-blue-dark); font-size: .89rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.how-v7-role h3, .how-v7-output h3 { margin: 0 0 8px; font-size: 1.28rem; }
.how-v7-role p, .how-v7-output p { margin: 0; font-size: .98rem; }
.how-v7-output { border-color: var(--v7-blue-dark); background: var(--v7-navy); }
.how-v7-output > span { color: #b9d9f0; }
.how-v7-output h3 { color: #fff; }
.how-v7-output p { color: #c7d5dd; }

.how-v7-start { background: var(--v7-warm); }
.how-v7-start-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.how-v7-start-card { position: relative; padding: 26px; border: 1px solid #ddd7ce; border-radius: 12px; background: #fff; transition: transform .2s, box-shadow .2s; }
.how-v7-start-card:hover { transform: translateY(-4px); box-shadow: var(--v7-shadow); }
.how-v7-start-card > span { color: var(--v7-blue-dark); font-size: .9rem; font-weight: 850; }
.how-v7-start-card h3 { margin: 13px 0 9px; font-size: 1.35rem; }
.how-v7-start-card p { min-height: 102px; margin-bottom: 17px; font-size: .98rem; }
.how-v7-start-card a { color: var(--v7-navy); font-weight: 800; }

.how-v7-clarity { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(42px, 7vw, 84px); align-items: center; }
.how-v7-clarity h2 { margin-bottom: 18px; font-size: clamp(2.35rem, 4.2vw, 3.85rem); }
.how-v7-clarity > div:first-child > p:not(.eyebrow) { font-size: 1.07rem; }
.how-v7-scope { padding: 31px; border: 1px solid var(--v7-line); border-radius: 13px; background: var(--v7-paper); }
.how-v7-scope h3 { margin-bottom: 17px; font-size: 1.35rem; }
.how-v7-scope ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.how-v7-scope li { position: relative; padding-left: 25px; color: #334959; }
.how-v7-scope li::before { content: "✓"; position: absolute; left: 0; color: var(--v7-blue); font-weight: 850; }

@media (max-width: 1120px) {
  .v7-service-grid { grid-template-columns: repeat(2, 1fr); }
  .v7-service-card p:not(.eyebrow) { min-height: 76px; }
  .how-v7-tabs button { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .how-v7-start-grid { grid-template-columns: repeat(2, 1fr); }
  .how-v7-start-card p { min-height: 72px; }
}

@media (max-width: 920px) {
  .v7-hero-grid, .v7-mobile-grid, .v7-risk-grid, .v7-builders-grid, .v7-content-columns,
  .how-v7-hero-grid, .how-v7-clarity { grid-template-columns: 1fr; }
  .v7-hero::after { background: linear-gradient(90deg, rgba(4,18,31,.98), rgba(4,18,31,.76)); }
  .v7-mobile-grid { gap: 46px; }
  .v7-mobile-media { max-width: 720px; }
  .v7-problem-tabs { grid-template-columns: repeat(2, 1fr); }
  .v7-problem-panels article { grid-template-columns: 1fr; }
  .v7-solution-arrow { transform: rotate(90deg); min-height: 42px; }
  .v7-section-head-split { grid-template-columns: 1fr; gap: 20px; }
  .v7-stage-line { grid-template-columns: 1fr; }
  .v7-stage-line article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--v7-line); }
  .v7-stage-line article:last-child { border-bottom: 0; }
  .v7-risk-grid { gap: 48px; }
  .v7-risk-intro { position: static; }
  .v7-builders-photo { min-height: 510px; }
  .v7-content-columns { gap: 58px; }
  .how-v7-hero-grid { gap: 47px; }
  .how-v7-promise { max-width: 650px; }
  .how-v7-tabs { grid-template-columns: 1fr; }
  .how-v7-tabs button { min-height: 72px; grid-template-columns: 42px 1fr; justify-items: start; text-align: left; border-right: 0; border-bottom: 1px solid var(--v7-line); }
  .how-v7-tabs button:last-child { border-bottom: 0; }
  .how-v7-roles { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .v7-hero { min-height: auto; }
  .v7-hero::after { background: linear-gradient(0deg, rgba(4,18,31,.99) 18%, rgba(4,18,31,.92) 70%, rgba(4,18,31,.54)); }
  .v7-hero-image { object-position: 64% center; }
  .v7-hero-grid { padding-top: 62px; padding-bottom: 58px; }
  .v7-hero-copy h1 { font-size: clamp(2.7rem, 12vw, 3.7rem); }
  .v7-hero-copy > p:not(.eyebrow) { font-size: 1.03rem; }
  .v7-actions { align-items: stretch; flex-direction: column; }
  .v7-actions .button { width: 100%; }
  .v7-actions .v7-link-light { justify-content: center; }
  .v7-hero-points { grid-template-columns: 1fr; gap: 14px; }
  .v7-hero-points li, .v7-hero-points li + li { padding: 0; border: 0; }
  .v7-mobile-story { padding: 70px 0; }
  .v7-photo-caption { position: static; border: 0; border-radius: 0; background: var(--v7-navy); font-size: .94rem; backdrop-filter: none; }
  .v7-problem-solver { margin-top: 72px; }
  .v7-problem-tabs { grid-template-columns: 1fr; }
  .v7-problem-tabs button { min-height: 62px; justify-content: flex-start; text-align: left; }
  .v7-problem-panels article { padding: 24px 20px; }
  .v7-concern, .v7-solution { padding: 3px; }
  .v7-stage-line article { padding: 23px; }
  .v7-service-grid { grid-template-columns: 1fr; }
  .v7-service-card p:not(.eyebrow) { min-height: 0; }
  .v7-builders-photo { min-height: 360px; }
  .v7-builders-copy { padding: 50px 23px; }
  .v7-mini-grid a { grid-template-columns: 1fr; }
  .v7-mini-grid img { min-height: 205px; }
  .v7-final { padding: 48px 0; }
  .v7-final-card { grid-template-columns: 1fr; gap: 28px; padding: 31px 23px; }
  .v7-final-card > div:last-child { text-align: left; }
  .how-v7-hero { padding: 68px 0; }
  .how-v7-hero h1 { font-size: clamp(2.7rem, 12vw, 3.7rem); }
  .how-v7-hero-copy > p:not(.eyebrow) { font-size: 1.03rem; }
  .how-v7-tabs button { min-height: 66px; }
  .how-v7-panels article { padding: 25px 20px; }
  .how-v7-panel-head { grid-template-columns: 1fr; gap: 5px; }
  .how-v7-panel-head > span { font-size: 2.9rem; }
  .how-v7-start-grid { grid-template-columns: 1fr; }
  .how-v7-start-card p { min-height: 0; }
  .how-v7-scope { padding: 24px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .v7-service-card, .how-v7-start-card, .v7-problem-tabs button { transition: none; }
}
