.subpage .header-inner { min-height: 92px; height: auto; }
.sub-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; }
.sub-nav [aria-current="page"] { text-decoration: underline; text-underline-offset: 6px; }
.sub-hero { padding-block: clamp(62px, 8vw, 112px); display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: clamp(40px, 7vw, 100px); align-items: end; }
.sub-hero h1 { max-width: 900px; font-size: clamp(46px, 6vw, 82px); line-height: .98; letter-spacing: -.045em; }
.sub-hero-copy { max-width: 620px; }
.sub-hero-copy > p { color: var(--muted); font-size: clamp(17px, 1.5vw, 20px); }
.sub-hero-copy .button { margin-top: 28px; }
.sub-hero-copy > .cta-reassurance,
.request-panel > .cta-reassurance { margin-top: 14px; font-size: 12px; line-height: 1.55; }
.sub-band { background: var(--teal); color: white; }
.sub-band .container { padding-block: 30px; display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.sub-band p { max-width: 800px; font-size: 16px; }
.sub-section { padding-block: clamp(72px, 9vw, 120px); }
.sub-section.tint { background: var(--wash); }
.sub-heading { max-width: 820px; }
.sub-heading h2 { font-size: clamp(36px, 5vw, 64px); }
.sub-heading > p { margin-top: 24px; color: var(--muted); font-size: 18px; }
.service-stack { margin-top: 52px; border-top: 1px solid var(--line); }
.service-block { display: grid; grid-template-columns: 70px minmax(220px, .8fr) minmax(0, 1.4fr); gap: 34px; padding-block: 38px; border-bottom: 1px solid var(--line); }
.service-number { color: var(--teal); font-weight: 800; letter-spacing: .08em; }
.service-block h3 { font-size: clamp(25px, 2.5vw, 35px); }
.service-block p { color: var(--muted); }
.plain-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px; margin-top: 48px; }
.plain-grid article { border-top: 5px solid var(--teal); padding-top: 24px; }
.plain-grid article:nth-child(2) { border-color: var(--coral); }
.plain-grid article:nth-child(3) { border-color: var(--sand); }
.plain-grid h3 { font-size: 24px; }
.plain-grid p, .plain-grid li { margin-top: 14px; color: var(--muted); }
.plain-grid ul { margin: 14px 0 0; padding-left: 20px; }
.industry-flow { margin-top: 48px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.industry-flow article { padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.industry-flow h3 { font-size: 24px; }
.industry-flow p { margin-top: 12px; color: var(--muted); }
.trust-note { max-width: 900px; padding: 30px; border-left: 6px solid var(--coral); background: var(--peach); }
.trust-note p + p { margin-top: 14px; }
.sub-cta { padding-block: clamp(72px, 10vw, 120px); text-align: center; }
.sub-cta h2 { max-width: 850px; margin-inline: auto; }
.sub-cta p { max-width: 690px; margin: 24px auto 0; color: var(--muted); font-size: 18px; }
.sub-cta .button { margin-top: 30px; }
.breadcrumb { padding-top: 28px; font-size: 13px; color: var(--muted); }
.start-layout { padding-block: clamp(56px, 8vw, 96px); display: grid; grid-template-columns: minmax(0, .8fr) minmax(400px, 1.2fr); gap: clamp(40px, 7vw, 90px); align-items: start; }
.start-copy h1 { font-size: clamp(46px, 5.5vw, 76px); }
.start-copy > p { color: var(--muted); font-size: 18px; margin-top: 24px; }
.start-kicker { color: var(--teal); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.start-focus { margin-top: 30px; padding: 20px; border: 1px solid var(--line); border-radius: 22px; background: color-mix(in srgb, var(--wash) 78%, white); }
.start-focus > span, .start-step > span { display: block; color: var(--teal); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.start-focus strong { display: block; margin-top: 8px; font-size: 20px; }
.start-focus p { margin-top: 8px; color: var(--muted); }
.start-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr)); gap: 12px; margin: 30px 0 0; padding: 0; list-style: none; }
.start-steps > * { min-width: 0; }
.start-step { display: flex; min-width: 0; min-height: 148px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: white; flex-direction: column; }
.start-step strong { margin-top: 18px; font-size: 20px; line-height: 1.3; overflow-wrap: anywhere; }
.start-step small { margin-top: 8px; color: var(--muted); font-size: 14px; line-height: 1.45; }
.start-confidence { margin: 30px 0 0; padding: 0; list-style: none; }
.start-confidence li { position: relative; padding: 12px 0 12px 30px; border-top: 1px solid var(--line); }
.start-confidence li::before { content: ""; position: absolute; top: 18px; left: 0; width: 12px; height: 12px; border-radius: 4px; background: var(--coral); }
.expect-list { margin-top: 34px; padding: 0; list-style: none; }
.expect-list li { padding: 16px 0 16px 30px; border-top: 1px solid var(--line); position: relative; }
.expect-list li::before { content: ""; width: 12px; height: 12px; border-radius: 4px; background: var(--coral); position: absolute; left: 0; top: 22px; }
.request-panel { position: relative; overflow: hidden; padding: clamp(26px, 4vw, 42px); border: 1px solid var(--line); border-top: 6px solid var(--teal); border-radius: 24px; background: var(--wash); }
.request-panel::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at var(--pointer-x, 50%) var(--pointer-y, 50%), #ed73581a, transparent 38%); }
.request-panel > * { position: relative; z-index: 1; }
.request-panel h2 { font-size: clamp(28px, 3vw, 40px); }
.request-panel > p { color: var(--muted); margin-top: 16px; }
.request-panel .button { margin-top: 24px; }
.request-frame { margin-top: 24px; min-height: 760px; }
.request-frame.is-loading, .request-frame.has-fallback { min-height: 0; }
.request-frame.is-loading::before { content: "Opening the secure Google Form…"; display: block; padding: 24px; }
.request-frame.is-ready::before { content: ""; display: none; }
.request-frame.has-fallback::before { content: "The embedded form is taking longer than expected. Use the separate-tab link below."; display: block; padding: 24px; }
.request-frame iframe { width: 100%; min-height: 760px; border: 0; background: white; }
.start-faqs { margin-top: 28px; border-bottom: 1px solid var(--line); }
.start-faq { border-top: 1px solid var(--line); padding-block: 14px; }
.start-faq summary { min-height: 44px; display: flex; align-items: center; cursor: pointer; font-weight: 750; color: var(--ink); }
.start-faq p { max-width: 65ch; margin: 8px 0 4px; color: var(--muted); }
.legal-copy { max-width: 840px; }
.legal-copy h2 { margin-top: 48px; font-size: 30px; }
.legal-copy p, .legal-copy li { color: var(--muted); }
.legal-copy p { margin-top: 16px; }
.legal-copy ul { padding-left: 22px; margin-top: 16px; }
.thank-panel { max-width: 820px; margin: clamp(56px, 8vw, 100px) auto; padding: clamp(30px, 5vw, 56px); border-radius: 28px; background: var(--peach); box-shadow: 12px 14px 0 var(--sand); }
.thank-panel h1 { font-size: clamp(42px, 6vw, 70px); }
.thank-panel p { margin-top: 20px; color: var(--muted); font-size: 18px; }
.thank-panel .start-steps { margin-top: 26px; }
.thank-panel .hero-actions { margin-top: 26px; }
.sub-footer-links { display: flex; flex-wrap: wrap; gap: 18px 28px; }
@media (prefers-reduced-motion: no-preference) {
  .sub-hero h1, .start-copy { animation: arrive 620ms ease-out both; }
  .sub-hero-copy, .request-panel { animation: arrive 700ms 110ms ease-out both; }
  .sub-band { background-image: linear-gradient(110deg, #15565d 0%, #15565d 38%, #1b6970 50%, #15565d 62%, #15565d 100%); background-size: 220% 220%; animation: band-flow 12s ease-in-out infinite alternate; }
  .service-block, .plain-grid article, .industry-flow article, .trust-note { transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease; }
  .service-block:hover { transform: translateX(8px); }
  .plain-grid article:hover, .industry-flow article:hover { transform: translateY(-6px); box-shadow: 0 16px 24px #112b3c0d; }
  .trust-note:hover { transform: translateX(6px); border-left-color: var(--teal); }
}
@media (max-width: 900px) {
  .sub-hero, .start-layout { grid-template-columns: 1fr; }
  .sub-hero-copy { max-width: 760px; }
  .plain-grid { gap: 22px; }
}
@media (max-width: 760px) {
  .subpage .header-inner { gap: 12px; }
  .sub-nav { display: flex; flex: 0 0 100%; flex-wrap: wrap; gap: 4px 18px; padding-top: 0; }
  .sub-nav a { border: 0; padding: 10px 0; font-size: 13px; }
  .sub-nav .nav-contact { margin-left: auto; }
  .sub-hero { padding-block: 48px 58px; }
  .sub-hero h1 { font-size: clamp(40px, 11vw, 58px); }
  .sub-band .container { align-items: flex-start; flex-direction: column; }
  .service-block { grid-template-columns: 42px 1fr; gap: 16px; }
  .service-block > p, .service-block > div:last-child { grid-column: 2; }
  .plain-grid, .industry-flow { grid-template-columns: 1fr; }
  .start-steps { grid-template-columns: 1fr; }
  .start-steps > *, .start-step { min-width: 0; }
  .start-layout .button { min-height: 44px; }
  .start-layout { padding-top: 44px; }
  .request-panel { padding: 24px; }
  .thank-panel { margin-block: 34px 48px; padding: 26px; }
  .sub-footer-links { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .start-focus, .start-step, .start-confidence li, .request-frame { animation: none; transform: none; transition: none; }
}

@media (forced-colors: active) {
  .start-focus, .start-step, .request-panel, .subpage .button { border: 1px solid CanvasText; background-image: none; }
}

/* Enterprise editorial alignment */
.subpage { color: var(--ink); background: #fffaf4; }
.subpage .site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid #112b3c1f; background: #fffaf4f5; backdrop-filter: blur(16px); }
.subpage .header-inner { min-height: 88px; }
.subpage .brand img { width: 176px; height: auto; }
.subpage .sub-nav { gap: clamp(18px, 2.4vw, 34px); }
.subpage .sub-nav a:not(.nav-contact) { font-weight: 650; }
.subpage .nav-contact { min-height: 46px; padding: 12px 18px; border: 1px solid var(--ink); border-radius: 8px; font-size: 13px; font-weight: 800; }
.subpage .nav-contact:hover { color: white; background: var(--ink); }
.subpage .button { min-height: 52px; padding: 14px 20px; border: 1px solid var(--ink); border-radius: 8px; color: var(--ink); background: var(--coral); box-shadow: 4px 4px 0 var(--ink); font-size: 14px; font-weight: 800; transition: transform 150ms ease, box-shadow 150ms ease; }
.subpage .button:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--ink); }
.subpage .sub-hero { padding-block: clamp(58px, 7vw, 92px); }
.subpage .sub-hero h1 { max-width: 820px; font-size: clamp(48px, 5.6vw, 74px); }
.subpage .sub-band { border-block: 1px solid #ffffff40; background: var(--teal); }
.subpage .sub-section { padding-block: clamp(68px, 8vw, 96px); }
.subpage .sub-section.tint { border-block: 1px solid var(--line); background: #eef5f1; }
.subpage .service-block { grid-template-columns: 64px minmax(220px, .8fr) minmax(0, 1.4fr); padding-block: 32px; }
.subpage .industry-flow article,
.subpage .request-panel,
.subpage .thank-panel { border-radius: 0; }
.subpage .industry-flow article { border-color: var(--line); box-shadow: none; }
.subpage .request-panel { border-top-width: 4px; background: white; box-shadow: 8px 8px 0 var(--sand); }
.subpage .thank-panel { border: 1px solid var(--ink); background: white; box-shadow: 10px 10px 0 var(--sand); }
.subpage footer { background: white; }

@media (prefers-reduced-motion: no-preference) {
  .subpage .sub-band { animation: none; background-image: none; }
  .subpage .service-block:hover { transform: translateX(4px); }
  .subpage .plain-grid article:hover,
  .subpage .industry-flow article:hover { transform: translateY(-3px); box-shadow: 0 8px 0 -5px #112b3c20; }
}

@media (max-width: 760px) {
  .subpage .header-inner { min-height: 76px; }
  .subpage .brand img { width: 145px; }
  .subpage .sub-nav { gap: 2px 18px; padding-bottom: 12px; }
  .subpage .sub-nav .nav-contact { flex-basis: 100%; justify-content: space-between; margin: 4px 0 0; }
  .subpage .service-block { grid-template-columns: 38px 1fr; }
  .subpage .button { width: 100%; justify-content: space-between; }
}
