.lunasto-hero-v2 {
  position: relative;
  padding: 120px 0 100px 0;
  background: #fbf7f1;
  min-height: 85vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.lunasto-hero-v2 .hero-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}

.lunasto-hero-v2 .bg-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
  animation: pulseGlow 8s infinite alternate ease-in-out;
}

.lunasto-hero-v2 .blob-1 {
  top: -10%;
  right: 15%;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(239, 228, 202, 1) 0%, rgba(251, 247, 241, 0) 70%);
}

.lunasto-hero-v2 .blob-2 {
  bottom: -15%;
  left: 5%;
  width: 550px;
  height: 550px;
  background: radial-gradient(circle, rgba(228, 211, 184, 1) 0%, rgba(251, 247, 241, 0) 70%);
  animation-delay: -4s;
}

.lunasto-hero-v2 .hero-content {
  flex: 1;
  max-width: 55%;
  padding-right: 40px;
}

.lunasto-hero-v2 .hero-subtitle {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #a48e75;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}

.lunasto-hero-v2 .hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 3.8rem;
  line-height: 1.15;
  color: #2e261f;
  margin-bottom: 28px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.lunasto-hero-v2 .hero-desc {
  font-size: 1.1rem;
  color: #5d5248;
  line-height: 1.8;
  margin-bottom: 40px;
}

.lunasto-hero-v2 .hero-buttons {
  display: flex;
  gap: 16px;
}

.lunasto-hero-v2 .btn {
  padding: 16px 38px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.lunasto-hero-v2 .btn-primary {
  background-color: #2e261f;
  color: #ffffff !important;
  box-shadow: 0 10px 25px rgba(46, 38, 31, 0.15);
}

.lunasto-hero-v2 .btn-primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 30px rgba(46, 38, 31, 0.25);
}

.lunasto-hero-v2 .btn-secondary {
  background-color: transparent;
  color: #2e261f !important;
  border: 1.5px solid #2e261f;
}

.lunasto-hero-v2 .btn-secondary:hover {
  background-color: #2e261f;
  color: #ffffff !important;
  transform: translateY(-4px);
}

.lunasto-hero-v2 .hero-visual {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.lunasto-hero-v2 .visual-container {
  position: relative;
  padding: 30px;
  animation: floatElement 5s infinite alternate ease-in-out;
}

.lunasto-hero-v2 .energy-aura {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130%;
  height: 130%;
  background: radial-gradient(circle, rgba(234, 210, 165, 0.3) 0%, rgba(251, 247, 241, 0) 65%);
  z-index: 1;
  pointer-events: none;
}

.lunasto-hero-v2 .image-wrapper {
  position: relative;
  z-index: 2;
  width: 380px;
  height: 380px;
  border-radius: 50% 50% 40% 40% / 40% 40% 60% 60%;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(46, 38, 31, 0.12), 0 10px 20px rgba(46, 38, 31, 0.06);
  border: 4px solid #ffffff;
}

.lunasto-hero-v2 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lunasto-hero-v2 .floating-star {
  position: absolute;
  color: #dab888;
  font-size: 20px;
  z-index: 3;
  pointer-events: none;
  animation: pulseGlow 3s infinite alternate ease-in-out;
}

.lunasto-hero-v2 .star-1 {
  top: 10%;
  left: -5%;
  animation-delay: 0.5s;
}

.lunasto-hero-v2 .star-2 {
  bottom: 15%;
  right: -12%;
  animation-delay: 1.5s;
}

.lunasto-hero-v2 .text-highlight {
  background: linear-gradient(135deg, #a48e75 0%, #dab888 40%, #c49d68 60%, #a48e75 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
  font-weight: 700;
  animation: shineText 5s linear infinite;
}

.lunasto-hero-v2 .text-semi {
  font-weight: 600;
  color: #2e261f;
}

.lunasto-trust-values {
  background-color: #ffffff;
  padding: 90px 0;
  position: relative;
  z-index: 15;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.lunasto-trust-values .trust-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.lunasto-trust-values .trust-header {
  text-align: center;
  margin-bottom: 60px;
}

.lunasto-trust-values .trust-tagline {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #a48e75;
  font-weight: 700;
  display: block;
  margin-bottom: 12px;
}

.lunasto-trust-values .trust-main-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  color: #2e261f;
  font-weight: 700;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.3;
}

.lunasto-trust-values .trust-grid {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

.lunasto-trust-values .trust-card {
  flex: 1;
  text-align: center;
  padding: 45px 30px;
  background: #fbf7f1;
  border-radius: 24px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  border: 1px solid rgba(164, 142, 117, 0.08);
}

.lunasto-trust-values .trust-card:hover {
  transform: translateY(-10px);
  background: #ffffff;
  box-shadow: 0 30px 60px rgba(46, 38, 31, 0.08);
  border-color: rgba(164, 142, 117, 0.2);
}

.lunasto-trust-values .trust-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 28px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #a48e75;
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(164, 142, 117, 0.1);
  transition: all 0.4s ease;
}

.lunasto-trust-values .trust-card:hover .trust-icon {
  background: #2e261f;
  color: #ffffff;
  transform: rotate(15deg);
}

.lunasto-trust-values .trust-icon svg {
  width: 28px !important;
  height: 28px !important;
  flex-shrink: 0;
}

.lunasto-trust-values .trust-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  color: #2e261f;
  margin-bottom: 16px;
  font-weight: 700;
}

.lunasto-trust-values .trust-card-desc {
  font-size: 0.95rem;
  color: #5d5248;
  line-height: 1.7;
}

.lunasto-collections {
  background-color: #fbf7f1;
  padding: 100px 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.lunasto-collections .collections-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.lunasto-collections .collections-header {
  text-align: center;
  margin-bottom: 60px;
}

.lunasto-collections .collections-tagline {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #a48e75;
  font-weight: 700;
  display: block;
  margin-bottom: 12px;
}

.lunasto-collections .collections-main-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.6rem;
  color: #2e261f;
  font-weight: 700;
  margin-bottom: 16px;
}

.lunasto-collections .collections-desc {
  font-size: 1.05rem;
  color: #5d5248;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.7;
}

.lunasto-collections .collections-grid {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 50px;
}

.lunasto-collections .collection-card {
  flex: 1;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(46, 38, 31, 0.04);
  transition: all 0.4s ease;
  border: 1px solid rgba(164, 142, 117, 0.08);
}

.lunasto-collections .collection-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(46, 38, 31, 0.1);
}

.lunasto-collections .card-image {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
}

.lunasto-collections .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.lunasto-collections .collection-card:hover .card-image img {
  transform: scale(1.08);
}

.lunasto-collections .card-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #a48e75;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.lunasto-collections .card-content {
  padding: 30px 24px;
}

