:root {
  --brand-blue: #52627f;
  --brand-blue-dark: #2f3b55;
  --brand-red: #d81f35;
  --brand-red-dark: #b9172b;
  --ink: #111827;
  --ink-soft: #4b5563;
  --paper: #ffffff;
  --surface: #f5f7fa;
  --surface-blue: #eef2f7;
  --line: #dfe4eb;
  --shadow: 0 24px 70px rgba(20, 29, 48, .12);
  --radius-lg: 28px;
  --radius-md: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: #fff; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
::selection { background: rgba(216,31,53,.18); color: var(--ink); }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 9999; background: #fff; color: var(--ink); padding: .75rem 1rem; border-radius: 0 0 .5rem .5rem; box-shadow: var(--shadow); }
.skip-link:focus { top: 0; }

.topbar { background: var(--brand-blue-dark); color: #fff; padding: .55rem 0; font-size: .78rem; letter-spacing: .01em; }
.topbar p { color: rgba(255,255,255,.72); }
.topbar a { color: #fff; transition: color .2s ease; }
.topbar a:hover { color: #ffd7dc; }

.navbar { min-height: 82px; padding: .6rem 0; border-bottom: 1px solid rgba(17,24,39,.06); transition: box-shadow .25s ease, min-height .25s ease; }
.navbar.scrolled { box-shadow: 0 10px 34px rgba(17,24,39,.1); min-height: 72px; }
.navbar-brand img { width: 270px; height: auto; }
.navbar .nav-link { color: #2f3747; font-weight: 700; font-size: .9rem; padding: .8rem .75rem !important; position: relative; }
.navbar .nav-link:after { content: ""; position: absolute; left: .75rem; right: .75rem; bottom: .42rem; height: 2px; background: var(--brand-red); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.navbar .nav-link:hover, .navbar .nav-link.active { color: var(--brand-red); }
.navbar .nav-link:hover:after, .navbar .nav-link.active:after { transform: scaleX(1); }
.navbar .dropdown-toggle:after { position: static; display: inline-block; margin-left: .35rem; vertical-align: .15em; border-top: .3em solid; border-right: .3em solid transparent; border-bottom: 0; border-left: .3em solid transparent; transform: none; height: auto; background: none; }
.dropdown-menu { border: 0; border-radius: 14px; padding: .65rem; box-shadow: 0 20px 50px rgba(17,24,39,.15); }
.dropdown-item { border-radius: 9px; font-size: .9rem; font-weight: 650; padding: .7rem .8rem; }
.dropdown-item:hover { background: #f7e9eb; color: var(--brand-red); }
.navbar-toggler { width: 46px; height: 46px; border: 0; border-radius: 12px; background: var(--surface); padding: 11px; display: flex; flex-direction: column; justify-content: center; gap: 5px; }
.navbar-toggler:focus { box-shadow: 0 0 0 .2rem rgba(216,31,53,.16); }
.navbar-toggler span { width: 100%; height: 2px; background: var(--brand-blue-dark); border-radius: 99px; }
.offcanvas { max-width: 360px; }
.offcanvas-logo { width: 220px; }
.mobile-nav { display: grid; gap: .2rem; }
.mobile-nav a { padding: .9rem 0; border-bottom: 1px solid var(--line); font-weight: 700; color: var(--brand-blue-dark); }

.btn { border-radius: 999px; font-weight: 800; letter-spacing: -.01em; padding: .78rem 1.3rem; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-brand { background: var(--brand-red); border-color: var(--brand-red); color: #fff; box-shadow: 0 10px 24px rgba(216,31,53,.23); }
.btn-brand:hover, .btn-brand:focus { background: var(--brand-red-dark); border-color: var(--brand-red-dark); color: #fff; box-shadow: 0 14px 30px rgba(216,31,53,.28); }
.btn-outline-brand { border: 1px solid rgba(82,98,127,.35); color: var(--brand-blue-dark); background: #fff; }
.btn-outline-brand:hover { color: #fff; background: var(--brand-blue-dark); border-color: var(--brand-blue-dark); }
.btn-light-brand { background: #fff; color: var(--brand-blue-dark); border-color: #fff; }
.btn-light-brand:hover { color: #fff; background: var(--brand-red); border-color: var(--brand-red); }
.btn-lg { padding: .95rem 1.6rem; font-size: .96rem; }

.hero-section { position: relative; padding: 92px 0 82px; background: linear-gradient(135deg, #fbfcfe 0%, #fff 48%, #eef2f7 100%); }
.hero-grid { position: absolute; inset: 0; opacity: .38; background-image: linear-gradient(rgba(82,98,127,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(82,98,127,.07) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(to right, #000 0%, transparent 62%); }
.hero-section:before { content: ""; position: absolute; width: 480px; height: 480px; border-radius: 50%; top: -210px; right: -150px; background: radial-gradient(circle, rgba(216,31,53,.12), rgba(216,31,53,0) 68%); }
.hero-section:after { content: ""; position: absolute; width: 560px; height: 560px; border-radius: 50%; bottom: -380px; left: -260px; border: 90px solid rgba(82,98,127,.06); }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: .6rem; color: var(--brand-red); font-weight: 800; text-transform: uppercase; font-size: .74rem; letter-spacing: .15em; margin-bottom: 1.15rem; }
.eyebrow:before, .section-kicker:before { content: ""; width: 28px; height: 2px; background: currentColor; }
.section-kicker.light { color: #ff9ba7; }
.display-title { font-size: clamp(3.1rem, 6.7vw, 6rem); line-height: .98; letter-spacing: -.065em; font-weight: 800; color: var(--brand-blue-dark); margin-bottom: 1.5rem; }
.display-title span { color: var(--brand-red); }
.hero-copy { max-width: 650px; font-size: 1.1rem; line-height: 1.78; color: var(--ink-soft); margin-bottom: 2rem; }
.hero-proof { max-width: 620px; margin-top: 2.3rem; }
.hero-proof > div { border-left: 1px solid var(--line); padding-left: 1.1rem; }
.hero-proof strong { display: block; color: var(--brand-blue-dark); font-size: clamp(1.45rem, 2.4vw, 2.2rem); line-height: 1; font-weight: 800; }
.hero-proof small { display: block; color: var(--ink-soft); font-size: .72rem; margin-top: .45rem; line-height: 1.35; }
.hero-visual { position: relative; min-height: 570px; }
.hero-photo-wrap { position: absolute; inset: 0 0 0 9%; border-radius: 36px 36px 120px 36px; overflow: hidden; box-shadow: 0 34px 80px rgba(27,39,64,.24); }
.hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: 60% center; }
.photo-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(22,30,49,0) 45%, rgba(24,34,56,.64) 100%); }
.hero-photo-wrap:after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.35); border-radius: inherit; pointer-events: none; }
.status-card { position: absolute; display: flex; align-items: center; gap: .75rem; background: rgba(255,255,255,.94); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.7); border-radius: 16px; box-shadow: 0 18px 45px rgba(27,39,64,.18); padding: .85rem 1rem; z-index: 2; }
.status-card b, .status-card small { display: block; }
.status-card b { font-size: .84rem; color: var(--brand-blue-dark); }
.status-card small { font-size: .66rem; color: #6b7280; margin-top: .1rem; }
.status-card-top { top: 12%; left: 0; }
.status-card-bottom { right: -3%; bottom: 9%; }
.status-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: rgba(216,31,53,.1); }
.status-icon svg { width: 21px; height: 21px; fill: var(--brand-red); }
.live-dot { width: 12px; height: 12px; border-radius: 50%; background: #14b87a; box-shadow: 0 0 0 5px rgba(20,184,122,.12); }
.language-pills { position: absolute; bottom: 4%; left: 16%; display: flex; gap: .4rem; z-index: 3; }
.language-pills span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--brand-blue-dark); font-size: .65rem; font-weight: 800; border: 3px solid rgba(255,255,255,.55); box-shadow: 0 8px 20px rgba(17,24,39,.16); margin-left: -9px; }
.language-pills span:nth-child(2n) { background: var(--brand-red); color: #fff; }
.hero-bottom-line { height: 5px; background: linear-gradient(90deg, var(--brand-blue-dark) 0 38%, var(--brand-red) 38% 100%); position: absolute; bottom: 0; left: 0; right: 0; }

.section-padding { padding: 104px 0; }
.section-heading { max-width: 780px; }
.section-title { font-size: clamp(2.3rem, 4.8vw, 4.25rem); line-height: 1.06; letter-spacing: -.05em; font-weight: 800; color: var(--brand-blue-dark); margin-bottom: 1.3rem; }
.section-heading > p, .section-intro { color: var(--ink-soft); font-size: 1.02rem; line-height: 1.8; }
.text-white-60 { color: rgba(255,255,255,.67); font-size: 1rem; line-height: 1.78; }
.text-link { display: inline-flex; align-items: center; gap: .5rem; color: var(--brand-red); font-weight: 800; margin-top: 1.6rem; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }

.story-section { position: relative; background: #111827; overflow: hidden; }
.story-section:before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 90% 10%, rgba(216,31,53,.18), transparent 30%), radial-gradient(circle at 10% 80%, rgba(82,98,127,.24), transparent 28%); }
.story-media { position: relative; height: 450px; overflow: hidden; border-radius: var(--radius-lg); box-shadow: 0 28px 70px rgba(0,0,0,.32); }
.story-media img { width: 100%; height: 100%; object-fit: cover; }
.story-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,11,20,.06), rgba(7,11,20,.82)); }
.story-caption { position: absolute; left: 2rem; right: 2rem; bottom: 2rem; display: flex; align-items: center; gap: 1rem; }
.story-caption small, .story-caption strong { display: block; }
.story-caption small { color: #ff9ba7; text-transform: uppercase; font-weight: 800; font-size: .66rem; letter-spacing: .12em; }
.story-caption strong { font-size: 1.1rem; }
.pulse-ring { width: 56px; height: 56px; border-radius: 50%; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.28); display: grid; place-items: center; }
.pulse-ring span { width: 18px; height: 18px; border-radius: 50%; background: var(--brand-red); box-shadow: 0 0 0 8px rgba(216,31,53,.19); }
.story-points span { color: #ff8d9a; font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.story-points h3 { font-size: 1rem; font-weight: 800; margin: .35rem 0 .45rem; }
.story-points p { color: rgba(255,255,255,.54); font-size: .82rem; line-height: 1.6; margin: 0; }
.story-section .text-link { color: #ff9ba7; }

.trust-strip { border-bottom: 1px solid var(--line); background: #fff; }
.trust-inner { min-height: 112px; display: grid; grid-template-columns: 1.4fr repeat(6, 1fr); align-items: center; }
.trust-inner > * { padding: 1rem; text-align: center; border-right: 1px solid var(--line); }
.trust-inner > *:last-child { border-right: 0; }
.trust-inner span { color: #8a93a2; text-align: left; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.trust-inner div { font-weight: 800; color: var(--brand-blue); font-size: .86rem; }

.services-section { background: #fff; }
.service-dashboard { max-width: 980px; margin: 3.6rem auto 0; background: #0f1728; border-radius: 28px; overflow: hidden; box-shadow: 0 34px 90px rgba(16,26,48,.22); border: 1px solid #26334b; }
.dashboard-topbar { height: 58px; display: flex; align-items: center; gap: 1rem; padding: 0 1.25rem; border-bottom: 1px solid rgba(255,255,255,.09); color: #fff; font-size: .77rem; font-weight: 700; }
.dashboard-topbar .dots { display: flex; gap: .35rem; }
.dashboard-topbar .dots i { width: 8px; height: 8px; border-radius: 50%; background: #667085; }
.dashboard-topbar .dots i:first-child { background: var(--brand-red); }
.dashboard-topbar span { flex: 1; }
.dashboard-topbar em { font-style: normal; font-size: .62rem; color: #75ddb6; background: rgba(20,184,122,.11); padding: .35rem .55rem; border-radius: 999px; }
.dashboard-sidebar { padding: 1.6rem; background: #141e33; color: #fff; }
.dash-event-badge { display: inline-block; font-size: .63rem; letter-spacing: .08em; text-transform: uppercase; color: #ff99a5; margin-bottom: .7rem; }
.dashboard-sidebar h3 { font-size: 1.22rem; font-weight: 800; margin-bottom: 1rem; }
.dash-progress { height: 5px; background: rgba(255,255,255,.09); border-radius: 99px; overflow: hidden; margin-bottom: 1.35rem; }
.dash-progress span { display: block; height: 100%; border-radius: 99px; background: linear-gradient(90deg, var(--brand-red), #ff6576); }
.dashboard-sidebar ul { list-style: none; padding: 0; margin: 0; }
.dashboard-sidebar li { display: flex; justify-content: space-between; gap: 1rem; padding: .65rem 0; border-bottom: 1px solid rgba(255,255,255,.07); font-size: .72rem; }
.dashboard-sidebar li b { font-weight: 700; }
.dashboard-sidebar li span { color: #73ddb4; }
.dashboard-main { padding: 1.35rem; }
.channel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.channel-grid > div { background: #172238; border: 1px solid rgba(255,255,255,.07); border-radius: 14px; padding: .9rem; color: #fff; min-height: 86px; position: relative; overflow: hidden; }
.channel-grid span, .channel-grid b { display: block; }
.channel-grid span { font-size: .62rem; color: #8792a7; }
.channel-grid b { font-size: .76rem; margin-top: .2rem; }
.wave { position: absolute; left: .9rem; right: .9rem; bottom: .75rem; height: 17px; background: repeating-linear-gradient(90deg, transparent 0 4px, rgba(216,31,53,.9) 4px 6px); mask-image: linear-gradient(180deg, transparent, #000 42%, transparent); transform: skewY(-7deg); }
.support-log { margin-top: .9rem; display: grid; gap: .6rem; }
.support-log > div { display: grid; grid-template-columns: 10px 110px 1fr auto; gap: .55rem; align-items: center; padding: .7rem .8rem; background: #121c2f; border-radius: 11px; color: #fff; }
.log-dot { width: 7px; height: 7px; border-radius: 50%; background: #18c985; }
.support-log b { font-size: .66rem; }
.support-log small { color: #8b95a7; font-size: .62rem; }
.support-log time { color: #677388; font-size: .58rem; }
.service-card { position: relative; padding: 2rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: transparent; }
.service-number { position: absolute; right: 1rem; top: .35rem; color: #eef1f5; font-size: 4rem; line-height: 1; font-weight: 800; }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; background: rgba(82,98,127,.09); margin-bottom: 1.8rem; position: relative; z-index: 1; }
.service-icon svg { width: 26px; height: 26px; fill: var(--brand-blue); }
.service-card h3 { font-size: 1.12rem; font-weight: 800; letter-spacing: -.025em; color: var(--brand-blue-dark); margin-bottom: .8rem; position: relative; z-index: 1; }
.service-card p { color: var(--ink-soft); line-height: 1.7; font-size: .86rem; min-height: 88px; }
.service-card a { color: var(--brand-red); font-size: .78rem; font-weight: 800; }

.formats-section { background: var(--surface); }
.format-photo { position: relative; min-height: 590px; border-radius: 30px 80px 30px 30px; overflow: hidden; box-shadow: 0 28px 70px rgba(23,34,58,.18); }
.format-photo img { width: 100%; height: 100%; min-height: 590px; object-fit: cover; }
.format-photo:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(16,24,40,.7)); }
.format-floating-card { position: absolute; z-index: 2; left: 1.5rem; right: 1.5rem; bottom: 1.5rem; background: rgba(255,255,255,.92); backdrop-filter: blur(12px); border-radius: 16px; padding: 1.1rem 1.25rem; }
.format-floating-card span, .format-floating-card strong { display: block; }
.format-floating-card span { color: var(--brand-red); text-transform: uppercase; font-size: .62rem; letter-spacing: .12em; font-weight: 800; }
.format-floating-card strong { color: var(--brand-blue-dark); margin-top: .25rem; }
.format-card { height: 100%; background: #fff; border: 1px solid #e7eaf0; border-radius: 16px; padding: 1.35rem; transition: transform .2s ease, box-shadow .2s ease; }
.format-card:hover { transform: translateY(-4px); box-shadow: 0 16px 35px rgba(24,35,59,.08); }
.format-card span { color: var(--brand-red); font-size: .67rem; font-weight: 800; letter-spacing: .1em; }
.format-card h3 { font-size: 1rem; font-weight: 800; color: var(--brand-blue-dark); margin: .45rem 0 .5rem; }
.format-card p { color: var(--ink-soft); font-size: .78rem; line-height: 1.6; margin: 0; }

.case-study-section { position: relative; padding: 100px 0; overflow: hidden; background: #101725; }
.case-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,23,40,.96) 0%, rgba(15,23,40,.86) 46%, rgba(15,23,40,.38) 100%), url("https://images.unsplash.com/photo-1773828755374-0ee802d9f44b?auto=format&fit=crop&fm=jpg&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&ixlib=rb-4.1.0&q=80&w=1800") center/cover no-repeat; filter: saturate(.8); }
.case-study-section:after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, transparent 55%, rgba(216,31,53,.22)); }
.case-panel { position: relative; z-index: 2; background: rgba(255,255,255,.95); backdrop-filter: blur(8px); padding: 1.35rem; border-radius: 22px; box-shadow: 0 28px 65px rgba(0,0,0,.22); }
.case-panel-head { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: .4rem .25rem 1.1rem; border-bottom: 1px solid var(--line); }
.case-panel-head span { color: var(--brand-red); font-size: .62rem; font-weight: 800; letter-spacing: .12em; }
.case-panel-head b { color: #12885f; font-size: .74rem; }
.case-row { display: flex; gap: .9rem; align-items: flex-start; padding: 1rem .25rem; border-bottom: 1px solid var(--line); }
.case-row:last-child { border-bottom: 0; }
.check { flex: 0 0 30px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #e9f8f2; color: #0f9b6c; font-weight: 800; }
.case-row strong, .case-row small { display: block; }
.case-row strong { color: var(--brand-blue-dark); font-size: .84rem; }
.case-row small { color: #788191; font-size: .68rem; margin-top: .2rem; line-height: 1.5; }

.why-section { background: #fff; }
.why-timeline { position: relative; max-width: 980px; margin-left: auto; margin-right: auto; }
.timeline-line { position: absolute; top: 0; bottom: 0; left: 50%; width: 2px; transform: translateX(-50%); background: linear-gradient(var(--brand-blue), var(--brand-red)); opacity: .35; }
.why-item { display: grid; grid-template-columns: 1fr 40px 1fr; gap: 1.3rem; align-items: center; min-height: 155px; position: relative; }
.why-item.left .why-content { grid-column: 1; text-align: right; }
.why-item.left i { grid-column: 2; }
.why-item.right i { grid-column: 2; }
.why-item.right .why-content { grid-column: 3; }
.why-item i { width: 20px; height: 20px; border-radius: 50%; background: #fff; border: 5px solid var(--brand-red); justify-self: center; box-shadow: 0 0 0 6px rgba(216,31,53,.08); z-index: 1; }
.why-content { padding: 1.4rem 1.6rem; border-radius: 16px; transition: background .2s ease, box-shadow .2s ease; }
.why-content:hover { background: var(--surface); box-shadow: 0 15px 35px rgba(20,30,50,.07); }
.why-content span { color: var(--brand-red); font-size: .65rem; letter-spacing: .12em; font-weight: 800; }
.why-content h3 { color: var(--brand-blue-dark); font-size: 1rem; font-weight: 800; margin: .45rem 0 .45rem; }
.why-content p { color: var(--ink-soft); font-size: .78rem; line-height: 1.65; margin: 0; }

.offices-section { background: var(--surface-blue); }
.network-map { position: relative; min-height: 460px; padding: 1rem; background: linear-gradient(145deg, #fff, #e9eef5); border-radius: 28px; box-shadow: 0 28px 60px rgba(40,54,83,.12); overflow: hidden; }
.network-map:before { content: ""; position: absolute; width: 260px; height: 260px; border-radius: 50%; right: -80px; top: -80px; background: rgba(216,31,53,.08); }
.network-map svg { position: relative; width: 100%; height: auto; }
.map-outline { fill: rgba(82,98,127,.08); stroke: url(#mapGrad); stroke-width: 3; }
.map-links path { fill: none; stroke: rgba(82,98,127,.32); stroke-width: 2; stroke-dasharray: 7 8; }
.map-dots circle { fill: var(--brand-red); stroke: #fff; stroke-width: 4; filter: url(#glow); }
.map-labels text { font-family: Manrope, sans-serif; font-size: 13px; fill: var(--brand-blue-dark); font-weight: 800; }
.map-badge { position: absolute; left: 1.4rem; bottom: 1.4rem; background: var(--brand-blue-dark); color: #fff; border-radius: 14px; padding: .9rem 1rem; box-shadow: 0 14px 30px rgba(47,59,85,.2); }
.map-badge strong, .map-badge span { display: block; }
.map-badge strong { font-size: .82rem; }
.map-badge span { font-size: .65rem; color: rgba(255,255,255,.62); margin-top: .2rem; }
.city-cloud { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.5rem; }
.city-cloud span { padding: .62rem .82rem; background: #fff; border: 1px solid rgba(82,98,127,.15); border-radius: 999px; font-size: .72rem; font-weight: 750; color: var(--brand-blue-dark); }
.city-cloud span:last-child { background: var(--brand-red); color: #fff; border-color: var(--brand-red); }

.process-section { background: #fff; }
.process-row { position: relative; }
.process-row:before { content: ""; position: absolute; top: 40px; left: 12%; right: 12%; border-top: 1px dashed rgba(82,98,127,.33); }
.process-card { height: 100%; position: relative; padding: 1.75rem; border: 1px solid var(--line); border-radius: 18px; background: #fff; z-index: 1; transition: transform .2s ease, box-shadow .2s ease; }
.process-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.process-card > span { color: var(--brand-red); font-size: .65rem; font-weight: 800; letter-spacing: .12em; }
.process-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--brand-blue-dark), var(--brand-blue)); margin: 1.1rem 0 1.35rem; font-size: 1.2rem; box-shadow: 0 10px 24px rgba(47,59,85,.18); }
.process-card h3 { color: var(--brand-blue-dark); font-weight: 800; font-size: 1.06rem; }
.process-card p { color: var(--ink-soft); font-size: .8rem; line-height: 1.7; margin: .65rem 0 0; }

.quote-band { background: linear-gradient(135deg, var(--brand-blue-dark), #3b4966); padding: 0 0 85px; }
.quote-card { transform: translateY(-1px); max-width: 1000px; margin: auto; padding: 3.2rem; border-radius: 24px; color: #fff; background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.03)); border: 1px solid rgba(255,255,255,.12); box-shadow: 0 28px 70px rgba(18,26,44,.25); text-align: center; }
.quote-mark { color: #ff8795; font-size: 5rem; line-height: .65; font-family: Georgia, serif; }
.quote-card blockquote { max-width: 820px; margin: 1rem auto; font-size: clamp(1.6rem, 3.4vw, 2.8rem); line-height: 1.2; letter-spacing: -.04em; font-weight: 800; }
.quote-card p { color: rgba(255,255,255,.64); margin: 0 auto; max-width: 700px; font-size: .9rem; }

.resources-section { background: #fff; }
.resource-card { height: 100%; border-radius: 18px; border: 1px solid var(--line); overflow: hidden; background: #fff; box-shadow: 0 10px 25px rgba(24,34,55,.04); transition: transform .2s ease, box-shadow .2s ease; }
.resource-card:hover { transform: translateY(-6px); box-shadow: 0 22px 55px rgba(24,34,55,.12); }
.resource-featured { padding: 2rem; background: linear-gradient(145deg, var(--brand-blue-dark), #19233a); color: #fff; }
.resource-tag { color: var(--brand-red); font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.resource-featured .resource-tag { color: #ff8b98; }
.resource-featured h3 { font-size: 1.75rem; line-height: 1.2; letter-spacing: -.04em; font-weight: 800; margin: 1rem 0; }
.resource-featured p { color: rgba(255,255,255,.62); font-size: .82rem; line-height: 1.7; }
.resource-card a { color: var(--brand-red); font-weight: 800; font-size: .77rem; }
.resource-featured a { color: #fff; }
.resource-visual { min-height: 230px; padding: 1.4rem; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; position: relative; overflow: hidden; }
.resource-visual:before { content: ""; position: absolute; inset: 0; opacity: .8; }
.visual-one { background: linear-gradient(135deg, #121a2a, #5b6987); }
.visual-one:before { background: radial-gradient(circle at 75% 25%, rgba(216,31,53,.65), transparent 30%), repeating-linear-gradient(90deg, transparent 0 21px, rgba(255,255,255,.05) 21px 22px); }
.visual-two { background: linear-gradient(135deg, #4b5d7d, #222c42); }
.visual-two:before { background: radial-gradient(circle at 25% 20%, rgba(255,255,255,.16), transparent 30%), linear-gradient(115deg, transparent 45%, rgba(216,31,53,.68) 46% 58%, transparent 59%); }
.resource-visual span, .resource-visual b { position: relative; z-index: 1; }
.resource-visual span { font-size: .62rem; font-weight: 800; letter-spacing: .12em; color: #ffb1ba; }
.resource-visual b { font-size: 1.18rem; max-width: 230px; margin-top: .4rem; }
.resource-body { padding: 1.35rem; }
.resource-body h3 { color: var(--brand-blue-dark); font-size: 1rem; line-height: 1.45; font-weight: 800; margin: .65rem 0 1rem; }

.career-strip { padding: 0 0 80px; background: #fff; }
.career-inner { display: grid; grid-template-columns: 1.3fr 1.5fr auto; align-items: center; gap: 2rem; padding: 2rem 2.3rem; border-radius: 22px; background: linear-gradient(135deg, var(--brand-red), #b3182b); color: #fff; box-shadow: 0 24px 60px rgba(216,31,53,.22); }
.career-inner span { font-size: .62rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; color: rgba(255,255,255,.7); }
.career-inner h2 { font-size: 1.35rem; font-weight: 800; margin: .3rem 0 0; }
.career-inner p { font-size: .8rem; color: rgba(255,255,255,.78); margin: 0; line-height: 1.65; }

.contact-section { background: var(--surface); }
.contact-shell { overflow: hidden; border-radius: 28px; box-shadow: 0 30px 80px rgba(27,39,64,.14); background: #fff; }
.contact-copy { padding: 3.2rem; background: linear-gradient(145deg, var(--brand-blue-dark), #1c273d); color: #fff; position: relative; overflow: hidden; }
.contact-copy:before { content: ""; position: absolute; width: 300px; height: 300px; border: 70px solid rgba(216,31,53,.22); border-radius: 50%; right: -160px; top: -110px; }
.contact-copy h2 { font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.08; letter-spacing: -.05em; font-weight: 800; position: relative; }
.contact-copy > p { color: rgba(255,255,255,.66); line-height: 1.75; margin: 1.2rem 0 2rem; position: relative; }
.contact-lines { display: grid; gap: .7rem; position: relative; }
.contact-lines > * { display: block; padding: .85rem 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.contact-lines span, .contact-lines strong { display: block; }
.contact-lines span { color: #ff9ba7; text-transform: uppercase; font-size: .6rem; font-weight: 800; letter-spacing: .12em; }
.contact-lines strong { color: #fff; font-size: .86rem; margin-top: .25rem; }
.contact-form-wrap { padding: 3.2rem; }
.form-label { color: var(--brand-blue-dark); font-size: .75rem; font-weight: 800; }
.form-control, .form-select { min-height: 52px; border: 1px solid #dbe1e9; border-radius: 12px; padding: .75rem .9rem; color: var(--ink); }
textarea.form-control { min-height: 120px; }
.form-control:focus, .form-select:focus { border-color: var(--brand-red); box-shadow: 0 0 0 .22rem rgba(216,31,53,.1); }
.form-note { color: #7d8592; font-size: .72rem; }
.toast { border: 0; border-radius: 14px; box-shadow: var(--shadow); }
.toast-header strong { color: var(--brand-blue-dark); }

.site-footer { background: #0f1624; color: #fff; }
.footer-main { padding: 82px 0 60px; }
.footer-logo { width: 280px; padding: .6rem; background: #fff; border-radius: 8px; margin-bottom: 1.3rem; }
.site-footer p { color: rgba(255,255,255,.55); font-size: .8rem; line-height: 1.75; max-width: 380px; }
.footer-contact { display: flex; flex-direction: column; gap: .35rem; }
.footer-contact a { color: #fff; font-size: .82rem; font-weight: 750; }
.site-footer h3 { color: #fff; font-size: .82rem; font-weight: 800; margin-bottom: 1.1rem; }
.site-footer .col-6 > a { display: block; color: rgba(255,255,255,.55); font-size: .72rem; margin-bottom: .65rem; transition: color .2s ease; }
.site-footer .col-6 > a:hover { color: #ff9ba7; }
.office-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: .9rem 1.2rem; }
.office-list b, .office-list span { display: block; }
.office-list b { color: #fff; font-size: .72rem; }
.office-list span { color: rgba(255,255,255,.48); font-size: .63rem; line-height: 1.55; margin-top: .2rem; }
.footer-bottom { padding: 1.25rem 0; border-top: 1px solid rgba(255,255,255,.09); }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 1.2rem; flex-wrap: wrap; }
.footer-bottom a { color: rgba(255,255,255,.5); font-size: .67rem; }

.back-to-top { position: fixed; right: 1.25rem; bottom: 5.3rem; width: 44px; height: 44px; border-radius: 50%; border: 0; background: var(--brand-blue-dark); color: #fff; z-index: 990; opacity: 0; visibility: hidden; transform: translateY(10px); transition: .25s ease; box-shadow: 0 12px 30px rgba(26,36,58,.25); }
.back-to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.chat-button { position: fixed; right: 1.25rem; bottom: 1.2rem; z-index: 991; display: flex; align-items: center; gap: .55rem; background: var(--brand-red); color: #fff; border-radius: 999px; padding: .8rem 1rem; box-shadow: 0 15px 35px rgba(216,31,53,.35); font-size: .72rem; font-weight: 800; }
.chat-button svg { width: 20px; height: 20px; fill: currentColor; }
.chat-pulse { width: 8px; height: 8px; border-radius: 50%; background: #7dffc8; box-shadow: 0 0 0 5px rgba(125,255,200,.15); }

.reveal { opacity: 1; transform: translateY(16px); transition: transform .7s cubic-bezier(.2,.75,.25,1); }
.reveal.in-view { transform: translateY(0); }

@media (max-width: 1199.98px) {
  .navbar-brand img { width: 240px; }
  .hero-section { padding-top: 74px; }
  .hero-visual { min-height: 520px; }
  .trust-inner { grid-template-columns: repeat(3, 1fr); }
  .trust-inner span { grid-column: 1 / -1; text-align: center; border-bottom: 1px solid var(--line); }
  .trust-inner > * { border-bottom: 1px solid var(--line); }
  .career-inner { grid-template-columns: 1fr auto; }
  .career-inner p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 991.98px) {
  .section-padding { padding: 82px 0; }
  .hero-section { padding: 70px 0; }
  .hero-visual { min-height: 540px; margin-top: .5rem; }
  .hero-photo-wrap { inset: 0 4% 0 4%; }
  .status-card-top { left: 0; }
  .status-card-bottom { right: 0; }
  .dashboard-sidebar { border-bottom: 1px solid rgba(255,255,255,.08); }
  .format-photo, .format-photo img { min-height: 470px; }
  .case-bg { background: linear-gradient(rgba(15,23,40,.92), rgba(15,23,40,.92)), url("https://images.unsplash.com/photo-1773828755374-0ee802d9f44b?auto=format&fit=crop&fm=jpg&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&ixlib=rb-4.1.0&q=80&w=1800") center/cover no-repeat; }
  .process-row:before { display: none; }
  .contact-copy, .contact-form-wrap { padding: 2.4rem; }
  .career-inner { grid-template-columns: 1fr; text-align: center; }
  .career-inner p { grid-column: auto; grid-row: auto; }
  .career-inner .btn { justify-self: center; }
}

@media (max-width: 767.98px) {
  .navbar { min-height: 72px; }
  .navbar-brand img { width: 210px; }
  .display-title { font-size: clamp(2.7rem, 13vw, 4.5rem); }
  .hero-copy { font-size: .98rem; }
  .hero-proof > div { padding-left: .7rem; }
  .hero-proof small { font-size: .62rem; }
  .hero-visual { min-height: 470px; }
  .hero-photo-wrap { border-radius: 26px 26px 80px 26px; inset: 0; }
  .status-card { padding: .65rem .75rem; }
  .status-card-top { top: 5%; left: -.2rem; }
  .status-card-bottom { right: -.2rem; bottom: 6%; }
  .language-pills { left: 1rem; }
  .section-title { font-size: clamp(2.2rem, 10vw, 3.4rem); }
  .story-media { height: 360px; }
  .story-caption { left: 1.25rem; right: 1.25rem; bottom: 1.25rem; }
  .trust-inner { grid-template-columns: repeat(2, 1fr); }
  .channel-grid { grid-template-columns: repeat(2, 1fr); }
  .support-log > div { grid-template-columns: 10px 1fr auto; }
  .support-log small { display: none; }
  .format-photo, .format-photo img { min-height: 420px; }
  .why-timeline { padding-left: 32px; }
  .timeline-line { left: 10px; transform: none; }
  .why-item { display: grid; grid-template-columns: 20px 1fr; gap: 1rem; min-height: auto; margin-bottom: 1rem; }
  .why-item.left .why-content, .why-item.right .why-content { grid-column: 2; grid-row: 1; text-align: left; }
  .why-item.left i, .why-item.right i { grid-column: 1; grid-row: 1; margin-top: 1.7rem; }
  .why-content { padding: 1.25rem; }
  .network-map { min-height: auto; }
  .map-labels { display: none; }
  .quote-card { padding: 2.2rem 1.35rem; }
  .career-strip { padding-bottom: 60px; }
  .contact-copy, .contact-form-wrap { padding: 2rem 1.35rem; }
  .office-list { grid-template-columns: 1fr; }
  .chat-button span:last-child { display: none; }
  .chat-button { width: 48px; height: 48px; padding: 0; justify-content: center; }
  .chat-pulse { position: absolute; right: 2px; top: 2px; }
}

@media (max-width: 575.98px) {
  .navbar-brand img { width: 184px; }
  .hero-section { padding-top: 54px; }
  .hero-actions .btn { width: 100%; }
  .hero-visual { min-height: 420px; }
  .status-card-bottom { max-width: 220px; }
  .language-pills span { width: 34px; height: 34px; }
  .section-padding { padding: 68px 0; }
  .story-media { height: 320px; }
  .channel-grid { grid-template-columns: 1fr; }
  .dashboard-main { padding: 1rem; }
  .service-card p { min-height: auto; }
  .format-photo, .format-photo img { min-height: 380px; }
  .case-study-section { padding: 75px 0; }
  .map-badge { position: static; margin-top: .5rem; }
  .career-inner { padding: 1.8rem 1.2rem; }
  .footer-main { padding-top: 60px; }
  .footer-logo { width: 230px; }
}

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