:root {
  --navy-950: #061327;
  --navy-900: #071A35;
  --navy-850: #0B1F3A;
  --navy-800: #10294B;
  --blue-600: #1F5EFF;
  --blue-500: #3A72FF;
  --blue-100: #E9F0FF;
  --gold-500: #C8A045;
  --gold-400: #D9B65E;
  --gold-100: #F7F0DE;
  --platinum: #D9D9D9;
  --slate-900: #101828;
  --slate-800: #1F2937;
  --slate-700: #344054;
  --slate-600: #475467;
  --slate-500: #667085;
  --slate-400: #98A2B3;
  --slate-300: #D0D5DD;
  --slate-200: #EAECF0;
  --slate-100: #F2F4F7;
  --white: #FFFFFF;
  --off-white: #F8FAFC;
  --shadow-sm: 0 10px 30px rgba(7, 26, 53, .08);
  --shadow-md: 0 22px 70px rgba(7, 26, 53, .14);
  --shadow-lg: 0 35px 100px rgba(7, 26, 53, .22);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --container: 1220px;
  --header-height: 98px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 24px); }
body {
  margin: 0;
  color: var(--slate-800);
  background: var(--white);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 9999;
  padding: 12px 18px; border-radius: 8px; background: var(--gold-500); color: var(--navy-950); font-weight: 700;
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 118px 0; position: relative; }
.section-light { background: var(--off-white); }
.section-navy { background: radial-gradient(circle at 80% 10%, rgba(31,94,255,.16), transparent 32%), var(--navy-900); color: var(--white); overflow: hidden; }
.section-navy::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.25) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to bottom, black, transparent 85%); }

.kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--blue-600); font-size: 13px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.kicker::before { content: ""; width: 30px; height: 2px; background: var(--gold-500); }
.kicker-light { color: var(--gold-400); }
.section-heading { max-width: 760px; margin-bottom: 58px; position: relative; z-index: 1; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .kicker { justify-content: center; }
.section-heading-row { max-width: none; display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; }
.section-heading-row > p { margin: 0 0 8px; color: var(--slate-600); font-size: 17px; }
.section-heading h2, .partnership-content h2, .contact-copy h2, .careers-inner h2 { margin: 0; color: var(--navy-900); font-size: clamp(38px, 5vw, 64px); line-height: 1.06; letter-spacing: -.04em; }
.section-navy .section-heading h2, .careers-inner h2, .contact-copy h2 { color: var(--white); }
.section-heading > p { max-width: 720px; margin: 22px auto 0; color: rgba(255,255,255,.70); font-size: 18px; }
.lead { font-size: 25px; line-height: 1.45; color: var(--navy-900); letter-spacing: -.02em; }

.button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 52px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 800; letter-spacing: .015em; transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease, color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid rgba(31,94,255,.35); outline-offset: 3px; }
.button-primary { color: var(--white); background: var(--blue-600); box-shadow: 0 14px 36px rgba(31,94,255,.30); }
.button-primary:hover { background: #154FE4; box-shadow: 0 18px 45px rgba(31,94,255,.38); }
.button-secondary { color: var(--navy-900); background: rgba(255,255,255,.84); border-color: var(--slate-200); backdrop-filter: blur(16px); }
.button-secondary:hover { border-color: var(--gold-500); }
.button-gold { color: var(--navy-950); background: linear-gradient(135deg, var(--gold-400), var(--gold-500)); box-shadow: 0 14px 34px rgba(200,160,69,.22); }
.button-gold:hover { box-shadow: 0 18px 44px rgba(200,160,69,.32); }
.button-light { color: var(--navy-900); background: var(--white); }
.button-sm { min-height: 43px; padding: 0 18px; font-size: 12px; }
.text-link { color: var(--blue-600); font-weight: 800; }
.text-link span { margin-left: 8px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; height: var(--header-height); border-bottom: 1px solid transparent; transition: background .25s ease, box-shadow .25s ease, border-color .25s ease; }
.site-header.scrolled { background: rgba(6,19,39,.94); border-color: rgba(255,255,255,.08); box-shadow: 0 8px 30px rgba(0,0,0,.16); backdrop-filter: blur(18px); }
.nav-shell { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand img { width: 48px; height: 48px; border-radius: 12px; object-fit: cover; }
.brand-lockup { display: flex; flex-direction: column; line-height: 1; }
.brand-name { color: var(--white); font-size: 16px; font-weight: 700; letter-spacing: .28em; }
.brand-global { margin-top: 6px; color: var(--gold-400); font-size: 9px; font-weight: 800; letter-spacing: .65em; }
.primary-nav { display: flex; align-items: center; gap: 22px; }
.primary-nav > a:not(.button) { color: rgba(255,255,255,.76); font-size: 12px; font-weight: 700; transition: color .2s ease; }
.primary-nav > a:not(.button):hover, .primary-nav > a.active { color: var(--white); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 10px; background: rgba(255,255,255,.08); }
.nav-toggle span { display: block; width: 21px; height: 2px; margin: 5px auto; background: var(--white); transition: transform .25s ease, opacity .25s ease; }

.hero { position: relative; min-height: 820px; color: var(--white); background: radial-gradient(circle at 30% 30%, rgba(31,94,255,.18), transparent 30%), linear-gradient(145deg, var(--navy-950) 0%, var(--navy-900) 60%, #0B2C52 100%); overflow: hidden; }
.hero::before { content: ""; 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: 84px 84px; mask-image: radial-gradient(circle at center, black, transparent 75%); }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(200,160,69,.18); border-radius: 50%; left: -220px; top: 140px; box-shadow: 0 0 0 80px rgba(200,160,69,.03), 0 0 0 160px rgba(200,160,69,.02); }
.hero-grid { position: relative; z-index: 2; min-height: 760px; display: grid; grid-template-columns: 1.03fr .97fr; gap: 72px; align-items: center; padding-top: 126px; padding-bottom: 90px; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; padding: 8px 13px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; background: rgba(255,255,255,.055); color: rgba(255,255,255,.76); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(14px); }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--gold-400); box-shadow: 0 0 0 5px rgba(200,160,69,.15); }
.hero h1 { margin: 24px 0 24px; max-width: 740px; font-size: clamp(48px, 6.1vw, 82px); line-height: .98; letter-spacing: -.052em; }
.hero h1 em { color: var(--gold-400); font-style: normal; }
.hero-lede { max-width: 650px; margin: 0; color: rgba(255,255,255,.72); font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 54px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.11); }
.hero-trust div { display: flex; flex-direction: column; }
.hero-trust strong { font-size: 15px; }
.hero-trust span { color: rgba(255,255,255,.48); font-size: 12px; }
.hero-visual { position: relative; }
.hero-image-wrap { position: relative; aspect-ratio: 4 / 5; min-height: 620px; border-radius: 160px 22px 22px 22px; overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid rgba(255,255,255,.16); }
.hero-image-wrap > img { width: 100%; height: 100%; object-fit: cover; }
.hero-image-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(4,17,35,.75), transparent 55%), linear-gradient(120deg, rgba(31,94,255,.12), transparent); }
.glass-card { border: 1px solid rgba(255,255,255,.18); background: rgba(7,26,53,.69); box-shadow: 0 20px 50px rgba(0,0,0,.22); backdrop-filter: blur(18px); }
.hero-badge { position: absolute; top: 34px; left: -38px; display: flex; align-items: center; gap: 13px; padding: 15px 18px; border-radius: 15px; }
.hero-badge div { display: flex; flex-direction: column; }
.hero-badge strong { font-size: 13px; }
.hero-badge span { color: rgba(255,255,255,.58); font-size: 11px; }
.pulse-dot { width: 10px; height: 10px; border-radius: 50%; background: #54D18B; box-shadow: 0 0 0 7px rgba(84,209,139,.15); animation: pulse 2s infinite; }
.hero-metric { position: absolute; right: -36px; bottom: 48px; width: min(340px, 80%); padding: 22px; border-radius: 18px; }
.hero-metric .metric-label { display: block; color: var(--gold-400); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero-metric strong { display: block; margin: 7px 0 4px; font-size: 18px; }
.hero-metric > span:last-child { color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.5; }
.hero-orbit { position: absolute; inset: -46px -46px auto auto; width: 180px; height: 180px; border: 1px solid rgba(200,160,69,.35); border-radius: 50%; animation: rotate 18s linear infinite; }
.hero-orbit span { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--gold-400); }
.hero-orbit span:nth-child(1) { left: 16px; top: 28px; }
.hero-orbit span:nth-child(2) { right: 20px; top: 45px; }
.hero-orbit span:nth-child(3) { left: 83px; bottom: -4px; }
.hero-strip { position: relative; z-index: 2; border-top: 1px solid rgba(255,255,255,.09); background: rgba(5,17,35,.56); }
.hero-strip-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 22px; color: rgba(255,255,255,.48); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.split-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.about-content > p:not(.lead) { color: var(--slate-600); font-size: 17px; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 46px; }
.value-grid article { padding: 25px; border: 1px solid var(--slate-200); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); }
.value-number { color: var(--gold-500); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.value-grid h3 { margin: 14px 0 9px; color: var(--navy-900); font-size: 18px; }
.value-grid p { margin: 0; color: var(--slate-500); font-size: 14px; }

.services-section { background: var(--white); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 265px; padding: 28px; border: 1px solid var(--slate-200); border-radius: var(--radius-md); background: var(--white); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; overflow: hidden; }
.service-card::after { content: ""; position: absolute; inset: auto -70px -90px auto; width: 180px; height: 180px; border-radius: 50%; background: radial-gradient(circle, rgba(31,94,255,.08), transparent 65%); transition: transform .35s ease; }
.service-card:hover { transform: translateY(-7px); border-color: rgba(31,94,255,.28); box-shadow: var(--shadow-md); }
.service-card:hover::after { transform: scale(1.25); }
.icon-shell { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; color: var(--blue-600); background: var(--blue-100); }
.service-card:nth-child(3n+2) .icon-shell { color: #9B741F; background: var(--gold-100); }
.service-card h3 { margin: 26px 0 10px; color: var(--navy-900); font-size: 19px; }
.service-card p { margin: 0; color: var(--slate-500); font-size: 14px; line-height: 1.7; }
.compliance-note { display: flex; align-items: flex-start; gap: 14px; margin-top: 28px; padding: 18px 20px; border-radius: 14px; background: var(--slate-100); color: var(--slate-600); font-size: 13px; }
.compliance-note span { flex: 0 0 26px; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--navy-900); color: var(--white); font-weight: 800; }
.compliance-note p { margin: 2px 0 0; }

.advantage-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.advantage-card { min-height: 250px; padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-md); background: rgba(255,255,255,.05); backdrop-filter: blur(14px); transition: background .3s ease, transform .3s ease; }
.advantage-card:hover { transform: translateY(-5px); background: rgba(255,255,255,.08); }
.advantage-card > span { color: var(--gold-400); font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.advantage-card h3 { margin: 36px 0 10px; font-size: 20px; }
.advantage-card p { margin: 0; color: rgba(255,255,255,.60); font-size: 14px; }
.stats-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 48px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-md); overflow: hidden; }
.stat { min-height: 170px; display: flex; flex-direction: column; justify-content: center; padding: 28px; border-right: 1px solid rgba(255,255,255,.12); background: rgba(0,0,0,.12); }
.stat:last-child { border-right: 0; }
.stat strong { color: var(--gold-400); font-size: 46px; line-height: 1; letter-spacing: -.04em; }
.stat span { margin-top: 13px; color: rgba(255,255,255,.62); font-size: 13px; }

