/*
 * MẬT ONG YÊU THƯƠNG — Flatsome / UX Builder
 * Dán toàn bộ vào: Giao diện > Tùy biến > Style > Custom CSS
 * Hoặc Giao diện > Tùy biến > Advanced > Custom CSS
 */

:root {
  --moyt-cream: #fff9ec;
  --moyt-paper: #fffdf7;
  --moyt-honey: #f6a800;
  --moyt-honey-light: #ffc941;
  --moyt-honey-deep: #dc7800;
  --moyt-forest: #0c4a32;
  --moyt-forest-dark: #063626;
  --moyt-brown: #4a2516;
  --moyt-muted: #7b6a5c;
}

html { scroll-behavior: smooth; scroll-padding-top: 95px; }
.moyt-section,
.moyt-hero,
.moyt-promise {
  font-family: Roboto, Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
.moyt-section p,
.moyt-hero p {
  font-size: 18px;
  line-height: 1.8;
  overflow-wrap: break-word;
}
.moyt-section { overflow: hidden; }
.moyt-section .row { position: relative; z-index: 2; }
.moyt-eyebrow p {
  margin-bottom: 18px;
  color: var(--moyt-honey-deep);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .2em;
}
.moyt-section-title h2,
.moyt-hero-title h1 {
  margin-bottom: 20px;
  color: var(--moyt-forest-dark);
  font-family: Roboto, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1.1;
}
.moyt-section-title h2 { font-size: clamp(42px, 5vw, 70px); }
.moyt-section-title > * { max-width: 820px; margin-left: auto; margin-right: auto; }
.moyt-section-title p,
.moyt-lead p {
  color: var(--moyt-muted);
  font-size: 18px;
  line-height: 1.8;
}
.moyt-section-title em,
.moyt-hero-title em {
  color: var(--moyt-honey-deep);
  font-style: italic;
}
.moyt-left > * { margin-left: 0; }
.moyt-light h2 { color: #fff; }
.moyt-light p { color: rgba(255,255,255,.68); }

.moyt-hero {
  position: relative;
  background:
    linear-gradient(90deg, rgba(255,250,240,.97), rgba(255,248,230,.88) 45%, rgba(255,244,212,.18)),
    url("../images/mat-ong-hero-background.png") center/cover no-repeat;
}
.moyt-hero-row { min-height: 650px; }
.moyt-hero-title h1 {
  font-size: clamp(58px, 6vw, 88px);
  line-height: 1.04;
}
.moyt-lead p { max-width: 620px; font-size: 19px; }
.moyt-btn-primary {
  color: var(--moyt-forest-dark) !important;
  background: linear-gradient(135deg, #ffd64c, #f1a100) !important;
  box-shadow: 0 14px 28px rgba(226,139,0,.25);
}
.moyt-btn-ghost { margin-left: 8px; }
.moyt-trust { margin-top: 25px; color: var(--moyt-forest); }
.moyt-trust p { margin-bottom: 0; }
.moyt-trust small { color: var(--moyt-muted); }
.moyt-hero-visual { position: relative; }
.moyt-hero-product .img-inner {
  overflow: hidden;
  border: 9px solid rgba(255,255,255,.8);
  border-radius: 46% 54% 30% 70% / 39% 34% 66% 61%;
  box-shadow: 0 40px 70px rgba(87,55,14,.24);
  transform: rotate(2deg);
}
.moyt-promo-badge {
  width: 145px;
  height: 145px;
  padding-top: 31px;
  position: absolute;
  right: 1%;
  top: 8%;
  z-index: 5;
  color: var(--moyt-forest-dark);
  border-radius: 50%;
  background: linear-gradient(145deg,#fff1af,#ffbe22);
  box-shadow: 0 20px 45px rgba(187,110,0,.24);
  text-align: center;
  transform: rotate(7deg);
}
.moyt-promo-badge p { margin: 0; font-size: 12px; line-height: 1.2; }
.moyt-promo-badge strong { font-family: Roboto, Arial, sans-serif; font-size: 25px; }
.moyt-promo-badge small { font-size: 7px; letter-spacing: .12em; }
.moyt-facts { border-top: 1px solid rgba(70,49,29,.14); }
.moyt-facts .col { padding: 20px 35px; border-right: 1px solid rgba(70,49,29,.14); }
.moyt-facts p { margin: 0; color: var(--moyt-forest); }
.moyt-facts em { margin-right: 12px; color: rgba(220,120,0,.55); font-family: Roboto, Arial, sans-serif; font-size: 22px; }
.moyt-facts small { margin-left: 38px; color: var(--moyt-muted); }

.moyt-promise { color: white; background: var(--moyt-forest); }
.moyt-promise p { margin: 0; font-size: 15px; font-weight: 800; line-height: 1.55; text-align: center; }

.moyt-story { background: var(--moyt-paper); }
.moyt-story-image .img-inner {
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 30px 65px rgba(75,45,18,.15);
}
.moyt-story-card {
  border: 1px solid rgba(73,53,37,.13);
  border-radius: 30px;
  background: #fffaf0;
}
.moyt-story-card blockquote {
  margin: 0 0 28px;
  color: var(--moyt-forest);
  border: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: clamp(25px,2.6vw,37px);
  line-height: 1.25;
}
.moyt-story-card p { color: var(--moyt-muted); line-height: 1.75; }

.moyt-product {
  position: relative;
  background:
    radial-gradient(circle at 90% 5%,rgba(246,168,0,.12),transparent 25%),
    #fff1cb;
}
.moyt-product-image-col { position: relative; }
.moyt-product-label .img-inner {
  overflow: hidden;
  border: 8px solid rgba(255,255,255,.75);
  border-radius: 46% 54% 52% 48% / 35% 41% 59% 65%;
  box-shadow: 0 36px 65px rgba(121,76,15,.22);
  transform: rotate(-4deg);
}
.moyt-natural-badge {
  width: 108px;
  height: 108px;
  padding-top: 26px;
  position: absolute;
  right: 4%;
  top: 10%;
  color: white;
  border: 5px solid #fff2c9;
  border-radius: 50%;
  background: var(--moyt-forest);
  box-shadow: 0 15px 35px rgba(6,54,38,.22);
  transform: rotate(8deg);
}
.moyt-natural-badge p { margin: 0; line-height: 1.1; text-align: center; }
.moyt-natural-badge strong { font-family: Roboto, Arial, sans-serif; font-size: 26px; }
.moyt-natural-badge small { font-size: 8px; letter-spacing: .12em; }
.moyt-feature-grid { border-top: 1px solid rgba(83,53,23,.16); border-left: 1px solid rgba(83,53,23,.16); }
.moyt-feature-grid .col-inner {
  padding: 18px !important;
  border-right: 1px solid rgba(83,53,23,.16);
  border-bottom: 1px solid rgba(83,53,23,.16);
}
.moyt-feature-grid p { margin: 0; color: var(--moyt-forest); }
.moyt-feature-grid em { margin-right: 10px; color: var(--moyt-honey-deep); font-family: Roboto, Arial, sans-serif; font-size: 20px; }
.moyt-feature-grid small { color: var(--moyt-muted); }
.moyt-offer { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.moyt-offer p { margin: 0; padding: 18px; border-radius: 17px; background: rgba(255,255,255,.55); }
.moyt-offer small { color: var(--moyt-honey-deep); font-size: 8px; letter-spacing: .14em; }
.moyt-offer strong { color: var(--moyt-forest); }
.moyt-btn-dark { color: white !important; background: var(--moyt-forest) !important; }

.moyt-journey { background: var(--moyt-paper); }
.moyt-journey-grid h3 { color: var(--moyt-forest); font-family: Roboto, Arial, sans-serif; font-size: 20px; }
.moyt-journey-grid p:not(.moyt-step-icon) { color: var(--moyt-muted); font-size: 17px; line-height: 1.75; }
.moyt-step-icon {
  width: 82px;
  height: 82px;
  margin: 0 auto 22px;
  display: grid;
  place-items: center;
  color: var(--moyt-forest);
  border: 7px solid var(--moyt-paper);
  border-radius: 50%;
  background: var(--moyt-honey-light);
  box-shadow: 0 12px 25px rgba(217,136,0,.15);
  font-size: 27px;
}
.moyt-journey-grid .col:nth-child(even) .moyt-step-icon { color: white; background: var(--moyt-forest); }

.moyt-impact,
.moyt-order {
  color: white;
  background:
    radial-gradient(circle at 80% 20%,rgba(255,198,57,.12),transparent 25%),
    var(--moyt-forest-dark);
}
.moyt-impact-cards .col-inner {
  min-height: 170px;
  padding: 28px !important;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 22px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 20px 45px rgba(0,0,0,.14);
}
.moyt-impact-cards p { margin: 0; }
.moyt-impact-cards em { color: var(--moyt-honey-light); font-family: Roboto, Arial, sans-serif; font-size: 23px; }
.moyt-impact-cards strong { color: white; }
.moyt-impact-cards small,
.moyt-transparency small { color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.65; }
.moyt-transparency { padding-top: 30px; border-top: 1px solid rgba(255,255,255,.13); }
.moyt-transparency p { color: white; }

.moyt-gallery { background: var(--moyt-paper); }
.moyt-gallery-image .img-inner {
  overflow: hidden;
  border-radius: 26px;
  box-shadow: 0 24px 55px rgba(80,52,25,.12);
}
.moyt-gallery-image img { min-height: 490px; object-fit: cover; }

.moyt-faq { background: #fff6df; }
.moyt-faq .accordion-title {
  padding: 22px 0;
  color: var(--moyt-forest);
  border-top: 1px solid rgba(70,45,23,.18);
  font-family: Roboto, Arial, sans-serif;
  font-size: 19px;
}
.moyt-faq .accordion-inner {
  color: var(--moyt-muted);
  font-size: 17px;
  line-height: 1.8;
}

.moyt-facts-section {
  background:
    radial-gradient(circle at 20% 15%, rgba(255,216,100,.22), transparent 25%),
    linear-gradient(145deg, #fff7e3, #ffe8b0);
}
.moyt-knowledge-grid .col-inner {
  min-height: 235px;
  padding: 28px !important;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(255,255,255,.76), rgba(255,249,231,.45));
  box-shadow: 0 25px 55px rgba(117,70,13,.11), inset 0 1px 0 rgba(255,255,255,.95);
  transition: transform .35s ease, box-shadow .35s ease;
}
.moyt-knowledge-grid .col {
  margin-bottom: 20px;
}
.moyt-knowledge-grid .col-inner:hover {
  transform: translateY(-8px);
  box-shadow: 0 36px 70px rgba(117,70,13,.17);
}
.moyt-knowledge-grid em {
  color: var(--moyt-honey-deep);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .14em;
}
.moyt-knowledge-grid h3 {
  margin-top: 28px;
  color: var(--moyt-forest);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
}
.moyt-knowledge-grid p {
  color: var(--moyt-muted);
  font-size: 16.5px;
  line-height: 1.8;
}

.moyt-order { text-align: center; }
.moyt-heart p {
  width: 76px;
  height: 76px;
  margin: 0 auto 20px;
  display: grid;
  place-items: center;
  color: white;
  border: 6px solid rgba(255,255,255,.75);
  border-radius: 35% 65% 55% 45% / 55% 37% 63% 45%;
  background: linear-gradient(145deg,#ffce43,#ef9100);
  box-shadow: 0 16px 35px rgba(220,120,0,.25);
  font-size: 28px;
  transform: rotate(8deg);
}
.moyt-order .moyt-section-title p { max-width: 620px; }
.moyt-address { margin-top: 20px; color: rgba(255,255,255,.5); }

@media (max-width: 849px) {
  .moyt-hero-row { min-height: auto; }
  .moyt-hero-copy { text-align: center; }
  .moyt-hero-title h1 { font-size: 54px; }
  .moyt-hero-visual { padding: 20px 8% 60px !important; }
  .moyt-btn-ghost { margin-left: 0; }
  .moyt-facts .col { border-right: 0; border-bottom: 1px solid rgba(70,49,29,.12); text-align: center; }
  .moyt-promise p { font-size: 14px; }
  .moyt-section-title h2 { font-size: 42px; }
  .moyt-story-card { margin-top: 18px; padding: 30px !important; }
  .moyt-product-image-col { margin-bottom: 35px; }
  .moyt-natural-badge { right: 1%; }
  .moyt-offer { grid-template-columns: 1fr; }
  .moyt-journey-grid .col { margin-bottom: 35px; }
  .moyt-impact-cards { margin-top: 35px; }
  .moyt-impact-cards .col { margin-bottom: 15px; }
  .moyt-gallery-image img { min-height: 360px; }
}

/* ==========================================================
   PREMIUM 3D + READABILITY
   ========================================================== */
.moyt-site {
  --moyt-card-shadow: 0 28px 65px rgba(86, 50, 14, .15);
  --moyt-card-shadow-hover: 0 38px 82px rgba(86, 50, 14, .23);
}

.moyt-site #wrapper,
.moyt-site #main,
.moyt-site button,
.moyt-site input,
.moyt-site textarea,
.moyt-site select {
  font-family: Roboto, Arial, sans-serif;
}

.moyt-site .moyt-section .button,
.moyt-site .moyt-hero .button {
  min-height: 50px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .01em;
  line-height: 1.35;
  box-shadow: 0 14px 32px rgba(46, 37, 21, .13);
  transition: transform .28s ease, box-shadow .28s ease, filter .28s ease;
}

.moyt-site .moyt-section .button::after,
.moyt-site .moyt-hero .button::after {
  content: "";
  width: 45%;
  height: 180%;
  position: absolute;
  inset: -40% auto auto -65%;
  z-index: -1;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.55), transparent);
  transform: rotate(18deg);
  transition: left .55s ease;
}

.moyt-site .moyt-section .button:hover,
.moyt-site .moyt-hero .button:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(46, 37, 21, .2);
  filter: saturate(1.08);
}

.moyt-site .moyt-section .button:hover::after,
.moyt-site .moyt-hero .button:hover::after {
  left: 125%;
}

.moyt-hero {
  isolation: isolate;
  overflow: hidden;
}

.moyt-hero::before,
.moyt-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.moyt-hero::before {
  width: 480px;
  height: 480px;
  right: -125px;
  top: -145px;
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 32%, rgba(255,255,255,.8), transparent 8%),
    radial-gradient(circle, rgba(255,192,34,.24), rgba(255,255,255,.06) 64%, transparent 65%);
  box-shadow:
    inset 0 0 60px rgba(255,255,255,.35),
    0 30px 90px rgba(223,136,0,.15);
  animation: moyt-orbit 16s linear infinite;
}

.moyt-hero::after {
  width: 180px;
  height: 180px;
  left: 43%;
  bottom: 7%;
  opacity: .22;
  background:
    linear-gradient(30deg, #f3a900 12%, transparent 12.5%, transparent 87%, #f3a900 87.5%, #f3a900),
    linear-gradient(150deg, #f3a900 12%, transparent 12.5%, transparent 87%, #f3a900 87.5%, #f3a900),
    linear-gradient(30deg, #f3a900 12%, transparent 12.5%, transparent 87%, #f3a900 87.5%, #f3a900);
  background-size: 64px 112px;
  filter: blur(.2px);
  transform: rotate(12deg);
}

.moyt-hero .row {
  z-index: 2;
}

.moyt-hero-title h1 {
  text-wrap: balance;
  text-shadow: 0 2px 0 rgba(255,255,255,.6);
}

.moyt-hero-product {
  perspective: 1100px;
}

.moyt-hero-product .img-inner {
  position: relative;
  transform-style: preserve-3d;
  animation: moyt-float 6s ease-in-out infinite;
}

.moyt-hero-product .img-inner::after,
.moyt-product-label .img-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(112deg, transparent 28%, rgba(255,255,255,.34) 45%, transparent 59%);
  transform: translateX(-120%);
  animation: moyt-gloss 6.5s ease-in-out infinite;
}

.moyt-promo-badge {
  border: 5px solid rgba(255,255,255,.74);
  box-shadow:
    0 22px 48px rgba(187,110,0,.25),
    inset 0 2px 1px rgba(255,255,255,.8),
    inset 0 -8px 18px rgba(221,128,0,.12);
  animation: moyt-badge-pulse 3.6s ease-in-out infinite;
}

.moyt-facts .col-inner,
.moyt-story-card,
.moyt-feature-grid .col-inner,
.moyt-impact-cards .col-inner,
.moyt-knowledge-grid .col-inner {
  transform:
    perspective(900px)
    rotateX(var(--moyt-rx, 0deg))
    rotateY(var(--moyt-ry, 0deg));
  transform-style: preserve-3d;
  transition: transform .28s ease, box-shadow .28s ease;
}

.moyt-story-card,
.moyt-knowledge-grid .col-inner {
  box-shadow: var(--moyt-card-shadow);
}

.moyt-story-card:hover,
.moyt-knowledge-grid .col-inner:hover,
.moyt-impact-cards .col-inner:hover {
  box-shadow: var(--moyt-card-shadow-hover);
}

.moyt-story-card blockquote,
.moyt-feature-grid strong,
.moyt-impact-cards strong,
.moyt-knowledge-grid h3 {
  position: relative;
  transform: translateZ(18px);
}

.moyt-product-label .img-inner {
  transition: transform .45s cubic-bezier(.2,.75,.25,1), box-shadow .45s ease;
}

.moyt-product-label:hover .img-inner {
  box-shadow: 0 48px 88px rgba(121,76,15,.28);
  transform: rotate(-1deg) translateY(-8px) scale(1.015);
}

.moyt-gallery-image .img-inner {
  transition: transform .45s cubic-bezier(.2,.75,.25,1), box-shadow .45s ease;
}

.moyt-gallery-image:hover .img-inner {
  box-shadow: 0 34px 72px rgba(80,52,25,.2);
  transform: translateY(-8px) rotate(.6deg);
}

.moyt-gallery-image img {
  transition: transform .7s cubic-bezier(.2,.75,.25,1);
}

.moyt-gallery-image:hover img {
  transform: scale(1.035);
}

.moyt-faq .accordion-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.moyt-faq .accordion-inner,
.moyt-order .moyt-section-title p,
.moyt-story-card p,
.moyt-gallery .moyt-section-title p {
  font-size: 17.5px;
  line-height: 1.8;
}

.moyt-facts p,
.moyt-feature-grid p,
.moyt-impact-cards p,
.moyt-transparency p {
  font-size: 17px;
  line-height: 1.7;
}

.moyt-facts small,
.moyt-feature-grid small,
.moyt-impact-cards small,
.moyt-transparency small,
.moyt-address small {
  font-size: 15px;
  line-height: 1.65;
}

.moyt-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .72s ease, transform .72s cubic-bezier(.2,.72,.2,1);
}

.moyt-reveal.moyt-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes moyt-float {
  0%, 100% { transform: rotate(2deg) translate3d(0,0,0); }
  50% { transform: rotate(-.5deg) translate3d(0,-12px,0); }
}

@keyframes moyt-gloss {
  0%, 22% { transform: translateX(-120%); }
  48%, 100% { transform: translateX(125%); }
}

@keyframes moyt-orbit {
  to { transform: rotate(360deg); }
}

@keyframes moyt-badge-pulse {
  0%, 100% { transform: rotate(7deg) scale(1); }
  50% { transform: rotate(3deg) scale(1.045); }
}

@media (max-width: 849px) {
  .moyt-section p,
  .moyt-hero p {
    font-size: 17px;
    line-height: 1.78;
  }

  .moyt-lead p {
    font-size: 18px;
    line-height: 1.75;
  }

  .moyt-eyebrow p {
    font-size: 12px;
    line-height: 1.65;
  }

  .moyt-hero-title h1 {
    font-size: clamp(46px, 13.5vw, 58px);
    line-height: 1.08;
  }

  .moyt-section-title h2 {
    font-size: clamp(37px, 10vw, 46px);
    line-height: 1.13;
  }

  .moyt-faq .accordion-title {
    padding: 20px 4px;
    font-size: 18px;
    line-height: 1.55;
  }

  .moyt-faq .accordion-inner,
  .moyt-order .moyt-section-title p,
  .moyt-story-card p,
  .moyt-gallery .moyt-section-title p,
  .moyt-journey-grid p:not(.moyt-step-icon),
  .moyt-knowledge-grid p {
    font-size: 16.5px;
    line-height: 1.78;
  }

  .moyt-facts small,
  .moyt-feature-grid small,
  .moyt-impact-cards small,
  .moyt-transparency small,
  .moyt-address small {
    font-size: 14.5px;
  }

  .moyt-hero::before {
    width: 310px;
    height: 310px;
    right: -155px;
    top: 18%;
  }

  .moyt-hero::after {
    display: none;
  }

  .moyt-story-card,
  .moyt-knowledge-grid .col-inner,
  .moyt-impact-cards .col-inner {
    transform: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

/* ==========================================================
   v1.2 — CINEMATIC HONEY VFX / FAQ ICON FIX / FACTS LEGIBILITY
   ========================================================== */
.moyt-site,
.moyt-site #wrapper,
.moyt-site #main,
.moyt-site .moyt-section,
.moyt-site .moyt-hero,
.moyt-site button,
.moyt-site input,
.moyt-site textarea,
.moyt-site select {
  font-family: "Segoe UI", "Noto Sans", Arial, sans-serif !important;
}

.moyt-hero::before {
  filter: drop-shadow(0 0 35px rgba(255,184,0,.38));
}

.moyt-hero .section-content::before,
.moyt-product .section-content::before,
.moyt-impact .section-content::before,
.moyt-order .section-content::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: .58;
  background:
    radial-gradient(circle at 12% 25%, rgba(255,255,255,.86) 0 1px, transparent 2px),
    radial-gradient(circle at 78% 18%, rgba(255,210,90,.85) 0 1.5px, transparent 3px),
    radial-gradient(circle at 62% 72%, rgba(255,255,255,.7) 0 1px, transparent 2px),
    radial-gradient(circle at 28% 83%, rgba(255,184,0,.7) 0 1.5px, transparent 3px);
  background-size: 170px 170px, 230px 230px, 290px 290px, 340px 340px;
  animation: moyt-particle-drift 18s linear infinite;
}

.moyt-hero .section-content::after,
.moyt-product .section-content::after,
.moyt-impact .section-content::after,
.moyt-order .section-content::after {
  content: "";
  position: absolute;
  width: 58%;
  height: 165%;
  top: -36%;
  left: -78%;
  z-index: 1;
  pointer-events: none;
  opacity: .38;
  background: linear-gradient(105deg, transparent 28%, rgba(255,255,255,.72) 49%, transparent 69%);
  filter: blur(8px);
  transform: rotate(7deg);
  animation: moyt-cinematic-sweep 8.5s ease-in-out infinite;
}

.moyt-facts {
  position: relative;
  z-index: 5;
  border-top: 1px solid rgba(255,255,255,.4);
  background:
    linear-gradient(90deg, rgba(57,31,7,.70), rgba(111,55,4,.46), rgba(35,23,8,.72)),
    radial-gradient(circle at 50% 0, rgba(255,213,94,.48), transparent 58%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 -12px 45px rgba(111,57,0,.24);
  backdrop-filter: blur(12px) saturate(1.25);
}
.moyt-facts .col {
  padding: 24px 36px;
  border-color: rgba(255,255,255,.22);
}
.moyt-facts .col-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(18,40,26,.28), rgba(255,173,0,.10));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
}
.moyt-facts p {
  width: 100%;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.45 !important;
  text-shadow: 0 2px 12px rgba(0,0,0,.48);
}
.moyt-facts em {
  color: #ffd766 !important;
  font-size: 25px;
  text-shadow: 0 0 18px rgba(255,184,0,.62);
}
.moyt-facts strong {
  color: #fff !important;
  font-size: 18px;
  font-weight: 900;
}
.moyt-facts small {
  display: inline-block;
  margin: 5px 0 0 38px;
  color: rgba(255,255,255,.84) !important;
  font-size: 15.5px !important;
  font-weight: 500;
  text-shadow: 0 2px 8px rgba(0,0,0,.45);
}

.moyt-trust {
  display: inline-block;
  margin-top: 28px;
  padding: 13px 18px;
  border: 1px solid rgba(12,74,50,.14);
  border-radius: 16px;
  background: rgba(255,255,255,.58);
  box-shadow: 0 16px 42px rgba(109,64,9,.10), inset 0 1px 0 rgba(255,255,255,.88);
  backdrop-filter: blur(8px);
}
.moyt-trust strong { color: var(--moyt-forest-dark); font-size: 17px; }
.moyt-trust small { font-size: 14.5px; }

/* Flatsome accordion uses an icon pseudo element that can render as a broken V.
   Replace it with a CSS-only chevron and a plus/minus control. */
.moyt-faq .accordion-title {
  position: relative;
  min-height: 72px;
  padding: 22px 58px 22px 52px !important;
  display: flex;
  align-items: center;
  color: var(--moyt-forest-dark) !important;
  border-top: 1px solid rgba(70,45,23,.18);
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1.45;
}
.moyt-faq .accordion-title .icon-angle-down,
.moyt-faq .accordion-title > i,
.moyt-faq .accordion-title::before {
  display: none !important;
  content: none !important;
}
.moyt-faq .accordion-title::after {
  content: "+";
  width: 34px;
  height: 34px;
  position: absolute;
  right: 8px;
  top: 50%;
  display: grid;
  place-items: center;
  color: var(--moyt-forest-dark);
  border: 1px solid rgba(12,74,50,.18);
  border-radius: 50%;
  background: rgba(255,255,255,.6);
  box-shadow: 0 7px 20px rgba(71,42,11,.08);
  font-size: 24px;
  font-weight: 400;
  transform: translateY(-50%);
  transition: transform .3s ease, background .3s ease, color .3s ease;
}
.moyt-faq .accordion-title::marker { content: ""; }
.moyt-faq .accordion-title span:first-child::before,
.moyt-faq .accordion-title > span::before {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  left: 10px;
  top: 50%;
  border-right: 3px solid #5e8d79;
  border-bottom: 3px solid #5e8d79;
  transform: translateY(-68%) rotate(45deg);
  filter: drop-shadow(0 2px 5px rgba(12,74,50,.14));
}
.moyt-faq .accordion-title.active::after {
  content: "−";
  color: #fff;
  background: var(--moyt-forest);
  transform: translateY(-50%) rotate(180deg);
}
.moyt-faq .accordion-title:hover {
  color: #b96800 !important;
  background: linear-gradient(90deg, rgba(255,255,255,.45), transparent);
}
.moyt-faq .accordion-inner {
  padding: 0 58px 25px 52px;
  color: #6f6258;
  font-size: 17.5px;
}

.moyt-vfx-layer {
  position: fixed;
  inset: 0;
  z-index: 999;
  pointer-events: none;
  overflow: hidden;
  mix-blend-mode: screen;
}
.moyt-vfx-particle {
  position: absolute;
  width: var(--size);
  height: var(--size);
  left: var(--x);
  top: 105%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,238,176,.95) 0 18%, rgba(255,177,0,.64) 35%, transparent 72%);
  box-shadow: 0 0 16px rgba(255,180,0,.55);
  opacity: 0;
  animation: moyt-rise var(--duration) linear var(--delay) infinite;
}

@keyframes moyt-particle-drift {
  from { background-position: 0 0, 0 0, 0 0, 0 0; }
  to { background-position: 40px -170px, -45px -230px, 30px -290px, -60px -340px; }
}
@keyframes moyt-cinematic-sweep {
  0%, 28% { left: -78%; opacity: 0; }
  42% { opacity: .42; }
  65%, 100% { left: 132%; opacity: 0; }
}
@keyframes moyt-rise {
  0% { transform: translate3d(0,0,0) scale(.6); opacity: 0; }
  12% { opacity: .72; }
  70% { opacity: .42; }
  100% { transform: translate3d(var(--drift),-118vh,0) scale(1.35); opacity: 0; }
}

@media (max-width: 849px) {
  .moyt-facts .col { padding: 12px 18px; }
  .moyt-facts .col-inner { min-height: 68px; }
  .moyt-facts p { font-size: 16.5px !important; }
  .moyt-facts strong { font-size: 16.5px; }
  .moyt-facts small { margin-left: 36px; font-size: 14px !important; }
  .moyt-faq .accordion-title { padding: 19px 48px 19px 40px !important; font-size: 17.5px !important; }
  .moyt-faq .accordion-title > span::before { left: 4px; }
  .moyt-faq .accordion-title::after { right: 2px; }
  .moyt-faq .accordion-inner { padding: 0 45px 22px 40px; }
  .moyt-vfx-layer { display: none; }
}

/* ==========================================================
   V1.3 — STANDALONE FULLSCREEN / NO FLATSOME HEADER & FOOTER
   ========================================================== */
body.moyt-standalone-home {
  margin: 0 !important;
  overflow-x: clip;
  color: var(--moyt-forest-dark);
  background: #fffaf0;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif !important;
}
body.moyt-standalone-home #wpadminbar { z-index: 999999; }
body.moyt-standalone-home * { box-sizing: border-box; }
.moyt-main-canvas,
.moyt-main-canvas > .section,
.moyt-main-canvas .section-content,
.moyt-main-canvas .section-bg { width: 100%; max-width: none; }
.moyt-main-canvas { min-height: 100vh; padding: 0; margin: 0; }
.moyt-main-canvas > p:empty { display: none; }
.moyt-main-canvas .section { margin: 0 !important; }
.moyt-main-canvas .row.row-full-width,
.moyt-main-canvas .row.full-width { max-width: none !important; }
.moyt-main-canvas .row.row-large { width: min(92vw, 1420px); max-width: 1420px !important; }

.moyt-skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000000; padding: 12px 18px; color: #fff; background: #063626; border-radius: 0 0 10px 10px; }
.moyt-skip-link:focus { top: 0; }
.moyt-premium-header {
  position: sticky; top: 0; z-index: 9999;
  width: 100%;
  color: #fff;
  background: rgba(5,43,30,.9);
  border-bottom: 1px solid rgba(255,210,95,.22);
  box-shadow: 0 12px 42px rgba(0,0,0,.16);
  backdrop-filter: blur(18px) saturate(145%);
}
.admin-bar .moyt-premium-header { top: 32px; }
.moyt-header-inner { width: min(94vw, 1540px); min-height: 82px; margin: auto; display: flex; align-items: center; gap: 34px; }
.moyt-brand { display: inline-flex; align-items: center; gap: 13px; color: #fff !important; text-decoration: none; white-space: nowrap; }
.moyt-brand > span:last-child { display: grid; line-height: 1; }
.moyt-brand strong { font-size: 16px; letter-spacing: .12em; }
.moyt-brand small { margin-top: 5px; color: #f9bc38; font-size: 9px; font-weight: 800; letter-spacing: .28em; }
.moyt-brand-mark { width: 43px; height: 43px; position: relative; display: inline-block; filter: drop-shadow(0 0 13px rgba(255,184,28,.38)); }
.moyt-brand-mark i { width: 22px; height: 25px; position: absolute; border: 2px solid #ffc642; clip-path: polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%); }
.moyt-brand-mark i:nth-child(1){left:0;top:9px}.moyt-brand-mark i:nth-child(2){left:18px;top:0}.moyt-brand-mark i:nth-child(3){left:18px;top:20px}
.moyt-desktop-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(18px,2vw,34px); }
.moyt-desktop-nav a { position: relative; padding: 29px 0 27px; color: rgba(255,255,255,.84) !important; font-size: 15px; font-weight: 750; text-decoration: none; }
.moyt-desktop-nav a::after { content:""; height:2px; position:absolute; left:0; right:100%; bottom:18px; background:linear-gradient(90deg,#ffad00,#ffe39a); transition:right .3s ease; }
.moyt-desktop-nav a:hover::after { right:0; }
.moyt-header-cta { min-height: 46px; padding: 0 21px; display: inline-flex; align-items:center; gap:9px; color:#073a29 !important; border-radius:99px; background:linear-gradient(135deg,#ffe078,#f5a300); box-shadow:0 10px 30px rgba(241,160,0,.25); font-size:14px; font-weight:900; text-decoration:none; white-space:nowrap; }
.moyt-menu-toggle,.moyt-mobile-menu { display:none; }

.moyt-premium-footer { overflow:hidden; position:relative; color:#fff; background:#042e21; }
.moyt-footer-glow { width:70vw; height:260px; position:absolute; left:15%; top:-180px; background:radial-gradient(ellipse,rgba(255,172,12,.34),transparent 65%); filter:blur(18px); pointer-events:none; }
.moyt-footer-inner { width:min(92vw,1420px); margin:auto; padding:78px 0 54px; display:grid; grid-template-columns:1.5fr .8fr 1fr; gap:7vw; position:relative; }
.moyt-footer-inner strong { font-size:clamp(22px,2.4vw,38px); letter-spacing:-.03em; }
.moyt-footer-inner small { display:block; margin-bottom:16px; color:#e9a825; font-size:10px; font-weight:900; letter-spacing:.2em; }
.moyt-footer-inner p { margin:14px 0 0; color:rgba(255,255,255,.66); font-size:16px; line-height:1.75; }
.moyt-footer-inner a { color:#fff !important; font-size:19px; font-weight:850; text-decoration:none; }
.moyt-footer-bottom { width:min(92vw,1420px); margin:auto; padding:23px 0 30px; display:flex; justify-content:space-between; border-top:1px solid rgba(255,255,255,.12); color:rgba(255,255,255,.52); font-size:13px; }
.moyt-footer-bottom a { color:rgba(255,255,255,.72) !important; text-decoration:none; }

/* stronger cinematic treatment */
.moyt-hero::before { content:""; position:absolute; inset:0; z-index:1; pointer-events:none; background:radial-gradient(circle at 68% 38%,rgba(255,220,115,.35),transparent 22%),linear-gradient(115deg,transparent 30%,rgba(255,255,255,.28) 46%,transparent 60%); background-size:auto,220% 100%; animation:moytHeroSweep 9s ease-in-out infinite; }
.moyt-hero::after { content:""; position:absolute; inset:auto 0 0; height:180px; z-index:1; pointer-events:none; background:linear-gradient(transparent,rgba(246,161,0,.08)); }
.moyt-hero .section-content { position:relative; z-index:2; }
.moyt-hero-product .img-inner { box-shadow:0 50px 100px rgba(74,42,4,.32),0 0 90px rgba(255,190,43,.18); }
.moyt-facts { position:relative; z-index:4; color:#fff; background:linear-gradient(90deg,rgba(75,37,4,.82),rgba(141,71,2,.76),rgba(53,29,5,.82)); border-top:1px solid rgba(255,210,104,.45); backdrop-filter:blur(14px); }
.moyt-facts p,.moyt-facts strong { color:#fff !important; text-shadow:0 2px 12px rgba(0,0,0,.22); }
.moyt-facts small { color:rgba(255,255,255,.78) !important; font-size:15px; }
.moyt-facts em { color:#ffc743 !important; }
.moyt-offer p { border:1px solid rgba(217,133,0,.16); box-shadow:0 14px 32px rgba(123,70,4,.08); }
@keyframes moytHeroSweep { 0%,100%{background-position:center,180% 0} 50%{background-position:center,-80% 0} }

.moyt-setup-needed { min-height:70vh; padding:120px 7vw; display:grid; place-content:center; text-align:center; }

@media (max-width: 980px) {
  .moyt-desktop-nav,.moyt-header-cta { display:none; }
  .moyt-header-inner { min-height:70px; }
  .moyt-menu-toggle { width:45px; height:45px; margin-left:auto; display:grid; place-content:center; gap:7px; color:#fff; border:1px solid rgba(255,255,255,.16); border-radius:50%; background:rgba(255,255,255,.06); }
  .moyt-menu-toggle span { width:20px; height:2px; display:block; background:#fff; transition:.3s; }
  .moyt-mobile-menu { padding:10px 4vw 24px; display:none; grid-template-columns:1fr 1fr; gap:8px; border-top:1px solid rgba(255,255,255,.1); }
  .moyt-premium-header.is-open .moyt-mobile-menu { display:grid; }
  .moyt-mobile-menu a { padding:13px 14px; color:#fff !important; border-radius:12px; background:rgba(255,255,255,.055); text-decoration:none; font-weight:700; }
  .moyt-footer-inner { grid-template-columns:1fr 1fr; }
  .moyt-footer-inner > div:first-child { grid-column:1/-1; }
}
@media (max-width: 782px) { .admin-bar .moyt-premium-header { top:46px; } }
@media (max-width: 640px) {
  .moyt-header-inner { width:90vw; }
  .moyt-brand strong { font-size:14px; }
  .moyt-brand-mark { transform:scale(.86); transform-origin:left center; margin-right:-4px; }
  .moyt-mobile-menu { grid-template-columns:1fr; }
  .moyt-main-canvas .row.row-large { width:92vw; }
  .moyt-footer-inner { grid-template-columns:1fr; padding-top:60px; }
  .moyt-footer-inner > div:first-child { grid-column:auto; }
  .moyt-footer-bottom { gap:16px; flex-direction:column; }
}

/* ===== v1.4 — UX Builder safe + Vietnamese typography + cinematic charity polish ===== */
.moyt-site,
.moyt-site button,
.moyt-site input,
.moyt-site textarea,
.moyt-site select {
  font-family: "Segoe UI", "Noto Sans", "DejaVu Sans", Arial, sans-serif !important;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.moyt-site h1,.moyt-site h2,.moyt-site h3,.moyt-site h4,.moyt-site h5,.moyt-site h6,
.moyt-site strong,.moyt-site b {
  font-family: "Segoe UI", "Noto Sans", "DejaVu Sans", Arial, sans-serif !important;
  letter-spacing: -.025em;
}

/* Keep the editor clickable and prevent animation overlays inside UX Builder. */
body.ux-builder-iframe .moyt-vfx-layer,
body.ux-builder-iframe .moyt-premium-header,
body.ux-builder-iframe .moyt-premium-footer { display:none !important; }
body.ux-builder-iframe .moyt-reveal { opacity:1 !important; transform:none !important; transition:none !important; }

/* More emotional, cinematic depth without covering links or controls. */
.moyt-main-canvas { overflow:hidden; isolation:isolate; }
.moyt-main-canvas::before {
  content:""; position:fixed; inset:-20%; z-index:-1; pointer-events:none;
  background:
    radial-gradient(circle at 16% 18%, rgba(255,195,63,.16), transparent 25%),
    radial-gradient(circle at 84% 28%, rgba(255,238,180,.12), transparent 22%),
    radial-gradient(circle at 50% 90%, rgba(14,75,55,.12), transparent 30%);
  animation:moytAurora 15s ease-in-out infinite alternate;
}
@keyframes moytAurora { to { transform:translate3d(2.5%,-1.5%,0) scale(1.04); filter:saturate(1.12); } }

.moyt-section { position:relative; }
.moyt-section::after {
  content:""; position:absolute; inset:0; pointer-events:none; z-index:1;
  background:linear-gradient(112deg, transparent 28%, rgba(255,255,255,.12) 43%, transparent 58%);
  transform:translateX(-125%); opacity:0;
}
.moyt-section:hover::after { animation:moytFilmSweep 1.3s cubic-bezier(.2,.7,.2,1); }
@keyframes moytFilmSweep { 0%{transform:translateX(-125%);opacity:0} 25%{opacity:1} 100%{transform:translateX(125%);opacity:0} }

.moyt-knowledge-grid .col-inner,
.moyt-impact-cards .col-inner,
.moyt-story-card {
  border:1px solid rgba(255,255,255,.72) !important;
  box-shadow:0 24px 70px rgba(85,52,12,.14), inset 0 1px 0 rgba(255,255,255,.82) !important;
  background:linear-gradient(145deg,rgba(255,255,255,.82),rgba(255,247,225,.68)) !important;
  backdrop-filter:blur(16px) saturate(1.15);
}
.moyt-knowledge-grid .col-inner:hover,
.moyt-impact-cards .col-inner:hover,
.moyt-story-card:hover {
  transform:translateY(-8px) perspective(900px) rotateX(var(--moyt-rx,0deg)) rotateY(var(--moyt-ry,0deg));
  box-shadow:0 34px 90px rgba(85,52,12,.22),0 0 0 1px rgba(240,169,35,.2) !important;
}

.moyt-header-cta,
.moyt-site .button.primary,
.moyt-site a.button.primary {
  position:relative; overflow:hidden;
  box-shadow:0 14px 35px rgba(221,132,0,.25), inset 0 1px 0 rgba(255,255,255,.45) !important;
}
.moyt-header-cta::before,
.moyt-site .button.primary::before,
.moyt-site a.button.primary::before {
  content:""; position:absolute; top:-50%; bottom:-50%; width:42%; left:-60%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);
  transform:skewX(-18deg); animation:moytCtaShine 3.8s ease-in-out infinite;
}
@keyframes moytCtaShine { 0%,58%{left:-60%} 82%,100%{left:135%} }

.moyt-impact::before {
  content:""; position:absolute; width:520px; height:520px; border-radius:50%; right:-180px; top:10%; pointer-events:none;
  background:radial-gradient(circle,rgba(255,190,48,.22),rgba(255,190,48,0) 68%); filter:blur(12px);
}

@media (prefers-reduced-motion: reduce) {
  .moyt-main-canvas::before,.moyt-header-cta::before,.moyt-site .button.primary::before,.moyt-section:hover::after { animation:none !important; }
}
