/* ── BANGLA FONT ADOR NOIRRIT ── */
@font-face {
  font-family: "AdorNoirrit";
  src: url("/frontend/fonts/AdorNoirrit-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AdorNoirrit";
  src: url("/frontend/fonts/AdorNoirrit-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AdorNoirrit";
  src: url("/frontend/fonts/AdorNoirrit-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AdorNoirrit";
  src: url("/frontend/fonts/AdorNoirrit-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AdorNoirrit";
  src: url("/frontend/fonts/AdorNoirrit-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AdorNoirrit";
  src: url("/frontend/fonts/AdorNoirrit-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

body.lang-bn,
body.lang-bn input,
body.lang-bn button,
body.lang-bn select,
body.lang-bn textarea {
  font-family: "AdorNoirrit", sans-serif !important;
}

:root {
  --teal: #1fb8a6;
  --teal2: #17907f;
  --teal3: #0d5e54;
  --teal-glow: rgba(31, 184, 166, 0.25);
  --orange: #f7a100;
  --orange2: #d48a00;
  --orange-glow: rgba(247, 161, 0, 0.22);
  --bg: #080e10;
  --bg2: #0d1518;
  --bg3: #111c20;
  --surface: #141f24;
  --surface2: #1a2a30;
  --border: rgba(255, 255, 255, 0.07);
  --border2: rgba(31, 184, 166, 0.18);
  --text: #f0f6f7;
  --text2: #8aa8ae;
  --text3: #506870;
  --white: #ffffff;
  --nav-bg: rgba(8, 14, 16, 0.7);
  --nav-bg-scrolled: rgba(8, 14, 16, 0.92);
}

body.light-theme {
  --bg: #f8fafc;
  --bg2: #f1f5f9;
  --bg3: #e2e8f0;
  --surface: #ffffff;
  --surface2: #f8fafc;
  --border: rgba(15, 23, 42, 0.08);
  --border2: rgba(31, 184, 166, 0.22);
  --text: #0f172a;
  --text2: #475569;
  --text3: #64748b;
  --nav-bg: rgba(248, 250, 252, 0.75);
  --nav-bg-scrolled: rgba(248, 250, 252, 0.95);
}

body.light-theme .phone-frame {
  box-shadow:
    0 0 0 1px rgba(15, 23, 42, 0.05),
    0 30px 60px rgba(15, 23, 42, 0.12);
}

body.light-theme .btn-hero-ghost {
  background: rgba(0, 0, 0, 0.02);
}

body.light-theme .btn-pc.ghost {
  background: rgba(0, 0, 0, 0.02);
}

body.light-theme .chip {
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    0 8px 32px rgba(15, 23, 42, 0.08),
    0 0 0 1px rgba(31, 184, 166, 0.1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
  cursor: none;
}

/* ── CUSTOM CURSOR ── */
.cursor {
  position: fixed;
  width: 10px;
  height: 10px;
  background: var(--teal);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transition:
    transform 0.12s,
    background 0.2s;
  transform: translate(-50%, -50%);
}

.cursor-ring {
  position: fixed;
  width: 36px;
  height: 36px;
  border: 1.5px solid rgba(31, 184, 166, 0.5);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.2s;
  transform: translate(-50%, -50%);
}

body:hover .cursor-ring {
  border-color: var(--teal);
}

.bx,
.bxs {
  width: 1em;
  height: 1em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

.step-ic {
  width: 28px;
  height: 28px;
  color: var(--teal);
}

.chip-icon {
  width: 1.3rem;
  height: 1.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.scr-img .big i {
  width: 2.2rem;
  height: 2.2rem;
}

.trust-stars i,
.tc-stars i {
  width: 1rem;
  height: 1rem;
  margin-right: 2px;
}

.trust-stars i:last-child,
.tc-stars i:last-child {
  margin-right: 0;
}

/* ── NOISE OVERLAY ── */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  opacity: 0.025;
  pointer-events: none;
}

/* ── NAV ── */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5vw;
  height: 68px;
  background: var(--nav-bg);
  backdrop-filter: blur(24px) saturate(180%);
  border-bottom: 1px solid var(--border);
  transition:
    border-color 0.4s,
    background 0.4s;
}

nav.scrolled {
  background: var(--nav-bg-scrolled);
  border-bottom-color: var(--border2);
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.nav-logo img {
  height: 36px;
  transition: filter 0.3s ease;
}

/* ── NAV ACTIONS & THEME TOGGLE ── */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.theme-toggle-btn {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  color: var(--text2);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  font-size: 1.2rem;
  padding: 0;
}

.theme-toggle-btn:hover {
  border-color: var(--teal);
  color: var(--teal);
  background: rgba(31, 184, 166, 0.08);
  transform: scale(1.05);
}

body.light-theme .theme-toggle-btn {
  background: rgba(0, 0, 0, 0.03);
}

.lang-toggle-btn {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  color: var(--text2);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0;
}

.lang-toggle-btn:hover {
  border-color: var(--teal);
  color: var(--teal);
  background: rgba(31, 184, 166, 0.08);
  transform: scale(1.05);
}

body.light-theme .lang-toggle-btn {
  background: rgba(0, 0, 0, 0.03);
}

#themeIcon {
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.nav-links {
  display: flex;
  gap: 36px;
  list-style: none;
}

.nav-links a {
  text-decoration: none;
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--text2);
  letter-spacing: 0.01em;
  transition: color 0.2s;
  position: relative;
}

.nav-links a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 1.5px;
  background: var(--teal);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s;
}

.nav-links a:hover {
  color: var(--teal);
}

.nav-links a:hover::after {
  transform: scaleX(1);
}

.nav-cta {
  background: linear-gradient(135deg, var(--teal), var(--teal2));
  color: var(--white);
  padding: 9px 24px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.87rem;
  text-decoration: none;
  box-shadow: 0 0 24px var(--teal-glow);
  transition:
    box-shadow 0.3s,
    transform 0.2s;
  letter-spacing: 0.01em;
}

.nav-cta:hover {
  box-shadow: 0 0 40px rgba(31, 184, 166, 0.5);
  transform: translateY(-1px);
}

.cursor {
  z-index: 9999 !important;
}

.cursor-ring {
  z-index: 9998 !important;
}

/* Modal Overlay */
.screenshot-modal {
  position: fixed;
  inset: 0;
  z-index: 9900;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.screenshot-modal.active {
  opacity: 1;
  pointer-events: all;
}

/* Backdrop with deep blur and theme compatibility */
.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 14, 16, 0.75);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: opacity 0.4s ease;
}

body.light-theme .modal-backdrop {
  background: rgba(248, 250, 252, 0.75);
}

/* Close Button styling */
.modal-close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

body.light-theme .modal-close-btn {
  background: rgba(15, 23, 42, 0.05);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.modal-close-btn:hover {
  transform: rotate(90deg) scale(1.1);
  background: var(--orange);
  border-color: var(--orange);
  color: white;
  box-shadow: 0 0 20px var(--orange-glow);
}

/* Navigation buttons */
.modal-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

body.light-theme .modal-nav-btn {
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.modal-nav-btn.prev {
  left: 40px;
}

.modal-nav-btn.next {
  right: 40px;
}

.modal-nav-btn:hover {
  background: var(--teal);
  border-color: var(--teal);
  color: white;
  box-shadow: 0 0 24px var(--teal-glow);
}

.modal-nav-btn.prev:hover {
  transform: translateY(-50%) translateX(-5px) scale(1.05);
}

.modal-nav-btn.next:hover {
  transform: translateY(-50%) translateX(5px) scale(1.05);
}

/* Content area containing image and details */
.modal-content {
  position: relative;
  max-width: 90%;
  max-height: 82vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 5;
  pointer-events: none;
}

.modal-image-wrapper {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
  pointer-events: auto;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(0.92);
}

body.light-theme .modal-image-wrapper {
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.15);
}

.screenshot-modal.active .modal-image-wrapper {
  transform: scale(1);
}

.modal-image-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 75vh;
  object-fit: contain;
  transition: opacity 0.25s ease;
}

/* Caption styling */
.modal-caption {
  margin-top: 20px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--text);
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 8px 20px;
  border-radius: 50px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  pointer-events: auto;
  animation: fadeInUp 0.4s cubic-bezier(0.16, 1, 0.3, 1) both;
}

body.light-theme .modal-caption {
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

/* Hover effect for screenshot marquee items to invite user clicks */
.scr-item {
  cursor: pointer;
}

/* Custom animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .modal-nav-btn {
    width: 46px;
    height: 46px;
    font-size: 1.4rem;
  }

  .modal-nav-btn.prev {
    left: 15px;
  }

  .modal-nav-btn.next {
    right: 15px;
  }

  .modal-close-btn {
    top: 15px;
    right: 15px;
    width: 44px;
    height: 44px;
    font-size: 1.4rem;
  }

  .modal-image-wrapper {
    border-radius: 16px;
    max-width: 85%;
  }

  .modal-image-wrapper img {
    max-height: 65vh;
  }
}

/* ── HERO ── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 100px 5vw 80px;
  overflow: hidden;
}

/* animated gradient mesh background */
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 80% 80% at -10% 50%,
      rgba(31, 184, 166, 0.07) 0%,
      transparent 60%),
    radial-gradient(ellipse 60% 60% at 110% 20%,
      rgba(247, 161, 0, 0.06) 0%,
      transparent 55%),
    radial-gradient(ellipse 50% 50% at 50% 110%,
      rgba(31, 184, 166, 0.05) 0%,
      transparent 50%),
    var(--bg);
}

/* moving orbs */
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  animation: orbMove 12s ease-in-out infinite alternate;
}

.orb1 {
  width: 500px;
  height: 500px;
  background: rgba(31, 184, 166, 0.09);
  top: -100px;
  left: -100px;
  animation-delay: 0s;
}

.orb2 {
  width: 400px;
  height: 400px;
  background: rgba(247, 161, 0, 0.07);
  top: 20%;
  right: -80px;
  animation-delay: -4s;
}

.orb3 {
  width: 300px;
  height: 300px;
  background: rgba(31, 184, 166, 0.06);
  bottom: -50px;
  left: 30%;
  animation-delay: -8s;
}

@keyframes orbMove {
  0% {
    transform: translate(0, 0) scale(1);
  }

  100% {
    transform: translate(40px, 40px) scale(1.1);
  }
}

/* grid lines */
.hero-grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(31, 184, 166, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 184, 166, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 0%,
      black 0%,
      transparent 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
}

/* left */
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(31, 184, 166, 0.3);
  background: rgba(31, 184, 166, 0.07);
  color: var(--teal);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 6px 16px 6px 10px;
  border-radius: 50px;
  margin-bottom: 28px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.eyebrow-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(31, 184, 166, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.eyebrow-dot::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
  animation: pulseGlow 2s infinite;
}

@keyframes pulseGlow {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(31, 184, 166, 0.6);
  }

  50% {
    box-shadow: 0 0 0 6px rgba(31, 184, 166, 0);
  }
}

.hero h1 {
  font-size: clamp(2.6rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 1.08;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}

.hero h1 .line1 {
  display: block;
  color: var(--text);
}

.hero h1 .line2 {
  display: block;
  background: linear-gradient(90deg, var(--teal), #4de8d8, var(--orange));
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 4s linear infinite;
}

.hero h1 .line3 {
  display: block;
  color: var(--text);
}

@keyframes shimmer {
  0% {
    background-position: 0% center;
  }

  100% {
    background-position: 200% center;
  }
}

.hero-desc {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text2);
  margin-bottom: 40px;
  max-width: 480px;
  font-weight: 400;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 52px;
}

.btn-hero-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--teal), var(--teal2));
  color: var(--white);
  padding: 14px 30px;
  border-radius: 14px;
  font-weight: 800;
  font-size: 0.95rem;
  text-decoration: none;
  box-shadow:
    0 8px 32px var(--teal-glow),
    0 0 0 1px rgba(31, 184, 166, 0.3);
  transition: all 0.25s;
  letter-spacing: 0.01em;
}

