:root {
  --p: #6a1b9a;
  --pl: #b983ff;
  --pd: #2d0f4f;
  --pdk: #1a0b2e;
  --s: #7b1fa2;
  --sd: #4a148c;
  --gold: #f59e0b;
  --hot: #ef4444;
  --teal: #0ea5e9;
  --mint: #10b981;
  --light: #f3e8ff;
  --soft: #e8daef;
  --ink: #1f1f1f;
  --muted: #667781;

  --lite-c: #6a1b9a;
  --lite-cl: #b983ff;
  --pro-c: #d97706;
  --pro-cl: #fcd34d;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  font-family: "Nunito", sans-serif;
  color: var(--ink);
  overflow-x: hidden;
  cursor: none;
  font-size: 17px;
}

#cur {
  width: 14px;
  height: 14px;
  background: var(--p);
  border-radius: 50%;
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition:
    width 0.2s,
    height 0.2s,
    background 0.2s;
  mix-blend-mode: multiply;
}

#cur-r {
  width: 36px;
  height: 36px;
  border: 2px solid var(--pl);
  border-radius: 50%;
  position: fixed;
  z-index: 9998;
  pointer-events: none;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  transition: all 0.1s;
}

#blob-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.2;
}

.kolam-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 20px 20px, var(--pl) 1.5px, transparent 1.5px),
    radial-gradient(circle at 60px 60px, var(--p) 1px, transparent 1px),
    radial-gradient(circle at 60px 20px, var(--soft) 1px, transparent 1px),
    radial-gradient(circle at 20px 60px, var(--soft) 1px, transparent 1px);
  background-size: 80px 80px;
  opacity: 0.06;
}

.jaali {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 20h40M20 0v40M0 0l40 40M40 0L0 40' stroke='%236A1B9A' stroke-width='0.4' fill='none' opacity='0.4'/%3E%3Ccircle cx='20' cy='20' r='2' fill='%236A1B9A' opacity='0.3'/%3E%3C/svg%3E");
  background-size: 40px 40px;
  opacity: 0.055;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  padding: 0.9rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(106, 27, 154, 0.07);
  box-shadow: 0 2px 20px rgba(106, 27, 154, 0.05);
  transition: all 0.3s;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.nl-icon {
  width: 36px;
  height: 36px;
}

.nl-icons {
  width: 200px;
}

/*      .nl-text {
            font-family: 'Baloo Thambi 2', cursive;
            font-size: 1.55rem;
            font-weight: 800;
            background: linear-gradient(135deg, var(--p), var(--pl));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        } */
.hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.4rem;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.nav-links {
  display: flex;
  gap: 2rem;
  list-style: none;
}

.nav-links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 700;
  transition: color 0.2s;
  position: relative;
}

.nav-links a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--p);
  border-radius: 1px;
  transition: width 0.3s;
}

.nav-links a:hover {
  color: var(--p);
}

.nav-links a:hover::after {
  width: 100%;
}

.nav-dl {
  background: linear-gradient(135deg, var(--p), var(--sd));
  color: #fff;
  border: none;
  padding: 0.55rem 1.5rem;
  border-radius: 50px;
  font-weight: 800;
  font-size: 0.92rem;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(106, 27, 154, 0.28);
  transition: all 0.25s;
  font-family: "Nunito", sans-serif;
}

.nav-dl:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(106, 27, 154, 0.44);
}

.phone-frame {
  position: relative;
  animation: phoneFloat 5s ease-in-out infinite;
}

.phone-frame .glow {
  position: absolute;
  inset: -14px;
  border-radius: 52px;
  background: linear-gradient(
    135deg,
    rgba(185, 131, 255, 0.28),
    rgba(106, 27, 154, 0.12)
  );
  filter: blur(14px);
  z-index: 0;
}

.phone-bezel {
  position: relative;
  z-index: 1;
  background: #0a0a0a;
  border-radius: 40px;
  padding: 4px;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.45),
    0 0 0 1px #1a1a1a;
}

.phone-top {
  background: #111;
  border-radius: 38px 38px 0 0;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone-pill {
  width: 55px;
  height: 10px;
  background: #0a0a0a;
  border-radius: 50px;
}

.phone-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
}

.phone-bottom {
  background: #111;
  border-radius: 0 0 38px 38px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone-bar {
  width: 70px;
  height: 4px;
  background: #333;
  border-radius: 2px;
}

#hero {
  min-height: 100vh;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 7rem 4rem 3rem;
  gap: 3rem;
  overflow: hidden;
  background: linear-gradient(155deg, #fff 50%, var(--light) 100%);
}

.hero-circle {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(185, 131, 255, 0.2),
    rgba(106, 27, 154, 0.02)
  );
  right: -160px;
  top: -80px;
  pointer-events: none;
  animation: cb 7s ease-in-out infinite;
}

@keyframes cb {
  0%,
  100% {
    transform: scale(1) rotate(0deg);
  }

  50% {
    transform: scale(1.06) rotate(4deg);
  }
}

.hero-ring {
  position: absolute;
  width: 210px;
  height: 210px;
  border: 2px dashed rgba(106, 27, 154, 0.15);
  border-radius: 50%;
  top: 14%;
  right: 30%;
  animation: spinRing 32s linear infinite;
}

@keyframes spinRing {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.hero-ring2 {
  position: absolute;
  width: 110px;
  height: 110px;
  border: 1.5px dashed rgba(185, 131, 255, 0.22);
  border-radius: 50%;
  bottom: 22%;
  left: 6%;
  animation: spinRing 22s linear infinite reverse;
}

.hero-left {
  position: relative;
  z-index: 2;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--light);
  border: 1px solid rgba(185, 131, 255, 0.4);
  padding: 0.4rem 1.1rem;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--p);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1.4rem;
  animation: hIn 0.7s ease both;
}

.pill svg {
  width: 13px;
  height: 13px;
  fill: var(--p);
}

@keyframes hIn {
  from {
    opacity: 0;
    transform: translateY(38px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-title {
  font-family: "Baloo Thambi 2", cursive;
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 0.9rem;
  animation: hIn 0.8s ease 0.18s both;
}

.bw {
  background: linear-gradient(135deg, var(--p), var(--pl));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-sub-line {
  font-family: "Caveat", cursive;
  font-size: 0.58em;
  color: var(--muted);
  display: block;
  font-weight: 600;
  margin-top: 0.2rem;
}

.hero-desc {
  font-size: 1.07rem;
  color: var(--muted);
  line-height: 1.82;
  max-width: 460px;
  margin-bottom: 1.8rem;
  animation: hIn 0.8s ease 0.36s both;
}

.hero-btns {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  animation: hIn 0.8s ease 0.5s both;
}

.btn-main {
  background: black;
  color: #fff;
  padding: 0.88rem 2.1rem;
  border-radius: 50px;
  font-weight: 800;
  font-size: 0.98rem;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 28px rgba(106, 27, 154, 0.33);
  transition: all 0.3s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.btn-main:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 38px rgba(106, 27, 154, 0.48);
}
.btn-main-inner {
  background: black;
  color: #fff;
  padding: 0.88rem 2.1rem;
  border-radius: 50px;
  font-weight: 800;
  font-size: 0.98rem;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 28px rgba(106, 27, 154, 0.33);
  transition: all 0.3s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.btn-main-inner:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 38px rgba(106, 27, 154, 0.48);
}
.btn-line {
  background: transparent;
  color: var(--p);
  padding: 0.88rem 2.1rem;
  border-radius: 50px;
  font-weight: 800;
  font-size: 0.98rem;
  border: 2px solid var(--pl);
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.btn-line:hover {
  background: var(--light);
}

.hero-stats {
  display: flex;
  gap: 1.8rem;
  margin-top: 2.2rem;
  animation: hIn 0.8s ease 0.65s both;
}

.h-s-num {
  font-family: "Baloo Thambi 2", cursive;
  font-size: 1.85rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--p), var(--pl));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.h-s-lbl {
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 700;
  letter-spacing: 0.5px;
}

.hero-right {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  height: 85vh;
}

@keyframes phoneFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-14px);
  }
}

@keyframes floatN {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

.notif-card {
  background: #fff;
  border-radius: 12px;
  padding: 0.6rem 1rem;
  box-shadow: 0 8px 28px rgba(106, 27, 154, 0.18);
  border: 1px solid rgba(185, 131, 255, 0.2);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  animation: floatN 4s ease-in-out infinite;
  position: absolute;
  z-index: 10;
}

.nc1 {
  top: 6%;
  right: -5px;
  animation-delay: 0s;
}

.nc2 {
  bottom: 16%;
  left: -5px;
  animation-delay: 2s;
}

.nc-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex-shrink: 0;
}

.nc-dot.g {
  background: #10b981;
  box-shadow: 0 0 6px #10b981;
}

.nc-dot.o {
  background: #f59e0b;
}

.nc-title {
  font-size: 0.76rem;
  font-weight: 800;
  color: #1f1f1f;
}

.nc-sub {
  font-size: 0.66rem;
  color: #667781;
}

.rotta-banner-wrap {
  position: relative;
  width: 100%;
  max-width: 280px;
  animation: floatN 5s ease-in-out infinite;
  animation-delay: 1s;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rotta-glow {
  position: absolute;
  inset: -10px;
  border-radius: 20px;
  filter: blur(16px);
  z-index: 0;
}

.rotta-ribbon {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.3rem 0.8rem;
  border-radius: 50px;
  letter-spacing: 0.5px;
  box-shadow: 0 3px 12px rgba(245, 158, 11, 0.4);
}

.rotta-banner-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  object-fit: cover;
}

.rotta-label {
  position: relative;
  z-index: 1;
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 1rem;
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(185, 131, 255, 0.2);
}

.rotta-label-name {
  font-family: "Baloo Thambi 2", cursive;
  font-size: 1.05rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--p), var(--pl));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rotta-label-sub {
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--muted);
}

