:root{
  /* Mango palette */
  --bg1:#fff7cc;
  --bg2:#ffe066;
  --m1:#ffd166;
  --m2:#ffb703;
  --m3:#fb8500;
  --leaf:#2a9d8f;

  --ink:#2d2200;
  --muted: rgba(45,34,0,.72);

  --card: rgba(255,255,255,.72);
  --border: rgba(45,34,0,.10);

  --shadow: 0 18px 55px rgba(45,34,0,.12);
  --radius: 18px;

  --wa1:#25d366;
  --wa2:#1ebe57;

  /* 3 alternate section backgrounds */
  --secWhite: #ffffff;
  --secGlass: rgba(255,255,255,.35);
  --secMango: rgba(255,183,3,.10);
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(900px 520px at 12% 12%, rgba(255,255,255,.70), transparent 60%),
    radial-gradient(900px 520px at 88% 16%, rgba(255,209,102,.55), transparent 60%),
    radial-gradient(900px 620px at 55% 92%, rgba(255,183,3,.55), transparent 60%),
    linear-gradient(180deg, var(--bg1), var(--bg2));
}

a{ color:inherit; text-decoration:none; }
img{ max-width:100%; display:block; }
.container{ max-width: 1120px; margin:0 auto; padding: 0 16px; }

/* ===== Header / Nav ===== */
header{
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(10px);
  background: rgba(255,255,255,.78);
  border-bottom: 1px solid var(--border);
}

.nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding: 12px 0;
}

.brand{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight: 900;
  letter-spacing:.2px;
  min-width: 180px;
}

.logo{
  width: 80px;
  height: 50px;
  border-radius: 6px;
  display: block;
  object-fit: contain;
  flex: 0 0 auto;
}

/* desktop nav links */
.navlinks{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.navlinks a{
  font-weight: 700;
  padding: 10px 10px;
  border-radius: 12px;
  white-space: nowrap;
}
.navlinks a:hover{ background: rgba(45,34,0,.05); }

/* mobile hamburger */
.menuBtn{
  display:none;
  border: 1px solid var(--border);
  background: rgba(255,255,255,.70);
  border-radius: 14px;
  padding: 10px 12px;
  font-weight: 900;
  cursor:pointer;
}
.menuPanel{
  display:none;
  border-top: 1px solid var(--border);
  background: rgba(255,255,255,.92);
}
.menuPanelInner{
  display:grid;
  gap:10px;
  padding: 12px 0 14px;
}

/* Buttons */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 16px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,.70);
  box-shadow: 0 12px 30px rgba(45,34,0,.08);
  font-weight: 900;
  cursor:pointer;
  transition: transform .08s ease, filter .2s ease, box-shadow .2s ease;
  user-select:none;
  white-space:nowrap;
}
.btn:active{ transform: translateY(1px); }
.btn:hover{ filter: brightness(1.02); box-shadow: 0 16px 40px rgba(45,34,0,.12); }

.btnPrimary{
  border-color: rgba(251,133,0,.25);
  background: linear-gradient(135deg, rgba(255,209,102,.75), rgba(255,183,3,.72), rgba(251,133,0,.55));
}
.btnWhatsApp{
  border: none;
  color: white;
  background: linear-gradient(135deg, var(--wa1), var(--wa2));
  box-shadow: 0 16px 44px rgba(30,190,87,.22);
}
.btnGhost{ background: rgba(255,255,255,.55); }

.icon{ width:18px; height:18px; display:inline-block; }

/* ===== Banner (auto height) ===== */
.bannerFull{
  position: relative;
  padding: 56px 0;
  overflow:hidden;

  background:
    radial-gradient(900px 520px at 15% 20%, rgba(255,255,255,.85), transparent 60%),
    radial-gradient(900px 520px at 85% 30%, rgba(255,183,3,.55), transparent 62%),
    radial-gradient(900px 620px at 65% 90%, rgba(42,157,143,.20), transparent 60%),
    linear-gradient(135deg, rgba(255,224,102,.92), rgba(255,183,3,.68), rgba(251,133,0,.40));
}

.bannerOverlay{
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(255,255,255,.35), rgba(255,255,255,0));
  pointer-events:none;
}

.bannerInner{
  position: relative;
  z-index: 2;
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 18px;
  align-items: center;
}