.lunasto-collections .card-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  color: #2e261f;
  margin-bottom: 12px;
  font-weight: 700;
}

.lunasto-collections .card-text {
  font-size: 0.95rem;
  color: #5d5248;
  line-height: 1.6;
  margin-bottom: 24px;
}

.lunasto-collections .card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #a48e75;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

.lunasto-collections .card-link span {
  transition: transform 0.3s ease;
}

.lunasto-collections .card-link:hover {
  color: #2e261f;
}

.lunasto-collections .card-link:hover span {
  transform: translateX(5px);
}

.lunasto-collections .collections-footer {
  text-align: center;
}

.lunasto-collections .btn-outline-brown {
  display: inline-block;
  padding: 14px 36px;
  border: 1.5px solid #a48e75;
  border-radius: 40px;
  color: #2e261f;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease;
}

.lunasto-collections .btn-outline-brown:hover {
  background-color: #a48e75;
  color: #ffffff;
}

.lunasto-story {
  background-color: #ffffff;
  padding: 110px 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
  overflow: hidden;
}

.lunasto-story .story-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 70px;
}

.lunasto-story .story-image-box {
  flex: 1;
  position: relative;
}

.lunasto-story .story-image-box img {
  width: 100%;
  height: auto;
  border-radius: 20px 120px 20px 20px;
  box-shadow: 0 25px 50px rgba(46, 38, 31, 0.08);
  object-fit: cover;
  display: block;
}

.lunasto-story .story-badge {
  position: absolute;
  bottom: 40px;
  left: -25px;
  background: #2e261f;
  color: #ffffff;
  padding: 14px 28px;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1.15rem;
  border-radius: 8px;
  box-shadow: 0 15px 30px rgba(46, 38, 31, 0.25);
}

.lunasto-story .story-content {
  flex: 1;
}

.lunasto-story .story-tagline {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #a48e75;
  font-weight: 700;
  display: block;
  margin-bottom: 16px;
}

.lunasto-story .story-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.6rem;
  color: #2e261f;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.25;
}

.lunasto-story .story-desc {
  font-size: 1.05rem;
  color: #5d5248;
  line-height: 1.75;
  margin-bottom: 30px;
}

