﻿:root {
  --canvas-width: 1440;
  --canvas-height: 5130;
  --page-bg: #faf7f2;
  --focus: #00a6ff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--page-bg);
  color: #66232d;
  font-family: Arial, sans-serif;
}

.page-shell {
  width: 100%;
  overflow-x: hidden;
}

.figma-canvas {
  position: relative;
  width: min(100vw, calc(var(--canvas-width) * 1px));
  margin: 0 auto;
  background: var(--page-bg);
}

.figma-artboard {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
}

.hotspot {
  position: absolute;
  display: block;
  border-radius: 999px;
  text-decoration: none;
}

.hotspot:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.nav-home {
  left: calc(395 / var(--canvas-width) * 100%);
  top: calc(33 / var(--canvas-height) * 100%);
  width: calc(66 / var(--canvas-width) * 100%);
  height: calc(44 / var(--canvas-height) * 100%);
}

.nav-product {
  left: calc(512 / var(--canvas-width) * 100%);
  top: calc(33 / var(--canvas-height) * 100%);
  width: calc(88 / var(--canvas-width) * 100%);
  height: calc(44 / var(--canvas-height) * 100%);
}

.nav-guides {
  left: calc(650 / var(--canvas-width) * 100%);
  top: calc(33 / var(--canvas-height) * 100%);
  width: calc(78 / var(--canvas-width) * 100%);
  height: calc(44 / var(--canvas-height) * 100%);
}

.nav-journey {
  left: calc(779 / var(--canvas-width) * 100%);
  top: calc(33 / var(--canvas-height) * 100%);
  width: calc(92 / var(--canvas-width) * 100%);
  height: calc(44 / var(--canvas-height) * 100%);
}

.nav-partnership {
  left: calc(920 / var(--canvas-width) * 100%);
  top: calc(33 / var(--canvas-height) * 100%);
  width: calc(122 / var(--canvas-width) * 100%);
  height: calc(44 / var(--canvas-height) * 100%);
}

.buy-mouru {
  left: calc(1164 / var(--canvas-width) * 100%);
  top: calc(27 / var(--canvas-height) * 100%);
  width: calc(184 / var(--canvas-width) * 100%);
  height: calc(56 / var(--canvas-height) * 100%);
}

.home-page .hero-cta {
  left: calc(100 / var(--canvas-width) * 100%);
  top: calc(683 / var(--canvas-height) * 100%);
  width: calc(387 / var(--canvas-width) * 100%);
  height: calc(53 / var(--canvas-height) * 100%);
}

.home-page .product-cta {
  left: calc(100 / var(--canvas-width) * 100%);
  top: calc(1573 / var(--canvas-height) * 100%);
  width: calc(234 / var(--canvas-width) * 100%);
  height: calc(53 / var(--canvas-height) * 100%);
}

.home-page .pdf-cta {
  left: calc(1094 / var(--canvas-width) * 100%);
  top: calc(2326 / var(--canvas-height) * 100%);
  width: calc(251 / var(--canvas-width) * 100%);
  height: calc(53 / var(--canvas-height) * 100%);
}

.home-page .guide-cta {
  left: calc(578 / var(--canvas-width) * 100%);
  top: calc(4209 / var(--canvas-height) * 100%);
  width: calc(284 / var(--canvas-width) * 100%);
  height: calc(62 / var(--canvas-height) * 100%);
}

.home-page .footer-get {
  left: calc(295 / var(--canvas-width) * 100%);
  top: calc(4857 / var(--canvas-height) * 100%);
  width: calc(172 / var(--canvas-width) * 100%);
  height: calc(50 / var(--canvas-height) * 100%);
}

