:root {
  --bg: #fdfdfb;
  --surface: #ffffff;
  --surface-soft: #f7f4ee;
  --surface-muted: #f2f3f1;
  --text: #1f2523;
  --text-soft: #4d5652;
  --line: #dde3df;
  --green: #123728;
  --green-2: #1d5b3f;
  --green-3: #2d7a58;
  --warm: #efe7dc;
  --danger: #bb1f2d;
  --shadow: 0 14px 36px rgba(17, 31, 25, 0.08);
  --radius: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(850px 370px at 8% -10%, rgba(29, 91, 63, 0.08), transparent 70%),
    radial-gradient(800px 360px at 96% 0%, rgba(204, 169, 117, 0.08), transparent 65%),
    var(--bg);
  line-height: 1.6;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: "Sora", sans-serif;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

p,
ul,
ol {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(1140px, calc(100% - 2rem));
  margin-inline: auto;
}

.section {
  padding: 4.6rem 0;
}

.section-alt {
  background: linear-gradient(180deg, var(--surface-soft), #fafaf8);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.announcement-bar {
  background: linear-gradient(90deg, #0c241a, #144734, #0c241a);
  color: #ffffff;
  text-align: center;
  font-size: 0.92rem;
  padding: 0.85rem 1rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.45;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  backdrop-filter: blur(10px);
  background: rgba(253, 253, 251, 0.9);
  border-bottom: 1px solid var(--line);
}

.header-wrap {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 800;
  color: var(--green);
  font-size: 1.1rem;
}

.brand-logo {
  width: 54px;
  height: 54px;
  object-fit: contain;
  border-radius: 12px;
  background: #fff;
}

.brand-text {
  display: inline-block;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.site-nav a {
  font-weight: 600;
  color: var(--text-soft);
  font-size: 0.93rem;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--green-2);
}

.eyebrow {
  color: var(--green-3);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.74rem;
  font-weight: 800;
  margin-bottom: 0.55rem;
}

.hero {
  padding-top: 3.8rem;
}

.hero-grid {
  display: grid;
  gap: 1.5rem;
}

.hero-content h1 {
  font-size: clamp(1.95rem, 6vw, 3.3rem);
  margin-bottom: 0.95rem;
}

.hero-support {
  color: var(--text-soft);
  max-width: 62ch;
}

.hero-points {
  margin-top: 1.1rem;
  padding-left: 1.2rem;
  display: grid;
  gap: 0.45rem;
}

.hero-cta-wrap {
  margin-top: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.hero-commitment-box {
  margin-top: 1rem;
  padding: 1rem 1.05rem;
  border-radius: 18px;
  border: 1px solid #d7ddda;
  background: linear-gradient(180deg, #fffef8, #f7f4ec);
  box-shadow: 0 12px 24px rgba(24, 37, 31, 0.06);
}

.hero-commitment-box h3 {
  margin-bottom: 0.45rem;
  font-size: 1rem;
  color: #173d2d;
}

.hero-commitment-box p + p {
  margin-top: 0.45rem;
}

.hero-commitment-box p {
  color: #47544e;
}

.hero-commitment-example {
  color: #7b4d10;
  font-weight: 800;
}

.btn {
  border: 0;
  border-radius: 999px;
  padding: 0.95rem 1.3rem;
  font-weight: 800;
  font-size: 0.96rem;
  letter-spacing: 0.01em;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(140deg, #d08b13, #f1b93a);
  color: #1b1403;
  border: 1px solid rgba(128, 82, 0, 0.2);
  box-shadow: 0 16px 28px rgba(208, 139, 19, 0.34);
  text-shadow: none;
}

.btn-order-primary,
.site-nav a.btn-order-primary,
.hero-cta-wrap a.btn-order-primary,
.form-cta-group button.btn-order-primary,
.mobile-sticky-bar a.btn-order-primary {
  color: #ffffff !important;
  background: linear-gradient(140deg, #c26f00, #f2a51f) !important;
  border: 1px solid rgba(122, 69, 0, 0.26);
  box-shadow: 0 18px 32px rgba(194, 111, 0, 0.34) !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.14);
}

.btn-order-primary:hover,
.btn-order-primary:focus-visible,
.site-nav a.btn-order-primary:hover,
.site-nav a.btn-order-primary:focus-visible {
  color: #ffffff !important;
  background: linear-gradient(140deg, #ae6200, #e89911) !important;
}

.btn-order-glow {
  box-shadow: 0 0 0 5px rgba(237, 174, 50, 0.18), 0 22px 42px rgba(181, 110, 6, 0.34);
  animation: ctaPulse 2.2s ease-in-out infinite;
}

.btn-whatsapp {
  background: #25d366;
  color: #072513;
  box-shadow: 0 10px 22px rgba(37, 211, 102, 0.22);
}

.btn-commitment {
  background: #fff7e7;
  color: #5e3b00;
  border: 1px solid #e6d2a6;
  box-shadow: 0 8px 18px rgba(172, 132, 47, 0.12);
}

.btn-secondary {
  background: #123728;
  color: #f4fff8;
}

.btn-ghost {
  border: 1px solid #c9d3ce;
  background: #fff;
  color: var(--text);
}

.btn-small {
  padding: 0.72rem 1rem;
  font-size: 0.88rem;
}

.btn-full {
  width: 100%;
  min-height: 54px;
}

.trust-badges {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.trust-badges span {
  border: 1px solid #d4ddd8;
  background: #f7faf8;
  border-radius: 999px;
  padding: 0.42rem 0.72rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #2f4a40;
}

.urgency-note {
  margin-top: 0.85rem;
  color: #7b3f13;
  font-size: 0.85rem;
  font-weight: 600;
}

.offer-section {
  background: linear-gradient(180deg, #fffdf8, #f7f4ee);
}

.offer-intro {
  margin-top: 0.5rem;
  color: var(--text-soft);
  max-width: 60ch;
}

.offer-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.2rem;
}

.offer-card {
  position: relative;
  border-radius: var(--radius);
  border: 1px solid #d7ddd8;
  background: linear-gradient(180deg, #ffffff, #fbfaf6);
  box-shadow: var(--shadow);
  padding: 1.15rem;
  overflow: hidden;
}

.offer-card-media {
  margin: -1.15rem -1.15rem 0.9rem;
  background: #ffffff;
  border-bottom: 1px solid #e7ece9;
  min-height: 180px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.offer-card-media img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  background: #fff;
}

.offer-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #c89f53, var(--green-3));
}

.offer-badge {
  display: inline-block;
  padding: 0.36rem 0.62rem;
  border-radius: 999px;
  background: #e8f0ec;
  color: var(--green);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.offer-card h3 {
  margin-top: 0.8rem;
  font-size: 1.9rem;
  color: var(--green);
}

.offer-strike {
  color: #8a6f48;
  text-decoration: line-through;
  font-weight: 700;
  margin: 0.15rem 0 0.45rem;
}

.offer-card p:last-child {
  color: var(--text-soft);
}

.upsell-media-grid {
  display: grid;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.upsell-media-card {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #dfe5e2;
  background: #fff;
  box-shadow: var(--shadow);
}

.upsell-media-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.video-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.2rem;
}

.video-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  padding: 0.7rem;
}

.video-card video {
  width: 100%;
  border-radius: 12px;
  background: #000;
  display: block;
}

.hero-card {
  background: linear-gradient(180deg, #ffffff, #f8faf8);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem;
  box-shadow: var(--shadow);
}

.product-image-wrap {
  border-radius: 14px;
  overflow: hidden;
  background: var(--surface-muted);
  aspect-ratio: 4 / 3;
  margin-bottom: 0.9rem;
}

.product-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-card h2 {
  font-size: 1.15rem;
  margin-bottom: 0.6rem;
}

.hero-card p {
  color: var(--text-soft);
}

.hero-card ul {
  margin: 0.8rem 0;
  padding-left: 1.1rem;
  color: var(--text-soft);
  display: grid;
  gap: 0.35rem;
}

.hero-card-highlight {
  color: var(--green);
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.hero-card-foot {
  color: #293830;
  font-weight: 700;
}

.star-strip {
  border-block: 1px solid var(--line);
  background: #fbf8f2;
}

.star-strip p {
  text-align: center;
  color: #584f42;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.8rem 0;
}

.section-head h2 {
  font-size: clamp(1.4rem, 4vw, 2rem);
}

.benefit-grid,
.timeline-grid,
.check-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.2rem;
}

.info-card,
.timeline-card,
.info-panel,
.highlight-panel {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
}

.info-card {
  padding: 1.1rem;
}

.icon-circle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e9f4ee;
  color: var(--green);
  font-weight: 800;
  margin-bottom: 0.7rem;
}

.info-card p {
  color: var(--text-soft);
}

.gallery-layout {
  margin-top: 1.2rem;
}

.gallery-main-wrap {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #f2f3f1;
  margin: 0;
}

.gallery-main-wrap img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.35s ease;
}

@media (hover: hover) and (pointer: fine) {
  .gallery-main-wrap:hover img {
    transform: scale(1.08);
  }
}

.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
  margin-top: 0.7rem;
}

.thumb {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 0.2rem;
  cursor: pointer;
}

.thumb img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 10px;
}

.thumb.active {
  border-color: var(--green-3);
  box-shadow: 0 0 0 2px rgba(29, 91, 63, 0.2);
}

.pill-grid {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.pill-grid span {
  background: #fff;
  border: 1px solid #d5dbd7;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.86rem;
  color: #33443d;
}

.split-grid {
  display: grid;
  gap: 1rem;
}

.split-grid > article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 1.15rem;
}

.compliance-note {
  margin-top: 0.9rem;
  color: #5d655f;
  font-size: 0.88rem;
}

.steps-list {
  margin-top: 0.8rem;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.48rem;
}

.timeline-card {
  padding: 1.05rem;
}

.timeline-card h3 {
  color: var(--green);
  margin-bottom: 0.45rem;
}

.timeline-note {
  margin-top: 0.8rem;
  color: #5b625f;
}

.check-grid p {
  border: 1px solid #d8dfda;
  border-radius: 999px;
  padding: 0.72rem 0.88rem;
  background: #fff;
  font-weight: 700;
}

.info-panel,
.highlight-panel {
  padding: 1.2rem;
}

.info-panel ul {
  margin: 0.7rem 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.35rem;
}

.highlight-panel h3 {
  margin-bottom: 0.55rem;
}

.highlight-panel p {
  margin-bottom: 0.9rem;
}

.highlight-panel small {
  display: block;
  margin-top: 0.65rem;
  color: #5a625e;
}

.account-card {
  margin: 0.9rem 0;
  padding: 0.95rem 1rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #d8dfda;
  box-shadow: 0 10px 22px rgba(17, 31, 25, 0.06);
}

.account-card h4 {
  margin-bottom: 0.45rem;
  color: var(--green);
}

.account-note {
  margin-top: 0.45rem;
  color: #5a625e;
  font-size: 0.88rem;
}

.faq-list {
  margin-top: 1.2rem;
  display: grid;
  gap: 0.7rem;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  border: 0;
  background: #fff;
  text-align: left;
  font: inherit;
  font-weight: 700;
  color: var(--text);
  padding: 0.95rem;
  cursor: pointer;
}

.faq-question::after {
  content: "+";
  float: right;
  color: var(--green);
}

.faq-question[aria-expanded="true"]::after {
  content: "−";
}

.faq-answer {
  padding: 0 0.95rem 0.95rem;
  color: var(--text-soft);
}

.order-layout {
  display: grid;
  gap: 1rem;
  margin-top: 1.2rem;
}

.order-form,
.order-summary {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  padding: 1.05rem;
}

.form-row {
  margin-bottom: 0.8rem;
}

.payment-confirm-box {
  margin-bottom: 0.9rem;
  padding: 1rem;
  border: 1px solid #d9dfdb;
  border-radius: 16px;
  background: linear-gradient(180deg, #fffdf8, #f6f4ee);
}

.payment-confirm-box h3 {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  color: #173d2d;
}

.form-row label {
  font-size: 0.86rem;
  font-weight: 700;
  color: #31463d;
  display: block;
  margin-bottom: 0.35rem;
}

.form-row input,
.form-row textarea,
.form-row select {
  width: 100%;
  border: 1px solid #cbd5d0;
  border-radius: 12px;
  padding: 0.77rem;
  font: inherit;
  color: var(--text);
  background: #fff;
}

.form-row input:focus,
.form-row textarea:focus,
.form-row select:focus,
.faq-question:focus,
.btn:focus,
.btn:focus-visible {
  outline: 2px solid rgba(29, 91, 63, 0.35);
  outline-offset: 1px;
}

.form-row.two-col {
  display: grid;
  gap: 0.7rem;
}

.error {
  color: var(--danger);
  font-size: 0.76rem;
  min-height: 1.1rem;
  display: block;
  margin-top: 0.2rem;
}

.form-cta-group {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.95rem;
}

.form-help-text {
  margin-top: 0.7rem;
  color: #646d68;
  font-size: 0.84rem;
}

.order-summary h3 {
  margin-bottom: 0.8rem;
}

.order-summary ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.55rem;
}

.order-summary li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.6rem;
  border-bottom: 1px dashed #d4dbd7;
  padding-bottom: 0.45rem;
}

.order-summary li span {
  color: #61706a;
  font-size: 0.89rem;
}

.order-summary li strong {
  text-align: right;
}

.summary-note {
  margin-top: 0.8rem;
  padding: 0.7rem;
  border-radius: 12px;
  background: #f0f7f3;
  border: 1px solid #cfddd5;
  color: #30463d;
  font-weight: 600;
  font-size: 0.85rem;
  display: grid;
  gap: 0.18rem;
}

@keyframes ctaPulse {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1px);
  }
}

.whatsapp-cta {
  text-align: center;
}

.whatsapp-cta p {
  margin: 0.7rem auto 1rem;
  max-width: 62ch;
  color: #4f5f58;
}

.dashboard-head h2 {
  margin-bottom: 0.4rem;
}

.dashboard-note {
  color: #566660;
}

.dashboard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 0.9rem 0;
}

.table-wrap {
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: auto;
  background: #fff;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

th,
td {
  text-align: left;
  padding: 0.72rem;
  border-bottom: 1px solid #e6ebe8;
  font-size: 0.88rem;
}

th {
  background: #f4f7f5;
  color: #2f4339;
  font-weight: 700;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 1.2rem 0 5.8rem;
  color: #5c6661;
  background: #fff;
}

.site-footer p + p {
  margin-top: 0.4rem;
}

.floating-whatsapp {
  position: fixed;
  right: 1rem;
  bottom: 5.1rem;
  z-index: 70;
  background: #25d366;
  color: #082414;
  font-weight: 800;
  border-radius: 999px;
  padding: 0.95rem 1.1rem;
  box-shadow: 0 14px 28px rgba(15, 57, 34, 0.22);
}

.mobile-sticky-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  background: rgba(253, 253, 251, 0.96);
  border-top: 1px solid #d7dfda;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.4rem;
  padding: 0.5rem;
}

.mobile-sticky-bar .btn {
  border-radius: 12px;
  padding: 0.9rem 0.55rem;
  font-size: 0.82rem;
  font-weight: 800;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid #d5ddd8;
  border-radius: 10px;
  background: #fff;
  padding: 0.5rem;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--green);
  margin: 0.23rem 0;
}