.lunasto-story .story-list {
  list-style: none;
  padding: 0;
  margin: 0 0 45px 0;
}

.lunasto-story .story-list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font-size: 1.05rem;
  color: #5d5248;
  line-height: 1.6;
}

.lunasto-story .story-list li::before {
  content: '✦';
  position: absolute;
  left: 0;
  top: 2px;
  color: #a48e75;
  font-size: 1.2rem;
}

.lunasto-story .story-list li strong {
  color: #2e261f;
  font-weight: 700;
}

.lunasto-story .btn-primary-brown {
  display: inline-block;
  background-color: #2e261f;
  color: #ffffff !important;
  padding: 16px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 10px 25px rgba(46, 38, 31, 0.15);
}

.lunasto-story .btn-primary-brown:hover {
  transform: translateY(-4px);
  background-color: #a48e75;
  box-shadow: 0 15px 30px rgba(164, 142, 117, 0.3);
}

.lunasto-ecosystem {
  background-color: #fbf7f1;
  padding: 100px 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.lunasto-ecosystem .eco-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.lunasto-ecosystem .eco-header {
  text-align: center;
  margin-bottom: 60px;
}

.lunasto-ecosystem .eco-tagline {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #a48e75;
  font-weight: 700;
  display: block;
  margin-bottom: 12px;
}

.lunasto-ecosystem .eco-main-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  color: #2e261f;
  font-weight: 700;
  margin-bottom: 16px;
}

.lunasto-ecosystem .eco-desc {
  font-size: 1.05rem;
  color: #5d5248;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.7;
}

.lunasto-ecosystem .eco-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.lunasto-ecosystem .eco-card {
  flex: 1;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(46, 38, 31, 0.05);
  transition: all 0.4s ease;
  border: 1px solid rgba(164, 142, 117, 0.1);
  position: relative;
}

.lunasto-ecosystem .eco-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(46, 38, 31, 0.12);
}

.lunasto-ecosystem .eco-featured {
  flex: 1.15;
  transform: scale(1.05);
  z-index: 2;
  border-color: #a48e75;
  box-shadow: 0 25px 50px rgba(46, 38, 31, 0.15);
}

.lunasto-ecosystem .eco-featured:hover {
  transform: scale(1.05) translateY(-8px);
}

.lunasto-ecosystem .eco-image {
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.lunasto-ecosystem .eco-featured .eco-image {
  height: 280px;
}

.lunasto-ecosystem .eco-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.lunasto-ecosystem .eco-card:hover .eco-image img {
  transform: scale(1.08);
}

.lunasto-ecosystem .eco-content {
  padding: 30px 24px;
  text-align: center;
}

.lunasto-ecosystem .eco-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  color: #2e261f;
  margin-bottom: 12px;
  font-weight: 700;
}

.lunasto-ecosystem .eco-text {
  font-size: 0.95rem;
  color: #5d5248;
  line-height: 1.6;
  margin-bottom: 20px;
}

.lunasto-ecosystem .eco-badge {
  display: inline-block;
  background-color: #a48e75;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 15px;
}

.lunasto-ecosystem .btn-solid-brown {
  display: inline-block;
  background-color: #2e261f;
  color: #ffffff !important;
  padding: 12px 30px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
}

.lunasto-ecosystem .btn-solid-brown:hover {
  background-color: #a48e75;
  box-shadow: 0 8px 20px rgba(164, 142, 117, 0.3);
}

.lunasto-testimonials {
  background-color: #ffffff;
  padding: 100px 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.lunasto-testimonials .testi-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.lunasto-testimonials .testi-header {
  text-align: center;
  margin-bottom: 60px;
}

.lunasto-testimonials .testi-tagline {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #a48e75;
  font-weight: 700;
  display: block;
  margin-bottom: 12px;
}

.lunasto-testimonials .testi-main-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  color: #2e261f;
  font-weight: 700;
}

.lunasto-testimonials .testi-grid {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

.lunasto-testimonials .testi-card {
  flex: 1;
  background: #fbf7f1;
  padding: 40px 30px;
  border-radius: 20px;
  border: 1px solid rgba(164, 142, 117, 0.1);
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
}

.lunasto-testimonials .testi-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(46, 38, 31, 0.08);
}

.lunasto-testimonials .testi-stars {
  color: #dab888;
  font-size: 1.2rem;
  margin-bottom: 20px;
  display: flex;
  gap: 4px;
}

.lunasto-testimonials .testi-quote {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-style: italic;
  color: #5d5248;
  line-height: 1.7;
  margin-bottom: 30px;
  flex-grow: 1;
}

