:root {
  --night: #070a22;
  --ink: #11142f;
  --muted: #676b7f;
  --paper: #f5f6fc;
  --white: #fff;
  --cyan: #5de1ff;
  --violet: #7d62ff;
  --coral: #ff7f91;
  --line: #e4e7f2;
  --shadow: 0 24px 70px rgba(20, 23, 67, .17);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 15px; color: var(--night); background: var(--white); border-radius: 10px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 10; top: 0; left: 50%; width: min(1220px, calc(100% - 40px)); height: 92px; display: flex; align-items: center; justify-content: space-between; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.17); transform: translateX(-50%); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.18rem; font-weight: 850; text-decoration: none; }
.country { color: var(--cyan); }
.brand-mark { position: relative; width: 35px; height: 29px; }
.brand-mark span { position: absolute; width: 25px; height: 20px; border: 2px solid currentColor; border-radius: 50%; }
.brand-mark span:last-child { right: 0; bottom: 0; color: var(--coral); }
.site-header nav { display: flex; align-items: center; gap: 26px; }
.site-header nav a { font-size: .86rem; font-weight: 750; text-decoration: none; }
.nav-cta { padding: 11px 16px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; backdrop-filter: blur(12px); }

.hero { position: relative; min-height: 780px; display: grid; grid-template-columns: 1.1fr .72fr; align-items: center; gap: 65px; padding: 150px max(20px, calc((100vw - 1220px) / 2)) 100px; overflow: hidden; color: var(--white); background: var(--night); }
.hero-art, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-art { object-fit: cover; object-position: center; }
.hero-overlay { background: linear-gradient(90deg, rgba(5,8,29,.96) 0%, rgba(5,8,29,.76) 42%, rgba(5,8,29,.22) 78%), linear-gradient(0deg, rgba(5,8,29,.58), transparent 56%); }
.hero-content, .profile-card { position: relative; z-index: 2; }
.hero-content { max-width: 680px; }
.eyebrow { margin: 0 0 18px; color: #b9c8ff; font-size: .73rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.dark { color: #5962a7; }
h1, h2 { margin: 0; letter-spacing: -.05em; line-height: .98; }
h1 { font-size: clamp(3.6rem, 6.3vw, 6.8rem); }
.hero-summary { max-width: 630px; margin: 28px 0 0; color: #d6daeb; font-size: clamp(1rem, 1.5vw, 1.18rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: .91rem; font-weight: 850; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.primary { color: var(--night); background: linear-gradient(135deg, var(--cyan), #b8efff); box-shadow: 0 14px 35px rgba(55,192,255,.25); }
.secondary { color: var(--white); background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.34); backdrop-filter: blur(12px); }
.session-note { margin: 15px 0 0; color: #aeb5ce; font-size: .8rem; }

.profile-card { align-self: end; margin-bottom: 10px; padding: 25px; background: rgba(11,14,44,.7); border: 1px solid rgba(255,255,255,.2); border-radius: 24px; box-shadow: 0 24px 80px rgba(0,0,0,.26); backdrop-filter: blur(20px); }
.profile-top { display: flex; align-items: center; gap: 16px; }
.profile-avatar { width: 78px; height: 78px; flex: 0 0 78px; display: grid; place-items: center; color: var(--night); background: linear-gradient(135deg, var(--cyan), #b9f0ff 48%, var(--coral)); border: 3px solid rgba(255,255,255,.82); border-radius: 22px; font-size: 1.42rem; font-weight: 900; letter-spacing: -.04em; }
.profile-label { color: var(--cyan); font-size: .66rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.profile-top h2 { margin-top: 6px; font-size: 1.6rem; letter-spacing: -.03em; }
.profile-top p { margin: 5px 0 0; color: #bdc3d8; font-size: .84rem; }
.role { margin: 20px 0; color: #e1e4f0; line-height: 1.55; }
.profile-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.profile-actions a { min-height: 46px; display: grid; place-items: center; color: var(--white); background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.25); border-radius: 13px; font: inherit; font-size: .82rem; font-weight: 800; text-decoration: none; cursor: pointer; }
.profile-actions a { color: var(--night); background: var(--white); }
.status-note { margin-top: 16px; display: flex; align-items: center; gap: 8px; color: #aeb5ce; font-size: .72rem; }
.status-note i { width: 7px; height: 7px; background: #8f96ad; border-radius: 50%; }

.route-bar { position: relative; z-index: 4; width: min(990px, calc(100% - 30px)); min-height: 76px; margin: -38px auto 0; padding: 10px; display: flex; align-items: center; justify-content: center; gap: 5px; background: var(--white); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
.route-bar a { padding: 13px 18px; color: #555b73; border-radius: 12px; font-size: .86rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
.route-bar a:hover, .route-bar .active { color: #4534a1; background: #f0efff; }

.explore { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1.1fr .7fr; align-items: end; gap: 50px; }
.section-heading h2 { max-width: 690px; font-size: clamp(2.5rem, 4.8vw, 4.8rem); }
.section-heading > p { margin: 0; color: var(--muted); line-height: 1.7; }
.feature-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature { position: relative; min-height: 310px; padding: 26px; display: flex; flex-direction: column; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 10px 32px rgba(20,23,67,.06); text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.feature:hover { transform: translateY(-5px); border-color: #bdc4f5; box-shadow: 0 19px 44px rgba(20,23,67,.12); }
.feature.featured { color: var(--white); background: linear-gradient(145deg, #161c51, #4930a0 70%, #8f377a); border: 0; }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--white); background: linear-gradient(135deg, var(--violet), #526eff); border-radius: 15px; font-weight: 850; }
.featured .feature-icon { color: var(--night); background: var(--cyan); }
.feature-tag { position: absolute; top: 28px; right: 26px; color: #737991; font-size: .65rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.featured .feature-tag { color: #c6ccdf; }
.feature h3 { margin: 30px 0 12px; font-size: 1.45rem; letter-spacing: -.025em; }
.feature p { margin: 0; color: var(--muted); line-height: 1.62; }
.featured p { color: #cfd4e5; }
.feature strong { margin-top: auto; padding-top: 28px; color: #5849b5; font-size: .84rem; }
.featured strong { color: var(--cyan); }

.conversion { width: min(1180px, calc(100% - 40px)); margin: 0 auto 75px; padding: clamp(36px, 6vw, 72px); display: flex; align-items: center; justify-content: space-between; gap: 50px; color: var(--white); background: linear-gradient(125deg, #121843, #3b2a8b 65%, #87336f); border-radius: 28px; box-shadow: var(--shadow); }
.conversion-copy { max-width: 690px; }
.conversion h2 { font-size: clamp(2.6rem, 4.7vw, 4.8rem); }
.conversion-copy > p:last-child { margin: 22px 0 0; color: #d3d7e8; line-height: 1.65; }
.conversion-actions { min-width: 260px; display: grid; gap: 16px; text-align: center; }
.light { color: var(--night); background: var(--white); }
.text-link { color: #cbd2ff; font-size: .82rem; }

footer { padding: 48px 20px; color: #aeb5ce; background: var(--night); text-align: center; }
.footer-brand { justify-content: center; color: var(--white); }
footer p { margin: 14px 0 0; font-size: .82rem; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }

@media (max-width: 920px) {
  .site-header nav > a:not(.nav-cta) { display: none; }
  .hero { min-height: 920px; grid-template-columns: 1fr; align-content: center; gap: 45px; }
  .hero-art { object-position: 64% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(5,8,29,.95), rgba(5,8,29,.57)), linear-gradient(0deg, rgba(5,8,29,.8), transparent 60%); }
  .profile-card { align-self: auto; max-width: 520px; }
  .route-bar { justify-content: flex-start; overflow-x: auto; }
  .section-heading { grid-template-columns: 1fr; align-items: start; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .conversion { align-items: flex-start; flex-direction: column; }
  .conversion-actions { width: 100%; }
}

@media (max-width: 560px) {
  .site-header, .explore, .conversion { width: min(100% - 28px, 1180px); }
  .site-header { height: 76px; }
  .nav-cta { padding: 9px 12px !important; font-size: .74rem !important; }
  .hero { min-height: 940px; padding: 120px 14px 80px; }
  h1 { font-size: clamp(3.2rem, 15vw, 4.6rem); }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .profile-card { padding: 19px; }
  .profile-avatar { width: 65px; height: 65px; flex-basis: 65px; }
  .profile-actions { grid-template-columns: 1fr; }
  .route-bar { width: calc(100% - 28px); margin-top: -31px; }
  .explore { padding: 90px 0; }
  .section-heading { gap: 24px; }
  .feature-grid { grid-template-columns: 1fr; }
  .conversion { margin-bottom: 35px; }
}

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