@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Prompt:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Audiowide&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Prompt:wght@600&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  scroll-behavior: smooth;
  background: linear-gradient(180deg, #0a0612 0%, #080510 50%, #07040e 100%) !important;
  font-family: var(--font-body), sans-serif;
}

html {
  scroll-behavior: smooth;
  background: #07040e;
  overscroll-behavior-y: none;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(7, 7, 7);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: linear-gradient(177.78deg, #000000 -43.29%, #00ffe8 52.12%, #00ffe8 73.73%);
  border-radius: 10px;
}

body {
  overflow-x: hidden;
  font-family: var(--font-body), sans-serif;
  background-color: #07040e;
}

::-moz-selection {
  color: #ffffff;
  text-shadow: 0 0 2px #32cd32, 0 0 2px #32cd32, 0 0 5px #32cd32, 0 0 5px #32cd32;
  -moz-transition: text-shadow 0.3s ease;
  transition: text-shadow 0.3s ease;
}

::selection {
  color: #ffffff;
  text-shadow: 0 0 2px #32cd32, 0 0 2px #32cd32, 0 0 5px #32cd32, 0 0 5px #32cd32;
  transition: text-shadow 0.3s ease;
}

:root {
  --font-display: 'Bricolage Grotesque', system-ui, sans-serif;
  --font-body: 'IBM Plex Sans', system-ui, sans-serif;
  --navbar-bg-color: hsl(0, 0%, 35%);
  --navbar-text-color: hsl(0, 0%, 85%);
  --navbar-text-color-focus: white;
  --navbar-bg-contrast: hsl(0, 0%, 51%);
}

.container {
  max-width: 100%;
  padding: 0 6.5%;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--font-body), sans-serif !important;
}

a {
  text-decoration: none;
}

.nav-logo {
  color: #FFFFFF;
  text-decoration: none;
  font-family: "nicomoji";
  height: 45px;
  width: auto;
  transition: transform 0.3s ease, filter 0.3s ease;
  display: block;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.45)) drop-shadow(0 0 10px rgba(0, 255, 232, 0.18));
}

.nav-logo:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 14px rgba(0, 255, 232, 0.3));
}

.home-link {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  height: auto;
  line-height: 0;
  gap: 12px;
  text-decoration: none;
  border: none;
  background: transparent;
  box-shadow: none;
  transition: opacity 0.25s ease;
}

.home-link:hover {
  opacity: 0.95;
}

.nav-brand-text {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.025em;
  white-space: nowrap;
  font-family: 'Poppins', sans-serif;
}

.brand-stack {
  color: #ffffff;
}

.brand-forge {
  color: #00ffe8;
}

#navbar {
  --navbar-height: 88px;
  position: fixed;
  height: auto;
  left: 0;
  right: 0;
  z-index: 100;
}

.navbar {
  background: linear-gradient(120deg, rgba(9, 18, 37, 0.88) 0%, rgba(8, 20, 39, 0.76) 38%, rgba(18, 9, 37, 0.8) 100%);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border: 1px solid rgba(0, 255, 232, 0.4);
  border-radius: 999px;
  margin: 15px auto;
  padding: 12px 18px;
  min-height: 60px;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.52), 0 0 0 1px rgba(0, 255, 232, 0.11), 0 0 34px rgba(0, 255, 232, 0.2), 0 0 54px rgba(188, 19, 254, 0.12);
  max-width: 1200px;
  width: min(1200px, calc(100% - 34px));
  min-width: fit-content;
  overflow: visible;
  position: relative;
}

.navbar.active {
  background: linear-gradient(120deg, rgba(8, 18, 36, 0.94) 0%, rgba(7, 19, 36, 0.86) 45%, rgba(16, 8, 32, 0.9) 100%);
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
  border: 1px solid rgba(0, 255, 232, 0.5);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.56), 0 0 0 1px rgba(0, 255, 232, 0.15), 0 0 40px rgba(0, 255, 232, 0.24), 0 0 64px rgba(188, 19, 254, 0.16);
}

.navbar:hover {
  transform: translateY(-1px);
  border-color: rgba(0, 255, 232, 0.56);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.58), 0 0 0 1px rgba(0, 255, 232, 0.18), 0 0 42px rgba(0, 255, 232, 0.3), 0 0 68px rgba(188, 19, 254, 0.18);
}

.navbar::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 1px;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 255, 232, 0) 0%, rgba(0, 255, 232, 0.65) 50%, rgba(0, 255, 232, 0) 100%);
  opacity: 0.85;
  pointer-events: none;
}

.navbar::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  border: 1px solid rgba(0, 255, 232, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
  pointer-events: none;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1900px;
  background: transparent;
  gap: 14px;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
  position: relative;
}

.navbar-left {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-width: 0;
}

.navbar-center {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
}

.navbar-right {
  flex: 0 0 auto;
  display: none;
  justify-content: flex-end;
  align-items: center;
  min-width: 0;
}

.navbar-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 18px;
  border-radius: 9999px;
  font-family: var(--font-body), sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  background: linear-gradient(120deg, rgba(0, 255, 232, 0.36) 0%, rgba(102, 36, 255, 0.34) 100%);
  border: 1px solid rgba(127, 243, 255, 0.9);
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 28px rgba(0, 255, 232, 0.28), 0 0 0 1px rgba(255, 255, 255, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  position: relative;
  overflow: hidden;
}

.navbar-cta i {
  font-size: 14px;
}

.navbar-cta:hover {
  background: linear-gradient(120deg, rgba(0, 255, 232, 0.55) 0%, rgba(130, 56, 255, 0.46) 100%);
  color: #ffffff;
  border-color: rgba(168, 248, 255, 0.95);
  transform: translateY(-3px);
  box-shadow: 0 12px 46px rgba(0, 255, 232, 0.38), 0 0 0 1px rgba(255, 255, 255, 0.2), 0 0 50px rgba(130, 56, 255, 0.28);
}

.navbar-cta::after {
  content: "";
  position: absolute;
  top: -30%;
  left: -55%;
  width: 42%;
  height: 170%;
  background: linear-gradient(105deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.42) 50%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(18deg);
  opacity: 0.55;
  transition: left 0.5s ease;
}

.navbar-cta:hover::after {
  left: 120%;
}

.navbar-item-cta {
  display: none;
}

.navbar-link {
  color: #ffffff;
  transition: all 0.3s ease;
  text-decoration: none;
  display: flex;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 25px;
  white-space: nowrap;
  position: relative;
  opacity: 0.92;
  text-shadow: 0 0 10px rgba(0, 255, 232, 0.12);
  border: 1px solid transparent;
  letter-spacing: 0.01em;
  overflow: hidden;
}

.navbar-link:focus,
.navbar-link:hover {
  background: linear-gradient(120deg, rgba(0, 255, 232, 0.24) 0%, rgba(130, 56, 255, 0.2) 100%);
  color: #00ffe8;
  transform: translateY(-2px);
  transition: all 0.3s ease;
  opacity: 1;
  border-color: rgba(0, 255, 232, 0.35);
  box-shadow: 0 0 0 1px rgba(0, 255, 232, 0.2), 0 8px 24px rgba(0, 255, 232, 0.22), 0 0 28px rgba(130, 56, 255, 0.2);
}

.navbar-link::after {
  content: "";
  position: absolute;
  left: 20%;
  right: 20%;
  bottom: 4px;
  height: 1px;
  border-radius: 1px;
  background: linear-gradient(90deg, rgba(0, 255, 232, 0) 0%, rgba(0, 255, 232, 0.85) 50%, rgba(130, 56, 255, 0) 100%);
  opacity: 0;
  transform: scaleX(0.5);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.navbar-link:focus::after,
.navbar-link:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.navbar-toggle {
  cursor: pointer;
  border: none;
  background-color: transparent;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.icon-bar {
  display: block;
  width: 25px;
  height: 4px;
  margin: 2px;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  background-color: var(--navbar-text-color);
}

.navbar-toggle:focus .icon-bar,
.navbar-toggle:hover .icon-bar {
  background-color: var(--navbar-text-color-focus);
}

#navbar.opened .navbar-toggle .icon-bar:first-child,
#navbar.opened .navbar-toggle .icon-bar:last-child {
  position: absolute;
  margin: 0;
  width: 30px;
}

#navbar.opened .navbar-toggle .icon-bar:first-child {
  transform: rotate(45deg);
}

#navbar.opened .navbar-toggle .icon-bar:nth-child(2) {
  opacity: 0;
}

#navbar.opened .navbar-toggle .icon-bar:last-child {
  transform: rotate(-45deg);
}

#navbar-menu {
  position: fixed;
  top: var(--navbar-height);
  bottom: 0;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, left 0.2s ease-in-out, right 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

#navbar-menu.sidebar,
#navbar-menu.sidebar.left {
  left: -1000px;
  right: 0;
}

#navbar-menu.sidebar.right {
  right: -1000px;
  left: 0;
}

#navbar-menu.detached,
#navbar-menu.attached {
  left: 0;
  right: 0;
}

#navbar.opened #navbar-menu {
  opacity: 1;
  visibility: visible;
}

#navbar.opened #navbar-menu.sidebar.left {
  left: 0;
}

#navbar.opened #navbar-menu.sidebar.right {
  right: 0;
}

.navbar-links {
  list-style-type: none;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#navbar.opened .navbar-links {
  padding: 1em;
  max-height: none;
  margin: 10px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(0, 255, 232, 0.3);
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.sidebar .navbar-links {
  top: 0;
  bottom: 0;
}

.left.sidebar .navbar-links {
  left: 0;
  right: unset;
  box-shadow: 5px 20px 20px rgba(0, 0, 0, 0.3);
}

.right.sidebar .navbar-links {
  right: 0;
  left: unset;
  box-shadow: -5px 20px 20px rgba(0, 0, 0, 0.3);
}

.detached .navbar-links {
  left: 0;
  right: 0;
  margin: 1.4rem;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.attached .navbar-links {
  left: 0;
  right: 0;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
}

.navbar-item {
  margin: 0 2px;
  width: auto;
  display: flex;
  align-items: center;
  overflow: visible;
}

@media screen and (min-width: 700px) {
  .navbar-container {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
  }
  .navbar-left {
    justify-self: start;
  }
  .navbar-center {
    justify-self: center;
  }
  .navbar-right {
    justify-self: end;
  }
  .navbar {
    padding: 12px 20px;
  }
  .navbar-toggle {
    display: none;
  }
  .navbar-right {
    display: flex;
  }
  #navbar #navbar-menu,
  #navbar.opened #navbar-menu {
    visibility: visible;
    opacity: 1;
    position: static;
    display: flex;
    align-items: center;
    height: auto;
    overflow: visible;
  }
  #navbar .navbar-links,
  #navbar.opened .navbar-links {
    margin: 0;
    padding: 0;
    box-shadow: none;
    position: static;
    flex-direction: row;
    list-style-type: none;
    max-height: -moz-max-content;
    max-height: max-content;
    width: auto;
    height: auto;
    background: linear-gradient(120deg, rgba(12, 22, 42, 0.74) 0%, rgba(10, 25, 45, 0.62) 60%, rgba(32, 14, 56, 0.62) 100%);
    border: 1px solid rgba(131, 251, 255, 0.2);
    backdrop-filter: none;
    display: flex;
    align-items: center;
    gap: 2px;
    overflow: visible;
    border-radius: 9999px;
    padding: 6px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.11), 0 10px 28px rgba(0, 0, 0, 0.36), 0 0 24px rgba(0, 255, 232, 0.08);
  }
  #navbar .navbar-link:last-child {
    margin-right: 0;
  }
  .navbar-item-cta {
    display: none;
  }
  .navbar-cta-mobile {
    display: none;
  }
}

@media screen and (max-width: 699px) {
  .navbar {
    padding: 12px 20px;
    border-radius: 24px;
    width: calc(100% - 20px);
  }
  .home-link {
    padding: 0;
  }
  .navbar-center {
    flex: 0;
  }
  .navbar-right {
    display: none;
  }
  .navbar-item-cta {
    display: flex;
  }
  .navbar-cta-mobile {
    display: inline-flex !important;
    margin-top: 12px;
  }
}
footer {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: #ffffff;
  padding: 52px 32px 44px;
  font-family: var(--font-body), sans-serif;
  margin-top: 0;
  border-top: none;
  background:
    radial-gradient(ellipse 90% 70% at 50% 100%, rgba(0, 255, 232, 0.1) 0%, transparent 52%),
    radial-gradient(ellipse 45% 50% at 8% 20%, rgba(225, 0, 255, 0.07) 0%, transparent 48%),
    linear-gradient(180deg, #0a0614 0%, #06040c 45%, #030206 100%);
  box-shadow:
    inset 0 32px 56px -28px rgba(0, 0, 0, 0.35),
    inset 0 -1px 0 rgba(0, 255, 232, 0.08);
}

footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 255, 232, 0.25) 20%, #00ffe8 50%, rgba(225, 0, 255, 0.55) 80%, transparent 100%);
  box-shadow: 0 0 32px rgba(0, 255, 232, 0.35), 0 0 48px rgba(225, 0, 255, 0.15);
  pointer-events: none;
  z-index: 1;
  animation: footerTopGlow 8s ease-in-out infinite alternate;
}

footer::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(ellipse 60% 40% at 50% 0%, rgba(255, 255, 255, 0.03) 0%, transparent 55%);
}

@keyframes footerTopGlow {
  0% {
    opacity: 0.85;
    filter: brightness(1);
  }
  100% {
    opacity: 1;
    filter: brightness(1.15);
  }
}

.footer-container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 48px;
  max-width: 900px;
  margin: 0 auto;
}

.footer-container .middle-footer {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: var(--font-body), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
}

.footer-container .middle-footer .social-links {
  display: flex;
  gap: 16px;
  margin-bottom: 28px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-container .middle-footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06) 0%, rgba(0, 0, 0, 0.35) 100%);
  border: 1px solid rgba(0, 255, 232, 0.35);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.85);
  font-size: 26px;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease, background 0.3s ease;
  text-decoration: none;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 8px 28px rgba(0, 0, 0, 0.35),
    0 0 24px rgba(0, 255, 232, 0.08);
}

.footer-container .middle-footer .social-links a:hover {
  transform: translateY(-6px) scale(1.06);
  border-color: #5dffef;
  box-shadow:
    0 0 36px rgba(0, 255, 232, 0.45),
    0 12px 32px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  background: linear-gradient(145deg, rgba(0, 255, 232, 0.18) 0%, rgba(0, 255, 232, 0.06) 100%);
  color: #00ffe8;
}