.btn-hero-primary:hover {
  box-shadow:
    0 12px 48px rgba(31, 184, 166, 0.45),
    0 0 0 1px rgba(31, 184, 166, 0.5);
  transform: translateY(-2px);
}

.btn-hero-primary .arrow {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  transition: transform 0.2s;
}

.btn-hero-primary:hover .arrow {
  transform: translateX(3px);
}

.btn-hero-ghost {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text2);
  padding: 14px 26px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(12px);
  transition: all 0.25s;
}

.btn-hero-ghost:hover {
  border-color: rgba(31, 184, 166, 0.4);
  color: var(--teal);
  background: rgba(31, 184, 166, 0.06);
}

.hero-trust {
  display: flex;
  align-items: center;
  gap: 20px;
}

.trust-avatars {
  display: flex;
}

.trust-avatars span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid var(--bg);
  font-size: 0.8rem;
  font-weight: 800;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -8px;
}

.trust-avatars span:first-child {
  margin-left: 0;
}

.av1 {
  background: linear-gradient(135deg, #1fb8a6, #0d5e54);
}

.av2 {
  background: linear-gradient(135deg, #f7a100, #d48a00);
}

.av3 {
  background: linear-gradient(135deg, #2a6e8a, #1a4a5e);
}

.av4 {
  background: linear-gradient(135deg, #8a4a1a, #6e3410);
}

.trust-text {
  font-size: 0.82rem;
  color: var(--text3);
  line-height: 1.5;
}

.trust-text strong {
  color: var(--text2);
  font-weight: 700;
}

.trust-divider {
  width: 1px;
  height: 30px;
  background: var(--border);
}

.trust-rating {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.trust-stars {
  color: var(--orange);
  font-size: 0.85rem;
  letter-spacing: 1px;
}

.trust-rsub {
  font-size: 0.75rem;
  color: var(--text3);
}

/* right – phone mockup */
.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* glow ring behind phone */
.phone-glow {
  position: absolute;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(31, 184, 166, 0.15) 0%,
      transparent 70%);
  animation: glowPulse 3s ease-in-out infinite;
}

@keyframes glowPulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.8;
  }

  50% {
    transform: scale(1.15);
    opacity: 0.4;
  }
}

.phone-wrap {
  position: relative;
  animation: heroFloat 5s ease-in-out infinite;
}

@keyframes heroFloat {

  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }

  50% {
    transform: translateY(-20px) rotate(1deg);
  }
}

.phone-frame {
  width: 290px;
  background: linear-gradient(160deg, #1e3038, #0d1f25);
  border-radius: 30px;
  padding: 5px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06),
    0 50px 100px rgba(0, 0, 0, 0.7),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.phone-inner {
  background: var(--bg3);
  border-radius: 25px;
  overflow: hidden;
  height: 620px;
  display: flex;
  flex-direction: column;
}

.phone-screenshot {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.15s ease-in-out;
}

/* phone status bar */
.p-statusbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px 6px;
  font-size: 0.6rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
}

.p-island {
  width: 90px;
  height: 8px;
  background: #000;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 12px;
}

/* phone header */
.p-header {
  background: linear-gradient(135deg, #0d2e2a, #0a2020);
  padding: 14px 18px 18px;
  border-bottom: 1px solid rgba(31, 184, 166, 0.12);
  position: relative;
  overflow: hidden;
}

.p-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--teal), transparent);
}

