:root {
  --navy-950: #030f24;
  --navy-900: #071e42;
  --navy-800: #0d3568;
  --teal: #2f8fff;
  --teal-light: #82c7ff;
  --ice: #edf6ff;
  --white: #fff;
  --ink: #102744;
  --text: #526985;
  --line: #d7e4f0;
  --surface: #f3f7fc;
  --shadow: 0 18px 50px rgba(3, 27, 65, .14);
  --radius: 20px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 999; background: var(--white); color: var(--ink); padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 86px; color: var(--white); transition: background .25s, box-shadow .25s, height .25s; }
.site-header.scrolled { height: 74px; background: rgba(3, 15, 36, .96); box-shadow: 0 10px 34px rgba(0, 0, 0, .18); backdrop-filter: blur(14px); }
.nav-wrap { height: 100%; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; line-height: 1.05; flex: none; }
.brand-mark { width: 43px; height: 43px; display: grid; place-items: center; color: var(--teal); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.17); border-radius: 13px; }
.brand-mark svg { width: 29px; height: 29px; fill: currentColor; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 1rem; letter-spacing: -.02em; }
.brand small { color: var(--teal-light); font-weight: 700; letter-spacing: .18em; text-transform: uppercase; font-size: .7rem; margin-top: 5px; }
.main-nav { display: flex; align-items: center; gap: 27px; margin-left: auto; }
.main-nav a { color: rgba(255,255,255,.82); font-size: .91rem; font-weight: 650; transition: color .2s; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--white); }
.header-phone { display: flex; align-items: center; gap: 10px; padding-left: 24px; border-left: 1px solid rgba(255,255,255,.18); line-height: 1.15; font-weight: 800; }
.header-phone svg { width: 22px; fill: var(--teal-light); }
.header-phone small { display: block; color: rgba(255,255,255,.58); font-size: .68rem; font-weight: 600; margin-bottom: 3px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.2); background: transparent; border-radius: 10px; padding: 11px 9px; }
.menu-toggle span { display: block; height: 2px; margin: 4px 0; background: white; }

.hero { position: relative; min-height: 760px; display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--navy-950); }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.56) 39%, rgba(0,0,0,.12) 72%, rgba(0,0,0,.02) 100%); }
.hero-content { position: relative; z-index: 1; padding-top: 104px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--teal-light); text-transform: uppercase; letter-spacing: .16em; font-size: .75rem; font-weight: 800; }
.eyebrow span { display: inline-block; width: 28px; height: 2px; background: var(--teal); }
.eyebrow.dark { color: #176fc8; }
.hero h1 { max-width: 780px; margin: 0; font-size: clamp(3rem, 6vw, 5.65rem); line-height: .98; letter-spacing: -.055em; font-weight: 820; }
.hero h1 em, .grant h2 em { color: var(--teal-light); font-style: normal; }
.hero-lead { max-width: 650px; margin: 26px 0 0; color: rgba(255,255,255,.76); font-size: 1.15rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 34px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 12px; padding: 0 23px; font-weight: 800; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy-950); background: var(--teal-light); box-shadow: 0 12px 28px rgba(47,143,255,.26); }
.button-primary:hover { background: #a8d9ff; }
.button-ghost { color: var(--white); border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.06); }
.button-ghost svg { width: 19px; fill: var(--teal-light); }
.hero-proof { display: flex; gap: 50px; margin-top: 54px; }
.hero-proof div { display: grid; gap: 0; padding-left: 15px; border-left: 2px solid var(--teal); }
.hero-proof strong { font-size: 1.28rem; }
.hero-proof span { color: rgba(255,255,255,.58); font-size: .79rem; }

