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

:root {
  --bg: #07111f;
  --bg-soft: #0d1728;
  --bg-elevated: rgba(14, 24, 40, 0.82);
  --card: rgba(255, 255, 255, 0.06);
  --card-strong: rgba(255, 255, 255, 0.1);
  --line: rgba(255, 255, 255, 0.1);
  --text: #f5f8ff;
  --muted: #a9b8d4;
  --accent: #78a6ff;
  --accent-2: #95f0ff;
  --accent-3: #7a68ff;
  --success: #cceeff;
  --shadow: 0 26px 80px rgba(0, 0, 0, 0.35);
  --shadow-soft: 0 18px 48px rgba(0, 0, 0, 0.22);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: "Inter", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(116, 152, 255, 0.24), transparent 28%),
    radial-gradient(circle at top right, rgba(120, 104, 255, 0.16), transparent 24%),
    linear-gradient(180deg, #040a14 0%, #07111f 45%, #091423 100%);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a,
input,
textarea {
  font: inherit;
}

.page-shell {
  position: relative;
}

.container {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(5, 11, 22, 0.72);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.header-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--accent-3), var(--accent-2));
  box-shadow: 0 14px 30px rgba(110, 120, 255, 0.28);
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0;
}

.brand-stack {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.brand-text {
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.brand-subtext {
  color: var(--muted);
  font-size: 0.83rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
}

.site-nav a {
  color: var(--muted);
  font-weight: 600;
  transition: color .2s ease, transform .2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.text-link:hover,
.footer-col a:hover,
.footer-mini-links a:hover {
  color: #fff;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.header-call,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

.header-call:hover,
.btn:hover,
.menu-toggle:hover,
.sidebar-close:hover {
  transform: translateY(-2px);
}

.btn-primary,
.premium-call,
.sidebar-call {
  color: #fff;
  background: linear-gradient(135deg, #6f7fff 0%, #67cfff 100%);
  box-shadow: 0 16px 34px rgba(88, 122, 255, 0.28);
}

.btn-secondary {
  color: #edf3ff;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
}


.btn-call {
  color: #07111f;
  background: linear-gradient(135deg, #ffffff 0%, #dff3ff 48%, #8fe3ff 100%);
  box-shadow: 0 20px 44px rgba(103, 207, 255, 0.26);
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.btn-call strong {
  font-size: 1.06rem;
  letter-spacing: -0.02em;
}

.btn-call .btn-call-kicker {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-weight: 800;
  color: rgba(7, 17, 31, 0.72);
}

.hero-call-btn,
.footer-call-btn {
  min-height: 62px;
  padding: 0 22px;
}

.hero-call-btn {
  align-items: flex-start;
  flex-direction: column;
}

.footer-cta-panel {
  display: grid;
  grid-template-columns: 1.1fr auto;
  gap: 24px;
  align-items: center;
  padding: 28px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(103, 207, 255, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(111, 127, 255, 0.18), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: var(--shadow-soft);
}

.footer-intro-full {
  grid-column: 1 / -1;
}

.footer-cta-panel h3 {
  font-size: clamp(2rem, 3vw, 3rem);
  margin: 14px 0 12px;
  letter-spacing: -0.04em;
}

.footer-cta-panel p {
  margin: 0;
  max-width: 56ch;
}

.footer-call-btn {
  align-items: flex-start;
  flex-direction: column;
  min-width: 230px;
}

.premium-call {
  flex-direction: column;
  align-items: flex-start;
  padding: 11px 20px;
  min-width: 220px;
}

.call-label,
.mini-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.76);
}

.premium-call strong {
  font-size: 1.03rem;
}

.menu-toggle {
  display: none;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
}

.mobile-sidebar {
  position: fixed;
  top: 0;
  right: -340px;
  width: min(320px, 88vw);
  height: 100vh;
  z-index: 60;
  padding: 24px 20px;
  background: linear-gradient(180deg, rgba(8, 15, 27, 0.98), rgba(10, 20, 38, 0.98));
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: -20px 0 40px rgba(0, 0, 0, 0.35);
  transition: right .28s ease;
}

.mobile-sidebar.open {
  right: 0;
}

.sidebar-overlay {
  position: fixed;
  inset: 0;
  z-index: 55;
  opacity: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity .25s ease;
}

.sidebar-overlay.show {
  opacity: 1;
  pointer-events: auto;
}

.sidebar-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.sidebar-title {
  font-weight: 800;
  font-size: 1.15rem;
}

.sidebar-close {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  cursor: pointer;
  font-size: 1.5rem;
}

.sidebar-nav {
  display: grid;
  gap: 10px;
}

.sidebar-nav a {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #e8f0ff;
  font-weight: 600;
}

.hero-section {
  padding: 78px 0 40px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 56px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #dfe9ff;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 18px;
}

.hero-copy h1,
.section-heading h2,
.benefits-copy h2,
.support-intro h2,
.footer-intro h3,
.legal-wrap h1 {
  margin: 0;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.hero-copy h1 {
  font-size: clamp(3rem, 6vw, 5.1rem);
  max-width: 11ch;
}

.hero-copy p,
.section-heading p,
.feature-panel p,
.phone-content p,
.benefits-copy p,
.info-box span,
.support-intro p,
.support-card p,
.footer-intro p,
.footer-col p,
.footer-bottom p,
.legal-wrap p {
  color: var(--muted);
  line-height: 1.75;
}

.hero-copy p {
  margin: 18px 0 0;
  max-width: 58ch;
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0;
}

.hero-inline-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.hero-inline-meta div,
.stat-card,
.feature-panel,
.phone-card,
.info-box,
.support-card,
.footer-col,
.legal-wrap {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: var(--shadow-soft);
}

.hero-inline-meta div {
  padding: 18px;
  border-radius: var(--radius-md);
}

.hero-inline-meta strong,
.stat-card strong,
.info-box strong,
.support-card h3,
.footer-col h4 {
  display: block;
}

.hero-inline-meta strong {
  margin-bottom: 6px;
}

.hero-inline-meta span {
  color: var(--muted);
  font-size: 0.94rem;
}

.hero-card-frame {
  position: relative;
  padding: 28px;
  border-radius: var(--radius-xl);
  min-height: 610px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
}

.hero-orb-one {
  width: 190px;
  height: 190px;
  top: -40px;
  right: -40px;
  background: rgba(111, 127, 255, 0.25);
}

.hero-orb-two {
  width: 220px;
  height: 220px;
  left: -50px;
  bottom: -60px;
  background: rgba(103, 207, 255, 0.14);
}

.hero-device-card {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 554px;
  padding: 26px;
  border-radius: 28px;
  background: radial-gradient(circle at top, rgba(120, 166, 255, 0.16), transparent 28%), #06101d;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.device-copy {
  max-width: 360px;
  margin-bottom: 20px;
}

.device-copy h2 {
  margin: 10px 0 10px;
  font-size: clamp(2rem, 3vw, 3rem);
  letter-spacing: -0.04em;
}

.device-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.hero-device-card img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 22px;
  margin-top: 28px;
}

.hero-mini-panel {
  position: absolute;
  z-index: 3;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(5, 12, 23, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow-soft);
}

.hero-mini-panel span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  margin-bottom: 6px;
}

.hero-mini-panel strong {
  display: block;
  font-size: 1rem;
}

.hero-mini-top {
  top: 22px;
  right: 20px;
}

.hero-mini-bottom {
  left: 20px;
  bottom: 22px;
}

.stats-strip,
.featured-section,
.phones-section,
.benefits-section,
.support-section {
  padding: 34px 0 72px;
}

.stats-grid,
.featured-grid,
.phone-grid,
.benefits-grid,
.support-grid,
.footer-columns {
  display: grid;
  gap: 22px;
}

.stats-grid {
  grid-template-columns: repeat(3, 1fr);
}

.stat-card,
.feature-panel,
.info-box,
.support-card {
  border-radius: 24px;
  padding: 26px;
}

.stat-card span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.7;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-heading-split {
  max-width: none;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 30px;
  align-items: end;
}

.section-heading h2,
.benefits-copy h2,
.support-intro h2,
.legal-wrap h1 {
  font-size: clamp(2.1rem, 4vw, 3.5rem);
}

.section-heading p {
  margin: 0;
}

.featured-grid {
  grid-template-columns: 1.15fr .85fr .85fr;
}

.feature-panel-large {
  min-height: 260px;
  background:
    radial-gradient(circle at top right, rgba(122, 104, 255, 0.22), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
}

.feature-copy {
  max-width: 420px;
}

.feature-panel h3 {
  margin: 12px 0 12px;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}

.feature-panel p {
  margin: 0;
}

.phone-grid {
  grid-template-columns: repeat(2, 1fr);
}

.phone-card {
  overflow: hidden;
  border-radius: 28px;
}

.phone-image {
  padding: 24px 24px 10px;
  background: radial-gradient(circle at top, rgba(120, 166, 255, 0.18), transparent 34%), #050d18;
}

.dark-image-frame img {
  height: 360px;
  width: 100%;
  object-fit: contain;
  border-radius: 20px;
}

.spotlight-card .dark-image-frame img {
  object-fit: cover;
}

.phone-content {
  padding: 0 24px 24px;
}

.tag {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(120, 166, 255, 0.16);
  color: #e8f1ff;
  font-size: 0.8rem;
  font-weight: 800;
  margin-bottom: 14px;
}

.phone-content h3 {
  margin: 0 0 10px;
  font-size: 1.55rem;
  letter-spacing: -0.03em;
}

.card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 18px;
}

.card-meta span {
  padding: 10px 12px;
  border-radius: 999px;
  font-size: 0.84rem;
  color: #dfeaff;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.text-link {
  color: #e8f1ff;
  font-weight: 700;
}

.benefits-grid {
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.benefits-copy p {
  margin: 18px 0 28px;
  max-width: 56ch;
}

.benefits-list {
  display: grid;
  gap: 16px;
}

.support-shell {
  padding: 32px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top left, rgba(111, 127, 255, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.support-intro {
  max-width: 700px;
  margin-bottom: 28px;
}

.support-grid {
  grid-template-columns: repeat(2, 1fr);
}

.support-card-full {
  grid-column: 1 / -1;
}

.accent-card {
  background: linear-gradient(135deg, rgba(109, 126, 255, 0.3), rgba(101, 203, 255, 0.14));
}

.support-card h3 {
  margin: 12px 0 12px;
  font-size: 1.4rem;
  letter-spacing: -0.03em;
}

.site-footer {
  padding-top: 8px;
  background: linear-gradient(180deg, rgba(3, 9, 18, 0), rgba(3, 10, 20, 0.7) 12%, rgba(3, 10, 20, 0.95) 100%);
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 34px;
  align-items: start;
  padding: 40px 0 28px;
}

.footer-kicker {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #deebff;
  font-size: 0.88rem;
  font-weight: 700;
}

.footer-intro h3 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  margin: 14px 0 14px;
}

.footer-columns {
  grid-template-columns: repeat(3, 1fr);
}

.footer-col {
  padding: 22px;
  border-radius: 22px;
}

.footer-col a,
.footer-mini-links a {
  color: var(--muted);
  font-weight: 600;
}

.footer-col a {
  display: block;
  margin: 11px 0;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 0 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.footer-mini-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.legal-page {
  min-height: 100vh;
  padding: 40px 0 64px;
}

.legal-header {
  padding-bottom: 18px;
}

.legal-wrap {
  max-width: 860px;
  padding: 34px;
  border-radius: 28px;
}

.legal-back {
  margin-bottom: 22px;
}

.legal-wrap h1 {
  margin-bottom: 18px;
}

.legal-wrap h2 {
  margin: 28px 0 10px;
  font-size: 1.2rem;
}

.legal-wrap p {
  margin: 0;
}

@media (max-width: 1100px) {
  .hero-grid,
  .section-heading-split,
  .featured-grid,
  .benefits-grid,
  .footer-top,
  .footer-columns,
  .footer-cta-panel {
    grid-template-columns: 1fr;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-panel-large {
    min-height: auto;
  }
}

@media (max-width: 920px) {
  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .phone-grid,
  .support-grid,
  .hero-inline-meta {
    grid-template-columns: 1fr;
  }

  .hero-card-frame {
    min-height: auto;
  }

  .hero-device-card {
    min-height: auto;
  }

  .hero-copy h1 {
    max-width: 100%;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(1200px, calc(100% - 24px));
  }

  .header-inner {
    min-height: 78px;
  }

  .premium-call {
    min-width: 0;
    flex: 1;
    padding: 10px 16px;
  }

  .hero-section {
    padding-top: 42px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .footer-cta-panel {
    padding: 24px;
  }

  .footer-call-btn {
    width: 100%;
    min-width: 0;
  }

  .hero-device-card img,
  .dark-image-frame img {
    height: auto;
    min-height: unset;
  }

  .hero-mini-panel {
    position: static;
    margin-top: 14px;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .support-shell,
  .legal-wrap {
    padding: 24px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 520px) {
  .brand-text {
    font-size: 1rem;
  }

  .brand-subtext {
    font-size: 0.76rem;
  }

  .premium-call strong {
    font-size: 0.9rem;
  }

  .menu-toggle {
    width: 48px;
    height: 48px;
  }

  .hero-copy h1 {
    font-size: 2.8rem;
  }
}
