* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

body {
  background: #ffffff;
}

/* HERO */
.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* TEXT */
.hero-content {
  margin-top: -80px;
  position: relative;
  z-index: 2;
  text-align: left;
  max-width: 900px;
  padding: 20px;
}

.hero-content h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #1f1f1f;
  line-height: 1.1;
}

.ayosite-hero {
  padding: 70px 0;
  background: linear-gradient(135deg, #f6f0ff, #ffffff);
}

.hero-visual {
  min-height: 320px;
}

.hero-feature-box h2 {
  font-size: 1.65rem;
  color: #3b2b5f;
}

.feature-pill {
  border-radius: 999px;
  background: #f7f2ff;
  color: #5a3a8b;
  padding: 12px 14px;
  font-size: 0.95rem;
  font-weight: 600;
  text-align: center;
  border: 1px solid rgba(124,69,133,0.12);
}

.section-keypoints {
  padding: 50px 0;
}

.keypoint-card {
  border: 1px solid rgba(124,69,133,0.12);
  background: #ffffff;
}

.keypoint-card h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

.keypoint-card p {
  margin-bottom: 0;
  color: #5f566f;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .hero-content {
    text-align: center;
  }

  .hero-content h1 {
    font-size: 2.2rem;
  }
}

/* Ayosite custom layout */
.ayosite-hero {
  position: relative;
  padding: 90px 0 70px;
  background: radial-gradient(circle at top left, rgba(106, 70, 205, 0.24), transparent 30%),
              radial-gradient(circle at bottom right, rgba(139, 65, 186, 0.18), transparent 25%),
              linear-gradient(180deg, #3a1f6b 0%, #8f53c1 100%);
  color: #ffffff;
}
.ayosite-hero .container {
  position: relative;
  z-index: 1;
}
.hero-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.42;
  filter: blur(40px);
}
.hero-shape-1 {
  width: 240px;
  height: 240px;
  top: -40px;
  left: -40px;
  background: rgba(255,255,255,0.18);
}
.hero-shape-2 {
  width: 180px;
  height: 180px;
  top: 80px;
  right: -60px;
  background: rgba(255,255,255,0.14);
}
.hero-shape-3 {
  width: 320px;
  height: 320px;
  bottom: -80px;
  left: 10%;
  background: rgba(255,255,255,0.08);
}
.hero-badge {
  display: inline-block;
  background: rgba(255,255,255,0.16);
  border: 1px solid rgba(255,255,255,0.25);
  padding: 10px 18px;
  border-radius: 999px;
  color: #ffffff;
  letter-spacing: 0.02em;
  font-weight: 600;
}
.hero-title {
  font-size: clamp(2.6rem, 4vw, 4rem);
  margin-top: 24px;
  font-weight: 800;
  line-height: 1.05;
}
.hero-text {
  max-width: 560px;
  margin-top: 24px;
  color: rgba(255,255,255,0.88);
  font-size: 1.05rem;
  line-height: 1.8;
}
.hero-actions .btn {
  min-width: 180px;
  border-radius: 999px;
}
.hero-actions .btn-outline-light {
  color: #ffffff;
  border-color: rgba(255,255,255,0.7);
}
.hero-stat {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 22px;
  padding: 18px 20px;
  color: #ffffff;
}
.hero-stat strong {
  display: block;
  font-size: 1.3rem;
  font-weight: 800;
}
.hero-stat span {
  display: block;
  margin-top: 4px;
  color: rgba(255,255,255,0.82);
  font-size: 0.94rem;
}
.hero-preview {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 32px;
  backdrop-filter: blur(18px);
  min-height: 420px;
}
.shadow-glow {
  box-shadow: 0 40px 120px rgba(0,0,0,0.15);
}
.hero-panel {
  border-radius: 24px;
  padding: 24px;
  background: rgba(255,255,255,0.14);
}
.panel-top .panel-label {
  color: rgba(255,255,255,0.85);
  font-weight: 600;
}
.panel-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 6px rgba(255,255,255,0.12);
}
.panel-card h4 {
  color: #ffffff;
  margin-bottom: 10px;
}
.panel-card p {
  color: rgba(255,255,255,0.82);
}
.hero-preview-grid .preview-item {
  border-radius: 18px;
  background: rgba(255,255,255,0.1);
  padding: 18px 16px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.section-why {
  padding: 80px 0;
  background: linear-gradient(180deg, #eef2ff 0%, #f9f6ff 100%);
}
.section-subtitle {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(124,69,133,0.08);
  color: #7c4585;
  font-weight: 700;
}
.section-heading {
  font-size: clamp(2rem, 3vw, 2.75rem);
  line-height: 1.05;
  margin-bottom: 20px;
}
.section-description {
  color: #55516a;
  line-height: 1.8;
  max-width: 520px;
}
.why-card {
  background: #ffffff;
  border-radius: 26px;
  padding: 30px;
  border: 1px solid rgba(124,69,133,0.12);
  box-shadow: 0 24px 50px rgba(124,69,133,0.08);
  min-height: 220px;
}
.why-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #fbf0ff, #f5ebff);
  border-radius: 16px;
  font-size: 1.15rem;
  margin-bottom: 18px;
}
.why-card h5 {
  font-size: 1.12rem;
  margin-bottom: 10px;
}
.why-card p {
  color: #6c5c7f;
  line-height: 1.8;
}
.product-section {
  padding: 90px 0 80px;
  background: linear-gradient(180deg, #f7f2ff 0%, #ede7ff 100%);
}
.section-header h2 {
  font-size: clamp(2rem, 3vw, 2.8rem);
  margin-top: 18px;
}
.product-card.modern-card {
  position: relative;
  border-radius: 32px;
  background: #ffffff;
  border: 1px solid rgba(124,69,133,0.12);
  padding: 28px;
  box-shadow: 0 28px 70px rgba(111,72,146,0.12);
}
.product-ribbon {
  position: absolute;
  top: 20px;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.ribbon-left {
  left: 20px;
  background: linear-gradient(135deg,#72d4a2,#2d7d6a);
  color: #fff;
}
.ribbon-right {
  right: 20px;
  background: linear-gradient(135deg,#ffb057,#e87400);
  color: #fff;
}
.ribbon-top {
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg,#8a4bb3,#7c4585);
  color: #fff;
}
.product-card.modern-card .card-top {
  align-items: center;
  gap: 16px;
}
.product-card.modern-card .card-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
}
.product-card.modern-card h5 {
  margin-bottom: 6px;
  font-size: 1.1rem;
}
.product-card.modern-card .price {
  font-size: 1.9rem;
}
.product-card.modern-card .features {
  margin-top: 20px;
}
.product-card.modern-card .features li {
  padding-left: 1.25rem;
  position: relative;
}
.product-card.modern-card .features li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #7C4585;
}
.product-card.modern-card .card-footer {
  margin-top: 28px;
}
.product-card.modern-card .btn-order {
  width: 100%;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 700;
}
.product-card.modern-card.highlight {
  background: linear-gradient(180deg, #f8f2ff, #ffffff);
  border-color: rgba(124,69,133,0.22);
}
@media (max-width: 992px) {
  .hero-shape-3 {
    display: none;
  }
}

@media (max-width: 768px) {
  .hero-actions {
    justify-content: center;
  }
  .hero-preview {
    min-height: auto;
  }
  .hero-stat {
    text-align: center;
  }
  .why-card {
    min-height: auto;
  }
}

.hero-content span {
  color: #7C4585;
}

.hero-content p {
  margin-top: 12px;
  color: #666;
}

/* DOT CONTAINER */
#dots {
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* DOT */
.dot {
  position: absolute;
  border-radius: 50%;
  background: rgba(123, 44, 255, 0.35);
  animation-name: float;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

/* FLOAT ANIMATION */
@keyframes float {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(var(--x), var(--y));
  }

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

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2rem;
  }
}

/* NAVBAR STYLE */
.custom-navbar {
  background: #fff;
  border-radius: 20px;
  padding: 14px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* NAV LINK */
.nav-link {
  font-weight: 500;
  color: #333 !important;
  margin: 0 10px;
}

/* CONTACT BUTTON */
.btn-contact {
  background: #7C4585;
  color: #fff;
  border-radius: 12px;
  padding: 8px 18px;
  font-weight: 500;
}

.btn-contact:hover {
  background: white;
  border: 2px solid #7C4585;
}

/* OFFCANVAS */
.offcanvas {
  border-radius: 0 20px 20px 0;
}

.offcanvas a {
  font-size: 1.1rem;
  margin-bottom: 12px;
}

/* HAMBURGER */
.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

/* BUTTON HERO */
.btn-purple {
  background: #7C4585;
  color: #fff;

  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-purple:hover {
  background: #651ed6;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(123, 44, 255, 0.3);
}

.btn-outline-purple {
  background: transparent;
  color: #7C4585;
  border: 2px solid #7C4585;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-outline-purple:hover {
  background: #7b2cff;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(123, 44, 255, 0.3);
}

@media (max-width: 576px) {

  .btn-purple,
  .btn-outline-purple {
    font-size: 0.85rem;
    /* perkecil teks */
    padding: 8px 14px;
    /* perkecil tombol */
  }
}

.about h2 span {
  color: #7b2cff;
}

.about p {
  color: #333;
  line-height: 1.7;
  font-size: 1rem;
}

/* RESPONSIVE: HIDE IMAGE ON MOBILE */
@media (max-width: 768px) {
  .about-image {
    display: none;
  }

  .about-text {
    text-align: center;
  }
}

.badge {
  display: inline-block;
  background-color: #7e458531;
  color: #7C4585;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 8px;
  border: 1px solid #7C4585;
  font-family: Arial, sans-serif;
}

.section-keunggulan {
  padding: 60px 0;
  background-color: #ffffff;
}

.keunggulan-card {
  border-radius: 16px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: 0.3s ease;
}

.keunggulan-card:hover {
  transform: translateY(-5px);
}

.keunggulan-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.keunggulan-card p {
  margin-bottom: 0;
  color: #555;
  font-size: 15px;
}

.icon {
  font-size: 22px;
  margin-bottom: 10px;
  display: inline-block;
}

.pricing-section {
  padding: 60px 0;
}

.pricing-card {
  background: #fff;
  border-radius: 18px;
  padding: 30px 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  height: 100%;
  text-align: center;
}

.pricing-card h5 {
  font-weight: 600;
  margin-top: 15px;
}

.price {
  font-size: 22px;
  font-weight: bold;
  margin: 15px 0;
}

.pricing-card ul {
  text-align: left;
  padding-left: 0;
  list-style: none;
  font-size: 14px;
}

.pricing-card ul li {
  margin-bottom: 8px;
}

.btn-purple {
  background: #7C4585;
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
}

.btn-purple:hover {
  background: #6a3a72;
  color: #fff;
}

/* Desktop: tampil 3 card tanpa geser */
@media (min-width: 992px) {
  .carousel-inner {
    display: flex;
  }

  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 3);
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }
}

.poster-section {
  padding: 60px 0;
}

.poster-card {
  background: #fff;
  border-radius: 18px;
  padding: 30px 22px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 100%;
  transition: 0.3s;
}

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

.poster-card h5 {
  font-weight: 600;
  margin-top: 15px;
}

.poster-price {
  font-size: 22px;
  font-weight: bold;
  margin: 15px 0;
  color: #7C4585;
}

.poster-card ul {
  list-style: none;
  padding-left: 0;
  text-align: left;
  font-size: 14px;
}

.poster-card ul li {
  margin-bottom: 8px;
}

.btn-purple {
  background: #7C4585;
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
}

.btn-purple:hover {
  background: #6a3a72;
  color: #fff;
}

/* Desktop: tampil 3 card sejajar */
@media (min-width: 992px) {
  .carousel-inner {
    display: flex;
  }

  .carousel-item {
    display: block;
    flex: 0 0 calc(100% / 3);
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }
}

.carousel-item {
  transition: transform 0.6s ease-in-out;
}

.footer-link,
.footer-social {
  color: #adb5bd;
  text-decoration: none;
  transition: 0.3s;
}

.footer-link:hover,
.footer-social:hover {
  color: #ffffff;
}

.footer h4 {
  letter-spacing: 1px;
}

.whatsapp-float-text {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25d366;
  color: #fff;
  padding: 10px 16px;
  border-radius: 50px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0,0,0,.2);
  z-index: 9999;
}

/* SPLASH SCREEN */
.splash {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.9s cubic-bezier(.2,.9,.3,1), visibility 0.9s ease;
  background: linear-gradient(135deg, #faf5ff 0%, #f3f0ff 40%, #efe7fb 100%);
  backdrop-filter: blur(4px);
}

.splash.fade-out {
  opacity: 0;
  visibility: hidden;
}

.splash-mark {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(124,69,133,0.98), rgba(142,89,178,0.95));
  box-shadow: 0 12px 40px rgba(124,69,133,0.18);
  display: inline-block;
  margin-bottom: 4px;
  position: relative;
  overflow: hidden;
  transform-origin: center center;
  animation: mark-pulse 1.9s ease-in-out infinite;
}

@keyframes mark-pulse {
  0% { transform: scale(1); filter: hue-rotate(0deg); }
  50% { transform: scale(1.04); filter: hue-rotate(6deg); }
  100% { transform: scale(1); filter: hue-rotate(0deg); }
}

/* subtle animated background blobs */
.splash::before,
.splash::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.7;
  z-index: 0;
}
.splash::before {
  width: 420px;
  height: 420px;
  left: -8%;
  top: -20%;
  background: radial-gradient(circle at 30% 30%, rgba(139,92,246,0.28), transparent 40%);
  animation: blob-move 9s ease-in-out infinite;
}
.splash::after {
  width: 320px;
  height: 320px;
  right: -6%;
  bottom: -12%;
  background: radial-gradient(circle at 70% 70%, rgba(124,69,133,0.18), transparent 40%);
  animation: blob-move 11s ease-in-out infinite reverse;
}

@keyframes blob-move {
  0% { transform: translate(0,0) scale(1); }
  50% { transform: translate(24px,-18px) scale(1.05); }
  100% { transform: translate(0,0) scale(1); }
}

.progress-wrapper {
  width: 260px;
  height: 12px;
  background: rgba(255,255,255,0.6);
  border-radius: 999px;
  overflow: hidden;
  margin-top: 14px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), 0 6px 18px rgba(124,69,133,0.06);
}