.footer-container .middle-footer .footer-nav-links {
  display: flex;
  gap: 12px 22px;
  margin-bottom: 28px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.footer-container .middle-footer .footer-nav-links a {
  font-family: var(--font-body), sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  padding: 8px 4px;
  border-radius: 8px;
  transition: color 0.25s ease, text-shadow 0.25s ease;
  letter-spacing: 0.02em;
}

.footer-container .middle-footer .footer-nav-links a:hover {
  color: #5dffef;
  text-shadow: 0 0 18px rgba(0, 255, 232, 0.45);
}

.footer-container .middle-footer .payment-methods {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  width: 100%;
  max-width: 520px;
  padding: 24px 28px;
  border-radius: 22px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(0, 255, 232, 0.15);
  box-shadow:
    0 16px 48px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 40px rgba(0, 255, 232, 0.05);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.footer-container .middle-footer .payment-methods .payment-label {
  font-family: var(--font-body), sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: rgba(0, 255, 232, 0.85);
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.footer-container .middle-footer .payment-methods .payment-icons {
  display: flex;
  gap: 18px 22px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.footer-container .middle-footer .payment-methods .payment-icons i {
  font-size: 34px;
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.25s ease, transform 0.25s ease, filter 0.25s ease;
}

.footer-container .middle-footer .payment-methods .payment-icons i:hover {
  color: #00ffe8;
  transform: translateY(-4px) scale(1.06);
  filter: drop-shadow(0 0 12px rgba(0, 255, 232, 0.45));
}

.footer-container .middle-footer .payment-methods .payment-icons .crypto-logo {
  height: 34px;
  width: 34px;
  opacity: 0.55;
  transition: opacity 0.25s ease, transform 0.25s ease, filter 0.25s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.footer-container .middle-footer .payment-methods .payment-icons .crypto-logo:hover {
  opacity: 1;
  transform: translateY(-4px) scale(1.08);
  filter: drop-shadow(0 0 12px rgba(0, 255, 232, 0.55));
}

.footer-container .middle-footer .reserved {
  margin: 0;
  padding-top: 8px;
}

.footer-container .middle-footer .reserved p {
  font-family: var(--font-body), sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.48);
  margin: 0 0 18px 0;
  display: block;
  user-select: none;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.footer-container .middle-footer .reserved .footer-logo {
  height: 52px;
  width: auto;
  opacity: 0.88;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 0 20px rgba(0, 255, 232, 0.15));
  transition: opacity 0.3s ease, filter 0.3s ease, transform 0.3s ease;
}

.footer-container .middle-footer .reserved .footer-logo:hover {
  opacity: 1;
  filter: drop-shadow(0 0 28px rgba(0, 255, 232, 0.35));
  transform: scale(1.03);
}

@media (max-width: 750px) {
  footer {
    padding: 40px 20px 36px;
  }
  .footer-container {
    padding: 0 16px !important;
  }
  .footer-container .middle-footer {
    width: 100%;
    font-size: 15px;
    text-align: center !important;
  }
  .footer-container .left-footer {
    margin-top: 20px;
  }
  .footer-container .left-footer img {
    width: 80px !important;
    height: 20px;
  }
}
@media (max-width: 400px) {
  .footer-container .middle-footer {
    text-align: center;
    font-size: 10px;
    width: 100%;
  }
  .right-footer h3 {
    font-size: 15px !important;
  }
}
.glow-effect {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
  animation: heroGlowBreathe 7s ease-in-out infinite;
}
.glow-effect img {
  width: 100%;
  display: block;
  animation: heroGlowDrift 22s ease-in-out infinite alternate;
  will-change: transform;
}

.hero-section {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 70px 120px 50px 120px;
  position: relative;
}

.hero-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.hero-section .now-live-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 18px;
  background: rgba(0, 255, 232, 0.08);
  border: 1px solid rgba(0, 255, 232, 0.4);
  border-radius: 50px;
  margin: 0 0 20px 0;
  backdrop-filter: blur(10px);
  box-shadow: 0 0 24px rgba(0, 255, 232, 0.12);
  animation: heroBadgeHalo 4.5s ease-in-out infinite;
}

.now-live-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00ffe8;
  box-shadow:
    0 0 8px #00ffe8,
    0 0 16px rgba(0, 255, 232, 0.7),
    0 0 24px rgba(0, 255, 232, 0.4);
  animation: now-live-pulse 2s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes now-live-pulse {
  0%, 100% {
    opacity: 1;
    box-shadow: 0 0 8px #00ffe8, 0 0 16px rgba(0, 255, 232, 0.7), 0 0 24px rgba(0, 255, 232, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 0.85;
    box-shadow: 0 0 12px #00ffe8, 0 0 24px rgba(0, 255, 232, 0.9), 0 0 36px rgba(0, 255, 232, 0.5);
    transform: scale(1.15);
  }
}

.now-live-badge span:not(.now-live-dot) {
  font-family: var(--font-body), sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #00ffe8;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.hero-section .left-side {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  max-width: 900px;
  margin: 0;
  position: relative;
  z-index: 2;
}

.hero-section .left-side::before {
  content: '';
  position: absolute;
  top: -25%;
  left: -35%;
  width: 95%;
  height: 130%;
  background: radial-gradient(ellipse 55% 48% at 28% 32%, rgba(0, 255, 232, 0.14) 0%, transparent 62%);
  pointer-events: none;
  z-index: -1;
  filter: blur(2px);
}

.hero-section .left-side .sub-title {
  font-family: var(--font-body), sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.hero-section .left-side .title {
  font-family: var(--font-body), sans-serif;
  font-style: normal;
  font-weight: 700;
  max-width: 100%;
  width: 100%;
  margin: 0 0 20px 0;
}

/* Hero headline: two-line stack + dual brand accents (Code / Shopify) */
.hero-section .left-side .title.title--stacked {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.05;
  letter-spacing: -0.04em;
  background: none;
  -webkit-text-fill-color: unset;
  color: #fff;
  filter: drop-shadow(0 0 28px rgba(0, 255, 232, 0.22)) drop-shadow(0 6px 22px rgba(0, 0, 0, 0.42));
  animation: heroTitleGlowPulse 5.5s ease-in-out infinite;
}

.hero-section .left-side .title.title--stacked .title-line--lead {
  display: block;
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.15;
  background: linear-gradient(95deg, #ffffff 0%, #e8fffc 55%, rgba(200, 255, 248, 0.85) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-section .left-side .title.title--stacked .title-line--main {
  display: block;
  font-size: clamp(36px, 5.2vw, 64px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.02;
  white-space: nowrap;
}

@media screen and (max-width: 420px) {
  .hero-section .left-side .title.title--stacked .title-line--main {
    white-space: normal;
  }
}

.hero-section .left-side .title.title--stacked .title-muted {
  font-weight: 700;
  background: linear-gradient(180deg, #ffffff 0%, rgba(220, 230, 235, 0.88) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-section .left-side .title.title--stacked .title-accent-code {
  font-weight: 800;
  background: linear-gradient(125deg, #fff0fd 0%, #ff7beb 40%, #e100ff 85%, #c800e8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 22px rgba(225, 0, 255, 0.32));
}

.hero-section .left-side .title.title--stacked .title-accent-shopify {
  font-weight: 800;
  background: linear-gradient(125deg, #f2ffe2 0%, #bff37a 30%, #95bf47 62%, #5e8e2f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 22px rgba(149, 191, 71, 0.36));
}

.hero-section .left-side .title.title--stacked .title-amp {
  font-weight: 700;
  font-size: 0.42em;
  vertical-align: 0.15em;
  color: rgba(255, 255, 255, 0.42);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.02em;
}

.hero-section .left-side .title.title--stacked .hero-title-type {
  display: inline-block;
  white-space: pre;
  padding-right: 0.06em;
}

.hero-section .left-side .title.title--stacked .hero-title-cursor {
  display: inline-block;
  width: 0.55ch;
  height: 0.9em;
  margin-left: 0.12em;
  vertical-align: -0.06em;
  border-right: 2px solid rgba(255, 255, 255, 0.75);
  animation: heroCaretBlink 900ms steps(1, end) infinite;
  opacity: 0.95;
}

@keyframes heroCaretBlink {
  0%, 45% { opacity: 0.95; }
  50%, 100% { opacity: 0.0; }
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.hero-section .left-side .title .title-emerald {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(135deg, #00ffe8 0%, #00ccbb 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.hero-section .left-side .title .title-market {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(165deg, #ffffff 0%, #e0fffc 50%, rgba(255,255,255,0.95) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.hero-section .left-side .text-container {
  margin-bottom: 28px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.hero-section .left-side .text-container .text {
  display: flex;
  margin-bottom: 0;
  align-items: center;
  max-width: 700px;
  justify-content: flex-start;
}
.hero-section .left-side .text-container .text p {
  font-family: var(--font-body), sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.98);
  text-align: left;
  margin: 0;
  letter-spacing: 0.02em;
  max-width: 480px;
}

.hero-section .left-side .text-container .text p.hero-lead {
  font-size: 16.5px;
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.92);
  letter-spacing: 0.015em;
}

.hero-section .left-side .text-container .text p.hero-lead br {
  display: block;
  content: "";
  margin-top: 8px;
}

.hero-section .left-side .text-container .text .hero-lead-strong {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.98);
}

.hero-section .left-side .text-container .text .hero-lead-sub {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.84);
}

.hero-section .left-side .text-container .text .hero-lead-accent {
  font-weight: 750;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding: 0 0.05em;
}

.hero-section .left-side .text-container .text .hero-lead-accent--code {
  background-image: linear-gradient(125deg, #fff0fd 0%, #ff7beb 40%, #e100ff 85%, #c800e8 100%);
  filter: drop-shadow(0 0 14px rgba(225, 0, 255, 0.22));
}

.hero-section .left-side .text-container .text .hero-lead-accent--shopify {
  background-image: linear-gradient(125deg, #f2ffe2 0%, #bff37a 30%, #95bf47 62%, #5e8e2f 100%);
  filter: drop-shadow(0 0 14px rgba(149, 191, 71, 0.22));
}

.hero-section .left-side .text-container .text .hero-lead-underline {
  font-weight: 650;
  color: rgba(255, 255, 255, 0.95);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.22em;
  text-decoration-color: rgba(0, 255, 232, 0.38);
}
.hero-section .left-side .button-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
}

.hero-section .left-side .button-container .button-row {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.hero-section .left-side .button-container .button-container-trustpilot {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
}
.hero-section .left-side .button-container .getnow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  background: linear-gradient(165deg, rgba(0, 28, 34, 0.78) 0%, rgba(4, 14, 22, 0.62) 100%);
  border: 1px solid rgba(0, 255, 232, 0.52);
  border-radius: 9999px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 1px 0 rgba(255, 255, 255, 0.12) inset,
    0 10px 36px rgba(0, 0, 0, 0.35),
    0 0 44px rgba(0, 255, 232, 0.22);
  font-family: var(--font-body), sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  user-select: none;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s ease,
    border-color 0.25s ease,
    background 0.28s ease;
  text-decoration: none;
}

.hero-section .left-side .button-container .getnow::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 38%, rgba(255, 255, 255, 0.14) 50%, transparent 62%);
  transform: translateX(-120%);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.hero-section .left-side .button-container .getnow:hover::before {
  transform: translateX(120%);
}

.hero-section .left-side .button-container .getnow i {
  font-size: 16px;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-section .left-side .button-container .getnow:hover i {
  transform: translateX(4px);
}

.hero-section .left-side .button-container .explore {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  background: linear-gradient(135deg, #7afff4 0%, #00ffe8 42%, #00c4b8 100%);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 9999px;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.18) inset,
    0 1px 0 rgba(255, 255, 255, 0.48) inset,
    0 12px 40px rgba(0, 255, 232, 0.38),
    0 0 52px rgba(0, 255, 232, 0.22);
  font-family: var(--font-body), sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #041015;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s ease,
    filter 0.28s ease;
}

.hero-section .left-side .button-container .explore i {
  font-size: 16px;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-section .left-side .button-container .explore:hover i {
  transform: translateX(4px);
}

.hero-section .left-side .button-container .trustpilot-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 30px;
  background: linear-gradient(180deg, #ffffff 0%, #eef2f7 100%);
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 9999px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.92) inset,
    0 10px 32px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(0, 212, 170, 0.12),
    0 0 28px rgba(0, 212, 170, 0.14);
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  position: relative;
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s ease,
    background 0.28s ease;
}

.hero-section .left-side .button-container .trustpilot-btn .trustpilot-logo {
  height: 20px;
  width: auto;
  flex-shrink: 0;
  display: block;
  margin-top: -4px;
}

.hero-section .left-side .button-container .trustpilot-btn:hover {
  background: linear-gradient(180deg, #ffffff 0%, #f5f8fb 100%);
  transform: translateY(-3px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.96) inset,
    0 14px 42px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(0, 212, 170, 0.22),
    0 0 40px rgba(0, 212, 170, 0.2);
}

.hero-section .left-side .button-container .getnow:hover {
  background: linear-gradient(165deg, rgba(0, 40, 48, 0.88) 0%, rgba(6, 22, 32, 0.74) 100%);
  border-color: rgba(0, 255, 232, 0.78);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 1px 0 rgba(255, 255, 255, 0.16) inset,
    0 16px 48px rgba(0, 0, 0, 0.42),
    0 0 56px rgba(0, 255, 232, 0.36);
  transform: translateY(-3px);
}

.hero-section .left-side .button-container .explore:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.15) inset,
    0 1px 0 rgba(255, 255, 255, 0.55) inset,
    0 16px 48px rgba(0, 255, 232, 0.48),
    0 0 64px rgba(0, 255, 232, 0.28);
  transform: translateY(-3px) scale(1.01);
}

@media (prefers-reduced-motion: reduce) {
  .hero-section .left-side .button-container .getnow,
  .hero-section .left-side .button-container .explore,
  .hero-section .left-side .button-container .trustpilot-btn,
  .hero-section .left-side .button-container .getnow i,
  .hero-section .left-side .button-container .explore i {
    transition: none;
  }

  .hero-section .left-side .button-container .getnow:hover,
  .hero-section .left-side .button-container .explore:hover,
  .hero-section .left-side .button-container .trustpilot-btn:hover,
  .hero-section .left-side .button-container .getnow:hover i,
  .hero-section .left-side .button-container .explore:hover i {
    transform: none;
    filter: none;
  }

  .hero-section .left-side .button-container .getnow::before {
    display: none;
  }
}
.hero-section .right-side {
  flex: 1;
  min-width: 0;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 0;
  margin-bottom: -80px;
}

.hero-device-wrap {
  overflow: visible;
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: -120px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  right: 0;
}

.hero-section {
  overflow-x: hidden;
  overflow-y: hidden;
}

.hero-device-mockup {
  position: relative;
  width: 580px;
  max-width: none;
  margin-right: -60px;
  flex-shrink: 0;
  animation: heroMockupFloat 8s ease-in-out infinite;
  filter: drop-shadow(0 0 70px rgba(0, 255, 232, 0.16)) drop-shadow(0 34px 64px rgba(0, 0, 0, 0.55));
  transform-style: preserve-3d;
}

.hero-device-mockup::before {
  content: '';
  position: absolute;
  inset: -18px -18px -26px -18px;
  background:
    radial-gradient(60% 55% at 28% 40%, rgba(0, 255, 232, 0.18) 0%, transparent 62%),
    radial-gradient(55% 50% at 78% 55%, rgba(245, 158, 11, 0.12) 0%, transparent 64%);
  filter: blur(14px);
  opacity: 0.9;
  pointer-events: none;
  z-index: -1;
}

.device-frame {
  background: linear-gradient(145deg, #2a2a3e 0%, #1a1a2e 100%);
  border-radius: 16px;
  padding: 12px 12px 14px;
  box-shadow: 
    0 25px 80px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(0, 255, 232, 0.14),
    0 0 40px rgba(0, 255, 232, 0.1),
    0 0 100px rgba(0, 255, 232, 0.06),
    0 0 30px rgba(245, 158, 11, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  position: relative;
  overflow: hidden;
}

.device-frame::after {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: 15px;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.14) 0%, transparent 30%, transparent 70%, rgba(0, 255, 232, 0.1) 100%);
  mix-blend-mode: screen;
  opacity: 0.35;
  pointer-events: none;
  z-index: 1;
}

.device-frame::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 6px;
  background: #0f0f1e;
  border-radius: 3px;
  z-index: 2;
}

.device-screen {
  background: #0d0d14;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  min-height: 280px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 0 40px rgba(245, 158, 11, 0.03),
    inset 0 0 0 1px rgba(245, 158, 11, 0.08),
    inset 0 -1px 0 rgba(245, 158, 11, 0.18),
    0 0 0 1px rgba(0, 255, 232, 0.08);
  position: relative;
}

.device-screen .device-landing-preview {
  position: relative;
}

.device-screen .device-landing-preview::marker { display: none; }

.device-landing-preview::before {
  /* keep existing inset shadow, but add a cleaner glass sheen */
  box-shadow: inset 0 0 60px rgba(245, 158, 11, 0.04);
}

.device-landing-preview::after {
  /* keep top edge highlight */
  filter: blur(1px);
}

.device-screen::marker { display: none; }

.device-screen::after {
  content: '';
  position: absolute;
  inset: -10%;
  background: linear-gradient(105deg, transparent 42%, rgba(255, 255, 255, 0.12) 50%, transparent 58%);
  transform: translateX(-120%) rotate(6deg);
  opacity: 0.22;
  pointer-events: none;
  z-index: 2;
  animation: deviceSheen 8.5s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

@keyframes deviceSheen {
  0%, 55% { transform: translateX(-120%) rotate(6deg); opacity: 0.0; }
  70% { opacity: 0.22; }
  90%, 100% { transform: translateX(120%) rotate(6deg); opacity: 0.0; }
}
.device-screen::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245, 158, 11, 0.25), transparent);
  pointer-events: none;
  z-index: 1;
}

.device-landing-preview {
  padding: 24px 28px 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #0a0a10;
  background-image:
    radial-gradient(ellipse 120% 80% at 50% 0%, rgba(245, 158, 11, 0.12) 0%, transparent 50%),
    radial-gradient(1.5px 1.5px at 20% 30%, rgba(255, 255, 255, 0.4) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 60% 20%, rgba(255, 255, 255, 0.35) 0%, transparent 100%),
    radial-gradient(1px 1px at 80% 60%, rgba(255, 255, 255, 0.3) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 35% 70%, rgba(255, 255, 255, 0.25) 0%, transparent 100%),
    radial-gradient(1px 1px at 90% 85%, rgba(255, 255, 255, 0.35) 0%, transparent 100%),
    radial-gradient(1px 1px at 15% 55%, rgba(245, 158, 11, 0.4) 0%, transparent 100%),
    radial-gradient(1px 1px at 70% 45%, rgba(255, 255, 255, 0.2) 0%, transparent 100%),
    linear-gradient(180deg, #0a0a10 0%, #0d0d14 40%, #12121a 100%);
  background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%;
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
  position: relative;
}
.device-landing-preview::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 60px rgba(245, 158, 11, 0.04);
}
.device-landing-preview::after {
  content: '';
  position: absolute;
  top: -1px;
  left: 20%;
  right: 20%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(245, 158, 11, 0.15), rgba(245, 158, 11, 0.25), rgba(245, 158, 11, 0.15), transparent);
  filter: blur(1px);
  pointer-events: none;
}

.device-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 28px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.device-nav-links {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
  justify-content: center;
}

.device-nav-link {
  font-size: 9px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  text-transform: capitalize;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.device-nav-link:first-child {
  color: #f59e0b;
  font-weight: 600;
}

.device-logo-img {
  height: 22px;
  width: auto;
  display: block;
  object-fit: contain;
  filter: brightness(0.95);
}

.device-nav-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.device-nav-cta {
  font-size: 9px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  padding: 4px 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  white-space: nowrap;
}

.device-hero-preview {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  z-index: 0;
  padding-top: 4px;
}

.device-hero-preview::before {
  content: '';
  position: absolute;
  top: -104px;
  left: -28px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle at 0 0, rgba(245, 158, 11, 0.2) 0%, transparent 70%);
  pointer-events: none;
  border-radius: 0 0 100% 0;
}
.device-hero-preview::after {
  content: '';
  position: absolute;
  bottom: -32px;
  right: -28px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle at 100% 100%, rgba(245, 158, 11, 0.15) 0%, transparent 70%);
  pointer-events: none;
  border-radius: 100% 0 0 0;
}

.device-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  color: #f59e0b;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  padding: 4px 10px;
  border: 1px solid rgba(245, 158, 11, 0.4);
  border-radius: 20px;
  width: fit-content;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 12px rgba(245, 158, 11, 0.2);
}

.device-headline {
  font-family: var(--font-body), sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin: 0 0 8px 0;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.device-subtext {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.62);
  margin: 0 0 12px 0;
  line-height: 1.45;
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.device-feature-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.device-pill {
  font-size: 9px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  padding: 3px 8px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.device-trust {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

.device-trust-avatars {
  display: flex;
  align-items: center;
}

.device-avatar {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.5), rgba(245, 158, 11, 0.2));
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  margin-left: -6px;
}

.device-avatar:first-child { margin-left: 0; }

.device-trust-text {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}

.device-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 8px 16px;
  font-size: 11px;
  font-weight: 600;
  color: #000;
  background: #f59e0b;
  border-radius: 9999px;
  box-shadow: 0 4px 20px rgba(245, 158, 11, 0.4), 0 0 24px rgba(245, 158, 11, 0.25);
  position: relative;
  z-index: 1;
  margin-bottom: 14px;
}

.device-app-preview {
  display: flex;
  gap: 6px;
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
  z-index: 1;
}

.device-app-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}

.device-app-col-label {
  font-size: 8px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.35);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
  display: block;
}

.device-app-card {
  display: block;
  height: 22px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.device-app-column:nth-child(1) .device-app-card:nth-child(2) { height: 28px; }
.device-app-column:nth-child(2) .device-app-card:nth-child(1) { height: 26px; }
.device-app-column:nth-child(2) .device-app-card:nth-child(3) { height: 20px; }
.device-app-column:nth-child(3) .device-app-card:nth-child(2) { height: 24px; }

.hero-section .right-side .image-container {
  width: 100%;
  position: relative !important;
  margin-left: -10px;
}

.person {
  margin-right: 100px;
  margin-top: 70px;
  pointer-events: none;
  animation-name: floating;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@media (max-width: 1050px) {
  .person {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .person {
    margin-right: 0px !important;
  }
  .right-side .image-container {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
  }
  .spiral {
    position: static;
  }
}
@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 20px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
.spiral {
  position: absolute;
  right: -10px;
  top: 40px;
  z-index: -1;
}

/* Large screens: hero full width so glows and mockup touch the right edge */
@media (min-width: 1600px) {
  .section-container#hero,
  .hero-section {
    max-width: none;
    width: 100%;
  }
  .hero-section {
    margin: 0;
    padding-left: max(120px, 8vw);
    padding-right: 0;
  }
  .hero-content-wrapper {
    max-width: none;
    width: 100%;
    position: relative;
  }
  .hero-section .right-side {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 52%;
    max-width: 920px;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .hero-device-wrap {
    margin-right: 0;
    margin-left: 0;
    max-width: none;
    width: 100%;
    justify-content: flex-end;
  }
  .hero-device-mockup {
    margin-right: 0;
  }
  .glow-effect {
    right: 0;
    width: 85%;
    max-width: 1200px;
    pointer-events: none;
  }
  .glow-effect img {
    width: 100%;
    object-fit: contain;
    object-position: right top;
  }
}

@media (max-width: 1250px) {
  .hero-section .left-side .title {
    font-size: 42px;
    line-height: 1.12;
  }
  .hero-device-mockup {
    width: 480px;
    margin-right: -40px;
  }
  .hero-device-wrap {
    max-width: 88%;
    margin-right: -80px;
  }
}
@media (max-width: 1420px) {
  .hero-content-wrapper {
    flex-direction: column-reverse;
  }
  .hero-section .left-side {
    margin-top: 50px;
    max-width: 100%;
  }
  .hero-device-wrap {
    max-width: 90%;
    margin-left: auto;
    margin-right: -60px;
    justify-content: flex-end;
  }
  .hero-device-mockup {
    margin-right: -40px;
  }
}
@media (max-width: 1050px) {
  .hero-device-wrap {
    display: none;
  }
}
@media (max-width: 950px) {
  .hero-section .left-side {
    max-width: 100%;
  }
  .hero-section .left-side .title {
    font-size: 38px;
  }
  .hero-section .left-side .text-container .text {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .hero-section .left-side .title {
    font-size: 32px !important;
  }
  .now-live-badge {
    padding: 6px 14px;
  }
  .now-live-badge span:not(.now-live-dot) {
    font-size: 12px;
  }
  .hero-section .left-side p {
    font-size: 15px !important;
  }
  .hero-section .text-container {
    margin-bottom: 22px !important;
  }
  .hero-section .right-side {
    max-width: 300px;
  }
  .hero-section .right-side .image-container {
    width: 100%;
  }
  .hero-section .right-side img {
    width: 100%;
  }
  .button-container {
    width: 100%;
  }
  .button-container .button-row {
    width: 100%;
    flex-direction: column;
    gap: 12px;
  }
  .button-container .getnow {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 8px 24px !important;
    font-size: 14px !important;
    width: 100%;
  }
  .button-container .explore {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px !important;
    padding: 10px 35px !important;
    width: 100%;
  }
  .button-container .trustpilot-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px !important;
    padding: 10px 35px !important;
    width: 100%;
  }
}
@media (max-width: 550px) {
  .hero-section {
    padding: 60px 30px 50px 30px;
  }
  .hero-section .left-side .title {
    font-size: 28px !important;
    line-height: 1.2;
  }
  .now-live-badge {
    padding: 5px 12px;
    margin-bottom: 16px;
  }
  .now-live-badge span:not(.now-live-dot) {
    font-size: 11px;
  }
  .hero-section .left-side p {
    font-size: 14px !important;
    line-height: 1.6;
  }
  .hero-section .left-side .text-container .text {
    max-width: 100%;
  }
  .hero-section .right-side {
    max-width: 250px;
  }
  .hero-section .right-side .image-container {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .hero-section {
    padding: 50px 20px 50px 20px;
  }
  .hero-section .left-side .title {
    font-size: 24px;
    line-height: 1.2;
  }
  .hero-section .left-side .text-container {
    margin-bottom: 22px;
  }
  .hero-section .left-side .text-container .text p {
    font-size: 13px;
    line-height: 1.6;
  }
  .hero-section .right-side {
    max-width: 200px;
    pointer-events: none;
  }
  .hero-section .right-side .image-container {
    width: 100%;
    pointer-events: none;
  }
}
.particles {
  position: fixed;
  z-index: -1;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100%;
}

/* Hero: particles (dots) + floating logos */
#hero .particles,
#hero .hero-particles {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 0;
}

#hero .hero-particles canvas {
  display: block;
}

.hero-logo-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero-logo-particle {
  position: absolute;
  width: 24px;
  height: auto;
  opacity: 0.1;
  object-fit: contain;
  transform: translate(-50%, -50%);
  will-change: transform;
  filter: drop-shadow(0 0 6px rgba(0, 255, 232, var(--glow-opacity, 0.2)));
}

.hero-logo-particle--bright {
  opacity: 0.38;
  width: 28px;
}

.hero-logo-particle--large {
  opacity: 0.52;
  width: 42px;
}

/* Hero: extra depth — mesh glows on #hero, motion on glow asset & mockup */
.section-container#hero {
  isolation: isolate;
}

.section-container#hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 85% 60% at 12% 18%, rgba(0, 255, 232, 0.2) 0%, transparent 58%),
    radial-gradient(ellipse 75% 55% at 88% 12%, rgba(130, 90, 255, 0.14) 0%, transparent 55%),
    radial-gradient(ellipse 70% 50% at 55% 100%, rgba(0, 180, 190, 0.1) 0%, transparent 52%);
  animation: heroMeshBreath 16s ease-in-out infinite alternate;
}

.section-container#hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(105deg, transparent 0%, transparent 38%, rgba(0, 0, 0, 0.55) 55%, black 100%);
  -webkit-mask-image: linear-gradient(105deg, transparent 0%, transparent 38%, rgba(0, 0, 0, 0.55) 55%, black 100%);
}

@keyframes heroMeshBreath {
  0% {
    opacity: 0.92;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1.03);
  }
}

