.sp-page { background: var(--paper); }
.sp-page [id] { scroll-margin-top: 112px; }
.sp-topline { background: var(--ink); color: #e8ece9; }
.sp-topline .container { display: flex; justify-content: space-between; align-items: center; gap: 20px; min-height: 35px; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.sp-topline b { color: var(--brand-orange); padding-inline: 10px; }
.sp-header { position: sticky; z-index: 50; top: 0; background: rgba(247,247,244,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(20px); }
.sp-header-inner { display: flex; align-items: center; gap: 36px; min-height: 99px; }
.sp-brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.sp-brand img { width: 166px; height: auto; }
.sp-nav { display: flex; gap: clamp(16px,2.3vw,34px); align-items: center; margin-left: auto; }
.sp-nav a { display: inline-flex; align-items: center; min-height: 44px; white-space: nowrap; font-size: 13px; font-weight: 700; }
.sp-nav a:hover, .sp-footer a:hover, .sp-breadcrumb a:hover { color: var(--copper); }
.sp-header-cta { min-height: 44px; padding: 10px 15px; gap: 12px; }
.sp-breadcrumb { display: flex; flex-wrap: wrap; gap: 10px; padding-top: 28px; color: var(--muted); font-size: 12px; }
.sp-breadcrumb a { color: var(--ink-2); }
.sp-breadcrumb span[aria-hidden] { color: #aeb7b7; }
.sp-hero { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(350px,.85fr); gap: clamp(42px,7vw,125px); align-items: center; padding-block: clamp(67px,8vw,118px) clamp(90px,10vw,145px); }
.sp-kicker { display: flex; align-items: center; gap: 13px; margin: 0 0 26px; color: var(--copper); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.sp-kicker::before { content: ""; width: 27px; height: 1px; background: currentColor; }
.sp-hero h1, .sp-section h2, .sp-cta h2 { font-family: var(--serifless); font-weight: 600; letter-spacing: -.01em; }
.sp-hero h1 { max-width: 830px; margin: 0; font-size: clamp(49px,5.1vw,83px); line-height: 1.1; }
.sp-hero h1 em { color: var(--copper); font-style: normal; }
.sp-hero-lede { max-width: 650px; margin: 29px 0 0; color: var(--ink-2); font-size: clamp(17px,1.5vw,20px); line-height: 1.65; }
.sp-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 23px; margin-top: 39px; }
.sp-inline-link { display: inline-flex; align-items: center; min-height: 44px; border-bottom: 1px solid var(--ink); padding-bottom: 5px; font-size: 13px; font-weight: 700; }
.sp-inline-link:hover { color: var(--copper); border-color: var(--copper); }
.sp-hero-panel { min-height: 515px; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(32px,3vw,49px); background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.sp-hero-panel::before { content: ""; position: absolute; width: 430px; height: 430px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; right: -210px; top: 80px; pointer-events: none; }
.sp-panel-top { display: flex; justify-content: space-between; gap: 20px; color: var(--brand-orange); font-size: 10px; letter-spacing: .16em; font-weight: 800; text-transform: uppercase; }
.sp-panel-main { position: relative; z-index: 1; }
.sp-panel-rule { display: block; width: 64px; height: 1px; margin-bottom: 29px; background: var(--brand-orange); }
.sp-panel-main h2 { max-width: 340px; margin: 0 0 23px; font-family: var(--serifless); font-size: clamp(33px,3vw,46px); line-height: 1.17; letter-spacing: normal; font-weight: 600; }
.sp-panel-main p { max-width: 355px; margin: 0; color: #c6d0d1; font-size: 14px; line-height: 1.7; }
.sp-panel-bottom { position: relative; display: flex; justify-content: space-between; gap: 25px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.2); color: #c6d0d1; font-size: 12px; line-height: 1.5; }
.sp-panel-bottom span:last-child { color: var(--brand-orange); font-size: 19px; line-height: 1; }
.sp-section { padding-block: clamp(78px,9vw,128px); }
.sp-section-white { background: #fff; }
.sp-section-soft { background: #f0f0ec; }
.sp-heading-row { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,.52fr); gap: 8%; align-items: end; margin-bottom: 49px; }
.sp-section h2 { max-width: 780px; margin: 0; font-size: clamp(39px,4.1vw,64px); line-height: 1.17; }
.sp-heading-row > p { max-width: 420px; margin: 0 0 6px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.sp-cards { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border: 1px solid var(--line); }
.sp-card { min-height: 267px; display: flex; flex-direction: column; padding: clamp(27px,3vw,44px); }
.sp-card + .sp-card { border-left: 1px solid var(--line); }
.sp-card-number { color: var(--copper); font-size: 11px; letter-spacing: .15em; font-weight: 800; }
.sp-card h3 { max-width: 350px; margin: auto 0 16px; font-family: var(--serifless); font-size: clamp(22px,2.1vw,30px); line-height: 1.24; letter-spacing: normal; font-weight: 600; }
.sp-card p { max-width: 365px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.sp-scope { display: grid; grid-template-columns: minmax(0,.78fr) minmax(0,1.1fr); gap: clamp(40px,10vw,160px); align-items: start; }
.sp-scope-intro p:last-child { max-width: 500px; margin: 24px 0 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.sp-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid #bfc8c5; }
.sp-list li { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 25px 0 27px; border-bottom: 1px solid #bfc8c5; }
.sp-list li > span { color: var(--copper); font-size: 11px; font-weight: 800; }
.sp-list h3 { margin: 0 0 8px; font-family: var(--serifless); font-size: clamp(19px,1.7vw,24px); line-height: 1.3; font-weight: 600; letter-spacing: normal; }
.sp-list p { max-width: 600px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.sp-start { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1fr); gap: clamp(48px,10vw,150px); align-items: center; }
.sp-start-copy > p:last-of-type { max-width: 520px; color: var(--ink-2); font-size: 16px; line-height: 1.72; }
.sp-start .button { margin-top: 20px; }
.sp-start-box { background: var(--paper); padding: clamp(29px,3.8vw,56px); border-left: 3px solid var(--brand-orange); }
.sp-start-box h3 { margin: 0 0 19px; font-family: var(--serifless); font-size: 28px; letter-spacing: normal; font-weight: 600; }
.sp-start-box ul { padding-left: 21px; margin: 0; color: var(--ink-2); font-size: 15px; line-height: 1.8; }
.sp-start-box p { margin: 21px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.sp-faq { display: grid; grid-template-columns: minmax(0,.65fr) minmax(0,1fr); gap: clamp(40px,9vw,150px); }
.sp-faq-title p:last-child { max-width: 390px; color: var(--muted); line-height: 1.7; }
.sp-faq-list { border-top: 1px solid #bfc8c5; }
.sp-faq-list details { border-bottom: 1px solid #bfc8c5; }
.sp-faq-list summary { display: flex; justify-content: space-between; gap: 24px; padding: 25px 0; cursor: pointer; list-style: none; font-family: var(--serifless); font-size: clamp(17px,1.55vw,21px); line-height: 1.4; font-weight: 600; letter-spacing: normal; }
.sp-faq-list summary::-webkit-details-marker { display: none; }
.sp-faq-list summary::after { content: "+"; color: var(--copper); font-family: var(--body); font-size: 26px; font-weight: 300; line-height: 1; }
.sp-faq-list details[open] summary::after { content: "−"; }
.sp-faq-list details p { max-width: 620px; margin: -5px 36px 25px 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.sp-cta { padding-block: clamp(80px,9vw,125px); background: var(--ink); color: #fff; }
.sp-cta-inner { display: flex; justify-content: space-between; align-items: end; gap: 60px; }
.sp-cta .sp-kicker { color: var(--brand-orange); }
.sp-cta h2 { max-width: 820px; margin: 0; font-size: clamp(40px,4.7vw,68px); line-height: 1.14; }
.sp-cta p:not(.sp-kicker) { max-width: 690px; margin: 22px 0 0; color: #c6d0d1; font-size: 16px; line-height: 1.7; }
.sp-cta-actions { display: flex; flex-direction: column; gap: 19px; align-items: flex-start; flex: 0 0 auto; }
.sp-cta .sp-inline-link { color: #fff; border-color: #fff; }
.sp-footer { padding-block: 67px 28px; background: #fff; }
.sp-footer-grid { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(0,.65fr) minmax(0,1fr); gap: 50px; padding-bottom: 70px; }
.sp-footer .sp-brand img { width: 200px; }
.sp-footer-brand p { margin: 12px 0 0; color: var(--muted); font-size: 14px; }
.sp-footer-col { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.sp-footer-col > span { margin-bottom: 8px; color: var(--copper); font-size: 10px; letter-spacing: .17em; font-weight: 800; }
.sp-footer-col a, .sp-footer-col p { margin: 0; color: var(--ink-2); font-size: 13px; line-height: 1.5; }
.sp-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 25px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.sp-mobile-cta { display: none; }

@media (max-width: 1100px) {
  .sp-nav { gap: 16px; }
  .sp-nav a { font-size: 12px; }
  .sp-hero { gap: 40px; }
  .sp-hero h1 { font-size: clamp(47px,5vw,67px); }
}
@media (max-width: 900px) {
  .sp-topline { display: none; }
  .sp-header-inner { min-height: 84px; }
  .sp-nav { display: none; }
  .sp-header-cta { margin-left: auto; }
  .sp-hero { grid-template-columns: 1fr; padding-block: 62px 90px; }
  .sp-hero-panel { min-height: 390px; }
  .sp-heading-row, .sp-scope, .sp-start, .sp-faq { grid-template-columns: 1fr; gap: 35px; }
  .sp-heading-row > p { max-width: 600px; }
  .sp-cards { grid-template-columns: 1fr; }
  .sp-card { min-height: 210px; }
  .sp-card + .sp-card { border-left: 0; border-top: 1px solid var(--line); }
  .sp-card h3 { margin-top: 28px; }
}
@media (max-width: 700px) {
  .sp-header-inner { min-height: 75px; }
  .sp-brand img { width: 136px; }
  .sp-header-cta { display: none; }
  .sp-breadcrumb { padding-top: 22px; }
  .sp-hero { padding-block: 47px 77px; gap: 42px; }
  .sp-hero h1 { font-size: clamp(43px,9.7vw,60px); line-height: 1.14; letter-spacing: normal; }
  .sp-hero-lede { font-size: 16px; }
  .sp-hero-panel { min-height: 385px; padding: 31px; }
  .sp-panel-main h2 { letter-spacing: normal; }
  .sp-hero-panel::before { right: -260px; }
  .sp-section { padding-block: 83px; }
  .sp-section h2 { font-size: clamp(37px,7.8vw,54px); letter-spacing: normal; }
  .sp-cta h2 { letter-spacing: normal; }
  .sp-cta-inner { display: block; }
  .sp-cta-actions { margin-top: 38px; }
  .sp-footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .sp-footer-brand { grid-column: 1/-1; }
  .sp-footer-bottom { padding-bottom: calc(90px + env(safe-area-inset-bottom)); }
  .sp-mobile-cta { display: none; justify-content: space-between; align-items: center; position: fixed; z-index: 45; bottom: 0; inset-inline: 0; min-height: 60px; padding: 14px 22px calc(14px + env(safe-area-inset-bottom)); background: rgba(28,37,41,.97); color: #fff; box-shadow: 0 -8px 25px rgba(20,37,44,.15); backdrop-filter: blur(18px); font-size: 13px; font-weight: 800; }
  .sp-mobile-cta span { color: var(--brand-orange); font-size: 18px; font-weight: 400; }
  body.mobile-cta-visible .sp-mobile-cta { display: flex; }
  .sp-footer-col a, .sp-footer-bottom a { display: inline-flex; align-items: center; min-height: 44px; }
  .sp-card h3, .sp-list h3, .sp-start-box h3, .sp-faq-list summary { letter-spacing: normal; }
}
@media (max-width: 480px) {
  .sp-header-inner { gap: 8px; }
  .sp-hero-actions .button { width: 100%; justify-content: space-between; }
  .sp-hero h1 { font-size: clamp(41px,10.3vw,48px); letter-spacing: normal; }
  .sp-card { min-height: 0; padding: 28px; }
  .sp-cta-actions { width: 100%; }
  .sp-cta-actions .button { width: 100%; justify-content: space-between; }
  .sp-footer-grid { grid-template-columns: 1fr; }
  .sp-footer-brand { grid-column: auto; }
  .sp-footer-bottom { flex-direction: column; gap: 8px; }
}
@media (max-width: 360px) {
  .sp-hero-panel { padding: 26px; }
  .sp-list li { grid-template-columns: 35px 1fr; gap: 13px; }
}
@media (prefers-reduced-motion: reduce) { .sp-page *, .sp-page *::before, .sp-page *::after { scroll-behavior: auto !important; } }