.trust-strip { background: var(--navy-900); color: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { display: flex; align-items: center; gap: 14px; min-height: 104px; padding: 18px 32px; border-right: 1px solid rgba(255,255,255,.1); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid p { margin: 0; line-height: 1.3; }
.trust-grid strong, .trust-grid small { display: block; }
.trust-grid small { color: rgba(255,255,255,.52); margin-top: 5px; }
.check { width: 34px; height: 34px; flex: none; display: grid; place-items: center; color: var(--teal-light); border: 1px solid rgba(130,199,255,.38); background: rgba(47,143,255,.12); border-radius: 50%; font-weight: 900; }

.section { padding: 110px 0; }
.section-head { margin-bottom: 50px; }
.split-head { display: grid; grid-template-columns: 1.1fr .8fr; gap: 80px; align-items: end; }
.section-head h2, .grant h2, .contact h2 { margin: 0; font-size: clamp(2.1rem, 4vw, 3.45rem); line-height: 1.08; letter-spacing: -.045em; }
.section-head > p, .section-head > div + p { color: var(--text); margin: 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { position: relative; min-height: 335px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); overflow: hidden; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.service-card.featured { color: var(--white); background: var(--navy-900); border-color: var(--navy-900); }
.service-card .number { position: absolute; right: 24px; top: 18px; color: #dce7e9; font-weight: 900; font-size: 3.6rem; line-height: 1; }
.service-card.featured .number { color: rgba(255,255,255,.08); }
.service-icon { position: relative; width: 58px; height: 58px; display: grid; place-items: center; color: #176fc8; background: var(--ice); border-radius: 16px; }
.service-card.featured .service-icon { color: var(--teal-light); background: rgba(47,143,255,.15); }
.service-icon svg { width: 29px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { position: relative; margin: 72px 0 12px; font-size: 1.35rem; }
.service-card p { position: relative; color: var(--text); margin: 0; }
.service-card.featured p { color: rgba(255,255,255,.66); }

.process { background: var(--surface); }
.section-head.center { max-width: 680px; margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-head.center > p:last-child { margin-top: 18px; }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; list-style: none; padding: 0; margin: 0; }
.process-grid::before { content: ""; position: absolute; left: 7%; right: 7%; top: 26px; height: 1px; background: #c8d7dc; }
.process-grid li { position: relative; text-align: center; }
.process-grid li > span { position: relative; z-index: 1; width: 54px; height: 54px; display: grid; place-items: center; margin: 0 auto 24px; color: var(--navy-900); background: var(--white); border: 2px solid var(--teal); border-radius: 50%; font-weight: 900; box-shadow: 0 0 0 8px var(--surface); }
.process-grid h3 { margin: 0 0 10px; font-size: 1.15rem; }
.process-grid p { margin: 0; color: var(--text); font-size: .92rem; }

.brands { padding: 82px 0; color: var(--white); background: var(--navy-950); }
.brands-wrap { display: grid; grid-template-columns: .55fr 1.45fr; gap: 70px; align-items: center; }
.brands h2 { margin: 0; font-size: 2rem; line-height: 1.15; }
.brand-cloud { display: grid; grid-template-columns: repeat(5, minmax(110px, 1fr)); gap: 12px; }
.brand-logo { min-height: 84px; display: grid; place-items: center; padding: 17px 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: #fff; }
.brand-logo img { display: block; width: 100%; max-width: 135px; height: 48px; object-fit: contain; }
.brand-logo img[alt="LG"] { max-width: 76px; }
.brand-logo img[alt="AUX"] { max-width: 105px; }

.why-grid { display: grid; grid-template-columns: 1.1fr .72fr; gap: 90px; align-items: center; }
.why-copy h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 3.4rem); line-height: 1.1; letter-spacing: -.045em; }
.why-copy > p:not(.eyebrow) { color: var(--text); max-width: 680px; }
.why-list { display: grid; gap: 18px; margin-top: 30px; }
.why-list > div { display: flex; align-items: flex-start; gap: 13px; }
.why-list > div > span { width: 29px; height: 29px; flex: none; display: grid; place-items: center; color: #176fc8; background: var(--ice); border-radius: 50%; font-weight: 900; }
.why-list p { margin: 0; line-height: 1.4; }
.why-list strong, .why-list small { display: block; }
.why-list small { margin-top: 4px; color: var(--text); }
.coverage-card { min-height: 415px; display: flex; flex-direction: column; justify-content: flex-end; padding: 38px; color: var(--white); border-radius: var(--radius); background: linear-gradient(155deg, #124982, #071e42); box-shadow: var(--shadow); overflow: hidden; position: relative; }
.coverage-card::before { content: "ZA"; position: absolute; right: -15px; top: -45px; color: rgba(255,255,255,.04); font-size: 12rem; font-weight: 900; line-height: 1; }
.coverage-label { color: var(--teal-light); text-transform: uppercase; letter-spacing: .13em; font-size: .72rem; font-weight: 800; }
.coverage-card h3 { margin: 7px 0 20px; font-size: 2.4rem; }
.coverage-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.coverage-tags span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.13); border-radius: 8px; color: rgba(255,255,255,.69); font-size: .8rem; }
.coverage-card a { display: flex; justify-content: space-between; margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); color: var(--teal-light); font-weight: 800; }

.contact { position: relative; padding: 100px 0; color: var(--white); background: var(--navy-900); }
.contact-grid { display: grid; grid-template-columns: .85fr 1fr; gap: 80px; align-items: start; }
.contact-copy > p:not(.eyebrow):not(.hours) { color: rgba(255,255,255,.63); max-width: 550px; }
.contact-details { display: grid; gap: 16px; margin-top: 34px; }
.contact-details > a, .contact-details > div { display: flex; align-items: center; gap: 14px; }
.contact-icon { width: 42px; height: 42px; flex: none; display: grid; place-items: center; color: var(--teal-light); border: 1px solid rgba(130,199,255,.28); border-radius: 12px; background: rgba(47,143,255,.1); font-weight: 900; }
.contact-details p { margin: 0; line-height: 1.25; }
.contact-details small, .contact-details strong { display: block; }
.contact-details small { color: rgba(255,255,255,.5); margin-bottom: 4px; }
.hours { margin-top: 28px; color: var(--teal-light); font-size: .88rem; font-weight: 750; }
.contact-form { padding: 38px; color: var(--ink); background: var(--white); border-radius: var(--radius); box-shadow: 0 24px 70px rgba(0,0,0,.19); }
.contact-form h3 { margin: 0 0 24px; font-size: 1.5rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: block; margin-bottom: 15px; color: #304654; font-size: .83rem; font-weight: 750; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea { width: 100%; margin-top: 6px; padding: 12px 13px; color: var(--ink); border: 1px solid #d1dde2; border-radius: 9px; background: #fbfcfc; outline: none; transition: border-color .2s, box-shadow .2s; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(47,143,255,.14); }
.contact-form textarea { resize: vertical; min-height: 108px; }
.privacy-check { display: flex !important; align-items: flex-start; gap: 9px; font-weight: 500 !important; line-height: 1.45; }
.privacy-check input { width: 17px; height: 17px; margin-top: 3px; accent-color: var(--teal); }
.privacy-check a { color: #176fc8; text-decoration: underline; }
.submit-button { width: 100%; }
.form-note { margin: 11px 0 0; color: #758692; font-size: .74rem; text-align: center; }
.hp { position: absolute !important; left: -9999px !important; opacity: 0 !important; }

.site-footer { padding: 50px 0 28px; color: var(--white); background: var(--navy-950); }
.footer-top { display: grid; grid-template-columns: .7fr 1fr .5fr; gap: 45px; align-items: center; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-top > p { color: rgba(255,255,255,.5); margin: 0; }
.footer-phone { justify-self: end; color: var(--teal-light); font-size: 1.25rem; font-weight: 850; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 25px; color: rgba(255,255,255,.43); font-size: .8rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 22px; }
.footer-bottom a:hover { color: var(--white); }
.mobile-call { display: none; }
.toast { position: fixed; z-index: 200; right: 22px; bottom: 22px; max-width: 390px; padding: 15px 18px; color: var(--white); background: #176fc8; border-radius: 12px; box-shadow: var(--shadow); opacity: 0; transform: translateY(20px); pointer-events: none; transition: .25s; }
.toast.error { background: #a33b3b; }
.toast.show { opacity: 1; transform: translateY(0); }

.privacy-page { background: var(--surface); }
.simple-header { position: static; background: var(--navy-950); }
.privacy-main { padding: 70px 0 100px; }
.privacy-article { max-width: 850px; padding: 50px; margin: 0 auto; background: white; border-radius: var(--radius); box-shadow: var(--shadow); }
.privacy-article h1 { margin-top: 0; font-size: clamp(2.2rem, 5vw, 3.6rem); line-height: 1.08; }
.privacy-article h2 { margin-top: 32px; font-size: 1.25rem; }
.privacy-article p, .privacy-article li { color: var(--text); }
.back-link { color: #176fc8; font-weight: 800; }

@media (max-width: 1040px) {
  .main-nav { gap: 18px; }
  .main-nav a { font-size: .83rem; }
  .header-phone { display: none; }
  .split-head, .why-grid { gap: 50px; }
  .contact-grid { gap: 50px; }
  .brands-wrap { grid-template-columns: 1fr; gap: 28px; }
  .brand-cloud { grid-template-columns: repeat(5, minmax(100px, 1fr)); }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 72px; }
  body { padding-bottom: 59px; }
  .container { width: min(calc(100% - 30px), var(--container)); }
  .site-header, .site-header.scrolled { height: 70px; background: rgba(3,15,36,.96); }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { position: absolute; left: 15px; right: 15px; top: 78px; display: grid; gap: 0; padding: 10px; background: var(--white); border-radius: 15px; box-shadow: var(--shadow); opacity: 0; transform: translateY(-12px); pointer-events: none; transition: .2s; }
  .main-nav.open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .main-nav a { padding: 11px 13px; color: var(--ink); border-bottom: 1px solid var(--line); }
  .main-nav a:last-child { border-bottom: 0; }
  .hero { min-height: 720px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(0,0,0,.8), rgba(0,0,0,.4)); }
  .hero-content { padding-top: 80px; }
  .hero-proof { gap: 24px; }
  .trust-grid { grid-template-columns: 1fr; padding-block: 12px; }
  .trust-grid > div, .trust-grid > div:first-child { min-height: auto; padding: 14px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .section { padding: 80px 0; }
  .split-head, .why-grid, .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 280px; }
  .service-card h3 { margin-top: 45px; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 42px 24px; }
  .process-grid::before { display: none; }
  .brands { padding: 70px 0; }
  .coverage-card { min-height: 350px; }
  .footer-top { grid-template-columns: 1fr; gap: 20px; }
  .footer-phone { justify-self: start; }
  .mobile-call { position: fixed; z-index: 150; left: 0; right: 0; bottom: 0; height: 59px; display: flex; align-items: center; justify-content: center; gap: 9px; color: var(--navy-950); background: var(--teal-light); font-weight: 900; box-shadow: 0 -8px 25px rgba(3,15,36,.18); }
}

@media (max-width: 560px) {
  .brand-mark { width: 38px; height: 38px; }
  .brand strong { font-size: .89rem; }
  .brand small { font-size: .62rem; }
  .hero { min-height: 700px; }
  .hero-bg { object-position: 63% center; }
  .hero h1 { font-size: 3.15rem; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-proof { display: grid; grid-template-columns: 1fr 1fr; margin-top: 36px; }
  .hero-proof div:last-child { grid-column: 1 / -1; }
  .section { padding: 68px 0; }
  .section-head { margin-bottom: 35px; }
  .service-card { padding: 27px; }
  .process-grid { grid-template-columns: 1fr; }
  .brand-cloud { grid-template-columns: repeat(2, 1fr); }
  .brand-logo { min-height: 78px; }
  .contact-form { padding: 26px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-bottom { flex-direction: column; }
  .privacy-article { padding: 30px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
