* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

:root {
  --blue: #0a84ff;
  --blue2: #0057ff;
  --text: rgba(255,255,255,.92);
  --muted: rgba(255,255,255,.62);
  --line: rgba(255,255,255,.16);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #02040a;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  overflow-x: hidden;
}

.bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 78% 0%, rgba(0,132,255,.38), transparent 32%),
    radial-gradient(circle at 12% 15%, rgba(255,255,255,.09), transparent 26%),
    linear-gradient(180deg, #071329 0%, #02050d 52%, #000 100%);
  overflow: hidden;
}

.orb {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  filter: blur(80px);
  opacity: .42;
  animation: float 8s ease-in-out infinite alternate;
}

.orb1 {
  right: -120px;
  top: -100px;
  background: #0077ff;
}

.orb2 {
  left: -170px;
  bottom: 130px;
  background: #185bff;
  opacity: .22;
  animation-delay: -2s;
}

@keyframes float {
  from { transform: translate3d(0,0,0) scale(1); }
  to { transform: translate3d(-30px,30px,0) scale(1.12); }
}

.grid {
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  font-weight: 1000;
  letter-spacing: -.5px;
}

.logo img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  border-radius: 12px;
}

.logo span {
  font-size: 20px;
}

.logo b {
  color: var(--blue);
}

nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

nav a {
  color: rgba(255,255,255,.70);
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  padding: 11px 14px;
  border-radius: 999px;
}

.navBtn {
  color: #fff;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
}

main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 36px 20px 70px;
}

.hero {
  min-height: 620px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 36px;
  align-items: center;
}

.tag {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  color: #8dc7ff;
  background: rgba(10,132,255,.12);
  border: 1px solid rgba(10,132,255,.20);
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 900;
  margin-bottom: 18px;
}

h1 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(44px, 7vw, 84px);
  line-height: .92;
  letter-spacing: -4px;
  font-weight: 1000;
}

.heroText p {
  max-width: 620px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.45;
  font-weight: 650;
}

.actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  font-weight: 1000;
  border: 1px solid rgba(255,255,255,.16);
  transition: transform .18s ease, filter .18s ease;
}

.btn:active {
  transform: scale(.96);
}

.primary {
  background:
    linear-gradient(145deg, #48a5ff 0%, #0a84ff 48%, #0057ff 100%);
  border-color: rgba(160,210,255,.55);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.45),
    0 18px 58px rgba(0,111,255,.38);
}

.glass {
  background:
    linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.06));
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
}

.stats {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 160px));
  gap: 12px;
}

.stats div,
.glassCard {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255,255,255,.19), rgba(255,255,255,.055)),
    radial-gradient(circle at 18% 0%, rgba(255,255,255,.22), transparent 34%),
    radial-gradient(circle at 92% 10%, rgba(0,132,255,.20), transparent 38%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.30),
    inset 0 -1px 0 rgba(255,255,255,.06),
    0 26px 80px rgba(0,0,0,.45);
  backdrop-filter: blur(30px) saturate(190%);
  -webkit-backdrop-filter: blur(30px) saturate(190%);
}

.stats div {
  border-radius: 24px;
  padding: 18px;
}

.stats b {
  display: block;
  font-size: 22px;
}

.stats span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.phoneCard {
  min-height: 500px;
  border-radius: 44px;
  display: grid;
  place-items: center;
}

.phone {
  width: 245px;
  height: 500px;
  border-radius: 48px;
  padding: 14px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.30), rgba(255,255,255,.06)),
    #05070d;
  border: 1px solid rgba(255,255,255,.26);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.38),
    0 40px 90px rgba(0,0,0,.65),
    0 0 80px rgba(0,132,255,.28);
  transform: rotate(7deg);
}

.speaker {
  width: 82px;
  height: 24px;
  border-radius: 999px;
  background: #000;
  margin: 0 auto 18px;
}

.screenLogo {
  height: calc(100% - 42px);
  border-radius: 36px;
  display: grid;
  place-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 22%, rgba(0,132,255,.38), transparent 28%),
    linear-gradient(180deg, #02050b, #061329);
}

.screenLogo img {
  width: 96px;
  height: 96px;
  object-fit: contain;
}

.screenLogo h3 {
  margin: 0;
  font-size: 34px;
  line-height: .9;
}