.p-h-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.p-greeting {
  font-size: 0.8rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.9);
}

.p-sub {
  font-size: 0.63rem;
  color: rgba(31, 184, 166, 0.8);
  margin-top: 2px;
  font-weight: 500;
}

.p-notif {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(31, 184, 166, 0.1);
  border: 1px solid rgba(31, 184, 166, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
}

/* quick stats row */
.p-stats {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}

.p-stat {
  flex: 1;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 8px 10px;
  text-align: center;
}

.p-stat-n {
  font-size: 0.9rem;
  font-weight: 900;
  color: var(--teal);
}

.p-stat-l {
  font-size: 0.55rem;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 1px;
  font-weight: 600;
}

/* phone body */
.p-body {
  flex: 1;
  overflow: hidden;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  padding: 11px 13px;
  display: flex;
  align-items: center;
  gap: 11px;
  transition: border-color 0.2s;
}

.p-card-ic {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.ic-teal {
  background: rgba(31, 184, 166, 0.12);
  border: 1px solid rgba(31, 184, 166, 0.2);
  color: var(--teal);
}

.ic-org {
  background: rgba(247, 161, 0, 0.1);
  border: 1px solid rgba(247, 161, 0, 0.2);
  color: var(--orange);
}

.ic-org {
  background: rgba(247, 161, 0, 0.1);
  border: 1px solid rgba(247, 161, 0, 0.2);
}

.p-card-info {
  flex: 1;
  min-width: 0;
}

.p-card-info h5 {
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
}

.p-card-info p {
  font-size: 0.62rem;
  color: rgba(255, 255, 255, 0.35);
  margin-top: 1px;
}

.p-badge {
  padding: 3px 8px;
  border-radius: 20px;
  font-size: 0.58rem;
  font-weight: 700;
  flex-shrink: 0;
}

.bd-green {
  background: rgba(31, 184, 166, 0.12);
  color: var(--teal);
  border: 1px solid rgba(31, 184, 166, 0.2);
}

.bd-amber {
  background: rgba(247, 161, 0, 0.1);
  color: var(--orange);
  border: 1px solid rgba(247, 161, 0, 0.2);
}

/* progress bar card */
.p-progress-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 14px;
  padding: 12px 14px;
}

.p-pc-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.p-pc-top span {
  font-size: 0.67rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
}

.p-pc-top strong {
  font-size: 0.67rem;
  color: var(--teal);
}

.p-bar {
  height: 5px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 3px;
  overflow: hidden;
}

.p-bar-fill {
  height: 100%;
  width: 72%;
  background: linear-gradient(90deg, var(--teal), #4de8d8);
  border-radius: 3px;
}

/* bottom nav */
.p-nav {
  background: rgba(10, 18, 22, 0.95);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: space-around;
  padding: 10px 0 12px;
}

.p-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  font-size: 0.5rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.3);
}

