:root {
  --bg: #f3f8ff;
  --bg-soft: #e6f4ff;
  --surface: rgba(255, 255, 255, 0.82);
  --surface-strong: #ffffff;
  --text: #0f1931;
  --muted: #55657f;
  --primary: #19b6ef;
  --primary-dark: #078fc8;
  --accent: #ffc453;
  --accent-dark: #f29e24;
  --navy: #0b1329;
  --navy-soft: #162247;
  --line: rgba(15, 25, 49, 0.1);
  --shadow: 0 24px 60px rgba(11, 19, 41, 0.14);
  --shadow-soft: 0 18px 42px rgba(25, 182, 239, 0.18);
  --radius-lg: 28px;
  --radius-md: 20px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(25, 182, 239, 0.22), transparent 28%),
    radial-gradient(circle at top right, rgba(255, 196, 83, 0.18), transparent 24%),
    linear-gradient(180deg, #f7fbff 0%, #eef6ff 100%),
    var(--bg);
  overflow-x: hidden;
}

main {
  padding-top: 0.5rem;
}

h1,
h2,
h3,
h4,
.navbar-brand strong,
.section-label,
.btn {
  font-family: "Space Grotesk", sans-serif;
}

a {
  text-decoration: none;
}

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

.landing-navbar {
  padding: 1rem 0;
  position: relative;
  z-index: 1030;
  background: #0a1124 !important;
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(125, 220, 255, 0.18);
  box-shadow: 0 14px 30px rgba(11, 19, 41, 0.16);
  transition: background-color 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.navbar-scrolled {
  background: #0a1124 !important;
  border-color: rgba(125, 220, 255, 0.24);
  box-shadow: 0 18px 36px rgba(11, 19, 41, 0.24);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.brand-logo {
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  background: linear-gradient(145deg, #ffffff, #e8f8ff);
  box-shadow: var(--shadow-soft);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  line-height: 1.05;
}

.brand-copy strong {
  font-size: 1.15rem;
}

.brand-copy small {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.72);
}

.navbar .nav-link {
  color: rgba(255, 255, 255, 0.84);
  font-weight: 700;
  padding: 0.75rem 1rem;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: #ffffff;
}

.navbar-toggler {
  border: 1px solid rgba(25, 182, 239, 0.24);
  border-radius: 14px;
  padding: 0.5rem 0.7rem;
}

.navbar-toggler-icon {
  filter: invert(1);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(25, 182, 239, 0.16);
}

.btn {
  border-radius: 999px;
  padding: 0.95rem 1.45rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.btn-primary {
  color: var(--navy);
  background: linear-gradient(135deg, var(--accent), #ffd97a 54%, #7ddcff 130%);
  border: none;
  box-shadow: 0 14px 30px rgba(242, 158, 36, 0.24);
}

.btn-primary:hover,
.btn-primary:focus {
  color: var(--navy);
  background: linear-gradient(135deg, var(--accent-dark), var(--accent) 58%, #55caf6 125%);
}

.btn-outline-light {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
}

.btn-outline-light:hover,
.btn-outline-light:focus {
  color: var(--text);
  background: #ffffff;
  border-color: #ffffff;
}

.nav-cta {
  min-width: 120px;
}

.nav-tools {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(125, 220, 255, 0.2);
}

.lang-btn {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.lang-btn:hover,
.lang-btn:focus {
  color: #ffffff;
}

.lang-btn.is-active {
  background: linear-gradient(135deg, rgba(255, 196, 83, 0.95), rgba(125, 220, 255, 0.95));
  color: var(--navy);
  box-shadow: 0 8px 18px rgba(11, 19, 41, 0.18);
}

.hero-section {
  position: relative;
  padding: 4.5rem 0 5rem;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(12px);
  pointer-events: none;
}

.hero-orb-a {
  width: 260px;
  height: 260px;
  top: 70px;
  left: -90px;
  background: rgba(25, 182, 239, 0.24);
}

.hero-orb-b {
  width: 220px;
  height: 220px;
  right: -80px;
  bottom: 60px;
  background: rgba(255, 196, 83, 0.26);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1.25rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(25, 182, 239, 0.14);
  color: #0d7bab;
  font-weight: 700;
  font-size: 0.92rem;
}

.eyebrow-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--primary));
  box-shadow: 0 0 0 6px rgba(25, 182, 239, 0.14);
}

.hero-title {
  font-size: clamp(2.6rem, 6vw, 5.3rem);
  line-height: 0.98;
  margin-bottom: 1.25rem;
  max-width: 12ch;
}

.hero-copy {
  font-size: 1.08rem;
  line-height: 1.8;
  color: var(--muted);
  max-width: 58ch;
  margin-bottom: 2rem;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.metric-chip {
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(24, 32, 51, 0.07);
  box-shadow: 0 12px 24px rgba(16, 28, 56, 0.06);
}

.metric-chip strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1rem;
}

.metric-chip span {
  color: var(--muted);
  font-size: 0.92rem;
}

.hero-showcase {
  position: relative;
  padding: 2rem;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(25, 182, 239, 0.26), transparent 28%),
    linear-gradient(180deg, rgba(11, 19, 41, 0.98), rgba(22, 34, 71, 0.96));
  color: #ffffff;
  box-shadow: 0 36px 80px rgba(11, 19, 41, 0.28);
  overflow: hidden;
}

.hero-showcase::after {
  content: "";
  position: absolute;
  inset: auto -80px -120px auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 196, 83, 0.2);
  filter: blur(8px);
}

.hero-card {
  position: relative;
  z-index: 1;
  padding: 1.4rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

.hero-card h2 {
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  line-height: 1.15;
  margin: 1rem 0 0.8rem;
}

.hero-card p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffe7a9;
  font-size: 0.9rem;
  font-weight: 700;
}

.showcase-list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.showcase-list li {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  color: rgba(255, 255, 255, 0.92);
}

.showcase-list i {
  color: var(--accent);
}

.wheel-frame {
  position: relative;
  z-index: 1;
  margin-top: 1.6rem;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(125, 220, 255, 0.15), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(125, 220, 255, 0.18);
  min-height: 320px;
}

.wheel-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.floating-note {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  max-width: 220px;
  padding: 0.85rem 1rem;
  border-radius: 16px;
  background: rgba(255, 251, 240, 0.96);
  color: var(--text);
  font-weight: 700;
  box-shadow: var(--shadow);
}

.section-block {
  padding: 5.5rem 0;
}

.section-muted {
  background: linear-gradient(180deg, rgba(230, 244, 255, 0.92), rgba(255, 251, 240, 0.72));
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 3rem;
}

.section-label {
  display: inline-block;
  margin-bottom: 0.85rem;
  color: var(--primary);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-label-light {
  color: rgba(255, 255, 255, 0.72);
}

.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.08;
  margin-bottom: 1rem;
}

.section-heading p {
  color: var(--muted);
  line-height: 1.75;
  font-size: 1.02rem;
}

.info-card,
.timeline-card,
.pricing-card,
.faq-shell,
.cta-panel {
  border: 1px solid rgba(24, 32, 51, 0.08);
  box-shadow: var(--shadow);
}

.info-card {
  height: 100%;
  padding: 2rem 1.6rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.85);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.info-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 48px rgba(18, 29, 58, 0.13);
}