.progress-bar {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #8a4bb3, #7C4585);
  transition: width 120ms linear;
  box-shadow: 0 6px 18px rgba(124,69,133,0.12);
  
}

.progress-text {
  margin-top: 8px;
  font-size: 14px;
}

#penawaran-terbaik {
  background: linear-gradient(135deg, #f7f2fb, #ffffff);
}

/* Splash inner layout */
.splash-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 28px;
}

.splash-brand h1 {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  background: linear-gradient(90deg, #7C4585, #b56dc5);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: 0.2px;
}

.splash-brand p {
  margin: 4px 0 0 0;
  color: #5b4a61;
  font-size: 13px;
}

.splash-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.splash-spinner {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 4px solid rgba(255,255,255,0.6);
  border-top-color: rgba(124,69,133,0.95);
  animation: spin 1s linear infinite;
  box-shadow: 0 6px 18px rgba(124,69,133,0.12);
  margin-bottom: 10px;
}

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

.progress-text {
  margin-top: 8px;
  font-size: 13px;
  color: #5b4a61;
  font-weight: 600;
}

.pricing-card {
  border-radius: 18px;
  transition: all 0.3s ease;
}

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

.price {
  font-weight: 800;
}

.highlight {
  background: linear-gradient(135deg, #7C4585, #b56dc5);
  border-radius: 20px;
  position: relative;
  transform: scale(1.05);
}

.badge-best {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffc107;
  color: #000;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .highlight {
    transform: scale(1);
  }
}

/* Domain checker styles */
.domain-checker .card {
  border-radius: 12px;
}
.domain-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 8px;
  background: #f8f9fb;
  margin-right: 8px;
}
.domain-available {
  color: #0b8457;
  font-weight: 600;
}
.domain-unavailable {
  color: #d6333e;
  font-weight: 600;
}
.domain-error {
  color: #6c757d;
}
.domain-result-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* TLD label styles */
.tld-label {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 8px;
  background: #f1f3f5;
  color: #343a40;
  font-weight: 600;
  border: 1px solid #e9ecef;
}