@keyframes heroGlowBreathe {
  0%,
  100% {
    opacity: 1;
    filter: brightness(1) saturate(1);
  }
  50% {
    opacity: 0.9;
    filter: brightness(1.08) saturate(1.12);
  }
}

@keyframes heroGlowDrift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(-2.5%, 1.5%, 0) scale(1.04);
  }
}

@keyframes heroTitleGlowPulse {
  0%,
  100% {
    filter: drop-shadow(0 0 26px rgba(0, 255, 232, 0.22)) drop-shadow(0 4px 14px rgba(0, 0, 0, 0.42));
  }
  50% {
    filter: drop-shadow(0 0 48px rgba(0, 255, 232, 0.42)) drop-shadow(0 6px 22px rgba(0, 0, 0, 0.5));
  }
}

@keyframes heroBadgeHalo {
  0%,
  100% {
    box-shadow: 0 0 24px rgba(0, 255, 232, 0.12), 0 0 0 0 rgba(0, 255, 232, 0);
  }
  50% {
    box-shadow: 0 0 40px rgba(0, 255, 232, 0.28), 0 0 0 10px rgba(0, 255, 232, 0.04);
  }
}

@keyframes heroMockupFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .section-container#hero::before {
    animation: none;
  }

  .glow-effect,
  .glow-effect img {
    animation: none;
  }

  .hero-section .left-side .title {
    animation: none;
  }

  .hero-section .now-live-badge {
    animation: none;
  }

  .hero-device-mockup {
    animation: none;
  }

  .device-screen::after {
    animation: none;
  }
}