.home-page .footer-partner {
  left: calc(500 / var(--canvas-width) * 100%);
  top: calc(4857 / var(--canvas-height) * 100%);
  width: calc(229 / var(--canvas-width) * 100%);
  height: calc(50 / var(--canvas-height) * 100%);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.product-hero-cta {
  left: calc(99 / var(--canvas-width) * 100%);
  top: calc(797 / var(--canvas-height) * 100%);
  width: calc(263 / var(--canvas-width) * 100%);
  height: calc(67 / var(--canvas-height) * 100%);
}

.product-footer-get {
  left: calc(310 / var(--canvas-width) * 100%);
  top: calc(5754 / var(--canvas-height) * 100%);
  width: calc(172 / var(--canvas-width) * 100%);
  height: calc(50 / var(--canvas-height) * 100%);
}

.product-footer-partner {
  left: calc(509 / var(--canvas-width) * 100%);
  top: calc(5754 / var(--canvas-height) * 100%);
  width: calc(229 / var(--canvas-width) * 100%);
  height: calc(50 / var(--canvas-height) * 100%);
}

.guides-hero-cta {
  left: calc(100 / var(--canvas-width) * 100%);
  top: calc(730 / var(--canvas-height) * 100%);
  width: calc(328 / var(--canvas-width) * 100%);
  height: calc(67 / var(--canvas-height) * 100%);
}

.guide-download-1,
.guide-download-4 {
  left: calc(147 / var(--canvas-width) * 100%);
  width: calc(249 / var(--canvas-width) * 100%);
  height: calc(52 / var(--canvas-height) * 100%);
}

.guide-download-2,
.guide-download-5 {
  left: calc(596 / var(--canvas-width) * 100%);
  width: calc(249 / var(--canvas-width) * 100%);
  height: calc(52 / var(--canvas-height) * 100%);
}

.guide-download-3,
.guide-download-6 {
  left: calc(1045 / var(--canvas-width) * 100%);
  width: calc(249 / var(--canvas-width) * 100%);
  height: calc(52 / var(--canvas-height) * 100%);
}

.guide-download-1,
.guide-download-2,
.guide-download-3 {
  top: calc(2922 / var(--canvas-height) * 100%);
}

.guide-download-4,
.guide-download-5,
.guide-download-6 {
  top: calc(3774 / var(--canvas-height) * 100%);
}

.guides-footer-get {
  left: calc(310 / var(--canvas-width) * 100%);
  top: calc(4371 / var(--canvas-height) * 100%);
  width: calc(172 / var(--canvas-width) * 100%);
  height: calc(50 / var(--canvas-height) * 100%);
}

.guides-footer-partner {
  left: calc(509 / var(--canvas-width) * 100%);
  top: calc(4371 / var(--canvas-height) * 100%);
  width: calc(229 / var(--canvas-width) * 100%);
  height: calc(50 / var(--canvas-height) * 100%);
}

.journey-footer-get {
  left: calc(310 / var(--canvas-width) * 100%);
  top: calc(4921 / var(--canvas-height) * 100%);
  width: calc(172 / var(--canvas-width) * 100%);
  height: calc(50 / var(--canvas-height) * 100%);
}

.journey-footer-partner {
  left: calc(509 / var(--canvas-width) * 100%);
  top: calc(4921 / var(--canvas-height) * 100%);
  width: calc(229 / var(--canvas-width) * 100%);
  height: calc(50 / var(--canvas-height) * 100%);
}

.partnership-hero-cta {
  left: calc(100 / var(--canvas-width) * 100%);
  top: calc(619 / var(--canvas-height) * 100%);
  width: calc(277 / var(--canvas-width) * 100%);
  height: calc(59 / var(--canvas-height) * 100%);
}

.partnership-main-cta {
  left: calc(577 / var(--canvas-width) * 100%);
  top: calc(2789 / var(--canvas-height) * 100%);
  width: calc(287 / var(--canvas-width) * 100%);
  height: calc(87 / var(--canvas-height) * 100%);
}

.partnership-footer-get {
  left: calc(310 / var(--canvas-width) * 100%);
  top: calc(3504 / var(--canvas-height) * 100%);
  width: calc(172 / var(--canvas-width) * 100%);
  height: calc(50 / var(--canvas-height) * 100%);
}

.partnership-footer-partner {
  left: calc(509 / var(--canvas-width) * 100%);
  top: calc(3504 / var(--canvas-height) * 100%);
  width: calc(229 / var(--canvas-width) * 100%);
  height: calc(50 / var(--canvas-height) * 100%);
}

/* Mobile responsive layout */
.figma-canvas {
  display: block;
  margin-top: 28px;
  border-top: 1px solid rgba(102, 35, 45, 0.12);
  pointer-events: none;
}

.figma-canvas::before {
  content: "Full desktop design preview";
  display: block;
  padding: 18px 20px 10px;
  background: #faf7f2;
  color: #66232d;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hotspot {
  display: none;
}

.mobile-page {
  display: block;
  width: 100%;
  min-height: 100vh;
  background: #faf7f2;
  color: #66232d;
  font-family: Arial, sans-serif;
}

.mobile-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px 12px;
  background: rgba(250, 247, 242, 0.96);
  box-shadow: 0 8px 24px rgba(102, 35, 45, 0.08);
}

