.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(223,231,241,.75); backdrop-filter: blur(18px); }
.header-inner { min-height: var(--header-height); display: flex; align-items: center; gap: 26px; }
.brand { min-width: 205px; display: inline-flex; align-items: center; gap: 11px; }
.brand-logo { width: 49px; height: 49px; flex: 0 0 auto; object-fit: contain; filter: drop-shadow(0 5px 8px rgba(6,20,36,.15)); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.12; }
.brand-copy strong { color: var(--navy-900); font-size: 18px; font-weight: 900; letter-spacing: .07em; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: 8px; white-space: nowrap; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 5px; }
.main-nav a { position: relative; padding: 11px 10px; border-radius: 9px; color: #40536b; font-size: 11px; font-weight: 700; white-space: nowrap; transition: color .2s, background .2s; }
.main-nav a:hover { color: var(--blue-600); background: var(--sky-100); }
.main-nav a.active { color: var(--blue-600); background: #e9f3ff; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.menu-toggle { width: 44px; height: 44px; display: none; margin-left: auto; padding: 0; border: 0; border-radius: 12px; background: #eef3f9; cursor: pointer; }
.menu-toggle span { width: 20px; height: 2px; display: block; margin: 4px auto; border-radius: 2px; background: var(--navy-900); transition: transform .2s, opacity .2s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.mobile-actions { display: none; }

.inner-hero { position: relative; overflow: hidden; padding: 92px 0 86px; color: #fff; background: var(--navy-900); }
.inner-hero::before { content: ""; position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to right, #000, transparent 82%); }
.inner-hero::after { content: ""; position: absolute; right: -110px; top: -210px; width: 560px; height: 560px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; box-shadow: 0 0 0 70px rgba(37,128,222,.04), 0 0 0 140px rgba(215,32,53,.025); }
.inner-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 340px; gap: 80px; align-items: center; }
.inner-hero-copy { max-width: 790px; }
.inner-hero-copy p:last-child { max-width: 720px; margin: 24px 0 0; color: #b8c9dc; font-size: 16px; line-height: 1.8; }
.inner-hero-mark { position: relative; width: 300px; height: 230px; justify-self: end; display: grid; place-items: center; }
.inner-hero-mark::before, .inner-hero-mark::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; }
.inner-hero-mark::before { width: 225px; height: 225px; }
.inner-hero-mark::after { width: 160px; height: 160px; border-style: dashed; animation: mark-spin 30s linear infinite; }
.inner-hero-mark img { position: relative; z-index: 2; width: 138px; height: 138px; object-fit: contain; filter: drop-shadow(0 20px 30px rgba(0,0,0,.25)); }
@keyframes mark-spin { to { transform: rotate(360deg); } }

.breadcrumb { position: relative; z-index: 2; margin-bottom: 25px; display: flex; align-items: center; gap: 9px; color: #8299b2; font-size: 10px; font-weight: 700; }
.breadcrumb a:hover { color: #fff; }.breadcrumb i { width: 4px; height: 4px; border-radius: 50%; background: var(--red-500); }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.info-card { position: relative; overflow: hidden; padding: 31px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: 0 8px 30px rgba(6,20,36,.04); transition: transform .25s, box-shadow .25s, border-color .25s; }
.info-card:hover { transform: translateY(-5px); border-color: transparent; box-shadow: var(--shadow-sm); }
.card-number { display: block; margin-bottom: 35px; color: var(--blue-600); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.info-card h3 { margin-bottom: 11px; color: var(--navy-900); font-size: 18px; }
.info-card p { margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.icon-tile { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 25px; border-radius: 15px; color: var(--blue-600); background: var(--sky-100); font-size: 18px; font-weight: 900; }
.icon-tile.red { color: var(--red-600); background: #fff0f2; }
.icon-tile.gold { color: #a77d11; background: #fff7da; }

.split-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.content-copy p { color: var(--muted); line-height: 1.85; }
.content-copy p:last-child { margin-bottom: 0; }
.accent-panel { position: relative; overflow: hidden; padding: 40px; border-radius: var(--radius-lg); color: #fff; background: linear-gradient(145deg, var(--navy-900), #0b315d); box-shadow: var(--shadow-lg); }
.accent-panel::after { content: ""; position: absolute; right: -70px; bottom: -90px; width: 230px; height: 230px; border: 42px solid rgba(255,255,255,.055); border-radius: 50%; }
.accent-panel > * { position: relative; z-index: 2; }
.accent-panel h3 { margin-bottom: 15px; font-size: 25px; letter-spacing: -.025em; }
.accent-panel p { margin-bottom: 0; color: #b7c8da; line-height: 1.8; }

.trust-strip { padding: 34px 0; color: #fff; background: var(--navy-950); }
.trust-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.trust-item { display: flex; align-items: center; gap: 16px; }
.trust-icon { width: 45px; height: 45px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; color: #84bdf3; background: rgba(255,255,255,.05); font-size: 16px; font-weight: 900; }
.trust-item strong, .trust-item small { display: block; }
.trust-item strong { font-size: 12px; }.trust-item small { margin-top: 4px; color: #7f95ac; font-size: 9px; }

.cta-band { position: relative; overflow: hidden; padding: 78px 0; color: #fff; background: linear-gradient(120deg, var(--blue-700), var(--blue-600) 55%, #174c87); }
.cta-band::after { content: ""; position: absolute; right: 5%; top: -150px; width: 400px; height: 400px; border: 70px solid rgba(255,255,255,.055); border-radius: 50%; }
.cta-band-inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.cta-band h2 { max-width: 700px; margin: 0; font-size: clamp(34px,4vw,54px); line-height: 1.08; letter-spacing: -.045em; }
.cta-band-actions { display: flex; gap: 10px; flex: 0 0 auto; }

.site-footer { padding: 70px 0 24px; color: #d9e4ef; background: #050f1b; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 54px; }
.footer-brand p { max-width: 330px; margin: 20px 0 0; color: #71869d; font-size: 11px; line-height: 1.75; }
.site-footer .brand-copy strong { color: #fff; }.site-footer .brand-copy small { color: #71869d; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-column strong { margin-bottom: 7px; color: #fff; font-size: 11px; }.footer-column a { color: #71869d; font-size: 10px; transition: color .2s; }.footer-column a:hover { color: #fff; }
.footer-bottom { margin-top: 54px; padding-top: 23px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid #182536; color: #53677c; font-size: 9px; }
.footer-bottom div { display: flex; gap: 23px; }

.cookie-banner { position: fixed; z-index: 300; right: 20px; bottom: 20px; width: min(430px, calc(100% - 40px)); padding: 20px; display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: center; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.97); box-shadow: var(--shadow-lg); backdrop-filter: blur(14px); }
.cookie-banner[hidden] { display: none; }.cookie-banner strong { display: block; margin-bottom: 4px; font-size: 12px; }.cookie-banner p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.55; }.cookie-banner button { min-height: 39px; padding: 0 14px; }

@media (max-width: 1120px) {
  .brand { min-width: auto; }.brand-copy small { display: none; }.main-nav a { padding-inline: 7px; font-size: 10px; }.header-actions .button-outline { display: none; }
}
@media (max-width: 940px) {
  .menu-toggle { display: block; }.header-actions { display: none; }
  .main-nav { position: fixed; inset: var(--header-height) 0 auto; margin: 0; padding: 20px; display: flex; flex-direction: column; align-items: stretch; gap: 2px; border-top: 1px solid var(--line); background: rgba(255,255,255,.98); box-shadow: 0 22px 40px rgba(6,20,36,.12); transform: translateY(-130%); opacity: 0; visibility: hidden; transition: transform .25s, opacity .25s, visibility .25s; }
  .main-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; }.main-nav a { padding: 12px 10px; font-size: 13px; }
  .mobile-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 10px; }.mobile-actions .button { width: 100%; }
  .inner-hero-grid { grid-template-columns: 1fr 230px; gap: 30px; }.inner-hero-mark { width: 220px; }.inner-hero-mark::before { width: 200px; height: 200px; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }.split-layout { grid-template-columns: 1fr; gap: 45px; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }.footer-column:last-child { display: none; }
}
@media (max-width: 700px) {
  .inner-hero { padding: 70px 0; }.inner-hero-grid { grid-template-columns: 1fr; }.inner-hero-mark { display: none; }
  .card-grid { grid-template-columns: 1fr; }.trust-list { grid-template-columns: 1fr; gap: 25px; }
  .cta-band-inner { flex-direction: column; align-items: flex-start; }.cta-band-actions { width: 100%; flex-direction: column; }.cta-band-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1/-1; }.footer-bottom { flex-direction: column; }.footer-bottom div { flex-direction: column; gap: 8px; }
}
@media (max-width: 440px) {
  .brand-logo { width: 42px; height: 42px; }.brand-copy strong { font-size: 16px; }
  .accent-panel { padding: 28px; }.cookie-banner { grid-template-columns: 1fr; }.cookie-banner .button { width: 100%; }
}