.about-section {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0px 100px;
  padding-top: 150px;
  max-width: 1800px;
}
.about-section .about-us {
  display: flex;
  flex-direction: row;
  position: relative;
}
.about-section .about-us-content {
  margin-right: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about-section .image-container {
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
}
.about-section .image-container .light {
  position: relative !important;
  margin-top: -300px;
}
.about-section .image-container .wumpuss {
  margin-right: 90px;
}
.about-section .about-left {
  display: flex;
  flex-direction: column;
  transition: all 0.8s ease-in-out !important;
  width: 840px;
}
.about-section .about-left .title-about {
  font-family: var(--font-body), sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  letter-spacing: 0.035em;
  max-width: 100%;
  width: 100%;
  background: linear-gradient(177.78deg, #000000 -43.29%, #00ffe8 52.12%, #00ffe8 73.73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.about-section .about-left .title-about span {
  background: linear-gradient(93.62deg, #933591 47.03%, #4053D4 100%);
  -webkit-background-clip: text; /* for Safari/Chrome/iOS */
  color: transparent;
  font-style: italic;
}
.about-section .about-left .about1 {
  font-family: var(--font-body), sans-serif !important;
  width: 100%;
  color: #FFFFFF;
  font-size: 20px;
}

.glow1 {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1 !important;
}

.wumpuss {
  pointer-events: none;
  animation-name: floating;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@media (max-width: 1450px) {
  .about-left {
    width: 100% !important;
  }
}
@media (max-width: 1290px) {
  .about-section .about-us-content {
    margin: auto 0 !important;
    margin-right: 0px !important;
    display: flex;
    justify-content: center !important;
  }
  .about-section .about-us {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .image-container {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    margin-left: 50px;
  }
  .image-container .light {
    position: relative !important;
    margin-top: -350px;
  }
  .image-container .wumpuss {
    margin-right: 90px;
  }
  .title-about {
    margin-top: 100px;
  }
  .about-section .about-us-content {
    margin-right: 0px;
  }
}
@media (max-width: 1040px) {
  .about-section {
    width: 100% !important;
  }
  .about-section .about-left {
    width: 100% !important;
  }
  .about-section .about-left .title-about {
    font-size: 40px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .about-section .about-left .about1 p {
    font-size: 15px;
    width: 100% !important;
  }
  .about-section .image-container {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    margin-right: 0 !important;
    margin: 0 auto !important;
  }
  .about-section .image-container .light {
    width: 300px !important;
    margin-top: -190px;
  }
  .about-section .image-container .wumpuss {
    width: 250px;
  }
  .about-section .about-left {
    display: flex;
    flex-direction: column;
    width: 100% !important;
  }
  .about-section .about-left .title-about {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .about-section .about-left .about1 p {
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .glow1 {
    display: none !important;
  }
}

/* PRICING SECTION – wrapper gets background */
div.about-section#pricing {
  position: relative;
  width: 100%;
  min-width: 100%;
  background:
    radial-gradient(ellipse 80% 45% at 50% -5%, rgba(0, 255, 232, 0.09) 0%, transparent 50%),
    radial-gradient(ellipse 55% 40% at 100% 60%, rgba(225, 0, 255, 0.07) 0%, transparent 50%),
    linear-gradient(180deg, #080612 0%, #0c0818 35%, #0a0614 70%, #07040e 100%);
  overflow: hidden;
  margin-bottom: 0;
  box-shadow:
    inset 0 20px 40px -18px rgba(0, 0, 0, 0.2),
    inset 0 -40px 48px -28px rgba(0, 255, 232, 0.05);
  box-sizing: border-box;
  isolation: isolate;
}

div.about-section#pricing::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse 70% 55% at 50% 40%, rgba(0, 255, 232, 0.08) 0%, transparent 52%);
  pointer-events: none;
  z-index: 0;
  animation: pricingAmbient 22s ease-in-out infinite alternate;
}

div.about-section#pricing::after {
  content: '';
  position: absolute;
  bottom: -10%;
  left: -15%;
  width: 55%;
  height: 55%;
  background: radial-gradient(ellipse at center, rgba(99, 102, 241, 0.08) 0%, transparent 58%);
  pointer-events: none;
  z-index: 0;
  animation: pricingAmbientLow 26s ease-in-out infinite alternate;
}

@keyframes pricingAmbient {
  0% {
    opacity: 0.85;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.04);
  }
}

@keyframes pricingAmbientLow {
  0% {
    transform: translate(0, 0);
    opacity: 0.75;
  }
  100% {
    transform: translate(4%, -3%);
    opacity: 1;
  }
}

.pricing-section {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 40px 140px;
  position: relative;
  z-index: 1;
}

.pricing-header {
  text-align: center;
  margin-bottom: 64px;
}

.pricing-header::after {
  content: '';
  display: block;
  width: min(520px, 90%);
  height: 2px;
  margin: 36px auto 0;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, rgba(0, 255, 232, 0.5), rgba(225, 0, 255, 0.45), transparent);
  box-shadow: 0 0 24px rgba(0, 255, 232, 0.2);
}

.pricing-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body), sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #00ffe8;
  margin-bottom: 22px;
  padding: 11px 22px;
  border-radius: 999px;
  background: rgba(0, 255, 232, 0.08);
  border: 1px solid rgba(0, 255, 232, 0.38);
  box-shadow:
    0 0 32px rgba(0, 255, 232, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.pricing-badge i {
  font-size: 13px;
  filter: drop-shadow(0 0 8px rgba(0, 255, 232, 0.4));
}

.pricing-title {
  font-family: var(--font-body), sans-serif;
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 24px 0;
  line-height: 1.1;
  letter-spacing: -0.035em;
  text-shadow: 0 4px 32px rgba(0, 0, 0, 0.45);
  filter: drop-shadow(0 0 40px rgba(0, 255, 232, 0.07));
}

.pricing-lead {
  font-family: var(--font-body), sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
  max-width: 680px;
  margin: 0 auto;
  padding: 22px 28px;
  border-radius: 18px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 16px 48px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 56px;
}

.pricing-card {
  position: relative;
  background: linear-gradient(165deg, rgba(16, 16, 26, 0.96) 0%, rgba(10, 10, 18, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 26px;
  padding: 38px 34px;
  overflow: hidden;
  backdrop-filter: blur(18px);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform 0.4s cubic-bezier(0.34, 1.45, 0.64, 1), border-color 0.35s ease, box-shadow 0.4s ease;
}

.pricing-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 12%;
  right: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  pointer-events: none;
  z-index: 3;
  opacity: 0.9;
}

.pricing-card:hover {
  transform: translateY(-10px);
}

.pricing-card-glow {
  position: absolute;
  top: -55%;
  left: -55%;
  width: 120%;
  height: 120%;
  background: radial-gradient(circle at 45% 40%, rgba(0, 255, 232, 0.22) 0%, transparent 58%);
  pointer-events: none;
  opacity: 0.35;
  transition: opacity 0.45s ease;
  z-index: 0;
}

.pricing-card--shopify .pricing-card-glow {
  background: radial-gradient(circle at 55% 45%, rgba(149, 191, 71, 0.24) 0%, rgba(95, 191, 71, 0.1) 42%, transparent 60%);
}

.pricing-card--saas .pricing-card-glow {
  background: radial-gradient(circle at 50% 40%, rgba(225, 0, 255, 0.22) 0%, rgba(127, 0, 255, 0.08) 45%, transparent 60%);
}

.pricing-card:hover .pricing-card-glow {
  opacity: 1;
}

.pricing-card--code {
  border-color: rgba(0, 255, 232, 0.22);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 48px rgba(0, 255, 232, 0.06);
}

.pricing-card--code:hover {
  border-color: rgba(0, 255, 232, 0.45);
  box-shadow:
    0 32px 72px rgba(0, 0, 0, 0.45),
    0 0 56px rgba(0, 255, 232, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.pricing-card--shopify {
  border-color: rgba(149, 191, 71, 0.28);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 48px rgba(149, 191, 71, 0.08);
}

.pricing-card--shopify:hover {
  border-color: rgba(149, 191, 71, 0.55);
  box-shadow:
    0 32px 72px rgba(0, 0, 0, 0.45),
    0 0 60px rgba(149, 191, 71, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.pricing-card--saas {
  border-color: rgba(225, 0, 255, 0.22);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 52px rgba(225, 0, 255, 0.1);
}

.pricing-card--saas:hover {
  border-color: rgba(225, 0, 255, 0.5);
  box-shadow:
    0 32px 72px rgba(0, 0, 0, 0.45),
    0 0 56px rgba(225, 0, 255, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.pricing-card--saas .pricing-card-icon {
  background: linear-gradient(145deg, rgba(225, 0, 255, 0.28) 0%, rgba(127, 0, 255, 0.12) 100%);
  color: #e8b4ff;
  box-shadow: 0 0 28px rgba(225, 0, 255, 0.22);
}

.pricing-card--saas .pricing-amount {
  color: #ff5cf0 !important;
  text-shadow: 0 0 44px rgba(225, 0, 255, 0.38);
}

.pricing-card--saas .pricing-from {
  color: rgba(225, 0, 255, 0.85);
}

.pricing-card--saas .pricing-note {
  color: rgba(225, 0, 255, 0.7);
}

.pricing-card--saas .pricing-includes li i {
  color: #ff5cf0;
}

.pricing-card--featured {
  border-width: 1px;
  border-color: rgba(225, 0, 255, 0.42);
  box-shadow:
    0 16px 56px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 0 72px rgba(225, 0, 255, 0.14);
  transform: translateY(-4px);
}

.pricing-card--featured:hover {
  transform: translateY(-12px);
  box-shadow:
    0 40px 88px rgba(0, 0, 0, 0.48),
    0 0 72px rgba(225, 0, 255, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* Shopify card is the featured one: keep featured lift, but use Shopify green accent */
.pricing-card--shopify.pricing-card--featured {
  border-color: rgba(149, 191, 71, 0.55);
  box-shadow:
    0 16px 56px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 0 72px rgba(149, 191, 71, 0.18);
}

.pricing-card--shopify.pricing-card--featured:hover {
  box-shadow:
    0 40px 88px rgba(0, 0, 0, 0.48),
    0 0 72px rgba(149, 191, 71, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.pricing-card-badge {
  position: absolute;
  top: 22px;
  right: 26px;
  z-index: 4;
  font-family: var(--font-body), sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, rgba(225, 0, 255, 0.95) 0%, rgba(127, 0, 255, 0.9) 100%);
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow:
    0 0 24px rgba(225, 0, 255, 0.45),
    0 4px 14px rgba(0, 0, 0, 0.35);
}

.pricing-card--shopify .pricing-card-badge {
  background: linear-gradient(135deg, rgba(191, 243, 122, 0.95) 0%, rgba(149, 191, 71, 0.9) 100%);
  box-shadow:
    0 0 24px rgba(149, 191, 71, 0.38),
    0 4px 14px rgba(0, 0, 0, 0.35);
}

.pricing-card-header {
  position: relative;
  z-index: 2;
  margin-bottom: 26px;
}

.pricing-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  margin-bottom: 18px;
  font-size: 24px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.pricing-card:hover .pricing-card-icon {
  transform: scale(1.06) translateY(-2px);
}

.pricing-card--code .pricing-card-icon {
  background: linear-gradient(145deg, rgba(0, 255, 232, 0.22) 0%, rgba(0, 255, 232, 0.08) 100%);
  color: #00ffe8;
  box-shadow: 0 0 28px rgba(0, 255, 232, 0.2);
}

.pricing-card--shopify .pricing-card-icon {
  background: linear-gradient(145deg, rgba(149, 191, 71, 0.28) 0%, rgba(95, 142, 47, 0.12) 100%);
  color: #d8ff9c;
  box-shadow: 0 0 28px rgba(149, 191, 71, 0.22);
}

.pricing-card-name {
  font-family: var(--font-body), sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px 0;
  letter-spacing: -0.025em;
}

.pricing-card-desc {
  font-family: var(--font-body), sans-serif;
  font-size: 15px;
  line-height: 1.58;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.pricing-card-price {
  position: relative;
  z-index: 2;
  margin-bottom: 26px;
  padding: 20px 0 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pricing-from {
  display: block;
  font-family: var(--font-body), sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 4px;
}

.pricing-amount {
  font-family: var(--font-body), sans-serif;
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.035em;
  line-height: 1;
}

.pricing-card--code .pricing-amount {
  color: #00ffe8;
  text-shadow: 0 0 40px rgba(0, 255, 232, 0.35);
}

.pricing-card--shopify .pricing-amount {
  color: #bff37a;
  text-shadow: 0 0 44px rgba(149, 191, 71, 0.35);
}

.pricing-note {
  display: block;
  font-family: var(--font-body), sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 8px;
}

.pricing-includes {
  position: relative;
  z-index: 2;
  list-style: none;
  margin: 0 0 28px 0;
  padding: 0;
}

.pricing-includes li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-body), sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 10px;
  padding: 10px 12px;
  margin-left: -12px;
  margin-right: -12px;
  border-radius: 12px;
  transition: background 0.25s ease, color 0.25s ease;
}

.pricing-includes li:hover {
  background: rgba(255, 255, 255, 0.04);
}

.pricing-includes li:last-child {
  margin-bottom: 0;
}

.pricing-includes li i {
  color: #00ffe8;
  font-size: 12px;
  flex-shrink: 0;
  filter: drop-shadow(0 0 6px rgba(0, 255, 232, 0.5));
}

.pricing-card--shopify .pricing-includes li i {
  color: #95bf47;
  filter: drop-shadow(0 0 6px rgba(149, 191, 71, 0.45));
}

.pricing-card--saas .pricing-includes li i {
  color: #ff5cf0;
  filter: drop-shadow(0 0 6px rgba(225, 0, 255, 0.45));
}

.pricing-addons {
  position: relative;
  z-index: 2;
  list-style: none;
  margin: 0 0 26px 0;
  padding: 14px 0 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pricing-addons li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-family: var(--font-body), sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 10px;
  padding: 8px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.06);
}

.pricing-addons li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.pricing-addon-label {
  flex: 1;
  color: rgba(255, 255, 255, 0.9);
}

.pricing-addon-price {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  flex-shrink: 0;
}

.pricing-card--code .pricing-addon-price { color: rgba(0, 255, 232, 0.95); }
.pricing-card--shopify .pricing-addon-price { color: rgba(191, 243, 122, 0.95); }
.pricing-card--saas .pricing-addon-price { color: rgba(255, 92, 240, 0.95); }

.pricing-cta-row {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.pricing-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px 24px;
  font-family: var(--font-body), sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 16px;
  transition: background 0.28s ease, color 0.28s ease, transform 0.25s ease, box-shadow 0.28s ease;
}

.pricing-cta--code {
  background: linear-gradient(145deg, rgba(0, 255, 232, 0.18) 0%, rgba(0, 255, 232, 0.08) 100%);
  color: #00ffe8;
  border: 1px solid rgba(0, 255, 232, 0.45);
  box-shadow: 0 0 24px rgba(0, 255, 232, 0.12);
}

.pricing-cta--code:hover {
  background: linear-gradient(145deg, rgba(0, 255, 232, 0.32) 0%, rgba(0, 255, 232, 0.15) 100%);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0, 255, 232, 0.25);
}

.pricing-cta--shopify {
  background: linear-gradient(135deg, rgba(191, 243, 122, 0.22) 0%, rgba(149, 191, 71, 0.16) 100%);
  color: #fff;
  border: 1px solid rgba(149, 191, 71, 0.55);
  box-shadow: 0 0 28px rgba(149, 191, 71, 0.16);
}

.pricing-cta--shopify:hover {
  background: linear-gradient(135deg, rgba(191, 243, 122, 0.3) 0%, rgba(149, 191, 71, 0.24) 100%);
  box-shadow: 0 10px 32px rgba(149, 191, 71, 0.28);
  transform: translateY(-2px);
}

.pricing-cta--saas {
  background: linear-gradient(145deg, rgba(225, 0, 255, 0.24) 0%, rgba(127, 0, 255, 0.14) 100%);
  color: #fff;
  border: 1px solid rgba(225, 0, 255, 0.55);
  box-shadow: 0 0 24px rgba(225, 0, 255, 0.16);
}

.pricing-cta--saas:hover {
  background: linear-gradient(145deg, rgba(255, 92, 240, 0.32) 0%, rgba(225, 0, 255, 0.24) 100%);
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(225, 0, 255, 0.3);
}

.pricing-cta-row .pricing-cta {
  width: 54px;
  min-width: 54px;
  height: 54px;
  padding: 0;
  font-size: 21px;
}

.pricing-extras {
  margin-bottom: 64px;
}

.pricing-extras-title {
  font-family: var(--font-body), sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px 0;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.35);
}

.pricing-extras-note {
  font-family: var(--font-body), sans-serif;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.62);
  margin: 0 0 28px 0;
  max-width: 560px;
}

.pricing-extras-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 18px;
  padding: 32px 36px;
  background: linear-gradient(165deg, rgba(18, 18, 30, 0.95) 0%, rgba(10, 10, 20, 0.98) 100%);
  border: 1px solid rgba(0, 255, 232, 0.22);
  border-radius: 26px;
  backdrop-filter: blur(16px);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.05) inset,
    0 20px 56px rgba(0, 0, 0, 0.35),
    0 0 60px rgba(0, 255, 232, 0.06);
}

.pricing-extras-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-width: 200px;
  padding: 16px 22px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.pricing-extras-item:hover {
  background: rgba(0, 255, 232, 0.08);
  border-color: rgba(0, 255, 232, 0.35);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 255, 232, 0.1);
}

.pricing-extras-label {
  font-family: var(--font-body), sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
}

.pricing-extras-price {
  font-family: var(--font-body), sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #5dffef;
  flex-shrink: 0;
  text-shadow: 0 0 18px rgba(0, 255, 232, 0.35);
}

.pricing-details {
  position: relative;
  background: linear-gradient(165deg, rgba(20, 20, 32, 0.92) 0%, rgba(12, 12, 22, 0.96) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 26px;
  padding: 44px 40px;
  backdrop-filter: blur(18px);
  box-shadow:
    0 0 0 1px rgba(0, 255, 232, 0.08) inset,
    0 24px 64px rgba(0, 0, 0, 0.35),
    0 0 48px rgba(0, 255, 232, 0.05);
  overflow: hidden;
}

.pricing-details::before {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
  pointer-events: none;
}

.pricing-details-title {
  font-family: var(--font-body), sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 28px 0;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
}

.pricing-details-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}

.pricing-detail-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: border-color 0.25s ease, background 0.25s ease;
}

.pricing-detail-item:hover {
  background: rgba(0, 255, 232, 0.05);
  border-color: rgba(0, 255, 232, 0.15);
}

.pricing-detail-item i {
  font-size: 22px;
  color: #00ffe8;
  flex-shrink: 0;
  margin-top: 2px;
  filter: drop-shadow(0 0 10px rgba(0, 255, 232, 0.35));
}

.pricing-detail-item strong {
  display: block;
  font-family: var(--font-body), sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
}

.pricing-detail-item p {
  font-family: var(--font-body), sans-serif;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
}

.pricing-details-cta {
  font-family: var(--font-body), sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.pricing-details-cta a {
  color: #5dffef;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease, text-shadow 0.2s ease;
}

.pricing-details-cta a:hover {
  color: #fff;
  border-bottom-color: rgba(0, 255, 232, 0.5);
  text-shadow: 0 0 20px rgba(0, 255, 232, 0.35);
}

@media (max-width: 1100px) {
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .pricing-section {
    padding: 72px 24px 100px;
  }
  .pricing-card--featured {
    transform: none;
  }
  .pricing-card--featured:hover {
    transform: translateY(-10px);
  }
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 48px;
  }
  .pricing-extras-strip {
    padding: 20px 20px;
    gap: 10px 16px;
  }
  .pricing-extras-item {
    min-width: 140px;
  }
  .pricing-details-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 600px) {
  .pricing-section {
    padding: 56px 20px 80px;
  }
  .pricing-header {
    margin-bottom: 48px;
  }
  .pricing-header::after {
    margin-top: 28px;
  }
  .pricing-card {
    padding: 30px 22px;
  }
  .pricing-amount {
    font-size: 36px;
  }
  .pricing-details {
    padding: 28px 22px;
  }
}

/* FEATURES SHOWCASE (bento) */
.features-showcase {
  position: relative;
  width: 100%;
  min-width: 100%;
  padding: 160px 24px 180px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 100% 80% at 50% -10%, rgba(0, 255, 232, 0.07) 0%, transparent 45%),
    linear-gradient(180deg, #0a0612 0%, #0d0818 38%, #0b0714 72%, #0a0816 100%);
  margin-bottom: 0;
  box-shadow:
    inset 0 16px 28px -12px rgba(0, 0, 0, 0.12),
    inset 0 -32px 56px -24px rgba(0, 255, 232, 0.06),
    inset 0 0 120px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}

.features-showcase::before {
  content: '';
  position: absolute;
  top: -22%;
  left: 50%;
  transform: translateX(-50%);
  width: 130%;
  height: 65%;
  background: radial-gradient(ellipse at center, rgba(0, 255, 232, 0.14) 0%, transparent 58%);
  pointer-events: none;
  animation: fsAmbientTop 20s ease-in-out infinite alternate;
}

.features-showcase::after {
  content: '';
  position: absolute;
  bottom: -5%;
  right: -15%;
  width: 58%;
  height: 58%;
  background: radial-gradient(ellipse at center, rgba(225, 0, 255, 0.11) 0%, transparent 62%);
  pointer-events: none;
  animation: fsAmbientBottom 24s ease-in-out infinite alternate;
}

@keyframes fsAmbientTop {
  0% {
    opacity: 0.85;
    transform: translateX(-50%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1.04);
  }
}

@keyframes fsAmbientBottom {
  0% {
    opacity: 0.75;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(-3%, -2%) scale(1.05);
  }
}

.features-showcase-inner {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.features-showcase-header {
  text-align: center;
  margin-bottom: 72px;
}

.features-showcase-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body), sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #00ffe8;
  margin-bottom: 22px;
  padding: 10px 22px;
  border-radius: 999px;
  background: rgba(0, 255, 232, 0.07);
  border: 1px solid rgba(0, 255, 232, 0.38);
  box-shadow:
    0 0 36px rgba(0, 255, 232, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.features-showcase-title {
  font-family: var(--font-body), sans-serif;
  font-size: clamp(36px, 6vw, 56px);
  font-weight: 700;
  color: #fff;
  line-height: 1.08;
  letter-spacing: -0.035em;
  margin: 0 0 22px 0;
  filter: drop-shadow(0 4px 28px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 48px rgba(0, 255, 232, 0.06));
}

.features-showcase-title-accent {
  background: linear-gradient(92deg, #5dffef 0%, #00ffe8 35%, #e100ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.features-showcase-sub {
  font-family: var(--font-body), sans-serif;
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
  max-width: 560px;
  margin: 0 auto;
  padding: 22px 28px;
  border-radius: 18px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 16px 48px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(14px);
}

.features-showcase-header::after {
  content: '';
  display: block;
  width: min(480px, 88%);
  height: 2px;
  margin: 36px auto 0;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 255, 232, 0.5) 25%, rgba(225, 0, 255, 0.45) 75%, transparent 100%);
  opacity: 0.85;
  box-shadow: 0 0 20px rgba(0, 255, 232, 0.25);
}

.features-bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 24px;
  grid-auto-flow: dense;
}

.bento-card {
  position: relative;
  background: linear-gradient(155deg, rgba(18, 18, 28, 0.92) 0%, rgba(12, 12, 22, 0.96) 48%, rgba(20, 20, 32, 0.9) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  padding: 34px 30px;
  overflow: hidden;
  backdrop-filter: blur(18px);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition:
    transform 0.4s cubic-bezier(0.34, 1.45, 0.64, 1),
    border-color 0.35s ease,
    box-shadow 0.4s ease;
}

.bento-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18%;
  right: 18%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  pointer-events: none;
  z-index: 3;
  opacity: 0.85;
}

.bento-card:hover {
  transform: translateY(-10px) scale(1.015);
  border-color: rgba(255, 255, 255, 0.14);
}

.bento-card:has(.bento-card-glow--teal) {
  border-color: rgba(0, 255, 232, 0.14);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 0 1px rgba(0, 255, 232, 0.05),
    0 0 40px rgba(0, 255, 232, 0.04);
}

.bento-card:has(.bento-card-glow--teal):hover {
  border-color: rgba(0, 255, 232, 0.32);
  box-shadow:
    0 36px 72px rgba(0, 0, 0, 0.5),
    0 0 56px rgba(0, 255, 232, 0.14),
    0 0 0 1px rgba(0, 255, 232, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.bento-card:has(.bento-card-glow--purple) {
  border-color: rgba(225, 0, 255, 0.12);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 0 1px rgba(225, 0, 255, 0.05),
    0 0 40px rgba(225, 0, 255, 0.04);
}

.bento-card:has(.bento-card-glow--purple):hover {
  border-color: rgba(225, 0, 255, 0.28);
  box-shadow:
    0 36px 72px rgba(0, 0, 0, 0.5),
    0 0 56px rgba(225, 0, 255, 0.12),
    0 0 0 1px rgba(225, 0, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.bento-card-glow {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  pointer-events: none;
  opacity: 0.32;
  transition: opacity 0.5s ease;
}

.bento-card:hover .bento-card-glow {
  opacity: 1;
}

.bento-card-glow--teal {
  background: radial-gradient(circle at 30% 30%, rgba(0, 255, 232, 0.2) 0%, transparent 50%);
}

.bento-card-glow--purple {
  background: radial-gradient(circle at 70% 70%, rgba(225, 0, 255, 0.18) 0%, transparent 50%);
}

.bento-card--wide {
  grid-column: span 2;
}

/* Card decorative visuals */
.bento-card-viz {
  position: absolute;
  pointer-events: none;
  opacity: 0.6;
  transition: opacity 0.4s ease;
}

.bento-card:hover .bento-card-viz {
  opacity: 0.95;
}

.bento-card-viz--chart {
  bottom: 20px;
  right: 24px;
  width: 88px;
  height: 48px;
  background: linear-gradient(to top, rgba(0, 255, 232, 0.35) 0%, rgba(0, 255, 232, 0.08) 35%, transparent 70%);
  clip-path: polygon(0 100%, 6% 75%, 12% 88%, 18% 58%, 24% 78%, 30% 45%, 36% 65%, 42% 38%, 48% 55%, 54% 28%, 60% 48%, 66% 22%, 72% 42%, 78% 18%, 84% 38%, 90% 12%, 100% 28%, 100% 100%, 0 100%);
  filter: drop-shadow(0 2px 8px rgba(0, 255, 232, 0.15));
}

/* Clear timeline: horizontal line + three milestone dots */
.bento-card-viz--timeline {
  bottom: 28px;
  right: 24px;
  width: 64px;
  height: 16px;
  background: linear-gradient(90deg, rgba(0, 255, 232, 0.45), rgba(0, 255, 232, 0.2));
  background-size: 100% 2px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}

.bento-card-viz--timeline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(0, 255, 232, 0.55);
  box-shadow: 29px 0 0 rgba(0, 255, 232, 0.5), 58px 0 0 rgba(0, 255, 232, 0.55);
}

.bento-card-viz--code {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 72px;
  height: 56px;
  background: repeating-linear-gradient(0deg, transparent, transparent 12px, rgba(225, 0, 255, 0.22) 12px, rgba(225, 0, 255, 0.22) 13px);
  mask-image: linear-gradient(90deg, transparent 0%, black 25%, black 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 25%, black 75%, transparent 100%);
}

.bento-card-viz--code::before,
.bento-card-viz--code::after {
  content: '';
  position: absolute;
  right: 0;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, rgba(225, 0, 255, 0.55));
}

.bento-card-viz--code::before { top: 8px; width: 85%; }
.bento-card-viz--code::after { top: 20px; width: 65%; }

.bento-card-viz--layers {
  bottom: 24px;
  right: 28px;
  width: 72px;
  height: 52px;
}

.bento-card-viz--layers::before,
.bento-card-viz--layers::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 30px;
  border: 1.5px solid rgba(0, 255, 232, 0.4);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(0, 255, 232, 0.08) 0%, rgba(0, 255, 232, 0.02) 100%);
  box-shadow: 0 2px 8px rgba(0, 255, 232, 0.08);
}

.bento-card-viz--layers::after {
  width: 60px;
  height: 38px;
  right: 6px;
  bottom: 6px;
  border-color: rgba(0, 255, 232, 0.28);
  background: linear-gradient(145deg, rgba(0, 255, 232, 0.06) 0%, transparent 100%);
}

.bento-card-viz--rocket {
  bottom: 22px;
  right: 24px;
  width: 96px;
  height: 44px;
  background: linear-gradient(105deg, rgba(225, 0, 255, 0.12) 0%, rgba(225, 0, 255, 0.35) 35%, rgba(225, 0, 255, 0.08) 100%);
  clip-path: polygon(0 45%, 18% 15%, 22% 45%, 18% 85%, 92% 85%, 92% 15%, 18% 15%);
  transform: rotate(-8deg);
  filter: drop-shadow(0 4px 12px rgba(225, 0, 255, 0.2));
}

.bento-card-viz--waves {
  bottom: 28px;
  right: 24px;
  width: 56px;
  height: 24px;
}

.bento-card-viz--waves::before,
.bento-card-viz--waves::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 255, 232, 0.4);
  animation: bento-pulse 2s ease-in-out infinite;
}

.bento-card-viz--waves::before { left: 0; animation-delay: 0s; }
.bento-card-viz--waves::after { left: 14px; animation-delay: 0.3s; }

@keyframes bento-pulse {
  0%, 100% { transform: scale(1); opacity: 0.6; }
  50% { transform: scale(1.3); opacity: 1; }
}

.bento-card-viz--receipt {
  bottom: 20px;
  right: 20px;
  width: 56px;
  height: 44px;
  background: linear-gradient(145deg, rgba(225, 0, 255, 0.06) 0%, transparent 50%);
  border: 1px solid rgba(225, 0, 255, 0.2);
  border-radius: 4px;
}

.bento-card-viz--receipt::before,
.bento-card-viz--receipt::after {
  content: '';
  position: absolute;
  left: 8px;
  right: 8px;
  height: 2px;
  background: linear-gradient(90deg, rgba(225, 0, 255, 0.4), rgba(225, 0, 255, 0.15));
  border-radius: 1px;
}

.bento-card-viz--receipt::before { bottom: 28px; }
.bento-card-viz--receipt::after { bottom: 18px; width: 70%; }

/* Icon wrap + gradient ring */
.bento-icon-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  z-index: 2;
}

.bento-icon-wrap::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 20px;
  padding: 2px;
  background: linear-gradient(135deg, rgba(0, 255, 232, 0.6), rgba(0, 255, 232, 0.1), transparent 50%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.bento-card--open .bento-icon-wrap::before,
.bento-card--launch .bento-icon-wrap::before,
.bento-card--fixed .bento-icon-wrap::before {
  background: linear-gradient(135deg, rgba(225, 0, 255, 0.6), rgba(225, 0, 255, 0.1), transparent 50%);
}

.bento-card:hover .bento-icon-wrap::before {
  opacity: 1;
}

.bento-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  font-size: 26px;
  font-weight: 600;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.bento-icon--teal {
  color: #00ffe8;
  background: linear-gradient(145deg, rgba(0, 255, 232, 0.2), rgba(0, 255, 232, 0.06));
  box-shadow: 0 0 20px rgba(0, 255, 232, 0.15);
}

.bento-icon--purple {
  color: #e100ff;
  background: linear-gradient(145deg, rgba(225, 0, 255, 0.2), rgba(225, 0, 255, 0.06));
  box-shadow: 0 0 20px rgba(225, 0, 255, 0.15);
}

.bento-card:hover .bento-icon--teal {
  background: linear-gradient(145deg, rgba(0, 255, 232, 0.35), rgba(0, 255, 232, 0.15));
  color: #fff;
  transform: scale(1.05);
}

.bento-card:hover .bento-icon--purple {
  background: linear-gradient(145deg, rgba(225, 0, 255, 0.35), rgba(225, 0, 255, 0.15));
  color: #fff;
  transform: scale(1.05);
}

.bento-title {
  font-family: var(--font-body), sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px 0;
  letter-spacing: -0.025em;
  line-height: 1.2;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 2;
}

.bento-desc {
  font-family: var(--font-body), sans-serif;
  font-size: 15px;
  line-height: 1.58;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 900px) {
  .features-showcase {
    padding: 120px 20px 90px;
  }
  .features-bento {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .bento-card--wide {
    grid-column: span 1;
  }
}

@media (max-width: 600px) {
  .features-showcase {
    padding: 100px 16px 72px;
  }
  .features-showcase-header {
    margin-bottom: 48px;
  }
  .bento-card {
    padding: 24px 22px;
  }
  .bento-title {
    font-size: 20px;
  }

  .features-showcase-sub {
    padding: 18px 20px;
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .features-showcase::before,
  .features-showcase::after {
    animation: none;
  }

  .about-us::after,
  .about-us-inner::before {
    animation: none;
  }

  div.about-section#pricing::before,
  div.about-section#pricing::after {
    animation: none;
  }

  .products-container.portfolio-section::before {
    animation: none;
  }

  .portfolio-card:hover .portfolio-card-preview-video {
    transform: none;
    filter: none;
  }

  .portfolio-tab-active {
    transform: none;
  }

  .reviews-container::before {
    animation: none;
  }

  .faq-container::before {
    animation: none;
  }

  .faq-cta-card-shine {
    animation: none;
  }

  footer::before {
    animation: none;
  }
}

/* PREMIUM FEATURES SECTION (legacy - kept for reference) */
.premium-features-section {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 80px;
}

.premium-features-header {
  text-align: center;
  margin-bottom: 60px;
}

.premium-subtitle {
  font-family: var(--font-body), sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #00ffe8;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.premium-subtitle i {
  font-size: 12px;
  color: #00ffe8;
}

.premium-title {
  font-family: var(--font-body), sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0 0 16px 0;
  line-height: 1.2;
}

.premium-description {
  font-family: var(--font-body), sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.premium-features-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  width: 100%;
}

.premium-feature-card {
  background: linear-gradient(135deg, rgba(10, 10, 15, 0.95) 0%, rgba(15, 15, 20, 0.9) 100%);
  border: 1px solid rgba(0, 255, 232, 0.15);
  border-radius: 20px;
  padding: 22px 18px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(20px);
  position: relative;
  overflow: hidden;
  min-height: 200px;
}

.premium-feature-card:not(.with-mockup):not(.stacked) {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 32px;
}

.premium-feature-card.small:first-child {
  justify-content: center;
  padding-top: 22px;
}

.premium-feature-card.small:nth-child(2),
.premium-feature-card.small:nth-child(3) {
  justify-content: space-between;
  padding-bottom: 24px;
}

.premium-feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at center, rgba(0, 255, 232, 0.1) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.premium-feature-card:hover::before {
  opacity: 1;
}

.premium-feature-card.small {
  grid-column: span 2;
}

.premium-feature-card.large {
  grid-column: span 3;
  padding: 32px 28px;
  min-height: 280px;
}

.premium-feature-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 255, 232, 0.4);
  box-shadow: 0 12px 40px rgba(0, 255, 232, 0.25), 0 0 0 1px rgba(0, 255, 232, 0.1) inset;
  background: linear-gradient(135deg, rgba(20, 15, 30, 0.95) 0%, rgba(25, 20, 35, 0.9) 100%);
}

.premium-feature-card:hover .feature-icon-circle {
  background: radial-gradient(circle, rgba(0, 255, 232, 0.3) 0%, rgba(0, 255, 232, 0.1) 60%, transparent 100%);
  border-color: rgba(0, 255, 232, 0.3);
}

.premium-feature-card:hover .feature-icon-circle i {
  color: #00ffe8;
  transform: scale(1.1);
}

.feature-icon-circle {
  width: 85px;
  height: 85px;
  background: radial-gradient(circle, rgba(0, 255, 232, 0.2) 0%, rgba(0, 255, 232, 0.05) 60%, transparent 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  position: relative;
  border: 2px solid rgba(0, 255, 232, 0.15);
}

.feature-icon-circle::before {
  content: '';
  position: absolute;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  border: 2px solid rgba(0, 255, 232, 0.1);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.feature-icon-circle::after {
  content: '';
  position: absolute;
  width: calc(100% + 32px);
  height: calc(100% + 32px);
  border: 1px solid rgba(0, 255, 232, 0.05);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.feature-icon-circle i {
  font-size: 30px;
  color: #00ffe8;
  z-index: 2;
  position: relative;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.feature-icon-circle.spinning {
  overflow: visible;
}

.rotating-border {
  position: absolute;
  top: -12px;
  left: -12px;
  right: -12px;
  bottom: -12px;
  border-radius: 50%;
  border: 2px dashed rgba(0, 255, 232, 0.5);
  animation: rotate 8s linear infinite;
  z-index: 1;
  transition: all 0.3s ease;
}

.premium-feature-card:hover .rotating-border {
  border-color: rgba(0, 255, 232, 0.8);
  animation: rotate 4s linear infinite;
  border-width: 3px;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.premium-feature-card.with-mockup {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  text-align: left;
  justify-content: space-between;
  padding: 32px 40px 32px 32px;
  min-height: 220px;
}

.card-content-left {
  flex: 0 0 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.premium-feature-card.with-mockup .feature-icon-circle {
  margin: -8px 0 20px 0;
  width: 85px;
  height: 85px;
}

.premium-feature-card.with-mockup .feature-icon-circle i {
  font-size: 30px;
}

.premium-feature-card.with-mockup h4 {
  text-align: left;
  margin-bottom: 8px;
  font-size: 22px;
}

.premium-feature-card.with-mockup p {
  text-align: left;
  max-width: 100%;
  font-size: 13px;
  line-height: 1.6;
}

.card-mockup {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 16px;
}

.mockup-screen {
  width: 100%;
  max-width: 480px;
  height: 220px;
  background: linear-gradient(135deg, rgba(0, 255, 232, 0.2) 0%, rgba(0, 255, 232, 0.15) 100%);
  border: 2px solid rgba(0, 255, 232, 0.4);
  border-radius: 14px;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 32px rgba(0, 255, 232, 0.15);
  overflow: hidden;
}

.screen-header {
  display: flex;
  gap: 7px;
  padding: 16px 18px;
  background: rgba(0, 255, 232, 0.1);
  border-bottom: 1px solid rgba(0, 255, 232, 0.2);
}

.screen-header .dot {
  width: 9px;
  height: 9px;
  background: rgba(0, 255, 232, 0.6);
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 255, 232, 0.4);
}

.screen-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 16px;
  background: rgba(0, 0, 0, 0.4);
  justify-content: center;
}

.code-line {
  display: flex;
  align-items: center;
  gap: 12px;
}

.line-number {
  font-family: "Courier New", monospace;
  font-size: 11px;
  font-weight: 500;
  color: rgba(0, 255, 232, 0.5);
  min-width: 16px;
  text-align: right;
}

.code-text {
  height: 6px;
  background: rgba(0, 255, 232, 0.4);
  border-radius: 3px;
  flex: 1;
}

.code-text.long {
  width: 100%;
}

.code-text.medium {
  width: 70%;
}

.code-text.short {
  width: 50%;
}

.code-typing {
  font-family: "Courier New", monospace;
  font-size: 11px;
  font-weight: 500;
  color: rgba(0, 255, 232, 0.8);
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  max-width: 200px;
}

.typing-cursor {
  font-family: "Courier New", monospace;
  font-size: 11px;
  color: rgba(0, 255, 232, 0.8);
  animation: blink 0.8s ease-in-out infinite;
  margin-left: 2px;
  display: inline-block;
}

@keyframes blink {
  0%, 50% {
    opacity: 1;
  }
  51%, 100% {
    opacity: 0;
  }
}

.premium-feature-card:hover .mockup-screen {
  border-color: rgba(0, 255, 232, 0.6);
  box-shadow: 0 12px 40px rgba(0, 255, 232, 0.3);
  transform: scale(1.02);
}

.mockup-inquiry {
  font-family: var(--font-body), sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  margin: 0;
  line-height: 1.5;
  max-width: 380px;
  width: 100%;
}

.discord-inquiry-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  background: rgba(0, 255, 232, 0.15);
  border: 1px solid rgba(0, 255, 232, 0.3);
  border-radius: 20px;
  font-family: var(--font-body), sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #00ffe8;
  text-decoration: none;
  transition: all 0.3s ease;
}

.discord-inquiry-btn i {
  font-size: 12px;
}

.discord-inquiry-btn:hover {
  background: rgba(0, 255, 232, 0.25);
  border-color: rgba(0, 255, 232, 0.5);
  color: #00ffe8;
  box-shadow: 0 2px 8px rgba(0, 255, 232, 0.3);
  transform: translateY(-1px);
}

.premium-feature-card.stacked {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 32px 24px 28px;
  justify-content: center;
}

.stacked-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stacked-feature .feature-icon-circle {
  width: 75px;
  height: 75px;
  margin-bottom: 10px;
  margin-top: 8px;
}

.stacked-feature .feature-icon-circle i {
  font-size: 26px;
}

.stacked-feature h4 {
  margin-bottom: 6px;
  margin-top: 4px;
}

.stacked-feature p {
  margin-bottom: 0;
}

.stacked-feature.bottom {
  border-top: 1px solid rgba(0, 255, 232, 0.25);
  padding-top: 20px;
  margin-top: 0;
}

.premium-feature-card:hover .stacked-feature.bottom {
  border-top-color: rgba(0, 255, 232, 0.4);
}

.premium-feature-card h3 {
  font-family: var(--font-body), sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #00ffe8;
  margin: 0 0 12px 0;
  line-height: 1;
}

.premium-feature-card h3.percentage {
  font-size: 52px;
  background: linear-gradient(135deg, #00ffe8 0%, #00ffe8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 6px;
  line-height: 1;
}

.premium-feature-card h4 {
  font-family: var(--font-body), sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0 0 6px 0;
  line-height: 1.3;
}

.premium-feature-card.small:nth-child(2) .feature-icon-circle,
.premium-feature-card.small:nth-child(3) .feature-icon-circle {
  width: 110px;
  height: 110px;
  margin-bottom: 30px;
}

.premium-feature-card.small:nth-child(2) .feature-icon-circle i,
.premium-feature-card.small:nth-child(3) .feature-icon-circle i {
  font-size: 42px;
}

.premium-feature-card.small:nth-child(2) h4,
.premium-feature-card.small:nth-child(3) h4 {
  font-size: 22px;
  margin: 0 0 0 0 !important;
  line-height: 1.2;
  font-weight: 700;
}

.premium-feature-card.small:nth-child(2) p,
.premium-feature-card.small:nth-child(3) p {
  margin-top: 6px !important;
  margin-bottom: 0 !important;
}

.premium-feature-card p {
  font-family: var(--font-body), sans-serif;
  font-size: 12.5px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.5;
  margin: 0;
  max-width: 90%;
  margin: 0 auto;
}

.payment-icons-small {
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
}

.payment-icons-small i {
  width: 40px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  transition: all 0.3s ease;
  padding: 4px 6px;
}

.payment-icons-small i:hover {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(0, 255, 232, 0.3);
  transform: translateY(-2px);
}

.payment-icons-small .crypto-logo-card {
  width: 40px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  transition: all 0.3s ease;
  padding: 5px;
  object-fit: contain;
  filter: brightness(0.7);
}

.payment-icons-small .crypto-logo-card:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(0, 255, 232, 0.3);
  transform: translateY(-2px);
  filter: brightness(1);
}

.support-badges,
.delivery-badges {
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 14px;
  background: rgba(0, 255, 232, 0.2);
  border: 1px solid rgba(0, 255, 232, 0.35);
  border-radius: 20px;
  font-family: var(--font-body), sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
}

.badge:hover {
  background: rgba(0, 255, 232, 0.3);
  border-color: rgba(0, 255, 232, 0.5);
}

.badge.badge-link {
  text-decoration: none;
  cursor: pointer;
}

.badge.badge-link:hover {
  background: rgba(0, 255, 232, 0.35);
  border-color: rgba(0, 255, 232, 0.6);
  box-shadow: 0 4px 16px rgba(0, 255, 232, 0.3);
  transform: translateY(-2px) scale(1.05);
}

.badge.purple {
  background: rgba(0, 255, 232, 0.25);
  border-color: rgba(0, 255, 232, 0.45);
}

.badge.purple:hover {
  background: rgba(0, 255, 232, 0.35);
  border-color: rgba(0, 255, 232, 0.6);
}

.badge i {
  font-size: 11px;
  color: #00ffe8;
}

.badge.purple i {
  color: #00ffe8;
}

@media (max-width: 1024px) {
  .premium-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .premium-feature-card.small {
    grid-column: span 1;
  }
  
  .premium-feature-card.small:nth-child(3) {
    grid-column: span 2;
  }
  
  .premium-feature-card.large {
    grid-column: span 1;
  }
  
  .premium-feature-card.with-mockup {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 1200px) {
  .premium-features-section {
    padding: 80px 60px;
  }
}

@media (max-width: 768px) {
  .premium-features-section {
    padding: 60px 30px;
  }
  
  .premium-title {
    font-size: 36px;
  }
  
  .premium-features-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    display: flex;
    flex-direction: column;
  }
  
  .premium-feature-card.small,
  .premium-feature-card.large {
    grid-column: span 1;
    padding: 24px 20px;
    order: 0;
  }
  
  .premium-feature-card.small:nth-child(1) {
    order: 1;
  }
  
  .premium-feature-card.small:nth-child(2) {
    order: 2;
  }
  
  .premium-feature-card.small:nth-child(3) {
    order: 3;
  }
  
  .premium-feature-card.large.with-mockup {
    order: 4;
  }
  
  .premium-feature-card.large.stacked {
    order: 5;
  }
  
  .premium-feature-card.with-mockup {
    flex-direction: column;
    text-align: center;
    gap: 28px;
  }
  
  .card-content-left {
    align-items: center;
  }
  
  .premium-feature-card.with-mockup h4,
  .premium-feature-card.with-mockup p {
    text-align: center;
  }
  
  .premium-feature-card.with-mockup .feature-icon-circle {
    margin: 0 auto 20px;
  }
  
  .premium-feature-card.stacked {
    gap: 24px;
    padding: 24px 20px;
  }
  
  .premium-feature-card h3.percentage {
    font-size: 56px;
  }
  
  .premium-feature-card.small:nth-child(2),
  .premium-feature-card.small:nth-child(3) {
    justify-content: center;
    padding-bottom: 24px;
  }
  
  .premium-feature-card.small:nth-child(2) .feature-icon-circle,
  .premium-feature-card.small:nth-child(3) .feature-icon-circle {
    margin-bottom: 16px;
  }
  
  .stacked-feature.bottom {
    padding-top: 24px;
  }
  
  .feature-icon-circle {
    width: 100px;
    height: 100px;
  }
  
  .feature-icon-circle i {
    font-size: 36px;
  }
  
  .feature-icon-circle::before {
    width: calc(100% + 12px);
    height: calc(100% + 12px);
  }
  
  .feature-icon-circle::after {
    width: calc(100% + 24px);
    height: calc(100% + 24px);
  }
  
  .mockup-screen {
    width: 100%;
    max-width: 300px;
    height: 160px;
  }
  
  .screen-header {
    padding: 12px 14px;
  }
  
  .screen-content {
    padding: 14px 12px;
    gap: 6px;
  }
  
  .code-line {
    gap: 8px;
  }
  
  .line-number {
    font-size: 10px;
    min-width: 14px;
  }
  
  .code-text {
    height: 5px;
  }
  
  .code-typing {
    font-size: 10px;
    animation: typing 8s steps(24) infinite;
  }
  
  .typing-cursor {
    font-size: 10px;
    animation: blink 1s ease-in-out infinite;
  }
  
  .card-content-left {
    text-align: center;
  }
  
  .mockup-inquiry {
    font-size: 11px;
    margin-top: 12px;
  }
  
  .discord-inquiry-btn {
    font-size: 11px;
    padding: 3px 8px;
  }
  
  .discord-inquiry-btn i {
    font-size: 11px;
  }
  
  .premium-feature-card h3.percentage {
    font-size: 48px;
  }
}

@media (max-width: 480px) {
  .premium-features-grid {
    gap: 12px;
  }
  
  .premium-feature-card.small:nth-child(3) {
    grid-column: span 1;
  }
  
  .mockup-screen {
    width: 100%;
    max-width: 260px;
    height: 140px;
  }
  
  .payment-icons-small {
    gap: 6px;
  }
  
  .payment-icons-small i {
    font-size: 16px;
  }
  
  .code-line {
    gap: 6px;
  }
  
  .line-number {
    font-size: 9px;
    min-width: 12px;
  }
  
  .code-typing {
    font-size: 9px;
    animation: typing 8s steps(24) infinite;
  }
  
  .typing-cursor {
    font-size: 9px;
    animation: blink 1s ease-in-out infinite;
  }
  
  .code-text {
    height: 4px;
  }
  
  .mockup-inquiry {
    font-size: 10px;
    margin-top: 10px;
  }
  
  .discord-inquiry-btn {
    font-size: 10px;
    padding: 3px 7px;
  }
  
  .discord-inquiry-btn i {
    font-size: 10px;
  }
}
}

/* ABOUT US SECTION – sells who we are + CTA */
.about-us {
  width: 100%;
  min-width: 100%;
  padding: 160px 32px 220px;
  margin-top: -36px;
  margin-bottom: 0;
  position: relative;
  background:
    radial-gradient(ellipse 90% 50% at 50% 0%, rgba(0, 255, 232, 0.06) 0%, transparent 45%),
    linear-gradient(180deg, #0a0816 0%, #0b0714 20%, #100a1a 48%, #0a0614 100%);
  overflow: hidden;
  box-shadow:
    inset 0 0 100px -24px rgba(0, 0, 0, 0.3),
    inset 0 -40px 48px -28px rgba(0, 255, 232, 0.05);
  box-sizing: border-box;
}

.about-us::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 160px;
  background: linear-gradient(180deg, rgba(8, 6, 18, 0.98) 0%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}

.about-us::after {
  content: '';
  position: absolute;
  bottom: 5%;
  left: -12%;
  width: 58%;
  height: 65%;
  background: radial-gradient(ellipse at center, rgba(127, 0, 255, 0.1) 0%, transparent 58%);
  pointer-events: none;
  z-index: 0;
  animation: aboutUsBlobDrift 24s ease-in-out infinite alternate;
}

@keyframes aboutUsBlobDrift {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 0.9;
  }
  100% {
    transform: translate(4%, -4%) scale(1.06);
    opacity: 1;
  }
}

.about-us-inner {
  max-width: 920px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-top: 8px;
  padding-bottom: 24px;
}

.about-us-inner::before {
  content: '';
  position: absolute;
  top: 0;
  right: -18%;
  width: 75%;
  height: 75%;
  background: radial-gradient(ellipse at center, rgba(0, 255, 232, 0.1) 0%, transparent 56%);
  pointer-events: none;
  z-index: -1;
  animation: aboutUsTealGlow 20s ease-in-out infinite alternate;
}

@keyframes aboutUsTealGlow {
  0% {
    opacity: 0.85;
  }
  100% {
    opacity: 1;
  }
}

.about-us-inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, 760px);
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, rgba(0, 255, 232, 0.45), rgba(225, 0, 255, 0.35), transparent);
  pointer-events: none;
  box-shadow: 0 0 24px rgba(0, 255, 232, 0.2);
}

.about-us-intro {
  position: relative;
  z-index: 1;
  margin-top: 36px;
  padding: 44px 44px 48px;
  margin-bottom: 56px;
  background: linear-gradient(165deg, rgba(18, 16, 30, 0.94) 0%, rgba(10, 10, 18, 0.92) 100%);
  border: 1px solid rgba(0, 255, 232, 0.28);
  border-radius: 26px;
  backdrop-filter: blur(18px);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.05) inset,
    0 24px 64px rgba(0, 0, 0, 0.42),
    0 0 60px rgba(0, 255, 232, 0.1),
    0 0 0 1px rgba(0, 255, 232, 0.06);
  overflow: hidden;
}