.mobile-logo {
  color: #66232d;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.mobile-buy,
.mobile-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #ff6680;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.mobile-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 10px 16px 14px;
  background: #faf7f2;
  scrollbar-width: none;
}

.mobile-tabs::-webkit-scrollbar {
  display: none;
}

.mobile-tabs a {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 11px 14px;
  border: 1px solid rgba(102, 35, 45, 0.16);
  border-radius: 999px;
  color: #66232d;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  background: #fff;
}

.mobile-tabs a.is-active {
  background: #66232d;
  color: #faf7f2;
}

.mobile-hero,
.mobile-section {
  padding: 40px 20px;
}

.mobile-hero {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mobile-hero-burgundy {
  background: #66232d;
  color: #faf7f2;
}

.mobile-hero-cream {
  background: #faf7f2;
  color: #66232d;
}

.mobile-hero-pink {
  background: #ffa4b7;
  color: #66232d;
}

.mobile-kicker {
  margin: 0 0 12px;
  color: #9bc400;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.mobile-hero h2,
.mobile-section h2 {
  margin: 0;
  max-width: 12ch;
  font-size: 42px;
  line-height: 1.05;
  letter-spacing: 0;
}

.mobile-section h2 {
  max-width: 14ch;
  font-size: 30px;
  line-height: 1.14;
}

.mobile-hero p,
.mobile-section p,
.mobile-list,
.mobile-steps {
  max-width: 34rem;
  margin: 18px 0 0;
  color: inherit;
  font-size: 17px;
  line-height: 1.55;
}

.mobile-hero .mobile-button,
.mobile-section .mobile-button {
  align-self: flex-start;
  margin-top: 26px;
}

.mobile-button-light,
.mobile-button-outline {
  background: #9bc400;
  color: #fff;
}

.mobile-card-band {
  background: #ff6680;
  color: #fff;
}

.mobile-card-band .mobile-button {
  background: #9bc400;
}

.mobile-cards {
  display: grid;
  gap: 16px;
}

.mobile-cards h2 {
  margin-bottom: 4px;
}

.mobile-cards article,
.mobile-cards.compact article,
.mobile-cards.compact > article,
.mobile-downloads a,
.mobile-pill-grid span {
  display: block;
  padding: 18px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(102, 35, 45, 0.08);
}

.mobile-cards article h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.25;
}

.mobile-cards article p {
  margin-top: 10px;
  color: #a86b1f;
  font-size: 14px;
}

.mobile-list,
.mobile-steps {
  padding-left: 20px;
}

.mobile-list li,
.mobile-steps li {
  margin: 10px 0;
}

.mobile-list.two-col,
.mobile-pill-grid,
.mobile-downloads {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding-left: 0;
  list-style: none;
}

.mobile-downloads a {
  color: #66232d;
  font-weight: 800;
  text-decoration: none;
}

@media (min-width: 560px) {
  .mobile-hero,
  .mobile-section {
    padding: 56px 40px;
  }

  .mobile-list.two-col,
  .mobile-pill-grid,
  .mobile-downloads,
  .mobile-cards.compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 769px) {
  .mobile-page {
    display: none;
  }

  .figma-canvas {
    margin-top: 0;
    border-top: 0;
    pointer-events: auto;
  }

  .figma-canvas::before {
    content: none;
  }

  .hotspot {
    display: block;
  }
}


/* Hide baked-in home Moura button */
.home-page::after {
  content: "";
  position: absolute;
  left: calc(1168 / var(--canvas-width) * 100%);
  top: calc(884 / var(--canvas-height) * 100%);
  width: calc(235 / var(--canvas-width) * 100%);
  height: calc(84 / var(--canvas-height) * 100%);
  background: #fff;
  border-radius: 16px;
  z-index: 5;
  pointer-events: none;
}

@media (max-width: 768px) {
  .home-page::after {
    top: calc(886 / var(--canvas-height) * 100%);
    background: #fff;
  }
}
/* Moura floating chat button */
.moura-float {
  position: fixed;
  right: 18px;
  bottom: calc(18px + env(safe-area-inset-bottom));
  z-index: 1000;
  display: block;
  width: min(58vw, 232px);
  border-radius: 14px;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.18));
  transition: transform 160ms ease, filter 160ms ease;
}