.marquee-sec {
  position: relative;
  z-index: 2;
  background: linear-gradient(135deg, var(--p), var(--sd));
  padding: 1.05rem 0;
  overflow: hidden;
}

.m-track {
  display: flex;
  animation: mq 26s linear infinite;
  white-space: nowrap;
}

.m-track span {
  padding: 0 2rem;
  font-family: "Baloo Thambi 2", cursive;
  font-size: 1.05rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  gap: 0.4rem;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.m-track span svg {
  width: 14px;
  height: 14px;
  fill: rgba(255, 255, 255, 0.8);
  flex-shrink: 0;
}

@keyframes mq {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

#about {
  position: relative;
  z-index: 1;
  padding: 7rem 5rem;
  background: #fff;
  overflow: hidden;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.about-phone-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.about-bg-num {
  position: absolute;
  font-family: "Baloo Thambi 2", cursive;
  font-size: 17rem;
  font-weight: 800;
  color: rgba(185, 131, 255, 0.05);
  top: -30px;
  right: -20px;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.about-phone-inner {
  position: relative;
  display: inline-block;
}

.about-badge {
  position: absolute;
  background: #fff;
  border-radius: 12px;
  padding: 0.5rem 0.85rem;
  box-shadow: 0 6px 24px rgba(106, 27, 154, 0.18);
  border: 1px solid rgba(185, 131, 255, 0.2);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  z-index: 10;
}

.about-badge-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex-shrink: 0;
}

.about-badge-dot.g {
  background: #10b981;
  box-shadow: 0 0 6px #10b981;
}

.about-badge-dot.o {
  background: #f59e0b;
}

.ab-title {
  font-size: 0.72rem;
  font-weight: 800;
  color: #1f1f1f;
}

.ab-sub {
  font-size: 0.62rem;
  color: #667781;
}

.ab-top {
  top: -18px;
  right: -68px;
  animation: floatN 4s ease-in-out infinite;
}

.ab-bot {
  bottom: 70px;
  left: -76px;
  animation: floatN 4s ease-in-out infinite;
  animation-delay: 2.2s;
}

.big-q {
  font-family: "Baloo Thambi 2", cursive;
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.1rem;
  color: var(--ink);
  margin-top: 0.7rem;
}

.hl {
  background: linear-gradient(135deg, var(--p), var(--pl));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.body-text {
  font-size: 1.03rem;
  color: var(--muted);
  line-height: 1.82;
  margin-bottom: 0.9rem;
}

.fact-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.8rem;
}

.fact-box {
  background: var(--light);
  border-radius: 14px;
  padding: 1.2rem;
  text-align: center;
  border: 1px solid rgba(185, 131, 255, 0.17);
  transition: transform 0.3s;
}

.fact-box:hover {
  transform: translateY(-5px);
}

.fact-num {
  font-family: "Baloo Thambi 2", cursive;
  font-size: 2rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--p), var(--pl));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fact-lbl {
  font-size: 0.76rem;
  color: var(--muted);
  font-weight: 700;
  margin-top: 0.2rem;
}

.wave-div {
  overflow: hidden;
  line-height: 0;
  position: relative;
  z-index: 2;
}

.wave-div svg {
  display: block;
  width: 100%;
}

#features {
  position: relative;
  z-index: 1;
  padding: 7rem 5rem;
  background: linear-gradient(180deg, #fff 0%, var(--light) 100%);
  overflow: hidden;
}

.feat-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.sec-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: var(--light);
  border: 1px solid rgba(185, 131, 255, 0.27);
  padding: 0.38rem 1.1rem;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--p);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.sec-pill svg {
  width: 13px;
  height: 13px;
  fill: var(--p);
}

.feat-hdr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: end;
  margin-bottom: 3rem;
}

.sec-title {
  font-family: "Baloo Thambi 2", cursive;
  font-size: clamp(2rem, 3.2vw, 3.1rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--ink);
  margin-top: 0.7rem;
}

.sec-sub {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.78;
}

.f-tabs {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-bottom: 2.2rem;
}

.ft {
  background: #fff;
  border: 1.5px solid rgba(185, 131, 255, 0.2);
  color: var(--muted);
  padding: 0.55rem 1.25rem;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.25s;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-family: "Nunito", sans-serif;
}

.ft svg {
  width: 14px;
  height: 14px;
  fill: var(--muted);
  transition: fill 0.25s;
}

.ft.on,
.ft:hover {
  background: linear-gradient(135deg, var(--p), var(--sd));
  border-color: transparent;
  color: #fff;
  box-shadow: 0 4px 18px rgba(106, 27, 154, 0.26);
}

.ft.on svg,
.ft:hover svg {
  fill: #fff;
}

.feat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 1.1rem;
}

.fc {
  background: #fff;
  border: 1.5px solid rgba(185, 131, 255, 0.1);
  border-radius: 18px;
  padding: 1.6rem 1.4rem;
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.fc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--p), var(--pl));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}

.fc:hover {
  transform: translateY(-8px);
  border-color: rgba(185, 131, 255, 0.33);
  box-shadow: 0 18px 45px rgba(106, 27, 154, 0.1);
}

.fc:hover::before {
  transform: scaleX(1);
}

.fi {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.9rem;
  transition: transform 0.3s;
}

.fc:hover .fi {
  transform: scale(1.1) rotate(-5deg);
}

.fi svg {
  width: 21px;
  height: 21px;
  fill: #fff;
}

.fc:nth-child(3n + 1) .fi {
  background: linear-gradient(135deg, var(--p), var(--sd));
}

.fc:nth-child(3n + 2) .fi {
  background: linear-gradient(135deg, #0ea5e9, #0284c7);
}

.fc:nth-child(3n) .fi {
  background: linear-gradient(135deg, #10b981, #059669);
}

.fd {
  font-size: 0.83rem;
  color: var(--muted);
  line-height: 1.55;
}

.fc img {
  object-fit: contain;
  margin-bottom: 0.9rem;
}

#apps {
  position: relative;
  z-index: 1;
  padding: 7rem 5rem;
  background: #fff;
  overflow: hidden;
}

.apps-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.apps-hdr {
  text-align: center;
  margin-bottom: 3rem;
}

.apps-compare {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2rem;
  align-items: start;
  margin-bottom: 3rem;
}

.apc {
  background: #fff;
  border-radius: 24px;
  padding: 2.4rem;
  border: 1.5px solid rgba(185, 131, 255, 0.18);
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.apc:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(106, 27, 154, 0.1);
}

.apc-live {
  border-color: rgba(185, 131, 255, 0.35);
  box-shadow: 0 8px 30px rgba(106, 27, 154, 0.08);
}

.apc-soon {
  background: #f8fafc;
  border-color: rgba(148, 163, 184, 0.2);
}

.apc-top {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.1rem;
}

.ap-ico {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ap-ico svg {
  width: 25px;
  height: 25px;
}

.thatta-ico {
  background: linear-gradient(135deg, var(--p), var(--sd));
}

.rotta-ico {
  background: linear-gradient(135deg, #94a3b8, #64748b);
}

.apc-name {
  font-family: "Baloo Thambi 2", cursive;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
}

.thatta-name {
  background: linear-gradient(135deg, var(--p), var(--pl));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rotta-name {
  color: #64748b;
}

.apc-sub {
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 600;
}

.apc-badge {
  margin-left: auto;
  flex-shrink: 0;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 0.3rem 0.8rem;
  border-radius: 50px;
  letter-spacing: 0.5px;
}

.live-badge {
  background: linear-gradient(135deg, var(--p), var(--sd));
  color: #fff;
  box-shadow: 0 3px 10px rgba(106, 27, 154, 0.3);
}

.soon-badge {
  background: #fef3c7;
  color: #92400e;
}

.apc-desc {
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.68;
  margin-bottom: 1.2rem;
}

.apc-who {
  margin-bottom: 1.2rem;
}

.apc-who-title {
  font-size: 0.76rem;
  font-weight: 800;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}

.apc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.apc-tags span {
  background: var(--light);
  color: var(--p);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.28rem 0.75rem;
  border-radius: 50px;
  border: 1px solid rgba(185, 131, 255, 0.25);
}

.rotta-tags span {
  background: #f1f5f9;
  color: #64748b;
  border-color: rgba(148, 163, 184, 0.25);
}

.apc-price {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  margin-bottom: 1.3rem;
}

.apc-amt {
  font-family: "Baloo Thambi 2", cursive;
  font-size: 2.3rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--p), var(--pl));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rotta-amt {
  background: none;
  -webkit-text-fill-color: #94a3b8;
  color: #94a3b8;
}

.apc-gst {
  font-size: 0.83rem;
  font-weight: 700;
  color: var(--muted);
}

.apc-btn {
  width: 100%;
  justify-content: center;
  font-size: 0.93rem;
  padding: 0.8rem 1.5rem;
}

.apc-vs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--light);
  border: 2px solid rgba(185, 131, 255, 0.3);
  font-family: "Baloo Thambi 2", cursive;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--p);
  margin-top: 4rem;
  flex-shrink: 0;
}