.info-icon {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.1rem;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 196, 83, 0.24), rgba(25, 182, 239, 0.16));
  color: var(--primary);
  font-size: 1.4rem;
}

.info-card h3,
.timeline-card h3,
.pricing-card h3 {
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
}

.info-card p,
.timeline-card p,
.pricing-card p {
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 0;
}

.timeline-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}

.timeline-card {
  padding: 2rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
}

.timeline-number {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--accent-dark);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.timeline-card ul,
.pricing-card ul,
.footer-links {
  list-style: none;
  padding: 0;
  margin: 1.15rem 0 0;
}

.timeline-card li,
.pricing-card li,
.footer-links li {
  position: relative;
  padding-left: 1.35rem;
  margin-bottom: 0.85rem;
  color: var(--text);
}

.timeline-card li::before,
.pricing-card li::before,
.footer-links li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--accent));
}

.pricing-card {
  padding: 2rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
}

.pricing-card-featured {
  background:
    radial-gradient(circle at top right, rgba(255, 196, 83, 0.22), transparent 30%),
    linear-gradient(165deg, #0b1329, #162247 68%, #0b86bf 130%);
  color: #ffffff;
}

.pricing-card-featured p,
.pricing-card-featured li {
  color: rgba(255, 255, 255, 0.88);
}

.pricing-card-featured li::before {
  background: #ffffff;
}

.pricing-tag {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: rgba(25, 182, 239, 0.1);
  color: var(--primary);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pricing-card-featured .pricing-tag {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}

.pricing-copy {
  min-height: 80px;
}

.faq-shell {
  max-width: 860px;
  margin: 0 auto;
  padding: 0.8rem 1.4rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
}

.faq-item {
  border-bottom: 1px solid rgba(24, 32, 51, 0.09);
}

.faq-item:last-child {
  border-bottom: 0;
}

.faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 1.35rem 0;
  text-align: left;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.faq-question::after {
  content: "+";
  font-size: 1.35rem;
  color: var(--primary);
  transition: transform 0.2s ease;
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.2s ease, padding-bottom 0.2s ease;
}

.faq-answer p {
  overflow: hidden;
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.faq-item.is-open .faq-question::after {
  transform: rotate(45deg);
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
  padding-bottom: 1.2rem;
}

.cta-section {
  padding: 1rem 0 5.5rem;
}

.cta-panel {
  padding: 3.5rem 2rem;
  border-radius: 34px;
  background:
    radial-gradient(circle at top left, rgba(125, 220, 255, 0.18), transparent 30%),
    radial-gradient(circle at bottom right, rgba(255, 196, 83, 0.18), transparent 26%),
    linear-gradient(135deg, #0b1329, #162247 58%, #0b86bf 112%, #ffc453 170%);
  color: #ffffff;
}

.cta-panel h2 {
  max-width: 14ch;
  margin: 0 auto 1rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
}

.cta-panel p {
  max-width: 58ch;
  margin: 0 auto 2rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.8;
}

.site-footer {
  padding: 2rem 0 2.6rem;
  background: #0a1124;
  color: rgba(255, 255, 255, 0.8);
}

.footer-brand {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.footer-brand img {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  padding: 0.35rem;
}

.site-footer h3,
.site-footer h4 {
  color: #ffffff;
}

.site-footer p,
.site-footer a {
  color: rgba(255, 255, 255, 0.74);
}

.site-footer a:hover,
.site-footer a:focus {
  color: #ffffff;
}

.social-links {
  display: flex;
  gap: 0.85rem;
  margin-top: 1.25rem;
}

.social-links a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.footer-bottom {
  margin-top: 2rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.footer-bottom p {
  margin: 0;
}

@media (max-width: 1199px) {
  .hero-title {
    max-width: 14ch;
  }

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

@media (max-width: 991px) {
  .landing-navbar .navbar-collapse {
    margin-top: 1rem;
    padding: 1rem 0 0.5rem;
    border-top: 1px solid rgba(24, 32, 51, 0.08);
  }

  .nav-tools {
    margin-top: 1rem;
    align-items: stretch;
    flex-direction: column;
  }

  .hero-section {
    padding-top: 3.5rem;
  }

  .hero-showcase {
    padding: 1.4rem;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .section-block {
    padding: 4.2rem 0;
  }
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: 84px;
  }

  .brand-copy small {
    display: none;
  }

  .hero-title {
    font-size: clamp(2.4rem, 13vw, 3.8rem);
    max-width: none;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .hero-actions .btn,
  .lang-btn,
  .nav-cta,
  .cta-panel .btn {
    width: 100%;
    justify-content: center;
  }

  .language-switcher {
    width: 100%;
    justify-content: center;
  }

  .wheel-frame {
    min-height: 250px;
  }

  .floating-note {
    position: static;
    max-width: none;
    margin-top: 1rem;
  }

  .section-heading {
    margin-bottom: 2.25rem;
  }

  .faq-shell {
    padding: 0.65rem 1rem;
  }

  .cta-panel {
    padding: 2.6rem 1.2rem;
  }

  .footer-brand {
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .brand-logo {
    width: 60px;
    height: 60px;
    border-radius: 18px;
  }

  .brand-copy strong {
    font-size: 1rem;
  }

  .hero-section {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }

  .hero-showcase,
  .info-card,
  .timeline-card,
  .pricing-card,
  .faq-shell,
  .cta-panel {
    border-radius: 22px;
  }

  .hero-card {
    padding: 1.1rem;
    border-radius: 18px;
  }

  .faq-question {
    font-size: 0.98rem;
  }
}