.about-us-intro::before {
  content: '';
  position: absolute;
  top: 0;
  left: 14%;
  right: 14%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  pointer-events: none;
}

.about-us-label {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-body), sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #00ffe8;
  margin-bottom: 22px;
  padding: 10px 20px;
  border-radius: 999px;
  background: rgba(0, 255, 232, 0.09);
  border: 1px solid rgba(0, 255, 232, 0.38);
  box-shadow:
    0 0 32px rgba(0, 255, 232, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.about-us-headline {
  font-family: var(--font-body), sans-serif;
  font-size: clamp(32px, 5vw, 46px);
  font-weight: 700;
  color: #fff;
  line-height: 1.12;
  letter-spacing: -0.035em;
  margin: 0 0 26px 0;
  text-shadow: 0 4px 32px rgba(0, 0, 0, 0.5);
  filter: drop-shadow(0 0 36px rgba(0, 255, 232, 0.06));
}

.about-us-headline-accent {
  background: linear-gradient(92deg, #5dffef 0%, #00ffe8 40%, #e100ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-us-lead {
  font-family: var(--font-body), sans-serif;
  font-size: 17px;
  line-height: 1.78;
  color: rgba(255, 255, 255, 0.86);
  margin: 0;
  max-width: 100%;
}

.about-us-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 56px;
}

.about-us-pillar {
  position: relative;
  background: linear-gradient(165deg, rgba(16, 16, 24, 0.96) 0%, rgba(12, 12, 20, 0.94) 100%);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 22px;
  padding: 30px 26px;
  backdrop-filter: blur(14px);
  box-shadow:
    0 10px 36px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.34, 1.45, 0.64, 1), border-color 0.3s ease, box-shadow 0.35s ease;
}

.about-us-pillar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 16%;
  right: 16%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  pointer-events: none;
  z-index: 1;
}

.about-us-pillar:nth-child(1),
.about-us-pillar:nth-child(3) {
  border-color: rgba(0, 255, 232, 0.14);
  box-shadow:
    0 10px 36px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 0 44px rgba(0, 255, 232, 0.05);
}

.about-us-pillar:nth-child(2) {
  border-color: rgba(225, 0, 255, 0.14);
  box-shadow:
    0 10px 36px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 0 44px rgba(225, 0, 255, 0.05);
}

.about-us-pillar:hover {
  transform: translateY(-8px);
}