.shared-strip {
  background: var(--light);
  border-radius: 20px;
  padding: 1.6rem 2.2rem;
  border: 1.5px solid rgba(185, 131, 255, 0.2);
}

.shared-label {
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 1rem;
}

.shared-items {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
}

.si {
  display: flex;
  flex-direction: column; /* 👈 FIX: vertical layout */
  align-items: center;
  justify-content: center;

  text-align: center;
  padding: 0 1.5rem;

  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

/* Remove border for last item */
.si:last-child {
  border-right: none;
}

.si svg {
  width: 16px;
  height: 16px;
  margin-bottom: 0.3rem;
}

#pricing {
  position: relative;
  z-index: 1;
  padding: 7rem 5rem;
  background: linear-gradient(180deg, var(--light) 0%, #fff 100%);
  overflow: hidden;
}

.pricing-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.pricing-hdr {
  text-align: center;
  margin-bottom: 3.5rem;
}

.tier-intro {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.tier-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 1.1rem;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.tier-badge.lite {
  background: var(--light);
  color: var(--p);
  border: 1.5px solid rgba(185, 131, 255, 0.35);
}

.tier-badge.pro {
  background: #fef3c7;
  color: #92400e;
  border: 1.5px solid rgba(245, 158, 11, 0.3);
}

.tier-badge.soon {
  background: #f1f5f9;
  color: #64748b;
  border: 1.5px solid rgba(148, 163, 184, 0.25);
}

.tier-sep {
  font-size: 0.75rem;
  color: var(--muted);
  font-weight: 700;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  align-items: stretch;
}

.pc {
  border-radius: 28px;
  padding: 2.4rem 2rem;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.pc:hover {
  transform: translateY(-8px);
}

.pc-lite {
  background: linear-gradient(145deg, var(--light), #fff);
  border: 2px solid rgba(185, 131, 255, 0.3);
  box-shadow: 0 12px 40px rgba(106, 27, 154, 0.1);
}

.pc-lite:hover {
  box-shadow: 0 24px 60px rgba(106, 27, 154, 0.18);
}

.pc-pro {
  background: linear-gradient(145deg, #fff8eb, #fff);
  border: 2px solid rgba(245, 158, 11, 0.45);
  box-shadow: 0 12px 40px rgba(245, 158, 11, 0.14);
}

.pc-pro:hover {
  box-shadow: 0 24px 60px rgba(245, 158, 11, 0.22);
}

.pc-soon {
  background: #f8fafc;
  border: 2px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.05);
}

.pc-soon:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.09);
}

.pc-blob {
  position: absolute;
  top: -60px;
  right: -60px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  pointer-events: none;
}

.pc-lite .pc-blob {
  background: radial-gradient(circle, rgba(185, 131, 255, 0.28), transparent);
}

.pc-pro .pc-blob {
  background: radial-gradient(circle, rgba(245, 158, 11, 0.22), transparent);
}

.pc-soon .pc-blob {
  background: radial-gradient(circle, rgba(148, 163, 184, 0.18), transparent);
}

.pc-ribbon {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 0.73rem;
  font-weight: 800;
  padding: 0.3rem 0.9rem;
  border-radius: 50px;
  letter-spacing: 0.5px;
  z-index: 1;
}

.pc-ribbon.live {
  background: linear-gradient(135deg, var(--p), var(--sd));
  color: #fff;
  box-shadow: 0 4px 14px rgba(106, 27, 154, 0.35);
}

.pc-ribbon.popular {
  background: linear-gradient(135deg, var(--pro-c), #b45309);
  color: #fff;
  box-shadow: 0 4px 14px rgba(217, 119, 6, 0.4);
}

.pc-ribbon.soon {
  background: #fef3c7;
  color: #92400e;
}

.pc-head {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1.4rem;
}

.pc-logo {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pc-logo img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.pc-lite .pc-logo {
  box-shadow: 0 6px 20px rgba(106, 27, 154, 0.3);
}

.pc-pro .pc-logo {
  box-shadow: 0 6px 20px rgba(217, 119, 6, 0.3);
}

.pc-soon .pc-logo {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}

.pc-app-name {
  font-family: "Baloo Thambi 2", cursive;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
}

.pc-lite .pc-app-name {
  background: linear-gradient(135deg, var(--p), var(--pl));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pc-pro .pc-app-name {
  background: linear-gradient(135deg, var(--pro-c), #b45309);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pc-soon .pc-app-name {
  color: #64748b;
}

.pc-plan-label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.18rem 0.65rem;
  border-radius: 50px;
  margin-top: 0.28rem;
}

.pc-lite .pc-plan-label {
  background: var(--light);
  color: var(--p);
  border: 1px solid rgba(185, 131, 255, 0.3);
}

.pc-pro .pc-plan-label {
  background: #fef3c7;
  color: #92400e;
  border: 1px solid rgba(245, 158, 11, 0.3);
}

.pc-soon .pc-plan-label {
  background: #f1f5f9;
  color: #64748b;
  border: 1px solid rgba(148, 163, 184, 0.2);
}

.pc-price-block {
  margin-bottom: 1.6rem;
}

.pc-amount {
  font-family: "Baloo Thambi 2", cursive;
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 1;
}

.pc-lite .pc-amount {
  background: linear-gradient(135deg, var(--p), var(--pl));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pc-pro .pc-amount {
  background: linear-gradient(135deg, var(--pro-c), #b45309);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pc-soon .pc-amount {
  color: #94a3b8;
}

.pc-price-meta {
  margin-top: 0.2rem;
}

.pc-per {
  font-size: 0.86rem;
  font-weight: 800;
  color: var(--ink);
}

.pc-soon .pc-per {
  color: #94a3b8;
}

.pc-billing {
  font-size: 0.74rem;
  color: var(--muted);
  font-weight: 600;
}

.pc-no-hidden {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  padding: 0.3rem 0.85rem;
  border-radius: 50px;
  margin-top: 0.7rem;
  font-size: 0.76rem;
  font-weight: 800;
}

.pc-lite .pc-no-hidden {
  background: #d1fae5;
  color: #065f46;
}

.pc-pro .pc-no-hidden {
  background: #fef3c7;
  color: #92400e;
}

.pc-soon .pc-no-hidden {
  background: #f1f5f9;
  color: #64748b;
}

.pc-no-hidden svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}

.pc-features {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-bottom: 2rem;
}

.pc-feat-item {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}

.pf-check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

.pc-lite .pf-check {
  background: linear-gradient(135deg, var(--p), var(--pl));
}

.pc-pro .pf-check {
  background: linear-gradient(135deg, var(--pro-c), #b45309);
}

.pc-soon .pf-check {
  background: linear-gradient(135deg, var(--p), var(--pl));
}

.pc-soon .pf-check.grey {
  background: linear-gradient(135deg, #94a3b8, #64748b);
}

.pf-check svg {
  width: 10px;
  height: 10px;
}

.pf-text {
  font-size: 0.93rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.35;
}

.pc-soon .pf-text {
  color: #64748b;
}

.pf-text.accent {
  font-weight: 800;
}

.pc-lite .pf-text.accent {
  color: var(--p);
}

.pc-pro .pf-text.accent {
  color: #d97706;
}

.pc-cta {
  display: block;
  width: 100%;
  padding: 0.92rem 1.5rem;
  border-radius: 50px;
  font-weight: 800;
  font-size: 0.96rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-family: "Nunito", sans-serif;
  transition: all 0.28s;
  border: none;
}

.pc-lite .pc-cta {
  background: linear-gradient(135deg, var(--p), var(--sd));
  color: #fff;
  box-shadow: 0 6px 22px rgba(106, 27, 154, 0.32);
}

.pc-lite .pc-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(106, 27, 154, 0.44);
}

.pc-pro .pc-cta {
  background: linear-gradient(135deg, var(--pro-c), #b45309);
  color: #fff;
  box-shadow: 0 6px 22px rgba(217, 119, 6, 0.35);
}

.pc-pro .pc-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(217, 119, 6, 0.48);
}

.pc-soon .pc-cta {
  background: transparent;
  color: #94a3b8;
  border: 2px solid #cbd5e1;
}

.pc-soon .pc-cta:hover {
  background: #f1f5f9;
}

.pc-popular-star {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--pro-c), #b45309);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.28rem 1rem;
  border-radius: 50px;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(217, 119, 6, 0.4);
  letter-spacing: 0.5px;
}

.pricing-note {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.88rem;
  color: var(--muted);
  font-weight: 600;
}

.pricing-note a {
  color: var(--p);
  font-weight: 800;
  text-decoration: none;
}

.pricing-note a:hover {
  text-decoration: underline;
}

#testimonials {
  position: relative;
  z-index: 1;
  padding: 7rem 5rem;
  background: #fff;
  overflow: hidden;
}

.testi-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.testi-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 4rem;
}

.ts-box {
  text-align: center;
  padding: 1.8rem 1rem;
  background: var(--light);
  border-radius: 20px;
  border: 1.5px solid rgba(185, 131, 255, 0.18);
}

.ts-num {
  font-family: "Baloo Thambi 2", cursive;
  font-size: 2.6rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--p), var(--pl));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  display: block;
}

.ts-lbl {
  font-size: 0.82rem;
  color: var(--muted);
  font-weight: 700;
  margin-top: 0.3rem;
  display: block;
}

.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.tc {
  background: #fff;
  border: 1.5px solid rgba(185, 131, 255, 0.14);
  border-radius: 22px;
  padding: 2rem 1.8rem;
  position: relative;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.tc:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(106, 27, 154, 0.1);
}

.tc::before {
  content: '"';
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-family: "Baloo Thambi 2", cursive;
  font-size: 5rem;
  color: rgba(185, 131, 255, 0.18);
  line-height: 1;
}

.tc-top {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.tc-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
  border: 2.5px solid rgba(185, 131, 255, 0.3);
}

.tc-name {
  font-weight: 800;
  font-size: 1rem;
  color: var(--ink);
}

.tc-role {
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 600;
  margin-top: 0.15rem;
}

.tc-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 0.8rem;
}

.tc-stars svg {
  width: 14px;
  height: 14px;
  fill: #f59e0b;
}

.tc-text {
  font-size: 0.93rem;
  color: var(--muted);
  line-height: 1.72;
}

#support {
  position: relative;
  z-index: 1;
  padding: 7rem 5rem;
  background: var(--light);
  overflow: hidden;
}