.p-nav-item.on {
  color: var(--teal);
}

.p-nav-item .ni {
  font-size: 1rem;
}

.p-nav-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--teal);
  margin-top: 1px;
}

/* floating chips */
.chip {
  position: absolute;
  background: rgba(13, 20, 24, 0.92);
  border: 1px solid rgba(31, 184, 166, 0.25);
  border-radius: 14px;
  padding: 10px 16px;
  backdrop-filter: blur(16px);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(31, 184, 166, 0.06);
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.chip-icon {
  font-size: 1.1rem;
}

.chip-text {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--text);
  line-height: 1.3;
}

.chip-text span {
  display: block;
  font-size: 0.6rem;
  font-weight: 500;
  color: var(--text2);
}

.chip1 {
  top: 20px;
  right: -60px;
  animation: chipFloat1 4s ease-in-out infinite;
}

.chip2 {
  bottom: 80px;
  left: -70px;
  animation: chipFloat2 5s ease-in-out infinite;
}

.chip3 {
  top: 50%;
  right: -80px;
  margin-top: 40px;
  animation: chipFloat1 4.5s ease-in-out infinite 0.8s;
}

@keyframes chipFloat1 {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

@keyframes chipFloat2 {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }
}

/* ── SECTION BASE ── */
section {
  padding: 110px 5vw;
}

