:root {
  --navy: #0c1e2b;
  --navy-2: #102b3d;
  --blue: #0a3d62;
  --blue-2: #1b4f72;
  --teal: #00a7a0;
  --cyan: #17a2b8;
  --green: #28a745;
  --orange: #f39c12;
  --ink: #142733;
  --muted: #5d6d78;
  --line: #dce5e9;
  --soft: #f3f7f8;
  --white: #fff;
  --shadow: 0 24px 64px rgba(12, 30, 43, .12);
  --shadow-sm: 0 12px 32px rgba(12, 30, 43, .09);
  --radius: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Segoe UI Variable Text", "Segoe UI", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.68; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { color: var(--ink); font-family: "Segoe UI Variable Display", "Segoe UI", Helvetica, Arial, sans-serif; font-weight: 700; line-height: 1.13; letter-spacing: -.025em; }
h1 { font-size: clamp(2.75rem, 5.3vw, 4.85rem); line-height: 1.04; letter-spacing: -.04em; }
h2 { margin-bottom: 22px; font-size: clamp(2rem, 3.7vw, 3.2rem); }
h3 { margin-bottom: 12px; font-size: 1.3rem; }
p { margin-bottom: 20px; color: var(--muted); }
ul { margin-top: 0; }
.container { width: calc(100% - 40px); max-width: var(--container); margin-inline: auto; }
.section { padding: 104px 0; }
.section-sm { padding: 70px 0; }
.section-soft { background: var(--soft); }
.section-dark { color: var(--white); background: var(--navy); }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-dark p { color: #b9cad4; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; transform: translateY(-150%); padding: 10px 14px; color: var(--white); background: var(--navy); }
.skip-link:focus { transform: none; }
.eyebrow { display: inline-block; margin-bottom: 18px; color: var(--teal); font-size: .74rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.text-accent { color: var(--teal); }
.btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 8px; padding: 12px 20px; font-size: .9rem; font-weight: 700; letter-spacing: .005em; transition: transform .2s, background .2s, color .2s, border-color .2s, box-shadow .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--white); background: var(--teal); box-shadow: 0 10px 24px rgba(0, 167, 160, .2); }
.btn-primary:hover { background: #008d87; box-shadow: 0 14px 30px rgba(0, 167, 160, .25); }
.btn-outline { border-color: var(--blue); color: var(--blue); background: transparent; }
.btn-outline:hover { color: var(--white); background: var(--blue); }
.btn-light { color: var(--navy); background: var(--white); }
.btn-light:hover { color: var(--white); background: var(--teal); }
.btn-ghost { border-color: rgba(255,255,255,.32); color: var(--white); }
.btn-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.08); }
.text-link { color: var(--blue); font-weight: 800; }
.text-link span, .core-card a span { margin-left: 6px; transition: margin .2s; }
.text-link:hover span, .core-card a:hover span { margin-left: 11px; }
.text-link.light { color: #6fe6dd; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* Header */
.topbar { color: #c6d5dc; background: #07151e; font-size: .78rem; }
.topbar-inner { display: flex; min-height: 36px; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-inner div { display: flex; gap: 22px; }
.topbar a:hover { color: #6fe6dd; }
.site-header { position: sticky; z-index: 200; top: 0; border-bottom: 1px solid rgba(220,229,233,.75); background: rgba(255,255,255,.96); backdrop-filter: blur(16px); transition: box-shadow .2s; }
.site-header.scrolled { box-shadow: 0 10px 28px rgba(12,30,43,.08); }
.nav-shell { display: flex; min-height: 76px; align-items: center; gap: 24px; }
.brand { flex: 0 0 auto; }
.brand img { width: 154px; height: 58px; object-fit: contain; }
.main-nav { display: flex; flex: 1; align-items: stretch; justify-content: center; gap: 2px; }
.main-nav > a, .nav-trigger { display: flex; min-height: 76px; align-items: center; border: 0; padding: 0 11px; color: #344c5a; background: transparent; font-family: "Segoe UI Variable Text", "Segoe UI", Helvetica, Arial, sans-serif; font-size: .9rem; font-weight: 650; letter-spacing: .004em; cursor: pointer; }
.main-nav > a:hover, .main-nav > a.active, .nav-trigger:hover, .nav-trigger.active { color: var(--teal); }
.nav-trigger span { margin-left: 6px; color: var(--teal); font-size: 1rem; transition: transform .2s; }
.nav-group { position: relative; display: flex; }
.nav-group.open .nav-trigger span { transform: rotate(45deg); }
.nav-dropdown { position: absolute; top: calc(100% - 2px); left: 50%; width: min(720px, calc(100vw - 40px)); visibility: hidden; opacity: 0; transform: translate(-50%, 10px); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; pointer-events: none; border: 1px solid var(--line); border-radius: 12px; padding: 12px; background: var(--white); box-shadow: var(--shadow); transition: .2s; }
.nav-group.open .nav-dropdown { visibility: visible; opacity: 1; transform: translate(-50%, 0); pointer-events: auto; }
.nav-align-right .nav-dropdown { right: 0; left: auto; transform: translateY(10px); }
.nav-align-right.open .nav-dropdown { transform: translateY(0); }
.nav-mega { left: -90px; width: 690px; display: grid; grid-template-columns: repeat(3, 1fr); }
.nav-dropdown a { display: block; min-height: 100%; border-radius: 8px; padding: 14px; }
.nav-dropdown a:hover { background: var(--soft); }
.nav-dropdown a.active b { color: var(--teal); }
.nav-dropdown b { display: block; color: var(--ink); font-size: .93rem; font-weight: 700; }
.nav-dropdown small { display: block; margin-top: 4px; color: var(--muted); font-size: .78rem; line-height: 1.48; }
.nav-cta { flex: 0 0 auto; min-height: 44px; padding: 10px 16px; font-size: .86rem; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 7px; background: var(--white); cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--navy); transition: .2s; }
.mobile-nav { display: none; }

/* Home hero */
.hero { position: relative; overflow: hidden; color: var(--white); background: radial-gradient(circle at 85% 15%, rgba(23,162,184,.24), transparent 28%), radial-gradient(circle at 55% 110%, rgba(0,167,160,.15), transparent 34%), var(--navy); }
.hero::before { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 66px 66px; content: ""; mask-image: linear-gradient(90deg, transparent, #000 45%, #000); }
.home-hero { padding: 104px 0 96px; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); align-items: center; gap: 64px; }
.hero-copy h1 { max-width: 720px; margin-bottom: 26px; color: var(--white); }
.hero-copy h1 span { color: #5edbd2; }
.hero-copy > p { max-width: 690px; color: #c0d0d8; font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 28px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 22px; color: #d8e6eb; font-size: .78rem; font-weight: 700; }
.hero-trust span::before { margin-right: 7px; color: #59dd9a; content: "\2713"; }
.hero-visual { position: relative; width: 100%; min-height: 0; aspect-ratio: 5 / 4; align-self: center; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: var(--navy-2); box-shadow: 0 32px 75px rgba(0,0,0,.28); }
.hero-visual::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 28%, rgba(7,21,30,.2) 58%, rgba(7,21,30,.82)); content: ""; }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.network-orbit { position: absolute; border: 1px solid rgba(94,219,210,.23); border-radius: 50%; }
.orbit-one { inset: 20px; animation: orbit 30s linear infinite; }
.orbit-two { inset: 85px; border-color: rgba(255,255,255,.15); animation: orbit 22s linear infinite reverse; }
.network-orbit::after { position: absolute; width: 11px; height: 11px; top: 12%; left: 20%; border-radius: 50%; background: #5edbd2; box-shadow: 0 0 20px #5edbd2; content: ""; }
.command-card { position: absolute; z-index: 2; right: 16px; bottom: 16px; left: 16px; display: grid; grid-template-columns: .65fr 1.35fr; align-items: end; gap: 10px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; padding: 14px; background: rgba(7,21,30,.82); box-shadow: 0 20px 55px rgba(0,0,0,.28); backdrop-filter: blur(18px); }
.command-top { display: flex; grid-column: 1 / -1; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid rgba(255,255,255,.12); padding-bottom: 9px; color: #aec1cb; font-size: .66rem; }
.command-top b { color: #74e2a4; font-weight: 700; }
.command-top i { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: #45d686; box-shadow: 0 0 10px #45d686; }
.command-score { padding: 0; }
.command-score span { display: block; color: #a9bec9; font-size: .6rem; text-transform: uppercase; letter-spacing: .08em; }
.command-score strong { display: block; margin-top: 2px; color: var(--white); font-size: 1.35rem; letter-spacing: -.04em; }
.signal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.signal-grid div { border: 1px solid rgba(255,255,255,.1); border-radius: 7px; padding: 7px 5px; background: rgba(255,255,255,.05); text-align: center; }
.signal-grid b { display: block; color: #5edbd2; font-size: .8rem; }
.signal-grid span { color: #a9bec9; font-size: .52rem; line-height: 1.25; }
.floating-chip { position: absolute; z-index: 3; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; padding: 9px 14px; color: #e2edf1; background: rgba(7,21,30,.85); box-shadow: 0 14px 35px rgba(0,0,0,.25); font-size: .72rem; font-weight: 700; }
.chip-security { top: 20px; right: 18px; }
.chip-cloud { top: 20px; left: 18px; }
.chip-growth { display: none; }
@keyframes orbit { to { transform: rotate(360deg); } }

/* Home content */
.partner-strip { border-bottom: 1px solid var(--line); padding: 22px 0; background: var(--white); }
.partner-row { display: flex; min-height: 58px; align-items: center; gap: 38px; }
.partner-row > span { flex: 0 0 auto; color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.partner-logos { display: grid; flex: 1; grid-template-columns: repeat(6, minmax(80px, 1fr)); align-items: center; gap: 24px; }
.partner-logo { display: flex; min-width: 0; min-height: 44px; align-items: center; justify-content: center; opacity: .82; filter: saturate(.82); transition: opacity .2s, filter .2s, transform .2s; }
.partner-logo:hover { opacity: 1; filter: none; transform: translateY(-2px); }
.partner-logo img { width: auto; height: auto; object-fit: contain; }
.partner-logo.azure img { max-width: 122px; max-height: 34px; }
.partner-logo.aws img { max-width: 70px; max-height: 42px; }
.partner-logo.google img { max-width: 124px; max-height: 30px; }
.partner-logo.cisco img { max-width: 64px; max-height: 36px; }
.partner-logo.fortinet img { max-width: 118px; max-height: 27px; }
.partner-logo.sophos img { max-width: 106px; max-height: 28px; }
.section-heading { max-width: 780px; margin-bottom: 50px; }
.section-heading > p { max-width: 680px; font-size: 1.02rem; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered > p { margin-inline: auto; }
.section-photo, .why-photo { position: relative; overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: var(--radius); background: #dce5e9; box-shadow: var(--shadow-sm); }
.section-photo { width: 100%; height: auto; aspect-ratio: 2.05 / 1; margin-bottom: 42px; }
.section-photo img, .why-photo img { width: 100%; height: 100%; object-fit: cover; }
.service-photo img { object-position: center 46%; }
.industry-photo img { object-position: center 48%; }
.outcomes-photo img { object-position: center 42%; }
.split-heading { display: grid; max-width: none; grid-template-columns: 1fr .8fr; align-items: end; gap: 50px; }
.split-heading p { margin-bottom: 5px; }
.core-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.core-card { position: relative; display: flex; min-height: 100%; grid-column: span 2; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; background: var(--white); box-shadow: 0 7px 24px rgba(12,30,43,.04); transition: transform .25s, box-shadow .25s, border-color .25s; }
.core-card:hover { transform: translateY(-6px); border-color: var(--card-accent); box-shadow: var(--shadow-sm); }
.core-card::before { position: absolute; top: 0; right: 0; left: 0; height: 4px; background: var(--card-accent); content: ""; }
.service-icon { display: grid; width: 46px; height: 46px; margin-bottom: 24px; place-items: center; border-radius: 10px; color: var(--card-accent); background: color-mix(in srgb, var(--card-accent) 10%, white); font-weight: 900; }
.core-card p { font-size: .94rem; }
.core-card ul { display: grid; gap: 7px; margin-bottom: 27px; padding: 0; list-style: none; color: var(--muted); font-size: .85rem; }
.core-card li::before { margin-right: 8px; color: var(--card-accent); content: "\2713"; font-weight: 900; }
.core-card a { margin-top: auto; color: var(--card-accent); font-size: .87rem; font-weight: 700; }
.accent-teal { --card-accent: #008f89; }
.accent-blue { --card-accent: #1b5e91; }
.accent-cyan { --card-accent: #138ba0; }
.accent-green { --card-accent: #238b3d; }
.accent-orange { --card-accent: #d98200; }
.accent-indigo { --card-accent: #5c3d99; }
.why-section { position: relative; overflow: hidden; }
.why-section::after { position: absolute; width: 420px; height: 420px; right: -180px; bottom: -250px; border: 75px solid rgba(23,162,184,.08); border-radius: 50%; content: ""; }
.split-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 80px; }
.why-photo { height: 220px; margin: 30px 0 24px; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 20px 55px rgba(0,0,0,.24); }
.why-photo img { object-position: center 42%; }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.04); }
.benefit-grid article { padding: 28px; }
.benefit-grid article:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.12); }
.benefit-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
.benefit-grid b { color: #5edbd2; font-size: .72rem; }
.benefit-grid h3 { margin-top: 16px; color: var(--white); }
.benefit-grid p { margin-bottom: 0; color: #bfd0d9; font-size: .84rem; }
.industry-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.industry-grid a { border: 1px solid var(--line); border-radius: 14px; padding: 24px 20px; background: var(--white); transition: transform .2s, border-color .2s, box-shadow .2s; }
.industry-grid a:hover { transform: translateY(-5px); border-color: var(--teal); box-shadow: var(--shadow-sm); }
.industry-grid span { display: grid; width: 42px; height: 42px; margin-bottom: 35px; place-items: center; border-radius: 8px; color: var(--teal); background: #e8f8f6; font-size: .72rem; font-weight: 900; }
.industry-grid h3 { font-size: 1.05rem; }
.industry-grid p { margin: 0; font-size: .85rem; }
.proof-section { background: var(--soft); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.proof-grid article { padding: 38px; }
.proof-grid article + article { border-left: 1px solid var(--line); }
.proof-grid strong { display: block; color: var(--blue); font-size: 3.2rem; line-height: 1; letter-spacing: -.06em; }
.proof-grid span { display: block; margin: 12px 0 15px; color: var(--ink); font-weight: 800; }
.proof-grid p { margin: 0; font-size: .84rem; }
.center-action { margin-top: 35px; text-align: center; }
.cta-band { color: var(--white); background: linear-gradient(120deg, var(--blue), var(--teal)); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.cta-inner h2 { max-width: 720px; margin-bottom: 14px; color: var(--white); }
.cta-inner p { max-width: 700px; margin-bottom: 0; color: #d6f0ef; }
.cta-inner .eyebrow { color: #bff8f4; }
.cta-inner .btn { flex: 0 0 auto; }

/* Interior pages */
.page-hero { position: relative; overflow: hidden; padding: 86px 0 80px; color: var(--white); background: radial-gradient(circle at 82% 15%, rgba(23,162,184,.22), transparent 28%), var(--navy); }
.page-hero::after { position: absolute; width: 340px; height: 340px; right: -90px; bottom: -210px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; content: ""; }
.page-hero h1 { max-width: 970px; margin-bottom: 22px; color: var(--white); font-size: clamp(2.5rem, 4.6vw, 4.1rem); }
.page-hero p { max-width: 760px; margin-bottom: 0; color: #bed0d9; font-size: 1.08rem; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; color: #8eabb9; font-size: .75rem; }
.breadcrumbs a:hover { color: #5edbd2; }
.hero-cta { margin-top: 30px; }
.subpage-media { padding: 70px 0 0; background: var(--white); }
.subpage-media + .section { padding-top: 64px; }
.subpage-photo { position: relative; width: 100%; height: auto; aspect-ratio: 2 / 1; overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: var(--radius); background: #dce5e9; box-shadow: var(--shadow-sm); }
.subpage-photo img { width: 100%; height: 100%; object-fit: cover; }
.overview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.info-card { border: 1px solid var(--line); border-radius: 14px; padding: 28px; background: var(--white); transition: .2s; }
.info-card:hover { transform: translateY(-4px); border-color: var(--teal); box-shadow: var(--shadow-sm); }
.info-card .number { display: block; margin-bottom: 28px; color: var(--teal); font-size: .75rem; font-weight: 900; }
.info-card p { margin-bottom: 0; font-size: .93rem; }
.info-card a { display: inline-block; margin-top: 20px; color: var(--blue); font-size: .86rem; font-weight: 700; }
.solution-layout { display: grid; grid-template-columns: 250px 1fr; align-items: start; gap: 55px; }
.side-nav { position: sticky; top: 105px; border: 1px solid var(--line); border-radius: 13px; padding: 12px; background: var(--white); }
.side-nav strong { display: block; padding: 11px 12px; color: var(--ink); font-size: .76rem; letter-spacing: .09em; text-transform: uppercase; }
.side-nav a { display: block; border-radius: 7px; padding: 10px 12px; color: var(--muted); font-size: .87rem; font-weight: 600; }
.side-nav a:hover { color: var(--teal); background: var(--soft); }
.content-stack { min-width: 0; }
.content-block { padding-bottom: 70px; }
.content-block:last-child { padding-bottom: 0; }
.content-block > p { max-width: 800px; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 30px; }
.feature-card { border: 1px solid var(--line); border-radius: 13px; padding: 24px; background: var(--white); }
.feature-card b { display: block; margin-bottom: 10px; color: var(--ink); }
.feature-card p { margin: 0; font-size: .9rem; }
.feature-card::before { display: block; width: 28px; height: 3px; margin-bottom: 20px; background: var(--teal); content: ""; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; margin: 25px 0; padding: 0; list-style: none; }
.check-grid li { display: flex; gap: 10px; color: var(--muted); font-size: .88rem; }
.check-grid li::before { color: var(--green); content: "\2713"; font-weight: 900; }
.tag-list { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }
.tag { border: 1px solid var(--line); border-radius: 999px; padding: 8px 13px; color: var(--muted); background: var(--white); font-size: .74rem; font-weight: 750; }
.inline-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; border-radius: 14px; padding: 34px; color: var(--white); background: var(--blue); }
.inline-cta h3 { margin: 0; color: var(--white); }
.faq { max-width: 880px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; border: 0; padding: 21px 0; color: var(--ink); background: none; font-weight: 800; text-align: left; cursor: pointer; }
.faq-q span { display: grid; width: 25px; height: 25px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--teal); background: #e8f8f6; transition: transform .2s; }
.faq-a { display: none; max-width: 760px; padding: 0 45px 21px 0; }
.faq-a p { margin: 0; font-size: .9rem; }
.faq-item.open .faq-a { display: block; }
.faq-item.open .faq-q span { transform: rotate(45deg); }

/* Proof, blog, contact and legal */
.case-grid, .post-grid, .testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.case-grid.four { grid-template-columns: repeat(2, 1fr); }
.case-card, .post-card, .quote-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.case-metric { padding: 32px; color: var(--white); background: linear-gradient(135deg, var(--navy), var(--blue-2)); }
.case-metric.green { background: linear-gradient(135deg, #103426, #238b3d); }
.case-metric.teal { background: linear-gradient(135deg, #06363a, #008f89); }
.case-metric span { font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.case-metric strong { display: block; margin-top: 26px; font-size: 3rem; line-height: 1; letter-spacing: -.06em; }
.case-body, .post-card, .quote-card { padding: 28px; }
.case-body p, .post-card p, .quote-card p { font-size: .92rem; }
.quote-card { position: relative; padding-top: 60px; }
.quote-card::before { position: absolute; top: 16px; left: 27px; color: var(--teal); content: "\201C"; font: 700 4rem Georgia, serif; line-height: 1; }
.quote-card footer { color: var(--ink); font-weight: 800; }
.quote-card footer span { display: block; color: var(--muted); font-size: .74rem; font-weight: 500; }
.post-card { display: flex; min-height: 100%; flex-direction: column; }
.post-card small { color: var(--teal); font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.post-card h3 { margin-top: 14px; }
.post-card a { margin-top: auto; color: var(--blue); font-size: .8rem; font-weight: 800; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; }
.contact-methods { display: grid; gap: 12px; margin-top: 28px; }
.contact-method { display: flex; gap: 14px; border: 1px solid var(--line); border-radius: 10px; padding: 16px; }
.contact-method b { display: grid; width: 40px; height: 40px; flex: 0 0 auto; place-items: center; border-radius: 8px; color: var(--teal); background: #e8f8f6; font-size: .7rem; }
.contact-method span { display: block; color: var(--muted); font-size: .72rem; }
.contact-method strong { color: var(--ink); font-size: .88rem; }
.lead-form { border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; background: var(--white); box-shadow: var(--shadow-sm); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.field { display: grid; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--ink); font-size: .76rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 7px; padding: 12px 13px; color: var(--ink); background: var(--white); outline: none; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(0,167,160,.1); }
.field textarea { min-height: 125px; resize: vertical; }
.form-note { margin: 12px 0 0; font-size: .7rem; }
.form-success { display: none; border-radius: 8px; padding: 13px; color: #136c33; background: #e3f7e9; font-size: .82rem; }
.form-success.show { display: block; }
.location-card { display: grid; min-height: 320px; place-items: center; border-radius: var(--radius); padding: 30px; background: radial-gradient(circle at 35% 40%, rgba(0,167,160,.45) 0 5px, transparent 6px), linear-gradient(135deg, #dfe9eb, #f7fafb); background-size: 48px 48px, auto; text-align: center; }
.location-card div { max-width: 380px; border-radius: 12px; padding: 24px; color: var(--white); background: var(--navy); box-shadow: var(--shadow); }
.location-card h3 { color: var(--white); }
.location-card p { color: #bfd0d9; }
.legal-copy { max-width: 850px; }
.legal-copy h2 { margin-top: 45px; font-size: 1.75rem; }
.legal-copy li { margin-bottom: 8px; color: var(--muted); }

/* Footer */
.site-footer { padding: 42px 0 22px; color: #c0d0d8; background: #07151e; }
.footer-callout { display: flex; align-items: center; justify-content: space-between; gap: 50px; border: 1px solid rgba(255,255,255,.08); border-radius: 18px; padding: 48px; color: var(--white); background: var(--blue); box-shadow: 0 24px 60px rgba(0,0,0,.18); }
.footer-callout h2 { margin-bottom: 12px; color: var(--white); font-size: clamp(1.8rem, 3vw, 2.6rem); }
.footer-callout p { max-width: 680px; margin: 0; color: #d2e3ea; }
.footer-callout .eyebrow { color: #86eee6; }
.footer-callout .btn { flex: 0 0 auto; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .85fr .85fr 1.15fr; gap: 45px; padding: 72px 0 48px; }
.footer-brand img { width: 180px; height: 70px; margin-bottom: 22px; object-fit: contain; border-radius: 10px; }
.site-footer h3 { margin-bottom: 19px; color: var(--white); font-size: .96rem; letter-spacing: 0; }
.site-footer p, .site-footer a { color: #95abb6; font-size: .85rem; }
.site-footer a:hover { color: #5edbd2; }
.footer-links { display: grid; gap: 9px; }
.social-links { display: flex; gap: 8px; }
.social-links a { display: grid; width: 35px; height: 35px; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; color: var(--white); font-weight: 800; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); padding-top: 21px; }
.footer-bottom p { margin: 0; font-size: .7rem; }
.footer-bottom div { display: flex; gap: 18px; }
.footer-bottom a { font-size: .7rem; }
.floating-contact { position: fixed; z-index: 90; right: 20px; bottom: 20px; display: flex; gap: 8px; }
.floating-contact a { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; padding: 0; color: var(--white); box-shadow: 0 10px 25px rgba(0,0,0,.2); transition: transform .2s, box-shadow .2s; }
.floating-contact a:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(0,0,0,.24); }
.floating-contact img, .floating-contact svg { width: 21px; height: 21px; }
.float-whatsapp { background: var(--green); }
.float-call { background: var(--blue); }

@media (max-width: 1100px) {
  .nav-shell { position: relative; justify-content: space-between; padding-right: 60px; }
  .menu-toggle { position: absolute; top: 50%; right: 0; z-index: 120; display: flex; order: 3; flex: 0 0 44px; align-items: center; justify-content: center; flex-direction: column; margin-left: auto; transform: translateY(-50%); }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .nav-cta { margin-left: auto; }
  .main-nav { display: none; }
  .mobile-nav { position: fixed; z-index: 210; top: 112px; right: 20px; left: 20px; display: none; max-height: calc(100vh - 132px); max-height: calc(100dvh - 132px); overflow-y: auto; overscroll-behavior: contain; border: 1px solid var(--line); border-radius: 10px; padding: 12px; background: var(--white); box-shadow: 0 24px 50px rgba(12,30,43,.18); }
  .mobile-nav.open, body.menu-open .mobile-nav { display: block; }
  .mobile-nav-section { display: grid; gap: 5px; border-bottom: 1px solid var(--line); padding: 8px 0 11px; }
  .mobile-nav-section:first-child { padding-top: 0; }
  .mobile-nav-section strong { padding: 7px 10px 2px; color: var(--teal); font-size: .74rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
  .mobile-nav a { display: block; border-radius: 8px; padding: 10px 12px; color: var(--ink); background: var(--white); font-size: .96rem; font-weight: 700; line-height: 1.3; }
  .mobile-nav a:hover, .mobile-nav a.active { color: var(--teal); background: #eefafa; }
  .mobile-nav-cta { margin-top: 12px; color: var(--white) !important; background: var(--teal) !important; text-align: center; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(380px, .86fr); gap: 35px; }
  .core-grid { grid-template-columns: repeat(2, 1fr); }
  .industry-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 800px) {
  .section { padding: 78px 0; }
  .topbar-inner > span { display: none; }
  .topbar-inner { justify-content: center; }
  .nav-cta { display: none; }
  .hero-grid, .split-layout, .contact-grid, .solution-layout { grid-template-columns: 1fr; }
  .home-hero { padding-top: 75px; }
  .hero-visual { width: min(100%, 680px); aspect-ratio: 16 / 9; margin-inline: auto; }
  .subpage-media { padding-top: 48px; }
  .subpage-media + .section { padding-top: 52px; }
  .subpage-photo { aspect-ratio: 16 / 9; }
  .split-heading { grid-template-columns: 1fr; gap: 5px; }
  .partner-row { align-items: flex-start; flex-direction: column; }
  .partner-logos { width: 100%; grid-template-columns: repeat(3, 1fr); gap: 18px 28px; }
  .benefit-grid { margin-top: 10px; }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid, .overview-grid, .case-grid, .case-grid.four, .post-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .proof-grid article + article { border-top: 1px solid var(--line); border-left: 0; }
  .cta-inner, .footer-callout { align-items: flex-start; flex-direction: column; }
  .side-nav { position: static; display: flex; overflow-x: auto; }
  .side-nav strong { display: none; }
  .side-nav a { flex: 0 0 auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 560px) {
  .container { width: calc(100% - 28px); }
  .topbar-inner div { gap: 12px; }
  .topbar-inner div a:first-child { display: none; }
  .brand img { width: 135px; }
  .partner-logos { grid-template-columns: repeat(2, 1fr); gap: 16px 22px; }
  .partner-logo { min-height: 40px; }
  .nav-shell { min-height: 68px; }
  .menu-toggle { position: absolute; top: 50%; right: 0; z-index: 120; display: flex !important; width: 44px; height: 44px; align-items: center; justify-content: center; margin-left: auto; transform: translateY(-50%); }
  .menu-toggle::before { color: var(--navy); content: "\2630"; font-size: 1.35rem; line-height: 1; }
  .menu-toggle[aria-expanded="true"]::before { content: "\00d7"; font-size: 1.8rem; }
  .menu-toggle span { display: none; }
  .mobile-nav { top: 104px; right: 14px; left: 14px; max-height: calc(100vh - 118px); max-height: calc(100dvh - 118px); }
  .home-hero { padding: 62px 0; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-visual { aspect-ratio: 4 / 3; }
  .command-card { right: 10px; bottom: 10px; left: 10px; padding: 11px; }
  .command-score strong { font-size: 1.15rem; }
  .floating-chip { font-size: .62rem; }
  .chip-security { top: 14px; right: 14px; }
  .chip-cloud { top: 14px; bottom: auto; left: 14px; }
  .chip-growth { display: none; }
  .signal-grid span { display: none; }
  .core-grid, .feature-grid, .check-grid, .benefit-grid, .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .benefit-grid article { border: 0 !important; border-bottom: 1px solid rgba(255,255,255,.12) !important; }
  .benefit-grid article:last-child { border-bottom: 0 !important; }
  .industry-grid { grid-template-columns: 1fr; }
  .section-photo { aspect-ratio: 16 / 9; margin-bottom: 30px; }
  .subpage-media { padding-top: 34px; }
  .subpage-media + .section { padding-top: 44px; }
  .subpage-photo { aspect-ratio: 4 / 3; }
  .inline-cta { align-items: flex-start; flex-direction: column; }
  .footer-callout { padding: 34px 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .lead-form { padding: 24px; }
}

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