/* Product cards */
.product-cards {
  margin-top: 18px;
}
.product-card {
  background: linear-gradient(180deg, #ffffff, #fbf9ff);
  border-radius: 16px;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 12px 30px rgba(59,38,93,0.06);
  border: 1px solid rgba(124,69,133,0.06);
  position: relative;
}
.product-card .card-top {
  display: flex;
  align-items: center;
  gap: 12px;
}
.card-icon {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 8px 20px rgba(124,69,133,0.12);
}
.product-card h5 {
  margin: 0;
  font-weight: 700;
}
.product-card .price {
  margin-left: auto;
  font-weight: 800;
  font-size: 20px;
}
.price-unit { font-size: 12px; color:#6c6b6e; margin-left:6px; }
.product-card .features { list-style: none; padding-left:0; margin-top:16px; color:#555 }
.product-card .features li { margin-bottom:8px }
.card-footer { margin-top:18px }
.btn-order { background:#7C4585; color:#fff; padding:10px 18px; border-radius:10px; text-decoration:none }
.btn-order-light { background: #fff; color: #7C4585; border:2px solid #7C4585 }
.product-card {
  opacity: 0;
  transform: translateY(24px);
  animation: card-float-in 0.8s ease-out forwards;
}
.product-cards .col-md-6:nth-child(1) .product-card { animation-delay: 0.12s; }
.product-cards .col-md-6:nth-child(2) .product-card { animation-delay: 0.24s; }
.product-cards .col-md-6:nth-child(3) .product-card { animation-delay: 0.36s; }
.product-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 26px 44px rgba(115,60,160,0.16);
}

@keyframes card-float-in {
  0% {
    opacity: 0;
    transform: translateY(24px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.product-card.highlight { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(115,60,160,0.12) }

/* Recommended badge */
.badge-recommended {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg,#ffd966,#ffb347);
  color: #2b2b2b;
  padding: 6px 12px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 13px;
  box-shadow: 0 8px 24px rgba(255,169,64,0.18);
  border: 1px solid rgba(0,0,0,0.06);
}