.process-section { background: linear-gradient(180deg, var(--white), #F7F9FC); }
.process-layout { position: relative; max-width: 940px; margin: 0 auto; }
.process-progress { position: absolute; left: 36px; top: 30px; bottom: 30px; width: 2px; background: var(--slate-200); }
.process-progress span { display: block; width: 100%; height: 0; background: linear-gradient(var(--blue-600), var(--gold-500)); transition: height 1.4s ease; }
.process-layout.in-view .process-progress span { height: 100%; }
.process-list { list-style: none; margin: 0; padding: 0; }
.process-step { position: relative; display: grid; grid-template-columns: 72px 1fr; gap: 32px; min-height: 148px; padding: 12px 0 36px; }
.step-number { position: relative; z-index: 2; width: 72px; height: 72px; display: grid; place-items: center; border: 1px solid var(--slate-200); border-radius: 50%; background: var(--white); color: var(--blue-600); font-size: 13px; font-weight: 900; box-shadow: 0 8px 28px rgba(7,26,53,.08); }
.process-step h3 { margin: 7px 0 9px; color: var(--navy-900); font-size: 24px; }
.process-step p { margin: 0; max-width: 720px; color: var(--slate-500); }

.industry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.industry-card { min-height: 260px; padding: 30px; border-radius: var(--radius-md); background: var(--white); border: 1px solid var(--slate-200); box-shadow: var(--shadow-sm); }
.industry-code { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; color: var(--navy-900); background: var(--gold-100); font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.industry-card h3 { margin: 46px 0 10px; color: var(--navy-900); font-size: 21px; }
.industry-card p { margin: 0; color: var(--slate-500); font-size: 14px; }

.partnership-section { overflow: hidden; }
.partnership-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 94px; align-items: center; }
.partnership-image { position: relative; }
.partnership-image img { width: 100%; aspect-ratio: 1 / 1.08; object-fit: cover; border-radius: 22px 120px 22px 22px; box-shadow: var(--shadow-md); }
.image-caption { position: absolute; left: 28px; right: 28px; bottom: 28px; padding: 19px 22px; border-radius: 14px; background: rgba(7,26,53,.82); color: var(--white); backdrop-filter: blur(14px); }
.image-caption span { display: block; color: var(--gold-400); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.image-caption strong { display: block; margin-top: 6px; font-size: 17px; }
.partnership-content h2 { font-size: clamp(38px, 4.4vw, 58px); }
.partnership-content > p { color: var(--slate-600); font-size: 17px; }
.check-list { display: grid; gap: 14px; margin: 30px 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 32px; color: var(--slate-700); font-weight: 600; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-100); color: var(--blue-600); font-size: 12px; font-weight: 900; }
blockquote { margin: 38px 0 0; padding: 24px 0 0 28px; border-left: 3px solid var(--gold-500); }
blockquote p { margin: 0; color: var(--navy-900); font-size: 20px; line-height: 1.5; letter-spacing: -.015em; }
blockquote cite { display: block; margin-top: 12px; color: var(--slate-400); font-size: 12px; font-style: normal; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.careers-section { padding: 82px 0; background: linear-gradient(135deg, var(--blue-600), #1748C7); color: var(--white); }
.careers-inner { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.careers-inner h2 { max-width: 830px; font-size: clamp(36px, 4vw, 58px); }
.careers-inner p { max-width: 760px; margin: 18px 0 0; color: rgba(255,255,255,.74); }

.insights-section { background: var(--white); }
.insights-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 18px; }
.insight-feature { min-height: 520px; padding: 44px; border-radius: var(--radius-lg); color: var(--white); background: radial-gradient(circle at 80% 20%, rgba(31,94,255,.4), transparent 30%), linear-gradient(150deg, var(--navy-900), var(--navy-950)); display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; position: relative; }
.insight-feature::before { content: ""; position: absolute; width: 380px; height: 380px; border: 1px solid rgba(200,160,69,.25); border-radius: 50%; top: -140px; right: -80px; box-shadow: 0 0 0 60px rgba(200,160,69,.04); }
.insight-category { position: relative; z-index: 1; color: var(--gold-400); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.insight-feature h3 { position: relative; z-index: 1; max-width: 640px; margin: 16px 0; font-size: clamp(30px, 3vw, 45px); line-height: 1.12; letter-spacing: -.03em; }
.insight-feature p { position: relative; z-index: 1; max-width: 600px; color: rgba(255,255,255,.65); }
.insight-feature a { position: relative; z-index: 1; margin-top: 18px; color: var(--gold-400); font-weight: 800; }
.insight-list { display: grid; gap: 18px; }
.insight-item { min-height: 160px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; padding: 28px 30px; border: 1px solid var(--slate-200); border-radius: var(--radius-md); transition: transform .25s ease, box-shadow .25s ease; }
.insight-item:hover { transform: translateX(5px); box-shadow: var(--shadow-sm); }
.insight-item span { grid-column: 1; color: var(--blue-600); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.insight-item h3 { grid-column: 1; margin: 2px 0 0; color: var(--navy-900); font-size: 18px; line-height: 1.35; }
.insight-item a { grid-column: 2; grid-row: 1 / span 2; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--slate-100); color: var(--blue-600); font-weight: 900; }

.contact-section { color: var(--white); background: radial-gradient(circle at 18% 20%, rgba(31,94,255,.24), transparent 28%), linear-gradient(145deg, var(--navy-950), var(--navy-900)); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.contact-copy > p { max-width: 540px; color: rgba(255,255,255,.67); font-size: 18px; }
.contact-details { display: grid; gap: 22px; margin-top: 45px; }
.contact-details a, .contact-details div { display: flex; flex-direction: column; }
.contact-details span { color: var(--gold-400); font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.contact-details strong { margin-top: 4px; font-size: 17px; }
.contact-form { padding: 34px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-lg); background: rgba(255,255,255,.07); backdrop-filter: blur(18px); box-shadow: 0 32px 80px rgba(0,0,0,.22); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: flex; flex-direction: column; gap: 8px; margin-bottom: 17px; color: rgba(255,255,255,.78); font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(255,255,255,.08); color: var(--white); padding: 14px 15px; outline: 0; transition: border-color .2s ease, background .2s ease; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--blue-500); background: rgba(255,255,255,.12); }
.contact-form textarea { resize: vertical; min-height: 135px; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 8px; }
.form-footer p { max-width: 300px; margin: 0; color: rgba(255,255,255,.42); font-size: 10px; }
.form-status { margin-top: 14px; color: #79E1A8; font-size: 13px; }
.hidden { display: none !important; }

.site-footer { padding: 76px 0 24px; color: rgba(255,255,255,.64); background: #041022; }
.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 70px; }
.footer-brand p { margin: 20px 0 0; color: rgba(255,255,255,.44); }
.footer-grid h3 { margin: 0 0 17px; color: var(--white); font-size: 13px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.footer-grid a { font-size: 13px; transition: color .2s ease; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.10); font-size: 11px; }
.footer-bottom div { display: flex; gap: 22px; }

.back-to-top { position: fixed; right: 24px; bottom: 24px; z-index: 900; width: 46px; height: 46px; border: 0; border-radius: 50%; color: var(--white); background: var(--blue-600); box-shadow: 0 14px 34px rgba(31,94,255,.30); opacity: 0; visibility: hidden; transform: translateY(12px); transition: .25s ease; }
.back-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .24s; }

@keyframes pulse { 0%,100% { box-shadow: 0 0 0 5px rgba(84,209,139,.12); } 50% { box-shadow: 0 0 0 10px rgba(84,209,139,.03); } }
@keyframes rotate { to { transform: rotate(360deg); } }

@media (max-width: 1120px) {
  .primary-nav { gap: 14px; }
  .primary-nav > a:not(.button) { display: none; }
  .nav-cta { display: inline-flex; }
  .hero-grid { grid-template-columns: 1fr .82fr; gap: 40px; }
  .hero-image-wrap { min-height: 570px; }
  .section-heading-row { gap: 40px; }
  .services-grid, .industry-grid, .advantage-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { gap: 60px; }
}

@media (max-width: 820px) {
  :root { --header-height: 72px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 84px 0; }
  .nav-toggle { display: block; }
  .nav-cta { display: none; }
  .primary-nav { position: fixed; inset: var(--header-height) 14px auto; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid rgba(255,255,255,.10); border-radius: 18px; background: rgba(6,19,39,.98); box-shadow: var(--shadow-lg); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .25s ease; }
  .primary-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .primary-nav > a:not(.button) { display: block; padding: 13px 14px; border-radius: 10px; font-size: 14px; }
  .primary-nav .nav-cta { display: inline-flex; margin-top: 8px; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 120px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { margin-top: 12px; }
  .hero-image-wrap { min-height: 550px; aspect-ratio: 16 / 11; border-radius: 90px 20px 20px 20px; }
  .hero-badge { left: 20px; }
  .hero-metric { right: 20px; }
  .hero-strip-inner { flex-wrap: wrap; justify-content: center; padding: 22px 0; }
  .split-layout, .partnership-grid, .contact-grid, .insights-grid { grid-template-columns: 1fr; gap: 50px; }
  .section-heading-row { grid-template-columns: 1fr; gap: 20px; }
  .value-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .careers-inner { grid-template-columns: 1fr; gap: 28px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 620px) {
  body { font-size: 15px; }
  .brand-name { font-size: 14px; }
  .brand img { width: 42px; height: 42px; }
  .hero h1 { font-size: 48px; }
  .hero-lede { font-size: 17px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-trust { grid-template-columns: 1fr; gap: 14px; }
  .hero-trust div { padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .hero-image-wrap { min-height: 440px; aspect-ratio: 4 / 5; border-radius: 60px 18px 18px 18px; }
  .hero-badge { top: 18px; left: 14px; right: 14px; }
  .hero-metric { right: 14px; left: 14px; bottom: 18px; width: auto; }
  .hero-orbit { display: none; }
  .hero-strip-inner { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; }
  .hero-strip-inner span { min-width: max-content; }
  .section-heading h2, .partnership-content h2, .contact-copy h2, .careers-inner h2 { font-size: 39px; }
  .services-grid, .industry-grid, .advantage-grid { grid-template-columns: 1fr; }
  .service-card, .advantage-card, .industry-card { min-height: auto; }
  .stats-grid { grid-template-columns: 1fr; }
  .stat { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .stat:last-child { border-bottom: 0; }
  .process-progress { left: 25px; }
  .process-step { grid-template-columns: 52px 1fr; gap: 20px; }
  .step-number { width: 52px; height: 52px; }
  .partnership-image img { border-radius: 18px 70px 18px 18px; }
  .insight-feature { min-height: 430px; padding: 28px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-footer { flex-direction: column; align-items: stretch; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@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; }
}


/* Enlarged Aurevvix brand presence — header and footer */
.site-header .brand { gap: 15px; }
.site-header .brand img {
  width: 64px;
  height: 64px;
  border-radius: 15px;
}
.site-header .brand-name {
  font-size: 21px;
  letter-spacing: .31em;
}
.site-header .brand-global {
  margin-top: 8px;
  font-size: 11px;
  letter-spacing: .70em;
}

.site-footer { padding-top: 92px; }
.footer-brand .brand { gap: 22px; align-items: center; }
.footer-brand .brand img {
  width: 104px;
  height: 104px;
  border-radius: 23px;
  box-shadow: 0 18px 45px rgba(0,0,0,.24);
}
.footer-brand .brand-name {
  font-size: 34px;
  letter-spacing: .25em;
}
.footer-brand .brand-global {
  margin-top: 11px;
  font-size: 15px;
  letter-spacing: .62em;
}
.footer-brand p {
  max-width: 410px;
  margin-top: 26px;
  font-size: 16px;
  color: rgba(255,255,255,.62);
}

@media (max-width: 1120px) {
  .site-header .brand img { width: 58px; height: 58px; }
  .site-header .brand-name { font-size: 19px; }
  .site-header .brand-global { font-size: 10px; }
}

@media (max-width: 820px) {
  :root { --header-height: 84px; }
  .site-header .brand img { width: 54px; height: 54px; border-radius: 13px; }
  .site-header .brand-name { font-size: 18px; }
  .site-header .brand-global { margin-top: 7px; font-size: 10px; }
  .footer-brand .brand img { width: 90px; height: 90px; }
  .footer-brand .brand-name { font-size: 29px; }
  .footer-brand .brand-global { font-size: 13px; }
}

@media (max-width: 620px) {
  .site-header .brand { gap: 11px; }
  .site-header .brand img { width: 48px; height: 48px; }
  .site-header .brand-name { font-size: 16px; letter-spacing: .24em; }
  .site-header .brand-global { font-size: 9px; letter-spacing: .55em; }
  .footer-brand .brand { gap: 17px; }
  .footer-brand .brand img { width: 78px; height: 78px; border-radius: 18px; }
  .footer-brand .brand-name { font-size: 25px; letter-spacing: .20em; }
  .footer-brand .brand-global { font-size: 11px; letter-spacing: .50em; }
  .footer-brand p { font-size: 15px; }
}