.screenLogo h3 b {
  color: var(--blue);
}

.screenLogo span {
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(20,220,120,.15);
  color: #42f18b;
  font-weight: 1000;
}

.section {
  padding: 72px 0 0;
}

.sectionTitle {
  margin-bottom: 26px;
}

.sectionTitle span {
  color: #8dc7ff;
  letter-spacing: 3px;
  font-size: 12px;
  font-weight: 900;
}

.sectionTitle h2,
.cta h2 {
  margin: 8px 0 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
  letter-spacing: -2px;
}

.sectionTitle p,
.cta p {
  max-width: 660px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 650;
}

.proxyGrid,
.features,
.docGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.proxyCard,
.feature,
.doc,
.step,
.cta {
  border-radius: 30px;
  padding: 24px;
}

.proxyCard h3,
.step h3,
.feature b {
  margin: 0;
  font-size: 24px;
}

.proxyCard p,
.step p,
.feature p {
  color: var(--muted);
  line-height: 1.42;
  font-weight: 650;
}

.proxyCard small {
  display: block;
  margin-top: 14px;
  color: rgba(255,255,255,.42);
  font-weight: 700;
}

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

.step b {
  width: 42px;
  height: 42px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #48a5ff, #0057ff);
  box-shadow: 0 12px 36px rgba(0,111,255,.32);
}

.feature {
  min-height: 150px;
}

.doc {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 1000;
}

.cta {
  margin-top: 80px;
  text-align: center;
}

.cta p {
  margin-left: auto;
  margin-right: auto;
}

footer {
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 20px 44px;
  color: rgba(255,255,255,.52);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.footerLinks {
  display: flex;
  gap: 14px;
}

.footerLinks a {
  color: rgba(255,255,255,.62);
  text-decoration: none;
  font-weight: 800;
}

@media (max-width: 850px) {
  .header {
    align-items: flex-start;
    gap: 12px;
  }

  nav {
    display: none;
  }

  main {
    padding-top: 18px;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 28px;
  }

  h1 {
    letter-spacing: -2.5px;
  }

  .heroText p {
    font-size: 17px;
  }

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

  .phoneCard {
    min-height: 420px;
  }

  .phone {
    width: 210px;
    height: 420px;
  }

  .proxyGrid,
  .features,
  .docGrid,
  .steps {
    grid-template-columns: 1fr;
  }

  footer {
    flex-direction: column;
  }
}

/* ===== DARZ LOGO SHOWCASE FIX ===== */

.logoShowcase {
  min-height: 500px;
  border-radius: 44px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 36px;
}

.bigLogoGlass {
  width: min(320px, 80vw);
  height: min(320px, 80vw);
  border-radius: 54px;
  display: grid;
  place-items: center;
  padding: 34px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.22), rgba(255,255,255,.06)),
    radial-gradient(circle at 25% 0%, rgba(255,255,255,.32), transparent 34%),
    radial-gradient(circle at 85% 12%, rgba(0,132,255,.28), transparent 42%);
  border: 1px solid rgba(255,255,255,.22);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.38),
    inset 0 -1px 0 rgba(255,255,255,.08),
    0 35px 90px rgba(0,0,0,.55),
    0 0 80px rgba(0,132,255,.24);
  backdrop-filter: blur(32px) saturate(190%);
  -webkit-backdrop-filter: blur(32px) saturate(190%);
}

.bigLogoGlass img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 20px 45px rgba(0,132,255,.42));
}

.bigLogoGlass h3 {
  margin: 0;
  font-size: 42px;
  line-height: .95;
  font-weight: 1000;
  letter-spacing: -1.5px;
}

.bigLogoGlass h3 b {
  color: #0a84ff;
}

.showcaseText {
  margin-top: 24px;
}

.showcaseText span {
  color: #8dc7ff;
  letter-spacing: 4px;
  font-size: 12px;
  font-weight: 900;
}

.showcaseText p {
  margin: 10px 0 0;
  color: rgba(255,255,255,.62);
  font-weight: 700;
}

.phoneCard,
.phone,
.speaker,
.screenLogo {
  display: none !important;
}

@media (max-width: 850px) {
  .logoShowcase {
    min-height: 360px;
  }

  .bigLogoGlass {
    width: 240px;
    height: 240px;
    border-radius: 42px;
    padding: 28px;
  }
}
