:root {
  --blue: #1456f0;
  --blue-dark: #0a2e8a;
  --ink: #111827;
  --muted: #5f6b7a;
  --line: #dce3ec;
  --soft: #f5f7fa;
  --red: #e84c5b;
  --green: #0b9275;
  --yellow: #e6a729;
  --cyan: #128ca6;
  --max: 1440px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: var(--font); letter-spacing: 0; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; letter-spacing: 0; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(calc(100% - 72px), var(--max)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(220,227,236,.9); }
.header-inner { height: 76px; display: flex; align-items: center; gap: 28px; }
.brand { width: 128px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 27px; margin-left: 14px; flex: 1; }
.desktop-nav a, .login-link { font-size: 14px; font-weight: 650; white-space: nowrap; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -9px; background: var(--blue); transition: right .2s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
.oc-auth { display: inline-flex; align-items: center; gap: 8px; }
.login-link, .logout-link { border: 0; background: none; padding: 0; cursor: pointer; }
.logout-link { color: #7b8492; font-size: 12px; }
.button { min-height: 48px; padding: 0 22px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 15px; font-weight: 750; border-radius: 6px; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--blue); }
.button-primary:hover { background: #0c46ce; }
.button-secondary { color: var(--ink); background: #fff; border-color: #cbd4df; }
.button-white { color: var(--ink); background: #fff; margin-top: 30px; }
.header-start { min-height: 42px; padding: 0 17px; }
.menu-button { display: none; width: 40px; height: 40px; border: 0; background: transparent; padding: 9px; }
.menu-button span { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: .2s ease; }
.mobile-menu { display: none; }

.announcement { padding: 34px 0 0; background: #fff; }
.announcement-card { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 15px 28px 15px 34px; border-radius: 8px; background: linear-gradient(100deg, #e7edff 0%, #d9f4ff 55%, #dff8e6 100%); color: #111827; transition: filter .2s ease; }
.announcement-card:hover { filter: saturate(1.08) brightness(.99); }
.announcement-title { min-width: 0; font-size: 22px; font-weight: 760; line-height: 1.3; }
.announcement-action { display: flex; align-items: center; justify-content: flex-end; gap: 16px; }
.announcement-action b { font-size: 15px; white-space: nowrap; }
.announcement-action i { font-size: 27px; font-style: normal; line-height: 1; transition: transform .2s ease; }
.announcement-card:hover .announcement-action i { transform: translateX(4px); }

.hero { min-height: 740px; margin-top: 34px; position: relative; overflow: hidden; border-radius: 8px; display: flex; align-items: center; background: #10223c; isolation: isolate; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-frame { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.08); animation: heroScene 18s linear infinite; }
.hero-frame-one { object-position: 50% 50%; animation-delay: -1s; }
.hero-frame-two { object-position: 61% 50%; animation-delay: 5s; }
.hero-frame-three { object-position: 58% 52%; animation-delay: 11s; }
.hero.motion-paused .hero-frame { animation-play-state: paused; }
.hero-shade { z-index: 1; background: linear-gradient(90deg, rgba(4,12,30,.94) 0%, rgba(5,16,40,.84) 40%, rgba(5,16,40,.42) 68%, rgba(5,16,40,.14) 100%); }
.hero-content { position: relative; z-index: 2; width: min(770px, 66%); padding: 76px; color: #fff; }
.eyebrow { margin: 0 0 18px; color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: 1.6px; }
.eyebrow-light { color: #a9c5ff; }
.hero h1 { margin: 0; font-size: clamp(54px, 5.1vw, 78px); line-height: 1.08; font-weight: 690; letter-spacing: 0; }
.hero-copy { max-width: 670px; margin: 25px 0 31px; font-size: 18px; line-height: 1.75; color: rgba(255,255,255,.88); }
.need-finder { width: min(720px, 100%); }
.role-switch { display: grid; grid-template-columns: 1fr 1fr; width: min(630px, 100%); padding: 3px; border-radius: 999px; background: rgba(255,255,255,.21); backdrop-filter: blur(10px); }
.role-option { min-height: 47px; border: 2px solid transparent; border-radius: 999px; background: transparent; color: rgba(255,255,255,.78); cursor: pointer; font-weight: 720; }
.role-option.is-active { border-color: #fff; background: rgba(4,14,35,.22); color: #fff; }
.need-input-row { width: min(720px, 100%); display: grid; grid-template-columns: minmax(0, 1fr) auto; margin-top: 22px; overflow: hidden; background: #fff; padding: 5px; border-radius: 999px; }
.need-input-row input { min-width: 0; height: 54px; border: 0; border-radius: 999px 0 0 999px; outline: 0; padding: 0 17px; background: transparent; color: var(--ink); font-size: 15px; }
.need-submit { min-width: 180px; min-height: 54px; padding: 0 23px; border: 0; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; background: #0b1020; color: #fff; font-weight: 780; cursor: pointer; white-space: nowrap; }
.need-submit:hover { background: var(--blue); }
.search-symbol { width: 19px; height: 19px; display: inline-block; position: relative; flex: 0 0 auto; border: 2px solid #9fc0ff; border-radius: 50%; }
.search-symbol::after { content: ""; position: absolute; width: 8px; height: 2px; right: -6px; bottom: -3px; background: #9fc0ff; transform: rotate(45deg); transform-origin: left center; }
.quick-needs { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-top: 22px; }
.quick-needs > span { color: rgba(255,255,255,.66); font-size: 13px; margin-right: 3px; }
.quick-needs button { border: 1px solid rgba(255,255,255,.45); background: rgba(4,15,36,.35); color: #fff; padding: 8px 12px; border-radius: 99px; font-size: 13px; cursor: pointer; }
.quick-needs button:hover { background: #fff; color: var(--ink); }
.hero-motion { position: absolute; z-index: 3; right: 22px; bottom: 20px; display: flex; align-items: center; gap: 13px; color: rgba(255,255,255,.68); font-size: 11px; }
.hero-motion-lines { display: flex; gap: 5px; }
.hero-motion-lines i { width: 23px; height: 2px; overflow: hidden; position: relative; background: rgba(255,255,255,.3); }
.hero-motion-lines i::after { content: ""; position: absolute; inset: 0; background: #fff; transform: translateX(-100%); animation: heroProgress 18s linear infinite; }
.hero-motion-lines i:nth-child(2)::after { animation-delay: 6s; }
.hero-motion-lines i:nth-child(3)::after { animation-delay: 12s; }
.hero.motion-paused .hero-motion-lines i::after { animation-play-state: paused; }
.hero-motion-toggle { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: rgba(4,14,35,.32); color: #fff; cursor: pointer; }
.hero-motion-toggle span::before { content: "Ⅱ"; font-size: 12px; font-weight: 800; }
.hero.motion-paused .hero-motion-toggle span::before { content: "▶"; font-size: 10px; }

@keyframes heroScene {
  0% { opacity: 0; transform: scale(1.08); }
  6% { opacity: 1; }
  30% { opacity: 1; }
  36% { opacity: 0; transform: scale(1); }
  100% { opacity: 0; transform: scale(1); }
}
@keyframes heroProgress {
  0%, 33.3% { transform: translateX(-100%); }
  63.3% { transform: translateX(0); }
  100% { transform: translateX(0); }
}

.section { padding: 116px 0; }
.section-heading { max-width: 820px; margin-bottom: 55px; }
.section-heading h2, .path-band h2, .final-cta h2 { margin: 0; font-size: clamp(38px, 4.3vw, 62px); line-height: 1.13; letter-spacing: 0; }
.section-heading > p:not(.eyebrow), .split-heading > p { margin: 20px 0 0; color: var(--muted); font-size: 17px; line-height: 1.8; }
.split-heading { max-width: none; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .72fr); gap: 90px; align-items: end; }
.split-heading > p { margin: 0 0 4px; }

.categories { background: #fff; }
.categories .section-heading { max-width: 980px; }
.service-icon-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
.service-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 20px; }
.service-tile { min-height: 218px; padding: 27px; position: relative; display: flex; flex-direction: column; border: 1px solid #dce1e8; border-radius: 8px; background: #fff; box-shadow: 0 5px 16px rgba(17,24,39,.065); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease; }
.service-tile-top { display: flex; align-items: flex-start; justify-content: space-between; }
.service-tile-top svg { width: 42px; height: 42px; fill: none; stroke: var(--blue); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.service-tile-top i { opacity: 0; color: var(--blue); font-size: 21px; font-style: normal; transform: translateX(-6px); transition: opacity .22s ease, transform .22s ease; }
.service-tile h3 { margin: 38px 0 9px; font-size: 20px; line-height: 1.35; }
.service-tile p { margin: auto 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.service-tile:hover { transform: translateY(-5px); border-color: #a9bfff; background: #f8faff; box-shadow: 0 16px 32px rgba(17,24,39,.12); }
.service-tile:hover .service-tile-top i { opacity: 1; transform: translateX(0); }

.ocean { padding: 104px 0 96px; scroll-margin-top: 76px; color: #fff; background: #071a43; overflow: hidden; }
.ocean-layout { min-height: 540px; display: grid; grid-template-columns: minmax(410px, .78fr) minmax(540px, 1.22fr); gap: 70px; align-items: center; }
.ocean-copy h2 { margin: 0; font-size: clamp(40px, 4vw, 60px); line-height: 1.14; }
.ocean-copy > p:not(.eyebrow) { margin: 22px 0 30px; color: rgba(255,255,255,.72); line-height: 1.8; font-size: 17px; }
.ocean-tabs { border-top: 1px solid rgba(255,255,255,.2); }
.ocean-tab { width: 100%; display: grid; grid-template-columns: 120px 1fr; gap: 15px; align-items: start; padding: 20px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.2); background: transparent; color: rgba(255,255,255,.55); text-align: left; cursor: pointer; }
.ocean-tab span { font-weight: 800; }
.ocean-tab small { font-size: 13px; line-height: 1.6; }
.ocean-tab.is-active { color: #fff; }
.ocean-tab.is-active span { color: #8bb5ff; }
.ocean-product { position: relative; padding: 48px 0 0 48px; }
.ocean-product::before { content: ""; position: absolute; inset: 0 8% 13% 0; border: 1px solid rgba(255,255,255,.18); }
.ocean-product img { position: relative; z-index: 1; width: 100%; background: #fff; border-radius: 7px; box-shadow: 0 34px 90px rgba(0,0,0,.42); }
.product-caption { position: absolute; z-index: 2; top: 13px; right: 0; width: 180px; padding: 14px 18px; background: #fff; color: var(--ink); border-left: 4px solid var(--blue); }
.product-caption span, .product-caption strong { display: block; }
.product-caption span { color: var(--muted); font-size: 11px; }
.product-caption strong { margin-top: 5px; font-size: 15px; }
.ocean-journey { list-style: none; padding: 0; margin: 64px 0 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.28); }
.ocean-journey li { min-height: 154px; padding: 24px 24px 0; border-right: 1px solid rgba(255,255,255,.18); }
.ocean-journey li:first-child { padding-left: 0; }
.ocean-journey li:last-child { padding-right: 0; border-right: 0; }
.ocean-journey span { color: #8bb5ff; font-size: 12px; font-weight: 850; }
.ocean-journey h3 { margin: 32px 0 9px; font-size: 20px; }
.ocean-journey p { margin: 0; color: rgba(255,255,255,.64); font-size: 13px; line-height: 1.65; }

.marketplace { background: #fff; }
.market-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.market-item { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.market-item:hover { transform: translateY(-5px); box-shadow: 0 24px 50px rgba(17,24,39,.11); }
.market-item img { width: 100%; height: 255px; object-fit: cover; }
.market-item:nth-child(2) img { object-position: center 36%; }
.market-item > div { min-height: 260px; padding: 28px; position: relative; }
.market-item span { color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: 1.2px; }
.market-item h3 { margin: 12px 0; font-size: 28px; }
.market-item p { margin: 0; color: var(--muted); line-height: 1.7; }
.market-item b { position: absolute; left: 28px; bottom: 28px; font-size: 14px; }

.two-paths { padding: 104px 0 120px; background: #fff; }
.two-paths-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: 20px; align-items: end; }
.path-band { min-height: 510px; display: flex; align-items: center; padding: clamp(48px, 5vw, 76px); border-radius: 8px; overflow: hidden; }
.path-inner { max-width: 535px; }
.path-band h2 { font-size: clamp(38px, 3.45vw, 53px); }
.path-band p:not(.eyebrow) { margin: 25px 0; font-size: 16px; line-height: 1.8; }
.path-band a { display: inline-flex; align-items: center; gap: 10px; margin-top: 8px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-weight: 800; }
.path-band a span { display: inline-block; transition: transform .2s ease; }
.path-band a:hover span { transform: translateX(4px); }
.enterprise-band { background: #edf2ff; }
.enterprise-band .eyebrow { color: var(--blue); }
.provider-band { min-height: 570px; color: #fff; background: var(--blue); }
.provider-band .eyebrow { color: #c9d8ff; }
.provider-band p:not(.eyebrow) { color: rgba(255,255,255,.82); }
.path-band[id] { scroll-margin-top: 92px; }

.final-cta { padding: 95px 0; background: #fff; }
.final-cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 70px; }
.final-cta h2 { font-size: clamp(38px, 4vw, 58px); }
.final-cta p:not(.eyebrow) { margin: 18px 0 0; color: var(--muted); font-size: 17px; }
.final-actions { display: flex; gap: 12px; }

.footer { padding: 68px 0 30px; background: #f3f5f7; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 70px; padding-bottom: 60px; }
.footer-brand img { width: 145px; }
.footer-brand p { margin: 20px 0 0; color: var(--muted); line-height: 1.8; }
.footer h3 { margin: 0 0 18px; font-size: 14px; }
.footer-grid > div:not(.footer-brand) a { display: block; margin: 13px 0; color: var(--muted); font-size: 14px; }
.footer-grid a:hover { color: var(--blue); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid var(--line); color: #7b8492; font-size: 12px; }

.oc-ovl { position: fixed; inset: 0; z-index: 1000; display: none; align-items: center; justify-content: center; padding: 20px; background: rgba(7,17,40,.62); backdrop-filter: blur(5px); }
.oc-ovl.on { display: flex; }
.oc-modal { width: min(100%, 410px); overflow: hidden; background: #fff; border-radius: 8px; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.oc-hd { display: flex; justify-content: space-between; align-items: center; padding: 20px 22px; border-bottom: 1px solid var(--line); font-size: 18px; font-weight: 800; }
.oc-x { border: 0; background: none; font-size: 27px; cursor: pointer; color: #667085; }
.oc-bd { padding: 24px; }
.oc-tip { margin: 0 0 20px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.oc-bd label { display: block; margin: 0 0 7px; font-size: 13px; font-weight: 750; }
.oc-bd input { width: 100%; height: 48px; margin: 0 0 15px; padding: 0 13px; border: 1px solid #cfd7e2; border-radius: 5px; outline: 0; }
.oc-bd input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(20,86,240,.12); }
.oc-err { min-height: 20px; color: #c93545; font-size: 13px; }
.oc-btn { width: 100%; height: 48px; border: 0; border-radius: 5px; background: var(--blue); color: #fff; font-weight: 800; cursor: pointer; }
.oc-btn:disabled { opacity: .6; }
.oc-foot { margin: 17px 0 0; text-align: center; color: var(--muted); font-size: 13px; }
.oc-foot a { color: var(--blue); font-weight: 750; }

@media (max-width: 1180px) {
  .desktop-nav { gap: 18px; margin-left: 0; }
  .desktop-nav a { font-size: 13px; }
  .hero-content { width: 73%; padding: 56px; }
  .ocean-layout { grid-template-columns: .86fr 1.14fr; gap: 40px; }
}

@media (max-width: 1100px) {
  .two-paths { padding: 86px 0 100px; }
  .two-paths-layout { grid-template-columns: 1fr; gap: 16px; }
  .path-band, .provider-band { min-height: 460px; }
}

@media (max-width: 980px) {
  .shell { width: min(calc(100% - 40px), var(--max)); }
  .desktop-nav, .header-start { display: none; }
  .header-actions { margin-left: auto; }
  .menu-button { display: block; }
  .mobile-menu { position: fixed; left: 0; right: 0; top: 76px; height: calc(100vh - 76px); padding: 28px 20px; background: #fff; border-top: 1px solid var(--line); }
  .mobile-menu.is-open { display: block; }
  .mobile-menu a { display: block; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 18px; font-weight: 750; }
  .hero { min-height: 700px; }
  .hero-content { width: 82%; }
  .split-heading { grid-template-columns: 1fr; gap: 25px; }
  .service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ocean-layout { min-height: 0; grid-template-columns: 1fr; padding: 0; }
  .ocean-product { max-width: 850px; }
  .ocean-journey { grid-template-columns: 1fr 1fr; }
  .ocean-journey li:nth-child(2) { border-right: 0; }
  .ocean-journey li:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.18); }
  .ocean-journey li:nth-child(3) { padding-left: 0; }
  .market-grid { grid-template-columns: 1fr; }
  .market-item { display: grid; grid-template-columns: 42% 58%; }
  .market-item img { height: 100%; min-height: 330px; }
  .final-cta-inner { grid-template-columns: 1fr; gap: 35px; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 680px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .header-inner { height: 68px; }
  .brand { width: 112px; }
  .oc-auth { display: none; }
  .mobile-menu { top: 68px; height: calc(100vh - 68px); }
  .announcement { padding: 12px 0; }
  .announcement-card { width: calc(100% - 28px); min-height: 62px; padding: 10px 16px; gap: 10px; }
  .announcement-title { font-size: 14px; line-height: 1.35; }
  .announcement-action { margin-left: auto; gap: 7px; }
  .announcement-action b { display: none; }
  .announcement-action i { font-size: 22px; }
  .hero { width: 100%; min-height: 720px; margin-top: 0; border-radius: 0; align-items: flex-end; }
  .hero-frame-one { object-position: 55% center; }
  .hero-frame-two { object-position: 60% center; }
  .hero-frame-three { object-position: 60% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(4,14,35,.12) 0%, rgba(4,14,35,.62) 39%, rgba(4,14,35,.97) 77%); }
  .hero-content { width: 100%; padding: 32px 20px 34px; }
  .hero h1 { font-size: 41px; line-height: 1.1; }
  .hero-copy { margin: 17px 0 22px; font-size: 15px; line-height: 1.65; }
  .role-switch { width: 100%; }
  .role-option { padding: 0 7px; font-size: 13px; }
  .need-input-row { grid-template-columns: 1fr; margin-top: 12px; padding: 5px; border-radius: 8px; }
  .need-input-row input { height: 49px; font-size: 14px; }
  .need-submit { min-height: 49px; width: 100%; border-radius: 6px; }
  .quick-needs { gap: 7px; margin-top: 15px; }
  .quick-needs > span { width: 100%; }
  .quick-needs button { padding: 6px 9px; font-size: 12px; }
  .hero-motion { right: 16px; bottom: 16px; }
  .hero-motion-label { display: none; }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 35px; }
  .section-heading h2, .path-band h2, .final-cta h2 { font-size: 37px; }
  .section-heading > p:not(.eyebrow), .split-heading > p { font-size: 15px; line-height: 1.7; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .service-tile { min-height: 190px; padding: 18px; }
  .service-tile-top svg { width: 36px; height: 36px; }
  .service-tile h3 { margin-top: 30px; font-size: 17px; }
  .service-tile p { font-size: 12px; }
  .ocean { padding: 72px 0; scroll-margin-top: 68px; }
  .ocean-layout { padding: 0; }
  .ocean-copy h2 { font-size: 37px; }
  .ocean-tab { grid-template-columns: 92px 1fr; }
  .ocean-product { padding: 28px 0 0 14px; }
  .product-caption { top: 0; width: 148px; padding: 9px 12px; }
  .ocean-journey { grid-template-columns: 1fr; margin-top: 48px; border-top: 0; }
  .ocean-journey li, .ocean-journey li:first-child, .ocean-journey li:nth-child(3) { min-height: auto; padding: 22px 0 25px; border-right: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .ocean-journey h3 { margin: 18px 0 7px; }
  .market-item { display: block; }
  .market-item img { height: 220px; min-height: 0; }
  .market-item > div { min-height: 255px; }
  .two-paths { padding: 68px 0 78px; }
  .two-paths-layout { gap: 12px; }
  .path-band, .provider-band { min-height: 430px; padding: 48px 24px; }
  .path-band[id] { scroll-margin-top: 80px; }
  .final-actions { flex-direction: column; }
  .final-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .hero-frame { animation: none !important; opacity: 0; transform: none; }
  .hero-frame-one { opacity: 1; }
  .hero-motion { display: none; }
}