.lunasto-testimonials .testi-author {
  display: flex;
  align-items: center;
  gap: 16px;
  border-top: 1px solid rgba(164, 142, 117, 0.2);
  padding-top: 20px;
}

.lunasto-testimonials .author-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #ffffff;
  box-shadow: 0 4px 10px rgba(46, 38, 31, 0.1);
}

.lunasto-testimonials .author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lunasto-testimonials .author-info h4 {
  font-size: 1rem;
  color: #2e261f;
  font-weight: 700;
  margin: 0 0 4px 0;
}

.lunasto-testimonials .author-info span {
  font-size: 0.85rem;
  color: #a48e75;
}

.lunasto-footer {
  background-color: #2e261f;
  color: #fbf7f1;
  padding: 80px 0 30px 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
  position: relative;
  z-index: 10;
}

.lunasto-footer .footer-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.lunasto-footer .footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 60px;
}

.lunasto-footer .footer-col {
  flex: 1;
}

.lunasto-footer .brand-col {
  flex: 1.5;
  padding-right: 40px;
}

.lunasto-footer .footer-desc {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #d1c4b7;
  margin-bottom: 30px;
}

.lunasto-footer .social-links {
  display: flex;
  gap: 15px;
}

.lunasto-footer .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(251, 247, 241, 0.1);
  color: #fbf7f1;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
  transition: all 0.3s ease;
}

.lunasto-footer .social-icon:hover {
  background-color: #dab888;
  color: #2e261f;
  transform: translateY(-3px);
}

.lunasto-footer .footer-heading {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  color: #dab888;
  margin-bottom: 25px;
  font-weight: 600;
}

.lunasto-footer .footer-menu,
.lunasto-footer .footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lunasto-footer .footer-menu li,
.lunasto-footer .footer-contact li {
  margin-bottom: 16px;
  font-size: 0.95rem;
  color: #d1c4b7;
}

.lunasto-footer .footer-menu a {
  color: #d1c4b7;
  text-decoration: none;
  transition: all 0.3s ease;
}

.lunasto-footer .footer-menu a:hover {
  color: #ffffff;
  padding-left: 5px;
}

.lunasto-footer .footer-bottom {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid rgba(251, 247, 241, 0.1);
  font-size: 0.85rem;
  color: #9c8e81;
}

.lunasto-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: rgba(68, 48, 33, 0.95);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(251, 247, 241, 0.1);
  transition: all 0.4s ease;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.lunasto-header .header-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lunasto-header .header-logo a {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fbf7f1;
  text-decoration: none;
  letter-spacing: -1px;
}

.lunasto-header .header-logo span {
  color: #dab888;
}

.lunasto-header .header-nav .nav-list {
  list-style: none;
  display: flex;
  gap: 35px;
  margin: 0;
  padding: 0;
}

.lunasto-header .header-nav a {
  text-decoration: none;
  color: #fbf7f1;
  font-size: 0.95rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.lunasto-header .header-nav a:hover {
  color: #dab888;
}

.lunasto-header .btn-small-brown {
  display: inline-block;
  background-color: #fbf7f1;
  color: #443021 !important;
  padding: 10px 24px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.3s ease;
}

.lunasto-header .btn-small-brown:hover {
  background-color: #dab888;
  color: #2e261f !important;
  box-shadow: 0 5px 15px rgba(218, 184, 136, 0.2);
}

.lunasto-header .mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.lunasto-header .mobile-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #fbf7f1;
  border-radius: 2px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.lunasto-footer .footer-contact b,
.lunasto-footer .footer-contact strong {
  color: #fbf7f1;
  font-weight: 600;
  margin-right: 8px;
}

#iqn6ccf {
  width: 93px;
  height: 92px;
}

#iuyz35e {
  width: 67px;
  height: 66px;
}

#igin8il {
  background-color: #c5b49d;
}

#ii3z52g {
  background-color: #c5b49d;
}

#iiz9v6q {
  border: 1px solid rgba(197, 180, 157, 0.35);
  border-radius: 10px;
  padding: 8px 10px;
  background: rgba(197, 180, 157, 0.12);
}

.lunasto-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(46, 38, 31, 0.7);
  backdrop-filter: blur(5px);
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fbf7f1;
  width: 90%;
  max-width: 450px;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
  border: 2px solid #dab888;
  animation: modalFadeIn 0.4s ease-out forwards;
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #a48e75;
  cursor: pointer;
  transition: color 0.3s;
}

.close-btn:hover {
  color: #2e261f;
}