/* bannerCopy simple (no background, border, shadow) */
.bannerCopy{
  padding: 10px 0;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

/* Only bannerArt keeps card look */
.bannerArt{
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  overflow:hidden;
  background: rgba(255,255,255,.58);
  min-height: 420px;
  position: relative;
}

.badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.70);
  border: 1px solid rgba(45,34,0,.10);
  font-weight: 900;
  color: rgba(45,34,0,.72);
  font-size: 13px;
  width: fit-content;
}

h1{
  margin: 12px 0 10px;
  font-size: clamp(28px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.3px;
}

/* reversed gradient for King of Mangoes */
.gradientText{
  background: linear-gradient(90deg, var(--leaf), var(--m3));
  -webkit-background-clip:text;
  background-clip:text;
  color: transparent;
}

.heroSub{
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
  max-width: 60ch;
}

.pillRow{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin: 12px 0 16px;
}
.pill{
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(45,34,0,.10);
  background: rgba(255,255,255,.55);
  color: rgba(45,34,0,.70);
  font-weight: 900;
  font-size: 13px;
}
.ctaRow{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

/* Banner art: always-visible illustration + optional real photo overlay */
.fallbackArt{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  background:
    radial-gradient(700px 420px at 20% 25%, rgba(255,255,255,.85), transparent 60%),
    radial-gradient(700px 420px at 80% 75%, rgba(255,183,3,.55), transparent 60%),
    linear-gradient(135deg, rgba(255,224,102,.82), rgba(255,183,3,.52), rgba(251,133,0,.36));
}
.fallbackArt svg{ width: 92%; height: 92%; opacity: .95; }

.bannerPhoto{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit: cover;
  opacity: 0.96;
  filter: saturate(1.05) contrast(1.05);
}
.bannerArt::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.18));
  pointer-events:none;
}

/* ===== Sections ===== */
section{
  padding: 54px 0;
  position: relative;
}

/* 3-section alternation (white → glass → mango) */
main section:nth-of-type(3n + 1){ background: var(--secWhite); }
main section:nth-of-type(3n + 2){ background: var(--secGlass); }
main section:nth-of-type(3n + 3){ background: var(--secMango); }

/* subtle divider line */
main section::before{
  content:"";
  position:absolute;
  left:0; right:0; top:0;
  height:1px;
  background: rgba(45,34,0,.06);
}
main section:first-of-type::before{ display:none; }

.sectionHead{ display:flex; flex-direction:column; gap:10px; margin-bottom: 18px; }
h2{ margin:0; font-size: 30px; letter-spacing:-0.2px; }
.sub{ margin:0; color: var(--muted); max-width: 72ch; line-height: 1.6; }

/* Cards */
.cards{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.card{
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--card);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.cardTop{
  position:relative;
  aspect-ratio: 3 / 4;
  border-bottom: 1px solid rgba(45,34,0,.08);
  overflow:hidden;
  background: rgba(255,255,255,.55);
}
.cardBody{ padding: 16px; }
.tag{
  display:inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(45,34,0,.10);
  background: rgba(255,255,255,.55);
  color: rgba(45,34,0,.70);
  font-weight: 1000;
  font-size: 12px;
  margin-bottom: 10px;
  width: fit-content;
}
.card h3{ margin: 0 0 8px; font-size: 18px; }
.card p{ margin: 0 0 14px; color: var(--muted); line-height: 1.55; }
.list{
  margin: 0 0 14px;
  padding-left: 18px;
  color: rgba(45,34,0,.70);
  line-height: 1.55;
  font-weight: 800;
}
.cardActions{ display:flex; gap:10px; flex-wrap:wrap; }

/* Split panels */
.split{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-items: stretch;
}
.panel{
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--card);
  box-shadow: var(--shadow);
  padding: 18px;
  position:relative;
  overflow:hidden;
}
.panel::after{
  content:"";
  position:absolute;
  inset:auto -140px -140px auto;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle at 30% 30%, rgba(42,157,143,.22), transparent 60%);
  transform: rotate(18deg);
  pointer-events:none;
}

/* Steps */
.steps{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.step{
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--card);
  box-shadow: var(--shadow);
  padding: 18px;
}
.stepNum{
  width: 44px; height: 44px;
  border-radius: 16px;
  display:grid; place-items:center;
  font-weight: 1000;
  background: linear-gradient(135deg, rgba(255,183,3,.70), rgba(251,133,0,.48));
  border: 1px solid rgba(45,34,0,.10);
  margin-bottom: 10px;
}
.step h3{ margin:0 0 6px; }
.step p{ margin:0; color: var(--muted); line-height:1.55; }

