.elementor-1104 .elementor-element.elementor-element-e78a8f7 .elementor-button{fill:#0B1F33;color:#0B1F33;background-color:#00000000;border-style:solid;border-width:2px 2px 2px 2px;border-color:#F59E0B;border-radius:6px 6px 6px 6px;padding:12px 24px 12px 24px;}.elementor-1104 .elementor-element.elementor-element-e78a8f7 .elementor-button:hover, .elementor-1104 .elementor-element.elementor-element-e78a8f7 .elementor-button:focus{color:#FFFFFF;background-color:#F59E0B;border-color:#F59E0B;}.elementor-1104 .elementor-element.elementor-element-e78a8f7 .elementor-button:hover svg, .elementor-1104 .elementor-element.elementor-element-e78a8f7 .elementor-button:focus svg{fill:#FFFFFF;}.elementor-1104 .elementor-element.elementor-element-e78a8f7 > .elementor-widget-container{margin:4px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-e0fb361 */.hero-emotion {
  background: #201E50;
  padding: 110px 20px 90px;
  text-align: center;
  color: #ffffff;
}

.hero-emotion-line {
  color: #E8DFC8;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 14px;
  opacity: 0;
  animation: fadeUp 1s ease forwards;
}

.hero-emotion h1 {
  font-size: 44px;
  margin-bottom: 16px;
  opacity: 0;
  animation: fadeIn 1.2s ease forwards;
  animation-delay: 0.3s;
}

.hero-story {
  max-width: 720px;
  margin: 0 auto 28px;
  font-size: 18px;
  line-height: 1.7;
  color: #f3f3f3;
  opacity: 0;
  animation: fadeIn 1.2s ease forwards;
  animation-delay: 0.6s;
}

.hero-meta {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.hero-meta span {
  background: rgba(255,255,255,0.15);
  padding: 8px 16px;
  border-radius: 22px;
  font-size: 14px;
  opacity: 0;
  animation: slideUp 0.8s ease forwards;
  animation-delay: 0.9s;
}

.scroll-indicator {
  margin-top: 40px;
  font-size: 20px;
  opacity: 0.7;
  animation: bounce 1.8s infinite;
}

/* Animations */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideUp {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(8px); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-151c72a *//* General content sections */
.content-section {
  padding: 60px 20px;
}

.content-section h2 {
  color: #4E6B13;
  margin-bottom: 16px;
}

.content-section p,
.content-section ul li {
  color: #373138;
  font-size: 16px;
  line-height: 1.7;
}

/* Story box */
.story-box {
  background: #E8DFC8;
  padding: 40px 20px;
  text-align: center;
  border-radius: 14px;
  margin: 40px 0;
}

.story-box p {
  color: #373138;
  font-size: 18px;
}

/* Glass row */
.glass-row {
  background: #201E50;
  padding: 80px 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.glass-box {
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 16px;
  padding: 30px 24px;
  transition: transform 0.3s ease;
}

.glass-box h3 {
  color: #E8DFC8;
  margin-bottom: 12px;
}

.glass-box ul li {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 8px;
}

.glass-box:hover {
  transform: translateY(-6px);
}

/* FAQ */
.faq-section {
  padding: 60px 20px;
}

.faq-section h2 {
  color: #4E6B13;
}

.faq-item p {
  display: none;
  color: #373138;
}

.faq-item:hover p {
  display: block;
}

/* Mobile */
@media (max-width: 900px) {
  .glass-row {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f5e88fd */.combo-heading {
  padding: 40px 20px 10px;
}

.combo-heading h2 {
  color: #4E6B13; /* Olive Green */
  font-size: 28px;
}

/* Combo text panel */
.combo-panel {
  padding: 20px 20px 60px;
  max-width: 760px;
}

.combo-panel p {
  color: #373138; /* Soft Charcoal */
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c62e138 */.faq-section {
  padding: 60px 20px;
}

.faq-section h2 {
  color: #4E6B13; /* Olive Green */
  margin-bottom: 24px;
}

.faq-item h4 {
  color: #373138;
  cursor: pointer;
  margin-bottom: 8px;
}

.faq-item p {
  display: none;
  color: #373138;
  line-height: 1.6;
}

.faq-item:hover p {
  display: block;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e15a844 */.final-cta {
  background: #201E50; /* Deep Indigo / Royal Night */
  padding: 90px 20px;
  text-align: center;
}

.final-cta h2 {
  color: #ffffff;
  font-size: 34px;
  margin-bottom: 18px;
}

.final-cta p {
  color: #E8DFC8; /* Muted Sand / Wheat */
  font-size: 18px;
  max-width: 760px;
  margin: 0 auto 30px;
  line-height: 1.7;
}/* End custom CSS */