.about-us-pillar:nth-child(1):hover,
.about-us-pillar:nth-child(3):hover {
  border-color: rgba(0, 255, 232, 0.32);
  box-shadow:
    0 28px 56px rgba(0, 0, 0, 0.38),
    0 0 48px rgba(0, 255, 232, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.about-us-pillar:nth-child(2):hover {
  border-color: rgba(225, 0, 255, 0.32);
  box-shadow:
    0 28px 56px rgba(0, 0, 0, 0.38),
    0 0 48px rgba(225, 0, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.about-us-pillar-icon {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(0, 255, 232, 0.14);
  color: #00ffe8;
  font-size: 21px;
  margin-bottom: 18px;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 0 24px rgba(0, 255, 232, 0.1);
}

.about-us-pillar:nth-child(2) .about-us-pillar-icon {
  background: rgba(225, 0, 255, 0.14);
  color: #e100ff;
  box-shadow: 0 0 24px rgba(225, 0, 255, 0.12);
}

.about-us-pillar:hover .about-us-pillar-icon {
  background: rgba(0, 255, 232, 0.28);
  color: #fff;
  transform: scale(1.05);
}

.about-us-pillar:nth-child(2):hover .about-us-pillar-icon {
  background: rgba(225, 0, 255, 0.28);
  color: #fff;
}

.about-us-pillar-title {
  position: relative;
  z-index: 2;
  font-family: var(--font-body), sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px 0;
  letter-spacing: -0.02em;
}

.about-us-pillar-text {
  position: relative;
  z-index: 2;
  font-family: var(--font-body), sans-serif;
  font-size: 14px;
  line-height: 1.58;
  color: rgba(255, 255, 255, 0.68);
  margin: 0;
}

/* About us – small review carousel (5 dots, auto-slides) */
.about-review-carousel-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 56px;
}

.about-review-carousel {
  width: 100%;
  max-width: 420px;
}

.about-review-card {
  position: relative;
  background: linear-gradient(165deg, rgba(14, 14, 24, 0.98) 0%, rgba(16, 16, 30, 0.96) 100%);
  border: 1px solid rgba(0, 255, 232, 0.32);
  border-radius: 22px;
  padding: 30px 28px 26px;
  backdrop-filter: blur(14px);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.05) inset,
    0 20px 52px rgba(0, 0, 0, 0.4),
    0 0 56px rgba(0, 255, 232, 0.14);
  overflow: hidden;
}

.about-review-card::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -30%;
  width: 80%;
  height: 100%;
  background: radial-gradient(ellipse at center, rgba(0, 255, 232, 0.08) 0%, transparent 60%);
  pointer-events: none;
}

.about-review-quote-icon {
  position: absolute;
  top: 20px;
  left: 22px;
  font-size: 18px;
  color: rgba(0, 255, 232, 0.35);
  pointer-events: none;
}

.about-review-track {
  position: relative;
  overflow: hidden;
  min-height: 88px;
}

.about-review-slide {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  transform: translateX(12px);
  transition: opacity 0.45s ease, transform 0.45s ease;
  pointer-events: none;
}

.about-review-slide.is-active {
  position: relative;
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.about-review-text {
  font-family: var(--font-body), sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 10px 0;
  padding-left: 4px;
}

.about-review-author {
  font-family: var(--font-body), sans-serif;
  font-size: 12px;
  color: rgba(0, 255, 232, 0.75);
  font-weight: 500;
}

.about-review-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.about-review-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  padding: 0;
  transition: background 0.25s ease, transform 0.2s ease;
}

.about-review-dot:hover {
  background: rgba(255, 255, 255, 0.35);
}

.about-review-dot.is-active {
  background: #00ffe8;
  box-shadow: 0 0 12px rgba(0, 255, 232, 0.5);
  transform: scale(1.15);
}

.about-us-cta-wrap {
  text-align: center;
  padding-bottom: 8px;
}

.about-us-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 20px 40px;
  font-family: var(--font-body), sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #061016;
  background: linear-gradient(135deg, #5dffef 0%, #00ffe8 45%, #00c4b8 100%);
  border: none;
  border-radius: 16px;
  text-decoration: none;
  box-shadow:
    0 10px 40px rgba(0, 255, 232, 0.38),
    0 0 0 1px rgba(255, 255, 255, 0.12) inset;
  transition: transform 0.25s ease, box-shadow 0.3s ease;
}

.about-us-cta:hover {
  transform: translateY(-3px);
  box-shadow:
    0 16px 48px rgba(0, 255, 232, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.18) inset;
}

.about-us-cta-note {
  font-family: var(--font-body), sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin: 14px 0 0 0;
}

@media (max-width: 768px) {
  .about-us {
    padding: 120px 22px 140px;
    margin-top: -28px;
    margin-bottom: 0;
  }
  .about-us-inner {
    padding-top: 4px;
    padding-bottom: 16px;
  }
  .about-us-intro {
    margin-top: 28px;
    padding: 32px 24px 36px;
    margin-bottom: 44px;
  }
  .about-us-pillars {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 44px;
  }
  .about-us-pillar {
    padding: 26px 22px;
  }
  .about-review-carousel-wrap {
    margin-bottom: 44px;
  }
  .about-review-card {
    padding: 26px 22px 22px;
  }
  .about-review-quote-icon {
    top: 16px;
    left: 18px;
    font-size: 16px;
  }
  .about-review-text {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .about-us-headline {
    font-size: 28px;
  }
  .about-us-lead {
    font-size: 16px;
  }
}

.features-container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto !important;
  margin-bottom: 180px;
  padding: 150px 60px 100px;
}
.features-container .features-header-section {
  text-align: center;
  margin-bottom: 60px;
}
.features-container .features-subtitle {
  font-family: var(--font-body), sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #00ffe8;
  display: block;
  margin-bottom: 15px;
}
.features-container .features-main-heading {
  font-family: var(--font-body), sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 20px 0;
}
.features-container .features-main-heading .features-heading-secondary {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}
.features-container .features-main-description {
  font-family: var(--font-body), sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
  max-width: 700px;
  margin: 0 auto;
}
.features-container .features-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
.features-container .features-left {
  flex: 1;
  max-width: 450px;
  margin-left: 100px;
}

/* About section – highlight stats (replaces feature list) */
.features-container .about-highlights {
  max-width: 520px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-content: start;
}

.features-container .about-stat {
  position: relative;
  background: linear-gradient(145deg, rgba(12, 12, 18, 0.9) 0%, rgba(20, 20, 28, 0.85) 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  padding: 24px 22px;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.features-container .about-stat:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 255, 232, 0.25);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3), 0 0 30px rgba(0, 255, 232, 0.08);
}

.features-container .about-stat-accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #00ffe8, transparent);
  border-radius: 4px 0 0 4px;
  opacity: 0.8;
}

