:root {
  --navy: #070b19;
  --navy-soft: #10182c;
  --violet: #7146f5;
  --violet-soft: #ede8ff;
  --ink: #0a1020;
  --muted: #5c6880;
  --line: #e2e7f0;
  --paper: #f7f9fd;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Manrope", Arial, sans-serif; font-size: 16px; }
a { color: inherit; text-decoration: none; }
.site-container { width: min(1280px, calc(100% - 48px)); margin: 0 auto; }

.inner-header { position: relative; z-index: 20; background: var(--navy); color: #fff; }
.inner-header .navbar { min-height: 78px; padding: 14px 0; }
.inner-header .navbar-brand { display: inline-flex; align-items: center; gap: 9px; color: #fff; font-size: 22px; font-weight: 800; letter-spacing: -.8px; }
.inner-header .navbar-brand:hover { color: #fff; }
.inner-header .brand-mark { display: grid; place-items: center; width: 28px; height: 28px; color: var(--violet); font-size: 29px; }
.inner-header .navbar-nav { gap: 7px; }
.inner-header .navbar-dark .nav-link { padding: 10px 13px; color: rgba(255,255,255,.9); font-size: 14px; font-weight: 700; }
.inner-header .navbar-dark .nav-link:hover, .inner-header .navbar-dark .nav-link:focus { color: #ae96ff; }
.inner-header .dropdown-menu { border: 1px solid #e5e8f1; border-radius: 10px; padding: 8px; box-shadow: 0 15px 34px rgba(10, 14, 34, .18); }
.inner-header .dropdown-item { border-radius: 6px; padding: 9px 10px; font-size: 13px; font-weight: 700; }
.inner-header .dropdown-item:hover { background: var(--violet-soft); color: #4f2acf; }
.site-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 7px; padding: 13px 19px; font-size: 14px; font-weight: 800; line-height: 1; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.site-button:hover { transform: translateY(-2px); }
.site-button-primary { color: #fff; background: var(--violet); box-shadow: 0 9px 18px rgba(85, 50, 217, .24); }
.site-button-primary:hover { color: #fff; background: #7d55fa; }
.site-button-outline { color: #5a36de; border-color: #ac98ff; background: #fff; }
.site-button-outline:hover { color: #4e2bc9; border-color: #5a36de; }
.site-button-dark { color: #fff; border-color: rgba(180, 161, 255, .75); background: transparent; }
.site-button-dark:hover { color: #fff; background: rgba(117, 77, 240, .18); }

.inner-hero { position: relative; overflow: hidden; background: var(--navy); color: #fff; }
.inner-hero::before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; width: 49%; background: #0c132a; }
.inner-hero .site-container { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); align-items: center; gap: 80px; min-height: 465px; padding-top: 68px; padding-bottom: 68px; }
.page-kicker { margin: 0 0 15px; color: #bcadff; font-size: 12px; font-weight: 800; letter-spacing: .55px; text-transform: uppercase; }
.inner-hero h1 { max-width: 715px; margin: 0 0 20px; font-size: clamp(46px, 4vw, 66px); font-weight: 700; letter-spacing: -3px; line-height: 1.05; }
.inner-hero h1 span { color: #956cff; }
.inner-hero p { max-width: 630px; margin: 0 0 28px; color: #d1d7e4; font-size: 18px; line-height: 1.68; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.insight-card { position: relative; overflow: hidden; min-height: 250px; padding: 31px; border: 1px solid rgba(180, 162, 255, .35); border-radius: 16px; background: #121c36; box-shadow: 0 20px 45px rgba(0, 0, 0, .25); }
.insight-card.with-image { padding: 0; }
.insight-card img { width: 100%; height: 295px; object-fit: cover; opacity: .76; }
.insight-card .image-caption { position: absolute; right: 0; bottom: 0; left: 0; padding: 24px; background: rgba(7, 11, 25, .88); }
.insight-icon { display: grid; place-items: center; width: 53px; height: 53px; margin-bottom: 45px; border-radius: 12px; background: #272054; color: #aa8bff; font-size: 27px; }
.insight-card h2 { margin: 0 0 10px; color: #fff; font-size: 24px; font-weight: 800; letter-spacing: -1.1px; }
.insight-card p { margin: 0; color: #c5cee0; font-size: 14px; line-height: 1.65; }

.page-section { padding: 88px 0; }
.page-section.soft { background: var(--paper); }
.section-intro { max-width: 700px; margin: 0 auto 42px; text-align: center; }
.section-intro .page-kicker { color: #6340df; }
.section-intro h2 { margin: 0 0 15px; font-size: clamp(34px, 3.2vw, 46px); font-weight: 700; letter-spacing: -2px; line-height: 1.08; }
.section-intro p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.68; }
.information-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.information-card { min-height: 235px; padding: 29px; border: 1px solid var(--line); border-radius: 13px; background: #fff; box-shadow: 0 9px 25px rgba(28, 42, 82, .055); }
.information-card .card-icon { display: grid; place-items: center; width: 47px; height: 47px; margin-bottom: 23px; border-radius: 10px; background: var(--violet-soft); color: var(--violet); font-size: 24px; }
.information-card h3 { margin: 0 0 11px; font-size: 20px; font-weight: 800; letter-spacing: -1px; }
.information-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.detail-band { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; padding: 80px 0; }
.detail-band h2 { margin: 0 0 16px; font-size: clamp(33px, 3.1vw, 44px); font-weight: 700; letter-spacing: -2px; line-height: 1.08; }
.detail-band > div > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.detail-list { display: grid; gap: 14px; }
.detail-list div { display: flex; gap: 15px; align-items: flex-start; padding: 18px 19px; border: 1px solid var(--line); border-radius: 11px; background: #fff; }
.detail-list i { color: var(--violet); font-size: 20px; }
.detail-list strong { display: block; margin-bottom: 4px; font-size: 15px; }
.detail-list span { color: var(--muted); font-size: 14px; line-height: 1.5; }

.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; align-items: start; }
.contact-card { padding: 35px; border-radius: 14px; background: var(--navy); color: #fff; }
.contact-card h2 { margin: 0 0 14px; font-size: 32px; letter-spacing: -1.6px; }
.contact-card p { margin: 0 0 25px; color: #c6cede; font-size: 16px; line-height: 1.65; }
.contact-details { display: grid; gap: 16px; }
.contact-details div { display: flex; gap: 12px; align-items: flex-start; color: #dfe5f1; font-size: 14px; line-height: 1.5; }
.contact-details i { color: #ad91ff; font-size: 18px; }
.contact-form { padding: 35px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 12px 30px rgba(28, 42, 82, .06); }
.contact-form label { display: block; margin-bottom: 7px; font-size: 13px; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-bottom: 19px; padding: 13px 14px; border: 1px solid #dce2ee; border-radius: 7px; color: var(--ink); font: inherit; font-size: 14px; }
.contact-form textarea { min-height: 123px; resize: vertical; }
.form-note { display: none; margin: 13px 0 0; color: #167043; font-size: 14px; font-weight: 700; }
.form-note.show { display: block; }

.legal-layout { display: grid; grid-template-columns: 260px 1fr; gap: 70px; align-items: start; }
.legal-nav { position: sticky; top: 20px; padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.legal-nav strong { display: block; margin-bottom: 12px; font-size: 14px; }
.legal-nav a { display: block; padding: 8px 0; color: var(--muted); font-size: 14px; }
.legal-content h2 { margin: 0 0 14px; font-size: 31px; letter-spacing: -1.5px; }
.legal-content h3 { margin: 33px 0 10px; font-size: 20px; }
.legal-content p, .legal-content li { color: var(--muted); font-size: 16px; line-height: 1.72; }
.legal-content ul { padding-left: 20px; }

.shared-footer { padding: 58px 0 20px; background: var(--navy); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.75fr repeat(4, 1fr); gap: 34px; padding-bottom: 34px; }
.footer-brand .navbar-brand { display: inline-flex; align-items: center; gap: 9px; color: #fff; font-size: 22px; font-weight: 800; letter-spacing: -.8px; }
.footer-brand .brand-mark { color: var(--violet); font-size: 29px; }
.footer-brand p { max-width: 210px; margin: 15px 0 16px; color: #adb7c9; font-size: 13px; line-height: 1.6; }
.footer-social { display: flex; gap: 15px; }
.footer-social a { color: #c4cbda; font-size: 18px; }
.footer-grid h3 { margin: 6px 0 16px; color: #fff; font-size: 14px; font-weight: 800; }
.footer-grid > div:not(.footer-brand) a { display: block; width: fit-content; margin-bottom: 10px; color: #b5bece; font-size: 13px; }
.footer-grid a:hover { color: #ae96ff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.11); color: #909bb0; font-size: 11px; }
.footer-bottom span:last-child { display: flex; flex-wrap: wrap; gap: 20px; }

@media (max-width: 991.98px) {
  .inner-header .navbar-collapse { padding: 12px 0 6px; }
  .inner-header .navbar-nav { gap: 0; }
  .inner-hero .site-container { grid-template-columns: 1fr; gap: 32px; padding-top: 64px; padding-bottom: 64px; }
  .inner-hero::before { width: 100%; opacity: .44; }
  .inner-hero h1 { max-width: 710px; }
  .insight-card { max-width: 620px; }
  .information-grid { grid-template-columns: repeat(2, 1fr); }
  .detail-band { gap: 40px; }
  .footer-grid { grid-template-columns: 1.5fr repeat(2, 1fr); }
  .footer-brand { grid-row: span 2; }
}

@media (max-width: 767.98px) {
  .site-container { width: min(100% - 32px, 1280px); }
  .inner-header .navbar { min-height: 70px; }
  .inner-header .navbar-brand { font-size: 20px; }
  .inner-hero .site-container { min-height: 0; padding-top: 58px; padding-bottom: 55px; }
  .inner-hero h1 { font-size: 47px; letter-spacing: -2.5px; }
  .inner-hero p { font-size: 16px; }
  .insight-card { min-height: 205px; padding: 25px; }
  .insight-icon { margin-bottom: 26px; }
  .page-section { padding: 60px 0; }
  .section-intro { margin-bottom: 30px; text-align: left; }
  .section-intro h2, .detail-band h2 { font-size: 34px; }
  .information-grid, .detail-band, .contact-layout, .legal-layout { grid-template-columns: 1fr; gap: 20px; }
  .information-card { min-height: 0; }
  .detail-band { padding: 55px 0; }
  .legal-nav { position: static; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 27px 20px; }
  .footer-brand { grid-column: 1 / -1; grid-row: auto; }
  .footer-bottom { display: block; line-height: 2; }
}
