            /*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
            @layer theme {
                :root,
                :host {
                    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
                        "Segoe UI Symbol", "Noto Color Emoji";
                    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
                        monospace;
                    --spacing: 0.25rem;
                    --default-font-family: var(--font-sans);
                    --default-mono-font-family: var(--font-mono);
                }
            }
            @layer base {
                *,
                :after,
                :before,
                ::backdrop {
                    box-sizing: border-box;
                    border: 0 solid;
                    margin: 0;
                    padding: 0;
                }
                ::file-selector-button {
                    box-sizing: border-box;
                    border: 0 solid;
                    margin: 0;
                    padding: 0;
                }
                html,
                :host {
                    -webkit-text-size-adjust: 100%;
                    tab-size: 4;
                    line-height: 1.5;
                    font-family: var(
                        --default-font-family,
                        ui-sans-serif,
                        system-ui,
                        sans-serif,
                        "Apple Color Emoji",
                        "Segoe UI Emoji",
                        "Segoe UI Symbol",
                        "Noto Color Emoji"
                    );
                    font-feature-settings: var(--default-font-feature-settings, normal);
                    font-variation-settings: var(--default-font-variation-settings, normal);
                    -webkit-tap-highlight-color: transparent;
                }
                hr {
                    height: 0;
                    color: inherit;
                    border-top-width: 1px;
                }
                abbr:where([title]) {
                    -webkit-text-decoration: underline dotted;
                    text-decoration: underline dotted;
                }
                h1,
                h2,
                h3,
                h4,
                h5,
                h6 {
                    font-size: inherit;
                    font-weight: inherit;
                }
                a {
                    color: inherit;
                    -webkit-text-decoration: inherit;
                    -webkit-text-decoration: inherit;
                    -webkit-text-decoration: inherit;
                    -webkit-text-decoration: inherit;
                    text-decoration: inherit;
                }
                b,
                strong {
                    font-weight: bolder;
                }
                code,
                kbd,
                samp,
                pre {
                    font-family: var(
                        --default-mono-font-family,
                        ui-monospace,
                        SFMono-Regular,
                        Menlo,
                        Monaco,
                        Consolas,
                        "Liberation Mono",
                        "Courier New",
                        monospace
                    );
                    font-feature-settings: var(--default-mono-font-feature-settings, normal);
                    font-variation-settings: var(--default-mono-font-variation-settings, normal);
                    font-size: 1em;
                }
                small {
                    font-size: 80%;
                }
                sub,
                sup {
                    vertical-align: baseline;
                    font-size: 75%;
                    line-height: 0;
                    position: relative;
                }
                sub {
                    bottom: -0.25em;
                }
                sup {
                    top: -0.5em;
                }
                table {
                    text-indent: 0;
                    border-color: inherit;
                    border-collapse: collapse;
                }
                :-moz-focusring {
                    outline: auto;
                }
                progress {
                    vertical-align: baseline;
                }
                summary {
                    display: list-item;
                }
                ol,
                ul,
                menu {
                    list-style: none;
                }
                img,
                svg,
                video,
                canvas,
                audio,
                iframe,
                embed,
                object {
                    vertical-align: middle;
                    display: block;
                }
                img,
                video {
                    max-width: 100%;
                    height: auto;
                }
                button,
                input,
                select,
                optgroup,
                textarea {
                    font: inherit;
                    font-feature-settings: inherit;
                    font-variation-settings: inherit;
                    letter-spacing: inherit;
                    color: inherit;
                    opacity: 1;
                    background-color: #0000;
                    border-radius: 0;
                }
                ::file-selector-button {
                    font: inherit;
                    font-feature-settings: inherit;
                    font-variation-settings: inherit;
                    letter-spacing: inherit;
                    color: inherit;
                    opacity: 1;
                    background-color: #0000;
                    border-radius: 0;
                }
                :where(select:is([multiple], [size])) optgroup {
                    font-weight: bolder;
                }
                :where(select:is([multiple], [size])) optgroup option {
                    padding-inline-start: 20px;
                }
                ::file-selector-button {
                    margin-inline-end: 4px;
                }
                ::placeholder {
                    opacity: 1;
                }
                @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
                    ::placeholder {
                        color: currentColor;
                    }
                    @supports (color: color-mix(in lab, red, red)) {
                        ::placeholder {
                            color: color-mix(in oklab, currentcolor 50%, transparent);
                        }
                    }
                }
                textarea {
                    resize: vertical;
                }
                ::-webkit-search-decoration {
                    -webkit-appearance: none;
                }
                ::-webkit-date-and-time-value {
                    min-height: 1lh;
                    text-align: inherit;
                }
                ::-webkit-datetime-edit {
                    display: inline-flex;
                }
                ::-webkit-datetime-edit-fields-wrapper {
                    padding: 0;
                }
                ::-webkit-datetime-edit {
                    padding-block: 0;
                }
                ::-webkit-datetime-edit-year-field {
                    padding-block: 0;
                }
                ::-webkit-datetime-edit-month-field {
                    padding-block: 0;
                }
                ::-webkit-datetime-edit-day-field {
                    padding-block: 0;
                }
                ::-webkit-datetime-edit-hour-field {
                    padding-block: 0;
                }
                ::-webkit-datetime-edit-minute-field {
                    padding-block: 0;
                }
                ::-webkit-datetime-edit-second-field {
                    padding-block: 0;
                }
                ::-webkit-datetime-edit-millisecond-field {
                    padding-block: 0;
                }
                ::-webkit-datetime-edit-meridiem-field {
                    padding-block: 0;
                }
                ::-webkit-calendar-picker-indicator {
                    line-height: 1;
                }
                :-moz-ui-invalid {
                    box-shadow: none;
                }
                button,
                input:where([type="button"], [type="reset"], [type="submit"]) {
                    appearance: button;
                }
                ::file-selector-button {
                    appearance: button;
                }
                ::-webkit-inner-spin-button {
                    height: auto;
                }
                ::-webkit-outer-spin-button {
                    height: auto;
                }
                [hidden]:where(:not([hidden="until-found"])) {
                    display: none !important;
                }
            }
            @layer components;
            @layer utilities {
                .visible {
                    visibility: visible;
                }
                .relative {
                    position: relative;
                }
                .start {
                    inset-inline-start: var(--spacing);
                }
                .table {
                    display: table;
                }
                .grow {
                    flex-grow: 1;
                }
            }
            :root {
                --navy: #102650;
                --navy-deep: #091a38;
                --orange: #ef7d22;
                --orange-dark: #d9650c;
                --cream: #f6f1e9;
                --paper: #fffdf9;
                --ink: #172033;
                --muted: #657084;
                --line: #dfe3e9;
            }
            * {
                box-sizing: border-box;
            }
            html {
                scroll-behavior: smooth;
            }
            body {
                background: var(--paper);
                color: var(--ink);
                margin: 0;
                font-family:
                    Inter,
                    ui-sans-serif,
                    system-ui,
                    -apple-system,
                    Segoe UI,
                    sans-serif;
                line-height: 1.6;
            }
            a {
                color: inherit;
                text-decoration: none;
            }
            button,
            input,
            textarea,
            select {
                font: inherit;
            }
            .shell {
                width: min(1180px, 100% - 40px);
                margin-inline: auto;
            }
            .topbar {
                background: var(--navy-deep);
                color: #ffffffb8;
                letter-spacing: 0.03em;
                font-size: 12px;
            }
            .topbar .shell {
                justify-content: space-between;
                align-items: center;
                min-height: 34px;
                display: flex;
            }
            .topbar div div {
                gap: 22px;
                display: flex;
            }
            .topbar a:hover {
                color: #fff;
            }
            .site-header {
                z-index: 30;
                -webkit-backdrop-filter: blur(14px);
                backdrop-filter: blur(14px);
                background: #fffdf9f5;
                border-bottom: 1px solid #1026501a;
                position: sticky;
                top: 0;
            }
            .header-inner {
                align-items: center;
                gap: 34px;
                min-height: 76px;
                display: flex;
            }
            .brand {
                color: #fff;
                align-items: baseline;
                gap: 8px;
                min-width: max-content;
                line-height: 1;
                display: inline-flex;
            }
            .brand-name {
                letter-spacing: -0.045em;
                font-family:
                    Georgia,
                    Times New Roman,
                    serif;
                font-size: 24px;
                font-weight: 700;
            }
            .brand-name > span {
                color: var(--orange);
            }
            .brand-company {
                color: #ffffff94;
                letter-spacing: 0.18em;
                text-transform: uppercase;
                font-size: 9px;
                font-weight: 850;
            }
            .brand-dark .brand-name {
                color: var(--navy);
            }
            .brand-dark .brand-company {
                color: #657084;
            }
            .desktop-nav {
                color: #41506a;
                align-items: center;
                gap: 21px;
                margin-left: auto;
                font-size: 14px;
                font-weight: 650;
                display: flex;
            }
            .desktop-nav a {
                padding: 27px 0;
                position: relative;
            }
            .desktop-nav a:after {
                content: "";
                background: var(--orange);
                height: 2px;
                transition: all 0.2s;
                position: absolute;
                bottom: 18px;
                left: 0;
                right: 100%;
            }
            .desktop-nav a:hover {
                color: var(--navy);
            }
            .desktop-nav a:hover:after {
                right: 0;
            }
            .nav-dropdown {
                position: relative;
            }
            .nav-dropdown > a {
                align-items: center;
                gap: 5px;
                display: flex;
            }
            .nav-chevron {
                color: var(--orange);
                font-size: 17px;
                line-height: 1;
                transform: translateY(-2px);
            }
            .dropdown-panel {
                visibility: hidden;
                opacity: 0;
                border: 1px solid var(--line);
                pointer-events: none;
                background: #fff;
                border-radius: 13px;
                width: 345px;
                padding: 12px;
                transition: all 0.2s;
                display: grid;
                position: absolute;
                top: calc(100% - 5px);
                left: -22px;
                transform: translateY(8px);
                box-shadow: 0 22px 55px #091a382b;
            }
            .nav-dropdown:hover .dropdown-panel,
            .nav-dropdown:focus-within .dropdown-panel {
                visibility: visible;
                opacity: 1;
                pointer-events: auto;
                transform: translateY(0);
            }
            .desktop-nav .dropdown-panel a {
                color: #4f5b6e;
                border-radius: 8px;
                justify-content: space-between;
                align-items: center;
                gap: 12px;
                min-height: 44px;
                padding: 9px 11px;
                font-size: 12px;
                display: flex;
            }
            .desktop-nav .dropdown-panel a:after {
                display: none;
            }
            .desktop-nav .dropdown-panel a:hover {
                color: var(--navy);
                background: var(--cream);
            }
            .desktop-nav .dropdown-panel a svg {
                fill: none;
                width: 14px;
                stroke: var(--orange);
                stroke-width: 2px;
            }
            .desktop-nav .dropdown-panel .dropdown-overview {
                background: var(--navy);
                color: #fff;
                margin-bottom: 6px;
            }
            .desktop-nav .dropdown-panel .dropdown-overview:hover {
                background: var(--navy-deep);
                color: #fff;
            }
            .header-actions {
                align-items: center;
                gap: 13px;
                font-size: 13px;
                font-weight: 700;
                display: flex;
            }
            .login-link {
                color: var(--navy);
            }
            .app-link {
                color: var(--orange);
                border-bottom: 1px solid #ef7d2259;
                padding-bottom: 2px;
            }
            .button {
                border-radius: 8px;
                justify-content: center;
                align-items: center;
                gap: 10px;
                min-height: 48px;
                padding: 0 22px;
                font-size: 14px;
                font-weight: 750;
                transition:
                    transform 0.2s,
                    background 0.2s,
                    border-color 0.2s;
                display: inline-flex;
            }
            .button:hover {
                transform: translateY(-2px);
            }
            .button svg,
            .text-link svg,
            .service-arrow svg {
                fill: none;
                stroke: currentColor;
                stroke-width: 2px;
                stroke-linecap: round;
                stroke-linejoin: round;
                width: 17px;
            }
            .button-primary {
                background: var(--orange);
                color: #fff;
                box-shadow: 0 8px 26px #ef7d2238;
            }
            .button-primary:hover {
                background: var(--orange-dark);
            }
            .button-small {
                min-height: 42px;
                padding-inline: 18px;
            }
            .button-ghost {
                color: #fff;
                border: 1px solid #ffffff52;
            }
            .button-ghost:hover {
                background: #ffffff12;
                border-color: #fff;
            }
            .button-dark {
                background: var(--navy);
                color: #fff;
            }
            .button-white {
                color: var(--navy);
                background: #fff;
            }
            .mobile-menu {
                margin-left: auto;
                display: none;
                position: relative;
            }
            .mobile-menu summary {
                border: 1px solid var(--line);
                cursor: pointer;
                border-radius: 8px;
                place-content: center;
                gap: 4px;
                width: 42px;
                height: 42px;
                list-style: none;
                display: grid;
            }
            .mobile-menu summary::-webkit-details-marker {
                display: none;
            }
            .mobile-menu summary span {
                background: var(--navy);
                width: 18px;
                height: 2px;
            }
            .mobile-menu nav {
                border: 1px solid var(--line);
                background: #fff;
                border-radius: 12px;
                width: 260px;
                padding: 15px;
                display: grid;
                position: absolute;
                top: 52px;
                right: 0;
                box-shadow: 0 20px 50px #0c1d3d26;
            }
            .mobile-menu nav a {
                border-bottom: 1px solid #edf0f4;
                padding: 10px 12px;
                font-size: 14px;
                font-weight: 650;
            }
            .mobile-services {
                border-bottom: 1px solid #edf0f4;
            }
            .mobile-services > summary {
                color: var(--navy);
                cursor: pointer;
                justify-content: space-between;
                align-items: center;
                padding: 10px 12px;
                font-size: 14px;
                font-weight: 700;
                list-style: none;
                display: flex;
            }
            .mobile-services > summary::-webkit-details-marker {
                display: none;
            }
            .mobile-services > summary span {
                color: var(--orange);
            }
            .mobile-services[open] > summary span {
                transform: rotate(45deg);
            }
            .mobile-services a {
                color: #5b6678;
                margin-left: 10px;
                font-size: 12px !important;
            }
            .hero {
                background: var(--navy);
                color: #fff;
                align-items: center;
                min-height: 680px;
                display: flex;
                position: relative;
                overflow: hidden;
            }
            .hero-texture {
                opacity: 0.15;
                background-image: linear-gradient(#ffffff1f 1px, #0000 1px),
                    linear-gradient(90deg, #ffffff1f 1px, #0000 1px);
                background-size: 68px 68px;
                position: absolute;
                inset: 0;
                -webkit-mask-image: linear-gradient(90deg, #000, #0000 75%);
                mask-image: linear-gradient(90deg, #000, #0000 75%);
            }
            .hero-grid {
                grid-template-columns: 1.05fr 0.95fr;
                align-items: center;
                gap: 60px;
                padding-block: 92px;
                display: grid;
                position: relative;
            }
            .eyebrow {
                color: var(--orange);
                letter-spacing: 0.16em;
                text-transform: uppercase;
                align-items: center;
                gap: 10px;
                font-size: 12px;
                font-weight: 800;
                line-height: 1;
                display: inline-flex;
            }
            .eyebrow > span {
                background: currentColor;
                width: 26px;
                height: 2px;
            }
            .eyebrow-light {
                color: #ff9f55;
            }
            .hero h1 {
                letter-spacing: -0.045em;
                max-width: 700px;
                margin: 24px 0;
                font-family:
                    Georgia,
                    Times New Roman,
                    serif;
                font-size: clamp(48px, 5.4vw, 76px);
                font-weight: 600;
                line-height: 0.98;
            }
            .hero h1 em {
                color: #ff9b4b;
                font-weight: 400;
            }
            .hero-lead {
                color: #ffffffb3;
                max-width: 610px;
                margin: 0;
                font-size: 18px;
                line-height: 1.75;
            }
            .button-row {
                flex-wrap: wrap;
                gap: 12px;
                margin-top: 34px;
                display: flex;
            }
            .hero-meta {
                border-top: 1px solid #ffffff1f;
                flex-wrap: wrap;
                gap: 28px;
                margin-top: 40px;
                padding-top: 28px;
                display: flex;
            }
            .hero-meta div {
                gap: 3px;
                display: grid;
            }
            .hero-meta strong {
                color: #fff;
                font-size: 13px;
            }
            .hero-meta span {
                color: #ffffff7a;
                font-size: 12px;
            }
            .hero-visual {
                place-items: center;
                min-height: 470px;
                display: grid;
                position: relative;
            }
            .hero-card {
                z-index: 2;
                -webkit-backdrop-filter: blur(8px);
                backdrop-filter: blur(8px);
                background: linear-gradient(145deg, #ffffff1f, #ffffff0a);
                border: 1px solid #ffffff2b;
                border-radius: 22px;
                width: 100%;
                padding: 36px 18px 12px;
                position: relative;
                box-shadow: 0 35px 90px #00000047;
            }
            .hero-card img {
                filter: drop-shadow(0 24px 20px #00000047);
                width: 100%;
                display: block;
            }
            .live-pill {
                color: #ffffffa8;
                text-transform: uppercase;
                letter-spacing: 0.1em;
                align-items: center;
                gap: 7px;
                font-size: 10px;
                font-weight: 700;
                display: flex;
                position: absolute;
                top: 14px;
                left: 18px;
            }
            .live-pill span {
                background: #6fd5a5;
                border-radius: 50%;
                width: 7px;
                height: 7px;
                box-shadow: 0 0 0 5px #6fd5a521;
            }
            .hero-orbit {
                border: 1px solid #ffffff1f;
                border-radius: 50%;
                position: absolute;
            }
            .orbit-one {
                width: 430px;
                height: 430px;
            }
            .orbit-two {
                width: 580px;
                height: 580px;
            }
            .floating-card {
                z-index: 3;
                color: var(--ink);
                background: #fff;
                border-radius: 11px;
                align-items: center;
                gap: 10px;
                padding: 12px 15px;
                font-size: 11px;
                display: flex;
                position: absolute;
                box-shadow: 0 16px 45px #00000038;
            }
            .floating-card .icon {
                width: 19px;
                color: var(--orange);
            }
            .floating-card strong {
                font-size: 13px;
                display: block;
            }
            .floating-top {
                top: 42px;
                right: -20px;
            }
            .floating-bottom {
                bottom: 45px;
                left: -25px;
            }
            .proof-strip {
                background: var(--navy-deep);
                color: #fff;
            }
            .proof-grid {
                grid-template-columns: repeat(4, 1fr);
                padding-block: 22px;
                display: grid;
            }
            .proof-grid div {
                border-right: 1px solid #ffffff1f;
                justify-content: center;
                align-items: baseline;
                gap: 8px;
                display: flex;
            }
            .proof-grid div:last-child {
                border: 0;
            }
            .proof-grid strong {
                color: #ff9f55;
                font-family: Georgia, serif;
                font-size: 26px;
            }
            .proof-grid span {
                color: #ffffff94;
                font-size: 12px;
            }
            .section {
                padding: 110px 0;
            }
            .cream-section {
                background: var(--cream);
            }
            .section-intro {
                text-align: center;
                max-width: 720px;
                margin: 0 auto 52px;
            }
            .section-intro h2,
            .split-heading h2,
            .why-copy h2,
            .final-cta h2 {
                letter-spacing: -0.035em;
                color: var(--navy);
                margin: 20px 0 16px;
                font-family:
                    Georgia,
                    Times New Roman,
                    serif;
                font-size: clamp(38px, 4.2vw, 58px);
                font-weight: 600;
                line-height: 1.08;
            }
            .section-intro p,
            .split-heading p,
            .why-copy > p {
                color: var(--muted);
                margin: 0;
                font-size: 17px;
            }
            .pillars-grid {
                grid-template-columns: repeat(3, 1fr);
                gap: 18px;
                display: grid;
            }
            .pillar-card {
                background: #fff;
                border: 1px solid #1026501a;
                border-radius: 16px;
                flex-direction: column;
                align-items: flex-start;
                min-height: 410px;
                padding: 34px;
                display: flex;
                position: relative;
                overflow: hidden;
                box-shadow: 0 14px 40px #1026500d;
            }
            .pillar-card:after {
                content: "";
                border: 45px solid var(--cream);
                opacity: 0.7;
                border-radius: 50%;
                width: 190px;
                height: 190px;
                position: absolute;
                top: -85px;
                right: -85px;
            }
            .pillar-card > * {
                z-index: 1;
                position: relative;
            }
            .pillar-card .icon {
                width: 37px;
                height: 37px;
                color: var(--orange);
                margin-bottom: 60px;
            }
            .pillar-index {
                color: #aab1bf;
                letter-spacing: 0.1em;
                font-size: 12px;
                font-weight: 800;
                position: absolute;
                top: 28px;
                right: 28px;
            }
            .kicker {
                color: var(--orange);
                letter-spacing: 0.15em;
                text-transform: uppercase;
                margin: 0 0 8px;
                font-size: 12px;
                font-weight: 850;
            }
            .pillar-card h3 {
                color: var(--navy);
                letter-spacing: -0.02em;
                margin: 0 0 13px;
                font-size: 24px;
                line-height: 1.2;
            }
            .pillar-card > p:not(.kicker) {
                color: var(--muted);
                margin: 0 0 25px;
                font-size: 14px;
            }
            .pillar-card a,
            .text-link {
                color: var(--navy);
                align-items: center;
                gap: 9px;
                margin-top: auto;
                font-size: 13px;
                font-weight: 800;
                display: inline-flex;
            }
            .pillar-card a svg {
                fill: none;
                stroke: currentColor;
                stroke-width: 2px;
                width: 16px;
            }
            .platform-section {
                background: #fff;
            }
            .split-heading {
                grid-template-columns: 1fr 0.72fr;
                align-items: end;
                gap: 90px;
                margin-bottom: 54px;
                display: grid;
            }
            .split-heading h2 {
                max-width: 720px;
                margin-bottom: 0;
            }
            .split-heading > div:last-child {
                padding-bottom: 7px;
            }
            .split-heading .text-link {
                margin-top: 18px;
            }
            .feature-layout {
                grid-template-columns: 1fr 360px;
                gap: 30px;
                display: grid;
            }
            .feature-grid {
                border-top: 1px solid var(--line);
                grid-template-columns: repeat(2, 1fr);
                display: grid;
            }
            .feature-item {
                border-bottom: 1px solid var(--line);
                gap: 18px;
                padding: 30px 28px 30px 0;
                display: flex;
            }
            .feature-item:nth-child(2n) {
                border-left: 1px solid var(--line);
                padding-left: 28px;
            }
            .feature-item .icon {
                width: 25px;
                color: var(--orange);
                flex: none;
            }
            .feature-item h3 {
                color: var(--navy);
                margin: 0 0 7px;
                font-size: 17px;
            }
            .feature-item p {
                color: var(--muted);
                margin: 0;
                font-size: 13px;
                line-height: 1.7;
            }
            .connected-panel {
                background: var(--cream);
                border: 1px solid #ebe2d7;
                border-radius: 16px;
                padding: 32px;
            }
            .connected-panel h3 {
                color: var(--navy);
                margin: 0 0 23px;
                font-family: Georgia, serif;
                font-size: 29px;
            }
            .workflow-list {
                border-top: 1px solid #ded5ca;
            }
            .workflow-list div {
                color: var(--navy);
                border-bottom: 1px solid #ded5ca;
                align-items: center;
                gap: 15px;
                padding: 11px 0;
                font-size: 13px;
                font-weight: 750;
                display: flex;
            }
            .workflow-list span {
                color: var(--orange);
                font-size: 10px;
            }
            .panel-note {
                background: #fff;
                border-radius: 10px;
                gap: 12px;
                margin-top: 24px;
                padding: 15px;
                display: flex;
            }
            .panel-note .icon {
                width: 22px;
                color: var(--orange);
                flex: none;
            }
            .panel-note p {
                color: var(--muted);
                margin: 0;
                font-size: 12px;
            }
            .navy-section {
                background: var(--navy);
                color: #fff;
            }
            .split-heading-light h2 {
                color: #fff;
            }
            .split-heading-light p {
                color: #fff9;
            }
            .light-link {
                color: #ff9f55;
            }
            .services-list {
                border-top: 1px solid #ffffff29;
            }
            .service-row {
                border-bottom: 1px solid #ffffff29;
                grid-template-columns: 60px 55px 1fr 40px;
                align-items: center;
                gap: 20px;
                padding: 27px 8px;
                transition: all 0.25s;
                display: grid;
            }
            .service-row:hover {
                background: #ffffff0b;
                padding-inline: 18px;
            }
            .service-number {
                color: #ffffff57;
                letter-spacing: 0.1em;
                font-size: 11px;
                font-weight: 800;
            }
            .service-icon {
                color: #ff9f55;
                background: #ef7d221f;
                border-radius: 10px;
                place-items: center;
                width: 44px;
                height: 44px;
                display: grid;
            }
            .service-icon .icon {
                width: 22px;
            }
            .service-body {
                grid-template-columns: minmax(230px, 0.68fr) 1fr;
                align-items: center;
                gap: 30px;
                display: grid;
            }
            .service-body strong {
                font-family: Georgia, serif;
                font-size: 23px;
                font-weight: 500;
            }
            .service-body small {
                color: #ffffff8a;
                font-size: 13px;
            }
            .service-arrow {
                color: #ff9f55;
            }
            .audience-section {
                background: var(--paper);
            }
            .audience-grid {
                border-top: 1px solid var(--line);
                border-left: 1px solid var(--line);
                grid-template-columns: repeat(3, 1fr);
                display: grid;
            }
            .audience-grid article {
                border-right: 1px solid var(--line);
                border-bottom: 1px solid var(--line);
                min-height: 220px;
                padding: 28px;
            }
            .audience-grid span {
                color: var(--orange);
                font-size: 11px;
                font-weight: 850;
            }
            .audience-grid h3 {
                color: var(--navy);
                margin: 35px 0 9px;
                font-size: 19px;
            }
            .audience-grid p {
                color: var(--muted);
                margin: 0;
                font-size: 13px;
            }
            .testimonial-section {
                background: #fff;
            }
            .testimonial-grid {
                grid-template-columns: repeat(3, 1fr);
                gap: 16px;
                display: grid;
            }
            .testimonial-grid blockquote {
                border: 1px solid var(--line);
                background: var(--paper);
                border-radius: 14px;
                flex-direction: column;
                min-height: 275px;
                margin: 0;
                padding: 28px;
                display: flex;
            }
            .testimonial-grid .stars {
                color: var(--orange);
                letter-spacing: 0.12em;
                font-size: 12px;
            }
            .testimonial-grid blockquote > p {
                color: var(--navy);
                margin: 30px 0;
                font-family:
                    Georgia,
                    Times New Roman,
                    serif;
                font-size: 19px;
                line-height: 1.5;
            }
            .testimonial-grid footer {
                align-items: center;
                gap: 12px;
                margin-top: auto;
                display: flex;
            }
            .testimonial-grid footer > span {
                background: var(--navy);
                color: #fff;
                border-radius: 50%;
                place-items: center;
                width: 36px;
                height: 36px;
                font-size: 12px;
                font-weight: 800;
                display: grid;
            }
            .testimonial-grid footer strong,
            .testimonial-grid footer small {
                display: block;
            }
            .testimonial-grid footer strong {
                color: var(--navy);
                font-size: 12px;
            }
            .testimonial-grid footer small {
                color: var(--muted);
                font-size: 10px;
            }
            .why-section {
                background: var(--cream);
            }
            .why-grid {
                grid-template-columns: 0.92fr 1.08fr;
                align-items: center;
                gap: 90px;
                display: grid;
            }
            .why-copy .button {
                margin-top: 30px;
            }
            .why-points {
                border-top: 1px solid #d8d2c8;
            }
            .why-points article {
                border-bottom: 1px solid #d8d2c8;
                grid-template-columns: 44px 1fr;
                gap: 15px;
                padding: 21px 0;
                display: grid;
            }
            .why-points article > span {
                width: 30px;
                height: 30px;
                color: var(--orange);
                background: #fff;
                border-radius: 50%;
                place-items: center;
                font-size: 11px;
                font-weight: 850;
                display: grid;
            }
            .why-points h3 {
                color: var(--navy);
                margin: 0 0 4px;
                font-size: 16px;
            }
            .why-points p {
                color: var(--muted);
                margin: 0;
                font-size: 13px;
            }
            .final-cta {
                background: var(--orange);
                color: #fff;
                padding: 95px 0;
            }
            .cta-inner {
                grid-template-columns: 1fr auto;
                align-items: center;
                gap: 70px;
                display: grid;
            }
            .final-cta h2 {
                color: #fff;
                max-width: 760px;
                margin-bottom: 14px;
            }
            .final-cta p {
                color: #ffffffd1;
                max-width: 700px;
                margin: 0;
            }
            .final-cta .eyebrow-light {
                color: var(--navy-deep);
            }
            .cta-actions {
                flex-direction: column;
                gap: 10px;
                min-width: 215px;
                display: flex;
            }
            .site-footer {
                background: var(--navy-deep);
                color: #fff;
                padding: 74px 0 22px;
            }
            .footer-grid {
                grid-template-columns: 1.7fr 1fr 1.2fr 1fr 1.15fr;
                gap: 38px;
                display: grid;
            }
            .footer-brand p {
                color: #ffffff8c;
                max-width: 300px;
                margin: 23px 0 14px;
                font-size: 14px;
            }
            .footer-brand > span {
                color: #ff9f55;
                font-size: 12px;
            }
            .footer-grid h3 {
                color: #fff;
                text-transform: uppercase;
                letter-spacing: 0.14em;
                margin: 4px 0 17px;
                font-size: 12px;
            }
            .footer-grid > div:not(.footer-brand) {
                flex-direction: column;
                gap: 10px;
                display: flex;
            }
            .footer-grid > div:not(.footer-brand) a {
                color: #ffffff8c;
                font-size: 13px;
            }
            .footer-grid a:hover {
                color: #fff;
            }
            .footer-bottom {
                color: #ffffff59;
                border-top: 1px solid #ffffff1f;
                justify-content: space-between;
                margin-top: 55px;
                padding-top: 20px;
                font-size: 11px;
                display: flex;
            }
            .icon {
                fill: none;
                stroke: currentColor;
                stroke-width: 1.7px;
                stroke-linecap: round;
                stroke-linejoin: round;
            }
            .inner-hero {
                background: var(--navy);
                color: #fff;
                padding: 105px 0 110px;
                position: relative;
                overflow: hidden;
            }
            .inner-pattern {
                opacity: 0.18;
                background-image: radial-gradient(circle at 80% 30%, #ef7d22a6 0 2px, #0000 3px),
                    linear-gradient(120deg, #0000 68%, #ffffff1f 68% 68.2%, #0000 68.2%),
                    linear-gradient(70deg, #0000 75%, #ffffff14 75% 75.2%, #0000 75.2%);
                background-size:
                    40px 40px,
                    100% 100%,
                    100% 100%;
                position: absolute;
                inset: 0;
                -webkit-mask-image: linear-gradient(90deg, #0000 40%, #000);
                mask-image: linear-gradient(90deg, #0000 40%, #000);
            }
            .inner-hero .shell {
                position: relative;
            }
            .inner-hero h1 {
                letter-spacing: -0.045em;
                max-width: 900px;
                margin: 23px 0 22px;
                font-family:
                    Georgia,
                    Times New Roman,
                    serif;
                font-size: clamp(48px, 6vw, 78px);
                font-weight: 600;
                line-height: 1.02;
            }
            .inner-hero p {
                color: #ffffffad;
                max-width: 720px;
                margin: 0;
                font-size: 18px;
                line-height: 1.75;
            }
            .inner-hero .button {
                margin-top: 32px;
            }
            .soft-section {
                background: var(--cream);
            }
            .narrow-copy {
                max-width: 900px;
            }
            .detail-intro {
                padding-block: 90px;
            }
            .statement {
                color: var(--navy);
                letter-spacing: -0.025em;
                margin: 0;
                font-family:
                    Georgia,
                    Times New Roman,
                    serif;
                font-size: clamp(28px, 3.2vw, 44px);
                line-height: 1.35;
            }
            .service-intro-grid {
                grid-template-columns: 1.08fr 0.92fr;
                align-items: start;
                gap: 85px;
                display: grid;
            }
            .service-intro-grid .statement {
                margin-top: 24px;
            }
            .service-outcomes {
                border-top: 1px solid var(--line);
            }
            .service-outcomes article {
                border-bottom: 1px solid var(--line);
                grid-template-columns: 38px 1fr;
                gap: 15px;
                padding: 20px 0;
                display: grid;
            }
            .service-outcomes article > span {
                color: var(--orange);
                letter-spacing: 0.1em;
                font-size: 10px;
                font-weight: 850;
            }
            .service-outcomes h3 {
                color: var(--navy);
                margin: 0 0 5px;
                font-size: 16px;
            }
            .service-outcomes p {
                color: var(--muted);
                margin: 0;
                font-size: 13px;
            }
            .check-grid {
                border-top: 1px solid #d9d2c8;
                border-left: 1px solid #d9d2c8;
                grid-template-columns: repeat(2, 1fr);
                display: grid;
            }
            .check-grid div {
                background: #ffffff5c;
                border-bottom: 1px solid #d9d2c8;
                border-right: 1px solid #d9d2c8;
                align-items: center;
                gap: 18px;
                min-height: 72px;
                padding: 17px 22px;
                display: flex;
            }
            .check-grid span {
                color: var(--orange);
                font-size: 10px;
                font-weight: 850;
            }
            .check-grid strong {
                color: var(--navy);
                font-size: 14px;
            }
            .two-column-section {
                grid-template-columns: 1fr 1fr;
                align-items: center;
                gap: 90px;
                display: grid;
            }
            .two-column-section h2 {
                color: var(--navy);
                letter-spacing: -0.035em;
                margin: 18px 0 0;
                font-family:
                    Georgia,
                    Times New Roman,
                    serif;
                font-size: clamp(38px, 4vw, 56px);
                font-weight: 600;
                line-height: 1.12;
            }
            .two-column-section > div:last-child > p {
                color: var(--muted);
                margin: 0 0 28px;
                font-size: 17px;
            }
            .section-support-copy {
                max-width: 520px;
                color: var(--muted);
                margin: 20px 0 0;
                font-size: 15px;
            }
            .tag-cloud {
                flex-wrap: wrap;
                gap: 12px;
                display: flex;
            }
            .tag-cloud span {
                border: 1px solid var(--line);
                color: var(--navy);
                background: #fff;
                border-radius: 9px;
                padding: 14px 18px;
                font-size: 13px;
                font-weight: 700;
            }
            .process-section {
                background: #fff;
            }
            .process-grid {
                border-top: 1px solid var(--line);
                border-left: 1px solid var(--line);
                grid-template-columns: repeat(3, 1fr);
                display: grid;
            }
            .process-grid article {
                border-right: 1px solid var(--line);
                border-bottom: 1px solid var(--line);
                min-height: 230px;
                padding: 30px;
            }
            .process-grid span {
                color: var(--orange);
                letter-spacing: 0.1em;
                font-size: 11px;
                font-weight: 850;
            }
            .process-grid h3 {
                color: var(--navy);
                margin: 42px 0 8px;
                font-size: 21px;
            }
            .process-grid p {
                color: var(--muted);
                margin: 0;
                font-size: 13px;
            }
            .four-steps {
                grid-template-columns: repeat(4, 1fr);
            }
            .service-process-grid {
                grid-template-columns: repeat(3, 1fr);
            }
            .compact-cta {
                background: var(--orange);
                color: #fff;
                padding: 70px 0;
            }
            .compact-cta .shell {
                justify-content: space-between;
                align-items: center;
                gap: 50px;
                display: flex;
            }
            .compact-cta h2 {
                letter-spacing: -0.035em;
                max-width: 760px;
                margin: 8px 0 0;
                font-family:
                    Georgia,
                    Times New Roman,
                    serif;
                font-size: clamp(34px, 4vw, 52px);
                font-weight: 600;
                line-height: 1.1;
            }
            .compact-cta .kicker {
                color: var(--navy-deep);
            }
            .platform-showcase {
                background: #fff;
            }
            .showcase-grid {
                grid-template-columns: 0.85fr 1.15fr;
                align-items: center;
                gap: 70px;
                display: grid;
            }
            .showcase-grid h2 {
                color: var(--navy);
                letter-spacing: -0.04em;
                margin: 20px 0 16px;
                font-family:
                    Georgia,
                    Times New Roman,
                    serif;
                font-size: clamp(40px, 4.5vw, 60px);
                font-weight: 600;
                line-height: 1.08;
            }
            .showcase-grid p {
                color: var(--muted);
                font-size: 17px;
            }
            .outline-button {
                color: var(--navy);
                border: 1px solid var(--line);
            }
            .device-panel {
                background: var(--cream);
                border: 1px solid #eadfd3;
                border-radius: 22px;
                place-items: center;
                min-height: 420px;
                padding: 60px 45px 30px;
                display: grid;
                position: relative;
                overflow: hidden;
            }
            .device-panel:before {
                content: "";
                border: 1px solid #1026501f;
                border-radius: 50%;
                width: 420px;
                height: 420px;
                position: absolute;
            }
            .device-panel img {
                filter: drop-shadow(0 25px 25px #10265033);
                width: min(100%, 660px);
                position: relative;
            }
            .platform-grid {
                grid-template-columns: repeat(3, 1fr);
                gap: 14px;
                display: grid;
            }
            .platform-grid article {
                background: #fff;
                border: 1px solid #e5ddd2;
                border-radius: 14px;
                min-height: 280px;
                padding: 28px;
                position: relative;
            }
            .platform-grid .module-number {
                color: #acb2bd;
                font-size: 10px;
                font-weight: 850;
                position: absolute;
                top: 24px;
                right: 24px;
            }
            .platform-grid .icon {
                width: 30px;
                color: var(--orange);
                margin: 8px 0 52px;
            }
            .platform-grid h3 {
                color: var(--navy);
                margin: 0 0 9px;
                font-size: 18px;
            }
            .platform-grid p {
                color: var(--muted);
                margin: 0;
                font-size: 13px;
            }
            .big-card-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 18px;
                display: grid;
            }
            .big-card-grid > a {
                border: 1px solid var(--line);
                background: #fff;
                border-radius: 16px;
                min-height: 360px;
                padding: 34px;
                transition: all 0.25s;
                position: relative;
            }
            .big-card-grid > a:last-child {
                grid-column: 1/-1;
                min-height: 300px;
            }
            .big-card-grid > a:hover {
                border-color: #cfd5df;
                transform: translateY(-5px);
                box-shadow: 0 24px 55px #1026501a;
            }
            .big-card-grid > a > span {
                color: #adb4bf;
                font-size: 11px;
                font-weight: 850;
                position: absolute;
                top: 25px;
                right: 30px;
            }
            .big-card-grid .icon {
                width: 38px;
                color: var(--orange);
                margin: 10px 0 70px;
            }
            .big-card-grid h2 {
                max-width: 450px;
                color: var(--navy);
                margin: 0 0 12px;
                font-family:
                    Georgia,
                    Times New Roman,
                    serif;
                font-size: 31px;
                font-weight: 600;
                line-height: 1.1;
            }
            .big-card-grid p {
                max-width: 540px;
                color: var(--muted);
                margin: 0 0 28px;
                font-size: 14px;
            }
            .big-card-grid b {
                color: var(--orange);
                align-items: center;
                gap: 8px;
                font-size: 12px;
                display: flex;
            }
            .big-card-grid b svg,
            .solution-stack a svg {
                fill: none;
                stroke: currentColor;
                stroke-width: 2px;
                width: 16px;
            }
            .light-copy h2 {
                color: #fff;
            }
            .light-copy > div:last-child > p {
                color: #ffffffa3;
            }
            .solution-stack {
                border-top: 1px solid var(--line);
            }
            .solution-stack article {
                border-bottom: 1px solid var(--line);
                grid-template-columns: 60px 1fr auto;
                align-items: center;
                gap: 28px;
                padding: 38px 12px;
                display: grid;
            }
            .solution-stack article > span {
                color: var(--orange);
                font-size: 11px;
                font-weight: 850;
            }
            .solution-stack h2 {
                color: var(--navy);
                margin: 0 0 7px;
                font-family:
                    Georgia,
                    Times New Roman,
                    serif;
                font-size: 30px;
                font-weight: 600;
            }
            .solution-stack p {
                color: var(--muted);
                margin: 0;
                font-size: 14px;
            }
            .solution-stack a {
                color: var(--navy);
                align-items: center;
                gap: 8px;
                font-size: 12px;
                font-weight: 800;
                display: flex;
            }
            .solution-fit-section {
                background: #fff;
            }
            .portal-grid {
                grid-template-columns: 0.9fr 1.1fr;
                align-items: center;
                gap: 80px;
                display: grid;
            }
            .portal-grid h2 {
                color: #fff;
                letter-spacing: -0.035em;
                max-width: 560px;
                margin: 20px 0 18px;
                font-family:
                    Georgia,
                    Times New Roman,
                    serif;
                font-size: clamp(38px, 4.2vw, 56px);
                font-weight: 600;
                line-height: 1.1;
            }
            .portal-grid > div:first-child > p {
                color: #ffffff9e;
                margin: 0;
                font-size: 16px;
            }
            .portal-points {
                border-top: 1px solid #ffffff29;
                border-left: 1px solid #ffffff29;
                grid-template-columns: 1fr 1fr;
                display: grid;
            }
            .portal-points article {
                border-bottom: 1px solid #ffffff29;
                border-right: 1px solid #ffffff29;
                min-height: 185px;
                padding: 24px;
            }
            .portal-points .icon {
                color: #ff9f55;
                width: 25px;
            }
            .portal-points h3 {
                color: #fff;
                margin: 30px 0 7px;
                font-size: 16px;
            }
            .portal-points p {
                color: #ffffff85;
                margin: 0;
                font-size: 12px;
            }
            .pricing-grid {
                grid-template-columns: repeat(3, 1fr);
                align-items: stretch;
                gap: 18px;
                display: grid;
            }
            .pricing-grid article {
                border: 1px solid var(--line);
                background: #fff;
                border-radius: 16px;
                padding: 36px;
                position: relative;
            }
            .pricing-grid article.featured-plan {
                background: var(--navy);
                color: #fff;
                border-color: var(--navy);
                transform: translateY(-12px);
                box-shadow: 0 24px 60px #10265033;
            }
            .plan-label {
                color: #ff9f55;
                text-transform: uppercase;
                letter-spacing: 0.1em;
                background: #ef7d2226;
                border-radius: 99px;
                padding: 5px 9px;
                font-size: 10px;
                font-weight: 850;
                position: absolute;
                top: 24px;
                right: 25px;
            }
            .pricing-grid h2 {
                color: var(--navy);
                margin: 24px 0 0;
                font-family:
                    Georgia,
                    Times New Roman,
                    serif;
                font-size: 48px;
                font-weight: 600;
            }
            .pricing-grid .featured-plan h2 {
                color: #fff;
            }
            .price-period {
                color: var(--muted);
                font-size: 12px;
            }
            .featured-plan .price-period,
            .featured-plan > p:not(.kicker) {
                color: #ffffff94;
            }
            .pricing-grid article > p:not(.kicker) {
                min-height: 74px;
                color: var(--muted);
                margin: 25px 0;
                font-size: 13px;
            }
            .pricing-grid ul {
                border-top: 1px solid var(--line);
                margin: 0 0 30px;
                padding: 20px 0 0;
                list-style: none;
            }
            .featured-plan ul {
                border-color: #ffffff26;
            }
            .pricing-grid li {
                color: #536077;
                padding: 6px 0;
                font-size: 12px;
            }
            .featured-plan li {
                color: #ffffffb8;
            }
            .pricing-grid li:before {
                content: "â€¢";
                color: var(--orange);
                margin-right: 9px;
            }
            .pricing-grid .button {
                width: 100%;
            }
            .trial-note {
                background: var(--cream);
                border: 1px solid #eadfd3;
                border-radius: 12px;
                align-items: center;
                gap: 18px;
                max-width: 780px;
                margin: 50px auto 0;
                padding: 22px 25px;
                display: flex;
            }
            .trial-note .icon {
                width: 27px;
                color: var(--orange);
                flex: none;
            }
            .trial-note h3 {
                color: var(--navy);
                margin: 0 0 4px;
                font-size: 16px;
            }
            .trial-note p {
                color: var(--muted);
                margin: 0;
                font-size: 13px;
            }
            .story-grid {
                grid-template-columns: 1.05fr 0.95fr;
                align-items: start;
                gap: 90px;
                display: grid;
            }
            .story-list {
                border-top: 1px solid var(--line);
            }
            .story-list p {
                border-bottom: 1px solid var(--line);
                color: var(--muted);
                margin: 0;
                padding: 17px 0;
                font-size: 14px;
            }
            .story-list p:before {
                content: "";
                background: var(--orange);
                border-radius: 50%;
                width: 7px;
                height: 7px;
                margin-right: 13px;
                display: inline-block;
            }
            .purpose-grid {
                grid-template-columns: repeat(3, 1fr);
                gap: 18px;
                display: grid;
            }
            .purpose-grid article {
                background: #fff;
                border: 1px solid #e5ddd2;
                border-radius: 14px;
                min-height: 280px;
                padding: 30px;
            }
            .purpose-grid span {
                color: var(--orange);
                font-size: 11px;
                font-weight: 850;
            }
            .purpose-grid h3 {
                color: var(--navy);
                margin: 60px 0 12px;
                font-family:
                    Georgia,
                    Times New Roman,
                    serif;
                font-size: 34px;
                font-weight: 600;
            }
            .purpose-grid p {
                color: var(--muted);
                margin: 0;
                font-size: 13px;
            }
            .vision-grid {
                grid-template-columns: 1fr 1fr;
                gap: 20px;
                display: grid;
            }
            .vision-grid article {
                background: var(--navy);
                color: #fff;
                border-radius: 16px;
                min-height: 340px;
                padding: 42px;
            }
            .vision-grid article:last-child {
                background: var(--orange);
            }
            .vision-grid article:last-child .kicker {
                color: var(--navy-deep);
            }
            .vision-grid h2 {
                margin: 70px 0 0;
                font-family:
                    Georgia,
                    Times New Roman,
                    serif;
                font-size: 30px;
                font-weight: 500;
                line-height: 1.35;
            }
            .contact-section {
                background: var(--cream);
            }
            .contact-grid {
                grid-template-columns: 0.75fr 1.25fr;
                align-items: start;
                gap: 75px;
                display: grid;
            }
            .contact-grid > div > h2 {
                color: var(--navy);
                margin: 20px 0 16px;
                font-family:
                    Georgia,
                    Times New Roman,
                    serif;
                font-size: 46px;
                font-weight: 600;
                line-height: 1.1;
            }
            .contact-grid > div > p {
                color: var(--muted);
                margin: 0;
            }
            .contact-details {
                gap: 12px;
                margin-top: 38px;
                display: grid;
            }
            .contact-details > * {
                background: #ffffff8c;
                border: 1px solid #e3d9cd;
                border-radius: 10px;
                align-items: center;
                gap: 14px;
                padding: 16px;
                display: flex;
            }
            .contact-details .icon {
                width: 22px;
                color: var(--orange);
            }
            .contact-details span {
                color: var(--navy);
                font-size: 13px;
                font-weight: 700;
            }
            .contact-details small {
                color: var(--muted);
                text-transform: uppercase;
                letter-spacing: 0.1em;
                margin-bottom: 2px;
                font-size: 10px;
                font-weight: 600;
                display: block;
            }
            .contact-form {
                background: #fff;
                border: 1px solid #e4dbcf;
                border-radius: 16px;
                padding: 34px;
                box-shadow: 0 20px 50px #10265012;
            }
            .form-grid {
                grid-template-columns: 1fr 1fr;
                gap: 17px;
                margin-bottom: 17px;
                display: grid;
            }
            .contact-form label {
                color: var(--navy);
                gap: 7px;
                font-size: 12px;
                font-weight: 750;
                display: grid;
            }
            .contact-form input,
            .contact-form select,
            .contact-form textarea {
                width: 100%;
                color: var(--ink);
                background: #fffefa;
                border: 1px solid #d9dee6;
                border-radius: 8px;
                outline: none;
                padding: 13px 14px;
                font-size: 13px;
            }
            .contact-form input:focus,
            .contact-form select:focus,
            .contact-form textarea:focus {
                border-color: var(--orange);
                box-shadow: 0 0 0 3px #ef7d221f;
            }
            .contact-form textarea {
                resize: vertical;
            }
            .contact-form .button {
                cursor: pointer;
                border: 0;
                margin-top: 22px;
            }
            .form-note {
                color: var(--muted);
                margin: 10px 0 0;
                font-size: 11px;
            }
            .faq-wrap {
                max-width: 900px;
            }
            .faq-list {
                border-top: 1px solid #d9d2c8;
            }
            .faq-list details {
                border-bottom: 1px solid #d9d2c8;
            }
            .faq-list summary {
                color: var(--navy);
                cursor: pointer;
                justify-content: space-between;
                align-items: center;
                gap: 20px;
                padding: 20px 4px;
                font-size: 15px;
                font-weight: 800;
                list-style: none;
                display: flex;
            }
            .faq-list summary::-webkit-details-marker {
                display: none;
            }
            .faq-list summary span {
                width: 28px;
                height: 28px;
                color: var(--orange);
                background: #fff;
                border-radius: 50%;
                place-items: center;
                font-size: 18px;
                display: grid;
            }
            .faq-list details[open] summary span {
                transform: rotate(45deg);
            }
            .faq-list details p {
                max-width: 720px;
                color: var(--muted);
                margin: -4px 0 22px;
                font-size: 13px;
            }
            .faq-external {
                justify-content: flex-end;
                margin-top: 28px;
                display: flex;
            }
            .faq-external a {
                color: var(--navy);
                align-items: center;
                gap: 9px;
                font-size: 13px;
                font-weight: 800;
                display: inline-flex;
            }
            .faq-external svg {
                fill: none;
                stroke: currentColor;
                stroke-width: 2px;
                width: 17px;
            }
            @media (width<=1000px) {
                .desktop-nav,
                .header-actions {
                    display: none;
                }
                .mobile-menu {
                    display: block;
                }
                .hero-grid {
                    grid-template-columns: 1fr;
                    padding-block: 75px;
                }
                .hero-copy {
                    max-width: 760px;
                }
                .hero-visual {
                    width: 100%;
                    max-width: 660px;
                    margin: 0 auto;
                }
                .pillars-grid {
                    grid-template-columns: 1fr;
                }
                .pillar-card {
                    min-height: 330px;
                }
                .pillar-card .icon {
                    margin-bottom: 35px;
                }
                .feature-layout,
                .why-grid,
                .service-intro-grid,
                .portal-grid {
                    grid-template-columns: 1fr;
                }
                .audience-grid,
                .testimonial-grid,
                .footer-grid {
                    grid-template-columns: repeat(2, 1fr);
                }
                .showcase-grid,
                .story-grid,
                .contact-grid {
                    grid-template-columns: 1fr;
                }
                .platform-grid,
                .process-grid,
                .four-steps,
                .service-process-grid {
                    grid-template-columns: repeat(2, 1fr);
                }
                .pricing-grid {
                    grid-template-columns: 1fr;
                    max-width: 650px;
                    margin: auto;
                }
                .pricing-grid article.featured-plan {
                    transform: none;
                }
                .purpose-grid {
                    grid-template-columns: 1fr;
                }
            }
            @media (width<=720px) {
                .shell {
                    width: min(100% - 28px, 1180px);
                }
                .topbar {
                    display: none;
                }
                .header-inner {
                    min-height: 66px;
                }
                .brand-mark {
                    width: 36px;
                    height: 36px;
                }
                .hero {
                    min-height: auto;
                }
                .hero-grid {
                    gap: 38px;
                    padding-block: 60px 72px;
                }
                .hero h1 {
                    font-size: 48px;
                }
                .hero-lead {
                    font-size: 16px;
                }
                .hero-meta {
                    gap: 20px;
                }
                .hero-visual {
                    min-height: 330px;
                }
                .hero-card {
                    padding: 28px 10px 5px;
                }
                .floating-top {
                    top: 12px;
                    right: -2px;
                }
                .floating-bottom {
                    bottom: 12px;
                    left: -3px;
                }
                .orbit-one {
                    width: 310px;
                    height: 310px;
                }
                .orbit-two {
                    display: none;
                }
                .proof-grid {
                    grid-template-columns: repeat(2, 1fr);
                    gap: 20px 0;
                }
                .proof-grid div:nth-child(2) {
                    border: 0;
                }
                .section {
                    padding: 78px 0;
                }
                .section-intro {
                    margin-bottom: 38px;
                }
                .section-intro h2,
                .split-heading h2,
                .why-copy h2,
                .final-cta h2 {
                    font-size: 39px;
                }
                .split-heading {
                    grid-template-columns: 1fr;
                    gap: 22px;
                    margin-bottom: 40px;
                }
                .feature-grid {
                    grid-template-columns: 1fr;
                }
                .feature-item,
                .feature-item:nth-child(2n) {
                    border-left: 0;
                    padding: 23px 0;
                }
                .service-row {
                    grid-template-columns: 42px 1fr 24px;
                    gap: 13px;
                }
                .service-icon {
                    display: none;
                }
                .service-body {
                    grid-template-columns: 1fr;
                    gap: 8px;
                }
                .service-body strong {
                    font-size: 19px;
                }
                .audience-grid {
                    grid-template-columns: 1fr;
                }
                .why-grid {
                    gap: 48px;
                }
                .cta-inner {
                    grid-template-columns: 1fr;
                    gap: 32px;
                }
                .cta-actions {
                    flex-flow: wrap;
                }
                .footer-grid {
                    grid-template-columns: 1fr 1fr;
                    gap: 38px 25px;
                }
                .footer-brand {
                    grid-column: 1/-1;
                }
                .footer-bottom {
                    flex-direction: column;
                    gap: 18px;
                }
                .brand-name {
                    font-size: 21px;
                }
                .brand-company {
                    font-size: 8px;
                }
                .testimonial-grid {
                    grid-template-columns: 1fr;
                }
                .inner-hero {
                    padding: 72px 0 78px;
                }
                .inner-hero h1 {
                    font-size: 47px;
                }
                .inner-hero p {
                    font-size: 16px;
                }
                .detail-intro {
                    padding-block: 65px;
                }
                .statement {
                    font-size: 29px;
                }
                .service-intro-grid {
                    gap: 42px;
                }
                .check-grid {
                    grid-template-columns: 1fr;
                }
                .two-column-section {
                    grid-template-columns: 1fr;
                    gap: 34px;
                }
                .process-grid,
                .four-steps,
                .service-process-grid {
                    grid-template-columns: 1fr;
                }
                .process-grid article {
                    min-height: 190px;
                }
                .compact-cta .shell {
                    flex-direction: column;
                    align-items: flex-start;
                }
                .showcase-grid {
                    gap: 38px;
                }
                .device-panel {
                    min-height: 290px;
                    padding: 40px 15px 20px;
                }
                .platform-grid,
                .big-card-grid {
                    grid-template-columns: 1fr;
                }
                .big-card-grid > a:last-child {
                    grid-column: auto;
                }
                .big-card-grid > a {
                    min-height: 320px;
                }
                .solution-stack article {
                    grid-template-columns: 35px 1fr;
                    gap: 16px;
                }
                .solution-stack article a {
                    grid-column: 2;
                }
                .portal-points {
                    grid-template-columns: 1fr;
                }
                .portal-points article {
                    min-height: 160px;
                }
                .pricing-grid article {
                    padding: 30px;
                }
                .story-grid {
                    gap: 45px;
                }
                .vision-grid {
                    grid-template-columns: 1fr;
                }
                .vision-grid article {
                    min-height: 300px;
                    padding: 32px;
                }
                .vision-grid h2 {
                    margin-top: 45px;
                    font-size: 25px;
                }
                .form-grid {
                    grid-template-columns: 1fr;
                }
                .contact-form {
                    padding: 24px;
                }
                .contact-grid {
                    gap: 45px;
                }
            }
            @media (prefers-reduced-motion: reduce) {
                html {
                    scroll-behavior: auto;
                }
                * {
                    transition: none !important;
                }
            }
    