.features-container .about-stat:nth-child(2) .about-stat-accent,
.features-container .about-stat:nth-child(4) .about-stat-accent {
  background: linear-gradient(180deg, #e100ff, transparent);
}

.features-container .about-stat-value {
  display: block;
  font-family: var(--font-body), sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
  line-height: 1.2;
}

.features-container .about-stat:hover .about-stat-value {
  background: linear-gradient(90deg, #00ffe8, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.features-container .about-stat:nth-child(2):hover .about-stat-value,
.features-container .about-stat:nth-child(4):hover .about-stat-value {
  background: linear-gradient(90deg, #e100ff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.features-container .about-stat-label {
  font-family: var(--font-body), sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
}

.features-container .about-cta {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 28px;
  font-family: var(--font-body), sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #00ffe8;
  background: rgba(0, 255, 232, 0.12);
  border: 1px solid rgba(0, 255, 232, 0.4);
  border-radius: 14px;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
  margin-top: 8px;
}

.features-container .about-cta:hover {
  background: rgba(0, 255, 232, 0.25);
  color: #fff;
  box-shadow: 0 8px 28px rgba(0, 255, 232, 0.2);
}

.features-container .features-right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 60px;
}
.features-container .features-right .phone-container {
  position: relative;
  max-width: 500px;
  width: 100%;
  animation-name: floating-phone;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.features-container .features-right .phone-mockup {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 0 30px rgba(0, 255, 232, 0.3)) drop-shadow(0 0 60px rgba(0, 255, 232, 0.15));
}
.features-container .phone-badge {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 255, 232, 0.3);
  border-radius: 50px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  cursor: pointer;
}

.features-container .phone-badge:hover {
  background: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 255, 232, 0.6);
  box-shadow: 0 6px 30px rgba(0, 255, 232, 0.4), 0 0 20px rgba(0, 255, 232, 0.3);
  transform: translateY(-2px);
}
.features-container .phone-badge i {
  font-size: 16px;
  color: #00ffe8;
  min-width: 34px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #00ffe8;
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 0 12px rgba(0, 255, 232, 0.4), inset 0 0 8px rgba(0, 255, 232, 0.2);
  transition: all 0.3s ease;
}

.features-container .phone-badge:hover i {
  color: #00ffe8;
  border-color: #00ffe8;
  box-shadow: 0 0 20px rgba(0, 255, 232, 0.7), inset 0 0 12px rgba(0, 255, 232, 0.3);
  transform: scale(1.1);
}
.features-container .phone-badge .badge-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.features-container .phone-badge .badge-title {
  font-family: var(--font-body), sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
  transition: color 0.3s ease;
}
.features-container .phone-badge .badge-subtitle {
  font-family: var(--font-body), sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.2;
  transition: color 0.3s ease;
}

.features-container .phone-badge:hover .badge-title {
  color: #00ffe8;
}

.features-container .phone-badge:hover .badge-subtitle {
  color: rgba(0, 255, 232, 0.8);
}
.features-container .badge-top-left {
  top: 8%;
  left: 80px;
}
.features-container .badge-top-right {
  top: 18%;
  right: -50px;
}
.features-container .badge-bottom-left {
  bottom: 28%;
  left: -20px;
}
.features-container .badge-bottom-right {
  bottom: 12%;
  right: 85px;
}
@keyframes floating-phone {
  0% {
    transform: translateY(20px);
  }
  50% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(20px);
  }
}
.features-container .feature-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 30px;
}
.features-container .feature-list .feature {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.features-container .feature-list .feature:hover {
  border: 1px solid #00ffe8;
  transform: translateX(5px);
}
.features-container .feature-list .feature .feature-icon {
  min-width: 32px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 6px;
  font-size: 18px;
  color: #00ffe8;
  transition: all 0.3s ease;
  margin-top: 2px;
}
.features-container .feature-list .feature .feature-content {
  flex: 1;
}
.features-container .feature-list .feature h2 {
  font-family: var(--font-body), sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.3;
  color: #FFFFFF;
  margin: 0 0 5px 0;
}
.features-container .feature-list .feature p {
  font-family: var(--font-body), sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
.features-container .feature-list .feature:hover .feature-icon {
  transform: scale(1.1);
  color: #00ffe8;
}

@media (max-width: 1200px) {
  .features-container .features-content {
    flex-direction: column-reverse;
    gap: 60px;
  }
  .features-container .features-left,
  .features-container .about-highlights {
    max-width: 100%;
    margin-left: 0;
  }
  .features-container .features-right {
    margin-right: 0;
    order: 1;
  }
  .features-container .features-left,
  .features-container .about-highlights {
    order: 2;
  }
  .features-container .features-header {
    text-align: center;
  }
}
@media (max-width: 900px) {
  .features-container h1 {
    font-size: 36px;
  }
  .features-container {
    padding: 100px 40px 80px;
  }
  .features-container .badge-top-left {
    left: 20px;
  }
  .features-container .badge-top-right {
    right: 10px;
  }
  .features-container .badge-bottom-left {
    left: 10px;
  }
  .features-container .badge-bottom-right {
    right: 20px;
  }
}
@media (max-width: 550px) {
  .features-container {
    padding: 80px 20px 60px;
  }
  .features-container h1 {
    font-size: 32px;
  }
  .features-container .about-highlights {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .features-container .about-stat {
    padding: 20px 18px;
  }
  .features-container .about-stat-value {
    font-size: 18px;
  }
  .features-container .feature-list .feature {
    gap: 15px;
  }
  .features-container .feature-list .feature .feature-icon {
    min-width: 50px;
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  .features-container .phone-badge {
    padding: 6px 10px;
    gap: 8px;
  }
  .features-container .phone-badge i {
    font-size: 14px;
    min-width: 28px;
    width: 28px;
    height: 28px;
  }
  .features-container .badge-text .badge-title {
    font-size: 11px;
  }
  .features-container .badge-text .badge-subtitle {
    font-size: 9px;
  }
  .features-container .badge-top-left {
    top: 5%;
    left: 55px;
    right: auto;
  }
  .features-container .badge-top-right {
    top: 15%;
    right: 5px;
  }
  .features-container .badge-bottom-left {
    bottom: 25%;
    left: 5px;
  }
  .features-container .badge-bottom-right {
    bottom: 10%;
    right: auto;
    left: 210px;
  }
}

@media (max-width: 375px) {
  .features-container .phone-badge {
    padding: 5px 8px;
    gap: 6px;
  }
  .features-container .phone-badge i {
    font-size: 12px;
    min-width: 24px;
    width: 24px;
    height: 24px;
  }
  .features-container .badge-text .badge-title {
    font-size: 10px;
  }
  .features-container .badge-text .badge-subtitle {
    font-size: 8px;
  }
  .features-container .badge-top-left {
    left: 45px;
    right: auto;
  }
  .features-container .badge-top-right {
    right: 2px;
  }
  .features-container .badge-bottom-left {
    left: 2px;
  }
  .features-container .badge-bottom-right {
    right: auto;
    left: 150px;
  }
}
.products-container {
  max-width: 1800px;
  width: 100%;
  height: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: visible;
  margin-left: auto;
  margin-right: auto;
}
/* Full-width background so it touches screen edges on large monitors */
.products-container::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background:
    radial-gradient(ellipse 55% 60% at 80% 80%, rgba(0, 255, 232, 0.06) 0%, transparent 55%),
    radial-gradient(ellipse 60% 80% at 10% 20%, rgba(168, 85, 247, 0.07) 0%, transparent 55%),
    linear-gradient(180deg, #080510 0%, #0d0918 40%, #0a0612 100%);
  pointer-events: none;
}
.products-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
  box-shadow: inset 0 16px 28px -12px rgba(0, 0, 0, 0.08), inset 0 -24px 36px -20px rgba(0, 255, 232, 0.04);
}
.products-container.portfolio-section {
  position: relative;
  z-index: 1;
  align-items: center;
  padding: 120px 48px 200px;
  margin: 0 auto !important;
  isolation: isolate;
  overflow: hidden;
}

.products-container.portfolio-section::before {
  background:
    radial-gradient(ellipse 85% 45% at 50% -5%, rgba(0, 255, 232, 0.14) 0%, transparent 42%),
    radial-gradient(ellipse 50% 40% at 100% 55%, rgba(225, 0, 255, 0.1) 0%, transparent 48%),
    radial-gradient(ellipse 55% 60% at 80% 85%, rgba(0, 255, 232, 0.08) 0%, transparent 52%),
    radial-gradient(ellipse 60% 75% at 5% 25%, rgba(168, 85, 247, 0.1) 0%, transparent 52%),
    linear-gradient(180deg, #06040c 0%, #0c0818 38%, #0a0614 72%, #07040e 100%);
  animation: portfolioSectionGlow 26s ease-in-out infinite alternate;
}

.products-container.portfolio-section::after {
  box-shadow:
    inset 0 28px 56px -24px rgba(0, 0, 0, 0.22),
    inset 0 -48px 56px -28px rgba(0, 255, 232, 0.06);
}

@keyframes portfolioSectionGlow {
  0% {
    opacity: 0.92;
    filter: saturate(1);
  }
  100% {
    opacity: 1;
    filter: saturate(1.12);
  }
}

.portfolio-section .portfolio-header {
  text-align: center;
  margin-bottom: 56px;
  position: relative;
  z-index: 2;
}

.portfolio-section .portfolio-header::after {
  content: '';
  display: block;
  width: min(520px, 88%);
  height: 2px;
  margin: 36px auto 0;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, rgba(0, 255, 232, 0.55), rgba(225, 0, 255, 0.45), transparent);
  box-shadow: 0 0 28px rgba(0, 255, 232, 0.25);
}

.portfolio-title {
  font-family: var(--font-body), sans-serif;
  font-size: clamp(38px, 5vw, 56px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px 0;
  letter-spacing: -0.035em;
  line-height: 1.08;
  text-shadow: 0 4px 40px rgba(0, 0, 0, 0.45);
  filter: drop-shadow(0 0 48px rgba(0, 255, 232, 0.12));
}

.portfolio-subtitle {
  font-family: var(--font-body), sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 auto 28px;
  max-width: 600px;
  padding: 22px 28px;
  border-radius: 18px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 16px 48px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(14px);
}

.portfolio-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
}

.portfolio-tab {
  padding: 12px 26px;
  border-radius: 9999px;
  font-family: var(--font-body), sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  cursor: pointer;
  transition: border-color 0.25s ease, color 0.25s ease, background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}

.portfolio-tab:hover {
  border-color: rgba(0, 255, 232, 0.35);
  color: #fff;
  background: rgba(0, 255, 232, 0.06);
  box-shadow: 0 0 24px rgba(0, 255, 232, 0.1);
}

.portfolio-tab-active {
  background: linear-gradient(135deg, #5dffef 0%, #00ffe8 45%, #00c4b8 100%);
  border-color: rgba(255, 255, 255, 0.35);
  color: #061016;
  box-shadow:
    0 0 32px rgba(0, 255, 232, 0.45),
    0 6px 20px rgba(0, 255, 232, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  transform: scale(1.02);
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 32px;
  width: 100%;
  max-width: 1480px;
  padding: 0 12px;
  position: relative;
  z-index: 2;
}

.portfolio-card {
  background: linear-gradient(165deg, rgba(22, 22, 32, 0.92) 0%, rgba(12, 12, 20, 0.96) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.34, 1.45, 0.64, 1), border-color 0.35s ease, box-shadow 0.4s ease;
  position: relative;
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
}

.portfolio-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  height: 65%;
  background: radial-gradient(ellipse at bottom left, rgba(0, 255, 232, 0.12) 0%, transparent 72%);
  pointer-events: none;
  border-radius: 0 100% 0 0;
  z-index: 0;
  opacity: 0.85;
  transition: opacity 0.4s ease;
}

.portfolio-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 12%;
  right: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  pointer-events: none;
  z-index: 4;
  opacity: 0.95;
}

.portfolio-card:hover {
  border-color: rgba(0, 255, 232, 0.35);
  box-shadow:
    0 28px 64px rgba(0, 0, 0, 0.45),
    0 0 48px rgba(0, 255, 232, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: translateY(-10px);
}

.portfolio-card:hover::before {
  opacity: 1;
}

/* Brand glows per project */
.portfolio-card--vertex {
  border-color: rgba(236, 72, 153, 0.32);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 40px rgba(236, 72, 153, 0.12);
}
.portfolio-card--vertex::before {
  background: radial-gradient(ellipse at bottom left, rgba(236, 72, 153, 0.22) 0%, rgba(244, 114, 182, 0.08) 45%, transparent 72%);
}
.portfolio-card--vertex:hover {
  border-color: rgba(244, 114, 182, 0.55);
  box-shadow:
    0 28px 64px rgba(0, 0, 0, 0.45),
    0 0 56px rgba(236, 72, 153, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.portfolio-card--revino {
  border-color: rgba(167, 85, 255, 0.35);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 44px rgba(127, 0, 255, 0.14),
    0 0 56px rgba(225, 0, 255, 0.08);
}
.portfolio-card--revino::before {
  background: radial-gradient(ellipse at bottom left, rgba(127, 0, 255, 0.22) 0%, rgba(225, 0, 255, 0.1) 42%, transparent 72%);
}
.portfolio-card--revino:hover {
  border-color: rgba(225, 0, 255, 0.5);
  box-shadow:
    0 28px 64px rgba(0, 0, 0, 0.45),
    0 0 60px rgba(225, 0, 255, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.portfolio-card--zentro {
  border-color: rgba(74, 222, 128, 0.38);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 44px rgba(50, 205, 50, 0.14);
}
.portfolio-card--zentro::before {
  background: radial-gradient(ellipse at bottom left, rgba(74, 222, 128, 0.2) 0%, rgba(34, 197, 94, 0.08) 45%, transparent 72%);
}
.portfolio-card--zentro:hover {
  border-color: rgba(134, 239, 172, 0.6);
  box-shadow:
    0 28px 64px rgba(0, 0, 0, 0.45),
    0 0 56px rgba(74, 222, 128, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.portfolio-card--rekindled {
  border-color: rgba(232, 185, 130, 0.45);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 44px rgba(212, 165, 116, 0.18);
}
.portfolio-card--rekindled::before {
  background: radial-gradient(ellipse at bottom left, rgba(245, 200, 150, 0.28) 0%, rgba(212, 165, 116, 0.1) 45%, transparent 72%);
}
.portfolio-card--rekindled:hover {
  border-color: rgba(253, 210, 160, 0.65);
  box-shadow:
    0 28px 64px rgba(0, 0, 0, 0.45),
    0 0 56px rgba(232, 185, 130, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.portfolio-card-preview {
  width: 100%;
  height: 200px;
  background: linear-gradient(180deg, #14141c 0%, #0c0c12 100%);
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  z-index: 1;
}

.portfolio-card-preview::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.55) 100%);
  pointer-events: none;
  z-index: 1;
}

.portfolio-card-preview-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  z-index: 0;
  transition: transform 0.55s cubic-bezier(0.33, 1, 0.68, 1), filter 0.45s ease;
}

.portfolio-card:hover .portfolio-card-preview-video {
  transform: scale(1.07);
  filter: brightness(1.06) saturate(1.08);
}

/* Desktop: cap card width so video preview fits well */
@media (min-width: 1200px) {
  .portfolio-grid {
    grid-template-columns: repeat(auto-fill, minmax(320px, 380px));
    justify-content: center;
  }
  .portfolio-card-preview {
    height: 220px;
  }
  .portfolio-card-preview-video {
    object-fit: cover;
    object-position: center;
  }
}

/* Big screens: slightly larger cards, taller preview so video fits */
@media (min-width: 1600px) {
  .portfolio-grid {
    grid-template-columns: repeat(auto-fill, minmax(340px, 400px));
    justify-content: center;
    max-width: 1400px;
  }
  .portfolio-card-preview {
    height: 240px;
  }
}

.portfolio-card-preview .portfolio-preview-label {
  position: relative;
  z-index: 2;
}

.portfolio-preview-label {
  font-family: var(--font-body), sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35), 0 0 24px rgba(0, 255, 232, 0.08);
}

.portfolio-card-details {
  padding: 22px 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, rgba(14, 14, 22, 0.92) 0%, rgba(10, 10, 16, 0.96) 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.portfolio-card-title {
  font-family: var(--font-body), sans-serif;
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: -0.02em;
}

.portfolio-card-title-logo {
  flex-shrink: 0;
  vertical-align: middle;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
}

.portfolio-card-type {
  font-family: var(--font-body), sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
}

.portfolio-card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  align-self: flex-start;
  margin-top: 6px;
  padding: 10px 18px;
  border-radius: 999px;
  font-family: var(--font-body), sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #061016;
  text-decoration: none;
  background: linear-gradient(135deg, #5dffef 0%, #00ffe8 50%, #00c4b8 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 24px rgba(0, 255, 232, 0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease, gap 0.25s ease, filter 0.25s ease;
}

.portfolio-card-link:hover {
  gap: 12px;
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(0, 255, 232, 0.4);
  filter: brightness(1.05);
}

.portfolio-card-link i {
  font-size: 11px;
}

.portfolio-card-link-btn {
  cursor: pointer;
  font: inherit;
  appearance: none;
  -webkit-appearance: none;
}

.portfolio-card.portfolio-card-hidden {
  display: none;
}

/* Project modal */
.project-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.project-modal[data-open="true"] {
  opacity: 1;
  visibility: visible;
}

.project-modal[hidden] {
  display: flex !important;
  pointer-events: none;
}

.project-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
}

.project-modal-box {
  position: relative;
  width: 100%;
  max-width: 920px;
  max-height: 90vh;
  overflow: auto;
  background: #0f0f14;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.project-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.project-modal-close:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
}

.project-modal-inner {
  display: grid;
  grid-template-columns: 1fr 340px;
  min-height: 420px;
}

.project-modal-left {
  padding: 32px 32px 32px 36px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.project-modal-badge {
  display: inline-block;
  width: fit-content;
  padding: 6px 12px;
  border-radius: 8px;
  background: rgba(0, 255, 232, 0.15);
  border: 1px solid rgba(0, 255, 232, 0.3);
  font-family: var(--font-body), sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #00ffe8;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.project-modal-title {
  font-family: var(--font-body), sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  gap: 10px;
}

.project-modal-title-logo {
  flex-shrink: 0;
}

.project-modal-by {
  font-family: var(--font-body), sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.project-modal-browser {
  flex: 0 0 auto;
  width: 420px !important;
  max-width: 420px !important;
  min-width: 420px !important;
  height: fit-content;
  min-height: 0;
  background: #12121a;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.project-modal-browser-bar {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 3px 6px;
  background: rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.project-modal-browser-dots {
  display: flex;
  gap: 2px;
}

.project-modal-browser-dots i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: block;
}

.project-modal-browser-url {
  flex: 1;
  font-size: 8px;
  color: rgba(255, 255, 255, 0.4);
  font-family: ui-monospace, monospace;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.project-modal-browser-tab {
  font-size: 8px;
  color: rgba(255, 255, 255, 0.5);
  max-width: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.project-modal-browser-content {
  padding: 4px 4px 0 4px !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  overflow: hidden;
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: min-content;
  min-height: 0;
}

.project-modal-browser-content.has-video {
  height: 229px !important;
  max-height: 229px !important;
  min-height: 229px !important;
}

#project-modal-videos.project-modal-videos {
  display: block !important;
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box;
}

#project-modal-videos .project-modal-video-main-wrap {
  display: block !important;
  width: 100% !important;
  height: 225px !important;
  max-height: 225px !important;
  overflow: hidden;
  border-radius: 4px;
  background: #0a0a0f;
  border: 1px solid rgba(255, 255, 255, 0.06);
  margin: 0 !important;
  padding: 0 !important;
}

#project-modal-videos .project-modal-video-main,
#project-modal-video-main {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-height: 225px !important;
  border-radius: 4px;
  background: #0a0a0f;
  border: none;
  object-fit: cover;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: top;
}

/* Hide volume control on main video - no audio option */
#project-modal-video-main::-webkit-media-controls-volume-slider,
#project-modal-video-main::-webkit-media-controls-mute-button,
#project-modal-video-main::-webkit-media-controls-volume-control-container {
  display: none !important;
}
#project-modal-video-main::-webkit-media-controls-panel {
  padding-right: 0;
}

/* Strip shrinks to fit the small thumb only - no full width */
.project-modal-video-thumb-strip {
  margin-top: 6px;
  width: fit-content !important;
  max-width: 100%;
  flex-shrink: 0;
}

/* Secondary video box: fixed small size, always smaller than browser (300×140) */
#project-modal-video-thumb-btn.project-modal-video-thumb-wrap {
  display: block !important;
  width: 74px !important;
  height: 42px !important;
  min-width: 74px !important;
  max-width: 74px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  padding: 0 !important;
  margin: 0 !important;
  background: rgba(20, 20, 28, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden !important;
  box-sizing: border-box;
  transition: border-color 0.2s ease, background 0.2s ease;
}

#project-modal-video-thumb-btn:hover,
.project-modal-video-thumb-wrap:hover {
  border-color: rgba(0, 255, 232, 0.35);
  background: rgba(255, 255, 255, 0.04);
}

#project-modal-video-thumb.project-modal-video-thumb {
  width: 74px !important;
  height: 42px !important;
  min-width: 74px !important;
  max-width: 74px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  border-radius: 2px;
  background: #000;
  object-fit: cover;
  pointer-events: none;
  display: block !important;
}


.project-modal-preview-placeholder {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  text-align: center;
}

.project-modal-preview-cta {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 8px;
  background: linear-gradient(135deg, #00ffe8 0%, #00d4c4 100%);
  color: #000;
  font-family: var(--font-body), sans-serif;
  font-size: 13px;
  font-weight: 600;
  width: fit-content;
}

.project-modal-preview-headline {
  font-family: var(--font-body), sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  letter-spacing: 0.02em;
}

.project-modal-preview-text {
  font-family: var(--font-body), sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
  max-width: 320px;
  line-height: 1.5;
}

.project-modal-preview-footer {
  font-family: var(--font-body), sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  margin: 16px 0 0 0;
}

.project-modal-right {
  padding: 32px;
  background: rgba(255, 255, 255, 0.02);
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0 20px 20px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.project-modal-service-heading {
  font-family: var(--font-body), sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 4px 0;
}

.project-modal-service-tabs {
  display: flex;
  gap: 8px;
}

.project-modal-service-tab {
  padding: 8px 16px;
  border-radius: 8px;
  font-family: var(--font-body), sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: all 0.2s ease;
}

.project-modal-service-tab:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}

.project-modal-service-tab-active {
  background: linear-gradient(135deg, #00ffe8 0%, #00d4c4 100%);
  border-color: #00ffe8;
  color: #000;
}

.project-modal-cta-text {
  font-family: var(--font-body), sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: 1.4;
}

.project-modal-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: 12px;
  font-family: var(--font-body), sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.project-modal-btn:hover {
  opacity: 0.95;
  transform: translateY(-1px);
}

.project-modal-btn-discord {
  background: #5865f2;
  box-shadow: 0 4px 16px rgba(88, 101, 242, 0.35);
}

.project-modal-btn-telegram {
  background: #0088cc;
  box-shadow: 0 4px 16px rgba(0, 136, 204, 0.35);
}

@media (max-width: 768px) {
  .project-modal-inner {
    grid-template-columns: 1fr;
  }
  .project-modal-right {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 0;
  }
  .project-modal-left {
    padding: 24px 24px 20px;
  }
  .project-modal-title {
    font-size: 24px;
  }
}

.products-header {
  text-align: center;
  margin-bottom: 60px;
}

.products-subtitle {
  font-family: var(--font-body), sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #00ffe8;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.products-subtitle i {
  font-size: 12px;
  color: #00ffe8;
}

.products-container h1 {
  font-family: var(--font-body), sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 56px;
  line-height: 1.2;
  color: #FFFFFF;
  margin: 0 0 20px 0;
}

.products-description {
  font-family: var(--font-body), sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.products-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  max-width: 1200px;
}

.products-tabs .tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  font-family: var(--font-body), sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.products-tabs .tab-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(0, 255, 232, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
}

.products-tabs .tab-btn:active::before {
  width: 300px;
  height: 300px;
}

.products-tabs .tab-btn i {
  font-size: 14px;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.products-tabs .tab-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  transform: translateY(-2px);
}

.products-tabs .tab-btn:active {
  transform: scale(0.96);
}

.products-tabs .tab-btn.active {
  background: linear-gradient(135deg, #00ffe8 0%, #00ffe8 100%);
  border-color: #00ffe8;
  color: #FFFFFF;
  box-shadow: 0 4px 20px rgba(0, 255, 232, 0.4), 0 0 0 3px rgba(0, 255, 232, 0.1);
  transform: translateY(-1px);
  animation: tabActivate 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.products-tabs .tab-btn.active i {
  opacity: 1;
  animation: iconPop 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes tabActivate {
  0% {
    transform: scale(0.95) translateY(-1px);
    box-shadow: 0 2px 10px rgba(0, 255, 232, 0.2);
  }
  50% {
    transform: scale(1.02) translateY(-1px);
    box-shadow: 0 6px 30px rgba(0, 255, 232, 0.5);
  }
  100% {
    transform: scale(1) translateY(-1px);
    box-shadow: 0 4px 20px rgba(0, 255, 232, 0.4), 0 0 0 3px rgba(0, 255, 232, 0.1);
  }
}

@keyframes iconPop {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.products-container .products, .products-container .groups {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  width: 100%;
  max-width: 1400px;
  padding: 0 20px;
}

.products-container .products .product, .products-container .products .group, .products-container .groups .product, .products-container .groups .group {
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid rgba(168, 85, 247, 0.3);
  backdrop-filter: blur(20px);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
}

.products-container .products .product .image, .products-container .products .group .image, .products-container .groups .product .image, .products-container .groups .group .image {
  width: 100%;
  height: 220px;
  border-radius: 0;
  content: "";
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border-bottom: 2px solid rgba(168, 85, 247, 0.3);
}

.products-container .products .product .text, .products-container .products .group .text, .products-container .groups .product .text, .products-container .groups .group .text {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.products-container .products .product .text h3, .products-container .products .group .text h3, .products-container .groups .product .text h3, .products-container .groups .group .text h3 {
  font-family: var(--font-body), sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
  margin: 0;
}

.products-container .products .product .text .price, .products-container .products .group .text .price, .products-container .groups .product .text .price, .products-container .groups .group .text .price {
  font-family: var(--font-body), sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.products-container .products .product .text .price span, .products-container .products .group .text .price span, .products-container .groups .product .text .price span, .products-container .groups .group .text .price span {
  font-size: 24px;
  font-weight: 700;
  color: #A855F7;
  margin-left: 4px;
}

.products-container .products .product button, .products-container .products .group button, .products-container .groups .product button, .products-container .groups .group button {
  width: 100%;
  padding: 14px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  font-family: var(--font-body), sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
}

.products-container .products .product button:hover, .products-container .products .group button:hover, .products-container .groups .product button:hover, .products-container .groups .group button:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}

.products-container .groups .group .text {
  justify-content: center;
  align-items: center;
}
.product, .group {
  transition: all 0.3s ease;
}
.product:hover, .group:hover {
  transform: translateY(-4px);
  border-color: rgba(168, 85, 247, 0.6);
  box-shadow: 0 8px 32px rgba(168, 85, 247, 0.2);
}

@media (max-width: 900px) {
  .products-container {
    padding: 120px 40px 150px;
  }
  .products-container h1 {
    font-size: 42px;
  }
  .portfolio-title {
    font-size: 38px;
  }
  .portfolio-subtitle {
    font-size: 15px;
  }
  .portfolio-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
  }
  .products-tabs {
    gap: 8px;
  }
  .products-tabs .tab-btn {
    padding: 10px 18px;
    font-size: 13px;
  }
  .products-container .products, .products-container .groups {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
  }
}

@media (max-width: 550px) {
  .products-container {
    padding: 100px 20px 120px;
  }
  .products-container h1 {
    font-size: 36px;
  }
  .portfolio-title {
    font-size: 32px;
  }
  .portfolio-subtitle {
    font-size: 14px;
  }
  .portfolio-header {
    margin-bottom: 36px;
  }
  .portfolio-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0;
  }
  .portfolio-card-preview {
    height: 180px;
  }
  .products-subtitle {
    font-size: 12px;
  }
  .products-description {
    font-size: 15px;
  }
  .products-tabs {
    gap: 8px;
  }
  .products-tabs .tab-btn {
    padding: 8px 14px;
    font-size: 12px;
  }
  .products-tabs .tab-btn i {
    font-size: 12px;
  }
  .products-container .products, .products-container .groups {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0;
  }
}
/* ToS page – same look as main site */
.tos-page .tos-main {
  min-height: 60vh;
  padding: 120px 24px 100px;
  max-width: 800px;
  margin: 0 auto;
}

.tos-page .tos-content {
  background: linear-gradient(160deg, rgba(14, 14, 20, 0.95) 0%, rgba(22, 22, 30, 0.92) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 48px 44px 56px;
  font-family: var(--font-body), sans-serif;
}

.tos-page .tos-title {
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px 0;
  letter-spacing: -0.02em;
}

.tos-page .tos-updated {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  margin: 0 0 32px 0;
}

.tos-page .tos-body {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.65;
}

.tos-page .tos-body p {
  margin: 0 0 16px 0;
}

.tos-page .tos-body p:last-of-type {
  margin-bottom: 0;
}

.tos-page .tos-intro {
  font-weight: 500;
  margin-bottom: 28px;
}

.tos-page .tos-h3 {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin: 28px 0 10px 0;
  letter-spacing: -0.01em;
}

.tos-page .tos-h3:first-of-type {
  margin-top: 0;
}

.tos-page .tos-list {
  margin: 0 0 28px 0;
  padding-left: 1.35em;
  list-style: disc;
}

.tos-page .tos-list li {
  margin-bottom: 12px;
}

.tos-page .tos-list li:last-child {
  margin-bottom: 0;
}

.tos-page .tos-contact {
  margin: 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.tos-page .tos-contact a {
  color: #00ffe8;
  font-weight: 600;
  text-decoration: none;
}

.tos-page .tos-contact a:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .tos-page .tos-main {
    padding: 100px 16px 80px;
  }
  .tos-page .tos-content {
    padding: 32px 24px 40px;
  }
}

/* Legacy ToS (kept for any old refs) */
.tos_container {
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  align-items: center !important;
  margin: 0 auto;
  padding-top: 150px;
}

.card {
  margin-bottom: 100px;
  padding: 70px 20px;
  width: 1200px;
  border-radius: 30px;
  background-color: rgba(51, 53, 65, 0.3764705882);
  margin-left: auto;
  margin-right: auto;
  font-family: var(--font-body), sans-serif !important;
}

.card .primary-heading {
  text-align: center;
  background: linear-gradient(177.78deg, #000000 -43.29%, #00ffe8 52.12%, #00ffe8 73.73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 4em;
  font-family: var(--font-body), sans-serif !important;
}

.paragraph {
  font-family: var(--font-body), sans-serif !important;
  color: rgb(179, 179, 179);
  margin-left: 50px;
  margin-right: 25px;
  padding-top: 50px;
  font-size: 1.2em;
  line-height: 1.3em;
  font-weight: 500;
}

.bold {
  font-weight: 700;
  color: white;
}

.footer-heading {
  text-align: center;
  font-family: josefin sans;
  color: white;
  margin-bottom: 50px;
  font-size: 2em;
  line-height: 35px;
}

@media only screen and (max-width: 1218px) {
  .card {
    margin-top: 100px;
    margin-bottom: 100px;
    width: 1000px;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1012px) {
  .card {
    margin-top: 100px;
    margin-bottom: 100px;
    width: 800px;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 832px) {
  .card {
    margin-top: 100px;
    margin-bottom: 100px;
    width: 600px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 50px 20px;
  }
  .card .primary-heading {
    font-size: 2.5em;
  }
  .paragraph {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media only screen and (max-width: 626px) {
  .card {
    margin-top: 100px;
    margin-bottom: 100px;
    width: 450px;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .header-mobile {
    display: block;
  }
  .main-header {
    display: none;
  }
  .card .primary-heading {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 480px) {
  .card {
    margin-top: 100px;
    margin-bottom: 100px;
    width: 350px;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .card .primary-heading {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 365px) {
  .card {
    margin-top: 100px;
    margin-bottom: 100px;
    width: 290px;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.reviews-container {
  max-width: 1800px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 120px;
  padding-top: 800px;
  margin: 0 auto !important;
  position: relative;
  overflow: visible;
  isolation: isolate;
}
/* Full-width background so it touches screen edges on large monitors */
.reviews-container::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background:
    radial-gradient(ellipse 85% 45% at 50% 8%, rgba(0, 255, 232, 0.11) 0%, transparent 48%),
    radial-gradient(ellipse 55% 50% at 15% 45%, rgba(168, 85, 247, 0.08) 0%, transparent 52%),
    radial-gradient(ellipse 50% 45% at 88% 65%, rgba(225, 0, 255, 0.07) 0%, transparent 52%),
    linear-gradient(180deg, #07040e 0%, #0e091a 35%, #0a0614 70%, #080510 100%);
  pointer-events: none;
  animation: reviewsBgPulse 24s ease-in-out infinite alternate;
}

@keyframes reviewsBgPulse {
  0% {
    opacity: 0.92;
  }
  100% {
    opacity: 1;
  }
}

.reviews-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
  box-shadow:
    inset 0 24px 48px -20px rgba(0, 0, 0, 0.18),
    inset 0 -40px 48px -28px rgba(0, 255, 232, 0.06);
}
.reviews-container .reviews-content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 88px;
  width: 100%;
  max-width: 1500px;
  padding: 0 40px;
  box-sizing: border-box;
}
.reviews-container .reviews-left {
  flex: 1;
  max-width: 520px;
  position: sticky;
  top: 120px;
  align-self: flex-start;
}
.reviews-container .happy-clients-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: rgba(0, 255, 232, 0.08);
  border: 1px solid rgba(0, 255, 232, 0.38);
  border-radius: 999px;
  margin-bottom: 22px;
  box-shadow:
    0 0 32px rgba(0, 255, 232, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.reviews-container .badge-dot {
  width: 7px;
  height: 7px;
  background: #00ffe8;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 255, 232, 0.6);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    box-shadow: 0 0 10px rgba(0, 255, 232, 0.6);
  }
  50% {
    box-shadow: 0 0 20px rgba(0, 255, 232, 0.9);
  }
}

.reviews-container .reviews-subtitle {
  font-family: var(--font-body), sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #00ffe8;
  margin: 0;
  display: inline;
  text-transform: uppercase;
}
.reviews-container .reviews-heading {
  font-family: var(--font-body), sans-serif;
  font-size: clamp(36px, 4.5vw, 48px);
  font-weight: 700;
  line-height: 1.1;
  color: #ffffff;
  margin: 0 0 22px 0;
  letter-spacing: -0.03em;
  text-shadow: 0 4px 32px rgba(0, 0, 0, 0.45);
  filter: drop-shadow(0 0 40px rgba(0, 255, 232, 0.08));
}
.reviews-container .reviews-description {
  font-family: var(--font-body), sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 36px;
  padding: 20px 22px;
  border-radius: 18px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
}
.reviews-container .reviews-stats {
  display: flex;
  gap: 18px;
  margin-bottom: 36px;
}
.reviews-container .stat-card {
  text-align: center;
  padding: 22px 18px;
  background: linear-gradient(165deg, rgba(20, 20, 32, 0.92) 0%, rgba(12, 12, 20, 0.95) 100%);
  border: 1px solid rgba(0, 255, 232, 0.2);
  border-radius: 18px;
  flex: 1;
  transition: transform 0.35s ease, border-color 0.3s ease, box-shadow 0.35s ease;
  backdrop-filter: blur(12px);
  box-shadow:
    0 10px 32px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 0 36px rgba(0, 255, 232, 0.05);
}
.reviews-container .stat-card:hover {
  border-color: rgba(0, 255, 232, 0.45);
  transform: translateY(-6px);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.35),
    0 0 44px rgba(0, 255, 232, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}
.reviews-container .stat-card h3 {
  font-family: var(--font-body), sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: #00ffe8;
  margin: 0 0 8px 0;
  line-height: 1;
  text-shadow: 0 0 28px rgba(0, 255, 232, 0.35);
}
.reviews-container .stat-card p {
  font-family: var(--font-body), sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
}
.reviews-container .reviews-buttons {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}
.reviews-container .btn-view-products {
  padding: 14px 28px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  font-family: var(--font-body), sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  transition: border-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
}
.reviews-container .btn-view-products:hover {
  border-color: rgba(0, 255, 232, 0.55);
  color: #00ffe8;
  transform: translateY(-2px);
  box-shadow: 0 0 28px rgba(0, 255, 232, 0.15);
}
.reviews-container .btn-shop-now {
  padding: 14px 28px;
  background: linear-gradient(135deg, #5dffef 0%, #00ffe8 45%, #00c4b8 100%);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  font-family: var(--font-body), sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #061016;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow:
    0 0 32px rgba(0, 255, 232, 0.35),
    0 6px 20px rgba(0, 255, 232, 0.2);
}
.reviews-container .btn-shop-now:hover {
  transform: translateY(-3px);
  box-shadow:
    0 0 44px rgba(0, 255, 232, 0.45),
    0 10px 28px rgba(0, 255, 232, 0.3);
}
.reviews-container .reviews-right {
  flex: 1;
  max-width: 560px;
  position: relative;
  min-height: 1500px;
}
.reviews-container .reviews-scroll {
  width: 100%;
  position: relative;
}
.reviews-container .reviews-scroll .review {
  width: 100%;
  background: linear-gradient(165deg, rgba(22, 22, 34, 0.95) 0%, rgba(10, 10, 18, 0.97) 100%);
  border: 1px solid rgba(0, 255, 232, 0.16);
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
  border-radius: 22px;
  padding: 24px 24px 22px;
  margin-bottom: 28px;
  transition: transform 0.35s ease, border-color 0.3s ease, box-shadow 0.35s ease;
  position: sticky;
  top: 0;
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 40px rgba(0, 255, 232, 0.04);
  overflow: hidden;
}

.reviews-container .reviews-scroll .review::before {
  content: '';
  position: absolute;
  top: 0;
  left: 12%;
  right: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  pointer-events: none;
  z-index: 1;
}
.reviews-container .reviews-scroll .review:nth-child(1) { top: 120px; }
.reviews-container .reviews-scroll .review:nth-child(2) { top: 140px; }
.reviews-container .reviews-scroll .review:nth-child(3) { top: 160px; }
.reviews-container .reviews-scroll .review:nth-child(4) { top: 180px; }
.reviews-container .reviews-scroll .review:nth-child(5) { top: 200px; }
.reviews-container .reviews-scroll .review:nth-child(6) { top: 220px; }
.reviews-container .reviews-scroll .review:nth-child(7) { top: 240px; }
.reviews-container .reviews-scroll .review:nth-child(8) { top: 260px; }
.reviews-container .reviews-scroll .review:nth-child(9) { top: 280px; }
.reviews-container .reviews-scroll .review:nth-child(10) { top: 300px; }
.reviews-container .reviews-scroll .review:nth-child(11) { top: 320px; }
.reviews-container .reviews-scroll .review:nth-child(12) { top: 340px; }
.reviews-container .reviews-scroll .review:nth-child(13) { top: 360px; }
.reviews-container .reviews-scroll .review:nth-child(14) { top: 380px; }
.reviews-container .reviews-scroll .review:nth-child(15) { top: 400px; }
.reviews-container .reviews-scroll .review:hover {
  border-color: rgba(0, 255, 232, 0.42);
  transform: scale(1.02) translateY(-2px);
  z-index: 10;
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.45),
    0 0 48px rgba(0, 255, 232, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.reviews-container .reviews-scroll .review .review-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  position: relative;
  z-index: 2;
}
.reviews-container .reviews-scroll .review .review-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(0, 255, 232, 0.45);
  box-shadow: 0 0 20px rgba(0, 255, 232, 0.2);
}
.reviews-container .reviews-scroll .review .review-info {
  flex: 1;
}
.reviews-container .reviews-scroll .review .review-name {
  font-family: var(--font-body), sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 3px 0;
  line-height: 1;
}
.reviews-container .reviews-scroll .review .review-role {
  font-family: var(--font-body), sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  line-height: 1;
}
.reviews-container .reviews-scroll .review .review-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  position: relative;
  z-index: 2;
}
.reviews-container .reviews-scroll .review .rating-number {
  font-family: var(--font-body), sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 0 20px rgba(0, 255, 232, 0.15);
}
.reviews-container .reviews-scroll .review .review-rating .stars {
  display: flex;
  align-items: center;
}
.reviews-container .reviews-scroll .review .review-rating .stars img {
  width: 70px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(77%) sepia(68%) saturate(579%) hue-rotate(66deg) brightness(98%) contrast(89%);
}
.reviews-container .reviews-scroll .review .review-text {
  font-family: var(--font-body), sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  margin: 0 0 14px 0;
  font-style: italic;
  position: relative;
  z-index: 2;
}
.reviews-container .reviews-scroll .review .review-date {
  font-family: var(--font-body), sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(0, 255, 232, 0.55);
  position: relative;
  z-index: 2;
}

@media (max-width: 1200px) {
  .reviews-container .reviews-content {
    flex-direction: column;
    gap: 48px;
    padding: 0 28px;
  }
  .reviews-container .reviews-left {
    max-width: 100%;
    position: static;
  }
  .reviews-container .reviews-right {
    max-width: 100%;
    min-height: auto;
  }
  .reviews-container .reviews-scroll .review {
    margin-bottom: 20px;
  }
}
@media (max-width: 750px) {
  .reviews-container {
    padding: 400px 22px 100px;
  }
  .reviews-container .reviews-content {
    padding: 0 16px;
  }
  .reviews-container .happy-clients-badge {
    font-size: 9px;
    padding: 4px 10px;
    gap: 5px;
  }
  .reviews-container .badge-dot {
    width: 6px;
    height: 6px;
  }
  .reviews-container .reviews-heading {
    font-size: 32px;
  }
  .reviews-container .reviews-stats {
    flex-direction: column;
    gap: 15px;
  }
  .reviews-container .stat-card {
    padding: 16px 18px;
  }
  .reviews-container .stat-card h3 {
    font-size: 32px;
  }
  .reviews-container .reviews-buttons {
    flex-direction: column;
    width: 100%;
  }
  .reviews-container .reviews-buttons a {
    width: 100%;
    justify-content: center;
  }
}

/* FAQ SECTION */
.faq-container {
  width: 100%;
  min-width: 100%;
  padding: 120px 48px 80px 48px;
  position: relative;
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(0, 255, 232, 0.1) 0%, transparent 45%),
    radial-gradient(ellipse 45% 40% at 95% 60%, rgba(225, 0, 255, 0.08) 0%, transparent 50%),
    linear-gradient(180deg, #07040e 0%, #0c0718 40%, #0a0614 100%);
  overflow: hidden;
  box-shadow:
    inset 0 24px 48px -20px rgba(0, 0, 0, 0.2),
    inset 0 -40px 48px -28px rgba(0, 255, 232, 0.05);
  box-sizing: border-box;
  margin-bottom: 0;
  isolation: isolate;
}

.faq-container::before {
  content: '';
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 65%;
  background: radial-gradient(ellipse at center, rgba(0, 255, 232, 0.09) 0%, transparent 52%);
  pointer-events: none;
  z-index: 0;
  animation: faqAmbient 22s ease-in-out infinite alternate;
}

.faq-container::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -10%;
  width: 50%;
  height: 45%;
  background: radial-gradient(ellipse at center, rgba(140, 100, 255, 0.1) 0%, transparent 55%);
  pointer-events: none;
  z-index: 0;
}

@keyframes faqAmbient {
  0% {
    opacity: 0.88;
  }
  100% {
    opacity: 1;
  }
}

.faq-container .faq-content {
  position: relative;
  z-index: 1;
}

.faq-content {
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.faq-header {
  text-align: center;
  margin-bottom: 56px;
}

.faq-header::after {
  content: '';
  display: block;
  width: min(480px, 88%);
  height: 2px;
  margin: 32px auto 0;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, rgba(0, 255, 232, 0.5), rgba(225, 0, 255, 0.4), transparent);
  box-shadow: 0 0 22px rgba(0, 255, 232, 0.2);
}

.faq-subtitle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body), sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #00ffe8;
  margin: 0 0 20px;
  padding: 10px 20px;
  border-radius: 999px;
  background: rgba(0, 255, 232, 0.08);
  border: 1px solid rgba(0, 255, 232, 0.35);
  box-shadow:
    0 0 28px rgba(0, 255, 232, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.faq-heading {
  font-family: var(--font-body), sans-serif;
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 22px 0;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-shadow: 0 4px 36px rgba(0, 0, 0, 0.45);
  filter: drop-shadow(0 0 42px rgba(0, 255, 232, 0.08));
}

.faq-description {
  font-family: var(--font-body), sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
  max-width: 560px;
  margin: 0 auto;
  padding: 20px 26px;
  border-radius: 18px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
}

.faq-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  counter-reset: faq;
}

.faq-item {
  position: relative;
  counter-increment: faq;
  background: linear-gradient(165deg, rgba(20, 20, 32, 0.94) 0%, rgba(12, 12, 20, 0.97) 100%);
  border: 1px solid rgba(0, 255, 232, 0.18);
  border-radius: 18px;
  overflow: hidden;
  transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.3s ease;
  backdrop-filter: blur(14px);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.faq-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
  pointer-events: none;
  z-index: 1;
}

.faq-item:hover {
  border-color: rgba(0, 255, 232, 0.32);
  box-shadow:
    0 14px 40px rgba(0, 0, 0, 0.32),
    0 0 36px rgba(0, 255, 232, 0.08);
}

.faq-item.active {
  border-color: rgba(0, 255, 232, 0.45);
  background: linear-gradient(165deg, rgba(0, 40, 42, 0.35) 0%, rgba(14, 14, 26, 0.96) 100%);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.35),
    0 0 48px rgba(0, 255, 232, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.faq-question {
  padding: 22px 26px 22px 84px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
  position: relative;
  z-index: 2;
}

.faq-question::before {
  content: counter(faq, decimal-leading-zero);
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 30px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body), sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: rgba(196, 255, 248, 0.92);
  background: linear-gradient(120deg, rgba(0, 255, 232, 0.16) 0%, rgba(126, 64, 255, 0.14) 100%);
  border: 1px solid rgba(0, 255, 232, 0.38);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 6px 16px rgba(0, 0, 0, 0.28);
}

.faq-question h3 {
  font-family: var(--font-body), sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  flex: 1;
  letter-spacing: -0.015em;
  line-height: 1.35;
  padding-right: 16px;
}

.faq-question i {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #00ffe8;
  border-radius: 10px;
  background: rgba(0, 255, 232, 0.1);
  border: 1px solid rgba(0, 255, 232, 0.25);
  transition: transform 0.35s cubic-bezier(0.34, 1.45, 0.64, 1), background 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 0 16px rgba(0, 255, 232, 0.1);
}

.faq-item.active .faq-question::before {
  color: rgba(230, 255, 252, 0.98);
  background: linear-gradient(120deg, rgba(0, 255, 232, 0.24) 0%, rgba(126, 64, 255, 0.24) 100%);
  border-color: rgba(0, 255, 232, 0.55);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 22px rgba(0, 255, 232, 0.2);
}

.faq-item.active .faq-question i {
  transform: rotate(180deg);
  background: rgba(0, 255, 232, 0.18);
  box-shadow: 0 0 24px rgba(0, 255, 232, 0.25);
}

.faq-answer {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  padding: 0 26px;
  transition: height 0.46s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.28s ease, transform 0.36s ease, padding-bottom 0.34s ease;
  will-change: height, opacity, transform;
}

.faq-item.active .faq-answer {
  opacity: 1;
  transform: translateY(0);
  padding-bottom: 24px;
}

.faq-answer p {
  font-family: var(--font-body), sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
  padding-left: 58px;
  position: relative;
  z-index: 2;
  transition: opacity 0.22s ease;
}

.faq-footer {
  text-align: center;
  margin-top: 48px;
  padding-top: 0;
  border-top: none;
}

.faq-cta-card {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
  border-radius: 22px;
  padding: 1px;
  background: linear-gradient(
    125deg,
    rgba(0, 255, 232, 0.65) 0%,
    rgba(140, 100, 255, 0.45) 45%,
    rgba(0, 255, 232, 0.2) 100%
  );
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.07) inset,
    0 28px 90px -28px rgba(0, 255, 232, 0.28),
    0 18px 50px -24px rgba(100, 70, 220, 0.35);
  overflow: hidden;
}

.faq-cta-card-shine {
  position: absolute;
  inset: -40% -60%;
  background: linear-gradient(
    105deg,
    transparent 40%,
    rgba(255, 255, 255, 0.06) 50%,
    transparent 60%
  );
  animation: faqCtaShine 7s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}

@keyframes faqCtaShine {
  0%,
  100% {
    transform: translateX(-12%) rotate(0deg);
  }
  50% {
    transform: translateX(12%) rotate(0deg);
  }
}

.faq-cta-card-inner {
  position: relative;
  z-index: 2;
  padding: 38px 34px 34px;
  border-radius: 21px;
  background: linear-gradient(
    165deg,
    rgba(22, 18, 38, 0.97) 0%,
    rgba(10, 8, 22, 0.99) 48%,
    rgba(14, 20, 32, 0.96) 100%
  );
  backdrop-filter: blur(14px);
}

.faq-cta-pill {
  display: inline-block;
  font-family: var(--font-body), sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(0, 255, 232, 0.95);
  background: rgba(0, 255, 232, 0.08);
  border: 1px solid rgba(0, 255, 232, 0.28);
  border-radius: 999px;
  padding: 9px 16px;
  margin-bottom: 18px;
}

.faq-cta-title {
  font-family: var(--font-display), sans-serif;
  font-size: clamp(28px, 4.2vw, 40px);
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 14px;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.faq-cta-typewriter-wrap {
  min-height: 2.35em;
  margin: 0 0 14px;
  font-size: clamp(15px, 2.2vw, 18px);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}

.faq-cta-typewriter {
  font-family: var(--font-body), sans-serif;
  background: linear-gradient(92deg, #ffffff 0%, #c8fff8 55%, #9af5ea 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.faq-cta-cursor {
  display: inline-block;
  width: 2px;
  height: 1.12em;
  margin-left: 4px;
  background: #00ffe8;
  border-radius: 1px;
  vertical-align: -0.12em;
  box-shadow: 0 0 14px rgba(0, 255, 232, 0.85);
  animation: faqCtaBlink 0.92s step-end infinite;
}

@keyframes faqCtaBlink {
  50% {
    opacity: 0;
  }
}

.faq-cta-sub {
  font-family: var(--font-body), sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.6;
  max-width: 440px;
  margin: 0 auto 28px;
}

.faq-cta-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.faq-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  font-family: var(--font-body), sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 12px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.faq-cta-btn i {
  font-size: 18px;
}

.faq-cta-btn--primary {
  color: #061016;
  background: linear-gradient(135deg, #5dffef 0%, #00ffe8 50%, #00d4c4 100%);
  box-shadow: 0 6px 28px rgba(0, 255, 232, 0.35);
}

.faq-cta-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 36px rgba(0, 255, 232, 0.5);
}

.faq-cta-btn--ghost {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(0, 255, 232, 0.35);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}

.faq-cta-btn--ghost:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(0, 255, 232, 0.55);
  box-shadow: 0 8px 32px rgba(0, 255, 232, 0.12);
}

@media (max-width: 768px) {
  .faq-container {
    padding: 80px 22px 48px 22px;
  }
  
  .faq-heading {
    font-size: 36px;
  }
  
  .faq-question {
    padding: 20px 18px 20px 64px;
  }

  .faq-question::before {
    left: 16px;
    width: 38px;
    height: 26px;
    font-size: 10px;
  }
  
  .faq-question h3 {
    font-size: 16px;
  }
  
  .faq-answer {
    padding: 0 20px;
  }

  .faq-item.active .faq-answer {
    padding-bottom: 20px;
  }
  
  .faq-answer p {
    font-size: 14px;
    padding-left: 44px;
  }
  
  .faq-cta-card-inner {
    padding: 30px 22px 28px;
  }

  .faq-cta-actions {
    flex-direction: column;
    width: 100%;
  }

  .faq-cta-btn {
    width: 100%;
  }
}

/* Bricolage Grotesque (display); IBM Plex Sans (body)—distinct from typical SaaS pairings */
h1,
h2,
h3,
h4,
h5,
h6,
.hero-section .left-side .title,
.about-section .about-left .title-about,
.pricing-title,
.pricing-extras-title,
.pricing-details-title,
.pricing-card-name,
.features-showcase-title,
.bento-title,
.premium-title,
.about-us-headline,
.about-us-pillar-title,
.features-container .features-main-heading,
.features-container .phone-badge .badge-title,
.features-container .badge-text .badge-title,
.portfolio-title,
.portfolio-card-title,
.project-modal-title,
.project-modal-preview-headline,
.project-modal-service-heading,
.tos-page .tos-title,
.card .primary-heading,
.footer-heading,
.reviews-container .reviews-heading,
.faq-heading,
.faq-question h3,
.device-headline,
.navbar-link,
.scroll-to-top-button {
  font-family: var(--font-display), sans-serif;
}

/*# sourceMappingURL=style.css.map */