@font-face {
  font-family: "Avant Garde";
  src: local("Avenir Next"), local("Century Gothic"), local("Segoe UI");
  font-display: swap;
}

:root {
  --ink: #171619;
  --black: #090a0d;
  --panel: #16171f;
  --panel-2: #1b1d27;
  --blue: #0788ff;
  --blue-deep: #005fa3;
  --yellow: #fcd535;
  --white: #ffffff;
  --copy: #d0d0d0;
  --muted: #9b9da6;
  --line: rgba(255, 255, 255, 0.12);
  --radius: 18px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
  --max: 1220px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; background: var(--black); }

body {
  margin: 0;
  color: var(--white);
  background: var(--ink);
  font-family: "Avant Garde", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

a { color: inherit; }
img, svg, video { display: block; max-width: 100%; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { line-height: 1.08; letter-spacing: -0.03em; }
h1 { margin-bottom: 26px; font-size: clamp(2.9rem, 6.4vw, 6.2rem); }
h2 { margin-bottom: 22px; font-size: clamp(2.1rem, 4.2vw, 4rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.8rem); }

.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.sr-only, .skip-link:not(:focus) { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.skip-link:focus { position:fixed; z-index:1000; top:10px; left:10px; padding:10px 16px; color:#000; background:var(--yellow); border-radius:8px; }

.site-header {
  position: sticky;
  z-index: 70;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(9, 10, 13, 0.9);
  backdrop-filter: blur(18px);
}
.header-inner { display:flex; min-height:84px; align-items:center; justify-content:space-between; gap:28px; }
.brand-logo { display:block; width:155px; text-decoration:none; }
.brand-logo img { width:100%; height:auto; }
.main-nav { display:flex; align-items:center; gap:24px; }
.main-nav > a:not(.button) { color:#d7d7dc; font-size:.8rem; font-weight:700; text-decoration:none; }
.main-nav > a:hover, .main-nav > a[aria-current="page"] { color:var(--blue); }
.main-nav .portal-link { padding-left:23px; border-left:1px solid var(--line); color:var(--yellow) !important; }
.menu-toggle { display:none; }

.button-row { display:flex; flex-wrap:wrap; align-items:center; gap:14px; margin-top:30px; }
.button {
  display:inline-flex; min-height:50px; align-items:center; justify-content:center; gap:8px; padding:0 22px;
  border:1px solid var(--blue); color:#fff; background:linear-gradient(135deg,var(--blue),var(--blue-deep));
  border-radius:10px; font-size:.86rem; font-weight:800; text-decoration:none; cursor:pointer; transition:160ms ease;
}
.button:hover { transform:translateY(-2px); filter:brightness(1.08); box-shadow:0 14px 34px rgba(7,136,255,.22); }
.button:disabled { opacity:.6; cursor:wait; }
.button-small { min-height:42px; padding-inline:17px; }
.button-outline { border-color:rgba(255,255,255,.35); background:transparent; }
.button-yellow { border-color:var(--yellow); color:#111; background:var(--yellow); }
.text-link { color:var(--blue); font-weight:800; text-underline-offset:4px; }
.text-link.light { color:#fff; }

.eyebrow {
  display:flex; align-items:center; gap:10px; margin-bottom:16px; color:var(--blue);
  font-size:.7rem; font-weight:850; letter-spacing:.14em; text-transform:uppercase;
}
.eyebrow::before { content:""; width:26px; height:2px; background:currentColor; }

.hero, .page-hero {
  position:relative; overflow:hidden; color:#fff;
  background:
    radial-gradient(circle at 78% 24%, rgba(7,136,255,.22), transparent 32%),
    linear-gradient(135deg,#07090d 0%,#10131c 64%,#111722 100%);
}
.hero { min-height:calc(100vh - 84px); padding:110px 0 90px; }
.page-hero { padding:95px 0 85px; }
.hero::after, .page-hero::after {
  content:""; position:absolute; inset:0; pointer-events:none; opacity:.22;
  background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:48px 48px; mask-image:linear-gradient(to bottom,black,transparent);
}
.hero .shell, .page-hero .shell { position:relative; z-index:2; }
.hero-copy, .hero p { max-width:760px; color:#c5c7ce; font-size:clamp(1rem,1.6vw,1.22rem); }
.hero-grid { display:grid; grid-template-columns:minmax(0,1.35fr) minmax(270px,.65fr); align-items:end; gap:70px; }

.section { padding:95px 0; background:var(--ink); }
.section-alt { background:linear-gradient(135deg,#111218,#090a0d); }
.section-white { background:var(--panel); }
.section-dark { background:var(--black); }
.section-heading { display:grid; grid-template-columns:1.15fr .85fr; align-items:end; gap:50px; margin-bottom:42px; }
.section-heading > p { max-width:540px; margin:0; color:var(--muted); }
.grid-2, .grid-3, .grid-4 { display:grid; gap:20px; }
.grid-2 { grid-template-columns:repeat(2,1fr); }
.grid-3 { grid-template-columns:repeat(3,1fr); }
.grid-4 { grid-template-columns:repeat(4,1fr); }

.card {
  padding:30px; border:1px solid var(--line); background:linear-gradient(145deg,#1b1c22,#121319);
  border-radius:var(--radius); box-shadow:0 10px 30px rgba(0,0,0,.08);
}
.card p, .card li { color:var(--muted); }
.card-number { display:block; margin-bottom:35px; color:var(--yellow); font-size:.68rem; font-weight:850; letter-spacing:.13em; }

.service-card {
  position:relative; display:flex; min-height:360px; flex-direction:column; padding:30px; overflow:hidden;
  border:1px solid var(--line); color:#fff; background:linear-gradient(145deg,#1a1b21,#101116);
  border-radius:var(--radius); text-decoration:none; transition:180ms ease;
}
.service-card::after { content:""; position:absolute; right:-55px; bottom:-75px; width:180px; height:180px; border:1px solid rgba(7,136,255,.22); border-radius:50%; }
.service-card:hover { border-color:var(--blue); transform:translateY(-5px); box-shadow:var(--shadow); }
.service-icon { display:grid; width:66px; height:66px; margin-bottom:auto; place-items:center; border:1px solid rgba(7,136,255,.3); background:rgba(7,136,255,.09); border-radius:15px; }
.service-icon img { width:44px; height:44px; object-fit:contain; }
.service-category { display:block; margin-bottom:9px; color:var(--yellow); font-size:.65rem; font-weight:850; letter-spacing:.12em; text-transform:uppercase; }
.service-card p { color:var(--muted); font-size:.9rem; }
.service-card .arrow { display:flex; justify-content:space-between; gap:15px; color:#c7c9d0; font-size:.72rem; font-weight:700; }
.service-card .arrow b { color:var(--blue); font-size:1rem; }

.service-hero-grid { display:grid; grid-template-columns:minmax(0,1.3fr) minmax(270px,.7fr); align-items:end; gap:70px; }
.service-summary { padding:30px; border:1px solid rgba(255,255,255,.16); background:rgba(10,10,13,.65); border-radius:var(--radius); }
.service-summary img { margin-bottom:32px; }
.service-summary > span { display:block; color:var(--muted); font-size:.68rem; letter-spacing:.1em; text-transform:uppercase; }
.service-summary strong { display:block; margin:8px 0 16px; color:var(--yellow); font-size:1.35rem; }
.service-summary p { font-size:.82rem; }
.service-feature-band { padding-block:36px; background:#0e0f14; border-block:1px solid var(--line); }
.feature-marquee { display:flex; flex-wrap:wrap; gap:10px; }
.feature-marquee span, .pill-list li { padding:8px 13px; border:1px solid rgba(255,255,255,.16); color:#d5d6dc; background:#17181f; border-radius:999px; font-size:.76rem; }
.service-detail-grid { display:grid; grid-template-columns:1.1fr .9fr; grid-template-rows:auto auto; gap:20px; }
.detail-panel { min-height:245px; padding:34px; border:1px solid var(--line); background:#15161d; border-radius:var(--radius); }
.detail-panel-1 { grid-row:span 2; display:flex; flex-direction:column; justify-content:flex-end; background:linear-gradient(150deg,rgba(7,136,255,.19),#14151b 60%); }
.detail-panel p { color:var(--muted); }
.process-layout { display:grid; grid-template-columns:.75fr 1.25fr; gap:80px; align-items:start; }
.process-intro { position:sticky; top:120px; }
.process-intro p { color:var(--muted); }
.process-steps { border-top:1px solid var(--line); }
.process-steps article { padding:32px 0; border-bottom:1px solid var(--line); }
.process-steps h3 { margin-bottom:8px; }
.process-steps p { margin:0; color:var(--muted); }
.faq-layout { display:grid; grid-template-columns:.7fr 1.3fr; gap:80px; }
.faq-list { display:grid; gap:12px; }
.faq-list details { padding:0 24px; border:1px solid var(--line); color:#fff; background:#16171f; border-radius:12px; }
.faq-list summary { padding:21px 35px 21px 0; cursor:pointer; font-weight:800; }
.faq-list details p { padding-bottom:21px; color:var(--muted); }

.check-list { display:grid; gap:10px; margin:20px 0; padding:0; list-style:none; }
.check-list li { position:relative; padding-left:25px; }
.check-list li::before { content:"✓"; position:absolute; left:0; color:var(--yellow); font-weight:900; }
.pill-list { display:flex; flex-wrap:wrap; gap:9px; margin:20px 0 0; padding:0; list-style:none; }
.prose { max-width:800px; }
.prose h2 { margin-top:65px; font-size:clamp(1.9rem,3.2vw,3rem); }
.prose h3 { margin-top:38px; }
.prose p, .prose li { color:#c2c3c9; }
.prose a { color:var(--blue); }
.breadcrumb { display:flex; flex-wrap:wrap; gap:7px; margin-bottom:34px; color:#888c98; font-size:.75rem; }
.breadcrumb a { color:#b4b6be; }

.contact-form { padding:34px; border:1px solid var(--line); background:linear-gradient(145deg,#1b1c23,#111217); border-radius:var(--radius); }
.form-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.contact-form label { display:grid; gap:7px; margin-bottom:18px; }
.contact-form label span { color:#c6c8ce; font-size:.73rem; font-weight:800; letter-spacing:.06em; text-transform:uppercase; }
.contact-form input, .contact-form textarea, .portal-form input, .portal-form select {
  width:100%; border:1px solid rgba(255,255,255,.17); color:#fff; background:#0d0e12; border-radius:9px; font:inherit; outline:none;
}
.contact-form input, .portal-form input, .portal-form select { min-height:49px; padding:0 14px; }
.contact-form textarea { padding:14px; resize:vertical; }
.contact-form input:focus, .contact-form textarea:focus, .portal-form input:focus { border-color:var(--blue); box-shadow:0 0 0 3px rgba(7,136,255,.13); }
.form-submit { display:flex; align-items:center; justify-content:space-between; gap:20px; }
.form-submit p { margin:0; color:var(--muted); font-size:.75rem; }

.site-footer { background:#08090c; border-top:1px solid var(--line); }
.footer-callout { padding:70px 0; background:linear-gradient(120deg,#005fa3,#0788ff); }
.footer-callout-inner { display:grid; grid-template-columns:1.2fr .8fr; gap:70px; align-items:end; }
.footer-callout .eyebrow { color:var(--yellow); }
.footer-callout h2 { margin:0; }
.footer-callout p { color:#e9f4ff; }
.footer-main { display:grid; grid-template-columns:1.5fr repeat(3,1fr) 1.1fr; gap:38px; padding:70px 0 50px; }
.footer-brand > img { width:175px; height:auto; }
.footer-brand > p { max-width:330px; margin-top:22px; color:var(--muted); font-size:.84rem; }
.footer-column, .footer-contact { display:flex; flex-direction:column; align-items:flex-start; gap:9px; }
.footer-column h3, .footer-contact h3 { margin-bottom:12px; color:var(--yellow); font-size:.75rem; letter-spacing:.09em; text-transform:uppercase; }
.footer-column a, .footer-contact a, .footer-contact span { color:#aeb0b7; font-size:.78rem; text-decoration:none; }
.footer-column a:hover, .footer-contact a:hover { color:var(--blue); }
.social-icons { display:flex; flex-wrap:wrap; gap:9px; margin-top:20px; }
.social-icons a { display:grid; width:34px; height:34px; place-items:center; border:1px solid var(--line); background:#15161b; border-radius:8px; }
.social-icons img { width:20px; height:20px; object-fit:contain; }
img[src*="/social/threads"] { filter:invert(1); }
.payment-icons { display:flex; flex-wrap:wrap; gap:7px; margin-top:20px; }
.payment-icons img { width:42px; height:27px; object-fit:contain; background:#fff; border-radius:4px; }
.footer-bottom { display:flex; justify-content:space-between; padding:22px 0; border-top:1px solid var(--line); color:#71747e; font-size:.7rem; }

.cookie-consent {
  position:fixed; z-index:120; right:22px; bottom:22px; display:grid; grid-template-columns:1fr auto; gap:28px;
  width:min(calc(100% - 44px),780px); padding:26px; border:1px solid rgba(7,136,255,.45);
  color:#fff; background:rgba(12,13,17,.97); border-radius:16px; box-shadow:0 28px 90px rgba(0,0,0,.55); backdrop-filter:blur(18px);
}
.cookie-consent[hidden], .chat-permission[hidden], .chat-support[hidden] { display:none; }
.cookie-kicker { color:var(--yellow); font-size:.66rem; font-weight:850; letter-spacing:.12em; text-transform:uppercase; }
.cookie-consent h2 { margin:5px 0 8px; font-size:1.45rem; }
.cookie-consent p { margin:0 0 7px; color:#b7b9c0; font-size:.78rem; }
.cookie-consent a { color:var(--blue); font-size:.74rem; }
.cookie-actions { display:flex; align-items:center; gap:9px; }
.cookie-actions .button { min-height:42px; font-size:.74rem; white-space:nowrap; }
.cookie-settings { position:fixed; z-index:65; left:10px; bottom:8px; border:0; color:#747781; background:transparent; font-size:.65rem; cursor:pointer; }

.chat-support { position:fixed; z-index:90; right:22px; bottom:22px; }
.chat-launcher { display:flex; min-height:50px; align-items:center; gap:10px; padding:0 19px; border:1px solid var(--blue); color:#fff; background:linear-gradient(135deg,var(--blue),var(--blue-deep)); border-radius:999px; box-shadow:0 14px 34px rgba(0,0,0,.35); font:inherit; font-size:.8rem; font-weight:850; cursor:pointer; }
.chat-dot { width:8px; height:8px; background:#1eea6c; border-radius:50%; box-shadow:0 0 0 4px rgba(30,234,108,.13); }
.chat-permission { position:absolute; right:0; bottom:62px; width:290px; padding:20px; border:1px solid var(--line); background:#111217; border-radius:13px; box-shadow:var(--shadow); }
.chat-permission strong { color:var(--yellow); }
.chat-permission p { color:var(--muted); font-size:.75rem; }
.chat-permission div { display:flex; gap:8px; }
.chat-permission button { padding:8px 11px; border:1px solid var(--blue); color:#fff; background:var(--blue); border-radius:7px; cursor:pointer; }
.chat-permission button:last-child { border-color:var(--line); background:transparent; }

@media (max-width:1050px) {
  .menu-toggle { display:grid; width:42px; height:42px; place-content:center; gap:5px; border:1px solid var(--line); color:#fff; background:transparent; border-radius:8px; }
  .menu-toggle i { display:block; width:20px; height:2px; background:currentColor; }
  .main-nav { position:absolute; top:84px; right:0; left:0; display:none; padding:25px 20px 30px; border-bottom:1px solid var(--line); background:#0a0b0f; flex-direction:column; align-items:stretch; }
  .main-nav[data-open] { display:flex; }
  .main-nav > a:not(.button) { padding:5px; font-size:.95rem; }
  .main-nav .portal-link { padding:12px 5px 0; border-top:1px solid var(--line); border-left:0; }
  .footer-main { grid-template-columns:1.4fr repeat(2,1fr); }
  .footer-contact { grid-column:2; }
}

@media (max-width:850px) {
  .hero-grid, .service-hero-grid, .section-heading, .process-layout, .faq-layout, .footer-callout-inner { grid-template-columns:1fr; }
  .grid-4, .grid-3 { grid-template-columns:repeat(2,1fr); }
  .process-intro { position:static; }
  .service-detail-grid { grid-template-columns:1fr; grid-template-rows:auto; }
  .detail-panel-1 { grid-row:auto; min-height:280px; }
  .footer-main { grid-template-columns:repeat(2,1fr); }
  .footer-contact { grid-column:auto; }
  .cookie-consent { grid-template-columns:1fr; }
}

@media (max-width:600px) {
  body { font-size:15px; }
  .shell { width:min(calc(100% - 28px),var(--max)); }
  .header-inner { min-height:72px; }
  .brand-logo { width:128px; }
  .main-nav { top:72px; }
  .hero { min-height:auto; padding:85px 0 76px; }
  .page-hero { padding:74px 0 66px; }
  .section { padding:70px 0; }
  .grid-2, .grid-3, .grid-4, .form-grid, .footer-main { grid-template-columns:1fr; }
  .service-card { min-height:310px; }
  .form-submit { align-items:flex-start; flex-direction:column; }
  .footer-callout { padding:55px 0; }
  .footer-bottom { flex-direction:column; gap:7px; }
  .cookie-consent { right:14px; bottom:14px; width:calc(100% - 28px); padding:20px; }
  .cookie-actions { align-items:stretch; flex-direction:column; }
  .cookie-actions .button { width:100%; }
  .chat-support { right:14px; bottom:14px; }
}