.max-w {
  max-width: 1280px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 72px;
}

.s-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 18px;
}

.s-tag.teal {
  background: rgba(31, 184, 166, 0.08);
  color: var(--teal);
  border: 1px solid rgba(31, 184, 166, 0.2);
}

.s-tag.orange {
  background: rgba(247, 161, 0, 0.08);
  color: var(--orange);
  border: 1px solid rgba(247, 161, 0, 0.2);
}

.s-tag .tag-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
}

h2.sh {
  font-size: clamp(1.9rem, 3.5vw, 2.9rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.025em;
  margin-bottom: 16px;
  color: var(--text);
}

h2.sh em {
  font-style: normal;
  color: var(--teal);
}

h2.sh .em-o {
  font-style: normal;
  color: var(--orange);
}

p.sp {
  font-size: 1rem;
  color: var(--text2);
  line-height: 1.8;
}

/* ── FEATURES ── */
.features {
  background: var(--bg2);
}

.feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  border: 2px solid var(--border);
  border-radius: 28px;
  overflow: hidden;
}

.feat-cell {
  background: var(--bg3);
  padding: 40px 32px;
  position: relative;
  overflow: hidden;
  transition: background 0.3s;
}

.feat-cell::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 60% at 50% 0%,
      rgba(31, 184, 166, 0.06) 0%,
      transparent 70%);
  opacity: 0;
  transition: opacity 0.4s;
}

.feat-cell:hover {
  background: rgba(31, 184, 166, 0.04);
}

.feat-cell:hover::before {
  opacity: 1;
}

.feat-num {
  font-size: 0.7rem;
  font-weight: 800;
  color: var(--text3);
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  display: block;
}

.feat-icon2 {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
  transition:
    border-color 0.3s,
    background 0.3s;
}

.feat-cell:hover .feat-icon2 {
  border-color: rgba(31, 184, 166, 0.3);
  background: rgba(31, 184, 166, 0.08);
}

.feat-cell h3 {
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 10px;
  color: var(--text);
}

.feat-cell p {
  font-size: 0.88rem;
  color: var(--text2);
  line-height: 1.75;
}

.feat-cell.span2 {
  grid-column: span 2;
}

.feat-cell.highlight {
  background: rgba(31, 184, 166, 0.05);
  border-left: 1px solid rgba(31, 184, 166, 0.15);
}

/* ── HOW ── */
.how {
  background: var(--bg);
}

.steps-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.step-line {
  position: absolute;
  top: 36px;
  left: 12%;
  right: 12%;
  height: 1px;
  background: linear-gradient(90deg, var(--teal), var(--orange));
  z-index: 0;
}

.step-line::after {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  filter: blur(4px);
  opacity: 0.5;
}

.step2 {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 16px;
}

.step-circle {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1px solid var(--border2);
  background: var(--bg3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
  font-size: 1.4rem;
  box-shadow: 0 0 0 8px rgba(31, 184, 166, 0.04);
  position: relative;
  transition: all 0.3s;
}

.step2:hover .step-circle {
  background: rgba(31, 184, 166, 0.1);
  border-color: var(--teal);
  box-shadow:
    0 0 0 8px rgba(31, 184, 166, 0.08),
    0 0 24px var(--teal-glow);
}

.step-n {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 0.6rem;
  font-weight: 900;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.sn-teal {
  background: var(--teal);
}

.sn-orange {
  background: var(--orange);
}

.step2 h4 {
  font-size: 0.95rem;
  font-weight: 800;
  margin-bottom: 8px;
  color: var(--text);
}

.step2 p {
  font-size: 0.83rem;
  color: var(--text2);
  line-height: 1.7;
}

/* ── SCREENSHOTS ── */
.screenshots {
  background: var(--bg2);
  overflow: hidden;
}

.screens-marquee {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  position: relative;
  mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}

.marquee-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: marqueeScroll 60s linear infinite;
}

.marquee-track:hover {
  animation-play-state: paused;
}

@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-50% - 10px));
  }
}

