:root {
    --sp-primary: #111827;
    --sp-accent: #2563eb;
    --sp-text: #101828;
    --sp-muted: #667085;
    --sp-border: #e4e7ec;
    --sp-bg: #f7f8fa;
    --sp-white: #ffffff;
    --sp-radius: 24px;
    --sp-shadow: 0 20px 60px rgba(16, 24, 40, .09);
}

html { scroll-behavior: smooth; }
body.sp-partner-site { margin: 0; background: var(--sp-white); color: var(--sp-text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.sp-menu-open { overflow: hidden; }
.sp-partner-site *, .sp-partner-site *::before, .sp-partner-site *::after { box-sizing: border-box; }
.sp-partner-site img { max-width: 100%; height: auto; }
.sp-partner-site a { color: inherit; text-decoration: none; }
.sp-partner-site button, .sp-partner-site input, .sp-partner-site textarea { font: inherit; }
.sp-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.sp-skip-link { position: fixed; z-index: 99999; top: 8px; left: 8px; padding: 10px 14px; background: #fff; color: #111827; border-radius: 8px; transform: translateY(-150%); }
.sp-skip-link:focus { transform: translateY(0); }

/* Header */
.sp-site-header { position: sticky; z-index: 1000; top: 0; width: 100%; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(228,231,236,.85); backdrop-filter: blur(18px); transition: box-shadow .25s ease, background .25s ease; }
.admin-bar .sp-site-header { top: 32px; }
.sp-site-header.sp-header-scrolled { box-shadow: 0 10px 35px rgba(16,24,40,.08); background: rgba(255,255,255,.98); }
.sp-header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.sp-brand { min-width: 0; display: inline-flex; align-items: center; gap: 13px; color: var(--sp-primary); }
.sp-brand-image { display: block; width: auto; max-width: 210px; max-height: 52px; object-fit: contain; }
.sp-brand-mark { width: 45px; height: 45px; display: inline-grid; place-items: center; flex: 0 0 auto; border-radius: 13px; color: #fff; background: linear-gradient(135deg, var(--sp-accent), #60a5fa); font-size: 24px; line-height: 1; font-weight: 900; box-shadow: 0 10px 24px color-mix(in srgb, var(--sp-accent) 24%, transparent); }
.sp-brand-copy { min-width: 0; display: flex; flex-direction: column; }
.sp-brand-copy strong { font-size: 18px; line-height: 1.15; letter-spacing: -.02em; }
.sp-brand-copy small { margin-top: 4px; color: var(--sp-muted); font-size: 10px; line-height: 1.25; white-space: nowrap; }
.sp-main-navigation { display: flex; align-items: center; gap: 28px; }
.sp-nav-list { display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; list-style: none; }
.sp-nav-list li { position: relative; margin: 0; }
.sp-nav-list a { display: block; padding: 11px 12px; color: #344054; border-radius: 10px; font-size: 14px; font-weight: 700; transition: color .2s ease, background .2s ease; }
.sp-nav-list a:hover, .sp-nav-list .current-menu-item > a, .sp-nav-list .current_page_item > a { color: var(--sp-accent); background: color-mix(in srgb, var(--sp-accent) 8%, white); }
.sp-nav-list .sub-menu { position: absolute; top: calc(100% + 8px); left: 0; min-width: 220px; margin: 0; padding: 8px; opacity: 0; visibility: hidden; transform: translateY(8px); background: #fff; border: 1px solid var(--sp-border); border-radius: 14px; box-shadow: var(--sp-shadow); list-style: none; transition: .2s ease; }
.sp-nav-list li:hover > .sub-menu, .sp-nav-list li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.sp-header-cta { display: inline-flex; align-items: center; gap: 8px; padding: 12px 17px; color: #fff !important; background: var(--sp-primary); border-radius: 11px; font-size: 14px; font-weight: 800; white-space: nowrap; transition: transform .2s ease, background .2s ease; }
.sp-header-cta:hover { background: var(--sp-accent); transform: translateY(-2px); }
.sp-menu-toggle { display: none; align-items: center; gap: 10px; padding: 9px 10px; color: var(--sp-primary); background: transparent; border: 0; cursor: pointer; }
.sp-menu-toggle-label { font-size: 14px; font-weight: 800; }
.sp-menu-toggle-lines { width: 24px; display: grid; gap: 5px; }
.sp-menu-toggle-lines i { display: block; width: 100%; height: 2px; background: currentColor; border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
.sp-menu-toggle[aria-expanded="true"] .sp-menu-toggle-lines i:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.sp-menu-toggle[aria-expanded="true"] .sp-menu-toggle-lines i:nth-child(2) { opacity: 0; }
.sp-menu-toggle[aria-expanded="true"] .sp-menu-toggle-lines i:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Shared */
.sp-main { overflow: hidden; }
.sp-eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #bfdbfe; font-size: 12px; line-height: 1.3; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.sp-eyebrow::before { content: ""; width: 27px; height: 2px; background: currentColor; }
.sp-eyebrow-dark { color: var(--sp-accent); }
.sp-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 13px 20px; border: 1px solid transparent; border-radius: 12px; font-size: 14px; line-height: 1.2; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.sp-button:hover { transform: translateY(-2px); }
.sp-button-primary { color: #fff !important; background: var(--sp-accent); box-shadow: 0 12px 25px color-mix(in srgb, var(--sp-accent) 28%, transparent); }
.sp-button-primary:hover { background: color-mix(in srgb, var(--sp-accent) 85%, #000); }
.sp-button-light { color: var(--sp-primary) !important; background: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.13); }
.sp-text-link { display: inline-flex; align-items: center; gap: 8px; color: #fff !important; font-size: 14px; font-weight: 800; }

/* Hero */
.sp-hero { position: relative; padding: 108px 0 116px; color: #fff; background: radial-gradient(circle at 78% 20%, color-mix(in srgb, var(--sp-accent) 35%, transparent), transparent 32%), linear-gradient(135deg, #0b1220 0%, var(--sp-primary) 56%, #0f2d5a 100%); }
.sp-hero::before { content: ""; position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, #000, transparent 80%); }
.sp-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); align-items: center; gap: 70px; }
.sp-hero-copy h1 { max-width: 760px; margin: 20px 0 23px; color: #fff; font-size: clamp(44px, 6.2vw, 78px); line-height: .98; letter-spacing: -.055em; font-weight: 900; }
.sp-hero-copy > p { max-width: 710px; margin: 0; color: #cbd5e1; font-size: clamp(17px, 2vw, 20px); line-height: 1.75; }
.sp-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; margin-top: 36px; }
.sp-hero-points { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 37px; color: #dbeafe; font-size: 13px; font-weight: 700; }
.sp-hero-points span { display: inline-flex; align-items: center; gap: 8px; }
.sp-hero-points span::before { content: "✓"; width: 20px; height: 20px; display: inline-grid; place-items: center; color: #fff; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.18); border-radius: 50%; font-size: 11px; }
.sp-hero-visual { position: relative; min-height: 455px; }
.sp-hero-visual::before { content: ""; position: absolute; inset: 6% 3% 4% 12%; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; transform: rotate(-8deg); }
.sp-hero-visual::after { content: ""; position: absolute; width: 230px; height: 230px; right: 0; bottom: 25px; border-radius: 50%; background: var(--sp-accent); filter: blur(95px); opacity: .28; }
.sp-visual-card { position: absolute; z-index: 2; border: 1px solid rgba(255,255,255,.16); box-shadow: 0 35px 85px rgba(0,0,0,.28); backdrop-filter: blur(18px); }
.sp-visual-card-main { inset: 38px 26px 45px 20px; display: flex; flex-direction: column; justify-content: space-between; padding: 42px; background: linear-gradient(145deg, rgba(255,255,255,.15), rgba(255,255,255,.06)); border-radius: 32px; transform: rotate(2deg); }
.sp-visual-kicker { color: #bfdbfe; font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.sp-visual-card-main > strong { color: #fff; font-size: clamp(30px, 4vw, 47px); line-height: 1.05; letter-spacing: -.04em; }
.sp-visual-logos { display: flex; }
.sp-visual-logos i { width: 57px; height: 57px; display: grid; place-items: center; margin-left: -8px; color: var(--sp-primary); background: #fff; border: 5px solid rgba(15,23,42,.25); border-radius: 18px; font-size: 21px; font-style: normal; font-weight: 900; }
.sp-visual-logos i:first-child { margin-left: 0; }
.sp-visual-card-small { right: -15px; bottom: 12px; width: 146px; display: flex; flex-direction: column; padding: 19px 22px; background: #fff; border-radius: 20px; transform: rotate(-4deg); }
.sp-visual-card-small span { color: var(--sp-muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.sp-visual-card-small strong { margin-top: 3px; color: var(--sp-accent); font-size: 35px; line-height: 1; }

/* Partners */
.sp-partner-section { padding: 112px 0; background: var(--sp-bg); }
.sp-section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 500px); gap: 65px; align-items: end; margin-bottom: 52px; }
.sp-section-heading h2, .sp-information-grid h2 { margin: 14px 0 0; color: var(--sp-primary); font-size: clamp(34px, 4.5vw, 54px); line-height: 1.05; letter-spacing: -.045em; }
.sp-section-heading > p { margin: 0; color: var(--sp-muted); font-size: 16px; line-height: 1.75; }
.sp-partner-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.sp-partner-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid var(--sp-border); border-radius: var(--sp-radius); box-shadow: 0 6px 20px rgba(16,24,40,.04); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.sp-partner-card:hover { transform: translateY(-7px); border-color: color-mix(in srgb, var(--sp-accent) 28%, var(--sp-border)); box-shadow: var(--sp-shadow); }
.sp-logo-frame { height: 195px; display: grid; place-items: center; padding: 33px; background: linear-gradient(145deg, #fff, #f3f5f8); border-bottom: 1px solid var(--sp-border); }
.sp-logo-frame img { display: block; width: 100%; height: 100%; max-height: 125px; object-fit: contain; }
.sp-logo-placeholder { width: 84px; height: 84px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--sp-primary), var(--sp-accent)); border-radius: 23px; font-size: 39px; font-weight: 900; }
.sp-card-content { display: flex; flex: 1; flex-direction: column; padding: 30px; }
.sp-partner-label { color: var(--sp-accent); font-size: 11px; line-height: 1.3; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.sp-card-content h3 { margin: 10px 0 14px; color: var(--sp-primary); font-size: 24px; line-height: 1.2; letter-spacing: -.025em; }
.sp-card-content > p { flex: 1; margin: 0; color: var(--sp-muted); font-size: 14.5px; line-height: 1.75; }
.sp-link-list { display: grid; gap: 9px; margin-top: 25px; }
.sp-link-list a { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-width: 0; padding: 13px 15px; color: #344054; background: #f8fafc; border: 1px solid var(--sp-border); border-radius: 11px; font-size: 13px; line-height: 1.35; font-weight: 800; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.sp-link-list a span:first-child { overflow-wrap: anywhere; }
.sp-link-list a:hover { color: #fff; background: var(--sp-accent); border-color: var(--sp-accent); }
.sp-empty-state { max-width: 680px; margin: 0 auto; padding: 55px 40px; text-align: center; background: #fff; border: 1px dashed #cbd5e1; border-radius: var(--sp-radius); }
.sp-empty-icon { width: 70px; height: 70px; display: grid; place-items: center; margin: 0 auto 18px; color: #fff; background: var(--sp-accent); border-radius: 21px; font-size: 34px; }
.sp-empty-state h3 { margin: 0 0 9px; font-size: 25px; }
.sp-empty-state p { margin: 0; color: var(--sp-muted); line-height: 1.7; }

/* Information */
.sp-information-section { padding: 100px 0; background: #fff; }
.sp-information-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr); gap: 95px; align-items: start; }
.sp-information-copy { display: grid; gap: 20px; padding-left: 34px; border-left: 3px solid var(--sp-accent); }
.sp-information-copy p { margin: 0; color: var(--sp-muted); font-size: 16px; line-height: 1.85; }

/* Content pages */
.sp-sub-hero { position: relative; overflow: hidden; padding: 94px 0 100px; color: #fff; background: radial-gradient(circle at 80% 14%, color-mix(in srgb, var(--sp-accent) 38%, transparent), transparent 30%), linear-gradient(135deg, #0b1220, var(--sp-primary) 62%, #0f2d5a); }
.sp-sub-hero::before { content: ""; position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 52px 52px; }
.sp-sub-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(290px, .75fr); align-items: center; gap: 72px; }
.sp-sub-hero-copy h1 { max-width: 850px; margin: 19px 0 22px; color: #fff; font-size: clamp(43px, 5.8vw, 72px); line-height: 1; letter-spacing: -.052em; }
.sp-sub-hero-copy > p:not(.sp-legal-updated) { max-width: 780px; margin: 0; color: #cbd5e1; font-size: clamp(17px, 2vw, 20px); line-height: 1.75; }
.sp-sub-hero-panel { min-height: 315px; display: flex; flex-direction: column; justify-content: space-between; padding: 35px; background: linear-gradient(145deg, rgba(255,255,255,.15), rgba(255,255,255,.055)); border: 1px solid rgba(255,255,255,.17); border-radius: 29px; box-shadow: 0 30px 75px rgba(0,0,0,.25); transform: rotate(2deg); backdrop-filter: blur(16px); }
.sp-sub-hero-panel span { color: #bfdbfe; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.sp-sub-hero-panel strong { overflow-wrap: anywhere; color: #fff; font-size: clamp(29px, 3.5vw, 44px); line-height: 1.05; letter-spacing: -.04em; }
.sp-sub-hero-panel i { color: #cbd5e1; font-size: 13px; font-style: normal; font-weight: 750; }
.sp-legal-updated { margin: 25px 0 0; color: #94a3b8; font-size: 13px; }
.sp-page-section { padding: 105px 0; }
.sp-page-section-muted { background: var(--sp-bg); }
.sp-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.sp-service-card { min-width: 0; display: flex; flex-direction: column; padding: 31px; background: #fff; border: 1px solid var(--sp-border); border-radius: 21px; box-shadow: 0 7px 22px rgba(16,24,40,.04); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.sp-service-card:hover { transform: translateY(-5px); border-color: color-mix(in srgb, var(--sp-accent) 28%, var(--sp-border)); box-shadow: var(--sp-shadow); }
.sp-card-number { width: 43px; height: 43px; display: grid; place-items: center; color: var(--sp-accent); background: color-mix(in srgb, var(--sp-accent) 9%, #fff); border-radius: 12px; font-size: 12px; font-weight: 900; }
.sp-service-card h3 { margin: 24px 0 12px; color: var(--sp-primary); font-size: 23px; line-height: 1.2; letter-spacing: -.026em; }
.sp-service-card p { flex: 1; margin: 0; color: var(--sp-muted); font-size: 14.5px; line-height: 1.75; }
.sp-service-card > a { display: inline-flex; align-items: center; gap: 8px; margin-top: 23px; color: var(--sp-accent); font-size: 13px; font-weight: 850; }
.sp-copy-stack { display: grid; gap: 95px; }
.sp-copy-block { display: grid; grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr); gap: 90px; align-items: start; }
.sp-copy-block-reverse .sp-copy-title { order: 2; }
.sp-copy-block-reverse .sp-copy-body { order: 1; }
.sp-copy-title h2 { margin: 14px 0 0; color: var(--sp-primary); font-size: clamp(34px, 4.2vw, 52px); line-height: 1.08; letter-spacing: -.045em; }
.sp-copy-body { padding-left: 31px; border-left: 3px solid var(--sp-accent); }
.sp-copy-block-reverse .sp-copy-body { padding: 0 31px 0 0; border-right: 3px solid var(--sp-accent); border-left: 0; }
.sp-copy-body p { margin: 0 0 18px; color: var(--sp-muted); font-size: 16px; line-height: 1.85; }
.sp-copy-body p:last-child { margin-bottom: 0; }
.sp-check-list { display: grid; gap: 12px; margin: 27px 0 0; padding: 0; list-style: none; }
.sp-check-list li { position: relative; padding-left: 31px; color: #344054; font-size: 14px; line-height: 1.6; font-weight: 700; }
.sp-check-list li::before { content: "✓"; position: absolute; top: 0; left: 0; width: 21px; height: 21px; display: grid; place-items: center; color: #fff; background: var(--sp-accent); border-radius: 50%; font-size: 11px; }
.sp-page-cta-section { padding-top: 0; }

/* Contact */
.sp-contact-grid { display: grid; grid-template-columns: minmax(270px, .72fr) minmax(0, 1.28fr); gap: 30px; align-items: start; }
.sp-contact-details { display: grid; gap: 18px; }
.sp-contact-card { padding: 27px; background: #fff; border: 1px solid var(--sp-border); border-radius: 19px; }
.sp-contact-card > span { display: block; margin-bottom: 10px; color: var(--sp-accent); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.sp-contact-card a, .sp-contact-card strong { display: block; color: var(--sp-primary); font-size: 18px; line-height: 1.35; overflow-wrap: anywhere; }
.sp-contact-card p { margin: 9px 0 0; color: var(--sp-muted); font-size: 14px; line-height: 1.7; }
.sp-contact-card-dark { color: #fff; background: var(--sp-primary); border-color: var(--sp-primary); }
.sp-contact-card-dark > span { color: #bfdbfe; }
.sp-contact-card-dark p { color: #cbd5e1; }
.sp-contact-form-wrap { padding: 37px; background: #fff; border: 1px solid var(--sp-border); border-radius: 23px; box-shadow: var(--sp-shadow); }
.sp-contact-form { display: grid; gap: 20px; }
.sp-form-row { display: grid; gap: 8px; }
.sp-form-row label { color: #344054; font-size: 13px; font-weight: 800; }
.sp-form-row label span { color: #dc2626; }
.sp-form-row input, .sp-form-row textarea { width: 100%; padding: 13px 14px; color: var(--sp-text); background: #fff; border: 1px solid #d0d5dd; border-radius: 10px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.sp-form-row input:focus, .sp-form-row textarea:focus { border-color: var(--sp-accent); box-shadow: 0 0 0 4px color-mix(in srgb, var(--sp-accent) 12%, transparent); }
.sp-form-row textarea { resize: vertical; }
.sp-consent { display: flex; align-items: flex-start; gap: 10px; color: var(--sp-muted); font-size: 12px; line-height: 1.55; }
.sp-consent input { margin-top: 3px; }
.sp-consent a { color: var(--sp-accent); text-decoration: underline; }
.sp-contact-form .sp-button { justify-self: start; border: 0; cursor: pointer; }
.sp-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.sp-form-notice { margin-bottom: 20px; padding: 14px 16px; border-radius: 11px; font-size: 14px; font-weight: 750; }
.sp-form-success { color: #166534; background: #dcfce7; border: 1px solid #bbf7d0; }
.sp-form-error { color: #991b1b; background: #fee2e2; border: 1px solid #fecaca; }

/* Legal */
.sp-legal-section { background: #fff; }
.sp-legal-layout { display: grid; grid-template-columns: 280px minmax(0, 760px); justify-content: space-between; gap: 75px; }
.sp-legal-aside { position: sticky; top: 120px; align-self: start; padding: 25px; background: var(--sp-bg); border: 1px solid var(--sp-border); border-radius: 17px; }
.sp-legal-aside strong { color: var(--sp-primary); font-size: 18px; }
.sp-legal-aside p { margin: 12px 0 0; color: var(--sp-muted); font-size: 13px; line-height: 1.7; }
.sp-legal-content { display: grid; gap: 47px; }
.sp-legal-content section { padding-bottom: 43px; border-bottom: 1px solid var(--sp-border); }
.sp-legal-content section:last-child { padding-bottom: 0; border-bottom: 0; }
.sp-legal-content h2 { margin: 0 0 17px; color: var(--sp-primary); font-size: 27px; line-height: 1.25; letter-spacing: -.025em; }
.sp-legal-content p { margin: 0 0 14px; color: var(--sp-muted); font-size: 15px; line-height: 1.85; }
.sp-legal-content p:last-child { margin-bottom: 0; }

/* CTA */
.sp-cta-section { padding: 0 0 110px; background: #fff; }
.sp-cta-card { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 45px; padding: 62px 66px; color: #fff; background: linear-gradient(125deg, var(--sp-primary), #172554 70%, var(--sp-accent)); border-radius: 30px; box-shadow: var(--sp-shadow); }
.sp-cta-card::after { content: ""; position: absolute; width: 300px; height: 300px; right: -110px; top: -160px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 35px rgba(255,255,255,.04), 0 0 0 70px rgba(255,255,255,.03); }
.sp-cta-card > * { position: relative; z-index: 1; }
.sp-cta-card h2 { margin: 13px 0 12px; color: #fff; font-size: clamp(31px, 4vw, 48px); line-height: 1.08; letter-spacing: -.04em; }
.sp-cta-card p { max-width: 710px; margin: 0; color: #cbd5e1; font-size: 16px; line-height: 1.7; }

/* Footer */
.sp-site-footer { color: #fff; background: #080d17; }
.sp-footer-top { display: grid; grid-template-columns: 1.4fr .65fr .75fr 1fr; gap: 55px; padding: 82px 0 64px; }
.sp-brand-footer { color: #fff; }
.sp-brand-footer .sp-brand-copy strong { color: #fff; }
.sp-brand-footer .sp-brand-copy small { color: #94a3b8; }
.sp-footer-brand-column > p, .sp-footer-contact > p { margin: 24px 0 0; color: #94a3b8; font-size: 14px; line-height: 1.75; }
.sp-footer-column h2 { margin: 0 0 20px; color: #fff; font-size: 14px; line-height: 1.3; letter-spacing: .04em; text-transform: uppercase; }
.sp-footer-links { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.sp-footer-links li { margin: 0; }
.sp-footer-links a { color: #94a3b8; font-size: 14px; transition: color .2s ease, transform .2s ease; }
.sp-footer-links a:hover { color: #fff; }
.sp-footer-contact { padding: 27px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.09); border-radius: 20px; }
.sp-footer-contact .sp-eyebrow { font-size: 10px; }
.sp-footer-contact > p { margin: 15px 0 22px; }
.sp-footer-contact .sp-button { min-height: 44px; padding: 11px 15px; }
.sp-footer-bottom { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.1); }
.sp-footer-bottom p { margin: 0; color: #64748b; font-size: 12px; }
.sp-legal-links { display: flex; flex-wrap: wrap; gap: 20px; }
.sp-legal-links a { color: #64748b; font-size: 12px; }
.sp-legal-links a:hover { color: #fff; }

@media (max-width: 1080px) {
    .sp-header-inner { min-height: 78px; }
    .sp-menu-toggle { display: inline-flex; }
    .sp-main-navigation { position: fixed; z-index: 1001; top: 78px; right: 0; bottom: 0; width: min(390px, 92vw); align-items: stretch; flex-direction: column; gap: 18px; padding: 30px; visibility: hidden; opacity: 0; transform: translateX(100%); background: #fff; border-left: 1px solid var(--sp-border); box-shadow: -20px 30px 50px rgba(16,24,40,.14); transition: transform .25s ease, opacity .25s ease, visibility .25s ease; }
    .admin-bar .sp-main-navigation { top: 110px; }
    .sp-main-navigation.sp-nav-open { visibility: visible; opacity: 1; transform: translateX(0); }
    .sp-nav-list { align-items: stretch; flex-direction: column; gap: 4px; }
    .sp-nav-list a { padding: 13px 14px; font-size: 16px; }
    .sp-nav-list .sub-menu { position: static; min-width: 0; padding: 5px 0 5px 15px; opacity: 1; visibility: visible; transform: none; border: 0; box-shadow: none; }
    .sp-header-cta { justify-content: center; margin-top: auto; padding: 15px; }
    .sp-hero-grid { grid-template-columns: 1fr 410px; gap: 35px; }
    .sp-partner-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sp-footer-top { grid-template-columns: 1.2fr .8fr .8fr; }
    .sp-footer-contact { grid-column: 1 / -1; }
    .sp-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
    .admin-bar .sp-site-header { top: 46px; }
    .admin-bar .sp-main-navigation { top: 124px; }
    .sp-shell { width: min(100% - 34px, 1180px); }
    .sp-hero { padding: 78px 0 86px; }
    .sp-hero-grid { grid-template-columns: 1fr; gap: 55px; }
    .sp-hero-copy h1 { max-width: 700px; }
    .sp-hero-visual { min-height: 395px; width: min(100%, 520px); margin: 0 auto; }
    .sp-section-heading, .sp-information-grid { grid-template-columns: 1fr; gap: 25px; }
    .sp-information-copy { padding-left: 24px; }
    .sp-cta-card { grid-template-columns: 1fr; align-items: start; padding: 46px 38px; }
    .sp-sub-hero-grid, .sp-copy-block, .sp-contact-grid, .sp-legal-layout { grid-template-columns: 1fr; gap: 42px; }
    .sp-sub-hero-panel { min-height: 240px; }
    .sp-copy-block-reverse .sp-copy-title, .sp-copy-block-reverse .sp-copy-body { order: initial; }
    .sp-copy-block-reverse .sp-copy-body { padding: 0 0 0 24px; border-right: 0; border-left: 3px solid var(--sp-accent); }
    .sp-legal-aside { position: static; }
}

@media (max-width: 620px) {
    .sp-shell { width: min(100% - 26px, 1180px); }
    .sp-header-inner { min-height: 72px; gap: 12px; }
    .sp-brand-mark { width: 40px; height: 40px; border-radius: 11px; font-size: 21px; }
    .sp-brand-copy strong { font-size: 16px; }
    .sp-brand-copy small { display: none; }
    .sp-brand-image { max-width: 165px; max-height: 43px; }
    .sp-main-navigation { top: 72px; width: 100%; }
    .admin-bar .sp-main-navigation { top: 118px; }
    .sp-menu-toggle-label { display: none; }
    .sp-hero { padding: 65px 0 72px; }
    .sp-hero-copy h1 { margin-top: 16px; font-size: clamp(40px, 13vw, 57px); }
    .sp-hero-copy > p { font-size: 16px; line-height: 1.7; }
    .sp-hero-actions { align-items: stretch; flex-direction: column; gap: 17px; }
    .sp-text-link { justify-content: center; }
    .sp-hero-points { display: grid; }
    .sp-hero-visual { min-height: 325px; }
    .sp-visual-card-main { inset: 15px 8px 35px; padding: 28px; border-radius: 25px; }
    .sp-visual-card-main > strong { font-size: 31px; }
    .sp-visual-card-small { right: 0; bottom: 0; width: 125px; padding: 15px 18px; }
    .sp-partner-section, .sp-information-section { padding: 76px 0; }
    .sp-section-heading { margin-bottom: 35px; }
    .sp-section-heading h2, .sp-information-grid h2 { font-size: 38px; }
    .sp-partner-grid { grid-template-columns: 1fr; }
    .sp-logo-frame { height: 170px; }
    .sp-card-content { padding: 25px; }
    .sp-information-copy { padding-left: 19px; }
    .sp-cta-section { padding-bottom: 75px; }
    .sp-cta-card { padding: 37px 26px; border-radius: 24px; }
    .sp-footer-top { grid-template-columns: 1fr 1fr; gap: 42px 28px; padding: 62px 0 50px; }
    .sp-footer-brand-column, .sp-footer-contact { grid-column: 1 / -1; }
    .sp-footer-bottom { align-items: flex-start; flex-direction: column; gap: 14px; }
    .sp-sub-hero { padding: 66px 0 73px; }
    .sp-sub-hero-copy h1 { font-size: clamp(39px, 12vw, 55px); }
    .sp-sub-hero-panel { min-height: 205px; padding: 27px; }
    .sp-page-section { padding: 75px 0; }
    .sp-service-grid { grid-template-columns: 1fr; }
    .sp-service-card, .sp-contact-form-wrap { padding: 25px; }
    .sp-copy-stack { gap: 70px; }
    .sp-copy-block { gap: 27px; }
    .sp-copy-body, .sp-copy-block-reverse .sp-copy-body { padding-left: 19px; }
}

@media (max-width: 380px) {
    .sp-footer-top { grid-template-columns: 1fr; }
    .sp-footer-brand-column, .sp-footer-contact { grid-column: auto; }
}
