﻿:root {
  --bg: #020306;
  --text: #f2f4f8;
  --muted: #a5adbc;
  --line: #1a202a;
  --panel: rgba(12, 15, 22, 0.72);
  --panel-border: rgba(110, 127, 161, 0.2);
  --purple: #5f34ea;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}

.container { max-width: 1140px; }
.narrow { max-width: 760px; }
.narrow-2 { max-width: 920px; }

.bg-wave {
  position: fixed;
  z-index: -1;
  pointer-events: none;
  left: 50%;
  width: 100vw;
  background: url("assets/image-0073.jpg") center center/100% auto no-repeat;
  opacity: 0.55;
  transform: translateX(-50%);
}

.wave-top {
  height: 560px;
  top: 40px;
}

.wave-mid {
  height: 600px;
  top: 1900px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(2, 3, 6, 0.84);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #10151e;
}

.nav-wrap { padding-top: 10px; padding-bottom: 10px; }

.glass-panel {
  background: rgba(10, 13, 19, 0.62);
  border: 1px solid rgba(146, 164, 198, 0.45);
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.main-navbar {
  position: relative;
}

.brand,
.footer-brand {
  color: #fff;
  font-size: clamp(16px, 1.1vw, 18px);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
}

.nav-center .nav-link {
  color: var(--muted);
  font-size: clamp(13px, 0.9vw, 15px);
  font-weight: 600;
  padding: 0.35rem 0.8rem;
}

.nav-center .nav-link:hover,
.nav-center .nav-link.active {
  color: #fff;
}

.btn {
  border-radius: 8px;
  font-size: clamp(13px, 0.95vw, 15px);
  font-weight: 700;
}

.btn-main,
.btn.btn-primary {
  background: var(--purple);
  border: 1px solid #7658eb;
}

.mobile-toggler {
  border: 1px solid #2a3346;
  color: #f2f4f8;
  border-radius: 10px;
  width: 44px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding: 0;
}

.mobile-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(112, 87, 237, 0.35);
}

.btn.btn-dark {
  background: #11141b;
  border-color: #1c2230;
  color: #e3e8f2;
}

.hero {
  padding-top: 140px;
  padding-bottom: 150px;
}

h1 {
  font-size: clamp(40px, 4.6vw, 78px);
  line-height: 1.08;
  margin-bottom: 22px;
  font-weight: 800;
}

.glass-text {
  color: transparent;
  background: linear-gradient(
    140deg,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(216, 229, 255, 0.62) 45%,
    rgba(172, 193, 255, 0.35) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 1px rgba(230, 238, 255, 0.4);
  text-shadow:
    0 10px 28px rgba(122, 91, 255, 0.24),
    0 2px 8px rgba(255, 255, 255, 0.08);
  mix-blend-mode: screen;
}

.hero-copy,
.lead-copy,
.sub-copy,
.cta p {
  color: #a7aebb;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.75;
}

.hero-actions {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.chip {
  display: inline-block;
  background: #0f1218;
  border: 1px solid #1c2331;
  color: #9ba4b3;
  border-radius: 7px;
  padding: 5px 11px;
  font-size: clamp(12px, 0.85vw, 14px);
  font-weight: 700;
  margin-bottom: 20px;
}

h2 {
  font-size: clamp(30px, 3.2vw, 58px);
  line-height: 1.15;
  margin-bottom: 20px;
  font-weight: 700;
}

.portrait {
  width: 160px;
  margin-top: 24px;
  border-radius: 24px;
}

.glass-card {
  background: var(--panel);
  border: 1px solid var(--panel-border);
  border-radius: 12px;
  padding: 18px;
  text-align: left;
  backdrop-filter: blur(8px);
}

.icon {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #161b24;
  color: #b8c0ce;
  margin-bottom: 12px;
  font-size: 12px;
}

.glass-card h3 {
  font-size: clamp(18px, 1.35vw, 22px);
  font-weight: 700;
  margin-bottom: 8px;
}

.glass-card p {
  margin: 0;
  color: #8791a2;
  font-size: clamp(14px, 1.05vw, 17px);
  line-height: 1.65;
}

.work-img {
  width: 100%;
  border-radius: 14px;
  display: block;
}

.numbers {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.numbers div {
  height: 120px;
  border-radius: 16px;
  background: rgba(10, 13, 19, 0.82);
  border: 1px solid #111722;
  color: #9ea8b9;
  font-size: clamp(26px, 1.8vw, 34px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.t-card {
  background: rgba(11, 14, 20, 0.78);
  border: 1px solid #1a2130;
  border-radius: 12px;
  text-align: left;
  padding: 14px;
}

.quote {
  width: 18px;
  opacity: 0.8;
  margin-bottom: 12px;
}

.t-card p {
  margin: 0;
  color: #acb3c1;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.6;
  min-height: 64px;
}

.t-card footer {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid #18202d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.t-card strong {
  display: block;
  font-size: clamp(14px, 0.95vw, 16px);
}

.t-card span {
  color: #818c9f;
  font-size: clamp(12px, 0.85vw, 14px);
}

.t-card footer img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.faq .accordion-item {
  background: rgba(11, 14, 20, 0.74);
  border: 1px solid #1a212e;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq .accordion-button {
  background: transparent;
  color: #e6e9f0;
  box-shadow: none;
  font-size: clamp(15px, 1.05vw, 18px);
  font-weight: 600;
}

.faq .accordion-button::after {
  filter: invert(1) opacity(0.7);
}

.faq .accordion-body {
  color: #9ca6b7;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.65;
}

.cta {
  position: relative;
  padding-top: 130px;
  padding-bottom: 180px;
}

.cta::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 520px;
  height: 520px;
  background: url("assets/image-0140.jpg") center/contain no-repeat;
  opacity: 0.72;
  z-index: -1;
}

.cta .btn-lg {
  font-size: 26px;
  border-radius: 16px;
  padding: 0.9rem 2.1rem;
}

.free {
  margin-top: 8px;
  color: #9ca4b2;
  font-weight: 600;
}

.site-footer {
  padding-bottom: 70px;
}

.site-footer hr {
  border-color: var(--line);
  opacity: 1;
  margin-bottom: 38px;
}

.site-footer p,
.site-footer a {
  color: #9aa3b2;
  text-decoration: none;
  font-size: clamp(14px, 0.95vw, 16px);
  margin-bottom: 8px;
}

.site-footer h4 {
  font-size: clamp(18px, 1.25vw, 22px);
  margin-bottom: 10px;
}

.socials {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.socials a {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid #293242;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991.98px) {
  .nav-wrap {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .main-navbar {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .main-navbar .navbar-collapse {
    margin-top: 10px;
    padding: 12px;
    background: rgba(9, 12, 18, 0.93);
    border: 1px solid rgba(123, 142, 179, 0.28);
    border-radius: 12px;
    backdrop-filter: blur(10px);
  }

  .main-navbar .nav-center {
    width: 100%;
    gap: 2px;
  }

  .main-navbar .nav-link {
    font-size: 15px;
    padding: 10px 12px;
    border-radius: 8px;
  }

  .main-navbar .nav-link:hover,
  .main-navbar .nav-link.active {
    background: rgba(96, 52, 234, 0.2);
  }

  .nav-cta {
    margin-top: 10px;
    width: 100%;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero {
    padding-top: 86px;
    padding-bottom: 100px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wave-top {
    height: 430px;
    top: 30px;
  }

  .wave-mid {
    height: 430px;
  }

  .hero-actions {
    flex-wrap: wrap;
  }

  .glass-card {
    padding: 16px;
  }

  .t-card {
    padding: 12px;
  }

  .numbers div { height: 94px; }
  .cta .btn-lg { font-size: 18px; }
}

@media (max-width: 767.98px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero {
    padding-top: 74px;
    padding-bottom: 80px;
  }

  h1 { font-size: clamp(42px, 12vw, 56px); }
  h2 { font-size: clamp(34px, 9.5vw, 44px); }
  .hero-copy,
  .lead-copy,
  .sub-copy,
  .cta p { font-size: 16px; }
  .hero-actions .btn {
    width: 100%;
    max-width: 280px;
  }

  .chip {
    margin-bottom: 14px;
  }

  .portrait {
    width: 140px;
  }

  .glass-card h3 { font-size: 17px; }
  .glass-card p,
  .t-card p,
  .faq .accordion-button,
  .faq .accordion-body { font-size: 14px; }

  .faq .accordion-button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .cta {
    padding-top: 90px;
    padding-bottom: 120px;
  }

  .cta::before {
    width: 360px;
    height: 360px;
    top: 8px;
  }

  .site-footer {
    padding-bottom: 40px;
  }

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