.scr-item {
  flex-shrink: 0;
  width: 235px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--surface);
  transition:
    transform 0.3s,
    box-shadow 0.3s,
    border-color 0.3s;
}

.scr-item:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(31, 184, 166, 0.2);
  border-color: rgba(31, 184, 166, 0.25);
}

.scr-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  background: linear-gradient(160deg, var(--surface2), var(--bg3));
  display: block;
  transition: opacity 0.15s ease-in-out;
}

/* ── METRICS BAND ── */
.metrics {
  background: var(--bg3);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 60px 5vw;
}

.metrics-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}

.metric-item {
  text-align: center;
  padding: 32px 20px;
  position: relative;
}

.metric-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background: var(--border);
}

.metric-n {
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: -0.03em;
}

.metric-n.teal {
  color: var(--teal);
}

.metric-n.orange {
  color: var(--orange);
}

.metric-n span {
  font-size: 1.6rem;
}

.metric-l {
  font-size: 0.82rem;
  color: var(--text2);
  font-weight: 500;
}

/* ── PRICING ── */
.pricing {
  background: var(--bg);
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.pc {
  background: var(--bg3);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 36px 30px;
  position: relative;
  transition:
    transform 0.3s,
    border-color 0.3s,
    box-shadow 0.3s;
}

.pc:hover {
  transform: translateY(-6px);
}

.pc.hot {
  border-color: rgba(31, 184, 166, 0.35);
  background: linear-gradient(160deg, rgba(31, 184, 166, 0.06), var(--bg3));
  box-shadow: 0 0 60px rgba(31, 184, 166, 0.1);
}

.pc-popular {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, var(--teal), var(--teal2));
  color: white;
  font-size: 0.68rem;
  font-weight: 800;
  padding: 4px 16px;
  border-radius: 50px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 4px 16px var(--teal-glow);
}

.pc-plan {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--text3);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
}

.pc-price {
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--text);
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: -0.03em;
}

.pc-price sup {
  font-size: 1.1rem;
  vertical-align: super;
}

.pc-price sub {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--text2);
}

.pc-desc {
  font-size: 0.85rem;
  color: var(--text2);
  margin-bottom: 26px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--border);
}

.pc-feats {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-bottom: 30px;
}

.pc-feats li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.87rem;
  font-weight: 500;
  color: var(--text);
}

.pc-feats li .ck {
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: rgba(31, 184, 166, 0.12);
  color: var(--teal);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  font-weight: 900;
  flex-shrink: 0;
}

.pc-feats li.off {
  opacity: 0.3;
}

.pc-feats li.off .ck {
  background: rgba(255, 255, 255, 0.04);
  color: var(--text3);
}

.btn-pc {
  display: block;
  text-align: center;
  padding: 12px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.25s;
}

.btn-pc.primary {
  background: linear-gradient(135deg, var(--teal), var(--teal2));
  color: white;
  box-shadow: 0 4px 20px var(--teal-glow);
}

.btn-pc.primary:hover {
  box-shadow: 0 8px 32px rgba(31, 184, 166, 0.45);
  transform: translateY(-1px);
}

.btn-pc.ghost {
  border: 1px solid var(--border);
  color: var(--text2);
  background: rgba(255, 255, 255, 0.02);
}

.btn-pc.ghost:hover {
  border-color: rgba(31, 184, 166, 0.35);
  color: var(--teal);
}

/* ── TESTIMONIALS ── */
.testimonials {
  background: var(--bg2);
}

.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.tc {
  background: var(--bg3);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 28px;
  transition:
    transform 0.3s,
    border-color 0.3s;
}

.tc:hover {
  transform: translateY(-4px);
  border-color: var(--border2);
}

.tc-stars {
  color: var(--orange);
  font-size: 0.85rem;
  letter-spacing: 2px;
  margin-bottom: 14px;
}

.tc-quote {
  font-size: 0.9rem;
  color: var(--text2);
  line-height: 1.8;
  margin-bottom: 20px;
  font-style: italic;
}