.support-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.support-banner {
  background: linear-gradient(135deg, var(--p), var(--sd));
  border-radius: 28px;
  padding: 3rem 3.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(106, 27, 154, 0.25);
}

.support-banner-blob {
  position: absolute;
  top: -60px;
  right: -60px;
  width: 220px;
  height: 220px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  pointer-events: none;
}

.support-big-num {
  font-family: "Baloo Thambi 2", cursive;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.support-big-label {
  font-family: "Baloo Thambi 2", cursive;
  font-size: clamp(1.3rem, 2.5vw, 1.9rem);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
}

.support-big-desc {
  font-size: 1.02rem;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 0.5rem;
  max-width: 380px;
  line-height: 1.68;
}

.support-btns {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.support-btn-white {
  background: #fff;
  color: var(--p);
  padding: 0.9rem 1.9rem;
  border-radius: 50px;
  font-weight: 800;
  font-size: 0.95rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s;
}

.support-btn-white:hover {
  transform: translateY(-3px);
}

.support-btn-ghost {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.4);
  padding: 0.9rem 1.9rem;
  border-radius: 50px;
  font-weight: 800;
  font-size: 0.95rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: background 0.2s;
}

.support-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: #fff;
}

.support-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.3rem;
}

.sc {
  background: #fff;
  border: 1.5px solid rgba(185, 131, 255, 0.2);
  border-radius: 20px;
  padding: 1.8rem 1.5rem;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.sc:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(106, 27, 154, 0.12);
}

.sc-icon {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.9rem;
}

.sc-title {
  font-weight: 800;
  font-size: 1.02rem;
  color: var(--ink);
  margin-bottom: 0.35rem;
}

.sc-desc {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.58;
}

.sc-dark {
  background: linear-gradient(135deg, var(--p), var(--sd));
  border-color: transparent;
  position: relative;
  overflow: hidden;
}

.sc-dark::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  pointer-events: none;
}

.sc-dark .sc-icon {
  background: rgba(255, 255, 255, 0.2);
}

.sc-dark .sc-title {
  color: rgba(255, 255, 255, 0.9);
}

.sc-dark .sc-desc {
  color: rgba(255, 255, 255, 0.7);
}

.sc-dark-num {
  font-family: "Baloo Thambi 2", cursive;
  font-size: 1.6rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.3rem;
}

/* ── FAQ SECTION (SEO benefit) ── */
#faq {
  position: relative;
  z-index: 1;
  padding: 6rem 5rem;
  background: #fff;
  overflow: hidden;
}

.faq-inner {
  max-width: 860px;
  margin: 0 auto;
}

.faq-hdr {
  text-align: center;
  margin-bottom: 3rem;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  background: #fff;
  border: 1.5px solid rgba(185, 131, 255, 0.18);
  border-radius: 16px;
  overflow: hidden;
  transition: box-shadow 0.3s;
}

.faq-item:hover {
  box-shadow: 0 8px 30px rgba(106, 27, 154, 0.1);
}

.faq-q {
  width: 100%;
  background: none;
  border: none;
  padding: 1.2rem 1.5rem;
  text-align: left;
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.faq-q svg {
  width: 18px;
  height: 18px;
  fill: var(--p);
  flex-shrink: 0;
  transition: transform 0.3s;
}

.faq-item.open .faq-q svg {
  transform: rotate(180deg);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.4s ease,
    padding 0.3s;
}

.faq-item.open .faq-a {
  max-height: 300px;
}

.faq-a-inner {
  padding: 0 1.5rem 1.2rem;
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.72;
}

#cta {
  position: relative;
  z-index: 1;
  padding: 8rem 5rem;
  background: linear-gradient(135deg, var(--p), var(--sd));
  overflow: hidden;
  text-align: center;
}

.cta-geo {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 5L55 20v20L30 55 5 40V20Z' fill='none' stroke='rgba(255,255,255,0.06)' stroke-width='1'/%3E%3C/svg%3E");
  background-size: 60px 60px;
}

.cta-b1 {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(185, 131, 255, 0.28);
  top: -100px;
  left: -80px;
  filter: blur(80px);
  pointer-events: none;
}

.cta-b2 {
  position: absolute;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: rgba(74, 20, 140, 0.4);
  bottom: -80px;
  right: -60px;
  filter: blur(80px);
  pointer-events: none;
}

.cta-in {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
}

.cta-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 auto 1.4rem;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.27);
  color: #fff;
  padding: 0.38rem 1.1rem;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.cta-title {
  font-family: "Baloo Thambi 2", cursive;
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 1rem;
}

.cta-sub {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.07rem;
  margin-bottom: 2.5rem;
  line-height: 1.75;
}

.cta-btns {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  flex-wrap: wrap;
}

.bw2 {
  background: #fff;
  color: var(--p);
  padding: 0.92rem 2.5rem;
  border-radius: 50px;
  font-weight: 800;
  font-size: 0.98rem;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.14);
  transition: all 0.3s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.bw2:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}

.bwo {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.45);
  padding: 0.92rem 2.5rem;
  border-radius: 50px;
  font-weight: 800;
  font-size: 0.98rem;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.bwo:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

footer {
  background: var(--pdk);
  color: rgba(255, 255, 255, 0.65);
  padding: 4rem 5rem 2rem;
  position: relative;
  z-index: 1;
}

.f-top {
  display: grid;
  grid-template-columns: 2.2fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.f-bn {
  font-family: "Baloo Thambi 2", cursive;
  font-size: 2rem;
  font-weight: 800;
  background: linear-gradient(135deg, #b983ff, #ffd700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.45rem;
}

.f-bd {
  font-size: 0.88rem;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.42);
  max-width: 255px;
}

.f-status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.9rem;
  margin-bottom: 0.9rem;
}

.f-status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 6px #10b981;
  animation: fpulse 2s ease infinite;
  flex-shrink: 0;
}

.f-status-text {
  font-size: 0.84rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.55);
}

.f-langs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.fl {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  padding: 0.24rem 0.65rem;
  border-radius: 5px;
  border: 1px solid rgba(185, 131, 255, 0.18);
}

.f-col h4 {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #b983ff;
  margin-bottom: 0.9rem;
}

