:root {
    --navy: #14213d; --blue: #2f5bea; --blue-dark: #2448bd; --teal: #16858a; --teal-bright: #20a4a8; --gold: #f4b942;
    --paper: #f8fafc; --white: #fff; --ink: #263142; --muted: #667085; --line: #dce3ec; --pale-blue: #edf3ff; --pale-teal: #e9f8f7;
    --font: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    --space-1: .5rem; --space-2: .75rem; --space-3: 1rem; --space-4: 1.5rem; --space-5: 2rem; --space-6: 3rem; --space-7: 4.5rem; --space-8: 6rem;
    --radius-sm: .65rem; --radius: 1rem; --radius-lg: 1.5rem; --shadow: 0 18px 45px rgba(20,33,61,.1); --shadow-sm: 0 7px 22px rgba(20,33,61,.08);
    --text-sm: .875rem; --text-base: 1rem; --text-lg: 1.2rem; --text-xl: clamp(1.9rem, 4vw, 3.1rem); --text-hero: clamp(2.55rem, 7vw, 5.2rem);
    --container: 1600px; --narrow: 900px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; }
a { color: var(--blue-dark); text-underline-offset: .2em; }
a:hover { color: var(--teal); }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 1rem; top: 1rem; padding: .75rem 1rem; background: var(--white); color: var(--navy); border-radius: var(--radius-sm); transform: translateY(-200%); }
.skip-link:focus { transform: none; }
h1, h2, h3 { color: var(--navy); line-height: 1.12; letter-spacing: -.035em; margin: 0 0 1rem; }
h1 { font-size: var(--text-hero); } h2 { font-size: var(--text-xl); } h3 { font-size: 1.35rem; }
p { margin: 0 0 1rem; } ul { margin: 0 0 1.25rem; padding-left: 1.25rem; }
.section-shell { width: min(calc(100% - 2rem), var(--container)); margin-inline: auto; }
.narrow { max-width: var(--narrow); }
.section { padding: var(--space-7) 0; }
.section-tint { background: #eef3f7; }
.eyebrow { margin-bottom: .85rem; color: var(--teal); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.lead { font-size: var(--text-lg); color: #42516a; line-height: 1.6; }
.section-heading { max-width: 720px; margin-bottom: var(--space-6); }
.button-row { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 1.75rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .75rem 1.25rem; border: 2px solid transparent; border-radius: .75rem; font-weight: 750; line-height: 1.2; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: var(--white); box-shadow: 0 9px 24px rgba(47,91,234,.24); }
.button-primary:hover { background: var(--blue-dark); color: var(--white); }
.button-secondary { background: transparent; border-color: #aebbd0; color: var(--navy); }
.button-secondary:hover { background: var(--white); color: var(--navy); }
.button-light { background: var(--white); color: var(--navy); }
.button-light:hover { color: var(--blue-dark); }
.button-small { min-height: 42px; padding: .6rem 1rem; }
.text-link { display: inline-flex; gap: .45rem; align-items: center; margin-top: auto; font-weight: 750; text-decoration: none; }

/* Header and navigation */
.site-header { position: sticky; z-index: 50; top: 0; background: rgba(248,250,252,.96); border-bottom: 1px solid rgba(220,227,236,.9); backdrop-filter: blur(12px); }
.nav-shell { min-height: 76px; display: flex; align-items: center; gap: 1rem; margin-inline: auto; }
.brand { display: inline-flex; align-items: center; gap: .7rem; color: var(--navy); font-weight: 800; text-decoration: none; white-space: nowrap; }
.brand:hover { color: var(--navy); }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: .75rem; background: linear-gradient(145deg,var(--navy),var(--blue)); color: white; font-size: 1.05rem; box-shadow: var(--shadow-sm); }
.brand > span:last-child { display: grid; line-height: 1.05; }
.brand > span:last-child strong { font-size: .98rem; letter-spacing: -.01em; }
.brand > span:last-child small { margin-top: .2rem; color: var(--muted); font-size: .65rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.menu-toggle { margin-left: auto; width: 46px; height: 42px; display: grid; place-content: center; gap: 5px; border: 1px solid var(--line); border-radius: .65rem; background: var(--white); }
.menu-toggle span:not(.sr-only) { display: block; width: 21px; height: 2px; background: var(--navy); }
.primary-navigation { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 1rem; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
.primary-navigation.is-open { display: block; }
.primary-navigation ul { display: grid; gap: .2rem; margin: 0; padding: 0; list-style: none; }
.primary-navigation a { display: block; padding: .7rem .8rem; border-radius: .55rem; color: var(--ink); font-size: .92rem; font-weight: 650; text-decoration: none; }
.primary-navigation a:hover, .primary-navigation a.active { background: var(--pale-blue); color: var(--blue-dark); }
.nav-cta { display: none; margin-left: auto; }
.nav-dropdown { position: relative; }
.nav-dropdown summary { display: block; padding: .7rem .8rem; border-radius: .55rem; color: var(--ink); font-size: .92rem; font-weight: 650; cursor: pointer; list-style: none; }
.nav-dropdown summary::-webkit-details-marker { display: none; }
.nav-dropdown summary::after { content: '⌄'; margin-left: .35rem; }
.nav-dropdown summary:hover, .nav-dropdown summary.active { background: var(--pale-blue); color: var(--blue-dark); }
.nav-dropdown div { display: grid; padding-left: .8rem; }

/* Hero */
.hero { min-height: 690px; display: grid; align-items: center; gap: 3rem; padding-block: clamp(4rem,9vw,7.5rem); }
.hero-copy { max-width: 715px; position: relative; z-index: 2; }
.hero h1 { max-width: 820px; }
.hero .lead { max-width: 670px; }
.system-visual { position: relative; min-height: 430px; border-radius: 2rem; overflow: hidden; background: radial-gradient(circle at 50% 45%,rgba(47,91,234,.14),transparent 40%),linear-gradient(145deg,#fff,#eaf0f9); border: 1px solid #dbe5f3; box-shadow: var(--shadow); }
.system-visual::before { content: ''; position: absolute; inset: 0; opacity: .3; background-image: linear-gradient(#b9c8dc 1px,transparent 1px),linear-gradient(90deg,#b9c8dc 1px,transparent 1px); background-size: 32px 32px; mask-image: linear-gradient(to bottom,black,transparent); }
.visual-core, .visual-node { position: absolute; z-index: 2; display: grid; padding: 1rem; background: rgba(255,255,255,.95); border: 1px solid #d8e1ed; border-radius: 1rem; box-shadow: var(--shadow-sm); }
.visual-core { inset: 36% 25%; place-content: center; text-align: center; background: linear-gradient(145deg,var(--navy),#213762); color: white; }
.visual-core span { color: #85e3df; font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.visual-core strong { font-size: 1.05rem; }
.visual-node span { color: var(--navy); font-weight: 800; }.visual-node small { color: var(--muted); }
.node-ai { top: 12%; left: 10%; }.node-mobile { top: 13%; right: 8%; }.node-portal { bottom: 10%; left: 8%; }.node-workflow { right: 8%; bottom: 12%; }
.visual-orbit { position: absolute; z-index: 1; border: 1px dashed #7d98c2; border-radius: 50%; }
.orbit-one { inset: 10% 14%; }.orbit-two { inset: 21% 5%; transform: rotate(30deg); }

/* Cards and content */
.section-intro { background: var(--navy); color: #dbe4f4; }.section-intro h2 { color: white; }.section-intro .eyebrow { color: #7fe1df; }
.split-intro { display: grid; gap: 2rem; }
.product-grid, .capability-grid, .values-grid, .process-grid { display: grid; gap: 1rem; }
.product-card, .capability-card, .values-grid article, .process-grid article { display: flex; flex-direction: column; min-height: 100%; padding: 1.5rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.product-card { position: relative; overflow: hidden; min-height: 340px; }
.product-card::before { content: ''; height: 5px; position: absolute; inset: 0 0 auto; background: var(--blue); }
.product-teal::before { background: var(--teal-bright); }.product-gold::before { background: var(--gold); }.product-navy::before { background: var(--navy); }
.status { align-self: flex-start; padding: .35rem .6rem; margin-bottom: 1.5rem; border-radius: 100px; background: var(--pale-blue); color: var(--blue-dark); font-size: .72rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.status-light { background: rgba(255,255,255,.14); color: white; border: 1px solid rgba(255,255,255,.3); }
.card-tagline { color: var(--navy); font-weight: 700; }
.capability-card span { color: var(--teal); font-size: .75rem; font-weight: 800; }.capability-card p { color: var(--muted); margin-bottom: 0; }
.philosophy { display: grid; gap: 3rem; align-items: center; }
.value-stack { display: grid; gap: .75rem; }.value-stack div { display: flex; align-items: center; gap: 1rem; padding: 1.1rem 1.25rem; background: white; border: 1px solid var(--line); border-radius: var(--radius); }.value-stack span { color: var(--teal); font-size: .75rem; font-weight: 800; }
.cta-panel { display: flex; flex-direction: column; gap: 2rem; align-items: flex-start; padding: clamp(2rem,6vw,4.5rem); border-radius: 2rem; background: linear-gradient(135deg,var(--navy),#254b91); color: #dce6fa; box-shadow: var(--shadow); }.cta-panel h2 { color: white; }.cta-panel .eyebrow { color: #7fe1df; }
.page-hero { padding: clamp(4.5rem,10vw,8rem) 0 clamp(3.5rem,7vw,6rem); background: linear-gradient(180deg,#eaf1fc 0%,var(--paper) 100%); }
.page-hero h1 { max-width: 930px; font-size: clamp(2.5rem,6vw,4.5rem); }
.intro-prose { max-width: 870px; font-size: 1.07rem; }.intro-prose p:first-child { font-size: 1.25rem; color: var(--navy); }
.values-grid article h3, .process-grid article h3 { margin-top: .4rem; }.values-grid article p, .process-grid article p { color: var(--muted); margin: 0; }
.product-hero { padding: clamp(4rem,9vw,7rem) 0; color: #dce6fa; background: linear-gradient(135deg,var(--navy),#274d94); }.product-hero h1 { color: white; }.product-hero .lead { color: #e4ebf8; }.product-hero .eyebrow { color: #85e3df; }
.product-hero-teal { background: linear-gradient(135deg,#123c4b,#147b80); }.product-hero-gold { background: linear-gradient(135deg,#342f29,#705522); }.product-hero-blue { background: linear-gradient(135deg,var(--navy),#2f5bea); }
.article-layout { display: grid; gap: 2.5rem; }.article-layout > div > p { font-size: 1.05rem; }
.side-panel { align-self: start; padding: 1.5rem; background: white; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }.side-panel h2 { font-size: 1.4rem; }
.check-list, .product-list { display: grid; gap: .6rem; list-style: none; padding: 0; }.check-list li, .product-list li { position: relative; padding-left: 1.6rem; }.check-list li::before, .product-list li::before { content: '✓'; position: absolute; left: 0; color: var(--teal); font-weight: 900; }
.clarity-note, .notice { padding: 1.25rem 1.4rem; margin: 1.5rem 0; background: var(--pale-teal); border-left: 4px solid var(--teal); border-radius: 0 var(--radius) var(--radius) 0; }.clarity-note p:last-child, .notice p:last-child { margin-bottom: 0; }
.prose { max-width: var(--narrow); }.prose h2 { margin-top: 2.4rem; font-size: 1.65rem; }.prose h2:first-of-type { margin-top: 0; }

/* Contact */
.contact-layout { display: grid; gap: 2rem; }.contact-aside { align-self: start; }.contact-aside h2 { font-size: 2rem; }
.form-panel { padding: clamp(1.25rem,4vw,2.25rem); background: white; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.form-grid { display: grid; gap: 1rem; }.field { margin-bottom: 1.15rem; }.field label { display: block; margin-bottom: .35rem; color: var(--navy); font-weight: 700; }.optional, .field small { color: var(--muted); font-size: .78rem; font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; padding: .78rem .85rem; color: var(--ink); background: white; border: 1px solid #aab6c7; border-radius: .6rem; }.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(47,91,234,.13); outline: 0; }
.checkbox-field { display: flex; gap: .7rem; align-items: flex-start; margin: 1.25rem 0; }.checkbox-field input { width: 1.15rem; height: 1.15rem; margin-top: .25rem; flex: 0 0 auto; }.checkbox-field label { font-size: .93rem; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.turnstile-placeholder { display: grid; gap: .15rem; margin: 1.25rem 0; padding: 1rem; border: 1px dashed #9aa9bd; border-radius: .6rem; color: var(--muted); font-size: .87rem; }.turnstile-placeholder strong { color: var(--navy); }
.alert { margin-bottom: 1.25rem; padding: 1rem 1.2rem; border-radius: .75rem; }.alert h2 { font-size: 1.15rem; }.alert ul { margin-bottom: 0; }.alert-success { color: #155e45; background: #e8f8f1; border: 1px solid #89d5b7; }.alert-error { color: #842029; background: #fff0f1; border: 1px solid #efadb2; }

/* Footer and 404 */
.site-footer { padding: 4rem 0 1.5rem; background: #0d172b; color: #bfc9da; }.site-footer a { color: #dce6f7; }.site-footer a:hover { color: white; }.site-footer .brand-light { color: white; }
.footer-grid { display: grid; gap: 2.5rem; }.footer-brand { max-width: 420px; }.footer-brand > p { margin-top: 1rem; color: white; font-size: 1.15rem; font-weight: 650; }.footer-brand .footer-tagline { color: #9eabc0; font-size: .92rem; font-weight: 500; }.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: .55rem; }.footer-grid h2 { margin-bottom: .35rem; color: white; font-size: .82rem; letter-spacing: .09em; text-transform: uppercase; }.footer-grid > div:not(.footer-brand) a { display: block; line-height: 1.4; text-decoration: none; }
.footer-bottom { display: grid; gap: .6rem; padding-top: 2rem; margin-top: 2rem; border-top: 1px solid #2b3953; font-size: .8rem; }.footer-bottom p { margin: 0; }
.not-found { min-height: 68vh; display: grid; place-items: center; text-align: center; padding: 5rem 0; }.not-found .button-row { justify-content: center; }.error-code { margin: 0; color: #dfe7f4; font-size: clamp(7rem,25vw,15rem); font-weight: 900; line-height: .75; letter-spacing: -.08em; }

@media (min-width: 640px) {
    .section-shell { width: min(calc(100% - 3rem), var(--container)); }
    .product-grid, .capability-grid, .values-grid, .process-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .form-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .footer-bottom { grid-template-columns: auto 1fr; }.footer-bottom p:not(:first-child) { grid-column: 1/-1; }
}
@media (min-width: 1100px) {
    .menu-toggle { display: none; }.primary-navigation { display: flex; align-items: center; gap: .1rem; position: static; padding: 0; margin-left: auto; background: transparent; border: 0; box-shadow: none; white-space: nowrap; }.primary-navigation a { display: inline-flex; padding: .55rem .52rem; }.primary-navigation .nav-cta { display: inline-flex; margin-left: .35rem; padding: .6rem .9rem; }
    .nav-dropdown summary { padding: .55rem .52rem; }.nav-dropdown div { display: none; position: absolute; z-index: 60; top: calc(100% + .65rem); left: 0; min-width: 245px; padding: .55rem; background: var(--white); border-top: 3px solid var(--teal); box-shadow: 0 16px 35px rgba(20,33,61,.14); }.nav-dropdown[open] div { display: grid; }.nav-dropdown div a { width: 100%; padding: .7rem .75rem; }
}
@media (min-width: 960px) {
    .hero { grid-template-columns: 1.08fr .92fr; }.system-visual { min-height: 520px; }
    .split-intro { grid-template-columns: .85fr 1.15fr; gap: 5rem; }.product-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }.capability-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
    .philosophy { grid-template-columns: 1fr .85fr; gap: 6rem; }.cta-panel { flex-direction: row; align-items: center; justify-content: space-between; }.cta-panel > div { max-width: 760px; }
    .article-layout { grid-template-columns: minmax(0,1fr) 340px; gap: 5rem; }.values-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }.process-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
    .contact-layout { grid-template-columns: 340px minmax(0,1fr); gap: 5rem; }.contact-aside { position: sticky; top: 110px; }
    .footer-grid { grid-template-columns: minmax(260px,1.35fr) repeat(3,minmax(150px,1fr)); align-items: start; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Full-width editorial layout: open sections and dividers replace boxed card styling. */
.section-shell { width: min(calc(100% - clamp(2rem,8vw,9rem)), var(--container)); }
.nav-shell { width: min(calc(100% - clamp(3rem,10vw,10rem)), var(--container)); }
.page-hero.section-shell { width: 100%; max-width: none; padding-inline: max(clamp(1rem,4vw,4.5rem), calc((100% - var(--container))/2)); }
.product-card, .capability-card, .values-grid article, .process-grid article, .service-grid article, .benefit-grid article { padding: 1.5rem 1.25rem 1.75rem 0; background: transparent; border: 0; border-top: 2px solid var(--line); border-radius: 0; box-shadow: none; }
.product-card { min-height: 315px; }.product-card::before { display: none; }
.system-visual { border: 0; border-radius: 0; box-shadow: none; background-color: transparent; }
.value-stack div { padding: 1.1rem 0; background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; }
.side-panel, .form-panel { padding: 1.5rem 0; background: transparent; border: 0; border-top: 3px solid var(--teal); border-radius: 0; box-shadow: none; }
.cta-panel { width: 100%; padding-inline: max(clamp(1rem,4vw,4.5rem), calc((100% - var(--container))/2)); border-radius: 0; box-shadow: none; }
.hosting-home { background: linear-gradient(90deg,#e9f8f7,#edf3ff); }
.wide-copy { max-width: 1200px; margin-left: max(clamp(1rem,4vw,4.5rem), calc((100% - var(--container))/2)); }
.wide-copy p { max-width: 1000px; font-size: 1.08rem; }
.service-grid, .benefit-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.25rem 3rem; }
.service-grid article p, .benefit-grid article p { color: var(--muted); }
.statement-panel { align-self: start; padding: 1.6rem 0 1.6rem 1.5rem; border-left: 4px solid var(--teal); font-size: 1.08rem; }
.statement-panel strong { color: var(--navy); font-size: 1.25rem; }
.statement-panel p:last-child { margin-bottom: 0; }
.section-dark { color: #dce6f7; background: var(--navy); }.section-dark h2, .section-dark h3 { color: white; }.section-dark .eyebrow { color: #7fe1df; }.section-dark .section-heading p { color: #dce6f7; }
.hosting-categories { display: grid; gap: 2.5rem; }.hosting-categories article { padding-top: 1.5rem; border-top: 2px solid #52627e; }.hosting-categories li::marker { color: #7fe1df; }
.split-sections { display: grid; gap: 3rem; }.split-sections article { padding-top: 1.5rem; border-top: 2px solid var(--line); }
.two-column-list { columns: 2; column-gap: 3rem; }.two-column-list li { break-inside: avoid; margin-bottom: .45rem; }
.button-on-dark { color: white; border-color: #91a5c6; }.button-on-dark:hover { color: var(--navy); }
.cta-strip { color: #dce6f7; background: linear-gradient(135deg,var(--navy),#254b91); }.cta-strip .section-shell { display: flex; flex-direction: column; gap: 2rem; align-items: flex-start; }.cta-strip h2 { color: white; }.cta-strip .eyebrow { color: #7fe1df; }
.footer-grid, .footer-bottom { width: min(calc(100% - clamp(2rem,8vw,9rem)), var(--container)); margin-inline: auto; }
@media (min-width: 760px) { .service-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }.benefit-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }.split-sections { grid-template-columns: repeat(2,minmax(0,1fr)); }.hosting-categories { grid-template-columns: repeat(3,minmax(0,1fr)); } }
@media (min-width: 640px) and (max-width: 959px) { .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (min-width: 960px) { .cta-strip .section-shell { flex-direction: row; align-items: center; justify-content: space-between; }.cta-strip .section-shell > div { max-width: 900px; } }
@media (max-width: 639px) { .service-grid, .benefit-grid { grid-template-columns: 1fr; }.two-column-list { columns: 1; } }