.tc-quote::before {
  content: '"';
  color: var(--teal);
  font-size: 1.4rem;
  font-style: normal;
  line-height: 0;
  vertical-align: -0.3em;
  margin-right: 2px;
}

.tc-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tc-av {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 900;
  color: white;
  flex-shrink: 0;
}

.tc-av.t {
  background: linear-gradient(135deg, var(--teal), var(--teal3));
}

.tc-av.o {
  background: linear-gradient(135deg, var(--orange), var(--orange2));
}

.tc-av.m {
  background: linear-gradient(135deg, #2a8e6a, var(--orange2));
}

.tc-name {
  font-weight: 800;
  font-size: 0.88rem;
  color: var(--text);
}

.tc-role {
  font-size: 0.73rem;
  color: var(--text3);
}

/* ── ROADMAP TIMELINE ── */
.roadmap {
  background: var(--bg);
  position: relative;
  overflow: hidden;
  padding: 100px 5vw;
}

.roadmap::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(31, 184, 166, 0.05) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.roadmap-timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0;
}

.timeline-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: linear-gradient(to bottom, var(--teal), var(--teal-glow) 70%, transparent);
  transform: translateX(-50%);
  z-index: 1;
}

.timeline-item {
  position: relative;
  width: 50%;
  margin-bottom: 48px;
  z-index: 2;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-item.left {
  left: 0;
  padding-right: 48px;
}

.timeline-item.right {
  left: 50%;
  padding-left: 48px;
}

.timeline-dot {
  position: absolute;
  top: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--bg3);
  border: 1px solid var(--border);
  color: var(--text3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  z-index: 3;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 0 0 6px var(--bg);
}

.timeline-item.left .timeline-dot {
  right: -20px;
}

.timeline-item.right .timeline-dot {
  left: -20px;
}

/* Dot states */
.timeline-dot.completed {
  border-color: var(--teal);
  background: var(--teal);
  color: var(--white);
  box-shadow:
    0 0 0 6px var(--bg),
    0 0 16px var(--teal-glow);
}

.timeline-dot.active {
  border-color: var(--orange);
  background: var(--bg3);
  color: var(--orange);
  box-shadow:
    0 0 0 6px var(--bg),
    0 0 20px var(--orange-glow);
  animation: pulseActive 2s infinite;
}

@keyframes pulseActive {
  0% {
    box-shadow: 0 0 0 6px var(--bg), 0 0 0 0 var(--orange-glow);
  }

  70% {
    box-shadow: 0 0 0 6px var(--bg), 0 0 0 12px rgba(247, 161, 0, 0);
  }

  100% {
    box-shadow: 0 0 0 6px var(--bg), 0 0 0 0 rgba(247, 161, 0, 0);
  }
}

.timeline-content {
  background: rgba(20, 31, 36, 0.5);
  backdrop-filter: blur(16px) saturate(120%);
  -webkit-backdrop-filter: blur(16px) saturate(120%);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 28px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

body.light-theme .timeline-content {
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.timeline-item:hover .timeline-content {
  transform: translateY(-4px);
  border-color: var(--border2);
  box-shadow:
    0 15px 35px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(31, 184, 166, 0.1);
}

body.light-theme .timeline-item:hover .timeline-content {
  box-shadow:
    0 15px 35px rgba(15, 23, 42, 0.1),
    0 0 0 1px rgba(31, 184, 166, 0.08);
}

.timeline-date {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--teal);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.timeline-item.right .timeline-date {
  color: var(--orange);
}

.timeline-content h3 {
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 10px;
  color: var(--text);
}

.timeline-content p {
  font-size: 0.88rem;
  color: var(--text2);
  line-height: 1.7;
  margin-bottom: 16px;
}

/* Status Badge */
.timeline-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 4px 10px;
  border-radius: 50px;
}

.timeline-status.completed {
  background: rgba(31, 184, 166, 0.1);
  color: var(--teal);
  border: 1px solid rgba(31, 184, 166, 0.2);
}

.timeline-status.in-progress {
  background: rgba(247, 161, 0, 0.1);
  color: var(--orange);
  border: 1px solid rgba(247, 161, 0, 0.2);
}

.timeline-status.planned {
  background: rgba(255, 255, 255, 0.03);
  color: var(--text3);
  border: 1px solid var(--border);
}

body.light-theme .timeline-status.planned {
  background: rgba(15, 23, 42, 0.03);
}

/* RESPONSIVE TIMELINE */
@media (max-width: 768px) {
  .timeline-line {
    left: 20px;
  }

  .timeline-item {
    width: 100%;
    margin-bottom: 36px;
  }

  .timeline-item.left,
  .timeline-item.right {
    left: 0;
    padding-left: 54px;
    padding-right: 0;
  }

  .timeline-item.left .timeline-dot,
  .timeline-item.right .timeline-dot {
    left: 0;
    right: auto;
  }
}

/* ── CTA ── */
.cta-band {
  background: var(--bg3);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 100px 5vw;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 80% at 50% 50%,
      rgba(31, 184, 166, 0.08) 0%,
      transparent 65%);
}

.cta-band h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  color: var(--text);
  letter-spacing: -0.025em;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.cta-band h2 em {
  font-style: normal;
  color: var(--teal);
}

.cta-band p {
  font-size: 1rem;
  color: var(--text2);
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

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

/* ── FOOTER ── */
footer {
  background: var(--bg2);
  padding: 64px 5vw 32px;
  border-top: 1px solid var(--border);
}

.foot-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

.foot-brand img {
  height: 32px;
  margin-bottom: 16px;
}

.foot-brand p {
  font-size: 0.84rem;
  color: var(--text2);
  line-height: 1.7;
  max-width: 250px;
}

.foot-socials {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.fsoc {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  text-decoration: none;
  color: var(--text2);
  transition:
    background 0.2s,
    border-color 0.2s,
    color 0.2s;
}

.fsoc:hover {
  background: rgba(31, 184, 166, 0.1);
  border-color: rgba(31, 184, 166, 0.3);
  color: var(--teal);
}

.foot-col h5 {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--text);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.foot-col a {
  display: block;
  font-size: 0.85rem;
  color: var(--text2);
  text-decoration: none;
  margin-bottom: 10px;
  transition: color 0.2s;
}

.foot-col a:hover {
  color: var(--teal);
}

.foot-bottom {
  border-top: 1px solid var(--border);
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.foot-bottom p {
  font-size: 0.78rem;
  color: var(--text3);
}

.foot-bottom i {
  width: 0.9rem;
  height: 0.9rem;
  vertical-align: middle;
  display: inline-flex;
  margin: 0 0.15rem;
}

.foot-bottom span {
  color: var(--orange);
}

.foot-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--text3);
}

.foot-badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

/* ── FAQ HOME ── */
.faq-home {
  padding: 100px 5vw;
  background: var(--bg2);
  border-top: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}

.faq-accordion-home {
  max-width: 800px;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item-home {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.faq-item-home[open] {
  border-color: var(--border2);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
}

body.light-theme .faq-item-home[open] {
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.faq-summary-home {
  padding: 22px 28px;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--text);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  outline: none;
  transition: color 0.2s ease;
}

.faq-summary-home::-webkit-details-marker {
  display: none;
}

.faq-summary-home::after {
  content: "\eb57";
  font-family: "boxicons";
  font-size: 1.3rem;
  color: var(--text2);
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.faq-item-home[open] .faq-summary-home {
  color: var(--teal);
}

.faq-item-home[open] .faq-summary-home::after {
  transform: rotate(180deg);
  color: var(--teal);
}

.faq-content-home {
  padding: 0 28px 24px;
  font-size: 0.92rem;
  color: var(--text2);
  line-height: 1.7;
  border-top: 1px solid transparent;
}

.faq-item-home[open] .faq-content-home {
  border-top-color: var(--border);
}

.faq-content-home p {
  margin: 0;
}

/* ── REVEAL ── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.reveal.up {
  transform: translateY(28px);
}

.reveal.left {
  transform: translateX(-30px);
}

.reveal.right {
  transform: translateX(30px);
}

.reveal.visible {
  opacity: 1;
  transform: translate(0);
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .feat-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feat-cell.span2 {
    grid-column: span 1;
  }

  .price-grid,
  .testi-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .steps-track {
    grid-template-columns: repeat(2, 1fr);
  }

  .step-line {
    display: none;
  }

  .metrics-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .foot-top {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-desc {
    margin: 0 auto 40px;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-trust {
    justify-content: center;
  }

  .hero-visual {
    display: none;
  }

  .feat-grid,
  .price-grid,
  .testi-grid {
    grid-template-columns: 1fr;
  }

  .steps-track {
    grid-template-columns: 1fr 1fr;
  }

  .foot-top {
    grid-template-columns: 1fr;
  }

  .nav-links,
  .nav-cta {
    display: none;
  }

  .metrics-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

.mobile-text {
  display: none;
}

@media (max-width:768px) {
  .desktop-text {
    display: none;
  }

  .mobile-text {
    display: inline;
  }
}

.legal-content section {
  padding: 10px !important;
}

.legal-content h2 {
  margin-bottom: 10px !important;
}

.contact-socials-list {
  display: flex;
  gap: 10px;
}