.f-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.f-col ul a {
  color: rgba(255, 255, 255, 0.42);
  text-decoration: none;
  font-size: 0.86rem;
  transition: color 0.2s;
}

.f-col ul a:hover {
  color: #fff;
}

.f-bot {
  border-top: 1px solid rgba(185, 131, 255, 0.1);
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  max-width: 1200px;
  margin: 0 auto;
}

.f-copy {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.28);
}

.sr {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.sr.vis {
  opacity: 1;
  transform: translateY(0);
}

.srl {
  transform: translateX(-34px);
}

.srr {
  transform: translateX(34px);
}

.srl.vis,
.srr.vis {
  transform: translateX(0);
}

@keyframes fpulse {
  0%,
  100% {
    box-shadow: 0 0 6px #10b981;
  }

  50% {
    box-shadow: 0 0 14px #10b981;
  }
}

#mob-menu {
  position: fixed;
  inset: 0;
  background: rgba(26, 11, 46, 0.98);
  backdrop-filter: blur(18px);
  z-index: 950;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 2rem;
  gap: 2rem;

  transform: translateX(100%);
  opacity: 0;
  transition:
    transform 0.4s ease,
    opacity 0.3s ease;

  will-change: transform, opacity;
}

#mob-menu.open {
  transform: translateX(0);
  opacity: 1;
}

#mob-menu a {
  font-family: "Baloo Thambi 2", cursive;

  font-size: 1.25rem; /* 👈 reduced from 2rem */
  font-weight: 600; /* 👈 softer than bold */

  color: #f5f5f5;
  text-decoration: none;
  letter-spacing: 0.4px;

  padding: 0.6rem 1.2rem;
  border-radius: 10px;

  opacity: 0;
  transform: translateY(15px);

  transition: all 0.3s ease;
}

#mob-menu a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

#mob-menu .mob-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;

  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;

  width: 42px;
  height: 42px;
  border-radius: 50%;

  font-size: 1.5rem;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: background 0.3s;
}

#mob-menu .mob-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

#mob-menu .mob-price {
  background: linear-gradient(135deg, var(--p), var(--pl));
  color: #fff;
  padding: 0.65rem 1.9rem;
  border-radius: 50px;
  font-size: 1.05rem;
  font-weight: 800;
  text-decoration: none;
  margin-top: 0.5rem;
}
#mob-menu.open a {
  opacity: 1;
  transform: translateY(0);
}

/* Reduced stagger timing (faster & premium) */
#mob-menu.open a:nth-child(1) {
  transition-delay: 0.08s;
}
#mob-menu.open a:nth-child(2) {
  transition-delay: 0.12s;
}
#mob-menu.open a:nth-child(3) {
  transition-delay: 0.16s;
}
#mob-menu.open a:nth-child(4) {
  transition-delay: 0.2s;
}
#mob-menu.open a:nth-child(5) {
  transition-delay: 0.24s;
}
#mob-menu.open a:nth-child(6) {
  transition-delay: 0.28s;
}
@media (max-width: 1100px) {
  #hero {
    grid-template-columns: 1fr;
    padding: 7rem 3rem 3rem;
    text-align: center;
  }

  .hero-btns {
    justify-content: center;
  }

  .hero-stats {
    justify-content: center;
  }

  .hero-right {
    display: none;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  #about,
  #features,
  #apps,
  #cta,
  #pricing,
  #support,
  #testimonials,
  #faq,
  footer {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .feat-hdr {
    grid-template-columns: 1fr;
  }

  .f-top {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }

  .apps-compare {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .apc-vs {
    margin: 0 auto;
    width: 38px;
    height: 38px;
    font-size: 0.85rem;
  }

  .testi-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testi-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .btn-main {
    display: none !important;
  }
}
@media (max-width: 800px) {
  #cur,
  #cur-r {
    display: none;
  }

  body {
    cursor: auto;
  }

  nav {
    padding: 0.75rem 1.2rem;
  }

  .nav-links {
    display: none;
  }

  .nav-dl {
    display: none;
  }

  #hero,
  #about,
  #features,
  #apps,
  #cta,
  #pricing,
  #support,
  #testimonials,
  #faq,
  footer {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  #hero {
    padding-top: 5.5rem;
    padding-bottom: 2.5rem;
  }

  #about,
  #features,
  #apps,
  #pricing,
  #support,
  #testimonials,
  #faq {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  #cta {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hero-title {
    font-size: clamp(2.2rem, 7vw, 3rem);
  }

  .hero-desc {
    font-size: 0.97rem;
    max-width: 100%;
  }

  .hero-btns {
    flex-direction: column;
    align-items: center;
    gap: 0.7rem;
  }

  .hero-btns a {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }

  .hero-stats {
    gap: 0.9rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .h-s-num {
    font-size: 1.45rem;
  }

  .h-s-lbl {
    font-size: 0.68rem;
  }

  .rotta-banner-wrap {
    display: none;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .about-bg-num {
    font-size: 9rem;
  }

  .phone-bezel {
    width: 100% !important;
    max-width: 210px;
  }

  .phone-frame {
    animation: none;
  }

  .feat-hdr {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
  }

  .feat-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
  }

  .f-tabs {
    gap: 0.4rem;
  }

  .ft {
    padding: 0.42rem 0.88rem;
    font-size: 0.8rem;
  }

  .apps-compare {
    gap: 1rem;
  }

  .apc {
    padding: 1.7rem 1.4rem;
  }

  .shared-strip {
    padding: 1.3rem 1.4rem;
  }

  .shared-items {
    gap: 0.7rem;
  }

  .si {
    padding: 0.8rem 0.5rem;
    border-right: none; /* 👈 remove vertical borders */
  }

  /* Add bottom divider instead (cleaner for grid) */
  .si:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
  }

  .si:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .testi-grid {
    grid-template-columns: 1fr;
  }

  .testi-stats {
    grid-template-columns: 1fr 1fr;
  }

  .cta-title {
    font-size: clamp(1.9rem, 6vw, 2.7rem);
  }

  .cta-btns {
    flex-direction: column;
    align-items: center;
    gap: 0.7rem;
  }

  .cta-btns a {
    width: 100%;
    max-width: 300px;
    justify-content: center;
    font-size: 0.93rem;
    padding: 0.82rem 1.5rem;
  }

  .f-top {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.8rem;
  }

  .f-bn {
    font-size: 1.5rem;
  }

  footer {
    padding: 3rem 1.1rem 1.5rem;
  }

  .f-bot {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .support-banner {
    padding: 2rem 1.4rem;
  }

  .support-cards {
    grid-template-columns: 1fr 1fr;
  }

  .tier-intro {
    flex-wrap: wrap;
  }

  #hamburger {
    display: flex;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 2.2rem;
  }

  .hero-stats {
    gap: 0.75rem;
  }

  .h-s-num {
    font-size: 1.3rem;
  }

  .feat-grid {
    grid-template-columns: 1fr;
  }

  .f-tabs {
    flex-wrap: wrap;
  }

  .ft {
    font-size: 0.76rem;
    padding: 0.38rem 0.8rem;
  }

  .fact-strip {
    grid-template-columns: 1fr 1fr;
  }

  .apc-tags span {
    font-size: 0.73rem;
  }

  .testi-stats {
    grid-template-columns: 1fr 1fr;
  }

  .f-top {
    grid-template-columns: 1fr;
  }

  footer {
    padding: 2.5rem 1.1rem 1.2rem;
  }

  .support-cards {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1600px) {
  #hero,
  #about,
  #features,
  #apps,
  #cta,
  #pricing,
  #support,
  #testimonials,
  #faq {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  nav {
    padding: 0.88rem 6rem;
  }

  .feat-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

/* ── SCROLL REVEAL ── */
.sr {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.sr.vis {
  opacity: 1;
  transform: none;
}

.srl {
  transform: translateX(-34px);
}

.srr {
  transform: translateX(34px);
}

.srl.vis,
.srr.vis {
  transform: none;
}

/* ── FOOTER EXTRAS ── */
.f-top {
  display: grid;
  grid-template-columns: 2.2fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.f-bn {
  font-family: "Baloo Thambi 2", cursive;
  font-size: 2rem;
  font-weight: 800;
  background: linear-gradient(135deg, #b983ff, #ffd700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.45rem;
}

.f-bd {
  font-size: 0.88rem;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.42);
  max-width: 255px;
}

.f-status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0.9rem 0;
}

.f-status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 6px #10b981;
  animation: fpulse 2s ease infinite;
  flex-shrink: 0;
}

.f-status-text {
  font-size: 0.84rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.55);
}

@keyframes fpulse {
  0%,
  100% {
    box-shadow: 0 0 6px #10b981;
  }

  50% {
    box-shadow: 0 0 14px #10b981;
  }
}

.f-langs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.fl {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  padding: 0.24rem 0.65rem;
  border-radius: 5px;
  border: 1px solid rgba(185, 131, 255, 0.18);
}

