:root {
  --navy: #062865;
  --royal: #073fbd;
  --green: #006b32;
  --green-dark: #005426;
  --orange: #ff5b0a;
  --orange-strong: #d13f00;
  --ink: #051d50;
  --mist: #f4f8fd;
  --line: #cbd6e8;
  --white: #fff;
  --page: #fff;
  --surface: #fff;
  --surface-soft: #f4f8fd;
  --focus: #ffbf47;
  --shadow: 0 14px 38px rgba(4, 28, 78, .12);
  --max: 1440px;
}

* { box-sizing: border-box; }
html { color-scheme: light dark; scroll-behavior: smooth; scroll-padding-top: 126px; }
body { margin: 0; color: var(--ink); font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; line-height: 1.55; background: var(--page); overflow-wrap: normal; word-break: normal; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
p, li { text-wrap: pretty; overflow-wrap: normal; word-break: normal; hyphens: none; }
h1, h2, h3 { text-wrap: balance; overflow-wrap: normal; word-break: normal; hyphens: none; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 12px 18px; color: #fff; background: #051d50; border-radius: 4px; font-weight: 700; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
:where(a, button, input, textarea):focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.eyebrow { margin: 0 0 10px; color: var(--green); font-size: .78rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.accent-line { width: 38px; height: 3px; margin: 8px 0 18px; background: var(--orange); }
.accent-line.center { margin-inline: auto; }
.home-services-accent { width: 76px; }
.script { color: var(--green); font-family: "Segoe Script", "Brush Script MT", cursive; font-weight: 600; }
.muted { color: #52617d; }
.svg-icon { width: 1em; height: 1em; display: inline-block; overflow: visible; color: currentColor; fill: none; vertical-align: -.12em; }
.icon-orb .svg-icon { width: 34px; height: 34px; }
.mini-icon .svg-icon { width: 34px; height: 34px; }
.dot .svg-icon { width: 26px; height: 26px; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.97); box-shadow: 0 1px 18px rgba(7,34,86,.08); }
.nav-wrap { min-height: 112px; display: flex; align-items: center; gap: 38px; }
.brand { width: 390px; min-height: 96px; flex: 0 0 auto; display: flex; align-items: center; }
.brand-logo { display: block; width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: clamp(22px, 2.5vw, 48px); margin-left: auto; font-weight: 600; }
.main-nav a:not(.button) { padding: 41px 0 14px; border-bottom: 3px solid transparent; }
.main-nav a:hover, .main-nav a.active { color: var(--green-dark); border-color: var(--green); }
.phone { display: inline-flex; align-items: center; gap: 7px; color: var(--royal); white-space: nowrap; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border: 2px solid transparent; border-radius: 5px; background: var(--royal); color: #fff; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.button.orange { background: var(--orange-strong); }
.button.orange:hover { background: #b93800; }
.button.outline { color: var(--royal); background: #fff; border-color: var(--royal); }
.button.light { background: transparent; border-color: rgba(255,255,255,.72); }
.menu-toggle { display: none; width: 48px; min-width: 48px; height: 48px; padding: 0; border: 1px solid transparent; border-radius: 5px; background: none; color: var(--navy); font-size: 1.75rem; cursor: pointer; }

.home-hero { min-height: 560px; display: grid; grid-template-columns: minmax(380px, .9fr) 1.45fr; overflow: hidden; background: #fff; }
.hero-copy { z-index: 2; align-self: center; padding: 48px 24px 48px max(48px, calc((100vw - var(--max))/2)); }
.hero-copy h1 { margin: 0; color: var(--navy); font-size: clamp(3.5rem, 6vw, 6.5rem); line-height: .86; letter-spacing: -.055em; }
.hero-copy h1 .script { display: block; margin-top: 18px; font-size: 1.02em; font-weight: 600; letter-spacing: .01em; }
.hero-copy h2 { max-width: 620px; margin: 10px 0 10px; font-size: clamp(1.55rem, 2.1vw, 2.3rem); line-height: 1.2; }
.hero-copy p { max-width: 620px; margin: 0 0 22px; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 18px; }
.hero-media { position: relative; min-height: 560px; }
.hero-media:before { content: ""; position: absolute; inset: 0 auto 0 0; z-index: 1; width: 18%; background: linear-gradient(90deg,#fff,transparent); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 60% center; }

.values-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; padding-block: 22px; }
.value { display: grid; grid-template-columns: 72px 1fr; gap: 16px; align-items: center; padding: 0 30px; border-right: 1px solid var(--line); }
.value:last-child { border: 0; }
.icon-orb { width: 70px; height: 70px; display: grid; place-items: center; border-radius: 50%; color: var(--royal); background: #edf3ff; font-size: 2rem; }
.icon-orb.green { color: var(--green); background: #eef7f1; }
.value h3 { margin: 0 0 3px; color: var(--green-dark); font-size: 1rem; }
.value p { margin: 0; font-size: .94rem; }

.services-band { padding: 22px 0 18px; color: #fff; text-align: center; background: linear-gradient(115deg,#052366,#063f9a); }
.services-band h2 { margin: 0 0 14px; font-size: 1.65rem; }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-bottom: 16px; }
.service { min-height: 64px; display: flex; align-items: center; justify-content: center; gap: 16px; padding: 0 18px; border-right: 1px solid rgba(255,255,255,.45); font-size: 1.03rem; font-weight: 600; text-align: left; }
.service:last-child { border: 0; }
.service .mini-icon { color: #b6dc49; font-size: 2rem; }

.split-cta { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 0; padding-block: 22px; background: linear-gradient(90deg,#f5f9ff,#eef5ff); }
.cta-item { display: grid; grid-template-columns: 78px 1fr; gap: 24px; align-items: center; padding: 0 7vw; }
.cta-item + .cta-item { border-left: 1px solid #9eb0cc; }
.cta-item h3 { margin: 0; color: var(--green-dark); font-size: 1.2rem; }
.cta-item p { margin: 3px 0; }
.text-link { color: var(--royal); font-size: 1.2rem; font-weight: 700; }

.about-hero { position: relative; min-height: 500px; display: flex; align-items: center; overflow: hidden; }
.about-hero:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,#fff 0%,#fff 29%,rgba(255,255,255,.92) 39%,rgba(255,255,255,.2) 58%,transparent 72%); }
.about-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.about-hero .container { position: relative; z-index: 2; }
.about-hero-copy { max-width: 590px; padding: 56px 0; }
.about-hero h1 { margin: 0; color: var(--navy); font-size: clamp(2.7rem,4vw,4.3rem); line-height: 1.08; }
.about-hero h2 { margin: 12px 0; color: var(--green); font-size: 1.45rem; }

.story-journey { padding: 52px 0; background: linear-gradient(90deg,#fff,#f3f7fc,#fff); }
.story-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 110px; }
.story h2, .team-copy h2, .trust-copy h2 { margin: 0 0 18px; color: var(--navy); font-size: 2rem; }
.story p { margin: 0 0 22px; }
.story em { color: var(--green); font-weight: 700; }
.timeline { position: relative; margin-top: 22px; }
.timeline:before { content: ""; position: absolute; top: 28px; bottom: 35px; left: 28px; width: 1px; background: #9eafc9; }
.milestone { position: relative; display: grid; grid-template-columns: 58px 1fr; gap: 24px; margin-bottom: 28px; }
.milestone .dot { z-index: 1; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--royal); font-size: 1.4rem; }
.milestone:nth-child(even) .dot { background: var(--green); }
.milestone h3 { margin: 2px 0; color: var(--royal); font-size: 1.1rem; }
.milestone:nth-child(even) h3 { color: var(--green); }
.milestone p { margin: 0; }

.beliefs { padding: 46px 0 52px; text-align: center; }
.beliefs h2 { margin: 0; font-size: 1.45rem; }
.beliefs > .container > p { margin: 6px 0 24px; }
.beliefs > .container > .customer-driven-copy { max-width: 850px; margin: 24px auto 32px; padding: 18px 24px; border-left: 4px solid var(--green); background: #f4f8f5; text-align: left; }
.customer-driven-copy strong { color: var(--green); }
.belief-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.belief { padding: 0 34px; border-right: 1px solid var(--line); }
.belief:last-child { border: 0; }
.belief .icon-orb { margin: 0 auto 12px; }
.belief h3 { min-height: 48px; margin: 0; color: var(--green-dark); font-size: 1rem; line-height: 1.25; }
.belief p { margin: 5px 0 0; font-size: .9rem; }

.team-section { display: grid; grid-template-columns: .78fr 1.25fr; min-height: 390px; background: linear-gradient(90deg,#f5f8fc,#fff); }
.team-copy { align-self: center; padding: 55px 50px 55px max(48px,calc((100vw - var(--max))/2)); }
.team-photo { position: relative; overflow: hidden; }
.team-photo:before { content: ""; position: absolute; inset: 0 auto 0 0; z-index: 1; width: 15%; background: linear-gradient(90deg,#fff,transparent); }
.team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 44%; }

.trust { padding: 38px 0; }
.trust-grid { display: grid; grid-template-columns: 1fr 2.4fr; gap: 50px; align-items: center; }
.trust-items { display: grid; grid-template-columns: repeat(5,1fr); }
.trust-item { padding: 0 18px; text-align: center; border-left: 1px solid var(--line); }
.trust-item .icon-orb { width: 58px; height: 58px; margin: 0 auto 8px; font-size: 1.55rem; }
.trust-item p { margin: 0; font-size: .84rem; font-weight: 600; }

.commitment { padding: 34px 0; color: #fff; background: linear-gradient(105deg,#063b9b,#031b53); }
.commit-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 70px; align-items: center; }
.commit-left { display: grid; grid-template-columns: 100px 1fr; gap: 28px; align-items: center; }
.band-mark { width: 96px; height: 96px; display: grid; place-items: center; flex: 0 0 96px; color: #fff; border: 4px solid rgba(255,255,255,.9); border-radius: 50%; box-shadow: 0 0 0 4px rgba(255,255,255,.14); }
.band-mark .svg-icon { width: 54px; height: 54px; stroke-width: 1.6; }
.commitment h2 { margin: 0; font-size: 1.8rem; }
.commitment p { margin: 4px 0; }
.commit-quote { padding-left: 50px; border-left: 1px solid rgba(255,255,255,.48); }
.commit-quote .script { display: block; margin-top: 5px; color: #a8df42; font-size: 2rem; line-height: 1.05; }

.final-cta { padding: 34px 0; background: linear-gradient(90deg,#eef6ff,#fff); }
.final-grid { display: grid; grid-template-columns: 90px 1.4fr .9fr; gap: 30px; align-items: center; }
.final-cta h2 { margin: 0 0 4px; font-size: 1.8rem; }
.final-cta p { margin: 0; }

footer { padding: 25px 0; color: #dce6f9; background: #03173f; font-size: .85rem; }
.footer-grid { display: flex; justify-content: space-between; gap: 24px; }
.footer-policies { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 22px; }
.footer-policies a { min-height: 24px; display: inline-flex; align-items: center; text-decoration: underline; text-underline-offset: .18em; }

/* Privacy, accessibility, and website terms */
.policy-hero { padding-block: 58px; }
.policy-hero h1 { max-width: none; font-size: clamp(2.7rem,4.8vw,4.8rem); }
.policy-hero p:last-child { margin-top: 10px; }
.policy-content { width: min(calc(100% - 48px), 980px); }
.policy-content > p:first-child { margin-top: 0; font-size: 1.18rem; }
.policy-content h2 { margin: 42px 0 10px; color: var(--navy); font-size: 1.65rem; }
.policy-content p { margin: 0 0 17px; }
.policy-content ul { margin: 8px 0 22px; padding-left: 1.35rem; }
.policy-content li { margin: 7px 0; }
.policy-content a { color: var(--royal); font-weight: 700; text-decoration: underline; text-underline-offset: .17em; }
.policy-callout { margin: 26px 0; padding: 20px 22px; border-left: 5px solid var(--orange); border-radius: 0 7px 7px 0; background: #fff4ed; }
.policy-contact-card { display: grid; gap: 5px; margin: 22px 0; padding: 22px 24px; border: 1px solid var(--line); border-radius: 9px; background: var(--mist); }

/* Hidden 2026 Users Conference page */
.conference-hero { padding: 72px 0; color: #fff; background: linear-gradient(120deg,#041b50 0%,#0748ad 72%,#08723b 150%); }
.conference-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 72px; align-items: center; }
.conference-hero-copy { max-width: 720px; }
.conference-hero .eyebrow { color: #a8df42; }
.conference-hero h1 { margin: 0; color: #fff; font-size: clamp(3.2rem,5.5vw,5.8rem); line-height: .98; letter-spacing: -.045em; }
.conference-theme { margin: 24px 0 10px; color: #fff; font-size: clamp(1.4rem,2vw,2rem); font-weight: 700; }
.conference-intro { max-width: 680px; margin: 0 0 30px; color: rgba(255,255,255,.92); font-size: 1.12rem; }
.conference-register-button { min-width: 205px; }
.conference-event-card { padding: 34px 36px; border: 1px solid rgba(255,255,255,.3); border-radius: 14px; background: rgba(255,255,255,.1); box-shadow: 0 16px 40px rgba(0,0,0,.15); backdrop-filter: blur(5px); }
.conference-event-card > .eyebrow { margin-bottom: 14px; }
.conference-event-row { display: grid; grid-template-columns: 56px 1fr; gap: 18px; align-items: center; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.25); }
.conference-event-row .icon-orb { width: 54px; height: 54px; color: #fff; background: rgba(255,255,255,.14); }
.conference-event-row span { display: block; margin-bottom: 2px; color: rgba(255,255,255,.72); font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.conference-event-row strong { color: #fff; font-size: 1.05rem; }
.conference-lunch-note { margin: 16px 0 0; padding: 15px 17px; border-radius: 8px; color: var(--navy); background: #fff; font-weight: 700; }
.conference-welcome { background: #fff; }
.conference-welcome-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.conference-welcome h2 { max-width: 520px; margin: 0; color: var(--navy); font-size: clamp(2.3rem,3.5vw,3.7rem); line-height: 1.05; }
.conference-welcome-copy > p { margin-top: 0; font-size: 1.12rem; }
.conference-location { background: linear-gradient(90deg,#fff,#f4f8fd,#fff); }
.conference-location-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 28px; }
.conference-schedule-card, .conference-map-card { overflow: hidden; border: 1px solid #d7e1ef; border-radius: 14px; background: #fff; box-shadow: 0 10px 28px rgba(7,34,86,.07); }
.conference-schedule-card { padding: 38px 40px; }
.conference-schedule-card h3, .conference-map-card h3 { margin: 0 0 22px; color: var(--navy); font-size: 1.85rem; }
.conference-time-row { display: grid; grid-template-columns: 120px 1fr; gap: 20px; align-items: center; padding: 20px 0; border-top: 1px solid var(--line); }
.conference-time-row time, .conference-time-row > strong { color: var(--green); font-size: 1.45rem; font-weight: 700; }
.conference-time-row span { font-size: 1.05rem; font-weight: 600; }
.conference-map-card { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 385px; }
.conference-map-art { position: relative; min-height: 385px; overflow: hidden; background: #e8f0e9; }
.conference-map-art:before, .conference-map-art:after { content: ""; position: absolute; inset: -20%; background: repeating-linear-gradient(20deg,transparent 0 54px,rgba(6,40,101,.09) 55px 58px); }
.conference-map-art:after { transform: rotate(83deg); }
.map-road { position: absolute; z-index: 1; display: block; border-radius: 20px; background: #fff; box-shadow: 0 0 0 2px #d3dfd5; }
.road-one { width: 130%; height: 20px; left: -15%; top: 48%; transform: rotate(-11deg); }
.road-two { width: 20px; height: 125%; left: 58%; top: -10%; transform: rotate(8deg); }
.road-three { width: 80%; height: 14px; left: -5%; top: 22%; transform: rotate(24deg); }
.map-pin-dot { position: absolute; z-index: 3; left: 52%; top: 44%; width: 34px; height: 34px; border: 8px solid #fff; border-radius: 50% 50% 50% 0; background: var(--orange); box-shadow: 0 5px 15px rgba(3,23,63,.25); transform: rotate(-45deg); }
.map-place-label { position: absolute; z-index: 3; left: 17%; top: 61%; padding: 7px 12px; border-radius: 5px; color: #fff; background: var(--navy); font-size: .83rem; font-weight: 700; }
.conference-map-copy { align-self: center; padding: 34px 30px; }
.conference-map-copy p:not(.eyebrow) { margin: -10px 0 24px; }
.conference-map-copy .button { min-height: 44px; padding-inline: 18px; font-size: .9rem; }
.conference-cta { padding: 46px 0; color: #fff; background: linear-gradient(105deg,#063b9b,#031b53); }
.conference-cta-grid { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.conference-cta .eyebrow { color: #a8df42; }
.conference-cta h2 { margin: 0 0 4px; font-size: clamp(2rem,3vw,3.1rem); }
.conference-cta p { margin: 0; }

.inner-hero { padding: 72px 0; color: #fff; background: linear-gradient(120deg,#041b50 0%,#0748ad 72%,#08723b 150%); }
.inner-hero .eyebrow { color: #a8df42; }
.inner-hero h1 { max-width: 900px; margin: 0; font-size: clamp(2.7rem,5vw,5rem); line-height: 1.05; }
.inner-hero p { max-width: 760px; margin: 18px 0 0; font-size: 1.15rem; }
.page-section { padding: 70px 0; }
.page-section.tint { background: var(--mist); }
.section-heading { max-width: 760px; margin: 0 auto 38px; text-align: center; }
.section-heading h2 { margin: 0; font-size: clamp(2rem,3vw,3rem); line-height: 1.1; }
.section-heading p { margin: 12px 0 0; }
.product-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.product-card { padding: 32px; border: 1px solid #d5dfed; border-radius: 12px; background: #fff; box-shadow: 0 8px 26px rgba(7,34,86,.07); }
.product-card .icon-orb { margin-bottom: 20px; }
.product-card h2 { margin: 0 0 10px; color: var(--navy); font-size: 1.35rem; }
.product-card p { margin: 0; }
.product-card.featured { color: #fff; border: 0; background: linear-gradient(135deg,var(--green),#004d28); }
.product-card.featured h2 { color: #fff; }
.product-card.featured .icon-orb { color: #fff; background: rgba(255,255,255,.15); }
.support-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; text-align: center; }
.support-item { padding: 18px; }
.support-item .icon-orb { margin: 0 auto 16px; }
.support-item h3 { margin: 0 0 8px; }
.wide-cta { padding: 52px 0; color: #fff; background: linear-gradient(105deg,#063b9b,#031b53); }
.wide-cta-grid { display: flex; align-items: center; justify-content: space-between; gap: 38px; }
.wide-cta h2 { margin: 0 0 6px; font-size: 2rem; }
.wide-cta p { margin: 0; }

.products-hero { position: relative; min-height: 530px; display: flex; align-items: center; overflow: hidden; }
.products-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.products-hero:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,#fff 0%,#fff 28%,rgba(255,255,255,.9) 42%,rgba(255,255,255,.12) 67%,transparent); }
.products-hero .container { position: relative; z-index: 2; }
.products-hero-copy { max-width: 630px; padding: 58px 0; }
.products-hero h1 { margin: 0; color: var(--navy); font-size: clamp(3rem,5vw,5.2rem); line-height: .98; }
.products-hero h1 .script { display: block; margin-top: 10px; font-size: .92em; }
.products-hero p:last-child { max-width: 590px; font-size: 1.08rem; }
.products-section-accent { width: 76px; }
.core-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.core-grid .product-card { padding: 28px 20px; text-align: center; }
.core-grid .icon-orb { margin: 0 auto 18px; }
.core-grid .text-link { display: inline-block; margin-top: 18px; font-size: .95rem; }
.ach-feature { display: grid; grid-template-columns: 76px 1fr; gap: 24px; align-items: center; margin-top: 28px; padding: 28px 34px; color: #fff; border-radius: 12px; background: linear-gradient(105deg,#063b9b,#031b53); box-shadow: var(--shadow); }
.ach-feature .icon-orb { width: 76px; height: 76px; color: #fff; background: rgba(255,255,255,.14); }
.ach-feature .icon-orb .svg-icon { width: 42px; height: 42px; }
.ach-feature .eyebrow { margin: 0 0 5px; color: #a8df42; }
.ach-feature h3 { margin: 0 0 7px; font-size: 1.7rem; }
.ach-feature p:last-child { margin: 0; max-width: 940px; }
.service-support-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.service-support-item { display: grid; grid-template-columns: 64px 1fr; gap: 16px; padding: 10px 28px; border-right: 1px solid var(--line); }
.service-support-item:last-child { border: 0; }
.service-support-item .icon-orb { width: 62px; height: 62px; font-size: 1.55rem; }
.service-support-item h3 { margin: 0 0 7px; color: var(--royal); font-size: 1rem; }
.service-support-item p { margin: 0; font-size: .88rem; }
.why-grid { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 430px; }
.why-copy { align-self: center; padding: 50px 50px 50px max(48px,calc((100vw - var(--max))/2)); }
.why-copy h2 { margin: 0; font-size: 2.35rem; }
.why-copy h3 { margin: 10px 0; color: var(--green); }
.check-list { margin: 20px 0 0; padding: 0; list-style: none; }
.check-list li { margin: 7px 0; }
.check-list li:before { content: "✓"; display: inline-grid; place-items: center; width: 19px; height: 19px; margin-right: 10px; color: var(--green); border: 1px solid var(--green); border-radius: 50%; font-size: .75rem; font-weight: 700; }
.why-photo { position: relative; overflow: hidden; }
.why-photo:before { content: ""; position: absolute; inset: 0 auto 0 0; z-index: 1; width: 15%; background: linear-gradient(90deg,#fff,transparent); }
.why-photo img { width: 100%; height: 100%; object-fit: cover; }
.partner-band { padding: 38px 0; color: #fff; background: linear-gradient(105deg,#063b9b,#031b53); }
.partner-grid { display: grid; grid-template-columns: 110px 1fr 1fr; gap: 36px; align-items: center; }
.partner-grid h2 { margin: 0; font-size: 1.7rem; }
.partner-grid .script { color: #a8df42; font-size: 2rem; }
.partner-logo { width: 96px; height: 96px; display: grid; place-items: center; overflow: hidden; border-radius: 50%; background: #fff; box-shadow: 0 0 0 4px rgba(255,255,255,.18); }
.partner-logo img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.partner-contact { padding-left: 45px; border-left: 1px solid rgba(255,255,255,.5); }
.partner-contact p { margin: 4px 0 18px; }
.partner-band-clean .eyebrow { margin-bottom: 8px; color: #fff; opacity: .82; }
.partner-band-clean .partner-statement { margin: 5px 0 12px; color: #fff; font-size: 1.35rem; font-weight: 700; line-height: 1.25; }
.partner-band-clean .partner-contact h2 { color: #fff; }

.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.contact-details h2, .contact-form h2 { margin: 0 0 12px; font-size: 2rem; }
.contact-method { display: grid; grid-template-columns: 58px 1fr; gap: 18px; align-items: center; margin-top: 28px; }
.contact-method .icon-orb { width: 58px; height: 58px; font-size: 1.4rem; }
.contact-method h3 { margin: 0; color: var(--green); font-size: 1rem; }
.contact-method p { margin: 2px 0; }
.contact-form { padding: 36px; border: 1px solid #d7e0ed; border-radius: 12px; background: #fff; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field.full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 7px; font-weight: 700; }
.field input, .field textarea { width: 100%; padding: 12px 14px; color: var(--ink); border: 1px solid #aebbd0; border-radius: 5px; background: #fff; }
.field input:focus, .field textarea:focus { outline: 3px solid rgba(7,63,189,.16); border-color: var(--royal); }
.field textarea { min-height: 150px; resize: vertical; }
.form-notice { margin: 0 0 22px; padding: 13px 16px; border-radius: 5px; }
.form-notice.success { color: #075b2f; background: #e8f7ee; }
.form-notice.error { color: #8c1e11; background: #fff0ed; }
.hp-field { position: absolute; left: -9999px; }

.contact-hero { position: relative; padding: 55px 0; overflow: hidden; }
.contact-hero:before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 38%,rgba(255,255,255,.3) 68%,rgba(255,255,255,.06)), url('assets/contact-workspace-background.png') center/cover no-repeat; }
.contact-hero .container { position: relative; }
.contact-hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.contact-intro h1 { margin: 0; color: var(--navy); font-size: clamp(3rem,5vw,5rem); line-height: .95; }
.contact-intro h1 .script { display: block; margin-top: 12px; font-size: .9em; }
.contact-intro > p:last-of-type { max-width: 530px; font-size: 1.1rem; }
.contact-intro .contact-method { margin-top: 20px; }
.contact-intro .contact-method .icon-orb { color: var(--navy); border: 2px solid var(--green); background: #fff; }
.contact-intro .contact-method h3 { color: var(--navy); }
.contact-information { margin-top: 34px; }
.contact-information h2 { margin: 0; font-size: 1.65rem; }
.contact-information .accent-line { margin-bottom: 12px; }
.contact-information .contact-method { margin-top: 0; }
.contact-method a { white-space: nowrap; text-decoration: underline; text-underline-offset: .16em; }
.contact-card { background: rgba(255,255,255,.97); }
.contact-card > h2 { text-align: center; }
.form-required { margin-top: 18px; font-size: .85rem; }
.form-required a { color: var(--royal); font-weight: 700; text-decoration: underline; text-underline-offset: .16em; }
.form-safety-note { padding: 14px 16px; border-left: 4px solid var(--orange); border-radius: 4px; color: #602000; background: #fff4ed; font-size: .9rem; }
.checkbox-field { display: grid; grid-template-columns: 24px 1fr; gap: 11px; align-items: start; }
.checkbox-field input { width: 22px; height: 22px; margin: 2px 0 0; padding: 0; accent-color: var(--green); }
.checkbox-field label { margin: 0; font-weight: 600; }
.info-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.info-block { padding-right: 55px; border-right: 1px solid var(--line); }
.info-row { display: grid; grid-template-columns: 62px 1fr; gap: 18px; margin-top: 24px; }
.info-row h3 { margin: 0; color: var(--green); font-size: 1rem; }
.info-row p { margin: 0; }
.info-message { display: grid; grid-template-columns: 82px 1fr; gap: 28px; align-items: start; font-size: 1.14rem; }
.info-message-wide { width: min(calc(100% - 48px), var(--max)); }
.info-message-wide > div:last-child { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.info-message-wide p { margin: 0; }
.contact-phone-number { color: #a8df42; white-space: nowrap; }
.team-contacts { display: grid; grid-template-columns: .9fr repeat(4,1fr); gap: 20px; align-items: stretch; }
.team-intro { align-self: center; padding-right: 30px; }
.team-intro-wide { max-width: 760px; margin-inline: auto; padding-right: 0; text-align: center; }
.team-intro-wide .accent-line { margin-inline: auto; }
.team-intro-wide .contact-team-accent { width: 76px; }
.team-intro h2 { margin: 0; font-size: 2rem; }
.person-card { display: flex; flex-direction: column; min-height: 220px; overflow: hidden; border: 1px solid #d7e0ed; border-radius: 8px; background: #fff; text-align: center; }
.person-avatar { flex: 1; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg,var(--navy),var(--green)); font-size: 3rem; font-weight: 700; }
.person-card h3 { margin: 12px 8px 2px; font-size: .95rem; }
.person-card p { margin: 0 8px 13px; font-size: .8rem; }

@media (max-width: 1120px) {
  .brand { width: 270px; }
  .nav-wrap { min-height: 96px; gap: 20px; }
  .main-nav { gap: 20px; font-size: .9rem; }
  .main-nav .phone { display: none; }
  .values-strip { grid-template-columns: 1fr 1fr; row-gap: 24px; }
  .value:nth-child(2) { border: 0; }
  .service-grid { grid-template-columns: repeat(2,1fr); row-gap: 16px; }
  .service:nth-child(2) { border: 0; }
  .story-grid { gap: 60px; }
  .trust-grid { grid-template-columns: 1fr; }
  .core-grid { grid-template-columns: repeat(2,1fr); }
  .service-support-grid { grid-template-columns: 1fr 1fr; gap: 30px 0; }
  .service-support-item:nth-child(2) { border: 0; }
}

@media (max-width: 800px) {
  .container { width: min(calc(100% - 32px), var(--max)); }
  .nav-wrap { min-height: 82px; }
  .brand { width: 235px; min-height: 74px; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { position: absolute; top: 82px; left: 0; right: 0; display: none; max-height: calc(100dvh - 82px); overflow-y: auto; align-items: stretch; gap: 0; padding: 12px 24px 24px; background: var(--surface); box-shadow: var(--shadow); }
  .main-nav.open { display: grid; }
  .main-nav a:not(.button) { min-height: 48px; display: flex; align-items: center; padding: 11px 4px; border-bottom-width: 1px; }
  .main-nav .phone { min-height: 48px; display: flex; padding: 11px 4px; }
  .main-nav .button { margin-top: 12px; }
  .home-hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 44px 24px 26px; }
  .hero-copy h1 { font-size: clamp(3.25rem,15vw,5.5rem); }
  .hero-media { min-height: 390px; }
  .hero-media:before { inset: 0 0 auto; width: 100%; height: 18%; background: linear-gradient(#fff,transparent); }
  .values-strip { grid-template-columns: 1fr; }
  .value { padding: 10px 8px; border: 0; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service { border: 0; justify-content: flex-start; }
  .split-cta { grid-template-columns: 1fr; gap: 24px; }
  .cta-item { padding: 0 24px; }
  .cta-item + .cta-item { border: 0; }
  .about-hero { min-height: 650px; align-items: flex-start; background: #fff; }
  .about-hero:after { background: linear-gradient(#fff 0%,rgba(255,255,255,.96) 44%,rgba(255,255,255,.22) 70%); }
  .about-hero > img { object-position: 62% bottom; }
  .about-hero-copy { padding-top: 45px; }
  .story-grid { grid-template-columns: 1fr; gap: 35px; }
  .belief-grid { grid-template-columns: 1fr 1fr; gap: 32px 0; }
  .belief:nth-child(2) { border: 0; }
  .team-section { grid-template-columns: 1fr; }
  .team-copy { padding: 44px 24px; }
  .team-photo { min-height: 360px; }
  .team-photo:before { inset: 0 0 auto; width: 100%; height: 15%; background: linear-gradient(#fff,transparent); }
  .trust-items { grid-template-columns: 1fr 1fr; gap: 24px 0; }
  .trust-item { border: 0; }
  .commit-grid { grid-template-columns: 1fr; gap: 25px; }
  .commit-quote { padding: 24px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.48); }
  .final-grid { grid-template-columns: 78px 1fr; }
  .final-grid .button { grid-column: 1 / -1; }
  .footer-grid { flex-direction: column; }
  .footer-policies { justify-content: flex-start; }
  .product-cards, .support-grid, .contact-layout { grid-template-columns: 1fr; }
  .contact-hero-grid, .info-grid, .team-contacts { grid-template-columns: 1fr; }
  .info-message-wide > div:last-child { grid-template-columns: 1fr; gap: 0; }
  .info-message-wide p + p { margin-top: 16px; }
  .contact-hero:before { background: linear-gradient(#fff 0%,rgba(255,255,255,.95) 70%,rgba(255,255,255,.5)), url('assets/contact-workspace-background.png') center/cover no-repeat; }
  .info-block { padding-right: 0; padding-bottom: 35px; border-right: 0; border-bottom: 1px solid var(--line); }
  .person-card { min-height: 170px; }
  .products-hero { min-height: 680px; align-items: flex-start; }
  .products-hero:after { background: linear-gradient(#fff 0%,rgba(255,255,255,.96) 46%,rgba(255,255,255,.1) 72%); }
  .products-hero > img { object-position: 68% bottom; }
  .core-grid, .service-support-grid, .why-grid, .partner-grid { grid-template-columns: 1fr; }
  .ach-feature { grid-template-columns: 1fr; padding: 26px; }
  .service-support-item { border: 0; }
  .why-copy { padding: 45px 24px; }
  .why-photo { min-height: 360px; }
  .partner-contact { padding: 26px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.5); }
  .wide-cta-grid { align-items: flex-start; flex-direction: column; }
  .conference-hero-grid, .conference-welcome-grid, .conference-location-grid { grid-template-columns: 1fr; }
  .conference-hero-grid { gap: 42px; }
  .conference-welcome-grid { gap: 28px; }
  .conference-cta-grid { align-items: flex-start; flex-direction: column; }
  .conference-map-card { grid-template-columns: 1fr; }
  .conference-map-art { min-height: 300px; }
}

@media (max-width: 480px) {
  .brand { width: 205px; }
  .hero-copy { padding-inline: 18px; }
  .hero-copy h2 { font-size: 1.35rem; }
  .hero-actions .button { width: 100%; }
  .hero-media { min-height: 310px; }
  .service-grid, .belief-grid, .trust-items { grid-template-columns: 1fr; }
  .service { justify-content: center; text-align: center; }
  .belief { border: 0; }
  .commit-left { grid-template-columns: 70px 1fr; }
  .band-mark { width: 68px; height: 68px; flex-basis: 68px; }
  .band-mark .svg-icon { width: 38px; height: 38px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .contact-form { padding: 24px 18px; }
  .policy-content { width: min(calc(100% - 32px), 980px); }
  .contact-intro h1, .products-hero h1, .conference-hero h1 { font-size: clamp(2.6rem,13vw,3.5rem); }
  .page-section { padding: 50px 0; }
  .final-grid { grid-template-columns: 1fr; }
  .final-grid .icon-orb { margin-bottom: -8px; }
  .cta-item { grid-template-columns: 64px 1fr; gap: 16px; padding-inline: 16px; }
  .conference-register-button, .conference-map-copy .button { width: 100%; }
  .conference-time-row { grid-template-columns: 1fr; gap: 5px; }
  .conference-schedule-card { padding: 30px 24px; }
  .conference-event-card { padding: 28px 22px; }
}

@media (prefers-color-scheme: dark) {
  :root {
    --ink: #eef4ff;
    --page: #08111f;
    --surface: #101b2b;
    --surface-soft: #111e31;
    --mist: #111e31;
    --line: #3a4a63;
    --shadow: 0 14px 38px rgba(0,0,0,.36);
  }

  body { color: var(--ink); background: var(--page); }
  .site-header { background: rgba(8,17,31,.98); box-shadow: 0 1px 18px rgba(0,0,0,.4); }
  .brand { min-height: 82px; margin-block: 8px; padding: 4px 8px; border-radius: 8px; background: #fff; }
  .main-nav, .menu-toggle { color: #f3f7ff; }
  .main-nav a:hover, .main-nav a.active { color: #8dd7a9; border-color: #72d39a; }
  .phone, .text-link { color: #9bbcff; }
  .button:not(.orange) { color: #fff; background: #0b4ec7; }
  .button.outline { color: #dfeaff; background: transparent; border-color: #8eb4ff; }
  .button.light { background: transparent; border-color: rgba(255,255,255,.72); }
  .eyebrow, .script { color: #72d39a; }
  [style*="var(--green)"] { color: #72d39a !important; }
  [style*="var(--royal)"] { color: #9bbcff !important; }
  .muted { color: #b7c5da; }
  .icon-orb { color: #9bbcff; background: #172744; }
  .icon-orb.green { color: #72d39a; background: #143326; }

  .home-hero, .about-hero, .conference-welcome { background: var(--page); }
  .hero-copy h1, .about-hero h1, .products-hero h1, .contact-intro h1,
  .story h2, .team-copy h2, .trust-copy h2, .product-card h2,
  .conference-welcome h2, .conference-schedule-card h3, .conference-map-card h3,
  .contact-intro .contact-method h3 { color: #eef4ff; }
  .hero-media:before { background: linear-gradient(90deg,var(--page),transparent); }
  .about-hero:after { background: linear-gradient(90deg,var(--page) 0%,var(--page) 29%,rgba(8,17,31,.92) 42%,rgba(8,17,31,.22) 63%,transparent 76%); }
  .products-hero:after { background: linear-gradient(90deg,var(--page) 0%,var(--page) 28%,rgba(8,17,31,.92) 43%,rgba(8,17,31,.18) 68%,transparent); }
  .contact-hero:before { background: linear-gradient(90deg,var(--page) 0%,rgba(8,17,31,.98) 40%,rgba(8,17,31,.5) 70%,rgba(8,17,31,.15)), url('assets/contact-workspace-background.png') center/cover no-repeat; }

  .story-journey, .team-section, .final-cta, .split-cta, .conference-location { background: var(--surface-soft); }
  .beliefs, .trust, .page-section, .why-grid { background-color: var(--page); }
  .beliefs > .container > .customer-driven-copy { background: #12251d; }
  .team-photo:before, .why-photo:before { background: linear-gradient(90deg,var(--surface-soft),transparent); }
  .value h3, .belief h3, .cta-item h3, .why-copy h3, .info-row h3, .contact-method h3,
  .about-hero h2, .milestone h3, .milestone:nth-child(even) h3,
  .customer-driven-copy strong, .story em, .conference-time-row time, .conference-time-row > strong { color: #72d39a; }
  .service-support-item h3 { color: #9bbcff; }
  .check-list li:before { color: #72d39a; border-color: #72d39a; }
  .product-card, .contact-form, .contact-card, .person-card,
  .conference-schedule-card, .conference-map-card { color: var(--ink); border-color: var(--line); background: var(--surface); box-shadow: var(--shadow); }
  .field input, .field textarea { color: #f5f8ff; border-color: #60708b; background: #091526; }
  .field input:focus, .field textarea:focus { outline-color: rgba(142,180,255,.4); border-color: #9bbcff; }
  .form-notice.success { color: #c9f7d9; background: #153923; }
  .form-notice.error { color: #ffd4cc; background: #4a1e18; }
  .form-safety-note, .policy-callout { color: #ffe3d9; background: #3b211a; }
  .policy-content h2 { color: #eef4ff; }
  .policy-content a, .form-required a { color: #9bbcff; }
  .policy-contact-card { background: var(--surface-soft); }
  .contact-intro .contact-method .icon-orb { color: #9bbcff; border-color: #72d39a; background: #101b2b; }
  .contact-phone-number { color: #a8df42; }
  .conference-map-art { background: #17251f; }
  .conference-map-art:before, .conference-map-art:after { background: repeating-linear-gradient(20deg,transparent 0 54px,rgba(142,180,255,.12) 55px 58px); }
  .map-road { background: #3b4b45; box-shadow: 0 0 0 2px #53655d; }
  .map-place-label { background: #082b70; }
  .conference-lunch-note { color: #071b44; background: #f5f8ff; }

  @media (max-width: 800px) {
    .hero-media:before, .team-photo:before { background: linear-gradient(var(--page),transparent); }
    .about-hero:after { background: linear-gradient(var(--page) 0%,rgba(8,17,31,.97) 47%,rgba(8,17,31,.35) 72%); }
    .products-hero:after { background: linear-gradient(var(--page) 0%,rgba(8,17,31,.97) 49%,rgba(8,17,31,.22) 74%); }
    .contact-hero:before { background: linear-gradient(var(--page) 0%,rgba(8,17,31,.96) 72%,rgba(8,17,31,.65)), url('assets/contact-workspace-background.png') center/cover no-repeat; }
  }
}

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

@media (forced-colors: active) {
  .button, .icon-orb, .band-mark, .menu-toggle { border: 2px solid ButtonText; }
  .main-nav a.active { border-bottom-color: LinkText; }
  .skip-link { border: 2px solid ButtonText; }
}
