:root {
    --s7-ink: #071b3e;
    --s7-navy: #031533;
    --s7-navy-2: #062a5b;
    --s7-blue: #0c7cff;
    --s7-cyan: #45c5ff;
    --s7-orange: #ff7316;
    --s7-text: #52647e;
    --s7-line: #dce8f5;
    --s7-light: #f3f8fe;
}

html { scroll-behavior: smooth; }
body { background: #ffffff; color: var(--s7-ink); }
.s7-page { overflow: hidden; background: #fff; font-family: "Outfit", "Segoe UI", Arial, sans-serif; }
.s7-page *, .s7-page *::before, .s7-page *::after { box-sizing: border-box; }
.s7-container { width: min(1320px, calc(100% - 40px)); margin: 0 auto; }
.s7-symbols { position: absolute; width: 0; height: 0; overflow: hidden; }
.s7-page svg { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
#super7-fitment, #super7-included, #super7-consultation { scroll-margin-top: 100px; }

/* Hero */
.s7-hero {
    position: relative;
    min-height: 710px;
    padding: 62px 0 48px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 78% 42%, rgba(0, 124, 255, .25), transparent 32%),
        radial-gradient(circle at 15% 28%, rgba(36, 190, 255, .10), transparent 27%),
        linear-gradient(132deg, #020d24 0%, #031b40 53%, #041a3a 100%);
}
.s7-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .3;
    background-image: linear-gradient(rgba(70, 175, 255, .10) 1px, transparent 1px), linear-gradient(90deg, rgba(70, 175, 255, .10) 1px, transparent 1px);
    background-size: 58px 58px;
    mask-image: linear-gradient(90deg, #000, transparent 45%, #000);
    pointer-events: none;
}
.s7-grid-field {
    position: absolute;
    right: -3%;
    bottom: -160px;
    width: 70%;
    height: 400px;
    opacity: .28;
    background-image: radial-gradient(circle, #3eb8ff 1px, transparent 1.6px);
    background-size: 18px 18px;
    transform: perspective(420px) rotateX(60deg) rotateZ(-4deg);
    pointer-events: none;
}
.s7-hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(350px, .78fr) minmax(620px, 1.22fr); gap: 24px; align-items: center; }
.s7-hero-copy { max-width: 545px; padding-left: 4px; }
.s7-eyebrow, .s7-kicker { display: inline-flex; align-items: center; gap: 9px; color: #74d4ff; font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.s7-eyebrow span { display: block; width: 28px; height: 2px; background: var(--s7-orange); box-shadow: 0 0 12px rgba(255, 115, 22, .8); }
.s7-hero h1 { margin: 14px 0 8px; color: #fff; font-size: clamp(58px, 6vw, 94px); font-weight: 950; line-height: .88; letter-spacing: -.06em; text-shadow: 0 12px 40px rgba(0, 0, 0, .24); }
.s7-hero h1 span { color: var(--s7-orange); }
.s7-hero h2 { max-width: 520px; margin: 22px 0 17px; color: #fff; font-size: clamp(25px, 2.2vw, 37px); font-weight: 520; line-height: 1.23; letter-spacing: -.025em; }
.s7-hero-copy > p { max-width: 520px; margin: 0; color: rgba(231, 243, 255, .78); font-size: 16px; line-height: 1.72; }
.s7-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 29px; }
.s7-btn { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 52px; padding: 0 21px; border: 1px solid transparent; border-radius: 7px; font-size: 14px; font-weight: 850; line-height: 1; text-decoration: none !important; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.s7-btn:hover, .s7-btn:focus-visible { transform: translateY(-2px); outline: none; }
.s7-btn-primary { background: linear-gradient(135deg, #ff7d20, #f45a00); color: #fff !important; box-shadow: 0 14px 34px rgba(255, 97, 9, .28); }
.s7-btn-primary:hover, .s7-btn-primary:focus-visible { background: linear-gradient(135deg, #ff8a35, #ff650b); box-shadow: 0 17px 38px rgba(255, 97, 9, .36); }
.s7-btn-secondary { border-color: rgba(84, 183, 255, .56); background: rgba(4, 42, 91, .42); color: #fff !important; }
.s7-btn-secondary:hover, .s7-btn-secondary:focus-visible { border-color: #72d1ff; background: rgba(10, 92, 171, .42); }
.s7-hero-note { display: flex; align-items: center; gap: 10px; margin-top: 25px; color: rgba(222, 239, 255, .68); font-size: 12px; line-height: 1.4; }
.s7-hero-note svg { width: 23px; height: 23px; color: #55c7ff; }

/* Seven-service orbit */
.s7-orbit { position: relative; width: min(100%, 720px); height: 620px; justify-self: end; }
.s7-orbit::before { content: ""; position: absolute; left: 50%; top: 50%; width: 345px; height: 345px; border-radius: 50%; background: radial-gradient(circle, rgba(22, 137, 255, .28), transparent 66%); transform: translate(-50%, -50%); filter: blur(2px); }
.s7-orbit-lines { position: absolute; inset: 0; width: 100%; height: 100%; color: #168cff; stroke-width: 1.3; filter: drop-shadow(0 0 7px rgba(15, 145, 255, .7)); }
.s7-orbit-lines circle { stroke-dasharray: 4 9; opacity: .65; }
.s7-orbit-lines path { opacity: .42; }
.s7-core { position: absolute; z-index: 3; left: 50%; top: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 190px; height: 214px; padding: 24px 15px; border: 2px solid #50bfff; clip-path: polygon(50% 0, 91% 17%, 87% 68%, 50% 100%, 13% 68%, 9% 17%); background: radial-gradient(circle at 50% 30%, #0b71d4, #06285a 63%, #020c20); color: #fff; transform: translate(-50%, -50%); filter: drop-shadow(0 18px 28px rgba(0, 86, 198, .38)); }
.s7-core::before { content: ""; position: absolute; inset: 10px; clip-path: inherit; border: 1px solid rgba(155, 224, 255, .55); background: linear-gradient(150deg, rgba(255,255,255,.10), transparent 55%); }
.s7-core-ring { position: absolute; left: 50%; top: 48%; width: 235px; height: 68px; border: 1px solid rgba(75, 181, 255, .65); border-radius: 50%; transform: translate(-50%, -50%); box-shadow: 0 0 20px rgba(18, 139, 255, .3); }
.s7-core > svg { position: relative; width: 62px; height: 62px; margin-bottom: 10px; color: #8be0ff; stroke-width: 1.6; filter: drop-shadow(0 0 13px rgba(51, 186, 255, .8)); }
.s7-core strong { position: relative; color: #fff; font-size: 23px; font-weight: 950; letter-spacing: .04em; }
.s7-core strong span { color: var(--s7-orange); }
.s7-core small { position: relative; margin-top: 3px; color: rgba(219, 239, 255, .77); font-size: 10px; }
.s7-orbit-node { position: absolute; z-index: 4; display: grid; grid-template-columns: 32px minmax(0,1fr); grid-template-rows: auto auto; align-items: center; width: 178px; min-height: 116px; padding: 13px 12px; border: 1px solid rgba(99, 193, 255, .72); border-radius: 18px; background: linear-gradient(145deg, rgba(8, 61, 120, .96), rgba(3, 24, 57, .98)); color: #fff; box-shadow: inset 0 0 24px rgba(32, 138, 255, .12), 0 12px 30px rgba(0, 7, 25, .32), 0 0 13px rgba(23, 129, 255, .15); }
.s7-orbit-node::after { content: ""; position: absolute; inset: 5px; border: 1px solid rgba(255,255,255,.08); border-radius: 13px; pointer-events: none; }
.s7-orbit-node b { align-self: start; color: var(--s7-orange); font-size: 23px; font-weight: 950; line-height: 1; }
.s7-orbit-node > svg { width: 30px; height: 30px; color: #8cd7ff; }
.s7-orbit-node > span { grid-column: 1 / -1; align-self: end; margin-top: 8px; color: #fff; font-size: 12.5px; font-weight: 750; line-height: 1.25; text-align: center; }
.s7-orbit-node small { display: block; margin-top: 3px; color: rgba(212, 235, 255, .72); font-size: 10px; font-weight: 550; }
.s7-node-1 { left: 50%; top: 0; transform: translateX(-50%); }
.s7-node-2 { right: 2px; top: 82px; }
.s7-node-3 { right: -8px; top: 276px; }
.s7-node-4 { right: 98px; bottom: 0; }
.s7-node-5 { left: 98px; bottom: 0; }
.s7-node-6 { left: -8px; top: 276px; }
.s7-node-7 { left: 2px; top: 82px; }

/* Outcomes */
.s7-outcomes { position: relative; z-index: 3; padding: 0 0 42px; background: var(--s7-navy); }
.s7-outcome-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); overflow: hidden; border: 1px solid rgba(65, 176, 255, .62); border-radius: 15px; background: rgba(5, 35, 75, .72); box-shadow: 0 20px 50px rgba(0, 6, 23, .25); }
.s7-outcome { position: relative; min-height: 150px; padding: 22px 18px 18px; border-right: 1px solid rgba(99, 180, 238, .26); text-align: center; }
.s7-outcome:last-child { border-right: 0; }
.s7-outcome > span { position: absolute; right: 12px; top: 9px; color: rgba(107, 201, 255, .28); font-size: 11px; font-weight: 900; }
.s7-outcome svg { display: block; width: 48px; height: 48px; margin: 0 auto 11px; color: #69c9ff; }
.s7-outcome:nth-child(1) svg, .s7-outcome:nth-child(3) svg, .s7-outcome:nth-child(5) svg { color: #ff812e; }
.s7-outcome strong { display: block; color: #fff; font-size: 20px; font-weight: 900; letter-spacing: .02em; text-transform: uppercase; }
.s7-outcome small { display: block; max-width: 185px; margin: 5px auto 0; color: rgba(217, 237, 255, .63); font-size: 10.5px; line-height: 1.35; }

/* Shared sections */
.s7-section { padding: 88px 0; }
.s7-section-heading { max-width: 780px; margin: 0 auto 40px; text-align: center; }
.s7-section-heading .s7-kicker { color: #0874df; }
.s7-section-heading h2 { margin: 10px 0 12px; color: var(--s7-ink); font-size: clamp(31px, 3.2vw, 45px); font-weight: 900; line-height: 1.12; letter-spacing: -.035em; }
.s7-section-heading p { margin: 0; color: var(--s7-text); font-size: 15.5px; line-height: 1.65; }

/* Business pain to Super7 response */
.s7-pain-map {
    position: relative;
    background:
        radial-gradient(circle at 85% 15%, rgba(28, 145, 255, .11), transparent 25%),
        linear-gradient(180deg, #edf6ff 0%, #f8fbff 55%, #fff 100%);
}

.s7-pain-map::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .28;
    pointer-events: none;
    background-image: radial-gradient(circle, rgba(13, 120, 224, .35) 1px, transparent 1.4px);
    background-size: 26px 26px;
    mask-image: linear-gradient(90deg, #000, transparent 30%, transparent 70%, #000);
}

.s7-pain-map .s7-container { position: relative; z-index: 1; }
.s7-map-list { display: grid; gap: 15px; max-width: 1160px; margin: 0 auto; }

.s7-map-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 58px minmax(0, 1.12fr);
    align-items: stretch;
    overflow: hidden;
    border: 1px solid #bddaf6;
    border-radius: 15px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 12px 32px rgba(8, 60, 119, .065);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.s7-map-card:hover {
    transform: translateY(-3px);
    border-color: #69b8ff;
    box-shadow: 0 18px 40px rgba(8, 75, 150, .11);
}

.s7-map-featured { border-color: #ff9b5a; }
.s7-map-side { display: grid; grid-template-columns: 68px minmax(0, 1fr); gap: 18px; align-items: center; min-height: 128px; padding: 21px 25px; }
.s7-map-side > div { min-width: 0; }
.s7-map-side small { display: block; margin-bottom: 5px; color: #6f7e93; font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.s7-map-side h3 { margin: 0; color: var(--s7-ink); font-size: clamp(17px, 1.6vw, 22px); font-weight: 900; line-height: 1.2; }
.s7-map-side p { margin: 5px 0 0; color: #477091; font-size: 12px; font-weight: 650; line-height: 1.35; }

.s7-map-icon {
    display: grid;
    width: 64px;
    height: 64px;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 15px;
    background: currentColor;
    box-shadow: 0 10px 23px rgba(6, 63, 124, .1);
}

.s7-map-icon svg { width: 36px; height: 36px; }
.s7-map-pain .s7-map-icon { color: #ff5f35; background: #fff5f1; }
.s7-map-pain .s7-map-icon svg { color: #f44e2d; }
.s7-map-response .s7-map-icon { color: #4eaeff; background: #edf8ff; }
.s7-map-response .s7-map-icon svg { color: #087be9; }

.s7-map-arrow {
    display: grid;
    place-items: center;
    color: var(--s7-blue);
    background: linear-gradient(180deg, #edf7ff, #e6f3ff);
    font-size: 28px;
    font-weight: 900;
    box-shadow: inset 1px 0 #d9eafb, inset -1px 0 #d9eafb;
}

.s7-map-featured .s7-map-arrow { color: var(--s7-orange); background: #fff6ef; }

.s7-integrated-band {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) auto;
    gap: 19px;
    align-items: center;
    max-width: 1160px;
    margin: 26px auto 0;
    padding: 20px 24px;
    border: 1px solid #3da8ff;
    border-radius: 15px;
    color: #fff;
    background: radial-gradient(circle at 85% 50%, rgba(34, 143, 255, .3), transparent 25%), linear-gradient(125deg, #031634, #073369);
    box-shadow: 0 18px 40px rgba(4, 38, 84, .18);
}

.s7-integrated-band > svg { width: 60px; height: 60px; padding: 12px; border: 1px solid rgba(108, 203, 255, .55); border-radius: 50%; color: #6dd2ff; }
.s7-integrated-band strong, .s7-integrated-band small { display: block; }
.s7-integrated-band strong { font-size: 18px; font-weight: 900; }
.s7-integrated-band small { margin-top: 3px; color: rgba(220, 239, 255, .7); font-size: 11px; }
.s7-integrated-band a { display: inline-flex; gap: 12px; align-items: center; color: #fff; font-size: 13px; font-weight: 850; text-decoration: none; }
.s7-integrated-band a span { color: var(--s7-orange); font-size: 21px; }

/* Capabilities */
.s7-included { background: linear-gradient(180deg, #f4f9ff 0%, #fff 72%); }
.s7-capability-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px; }
.s7-capability { grid-column: span 3; position: relative; min-height: 235px; padding: 23px 21px 21px; overflow: hidden; border: 1px solid var(--s7-line); border-radius: 14px; background: #fff; box-shadow: 0 15px 42px rgba(6, 40, 83, .065); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.s7-capability:nth-child(n+5) { grid-column: span 4; }
.s7-capability:hover { transform: translateY(-5px); border-color: #8bc8ff; box-shadow: 0 21px 48px rgba(7, 78, 157, .12); }
.s7-capability::after { content: ""; position: absolute; right: -50px; top: -55px; width: 145px; height: 145px; border: 1px solid rgba(13, 124, 255, .11); border-radius: 50%; box-shadow: 0 0 0 25px rgba(13, 124, 255, .035); }
.s7-card-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; margin-bottom: 19px; }
.s7-card-top span { color: rgba(8, 116, 223, .38); font-size: 31px; font-weight: 950; }
.s7-card-top svg { width: 48px; height: 48px; padding: 9px; border: 1px solid #b6dafb; border-radius: 12px; background: #eef7ff; color: #0b79e8; }
.s7-capability h3 { position: relative; z-index: 1; min-height: 50px; margin: 0 0 14px; color: var(--s7-ink); font-size: 18px; font-weight: 900; line-height: 1.35; }
.s7-capability > p { position: relative; z-index: 1; margin: 0; color: var(--s7-text); font-size: 13px; font-weight: 600; line-height: 1.5; }

/* Delivery */
.s7-delivery { position: relative; color: #fff; background: radial-gradient(circle at 50% 130%, rgba(16, 124, 255, .28), transparent 45%), linear-gradient(135deg, #03142f, #052a59); }
.s7-delivery::after { content: ""; position: absolute; inset: 0; opacity: .25; background-image: radial-gradient(circle, #40baff 1px, transparent 1.5px); background-size: 22px 22px; mask-image: linear-gradient(180deg, transparent, #000 75%); pointer-events: none; }
.s7-delivery .s7-container { position: relative; z-index: 1; }
.s7-delivery .s7-section-heading .s7-kicker { color: #6ad1ff; }
.s7-delivery .s7-section-heading h2 { color: #fff; }
.s7-delivery .s7-section-heading p { color: rgba(220, 239, 255, .7); }
.s7-process { position: relative; display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 22px; margin: 0; padding: 0; list-style: none; }
.s7-process::before { content: ""; position: absolute; left: 9%; right: 9%; top: 59px; height: 1px; background: repeating-linear-gradient(90deg, #35aaff 0 7px, transparent 7px 14px); box-shadow: 0 0 10px rgba(31, 157, 255, .55); }
.s7-process li { position: relative; z-index: 1; padding: 0 12px; text-align: center; }
.s7-process li > span { position: absolute; left: calc(50% + 34px); top: -7px; display: grid; place-items: center; width: 28px; height: 28px; border: 2px solid #8bdcff; border-radius: 50%; background: #0969d5; color: #fff; font-size: 12px; font-weight: 900; }
.s7-process svg { display: block; width: 118px; height: 118px; margin: 0 auto 18px; padding: 30px; border: 1px solid #56baff; border-radius: 50%; background: radial-gradient(circle, rgba(26, 133, 242, .3), rgba(3, 27, 61, .94)); color: #8edcff; box-shadow: inset 0 0 28px rgba(41, 145, 255, .22), 0 0 22px rgba(10, 112, 222, .2); }
.s7-process h3 { margin: 0 0 6px; color: #fff; font-size: 20px; font-weight: 900; }
.s7-process p { margin: 0 auto; color: rgba(218, 238, 255, .64); font-size: 12px; line-height: 1.5; }

/* Industries */
.s7-industries { background: #fff; }
.s7-industry-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 15px; }
.s7-industry { min-height: 160px; padding: 25px 17px 20px; border: 1px solid var(--s7-line); border-radius: 13px; background: linear-gradient(180deg, #fff, #f8fbff); text-align: center; transition: transform .2s ease, border-color .2s ease; }
.s7-industry:hover { transform: translateY(-4px); border-color: #8fcaff; }
.s7-industry svg { display: block; width: 58px; height: 58px; margin: 0 auto 20px; color: #157fe5; }
.s7-industry::after { content: ""; display: block; width: 28px; height: 3px; margin: 14px auto 0; border-radius: 5px; background: var(--s7-orange); }
.s7-industry strong { display: block; color: var(--s7-ink); font-size: 16px; font-weight: 900; }
.s7-industry small { display: block; margin-top: 8px; color: var(--s7-text); font-size: 11px; line-height: 1.45; }

/* Consultation */
.s7-consultation { position: relative; padding: 86px 0; overflow: hidden; color: #fff; background: radial-gradient(circle at 90% 10%, rgba(12, 124, 255, .27), transparent 30%), linear-gradient(125deg, #020f27, #06295a); }
.s7-consultation::before { content: ""; position: absolute; left: -160px; bottom: -210px; width: 560px; height: 560px; border: 1px solid rgba(62, 180, 255, .14); border-radius: 50%; box-shadow: 0 0 0 48px rgba(62, 180, 255, .035), 0 0 0 98px rgba(62, 180, 255, .022); }
.s7-consult-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .86fr 1.14fr; gap: 65px; align-items: center; }
.s7-consult-copy .s7-kicker { color: #69d2ff; }
.s7-consult-copy h2 { margin: 12px 0 16px; color: #fff; font-size: clamp(34px, 3.7vw, 51px); font-weight: 900; line-height: 1.08; letter-spacing: -.04em; }
.s7-consult-copy > p { max-width: 570px; margin: 0; color: rgba(222, 239, 255, .72); font-size: 15px; line-height: 1.7; }
.s7-consult-benefits { display: grid; gap: 15px; margin-top: 30px; }
.s7-consult-benefits > div { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 14px; align-items: center; }
.s7-consult-benefits b { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(91, 198, 255, .52); border-radius: 50%; color: #75d4ff; font-size: 11px; }
.s7-consult-benefits strong, .s7-consult-benefits small { display: block; }
.s7-consult-benefits strong { color: #fff; font-size: 14px; font-weight: 850; }
.s7-consult-benefits small { margin-top: 2px; color: rgba(216, 237, 255, .59); font-size: 11.5px; line-height: 1.4; }
.s7-form-card { padding: 30px; border: 1px solid rgba(96, 192, 255, .34); border-radius: 16px; background: rgba(255, 255, 255, .97); box-shadow: 0 28px 70px rgba(0, 4, 16, .35); }
.s7-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.s7-form-grid label { display: block; margin: 0; }
.s7-form-grid label > span { display: block; margin-bottom: 7px; color: #18304f; font-size: 12px; font-weight: 850; }
.s7-form-wide { grid-column: 1 / -1; }
.s7-form-card input, .s7-form-card textarea { display: block; width: 100%; min-height: 48px; margin: 0; padding: 11px 13px; border: 1px solid #d6e3f0; border-radius: 8px; outline: none; background: #f9fbfe; color: #0a1e3b; font: 500 13px/1.45 "Outfit", "Segoe UI", Arial, sans-serif; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.s7-form-card textarea { min-height: 116px; resize: vertical; }
.s7-form-card input:focus, .s7-form-card textarea:focus { border-color: #1788f3; background: #fff; box-shadow: 0 0 0 3px rgba(12, 124, 255, .11); }
.s7-turnstile { min-height: 65px; margin-top: 18px; }
.s7-submit { display: inline-flex; align-items: center; justify-content: center; gap: 15px; min-height: 50px; padding: 0 21px; border: 0; border-radius: 7px; background: linear-gradient(135deg, #ff7d20, #f45a00); color: #fff; font-size: 13.5px; font-weight: 850; box-shadow: 0 13px 28px rgba(255, 96, 8, .26); cursor: pointer; transition: transform .18s ease, opacity .18s ease; }
.s7-submit:hover, .s7-submit:focus-visible { transform: translateY(-2px); outline: none; }
.s7-submit:disabled { opacity: .65; cursor: wait; transform: none; }
.s7-form-note { margin: 12px 0 0; color: #718097; font-size: 10.5px; line-height: 1.4; }

/* Closing banner */
.s7-closing { padding: 28px 0; background: #eef6ff; }
.s7-closing-inner { display: grid; grid-template-columns: 74px 1fr auto; gap: 22px; align-items: center; padding: 26px 30px; border: 1px solid #85c6ff; border-radius: 15px; background: radial-gradient(circle at 90% 50%, rgba(28, 135, 255, .25), transparent 24%), linear-gradient(135deg, #041939, #07356c); box-shadow: 0 18px 42px rgba(5, 49, 105, .14); }
.s7-closing-inner > svg { width: 68px; height: 68px; padding: 13px; border: 1px solid rgba(119, 207, 255, .52); border-radius: 50%; color: #75d2ff; }
.s7-closing-inner span { color: #64caff; font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.s7-closing-inner h2 { margin: 4px 0 0; color: #fff; font-size: clamp(23px, 2.5vw, 34px); font-weight: 850; line-height: 1.2; }

/* Motion */
.s7-reveal { opacity: 1; transform: none; }
.s7-js .s7-reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.75,.25,1); }
.s7-js .s7-reveal.s7-visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
    .s7-hero { min-height: 670px; }
    .s7-hero-layout { grid-template-columns: minmax(330px, .78fr) minmax(560px, 1.22fr); }
    .s7-orbit { height: 590px; transform: scale(.9); transform-origin: center right; }
    .s7-capability { grid-column: span 4; }
    .s7-capability:nth-child(n+5) { grid-column: span 4; }
    .s7-capability:nth-child(7) { grid-column: 5 / span 4; }
    .s7-industry-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 991px) {
    .s7-container { width: min(100% - 30px, 820px); }
    .s7-hero { min-height: 0; padding: 60px 0 45px; }
    .s7-hero-layout { grid-template-columns: 1fr; gap: 50px; }
    .s7-hero-copy { max-width: 680px; margin: 0 auto; text-align: center; }
    .s7-hero h2, .s7-hero-copy > p { margin-left: auto; margin-right: auto; }
    .s7-eyebrow, .s7-hero-actions, .s7-hero-note { justify-content: center; }
    .s7-orbit { justify-self: center; width: min(100%, 720px); transform: scale(.96); transform-origin: center; }
    .s7-outcome-grid { grid-template-columns: repeat(5, minmax(120px, 1fr)); overflow-x: auto; }
    .s7-outcome { min-width: 145px; }
    .s7-section { padding: 70px 0; }
    .s7-map-side { padding: 19px 20px; }
    .s7-map-side h3 { font-size: 18px; }
    .s7-capability, .s7-capability:nth-child(n+5), .s7-capability:nth-child(7) { grid-column: span 6; }
    .s7-process { grid-template-columns: repeat(5, minmax(150px, 1fr)); overflow-x: auto; padding: 6px 0 15px; scroll-snap-type: x proximity; }
    .s7-process::before { display: none; }
    .s7-process li { scroll-snap-align: center; }
    .s7-consult-layout { grid-template-columns: 1fr; gap: 40px; }
    .s7-consult-copy { max-width: 680px; }
    .s7-closing-inner { grid-template-columns: 64px 1fr; }
    .s7-closing-inner .s7-btn { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 740px) {
    .s7-hero-layout { gap: 38px; }
    .s7-orbit { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; width: 100%; height: auto; transform: none; }
    .s7-orbit-lines { display: none; }
    .s7-orbit::before { left: 50%; top: 90px; width: 260px; height: 210px; }
    .s7-core { position: relative; grid-column: 1 / -1; left: auto; top: auto; width: 150px; height: 170px; margin: 0 auto 10px; transform: none; }
    .s7-core-ring { width: 185px; height: 55px; }
    .s7-core > svg { width: 48px; height: 48px; }
    .s7-orbit-node { position: relative; inset: auto !important; width: auto; min-height: 112px; transform: none !important; }
    .s7-node-7 { grid-column: 1 / -1; width: calc(50% - 6px); justify-self: center; }
    .s7-outcomes { padding-bottom: 28px; }
    .s7-outcome-grid { width: calc(100% - 20px); }
    .s7-map-card { grid-template-columns: 1fr; }
    .s7-map-side { min-height: 0; padding: 20px; }
    .s7-map-arrow { min-height: 45px; box-shadow: inset 0 1px #d9eafb, inset 0 -1px #d9eafb; }
    .s7-map-arrow { transform: rotate(90deg); }
    .s7-integrated-band { grid-template-columns: 54px 1fr; }
    .s7-integrated-band > svg { width: 52px; height: 52px; }
    .s7-integrated-band a { grid-column: 1 / -1; justify-self: center; }
    .s7-capability, .s7-capability:nth-child(n+5), .s7-capability:nth-child(7) { grid-column: 1 / -1; min-height: 0; }
    .s7-capability h3 { min-height: 0; }
    .s7-industry-grid { grid-template-columns: repeat(2, 1fr); }
    .s7-industry { min-height: 150px; }
    .s7-form-grid { grid-template-columns: 1fr; }
    .s7-form-wide { grid-column: auto; }
}

@media (max-width: 520px) {
    .s7-container { width: min(100% - 24px, 480px); }
    .s7-hero { padding-top: 48px; }
    .s7-hero h1 { font-size: 58px; }
    .s7-hero h2 { font-size: 25px; }
    .s7-hero-copy > p { font-size: 14px; }
    .s7-hero-actions { display: grid; }
    .s7-btn { width: 100%; }
    .s7-section { padding: 56px 0; }
    .s7-section-heading { margin-bottom: 30px; }
    .s7-section-heading h2 { font-size: 31px; }
    .s7-map-side { grid-template-columns: 54px minmax(0, 1fr); gap: 14px; padding: 18px 16px; }
    .s7-map-icon { width: 52px; height: 52px; border-radius: 12px; }
    .s7-map-icon svg { width: 30px; height: 30px; }
    .s7-map-side h3 { font-size: 17px; }
    .s7-integrated-band { grid-template-columns: 1fr; padding: 20px; text-align: center; }
    .s7-integrated-band > svg { margin: 0 auto; }
    .s7-orbit { grid-template-columns: 1fr; }
    .s7-node-7 { grid-column: auto; width: auto; }
    .s7-orbit-node { grid-template-columns: 38px 36px 1fr; grid-template-rows: auto; min-height: 78px; }
    .s7-orbit-node > span { grid-column: auto; margin: 0; text-align: left; }
    .s7-orbit-node b { align-self: center; }
    .s7-industry-grid { grid-template-columns: 1fr; }
    .s7-industry { min-height: 0; padding: 22px; }
    .s7-form-card { padding: 22px 18px; }
    .s7-turnstile { overflow-x: auto; }
    .s7-submit { width: 100%; }
    .s7-closing-inner { grid-template-columns: 1fr; padding: 24px 20px; text-align: center; }
    .s7-closing-inner > svg { margin: 0 auto; }
    .s7-closing-inner .s7-btn { justify-self: stretch; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .s7-page *, .s7-page *::before, .s7-page *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
    .s7-js .s7-reveal { opacity: 1; transform: none; }
}
