html, body {
    width:100%;
    max-width:100%;
    overflow-x:hidden;
}

:root {
  --bg: #ffffff;
  --bg-soft: #ffffff;
  --surface: #ffffff;
  --surface-strong: #ffffff;
  --text: #2f2342;
  --muted: #6f6680;
  --primary: #ff7a59;
  --secondary: #7a67ff;
  --accent: #ffcc66;
  --border: rgba(122, 103, 255, 0.1);
  --shadow: 0 18px 40px rgba(47, 35, 66, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}


body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background: #ffffff;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

body.js-ready .reveal {
  opacity: 0;
  transform: translate3d(0, 48px, 0);
  filter: blur(8px);
  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.7s ease;
  transition-delay: var(--reveal-delay, 0s);
  will-change: opacity, transform, filter;
}

body.js-ready .reveal.reveal-left {
  transform: translate3d(-48px, 32px, 0);
}

body.js-ready .reveal.reveal-right {
  transform: translate3d(48px, 32px, 0);
}

body.js-ready .reveal.reveal-scale {
  transform: translate3d(0, 32px, 0) scale(0.94);
}

body.js-ready .reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

a {
  color: inherit;
  text-decoration: none;
}

 .nav-btn {
  padding: 10px 22px;
  border-radius: 999px;
  font-weight: 700;
  color: white !important;
  transition: .25s ease;
}

.btn-daftar {
  background: linear-gradient(135deg,#08b889,#00a878);
}

.btn-masuk {
  background: linear-gradient(135deg,#ffb21c,#ff7a59);
}

.nav-btn:hover {
  transform: translateY(-2px);
}

@media(max-width:760px){

  .nav-btn {
    width:100%;
    text-align:center;
    margin-top:4px;
  }

}

.page-glow {
  position: fixed;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}

.glow-left {
  top: -120px;
  left: -120px;
  background: #ffe27a;
}

.glow-right {
  top: 180px;
  right: -120px;
  background: #ffb5d1;
}

.topbar {
  position: fixed;
  z-index: 9999;
}

.hero,
.partners,
.section,
.footer {
  position: relative;
  z-index: 1;
}

section {
  scroll-margin-top: 100px;
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  transform: none;

  width: 100%;
  max-width: none;

  padding: 16px 20px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(14px);

  border-radius: 0;
  border-left: none;
  border-right: none;

  box-shadow: 0 8px 25px rgba(47,35,66,0.08);

  z-index: 9999;
}

body {
  margin:0;
  padding-top:80px;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(122, 103, 255, 0.12);
  border-radius: 14px;
  background: #ffffff;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.menu-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.brand {
  font-size: 2.25rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #2f2342;
  line-height: 1;

  display: block;
}

.brand span {
  color: #ff7a59;
}

.brand small {
  display: block;
  margin-top: 8px;

  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #6f6680;
  white-space: nowrap;
}

.nav {
  display: flex;
  gap: 24px;
  color: var(--muted);
  font-weight: 500;
}

.nav-mobile-cta {
  display: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 700;
  transition: 0.25s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary), #ff996f);
  color: white;
  box-shadow: 0 16px 28px rgba(255, 122, 89, 0.22);
}

.btn-secondary,
.btn-outline {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(122, 103, 255, 0.14);
  color: var(--text);
}

.btn-outline {
  padding-inline: 18px;
}

.hero {
  width: min(1180px, calc(100% - 32px));
   margin: 30px auto 0;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 38px;
  align-items: center;
}

.hero-copy h1,
.section-heading h2,
.benefit-copy h2,
.cta-box h2 {
  letter-spacing: -0.05em;
  line-height: 1.05;
}

.hero-copy h1 {
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  margin: 12px 0;
  max-width: 16ch;
}

.hero-copy p,
.benefit-copy p,
.footer p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.pill,
.badge,
.tag {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-weight: 700;
}

.pill {
  padding: 10px 16px;
  background: #ffffff;
  border: 1px solid rgba(255, 122, 89, 0.12);
  color: #7a4c27;
  box-shadow: 0 8px 20px rgba(47, 35, 66, 0.05);
}

.pill.soft {
  background: #ffffff;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 30px 0 26px;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.stat-card,
.feature-card,
.panel-card,
.price-card,
.cta-box,
.device-card,
.floating-card {
  background: var(--surface);
  backdrop-filter: none;
  border: 1px solid rgba(122, 103, 255, 0.1);
  box-shadow: var(--shadow);
}

.stat-card {
  padding: 18px;
  border-radius: 22px;
}

.stat-card strong,
.price-card .price,
.panel-card strong,
.floating-card strong,
.order-summary h3 {
  display: block;
}

.stat-card strong {
  font-size: 1.05rem;
  margin-bottom: 6px;
}

.stat-card span,
.feature-card p,
.receipt-row span,
.label,
.footer-links a,
.panel-card span,
.floating-card p,
.price-card li {
  color: var(--muted);
}

.hero-visual {
  min-height: 620px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.device-card,
.hero-image-card {
  width: min(100%, 540px);
  border-radius: 32px;
  padding: 18px;
  background: #ffffff;
}

.hero-image-card {
  box-shadow: 0 24px 60px rgba(47, 35, 66, 0.1);
}

.hero-image,
.showcase-image,
.panel-image {
  width: 100%;
  display: block;
  object-fit: cover;
}

.hero-image {
  border-radius: 24px;
  aspect-ratio: 4 / 3;
}

.screen-header {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.pink { background: #ff7a9f; }
.yellow { background: #ffc85c; }
.green { background: #55d68d; }

.order-summary,
.receipt-row,
.partner-list,
.panel-row,
.cta-box,
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.order-summary {
  margin-bottom: 18px;
}

.label {
  font-size: 0.92rem;
  margin-bottom: 6px;
}

.order-summary h3 {
  margin: 0;
  font-size: 2rem;
}

.badge {
  padding: 8px 12px;
  font-size: 0.88rem;
  background: rgba(85, 214, 141, 0.16);
  color: #149552;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.menu-item {
  padding: 18px;
  min-height: 110px;
  border-radius: 24px;
  font-weight: 700;
  display: flex;
  align-items: end;
}

.peach { background: linear-gradient(135deg, #ffe1cc, #ffd2b7); }
.lemon { background: linear-gradient(135deg, #fff1ba, #ffe08a); }
.mint { background: linear-gradient(135deg, #d8ffe8, #bcf7d4); }
.sky { background: linear-gradient(135deg, #dff2ff, #cbe5ff); }

.receipt-card {
  margin-top: 18px;
  padding: 18px;
  border-radius: 24px;
  background: #ffffff;
}

.receipt-row {
  padding: 12px 0;
  border-bottom: 1px dashed rgba(122, 103, 255, 0.14);
}

.receipt-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.floating-card {
  position: absolute;
  padding: 18px 20px;
  border-radius: 22px;
  max-width: 240px;
}

.top-card {
  top: 42px;
  right: -8px;
}

.bottom-card {
  left: 0;
  bottom: 52px;
}

.side-card {
  right: -10px;
  bottom: 150px;
}

.partners,
.section,
.footer {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.partners {
  margin-top: 40px;
  padding: 24px 28px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(122, 103, 255, 0.08);
}

.partners p {
  text-align: center;
  color: var(--muted);
  margin: 0 0 18px;
}

.partner-list {
  gap: 18px;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 4px 2px 6px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.partner-list::-webkit-scrollbar {
  display: none;
}

/*.partner-card {
  min-width: 220px;
  padding: 14px 16px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(122, 103, 255, 0.08);
  box-shadow: 0 10px 22px rgba(47, 35, 66, 0.05);
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
  scroll-snap-align: start;
}*/

/*.partner-logo {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #4b365f;
  flex-shrink: 0;
}*/

/*.partner-meta {
  display: grid;
  gap: 4px;
}*/

/*.partner-meta strong {
  font-size: 1.05rem;
  line-height: 1.2;
}

.partner-meta span {
  color: var(--muted);
  font-size: 0.9rem;
}*/




.logo-slider {
  overflow:hidden;
  width:100%;
  margin-top:30px;
}

.logo-track {
  display:flex;
  align-items:center;
  gap:10px;
  width:max-content;
  animation:
  slideLogo 25s linear infinite;
}

.client-logo {
  width:150px;
  height:80px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}

.client-logo img {
  max-width:120px;
  max-height:55px;
  object-fit:contain;
  filter: grayscale(100%);
  opacity:.65;
  transition:.3s;
}

.client-logo img:hover {
  filter:grayscale(0%);
  opacity:1;
  transform:scale(1.08);
}

@keyframes slideLogo {
  from {
    transform:translateX(0);
  }
  to {
    transform:translateX(-50%);
  }
}

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




.peach-logo {
  background: linear-gradient(135deg, #ffe5d6, #ffd1bb);
}

.lemon-logo {
  background: linear-gradient(135deg, #fff5c8, #ffe596);
}

.berry-logo {
  background: linear-gradient(135deg, #f2defe, #dcc5ff);
}

.mint-logo {
  background: linear-gradient(135deg, #dcffe8, #bff0cf);
}

.sky-logo {
  background: linear-gradient(135deg, #def4ff, #c6e8ff);
}

.coral-logo {
  background: linear-gradient(135deg, #ffe1dd, #ffc9bf);
}

.section {
  padding: 100px 0 0;
}

.showcase {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: start;
}

.showcase-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
}

.showcase-card,
.showcase-note,
.panel-image-card {
  background: #ffffff;
  border: 1px solid rgba(122, 103, 255, 0.1);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.showcase-card.large {
  grid-row: span 2;
}

.showcase-image {
  aspect-ratio: 4 / 3;
}

.showcase-content {
  padding: 22px;
}

.showcase-content h3 {
  margin: 0 0 10px;
  font-size: 1.18rem;
}

.showcase-content p,
.showcase-note p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.showcase-note {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 220px;
}

.mini-label {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff4ec;
  color: #b95f3f;
  font-weight: 700;
  font-size: 0.86rem;
  margin-bottom: 14px;
}

.showcase-note strong {
  font-size: 1.35rem;
  line-height: 1.3;
  margin-bottom: 12px;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 28px;
}

.section-heading.center {
  margin-inline: auto;
  text-align: center;
}

.section-heading h2,
.benefit-copy h2,
.cta-box h2 {
  font-size: clamp(2rem, 3.8vw, 3.4rem);
  margin: 16px 0 0;
}

.feature-grid,
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.feature-card,
.price-card {
  padding: 26px;
  border-radius: 26px;
}

.feature-card h3,
.price-card h3 {
  margin: 0 0 12px;
  font-size: 1.2rem;
}

.benefits {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 24px;
  align-items: center;
}

.benefit-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.benefit-list li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(122, 103, 255, 0.12);
  font-weight: 600;
}

.benefit-panel {
  display: grid;
  gap: 16px;
}

.panel-image-card {
  padding: 14px;
}

.panel-image {
  border-radius: 18px;
  aspect-ratio: 16 / 10;
}

.panel-card {
  padding: 24px;
  border-radius: 26px;
}

.panel-card.highlight {
  background: linear-gradient(135deg, #7a67ff, #9488ff);
  color: white;
}

.panel-card.highlight span,
.panel-card.highlight p {
  color: rgba(255, 255, 255, 0.85);
}

.panel-card strong {
  font-size: 2rem;
  margin: 12px 0 8px;
}

.panel-row {
  gap: 16px;
}

.panel-row .panel-card {
  flex: 1;
}

.pricing-grid {
  align-items: stretch;
}

.price-card {
  position: relative;
}

.price-card ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 28px;
}

.price-card li {
  padding: 10px 0;
}

.price {
  font-size: 2.2rem;
  font-weight: 800;
  margin: 10px 0 0;
}

.price span {
  font-size: 1rem;
  font-weight: 600;
  color: var(--muted);
}

.price-card.featured {
  background: #ffffff;
  border: 1px solid rgba(255, 122, 89, 0.22);
  transform: translateY(-8px);
}

.tag {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 8px 12px;
  font-size: 0.8rem;
  color: white;
  background: linear-gradient(135deg, var(--secondary), #9488ff);
}

.full {
  width: 100%;
}

.cta {
  padding-bottom: 0;
}

.cta-box {
  gap: 24px;
  padding: 36px;
  border-radius: 34px;
  background: #ffffff;
}

.footer {
  margin: 100px auto 36px;
  padding: 28px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(122, 103, 255, 0.08);
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}

.wa-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25d366, #15b955);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 35px rgba(37, 211, 102, 0.28);
  z-index: 30;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.wa-float:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 22px 38px rgba(37, 211, 102, 0.34);
}

.wa-float svg {
  width: 31px;
  height: 31px;
  fill: #ffffff;
}

/* FAQ */

.faq-list {
  width:100%;
  margin-top:40px;
}


.faq-item {
  border-bottom:1px solid rgba(47,35,66,.15);
}


.faq-question {
  width:100%;
  padding:32px 0;
  border:none;
  background:none;

  display:flex;
  justify-content:space-between;
  align-items:center;

  font-size:1.3rem;
  font-weight:700;

  cursor:pointer;
  color:var(--text);
}


.faq-question span {
  font-size:2rem;
  transition:.3s;
}


.faq-answer {
  max-height:0;
  overflow:hidden;

  color:var(--muted);
  line-height:1.8;

  transition:.3s ease;
}


.faq-item.active .faq-answer {
  max-height:200px;
  padding-bottom:25px;
}


.faq-item.active .faq-question span {
  transform:rotate(180deg);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  body.js-ready .reveal,
  body.js-ready .reveal.reveal-left,
  body.js-ready .reveal.reveal-right,
  body.js-ready .reveal.reveal-scale,
  body.js-ready .reveal.is-visible {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

@media (max-width: 1024px) {
  .hero,
  .benefits,
  .showcase,
  .feature-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

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

  .hero-copy h1 {
    max-width: 100%;
  }

  .hero-visual {
    min-height: auto;
    padding-top: 8px;
  }

  .floating-card {
    position: static;
    margin-top: 16px;
    max-width: none;
  }

  .showcase-card.large {
    grid-row: auto;
  }
}

@media (max-width: 760px) {

   .hero {
        width: calc(100% - 32px);
        max-width: 100%;
        margin: 20px auto 0;

        display: flex;
        flex-direction: column;
        gap: 30px;

        overflow:hidden;
    }


    .hero-copy {
        width:100%;
        max-width:100%;
        min-width:0;
    }


    .hero-copy .pill {
        max-width:100%;
        white-space:normal;
    }


    .hero-copy h1 {
        width:100%;
        max-width:100%;

        font-size:2.2rem;
        line-height:1.15;

        overflow-wrap:break-word;
    }


    .hero-copy p {
        width:100%;
        max-width:100%;

        font-size:1rem;
        line-height:1.7;

        overflow-wrap:break-word;
    }


    .hero-actions {
        width:100%;
        display:flex;
        flex-direction:column;
    }


    .hero-actions .btn {
        width:100%;
    }


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


    .hero-visual {
        width:100%;
        max-width:100%;
        min-height:auto;

        overflow:hidden;
    }


    .hero-image-card {
        width:100%;
        max-width:100%;
    }


    .floating-card {
        position:static;
        width:100%;
        max-width:100%;
        margin-top:15px;
    }
    
  .topbar,
  .stats,
  .panel-row,
  .cta-box,
  .footer {
    flex-direction: column;
  }

  .footer,
  .cta-box {
    align-items: flex-start;
  }

  .topbar {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 14px 16px;
  }

  .nav {
    display: none;
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    gap: 14px;
    padding: 18px;
    background: #ffffff;
    border: 1px solid rgba(122, 103, 255, 0.1);
    border-radius: 20px;
    box-shadow: 0 18px 36px rgba(47, 35, 66, 0.1);
    flex-direction: column;
    align-items: stretch;
  }

  .nav.is-open {
    display: flex;
  }

  .nav a {
    width: 100%;
  }

  .nav-mobile-cta {
    display: inline-flex;
    margin-top: 6px;
  }

  .topbar-cta {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

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

 .topbar {
    top: 0;
    left: 0;
    padding: 14px 16px;
}



  .hero {
    margin-top: 10px;
  }

  .hero-copy h1 {
    font-size: 2.5rem;
  }

  .section {
    padding-top: 74px;
  }

  .footer-links {
    align-items: flex-start;
  }

  .wa-float {
    right: 18px;
    bottom: 18px;
    width: 58px;
    height: 58px;
  }

  .wa-float svg {
    width: 28px;
    height: 28px;
  }

  body.menu-open {
    overflow: hidden;
  }

  .hero {
    width: calc(100% - 32px);
    max-width:100%;
    overflow:hidden;
    grid-template-columns:1fr;
}

.hero-copy {
    width:100%;
    max-width:100%;
    overflow:hidden;
}


.hero-copy h1 {
    font-size:2.2rem;
    line-height:1.15;
    max-width:100%;
    overflow-wrap:break-word;
    word-break:normal;
}


.hero-copy p {
    max-width:100%;
    font-size:1rem;
    line-height:1.7;
}


 
}
