/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap');

:root {
  /* Sushi Me Color Palette */
  --primary: #9BC23B;       /* Hijau - rice field & nori */
  --primary-light: #B5D66B; /* Hijau lighter */
  --primary-dark: #7DA82E;  /* Hijau darker */
  --accent: #EC6B33;        /* Orange - salmon / fish tone */
  --accent-hover: #D65A25;  /* Orange darker */
  --accent-light: #F49776;  /* Orange lighter */
  --highlight: #FEE274;     /* Kuning - tamago / fun tone */
  --highlight-light: #FEEC9E; /* Kuning lighter */
  --earth: #885D3B;         /* Coklat - natural / hangiri / earthy */
  --earth-light: #A67852;   /* Coklat lighter */
  --bg-color: #F8F7F3;      /* Background - clean & fresh */
  --text-dark: #2F2A26;
  --text-muted: #756D65;
  --card-bg: #FFFFFF;
  --border-radius-sm: 12px;
  --border-radius-md: 24px;
  --border-radius-lg: 32px;
  --border-radius-pill: 50px;
  --transition-speed: 0.3s;
}

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

body {
  font-family: 'Outfit', sans-serif;
  background-color: var(--bg-color);
  color: var(--text-dark);
  line-height: 1.6;
  overflow-x: hidden;
}

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

ul {
  list-style: none;
}

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
}

/* Navbar */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 5%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  height: 40px;
  width: auto;
}

.nav-links {
  display: flex;
  gap: 30px;
}

.nav-links a {
  font-weight: 500;
  font-size: 15px;
  transition: color var(--transition-speed);
}

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

.auth-btn,
.btn-primary {
  background: white;
  color: var(--text-dark);
  padding: 10px 24px;
  border-radius: var(--border-radius-pill);
  font-weight: 600;
  font-size: 15px;
  border: none;
  cursor: pointer;
  transition: all var(--transition-speed);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.auth-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}

.btn-accent {
  background: var(--secondary);
  color: white;
  padding: 14px 32px;
  border-radius: var(--border-radius-pill);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: none;
  cursor: pointer;
  transition: all var(--transition-speed);
  font-size: 16px;
}

.btn-accent:hover {
  background: var(--secondary-hover);
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(227, 107, 63, 0.3);
}

/* Hero Section */
.hero {
  background: linear-gradient(135deg, var(--primary) 0%, #E8F5C9 100%);
  border-radius: 0 0 50px 50px;
  padding: 100px 5% 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

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

.hero h1 {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
  color: #3b422d;
  margin-bottom: 24px;
}

.hero-visual {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: visible;
}

.hero-img {
  width: 100%;
  border-radius: 20px;
  display: block;
}

/* Floating Badges */
.badge {
  position: absolute;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  padding: 12px 20px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 4px;
  animation: float 4s ease-in-out infinite;
  border: 1px solid rgba(255, 255, 255, 0.6);
  z-index: 3;
}

.badge.left-top {
  top: 10%;
  left: -5%;
  animation-delay: 0s;
}

.badge.left-bottom {
  bottom: 15%;
  left: -2%;
  animation-delay: 1s;
}

.badge.right-top {
  top: 5%;
  right: -5%;
  animation-delay: 0.5s;
}

.badge.right-bottom {
  bottom: 30%;
  right: -8%;
  animation-delay: 1.5s;
}

.badge-label {
  font-size: 12px;
  color: var(--text-muted);
  font-weight: 500;
}

.badge-value {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-dark);
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

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

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


/* Section Shared */
.section {
  padding: 100px 5%;
}

.section-head {
  text-align: center;
  margin-bottom: 60px;
}

.section-head h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}

.section-head p {
  color: var(--text-muted);
  max-width: 500px;
  margin: 0 auto;
}

/* Features: Full Width Banner */
.feature-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url('https://res.cloudinary.com/djixjyvqw/image/upload/v1776584460/background_icon_mfvzq6.png') no-repeat center;
  background-size: contain;
  padding: 60px 10%;
  max-width: 1200px;
  min-height: 500px;
  margin: 0 auto 50px;
  position: relative;
  z-index: 5;
  gap: 40px;
}

.feature-banner-img {
  width: 40%;
  max-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature-banner-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.feature-banner h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}

.feature-banner p {
  color: #6A654E;
  margin-bottom: 30px;
  font-size: 16px;
  max-width: 400px;
}

