:root {
    --navy: #07091f;
    --navy-2: #0c1430;
    --navy-3: #13203f;
    --ink: #171a2c;
    --muted: #697184;
    --line: #e2e6ee;
    --white: #fff;
    --off-white: #f7f8fb;
    --lavender: #f5f3fb;
    --lavender-2: #eee8ff;
    --cream: #fbf8f3;
    --blue-soft: #f2f7ff;
    --orange: #f56b2c;
    --orange-2: #ff7a38;
    --violet: #5644c5;
    --violet-2: #6e5bd4;
    --blue: #356ad4;
    --green: #42a36b;
    --cyan: #05bfd3;
    --red: #db4835;
    --radius: 18px;
    --shadow: 0 14px 34px rgba(25,35,72,.09);
    --shell: min(1440px, calc(100vw - 64px));
    --header-h: 72px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 20px); }
body { margin: 0; color: var(--ink); background: #fff; font: 15px/1.55 Inter, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img, svg { display: block; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: 10px; z-index: 1000; transform: translateY(-160%); background: #fff; color: #111; padding: 10px 14px; border-radius: 10px; box-shadow: var(--shadow); }
.skip-link:focus { transform: none; }

:where(a,button,input,textarea,select,summary,[tabindex]):focus-visible {
    outline: 3px solid #ff8a48;
    outline-offset: 3px;
}
:where(input,textarea,select):focus-visible { outline-offset: 1px; }

.site-header { height: var(--header-h); background: rgba(7,9,31,.97); color: #fff; position: sticky; top: 0; z-index: 100; border: 0; box-shadow: 0 1px 0 rgba(255,255,255,.08); backdrop-filter: blur(14px); }
.site-header::after { display: none; }
.site-header__inner { height: var(--header-h); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 42px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: max-content; white-space: nowrap; }
.brand-mark { position: relative; width: 38px; height: 38px; flex: 0 0 38px; border: 0; border-radius: 12px; background: linear-gradient(145deg,#ff7a38,#ee5520); box-shadow: 0 8px 22px rgba(245,107,44,.23); overflow: hidden; }
.brand-mark::after { display: none; }
.brand-mark__stem { position: absolute; left: 17px; top: 12px; width: 5px; height: 17px; border-radius: 4px; background: #fff; }
.brand-mark__node { position: absolute; left: 17px; top: 6px; width: 5px; height: 5px; border-radius: 50%; background: #fff; }
.brand-name { display: flex; flex-wrap: nowrap; align-items: baseline; white-space: nowrap; font-size: 23px; font-weight: 760; letter-spacing: -.035em; line-height: 1; }
.brand-name b { color: #ff7a38; font-weight: 820; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(26px, 3vw, 54px); }
.site-nav a { font-size: 14px; font-weight: 650; color: rgba(255,255,255,.92); position: relative; padding: 25px 0 22px; white-space: nowrap; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 16px; height: 2px; transform: scaleX(0); background: var(--orange); transition: transform .18s ease; transform-origin: left; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); }
.site-header__actions { display: flex; align-items: center; gap: 10px; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.24); background: transparent; color: #fff; border-radius: 13px; align-items: center; justify-content: center; padding: 10px; }
.nav-toggle svg { width: 24px; }
.nav-toggle__close { display: none; }
.nav-toggle[aria-expanded="true"] .nav-toggle__open { display: none; }
.nav-toggle[aria-expanded="true"] .nav-toggle__close { display: block; }
.mobile-nav { display: none; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border-radius: 15px; padding: 0 20px; font-size: 14px; line-height: 1; font-weight: 760; border: 1px solid transparent; transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease; }
.button > span { display: flex; align-items: center; min-width: 0; white-space: nowrap; }
.button:hover { transform: translateY(-1px); }
.button__icon { width: 19px; height: 19px; flex: 0 0 19px; margin-left: auto; }
.button--primary { color: #fff; background: linear-gradient(135deg,#f4692d,#f77930); box-shadow: 0 10px 24px rgba(244,105,45,.22); }
.button--primary:hover { box-shadow: 0 12px 28px rgba(244,105,45,.30); }
.button--ghost { color: #fff; background: rgba(255,255,255,.025); border-color: rgba(255,255,255,.48); }
.button--ghost-light { color: #fff; border-color: rgba(255,255,255,.48); background: rgba(255,255,255,.025); }
.button--outline-orange { color: var(--orange); border-color: rgba(245,107,44,.48); background: #fff; border-radius: 14px; }
.button--small-outline { min-height: 40px; padding: 0 15px; color: #4031a7; background: #fff; border-color: #b8b4e8; border-radius: 14px; font-size: 13px; }
.button--violet { background: linear-gradient(135deg,#5b45c9,#4635b2); color: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: #4031a7; font-weight: 760; font-size: 15px; }
.text-link svg { width: 19px; }

.eyebrow { color: #a9b9dc; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.eyebrow--violet { color: #4333ab; }
.eyebrow--orange { color: #d95b12; }
.eyebrow--blue { color: #3567b8; }
.section-intro h2, .section-heading h2, .cases-panel h2, .how-faq h2 { margin: 8px 0 0; font-size: clamp(28px, 2.15vw, 36px); line-height: 1.08; letter-spacing: -.035em; }
.section-intro p { color: #5e6476; line-height: 1.55; margin: 18px 0 22px; font-size: 14px; }
.section-intro--compact h2 { font-size: clamp(26px, 2vw, 34px); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.section-heading p { margin: 0; max-width: 520px; color: #6c6970; line-height: 1.55; font-size: 14px; }

@media (max-width: 1080px) {
    .site-nav, .site-header__actions > .button { display: none; }
    .nav-toggle { display: inline-flex; }
    .site-header__inner { grid-template-columns: auto 1fr auto; gap: 16px; }
    .site-header__actions { grid-column: 3; }
    .mobile-nav { display: grid; grid-template-columns: 1fr; position: fixed; z-index: 90; top: var(--header-h); left: 16px; right: 16px; padding: 16px; border-radius: 0 0 16px 16px; background: #0a102b; box-shadow: 0 20px 40px rgba(0,0,0,.3); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform .2s ease, opacity .2s ease; }
    .mobile-nav[data-open="true"] { transform: none; opacity: 1; pointer-events: auto; }
    .mobile-nav > a:not(.button) { padding: 12px 4px; border-bottom: 1px solid rgba(255,255,255,.08); }
}

@media (max-width: 640px) {
    .brand-name { font-size: 20px; }
    .brand-mark { width: 34px; height: 34px; flex-basis: 34px; }
    .brand-mark__stem { left: 15px; top: 11px; height: 15px; }
    .brand-mark__node { left: 15px; top: 6px; }
    .button { min-height: 50px; border-radius: 15px; padding-inline: 18px; }
    .custom-tool-strip .button > span { white-space: normal; text-align: left; line-height: 1.25; }
}

@media (max-width: 430px) {
    body.content-page .content-hero h1 {
        font-size: clamp(36px, 10.8vw, 44px);
        line-height: 1.02;
        overflow-wrap: break-word;
        hyphens: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        transition-delay: 0s !important;
    }
}