.fbrand p {
  color: rgba(200, 180, 255, 0.45);
  font-size: 0.88rem;
  line-height: 1.7;
  max-width: 240px;
}

.f-col h4 {
  font-size: 0.82rem;
  font-weight: 700;
  color: rgba(167, 139, 250, 0.6);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1.1rem;
}

.f-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.f-col ul a {
  color: rgba(200, 180, 255, 0.45);
  font-size: 0.88rem;
  transition: color 0.2s;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  text-decoration: none;
}

.f-col ul a svg {
  color: rgba(124, 58, 237, 0.55);
}

.f-col ul a:hover {
  color: #c4b5fd;
}

.f-bot {
  border-top: 1px solid rgba(124, 58, 237, 0.2);
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 1200px;
  margin: 0 auto;
}

.f-bot p {
  color: rgba(200, 180, 255, 0.35);
  font-size: 0.82rem;
}

.fbadges {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.fbadge {
  border: 1px solid rgba(124, 58, 237, 0.4);
  color: rgba(200, 180, 255, 0.55);
  padding: 0.3rem 0.75rem;
  border-radius: 20px;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.fbadge svg {
  color: #a78bfa;
}

/* ── PAGE HERO (features/solutions pages) ── */
.page-hero {
  padding: 9rem 5rem 5rem;
  background: linear-gradient(155deg, #fff 55%, var(--light) 100%);
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-bottom: 1px solid rgba(185, 131, 255, 0.12);
}

.page-hero .kolam-bg {
  opacity: 0.05;
}

.page-hero h1 {
  font-family: "Baloo Thambi 2", cursive;
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 800;
  line-height: 1.1;
  color: var(--ink);
  margin: 0.8rem 0;
}

.page-hero h1 em {
  font-style: italic;
  background: linear-gradient(135deg, var(--p), var(--pl));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-hero p {
  font-size: 1.05rem;
  color: var(--muted);
  line-height: 1.8;
  max-width: 600px;
  margin-top: 0.5rem;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.83rem;
  color: var(--muted);
  margin-bottom: 1rem;
}

.breadcrumb a {
  color: var(--p);
  font-weight: 700;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb-sep {
  font-size: 0.7rem;
  color: var(--muted);
  opacity: 0.5;
}

/* ── FEATURE CARDS (features page highlight section) ── */
.fhc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}

.fhc {
  background: #fff;
  border: 1.5px solid rgba(185, 131, 255, 0.15);
  border-radius: 20px;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  transition: all 0.35s;
}

.fhc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--p), var(--pl));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}

.fhc:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(106, 27, 154, 0.1);
  border-color: rgba(185, 131, 255, 0.3);
}

.fhc:hover::before {
  transform: scaleX(1);
}

.fhc-ic {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.fhc-ic svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}

.fhc-t {
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--ink);
  margin-bottom: 0.45rem;
}

.fhc-d {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.65;
}

.fhc-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.8rem;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--p);
  background: var(--light);
  padding: 0.2rem 0.65rem;
  border-radius: 20px;
  border: 1px solid rgba(185, 131, 255, 0.22);
}

/* ── MODULES GRID (features page) ── */
.mod-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.3rem;
}

.mod-card {
  background: #fff;
  border: 1.5px solid var(--bd, #e8e6e0);
  border-radius: 18px;
  padding: 2rem;
  text-align: center;
  transition: all 0.35s;
  cursor: default;
  position: relative;
  overflow: hidden;
}

.mod-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--pu, var(--p));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s;
  opacity: 0.6;
}

.mod-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 45px rgba(106, 27, 154, 0.1);
  border-color: rgba(185, 131, 255, 0.25);
}

.mod-card:hover::before {
  transform: scaleX(1);
}

.mod-ic {
  width: 58px;
  height: 58px;
  background: rgba(106, 27, 154, 0.07);
  border: 1.5px solid rgba(106, 27, 154, 0.14);
  border-radius: 15px;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mod-ic svg {
  width: 26px;
  height: 26px;
  fill: var(--p);
}

.mod-t {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 0.4rem;
}

.mod-d {
  font-size: 0.83rem;
  color: var(--muted);
  line-height: 1.65;
}

/* ── SOLUTIONS ── */
.sol-tabs-bar {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  padding: 1.4rem 5rem;
  background: #fff;
  border-bottom: 1px solid rgba(185, 131, 255, 0.14);
  position: sticky;
  top: 72px;
  z-index: 10;
}

.stab {
  background: #fff;
  border: 1.5px solid rgba(185, 131, 255, 0.2);
  color: var(--muted);
  padding: 0.52rem 1.2rem;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.25s;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: "Nunito", sans-serif;
}

.stab.act,
.stab:hover {
  background: linear-gradient(135deg, var(--p), var(--sd));
  border-color: transparent;
  color: #fff;
  box-shadow: 0 4px 18px rgba(106, 27, 154, 0.26);
}

.sol-sec {
  display: none;
}

.sol-sec.active {
  display: block;
}

.sol-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.sol-hero-l h2 {
  font-family: "Baloo Thambi 2", cursive;
  font-size: clamp(1.9rem, 3vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
  color: var(--ink);
  margin-bottom: 0.8rem;
}

.sol-hero-l h2 em {
  font-style: italic;
  background: linear-gradient(135deg, var(--p), var(--pl));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sol-hero-l p {
  font-size: 0.98rem;
  color: var(--muted);
  line-height: 1.78;
  margin-bottom: 1.2rem;
}

.sol-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1.4rem;
}

.sol-tag {
  background: var(--light);
  border: 1px solid rgba(185, 131, 255, 0.22);
  color: var(--p);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.28rem 0.75rem;
  border-radius: 20px;
}

.sol-hero-r {
  background: var(--light);
  border-radius: 20px;
  padding: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  border: 1.5px solid rgba(185, 131, 255, 0.18);
}

.sol-feat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.1rem;
  max-width: 1100px;
  margin: 3rem auto 0;
}

.sfc {
  background: #fff;
  border: 1.5px solid rgba(185, 131, 255, 0.12);
  border-radius: 18px;
  padding: 1.6rem 1.4rem;
  transition: all 0.35s;
}

.sfc:hover {
  transform: translateY(-6px);
  border-color: rgba(185, 131, 255, 0.3);
  box-shadow: 0 14px 40px rgba(106, 27, 154, 0.1);
}

.sfc-ic {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--p), var(--sd));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.9rem;
}

.sfc-ic svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.sfc-t {
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--ink);
  margin-bottom: 0.3rem;
}

.sfc-d {
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.58;
}

.sol-review {
  background: linear-gradient(135deg, var(--p), var(--sd));
  border-radius: 22px;
  padding: 2.5rem;
  max-width: 1100px;
  margin: 3rem auto 0;
  position: relative;
  overflow: hidden;
}

.sol-review::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 160px;
  height: 160px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  pointer-events: none;
}

.sr-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 0.9rem;
}

.sr-stars svg {
  width: 14px;
  height: 14px;
  fill: #f59e0b;
}

.sr-text {
  font-size: 0.98rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.72;
  margin-bottom: 1.4rem;
  font-style: italic;
}

.sr-auth {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.sr-av {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Baloo Thambi 2", cursive;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}

.sr-name {
  font-size: 0.92rem;
  font-weight: 800;
  color: #fff;
}

.sr-shop {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.55);
}

.ov-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
  max-width: 1100px;
  margin: 0 auto;
}

.ovc {
  background: #fff;
  border: 1.5px solid rgba(185, 131, 255, 0.14);
  border-radius: 20px;
  padding: 1.8rem;
  cursor: pointer;
  transition: all 0.35s;
  position: relative;
  overflow: hidden;
}

.ovc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--p), var(--pl));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}

.ovc:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(106, 27, 154, 0.1);
  border-color: rgba(185, 131, 255, 0.3);
}

.ovc:hover::before {
  transform: scaleX(1);
}

.ovc-ic {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--p), var(--sd));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.ovc-ic svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}

.ovc-t {
  font-family: "Baloo Thambi 2", cursive;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 0.5rem;
}

.ovc-sw {
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--p);
  background: var(--light);
  border: 1px solid rgba(185, 131, 255, 0.22);
  padding: 0.18rem 0.65rem;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 0.55rem;
}

.ovc-d {
  font-size: 0.86rem;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 0.9rem;
}

.ovc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.ovc-tags span {
  background: var(--light);
  color: var(--p);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.22rem 0.65rem;
  border-radius: 20px;
  border: 1px solid rgba(185, 131, 255, 0.2);
}