.moura-float:hover,
.moura-float:focus-visible {
  transform: translateY(-2px);
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.22));
}

.moura-float:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 5px;
}

.moura-float img {
  display: block;
  width: 100%;
  height: auto;
}

.moura-hero-cta {
  left: calc(194 / var(--canvas-width) * 100%);
  top: calc(758 / var(--canvas-height) * 100%);
  width: calc(361 / var(--canvas-width) * 100%);
  height: calc(57 / var(--canvas-height) * 100%);
}

.moura-footer-get {
  left: calc(310 / var(--canvas-width) * 100%);
  top: calc(1420 / var(--canvas-height) * 100%);
  width: calc(172 / var(--canvas-width) * 100%);
  height: calc(50 / var(--canvas-height) * 100%);
}

.moura-footer-partner {
  left: calc(509 / var(--canvas-width) * 100%);
  top: calc(1420 / var(--canvas-height) * 100%);
  width: calc(229 / var(--canvas-width) * 100%);
  height: calc(50 / var(--canvas-height) * 100%);
}

@media (min-width: 769px) {
  .moura-float {
    right: 42px;
    bottom: 34px;
    width: 232px;
  }
}


/* Blank placeholder pages */
.blank-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px;
  background: #faf7f2;
  color: #66232d;
  font-family: Arial, sans-serif;
}

.blank-logo {
  position: fixed;
  top: 24px;
  left: 28px;
  color: #66232d;
  font-size: 30px;
  font-weight: 800;
  text-decoration: none;
}

.blank-panel {
  width: min(100%, 620px);
  padding: 34px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(102, 35, 45, 0.12);
}

.blank-kicker {
  margin: 0 0 12px;
  color: #9bc400;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.blank-panel h1 {
  margin: 0;
  font-size: 38px;
  line-height: 1.08;
  letter-spacing: 0;
}

.blank-panel p {
  margin: 18px 0 0;
  font-size: 17px;
  line-height: 1.5;
}

.mobile-card-link {
  color: inherit;
  text-decoration: none;
}

.guide-article-1,
.guide-article-2,
.guide-article-3,
.guide-article-4 {
  top: calc(1230 / var(--canvas-height) * 100%);
  width: calc(323 / var(--canvas-width) * 100%);
  height: calc(431 / var(--canvas-height) * 100%);
}

.guide-article-1 {
  left: calc(40 / var(--canvas-width) * 100%);
}

.guide-article-2 {
  left: calc(395 / var(--canvas-width) * 100%);
}

.guide-article-3 {
  left: calc(750 / var(--canvas-width) * 100%);
}

.guide-article-4 {
  left: calc(1105 / var(--canvas-width) * 100%);
}




/* Mobile footer menu */
.mobile-footer-menu {
  display: grid;
  gap: 26px;
  padding: 40px 20px 96px;
  background: #66232d;
  color: #faf7f2;
}

.mobile-footer-menu h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 22px;
  line-height: 1.15;
}