/* Testimonials */
.quotes{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.quote{
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--card);
  box-shadow: var(--shadow);
  padding: 18px;
}
.quote p{ margin:0 0 12px; color: rgba(45,34,0,.80); line-height: 1.6; font-weight: 800; }
.quote .by{ font-weight: 1000; color: rgba(45,34,0,.72); }

/* FAQ */
.faq{ display:grid; gap: 12px; max-width: 920px; }
details{
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--card);
  box-shadow: var(--shadow);
  padding: 14px 16px;
}
summary{
  cursor:pointer;
  font-weight: 1000;
  list-style: none;
}
summary::-webkit-details-marker{ display:none; }
details p{ margin: 10px 0 0; color: var(--muted); line-height: 1.6; }

/* Contact */
.contactCard{
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background:
    radial-gradient(700px 400px at 20% 20%, rgba(255,255,255,.85), transparent 60%),
    linear-gradient(135deg, rgba(255,224,102,.68), rgba(255,183,3,.42), rgba(42,157,143,.14));
  box-shadow: var(--shadow);
  padding: 18px;
  overflow:hidden;
  position:relative;
}
.contactCard::after{
  content:"";
  position:absolute;
  inset:-160px auto auto -160px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle at 30% 30%, rgba(251,133,0,.35), transparent 62%);
  pointer-events:none;
}
.contactGrid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 14px;
  position:relative;
  z-index:1;
}
.metaBox{
  border-radius: 16px;
  border: 1px solid rgba(45,34,0,.10);
  background: rgba(255,255,255,.62);
  padding: 14px;
}
.metaRow{
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(45,34,0,.12);
}
.metaRow:last-child{ border-bottom: none; }
.metaKey{ color: rgba(45,34,0,.62); font-weight: 1000; font-size: 12px; }
.metaVal{ color: rgba(45,34,0,.82); font-weight: 1000; font-size: 13px; }

/* Footer */
footer{
  padding: 26px 0 34px;
  border-top: 1px solid rgba(45,34,0,.12);
  color: rgba(45,34,0,.72);
  font-weight: 900;
}
.footerRow{
  display:flex;
  justify-content:space-between;
  gap:10px;
  flex-wrap:wrap;
}

/* Floating WA */
.floatingWA{
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 999;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display:grid;
  place-items:center;
  background: linear-gradient(135deg, var(--wa1), var(--wa2));
  box-shadow: 0 20px 60px rgba(30,190,87,.30);
  border: none;
  color: white;
}

/* ===== YouTube Video Thumbnail & Click ===== */
.videoGrid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  align-items: start;
}

.videoCard{
  position: relative;
  border-radius: var(--radius);
  overflow:hidden;
  border: 1px solid var(--border);
  background: #000;
  box-shadow: var(--shadow);
  aspect-ratio: 9 / 16;
  max-height: 520px;
  width: 100%;
  cursor: pointer;
}

.videoCard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.videoCard .playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 68px;
  background: rgba(255, 0, 0, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.videoCard:hover .playBtn {
  background: rgba(255, 0, 0, 1);
  transform: translate(-50%, -50%) scale(1.1);
}

.videoCard .playBtn::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid white;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 4px;
}

/* slight crop to reduce black bars but not huge zoom */
.videoCard iframe{
  position:absolute;
  top:50%;
  left:50%;
  width:110%;
  height:110%;
  transform: translate(-50%, -50%);
  border:0;
}

/* ===== Responsive behavior ===== */
@media (max-width: 940px){
  .bannerInner{ grid-template-columns: 1fr; }
  .bannerArt{ min-height: 320px; }

  .cards, .steps, .quotes, .split, .contactGrid{ grid-template-columns: 1fr; }
  .videoGrid{ grid-template-columns: 1fr; }
  .videoCard{ max-height: 640px; }
}

@media (max-width: 760px){
  .navlinks{ display:none; }
  .menuBtn{ display:inline-flex; align-items:center; gap:10px; }
  .menuPanel{ display:block; }

  .menuPanelInner a{
    padding: 12px 12px;
    border-radius: 14px;
    background: rgba(255,255,255,.72);
    border: 1px solid var(--border);
    font-weight: 900;
  }

  .bannerFull{ padding: 44px 0; }
  section{ padding: 46px 0; }
  h2{ font-size: 26px; }
}

@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
  *{ transition: none !important; }
}