.stats-band-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: linear-gradient(135deg, #2d1b69, #3b1fa8);
  border-radius: 20px;
  overflow: hidden;
  margin-top: 3.5rem;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.sbg-item {
  text-align: center;
  padding: 2.5rem 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.sbg-item:last-child {
  border: none;
}

.sbg-n {
  font-family: "Baloo Thambi 2", cursive;
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  display: block;
  line-height: 1;
}

.sbg-n em {
  font-style: normal;
  color: var(--pl);
}

.sbg-l {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 0.35rem;
  display: block;
}

/* ── RESPONSIVE ADDITIONS ── */
@media (max-width: 1100px) {
  .sol-hero {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .sol-feat-grid,
  .ov-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mod-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .fhc-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sol-tabs-bar {
    padding: 1.2rem 2rem;
    top: 0;
    position: relative;
  }

  .page-hero {
    padding: 7rem 3rem 4rem;
  }
}

@media (max-width: 800px) {
  .sol-feat-grid,
  .ov-grid,
  .fhc-grid {
    grid-template-columns: 1fr 1fr;
  }

  .mod-grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-hero {
    padding: 6rem 1.1rem 3rem;
  }

  .sol-tabs-bar {
    padding: 1rem 1.1rem;
  }

  .stats-band-grid {
    grid-template-columns: 1fr 1fr;
  }

  .f-top {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .sol-feat-grid,
  .ov-grid,
  .fhc-grid,
  .mod-grid {
    grid-template-columns: 1fr;
  }

  .f-top {
    grid-template-columns: 1fr;
  }
}

/* ── HERO PILLS ── */
.h-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.hp {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--bg);
  border: 1px solid var(--bd);
  padding: 0.4rem 0.95rem;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--mu);
  transition: all 0.22s;
  cursor: default;
}

.hp i {
  font-size: 0.85rem;
  color: var(--pu);
}

.hp:hover {
  border-color: rgba(124, 58, 237, 0.3);
  color: var(--ink);
  background: rgba(124, 58, 237, 0.04);
}

.h-trust {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.ta-wrap {
  display: flex;
}

.ta {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  margin-left: -8px;
  flex-shrink: 0;
  color: white;
  background: var(--grad);
}

.ta:first-child {
  margin-left: 0;
}

.h-trust p {
  font-size: 0.88rem;
  color: var(--mu);
}

.h-trust p strong {
  color: var(--ink);
  font-weight: 600;
}

/* ── STATS BAND ── */
.sband {
  background: linear-gradient(135deg, #2d1b69, #3b1fa8);
  padding: 3rem 8%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 3px solid var(--pu);
  text-align: center;
}

.sn {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.6rem, 4vw, 2.8rem);
  font-weight: 700;
  color: white;
  letter-spacing: -0.02em;
  display: block;
  line-height: 1;
}

.sl {
  font-size: clamp(0.7rem, 2.5vw, 0.9rem);
  color: rgba(255, 255, 255, 0.42);
  margin-top: 0.4rem;
}

/* ── WHY GRID ── */
.wgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.wcard {
  background: var(--bg);
  border: 1px solid var(--bd);
  border-radius: 20px;
  padding: 2.4rem;
  transition: all 0.35s;
  position: relative;
  overflow: hidden;
}

.wcard::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--pu);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s;
  opacity: 0.7;
}

.wcard:hover {
  transform: translateY(-6px);
  box-shadow: var(--sh3);
  border-color: rgba(124, 58, 237, 0.2);
}

.wcard:hover::after {
  transform: scaleX(1);
}

.wic {
  width: 54px;
  height: 54px;
  background: rgba(124, 58, 237, 0.07);
  border: 1.5px solid rgba(124, 58, 237, 0.14);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
}

.wic i {
  font-size: 1.4rem;
  color: var(--pu);
}

.wtitle {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
  color: var(--ink);
}

.wdesc {
  font-size: 0.92rem;
  color: var(--mu);
  line-height: 1.75;
}

.wtag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--pu);
  letter-spacing: 0.04em;
}

.wtag i {
  font-size: 0.75rem;
}

/* ── VOICE BOX ── */
.vwrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
}

.vsteps {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  margin-top: 2rem;
}

.vs {
  display: flex;
  align-items: flex-start;
  gap: 1.1rem;
}

.vsn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--pu);
  color: white;
  font-size: 0.85rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.vst strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
  color: var(--ink);
}

.vst span {
  color: var(--mu);
  font-size: 0.88rem;
  line-height: 1.65;
}

.vbox {
  background: white;
  border: 1.5px solid var(--purp-border);
  border-radius: 22px;
  padding: 2.2rem;
  box-shadow: 0 8px 40px rgba(124, 58, 237, 0.1);
}

.vbox-top {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid var(--bd);
  margin-bottom: 1.4rem;
}

.vdot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ef4444;
  animation: pulse 1.5s infinite;
}

.vlabel {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.vtamil {
  font-size: 1.05rem;
  color: var(--ink);
  line-height: 1.8;
  margin-bottom: 0.35rem;
  font-weight: 500;
}

.veng {
  font-size: 0.85rem;
  color: var(--mu);
  margin-bottom: 1.3rem;
  font-style: italic;
}

.vwave {
  display: flex;
  align-items: center;
  gap: 3px;
  height: 36px;
  margin-bottom: 1.3rem;
}

.vwave span {
  display: inline-block;
  width: 4px;
  background: var(--pu);
  border-radius: 2px;
  animation: pwa 1.2s ease-in-out infinite;
}

.vwave span:nth-child(1) {
  height: 9px;
  animation-delay: 0s;
}

.vwave span:nth-child(2) {
  height: 22px;
  animation-delay: 0.1s;
}

.vwave span:nth-child(3) {
  height: 16px;
  animation-delay: 0.2s;
}

.vwave span:nth-child(4) {
  height: 28px;
  animation-delay: 0.3s;
}

.vwave span:nth-child(5) {
  height: 18px;
  animation-delay: 0.4s;
}

.vwave span:nth-child(6) {
  height: 13px;
  animation-delay: 0.5s;
}

.vwave span:nth-child(7) {
  height: 24px;
  animation-delay: 0.25s;
}

@keyframes pwa {
  0%,
  100% {
    transform: scaleY(1);
  }

  50% {
    transform: scaleY(0.3);
  }
}

.vres {
  background: var(--bg3);
  border: 1px solid var(--bd);
  border-radius: 13px;
  overflow: hidden;
}

.vrrow {
  display: flex;
  justify-content: space-between;
  padding: 0.7rem 1rem;
  border-bottom: 1px solid var(--bd);
  font-size: 0.88rem;
}

.vrrow .n {
  color: var(--ink);
  font-weight: 500;
}

.vrrow .p {
  color: #16a34a;
  font-weight: 700;
}

.vrtotal {
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 1rem;
  background: var(--pu);
}

.vrtotal .n {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.88rem;
}

.vrtotal .p {
  color: white;
  font-weight: 700;
  font-size: 0.9rem;
}

/* ── 8 MODULES ── */
.fmodules {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.3rem;
}

.fmod {
  background: white;
  border: 1.5px solid var(--bd);
  border-radius: 18px;
  padding: 2rem;
  transition: all 0.35s;
  text-align: center;
  cursor: default;
  position: relative;
  overflow: hidden;
}

.fmod::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--pu);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s;
  opacity: 0.6;
}

.fmod:hover {
  transform: translateY(-5px);
  box-shadow: var(--sh2);
  border-color: rgba(124, 58, 237, 0.22);
}

.fmod:hover::before {
  transform: scaleX(1);
}

.fmod-ic {
  width: 60px;
  height: 60px;
  background: rgba(124, 58, 237, 0.07);
  border: 1.5px solid rgba(124, 58, 237, 0.15);
  border-radius: 16px;
  margin: 0 auto 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fmod-ic i {
  font-size: 1.6rem;
  color: var(--pu);
}

.fmod-t {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 0.45rem;
}

.fmod-d {
  font-size: 0.83rem;
  color: var(--mu);
  line-height: 1.65;
}

/* ── TESTIMONIALS ── */
.tgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.tcard {
  background: white;
  border: 1.5px solid var(--bd);
  border-radius: 20px;
  padding: 2.2rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}

.tcard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--pu);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s;
  opacity: 0.7;
}

.tcard:hover::before {
  transform: scaleX(1);
}

.tcard:hover {
  transform: translateY(-5px);
  box-shadow: var(--sh2);
}

.tcst {
  display: flex;
  gap: 2px;
  margin-bottom: 1.1rem;
}

.tcst i {
  color: var(--gold);
  font-size: 0.88rem;
}

.tcq {
  font-size: 0.98rem;
  line-height: 1.78;
  color: var(--ink);
  margin-bottom: 1.4rem;
  font-style: italic;
}

.tcq::before {
  content: '"';
  font-size: 2.8rem;
  color: rgba(124, 58, 237, 0.15);
  font-family: "Playfair Display", serif;
  line-height: 0.4;
  display: block;
  margin-bottom: 0.6rem;
}

.tcauth {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--bd);
}

.tcav {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 700;
  flex-shrink: 0;
  color: white;
}

.tcan {
  font-size: 0.92rem;
}

/* ── FAQ ── */
.faq.open .faq-body {
  max-height: 200px !important;
}