/* Experience Next Level */
.experience-section {
  background-color: #F8F5F1;
  border-radius: var(--border-radius-lg);
  padding: 80px 5%;
  max-width: 1200px;
  margin: 0 auto;
}

.experience-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
  align-items: center;
  margin-top: 50px;
}

.exp-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.exp-item {
  display: flex;
  gap: 20px;
}

.exp-icon {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  font-size: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  flex-shrink: 0;
}

.exp-text h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.exp-text p {
  color: var(--text-muted);
  font-size: 14px;
}

.exp-img-wrapper {
  position: relative;
  border-radius: var(--border-radius-md);
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.exp-img-wrapper img {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s;
}

.exp-img-wrapper:hover img {
  transform: scale(1.05);
}

/* How to order */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.step-card {
  border-radius: var(--border-radius-md);
  padding: 30px 24px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s;
}

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

.step-card.bg-green {
  background-color: var(--primary);
  color: white;
}

.step-card.bg-yellow {
  background-color: var(--highlight);
}

.step-card.bg-accent {
  background-color: var(--accent);
  color: white;
}

.step-card.bg-light-yellow {
  background-color: var(--highlight-light);
}

.step-num {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
  opacity: 0.7;
}

.step-icon {
  width: 48px;
  height: 48px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--text-dark);
  font-size: 24px;
}

.step-card.bg-green .step-icon {
  color: var(--primary);
}

.step-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.step-card p {
  font-size: 14px;
  opacity: 0.9;
  line-height: 1.5;
}

/* Secure Foundation */
.secure-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.secure-card {
  background: white;
  border-radius: var(--border-radius-md);
  padding: 40px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.03);
}

.secure-card h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.secure-img {
  width: 100%;
  max-width: 180px;
  margin: 0 auto 20px;
}

.secure-card p {
  color: var(--text-muted);
  font-size: 14px;
}

/* FAQ */
.faq-wrap {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 50px;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.faq-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.faq-img {
  width: 100%;
  max-width: 220px;
  margin-top: 30px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faq-item {
  background: white;
  border-radius: var(--border-radius-sm);
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
  transition: all 0.3s;
  font-weight: 600;
}

.faq-item:hover {
  background-color: #fcfcfc;
  transform: scale(1.01);
}

.faq-icon {
  color: var(--secondary);
  font-weight: 300;
  font-size: 24px;
}

/* Footer */
.footer {
  background: linear-gradient(180deg, #FDFBF7 0%, #F8F5ED 100%);
  padding: 80px 5% 30px;
  border-radius: 50px 50px 0 0;
  margin-top: 50px;
}

.footer-top {
  text-align: center;
  margin-bottom: 60px;
}

.footer-top h2 {
  font-size: 80px;
  color: #E2D3CA;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 2fr;
  gap: 40px;
  margin-bottom: 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-brand h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.footer-brand p {
  color: var(--text-muted);
  font-size: 14px;
  max-width: 250px;
  margin-bottom: 20px;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icon {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.footer-links h4 {
  font-size: 18px;
  margin-bottom: 20px;
}

.footer-links ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links a {
  color: var(--text-muted);
  font-size: 14px;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: var(--secondary);
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}

.newsletter-form input {
  padding: 15px 20px;
  border-radius: var(--border-radius-pill);
  border: 1px solid #E2D3CA;
  outline: none;
  background: white;
}

.newsletter-form button {
  background: var(--primary);
  color: white;
  padding: 15px 20px;
  border-radius: var(--border-radius-pill);
  border: none;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
}

.newsletter-form button:hover {
  background: var(--primary-dark);
}

.footer-bottom {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  color: var(--text-muted);
  font-size: 14px;
}

/* Responsive */
@media (max-width: 1024px) {
  .hero h1 {
    font-size: 50px;
  }

  .feature-banner {
    flex-direction: column-reverse;
    display: flex;
    text-align: center;
    padding: 40px;
  }

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

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

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

  .faq-wrap {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .faq-img {
    margin: 30px auto;
  }
}

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

  .hero h1 {
    font-size: 40px;
  }

  .hero {
    padding: 120px 5% 60px;
  }

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

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

  .footer-top h2 {
    font-size: 50px;
  }

  .badge {
    display: none;
  }

  /* Hide floating badges on mobile */
}