.mobile-footer-menu a {
  display: block;
  min-height: 34px;
  padding: 6px 0;
  color: rgba(250, 247, 242, 0.78);
  font-size: 16px;
  line-height: 1.35;
  text-decoration: none;
}

.mobile-footer-menu a:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
  border-radius: 6px;
}

@media (min-width: 560px) {
  .mobile-footer-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 48px 40px 112px;
  }
}

@media (min-width: 769px) {
  .mobile-footer-menu {
    display: none;
  }
}
/* Footer menu links */
.footer-menu-link {
  height: calc(28 / var(--canvas-height) * 100%);
}

.footer-product-this,
.footer-product-ingredients,
.footer-product-instruction,
.footer-product-suggestion {
  left: calc(300 / var(--canvas-width) * 100%);
  width: calc(170 / var(--canvas-width) * 100%);
}

.footer-guides-articles,
.footer-guides-pdf {
  left: calc(574 / var(--canvas-width) * 100%);
  width: calc(220 / var(--canvas-width) * 100%);
}

.footer-journey-brand,
.footer-journey-process {
  left: calc(846 / var(--canvas-width) * 100%);
  width: calc(230 / var(--canvas-width) * 100%);
}

.footer-partnership-who,
.footer-partnership-type,
.footer-partnership-benefits {
  left: calc(1119 / var(--canvas-width) * 100%);
  width: calc(230 / var(--canvas-width) * 100%);
}

.home-page {
  --footer-link-y1: 4592;
  --footer-link-y2: 4632;
  --footer-link-y3: 4671;
  --footer-link-y4: 4710;
}

.product-page {
  --footer-link-y1: 5490;
  --footer-link-y2: 5530;
  --footer-link-y3: 5569;
  --footer-link-y4: 5608;
}

.guides-page {
  --footer-link-y1: 4107;
  --footer-link-y2: 4147;
  --footer-link-y3: 4186;
  --footer-link-y4: 4225;
}

.journey-page {
  --footer-link-y1: 4657;
  --footer-link-y2: 4697;
  --footer-link-y3: 4736;
  --footer-link-y4: 4775;
}

.partnership-page {
  --footer-link-y1: 3240;
  --footer-link-y2: 3280;
  --footer-link-y3: 3319;
  --footer-link-y4: 3358;
}

.moura-page {
  --footer-link-y1: 1145;
  --footer-link-y2: 1185;
  --footer-link-y3: 1224;
  --footer-link-y4: 1263;
}

.footer-product-this,
.footer-guides-articles,
.footer-journey-brand,
.footer-partnership-who {
  top: calc(var(--footer-link-y1) / var(--canvas-height) * 100%);
}

.footer-product-ingredients,
.footer-guides-pdf,
.footer-journey-process,
.footer-partnership-type {
  top: calc(var(--footer-link-y2) / var(--canvas-height) * 100%);
}

.footer-product-instruction,
.footer-partnership-benefits {
  top: calc(var(--footer-link-y3) / var(--canvas-height) * 100%);
}

.footer-product-suggestion {
  top: calc(var(--footer-link-y4) / var(--canvas-height) * 100%);
}
/* Footer social links */
.social-link {
  width: calc(51 / var(--canvas-width) * 100%);
  height: calc(51 / var(--canvas-height) * 100%);
}

.social-instagram {
  left: calc(1042 / var(--canvas-width) * 100%);
}

.social-whatsapp {
  left: calc(1098 / var(--canvas-width) * 100%);
}

.social-tiktok {
  left: calc(1154 / var(--canvas-width) * 100%);
}

.home-page .social-link {
  top: calc(4863 / var(--canvas-height) * 100%);
}

.product-page .social-link {
  top: calc(5758 / var(--canvas-height) * 100%);
}

.guides-page .social-link {
  top: calc(4376 / var(--canvas-height) * 100%);
}

.journey-page .social-link {
  top: calc(4926 / var(--canvas-height) * 100%);
}

.partnership-page .social-link {
  top: calc(3509 / var(--canvas-height) * 100%);
}

.moura-page .social-link {
  top: calc(1425 / var(--canvas-height) * 100%);
}