.modal-header {
  text-align: center;
  margin-bottom: 25px;
}

.modal-header h3 {
  font-family: 'Playfair Display', serif;
  color: #2e261f;
  font-size: 1.8rem;
  margin: 0 0 10px 0;
}

.modal-header p {
  color: #5d5248;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  color: #2e261f;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid #d1c4b7;
  border-radius: 12px;
  background: #ffffff;
  color: #2e261f;
  font-family: inherit;
  font-size: 0.95rem;
  transition: border-color 0.3s;
  box-sizing: border-box;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #dab888;
}

.btn-submit-form {
  width: 100%;
  background-color: #2e261f;
  color: #ffffff;
  padding: 14px;
  border: none;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-submit-form:hover {
  background-color: #a48e75;
  box-shadow: 0 8px 20px rgba(164, 142, 117, 0.3);
}

@keyframes floatElement {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-15px);
  }
}

@keyframes pulseGlow {
  0% {
    transform: scale(0.95);
    opacity: 0.4;
  }

  100% {
    transform: scale(1.05);
    opacity: 0.7;
  }
}

@keyframes shineText {
  to {
    background-position: 200% center;
  }
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, -45%);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 991px) {
  .lunasto-hero-v2 .hero-container {
    flex-direction: column;
    text-align: center;
    padding-top: 20px;
  }

  .lunasto-hero-v2 .hero-content {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .lunasto-hero-v2 .hero-title {
    font-size: 2.2rem;
    line-height: 1.35;
  }

  .lunasto-hero-v2 .hero-buttons {
    flex-direction: column;
    gap: 12px;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
  }

  .lunasto-hero-v2 .image-wrapper {
    width: 100%;
    max-width: 320px;
    height: 320px;
    margin: 0 auto;
  }

  .lunasto-trust-values {
    padding: 60px 0;
  }

  .lunasto-trust-values .trust-main-title {
    font-size: 1.8rem;
  }

  .lunasto-trust-values .trust-grid {
    flex-direction: column;
    gap: 24px;
  }

  .lunasto-trust-values .trust-card {
    padding: 35px 24px;
  }

  .lunasto-collections {
    padding: 60px 0;
  }

  .lunasto-collections .collections-grid {
    flex-direction: column;
    gap: 24px;
  }

  .lunasto-collections .card-image {
    height: 260px;
  }

  .lunasto-story .story-container {
    flex-direction: column;
    gap: 40px;
  }

  .lunasto-story .story-image-box {
    width: 100%;
    padding-left: 15px;
  }

  .lunasto-story .story-title {
    font-size: 2rem;
  }

  .lunasto-ecosystem .eco-grid {
    flex-direction: column;
    gap: 30px;
  }

  .lunasto-ecosystem .eco-featured {
    flex: 1;
    transform: scale(1);
  }

  .lunasto-ecosystem .eco-featured:hover {
    transform: translateY(-4px);
  }

  .lunasto-testimonials .testi-grid {
    flex-direction: column;
    gap: 24px;
  }

  .lunasto-footer .footer-grid {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }

  .lunasto-footer .brand-col {
    padding-right: 0;
  }

  .lunasto-header .header-nav {
    display: none;
  }

  .lunasto-header .mobile-toggle {
    display: flex;
  }

  .lunasto-header .header-container {
    padding: 10px 15px;
    position: relative;
  }

  #iuyz35e,
  .lunasto-header .header-logo img {
    height: 32px !important;
    width: auto !important;
  }

  .lunasto-header .header-cta {
    display: flex;
    align-items: center;
  }

  .lunasto-header .btn-small-brown {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 8px 16px;
    font-size: 12px;
  }

  .lunasto-hero-v2 .hero-title br {
    display: none;
  }

  .lunasto-hero-v2 .hero-desc {
    padding: 0 10px;
    font-size: 1rem;
  }

  .lunasto-hero-v2 .btn {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }

  .lunasto-trust-values .trust-icon svg {
    flex-shrink: 0;
    width: 28px !important;
    height: 28px !important;
  }

  .lunasto-ecosystem .eco-image,
  .lunasto-ecosystem .eco-featured .eco-image {
    height: 220px;
  }

  .lunasto-footer {
    text-align: center;
  }

  #iqn6ccf,
  .lunasto-footer .brand-col img {
    margin: 0 auto 20px auto !important;
    display: block;
  }

  .lunasto-footer .social-links {
    justify-content: center;
  }

  .lunasto-footer .footer-menu a:hover {
    padding-left: 0;
  }
}