
:root {
  --navy: #06182f;
  --navy-2: #0a2b54;
  --blue: #0969ec;
  --cyan: #28c9f4;
  --ink: #0b1d38;
  --muted: #637083;
  --line: #dfe6ef;
  --soft: #f4f7fb;
  --white: #fff;
  --container: 1210px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Arial, Helvetica, sans-serif; line-height: 1.7; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); line-height: 1.1; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 6vw, 5.4rem); }
h2 { font-size: clamp(2.1rem, 4vw, 3.4rem); }
h3 { font-size: 1.25rem; }
p { color: var(--muted); }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 105px 0; }
.eyebrow { display: inline-block; margin-bottom: 17px; color: var(--blue); font-size: .73rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: var(--cyan); }
.centered { text-align: center; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid var(--blue); border-radius: 8px; background: var(--blue); color: #fff; font-size: .92rem; font-weight: 800; line-height: 1; transition: .2s ease; }
.button:hover { background: #0558c8; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(9,105,236,.25); }
.button-small { min-height: 44px; padding-inline: 18px; }
.button-outline { border-color: rgba(255,255,255,.45); background: transparent; }
.button-outline:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.button-white { border-color: #fff; background: #fff; color: var(--navy); }
.button-white:hover { background: #e9f4ff; color: var(--navy); }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.text-link { display: inline-flex; align-items: center; gap: 11px; color: #fff; font-size: .9rem; font-weight: 800; }
.text-link.blue { color: var(--blue); }
.text-link b { transition: transform .2s ease; }
.text-link:hover b { transform: translate(3px,-2px); }

.site-header { position: sticky; top: 0; z-index: 100; min-height: 82px; display: flex; align-items: center; border-bottom: 1px solid #edf0f5; background: rgba(255,255,255,.97); box-shadow: 0 6px 24px rgba(7,25,51,.04); backdrop-filter: blur(12px); }
.header-inner { display: flex; align-items: center; gap: 36px; }
.brand { display: flex; margin-right: auto; }
.brand img { width: 165px; height: 57px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 34px; }
.main-nav a { position: relative; color: #26364c; font-size: .93rem; font-weight: 700; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: -12px; left: 0; height: 2px; background: var(--blue); transform: scaleX(0); transition: .2s ease; }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 9px; border: 0; background: none; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--navy); transition: .2s ease; }

.home-hero { position: relative; min-height: 690px; display: flex; align-items: center; overflow: hidden; padding: 82px 0 100px; background: radial-gradient(circle at 82% 25%, rgba(11,103,236,.32), transparent 31%), linear-gradient(125deg, #031225 0%, #082c56 72%, #0a386e 100%); }
.hero-grid-lines { position: absolute; inset: 0; opacity: .09; background-image: linear-gradient(rgba(65,147,255,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(65,147,255,.5) 1px, transparent 1px); background-size: 52px 52px; transform: perspective(700px) rotateX(64deg) translateY(39%); transform-origin: bottom; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1fr 1.08fr; align-items: center; gap: 58px; }
.hero-copy h1 { margin-bottom: 24px; color: #fff; }
.hero-copy h1 span { color: var(--cyan); }
.hero-copy > p { max-width: 630px; color: #c6d4e7; font-size: 1.13rem; }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 32px; color: #d6e2f1; font-size: .77rem; font-weight: 700; }
.trust-row span::before { content: "✓"; margin-right: 6px; color: #39dd8c; }
.dashboard-wrap { position: relative; min-height: 460px; display: grid; place-items: center; }
.dashboard { position: relative; z-index: 3; width: 100%; max-width: 600px; padding: 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 20px; background: rgba(5,19,39,.83); box-shadow: 0 38px 90px rgba(0,0,0,.38); transform: perspective(1000px) rotateY(-3deg); backdrop-filter: blur(18px); }
.dash-head { height: 38px; display: flex; align-items: center; gap: 35px; color: #839bb8; font-size: .65rem; }
.dash-head strong { display: flex; align-items: center; color: #fff; font-size: .92rem; }.dash-head strong i { width: 17px; height: 17px; margin-right: 7px; border: 5px solid var(--blue); border-radius: 50%; }.dash-head b { margin-left: auto; color: #32d484; font-size: .65rem; }
.dash-layout { display: grid; grid-template-columns: 42px 1fr; gap: 12px; }.dash-sidebar { display: grid; align-content: start; gap: 16px; padding: 15px 10px; border-radius: 10px; background: rgba(255,255,255,.04); }.dash-sidebar i { width: 17px; height: 17px; border: 2px solid #7491b3; border-radius: 5px; }
.dash-stats { display: grid; grid-template-columns: 1fr 1fr 1.35fr; gap: 9px; margin-bottom: 10px; }.dash-stats div { padding: 13px; border-radius: 9px; background: rgba(255,255,255,.06); }.dash-stats small { display: block; color: #7d97b6; font-size: .55rem; }.dash-stats b { color: #fff; font-size: 1.12rem; }.dash-stats .online { color: #40dc91; font-size: .8rem; }
.dash-map { position: relative; height: 270px; overflow: hidden; border-radius: 12px; background: radial-gradient(circle at 60% 50%, rgba(19,97,176,.16), transparent 35%), repeating-linear-gradient(0deg, transparent, transparent 35px, rgba(255,255,255,.035) 36px), repeating-linear-gradient(90deg, transparent, transparent 35px, rgba(255,255,255,.035) 36px), #091d35; }.dash-map::before, .dash-map::after { content: ""; position: absolute; width: 130%; height: 70px; border: 2px solid rgba(79,111,149,.27); border-radius: 50%; transform: rotate(18deg); }.dash-map::before { top: 75px; left: -60px; }.dash-map::after { top: 155px; left: -25px; transform: rotate(-15deg); }.dash-map em { position: absolute; top: 100px; left: 45%; color: #8ea4bc; font-size: .65rem; font-style: normal; }
.route { position: absolute; z-index: 2; height: 3px; border-radius: 4px; background: linear-gradient(90deg, var(--cyan), var(--blue)); box-shadow: 0 0 14px rgba(40,201,244,.8); transform-origin: left; }.route-a { top: 135px; left: 52px; width: 245px; transform: rotate(12deg); }.route-b { top: 186px; left: 285px; width: 120px; transform: rotate(-34deg); }.pin { position: absolute; z-index: 3; width: 15px; height: 15px; border: 4px solid #fff; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 8px rgba(9,105,236,.22); }.pin-a { top: 124px; left: 48px; }.pin-b { top: 167px; left: 288px; }.pin-c { top: 137px; right: 72px; }
.tracker { position: absolute; z-index: 5; bottom: 15px; left: 80px; width: 175px; height: 92px; padding: 20px; border: 1px solid #284160; border-radius: 18px; background: linear-gradient(145deg,#18283d,#060d17); box-shadow: 0 25px 35px rgba(0,0,0,.45); transform: perspective(500px) rotateX(57deg) rotateZ(-4deg); }.tracker b { color: #b7c3d2; letter-spacing: .08em; }.tracker span { display: inline-block; width: 7px; height: 7px; margin: 32px 4px 0 0; border-radius: 50%; background: #42dc93; }
.float-tag { position: absolute; z-index: 6; min-width: 110px; padding: 10px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 11px; background: rgba(255,255,255,.09); color: var(--cyan); font-size: .62rem; font-weight: 800; letter-spacing: .1em; backdrop-filter: blur(10px); }.float-tag b { display: block; color: #fff; letter-spacing: 0; }.tag-one { top: 42px; right: -18px; }.tag-two { bottom: 58px; right: 10px; }

.intro-section { padding-bottom: 52px; }.split-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 80px; }.split-heading h2 { margin-bottom: 0; }.split-heading > p { margin-bottom: 8px; font-size: 1.05rem; }
.services-home { padding-top: 35px; }.service-main-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 19px; }.service-card { position: relative; min-height: 370px; display: flex; flex-direction: column; overflow: hidden; padding: 35px; border-radius: 20px; background: var(--navy); transition: .25s ease; }.service-card-02 { background: var(--blue); }.service-card-03 { background: #113b4e; }.service-card::after { content: ""; position: absolute; right: -100px; bottom: -120px; width: 270px; height: 270px; border: 42px solid rgba(255,255,255,.055); border-radius: 50%; }.service-card:hover { transform: translateY(-7px); box-shadow: 0 25px 60px rgba(7,25,51,.16); }.service-number { color: var(--cyan); font-size: .75rem; font-weight: 800; }.service-card h3 { margin-top: auto; margin-bottom: 18px; color: #fff; font-size: 1.75rem; }.service-card p { color: rgba(255,255,255,.74); font-size: .9rem; }.service-card .text-link { margin-top: 20px; }
.service-secondary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; margin-top: 19px; }.mini-service { position: relative; display: grid; gap: 6px; padding: 25px 65px 25px 28px; border: 1px solid var(--line); border-radius: 14px; transition: .2s ease; }.mini-service:hover { border-color: var(--blue); transform: translateY(-3px); }.mini-service strong { color: var(--ink); }.mini-service span { color: var(--muted); font-size: .82rem; }.mini-service > b { position: absolute; top: 50%; right: 28px; color: var(--blue); transform: translateY(-50%); }
.dark-section { background: var(--navy); }.dark-section h2, .dark-section h3 { color: #fff; }.dark-section p { color: #aebed2; }.section-heading { max-width: 790px; margin-bottom: 46px; }.section-heading.centered { margin-right: auto; margin-left: auto; }.section-heading h2 { margin-bottom: 15px; }.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; }.process-card { min-height: 255px; padding: 32px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.025); }.process-card span { display: block; margin-bottom: 52px; color: var(--cyan); font-size: .73rem; font-weight: 800; }.process-card p { margin-bottom: 0; font-size: .86rem; }
.story-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 80px; }.story-grid > img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 20px; box-shadow: 18px 18px 0 #e1edfd, 0 25px 60px rgba(7,25,51,.15); }.check-list { display: grid; gap: 11px; margin: 28px 0; padding: 0; list-style: none; color: #344054; }.check-list li::before { content: "✓"; width: 21px; height: 21px; display: inline-grid; place-items: center; margin-right: 10px; border-radius: 50%; background: #dff7e9; color: #087747; font-size: .7rem; font-weight: 900; }
.cta-section { padding-top: 0; }.cta-box { display: flex; align-items: center; justify-content: space-between; gap: 45px; padding: 54px 60px; border-radius: 24px; background: linear-gradient(120deg,var(--blue),#0a3d7c); box-shadow: 0 25px 60px rgba(9,105,236,.18); }.cta-box h2 { margin-bottom: 10px; color: #fff; font-size: clamp(2rem,4vw,3rem); }.cta-box p { margin-bottom: 0; color: #dce9f8; }

.page-hero, .service-hero { padding: 100px 0; background: radial-gradient(circle at 85% 20%,rgba(9,105,236,.32),transparent 30%),linear-gradient(125deg,#031225,#0b3a70); }.page-hero-inner { max-width: 900px; }.page-hero h1, .service-hero h1 { margin-bottom: 22px; color: #fff; font-size: clamp(2.7rem,5vw,4.6rem); }.page-hero p, .service-hero p { max-width: 820px; margin-bottom: 0; color: #c7d5e6; font-size: 1.08rem; }
#detali { scroll-margin-top: 118px; }
.service-hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 65px; }.service-hero-grid > img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border: 1px solid rgba(255,255,255,.2); border-radius: 20px; box-shadow: 0 35px 80px rgba(0,0,0,.35); }
.feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 62px; }.feature-card { min-height: 270px; padding: 27px; border: 1px solid var(--line); border-radius: 14px; transition: .2s ease; }.feature-card:hover { border-color: #aacaf6; transform: translateY(-5px); box-shadow: 0 18px 40px rgba(7,25,51,.08); }.feature-card > span { display: block; margin-bottom: 46px; color: var(--blue); font-size: .7rem; font-weight: 800; }.feature-card p { margin-bottom: 0; font-size: .85rem; }
.soft-section { background: var(--soft); }.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; }.audience-list { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin: 0; padding: 0; list-style: none; }.audience-list li { padding: 18px; border: 1px solid #dce5ef; border-radius: 11px; background: #fff; color: #334155; font-size: .87rem; font-weight: 700; }.audience-list li::before { content: "✓"; margin-right: 10px; color: var(--blue); }
.benefits-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }.benefit-card { padding: 33px; border-radius: 16px; background: var(--soft); }.benefit-card i { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 31px; border-radius: 10px; background: #deedff; color: var(--blue); font-size: .72rem; font-style: normal; font-weight: 900; }.benefit-card p { margin-bottom: 0; font-size: .87rem; }
.faq-layout { align-items: start; }.accordion details { border-top: 1px solid var(--line); }.accordion details:last-child { border-bottom: 1px solid var(--line); }.accordion summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; color: var(--ink); font-weight: 800; cursor: pointer; list-style: none; }.accordion summary::-webkit-details-marker { display: none; }.accordion summary span { color: var(--blue); font-size: 1.3rem; }.accordion details[open] summary span { transform: rotate(45deg); }.accordion details p { padding-right: 35px; padding-bottom: 20px; }
.overview-list { display: grid; gap: 30px; }.overview-card { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 50px; padding: 27px; border: 1px solid var(--line); border-radius: 20px; }.overview-card.reverse img { order: 2; }.overview-card > img { width: 100%; aspect-ratio: 16/10; object-fit: cover; border-radius: 14px; }.overview-card h2 { margin-bottom: 17px; font-size: clamp(1.8rem,3vw,2.5rem); }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 75px; }.contact-item { display: grid; gap: 4px; padding: 20px 0; border-bottom: 1px solid var(--line); }.contact-item small { color: var(--blue); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.contact-item a, .contact-item span { color: var(--ink); font-weight: 700; }.contact-form { padding: 36px; border: 1px solid var(--line); border-radius: 18px; background: var(--soft); }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }.contact-form label { display: grid; gap: 7px; margin-bottom: 17px; color: #344054; font-size: .8rem; font-weight: 800; }.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 12px 13px; border: 1px solid #ccd7e5; border-radius: 8px; outline: none; background: #fff; color: var(--ink); }.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(9,105,236,.1); }.contact-form .consent { grid-template-columns: auto 1fr; align-items: start; font-weight: 500; }.contact-form .consent input { width: 17px; margin-top: 5px; }.notice { padding: 12px 14px; border-radius: 8px; background: #dff7e9; color: #087747; font-size: .85rem; font-weight: 700; }

.site-footer { padding: 72px 0 24px; background: #041326; color: #fff; }.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr 1fr; gap: 68px; }.footer-brand img { width: 185px; margin-bottom: 24px; }.footer-brand p { max-width: 420px; color: #9fb2c8; }.site-footer h2 { margin-bottom: 20px; color: #fff; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }.site-footer .footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }.site-footer a, .site-footer span { color: #aebfd2; font-size: .87rem; }.site-footer a:hover { color: #fff; }.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.1); }

@media (max-width: 1050px) { .hero-grid { gap: 32px; }.feature-grid { grid-template-columns: repeat(2,1fr); }.story-grid { gap: 50px; }.tag-one { right: 0; } }
@media (max-width: 820px) {
  .section { padding: 78px 0; }.site-header { min-height: 72px; }.brand img { width: 145px; }.menu-toggle { display: block; }.header-cta { display: none; }.main-nav { position: fixed; top: 72px; right: 0; bottom: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 25px 20px; background: #fff; }.main-nav.open { display: flex; }.main-nav a { padding: 16px 4px; border-bottom: 1px solid var(--line); font-size: 1.05rem; }.main-nav a::after { display: none; }
  .home-hero { min-height: auto; padding: 72px 0; }.hero-grid, .split-heading, .story-grid, .service-hero-grid, .two-col, .contact-grid { grid-template-columns: 1fr; }.hero-grid { gap: 50px; }.dashboard-wrap { min-height: 400px; }.split-heading { gap: 22px; }.service-main-grid { grid-template-columns: 1fr; }.service-card { min-height: 300px; }.service-secondary-grid { grid-template-columns: 1fr; }.process-grid { grid-template-columns: 1fr 1fr; }.story-grid { gap: 55px; }.cta-box { align-items: flex-start; flex-direction: column; padding: 44px; }.overview-card { grid-template-columns: 1fr; gap: 27px; }.overview-card.reverse img { order: 0; }.service-hero { padding: 72px 0; }.service-hero-grid { gap: 42px; }.contact-grid { gap: 48px; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1/-1; }
}
@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px),var(--container)); }.section { padding: 65px 0; }.home-hero { padding-top: 58px; }.hero-copy h1 { font-size: clamp(2.9rem,13vw,4rem); }.button-row { flex-direction: column; }.button-row .button { width: 100%; }.trust-row { gap: 10px 16px; }.dashboard-wrap { min-height: 310px; }.dashboard { padding: 9px; }.dash-map { height: 190px; }.dash-stats div { padding: 8px; }.tracker, .float-tag { display: none; }.service-card { padding: 28px; }.process-grid, .feature-grid, .audience-list, .benefits-grid, .form-row, .footer-grid { grid-template-columns: 1fr; }.process-card { min-height: 220px; }.process-card span { margin-bottom: 38px; }.feature-card { min-height: 220px; }.feature-card > span { margin-bottom: 34px; }.cta-box { padding: 34px 25px; }.page-hero { padding: 72px 0; }.contact-form { padding: 24px 17px; }.footer-brand { grid-column: auto; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition-duration: .01ms !important; } }

/* Editorial refresh: quieter, more human and less dashboard-like. */
body { background: #fbfbf8; font-family: "Segoe UI Variable", "Segoe UI", Inter, Arial, sans-serif; }
.site-header { min-height: 76px; border-bottom-color: rgba(6,24,47,.08); background: rgba(251,251,248,.94); box-shadow: none; }
.brand img { width: 148px; height: 51px; }
.main-nav { gap: 30px; }
.main-nav a { color: #263247; font-size: .88rem; font-weight: 650; }
.main-nav a::after { bottom: -10px; height: 1px; }
.button { min-height: 50px; padding-inline: 23px; border-radius: 999px; font-weight: 750; box-shadow: none; }
.button:hover { box-shadow: 0 12px 28px rgba(9,105,236,.18); }
.home-hero { min-height: 670px; padding: 68px 0 78px; background: #f0f3f0; }
.home-hero::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 42%; background: linear-gradient(90deg,rgba(255,255,255,.64),transparent); pointer-events: none; }
.home-hero .hero-grid { grid-template-columns: .92fr 1.08fr; gap: clamp(42px,6vw,86px); }
.home-hero .eyebrow.light { color: #4a6480; }
.hero-copy h1 { max-width: 650px; margin-bottom: 25px; color: var(--navy); font-size: clamp(3.3rem,5.7vw,5.45rem); line-height: .98; }
.hero-copy h1 span { color: var(--blue); }
.hero-copy > p { max-width: 590px; color: #536172; font-size: 1.12rem; line-height: 1.7; }
.home-hero .button-outline { border-color: #a9b6c5; color: var(--navy); }
.home-hero .button-outline:hover { border-color: var(--navy); background: var(--navy); color: #fff; }
.trust-row { gap: 12px 24px; margin-top: 30px; color: #526071; font-size: .74rem; font-weight: 650; }
.trust-row span::before { color: #159566; }
.hero-visual { position: relative; min-height: 520px; }
.hero-visual > img { width: 100%; height: 520px; object-fit: cover; border-radius: 8px 80px 8px 8px; filter: saturate(.88) contrast(.98); box-shadow: 0 30px 70px rgba(6,24,47,.18); }
.hero-visual::before { content: ""; position: absolute; z-index: 2; inset: 0; border-radius: 8px 80px 8px 8px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.45); pointer-events: none; }
.hero-visual-note { position: absolute; z-index: 3; right: -22px; bottom: 28px; width: min(310px,74%); padding: 20px 22px; border: 1px solid rgba(255,255,255,.7); border-radius: 14px; background: rgba(255,255,255,.93); box-shadow: 0 18px 45px rgba(6,24,47,.16); backdrop-filter: blur(15px); }
.hero-visual-note span { display: block; margin-bottom: 7px; color: var(--blue); font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-visual-note strong { display: block; color: var(--navy); font-size: .96rem; line-height: 1.45; }
.hero-status { position: absolute; z-index: 4; top: 21px; left: -20px; padding: 10px 14px; border-radius: 999px; background: rgba(6,24,47,.9); color: #fff; font-size: .72rem; font-weight: 700; box-shadow: 0 12px 25px rgba(6,24,47,.22); backdrop-filter: blur(10px); }
.hero-status i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #43d78f; box-shadow: 0 0 0 4px rgba(67,215,143,.16); }
.proof-strip { border-top: 1px solid rgba(6,24,47,.08); border-bottom: 1px solid rgba(6,24,47,.08); background: #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.proof-grid > div { position: relative; display: grid; grid-template-columns: 42px 1fr; padding: 26px 30px; border-right: 1px solid var(--line); }
.proof-grid > div:first-child { padding-left: 0; }.proof-grid > div:last-child { border-right: 0; }
.proof-grid span { grid-row: 1/3; color: #9aa7b4; font-size: .68rem; font-weight: 800; letter-spacing: .1em; }
.proof-grid strong { color: var(--ink); font-size: .9rem; }.proof-grid small { color: var(--muted); font-size: .74rem; }
.intro-section { padding-top: 100px; padding-bottom: 42px; }
.services-home { padding-top: 32px; background: #fbfbf8; }
.service-main-grid { gap: 24px; }
.service-card { min-height: 440px; padding: 0; border-radius: 17px; background: #07182f; box-shadow: 0 12px 34px rgba(6,24,47,.08); }
.service-card::after { display: none; }
.service-card-image,.service-card-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.service-card-image { object-fit: cover; transition: transform .55s ease,filter .35s ease; filter: saturate(.8); }
.service-card-shade { background: linear-gradient(180deg,rgba(5,18,36,.08) 16%,rgba(5,18,36,.9) 91%); }
.service-card-content { position: relative; z-index: 2; width: 100%; height: 100%; min-height: 440px; display: flex; flex-direction: column; padding: 28px; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 24px 54px rgba(6,24,47,.16); }
.service-card:hover .service-card-image { transform: scale(1.035); filter: saturate(.95); }
.service-number { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.93); color: var(--navy); font-size: .68rem; }
.service-card h3 { margin-top: auto; margin-bottom: 12px; font-size: 1.72rem; }
.service-card p { max-width: 320px; margin-bottom: 0; color: rgba(255,255,255,.8); line-height: 1.55; }
.service-card .text-link { margin-top: 20px; font-size: .82rem; }
.service-secondary-grid { gap: 24px; margin-top: 24px; }
.mini-service { grid-template-columns: auto 1fr; column-gap: 18px; padding: 27px 65px 27px 27px; border-radius: 16px; background: #fff; }
.mini-kicker { grid-row: 1/3; color: #9aa7b4!important; font-size: .7rem!important; font-weight: 800; letter-spacing: .08em; }
.dark-section { background: #071a30; }
.process-grid { gap: 10px; }.process-card { border-radius: 12px; background: rgba(255,255,255,.035); }
.story-grid > img { border-radius: 8px 55px 8px 8px; filter: saturate(.82); box-shadow: 18px 18px 0 #e8ece8,0 25px 60px rgba(7,25,51,.12); }
.cta-box { border-radius: 18px; background: #0b315e; box-shadow: none; }
.page-hero,.service-hero { background: #071a30; }
.service-hero-grid > img,.overview-card > img { filter: saturate(.84); }
.feature-card,.benefit-card,.overview-card,.contact-form { background: #fff; }

@media (max-width: 820px) {
  .home-hero { padding: 56px 0 68px; }.home-hero .hero-grid { grid-template-columns: 1fr; gap: 45px; }
  .hero-visual,.hero-visual > img { min-height: 430px; height: 430px; }.hero-status { left: 16px; }.hero-visual-note { right: 16px; }
  .proof-grid { grid-template-columns: 1fr; }.proof-grid > div,.proof-grid > div:first-child { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); }.proof-grid > div:last-child { border-bottom: 0; }
  .service-card,.service-card-content { min-height: 380px; }
}
@media (max-width: 560px) {
  .hero-copy h1 { font-size: clamp(2.75rem,13vw,3.8rem); }.hero-visual,.hero-visual > img { min-height: 360px; height: 360px; }.hero-visual > img,.hero-visual::before { border-radius: 8px 45px 8px 8px; }.hero-visual-note { right: 10px; bottom: 12px; padding: 15px; }.hero-status { top: 14px; left: 10px; }.service-card,.service-card-content { min-height: 350px; }
}

/* BNC V3: richer navigation, service storytelling and two live palettes. */
:root,
:root[data-theme="deep"] {
  --navy: #03162e;
  --navy-2: #082b52;
  --blue: #146fe8;
  --cyan: #47d3f2;
  --ink: #081a32;
  --muted: #5d6c80;
  --line: #dbe4ef;
  --soft: #f2f6fb;
  --page: #fbfcfe;
  --header: rgba(255,255,255,.96);
  --hero-bg: linear-gradient(125deg,#021126 0%,#062e5b 68%,#0a4380 100%);
  --hero-ink: #fff;
  --hero-copy: #c5d5e8;
  --accent-soft: #dcecff;
  --cta: linear-gradient(120deg,#126de2,#062c58);
}
:root[data-theme="managed"] {
  --navy: #26352d;
  --navy-2: #425747;
  --blue: #cf5f35;
  --cyan: #d7e77a;
  --ink: #253029;
  --muted: #687269;
  --line: #dfe1d8;
  --soft: #f1f1e8;
  --page: #f8f7ef;
  --header: rgba(248,247,239,.96);
  --hero-bg: #dfe6d8;
  --hero-ink: #26352d;
  --hero-copy: #536058;
  --accent-soft: #f1dacf;
  --cta: linear-gradient(120deg,#33493d,#536a54);
}
body { background: var(--page); transition: background-color .25s ease,color .25s ease; }
.utility-bar { position: relative; z-index: 102; background: var(--navy); color: #fff; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: .68rem; font-weight: 700; letter-spacing: .02em; }
.utility-inner > span { color: rgba(255,255,255,.68); }
.utility-inner > div { display: flex; align-items: center; gap: 24px; }
.utility-inner a { color: rgba(255,255,255,.84); transition: color .2s ease; }
.utility-inner a:hover { color: #fff; }
.utility-inner a:last-child { color: var(--cyan); }
.site-header { min-height: 78px; overflow: visible; background: var(--header); }
.header-inner { position: relative; gap: 24px; }
.main-nav { gap: 27px; }
.main-nav > a,
.nav-services > button { position: relative; padding: 0; border: 0; background: none; color: #263247; font-size: .88rem; font-weight: 700; cursor: pointer; }
:root[data-theme="managed"] .main-nav > a,
:root[data-theme="managed"] .nav-services > button { color: var(--ink); }
.nav-services > button::after { content: ""; position: absolute; right: 0; bottom: -12px; left: 0; height: 1px; background: var(--blue); transform: scaleX(0); transition: .2s ease; }
.nav-services > button:hover::after,
.nav-services > button.active::after { transform: scaleX(1); }
.nav-services > button span { display: inline-block; margin-left: 3px; transition: transform .2s ease; }
.nav-services.open > button span { transform: rotate(180deg); }
.mega-menu { position: absolute; top: calc(100% + 14px); right: 0; left: 0; display: grid; grid-template-columns: .85fr 1.1fr 1.1fr; gap: 32px; padding: 34px; border: 1px solid var(--line); border-radius: 18px; background: var(--page); box-shadow: 0 28px 70px rgba(3,22,46,.18); visibility: hidden; opacity: 0; transform: translateY(-8px); transition: .2s ease; }
.nav-services.open .mega-menu { visibility: visible; opacity: 1; transform: translateY(0); }
.mega-intro { padding: 5px 25px 5px 3px; border-right: 1px solid var(--line); }
.mega-intro .eyebrow { margin-bottom: 11px; }
.mega-intro h2 { margin-bottom: 12px; font-size: 1.65rem; }
.mega-intro p { font-size: .82rem; }
.mega-intro .text-link { padding: 0; border: 0; font-size: .78rem; }
.mega-group { display: grid; align-content: start; gap: 4px; }
.mega-group > small { margin-bottom: 6px; color: var(--muted); font-size: .62rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.mega-group > a { display: grid; grid-template-columns: 27px 1fr; gap: 9px; padding: 10px; border-radius: 10px; }
.mega-group > a:hover { background: var(--soft); }
.mega-group > a > b { color: var(--blue); font-size: .67rem; }
.mega-group > a span { display: grid; }
.mega-group strong { color: var(--ink); font-size: .78rem; letter-spacing: -.01em; }
.mega-group em { color: var(--muted); font-size: .67rem; font-style: normal; }
.mega-contact { margin-top: 5px; border: 1px solid var(--line); }
.home-hero { background: var(--hero-bg); }
.home-hero::before { display: none; }
.hero-copy h1 { color: var(--hero-ink); }
.hero-copy > p { color: var(--hero-copy); }
.home-hero .eyebrow.light { color: var(--cyan); }
.home-hero .button-outline { border-color: rgba(255,255,255,.55); color: var(--hero-ink); }
.home-hero .button-outline:hover { border-color: #fff; background: #fff; color: var(--navy); }
.trust-row { color: var(--hero-copy); }
:root[data-theme="managed"] .hero-copy h1 span { color: var(--blue); }
:root[data-theme="managed"] .home-hero .button-outline { border-color: rgba(38,53,45,.45); }
:root[data-theme="managed"] .home-hero .button-outline:hover { border-color: var(--navy); background: var(--navy); color: #fff; }
:root[data-theme="managed"] .hero-visual > img { filter: saturate(.72) sepia(.08); }
.services-home,.proof-strip,.feature-card,.benefit-card,.overview-card,.contact-form,.audience-list li { background: var(--page); }
.dark-section,.page-hero,.service-hero,.site-footer { background: var(--navy); }
.cta-box { background: var(--cta); }
.benefit-card i { background: var(--accent-soft); }
.story-grid > img { box-shadow: 18px 18px 0 var(--soft),0 25px 60px rgba(7,25,51,.12); }

.service-promise { border-bottom: 1px solid var(--line); background: var(--page); }
.promise-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.promise-grid > div { display: grid; grid-template-columns: 43px 1fr; padding: 27px 30px; border-right: 1px solid var(--line); }
.promise-grid > div:first-child { padding-left: 0; }
.promise-grid > div:last-child { border-right: 0; }
.promise-grid span { grid-row: 1/3; color: var(--blue); font-size: .67rem; font-weight: 850; }
.promise-grid strong { color: var(--ink); font-size: .88rem; }
.promise-grid small { color: var(--muted); font-size: .73rem; }
.challenge-section { padding-bottom: 22px; }
.challenge-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; padding: 48px; border-radius: 20px; background: var(--soft); }
.challenge-grid h2 { margin-bottom: 0; font-size: clamp(2rem,3.3vw,3rem); }
.challenge-grid > div > p { font-size: 1rem; }
.challenge-list { display: grid; gap: 11px; margin: 24px 0 0; padding: 0; list-style: none; }
.challenge-list li { padding: 13px 16px; border: 1px solid var(--line); border-radius: 10px; background: var(--page); color: var(--ink); font-size: .82rem; font-weight: 700; }
.challenge-list li::before { content: "✓"; margin-right: 10px; color: var(--blue); }
.story-button { gap: 10px; margin-top: 4px; }
.story-button b { font-size: 1rem; transition: transform .2s ease; }
.story-button:hover b { transform: translateX(3px); }
.cta-button { min-width: 205px; flex: 0 0 205px; white-space: nowrap; }
.footer-return { display: inline-flex; min-height: 40px; align-items: center; justify-content: center; padding: 0 17px; border: 1px solid var(--cyan); border-radius: 999px; color: var(--cyan)!important; font-weight: 800; transition: .2s ease; }
.footer-return:hover { background: var(--cyan); color: var(--navy)!important; transform: translateY(-2px); }

@media (hover: hover) and (min-width: 821px) {
  .nav-services:hover .mega-menu { visibility: visible; opacity: 1; transform: translateY(0); }
  .nav-services:hover > button span { transform: rotate(180deg); }
}
@media (max-width: 1120px) {
  .header-inner { gap: 16px; }.main-nav { gap: 20px; }
}
@media (max-width: 820px) {
  .utility-inner > span,.utility-inner a:nth-child(2) { display: none; }
  .utility-inner { justify-content: flex-end; }.utility-inner > div { width: 100%; justify-content: space-between; }
  .site-header { top: 0; min-height: 72px; }.menu-toggle { order: 5; }
  .main-nav { top: 106px; overflow-y: auto; padding-bottom: 50px; background: var(--page); }
  .main-nav > a,.nav-services > button { width: 100%; padding: 16px 4px; border-bottom: 1px solid var(--line); text-align: left; font-size: 1.05rem; }
  .nav-services > button::after { display: none; }
  .mega-menu { position: static; display: none; grid-template-columns: 1fr; gap: 20px; padding: 22px 5px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; box-shadow: none; visibility: visible; opacity: 1; transform: none; }
  .nav-services.open .mega-menu { display: grid; }
  .mega-intro { padding-right: 0; border-right: 0; }.mega-intro h2 { font-size: 1.35rem; }
  .header-cta { display: none; }.promise-grid { grid-template-columns: 1fr; }
  .promise-grid > div,.promise-grid > div:first-child { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .promise-grid > div:last-child { border-bottom: 0; }.challenge-grid { grid-template-columns: 1fr; gap: 25px; padding: 34px; }
}
@media (max-width: 560px) {
  .utility-inner > div { gap: 12px; }
  .challenge-grid { padding: 28px 20px; }.mega-menu { padding-inline: 0; }
}

/* WordPress integration */
.skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; padding: 10px 14px; border-radius: 6px; background: #fff; color: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.bnc-honeypot { position: absolute!important; left: -9999px!important; width: 1px!important; height: 1px!important; overflow: hidden!important; }
.notice-error { background: #fee4e2!important; color: #b42318!important; }
.entry-content { max-width: 840px; }
.elementor-form-wrap { display: block; }
.elementor-form-wrap .elementor-form { display: grid; gap: 17px; }
.elementor-form-wrap .elementor-field-group { margin: 0; }
.elementor-form-wrap .elementor-field { min-height: 48px; padding: 12px 13px; border: 1px solid #ccd7e5; border-radius: 8px; background: #fff; color: var(--ink); }
.elementor-form-wrap textarea.elementor-field { min-height: 145px; }
.elementor-form-wrap .elementor-button { min-height: 50px; padding: 0 24px; border: 0; border-radius: 999px; background: var(--blue); color: #fff; font-weight: 800; cursor: pointer; }
.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } .admin-bar .main-nav { top: 152px; } }

/* Full-screen mobile navigation */
@media (max-width: 820px) {
  body.menu-open { overflow: hidden; touch-action: none; }
  .site-header { z-index: 400; overflow: visible; backdrop-filter: none; }
  .site-header .header-inner { position: static; }
  .brand { position: relative; z-index: 403; }
  .menu-toggle { position: relative; z-index: 404; }
  .menu-toggle span { transform-origin: center; }
  .menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
  .menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav {
    position: fixed; z-index: 402; inset: 0; width: 100%; height: 100vh; height: 100dvh;
    display: flex; flex-direction: column; align-items: stretch; gap: 0;
    padding: 132px 24px 40px; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain;
    background: var(--page); opacity: 0; visibility: hidden; transform: translateX(100%);
    transition: transform .28s ease, opacity .2s ease, visibility .28s;
  }
  .main-nav.open { display: flex; opacity: 1; visibility: visible; transform: translateX(0); }
  .main-nav > a,.nav-services > button { min-height: 66px; display: flex; align-items: center; justify-content: space-between; padding: 14px 4px; font-size: 1.35rem; }
  .nav-services > button span { margin-left: auto; }
  .nav-services.open .mega-menu { display: grid; padding: 22px 0 30px; }
  .mega-intro { padding: 0 4px 16px; }
  .mega-group > a { padding: 13px 6px; }
  .mega-group strong { font-size: .9rem; }
  .mega-group em { font-size: .72rem; }
  .admin-bar .main-nav { top: 0; }
}