.faq.open .fa-plus {
  transform: rotate(45deg);
}

/* ── RESPONSIVE ADDITIONS ── */
@media (max-width: 1100px) {
  #hero {
    grid-template-columns: 1fr;
    padding: 7rem 3rem 3rem;
    text-align: center;
  }

  .hero-right {
    display: none;
  }

  .h-pills,
  .hero-btns,
  .h-trust {
    justify-content: center;
  }

  .wgrid {
    grid-template-columns: 1fr 1fr;
  }

  .vwrap {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .fmodules {
    grid-template-columns: repeat(2, 1fr);
  }

  .tgrid {
    grid-template-columns: 1fr 1fr;
  }

  .sband {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 800px) {
  #cur,
  #cur-r {
    display: none;
  }

  body {
    cursor: auto;
  }

  nav {
    padding: 0.75rem 1.2rem;
  }

  .nav-links,
  .nav-dl {
    display: none;
  }

  .wgrid,
  .tgrid {
    grid-template-columns: 1fr;
  }

  .fmodules {
    grid-template-columns: 1fr 1fr;
  }

  .sec {
    padding: 4rem 1.2rem;
  }

  .sband {
    padding: 2rem 1.2rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }
}

@media (max-width: 480px) {
  .fmodules {
    grid-template-columns: 1fr 1fr;
  }

  .sband {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

/* ══ WHY CARDS ══ */
.why-card {
  background: #fff;
  border: 1.5px solid rgba(185, 131, 255, 0.12);
  border-radius: 22px;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.34, 1.1, 0.64, 1);
}

.why-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    145deg,
    rgba(var(--accent-rgb, 0.95, 95, 95), 0.03),
    transparent
  );
  opacity: 0;
  transition: opacity 0.3s;
}

.why-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--accent, var(--p));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s;
  border-radius: 22px 22px 0 0;
}

.why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 55px rgba(106, 27, 154, 0.11);
  border-color: rgba(185, 131, 255, 0.28);
}

.why-card:hover::after {
  transform: scaleX(1);
}

.wc-num {
  position: absolute;
  top: 1.4rem;
  right: 1.6rem;
  font-family: "Baloo Thambi 2", cursive;
  font-size: 2.5rem;
  font-weight: 800;
  color: rgba(185, 131, 255, 0.1);
  line-height: 1;
  user-select: none;
  pointer-events: none;
}

.wc-ico {
  width: 52px;
  height: 52px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.1rem;
  box-shadow: 0 6px 20px rgba(106, 27, 154, 0.25);
  transition: transform 0.3s;
}

.wc-ico i {
  font-size: 1.3rem;
  color: #fff;
}

.why-card:hover .wc-ico {
  transform: scale(1.1) rotate(-5deg);
}

.wc-title {
  font-weight: 800;
  font-size: 1.02rem;
  color: var(--ink);
  margin-bottom: 0.5rem;
}

.wc-desc {
  font-size: 0.87rem;
  color: var(--muted);
  line-height: 1.68;
}

.wc-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.9rem;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  border: 1px solid;
  letter-spacing: 0.04em;
}

@media (max-width: 900px) {
  .why-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 600px) {
  .why-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ══ VOICE WAVE ══ */
.vw {
  display: inline-block;
  width: 3px;
  background: linear-gradient(180deg, var(--pl), var(--p));
  border-radius: 2px;
  animation: vwani 1.1s ease-in-out infinite;
}

.vw:nth-child(1) {
  height: 8px;
  animation-delay: 0s;
}

.vw:nth-child(2) {
  height: 18px;
  animation-delay: 0.08s;
}

.vw:nth-child(3) {
  height: 12px;
  animation-delay: 0.16s;
}

.vw:nth-child(4) {
  height: 26px;
  animation-delay: 0.24s;
}

.vw:nth-child(5) {
  height: 20px;
  animation-delay: 0.32s;
}

.vw:nth-child(6) {
  height: 14px;
  animation-delay: 0.4s;
}

.vw:nth-child(7) {
  height: 28px;
  animation-delay: 0.2s;
}

.vw:nth-child(8) {
  height: 16px;
  animation-delay: 0.36s;
}

.vw:nth-child(9) {
  height: 22px;
  animation-delay: 0.12s;
}

.vw:nth-child(10) {
  height: 10px;
  animation-delay: 0.44s;
}

.vw:nth-child(11) {
  height: 24px;
  animation-delay: 0.28s;
}

.vw:nth-child(12) {
  height: 14px;
  animation-delay: 0.48s;
}

@keyframes vwani {
  0%,
  100% {
    transform: scaleY(1);
  }

  50% {
    transform: scaleY(0.28);
  }
}

@media (max-width: 900px) {
  .voice-wrap {
    grid-template-columns: 1fr !important;
    gap: 2.5rem !important;
  }
}

/* ══ MODULE TILES ══ */
.mod-tile {
  background: #fff;
  border: 1.5px solid rgba(185, 131, 255, 0.12);
  border-radius: 20px;
  padding: 1.8rem 1.6rem;
  position: relative;
  transition: all 0.35s cubic-bezier(0.34, 1.1, 0.64, 1);
  overflow: hidden;
}

.mod-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--cl, rgba(106, 27, 154, 0.06));
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 0;
}

.mod-tile:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 50px rgba(106, 27, 154, 0.1);
  border-color: rgba(185, 131, 255, 0.28);
}

.mod-tile:hover::before {
  opacity: 1;
}

.mt-ico {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
  box-shadow: 0 6px 18px rgba(106, 27, 154, 0.22);
  transition: transform 0.3s;
}

.mt-ico i {
  font-size: 1.3rem;
  color: #fff;
}

.mod-tile:hover .mt-ico {
  transform: scale(1.1) rotate(-6deg);
}

.mt-title {
  font-weight: 800;
  font-size: 1rem;
  color: var(--ink);
  margin-bottom: 0.35rem;
  position: relative;
  z-index: 1;
}

.mt-desc {
  font-size: 0.83rem;
  color: var(--muted);
  line-height: 1.6;
  position: relative;
  z-index: 1;
}

.mt-arrow {
  position: absolute;
  bottom: 1.4rem;
  right: 1.4rem;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(185, 131, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition:
    opacity 0.3s,
    background 0.3s;
  z-index: 1;
}

.mt-arrow i {
  font-size: 0.68rem;
  color: var(--p);
}

.mod-tile:hover .mt-arrow {
  opacity: 1;
  background: rgba(185, 131, 255, 0.22);
}

@media (max-width: 900px) {
  .mod-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 500px) {
  .mod-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ══ REVIEW CARDS ══ */
.rev-card {
  background: #fff;
  border: 1.5px solid rgba(185, 131, 255, 0.15);
  border-radius: 24px;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
  transition: all 0.35s;
}

.rev-card::before {
  content: '"';
  position: absolute;
  top: 0.8rem;
  right: 1.4rem;
  font-family: "Baloo Thambi 2", cursive;
  font-size: 5.5rem;
  color: rgba(185, 131, 255, 0.12);
  line-height: 1;
  pointer-events: none;
}

.rev-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 22px 55px rgba(106, 27, 154, 0.1);
}

@media (max-width: 900px) {
  .rev-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 700px) {
  .tstat-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

/* ══ PRICING ══ */
.pf-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--ink);
}

.pf-ck {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .price-grid {
    grid-template-columns: 1fr !important;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .price-grid .pc-tile:nth-child(2) {
    margin-top: 0 !important;
  }
}

/* ══ FAQ ACCORDION ══ */
.faq-acc {
  background: #fff;
  border: 1.5px solid rgba(185, 131, 255, 0.18);
  border-radius: 16px;
  overflow: hidden;
  transition: box-shadow 0.3s;
}

.faq-acc:hover {
  box-shadow: 0 8px 30px rgba(106, 27, 154, 0.08);
}

.faq-acc.open {
  border-color: rgba(185, 131, 255, 0.38);
  box-shadow: 0 8px 30px rgba(106, 27, 154, 0.1);
}

.faq-acc.open .faq-btn {
  background: var(--light);
}

.faq-btn {
  width: 100%;
  background: none;
  border: none;
  padding: 1.25rem 1.6rem;
  text-align: left;
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  transition: background 0.25s;
}

.faq-btn:hover {
  background: var(--light);
}

.faq-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--light);
  border: 1px solid rgba(185, 131, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s;
}

.faq-icon i {
  font-size: 0.75rem;
  color: var(--p);
  transition: transform 0.3s;
}

.faq-acc.open .faq-icon {
  background: var(--p);
  border-color: var(--p);
}

.faq-acc.open .faq-icon i {
  color: #fff;
  transform: rotate(180deg);
}

.faq-body-acc {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-acc.open .faq-body-acc {
  max-height: 220px;
}

.faq-body-acc p {
  padding: 0 1.6rem 1.3rem;
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.76;
}