.modal {
  position: fixed;
  inset: 0;
  background: rgba(14, 24, 20, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 130;
  padding: 1rem;
}

.modal.show {
  display: flex;
}

.modal-card {
  width: min(430px, 100%);
  background: #fff;
  border-radius: 16px;
  border: 1px solid #d8dfda;
  padding: 1rem;
}

.modal-card h3 {
  margin-bottom: 0.5rem;
}

.modal-card p {
  color: #566560;
}

.modal-actions {
  margin-top: 0.9rem;
  display: flex;
  gap: 0.55rem;
}

.image-fallback {
  display: grid;
  place-items: center;
  color: #6b7570;
  background: repeating-linear-gradient(
    -45deg,
    #eef2ef,
    #eef2ef 8px,
    #f5f7f6 8px,
    #f5f7f6 16px
  );
  font-weight: 700;
  font-size: 0.78rem;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 720px) {
  .hero-grid,
  .order-layout,
  .split-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .benefit-grid,
  .timeline-grid,
  .check-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .form-row.two-col {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 980px) {
  .benefit-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .offer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .video-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .upsell-media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline-grid,
  .check-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mobile-sticky-bar {
    display: none;
  }

  .site-footer {
    padding-bottom: 2rem;
  }

  .floating-whatsapp {
    bottom: 1.2rem;
  }
}


@media (max-width: 860px) {
  .menu-toggle {
    display: inline-block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 1rem;
    left: 1rem;
    border: 1px solid #d4ddd8;
    background: #fff;
    border-radius: 14px;
    padding: 0.9rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    box-shadow: var(--shadow);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    padding: 0.35rem 0;
  }
}
