@import url('tokens.css');

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  overflow-x: hidden;
  position: relative;
  padding-top: var(--site-chrome-height, 108px);
}

.site-chrome {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  width: 100%;
  background: var(--white);
}

body.is-transitioning .page-main {
  opacity: .2;
  transform: translateY(8px);
}

a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { max-width: 100%; display: block; }

.wrap {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.top-strip {
  background: var(--deep);
  color: rgba(255, 255, 255, .9);
  font-size: 12px;
  font-weight: 700;
}

.top-strip-inner,
.top-promise,
.top-links,
.header-inner,
.main-nav,
.header-actions,
.hero-actions,
.hero-points {
  display: flex;
  align-items: center;
}

.top-strip-inner {
  justify-content: space-between;
  min-height: 34px;
  gap: 18px;
}

.top-promise,
.top-links {
  gap: 24px;
  white-space: nowrap;
}

.top-promise span::before,
.top-links a::before {
  display: none;
}

.top-promise i,
.top-links i {
  margin-right: 6px;
  color: var(--gold);
  font-size: 12px;
}

.site-header {
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.site-header.is-scrolled {
  box-shadow: 0 6px 18px rgba(0, 53, 30, .06);
}

.header-inner {
  min-height: 74px;
  justify-content: space-between;
  gap: 18px;
}

.brand img {
  width: 184px;
  height: 58px;
  object-fit: contain;
}

.main-nav {
  gap: 22px;
  font-size: 12px;
  color: var(--ink);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.main-nav a {
  position: relative;
  padding: 26px 0 22px;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  height: 2px;
  border-radius: 999px;
  background: transparent;
}

.main-nav a.active,
.main-nav a:hover {
  color: var(--orange);
}

.main-nav a.active::after,
.main-nav a:hover::after {
  background: var(--orange);
}

.header-actions { gap: 10px; }

.header-actions .btn {
  min-height: 38px;
  padding: 0 20px;
  font-size: 13px;
}

.btn,
.icon-btn,
.menu-btn {
  border-radius: 8px;
  min-height: 42px;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px;
  color: var(--white);
  background: var(--green);
  font-weight: 800;
  white-space: nowrap;
}

.btn i {
  font-size: 13px;
}

.btn.green { background: var(--green); color: var(--white); }
.btn.orange { background: var(--orange); color: var(--white); }
.btn.outline { background: var(--white); color: var(--ink); border-color: #b7c8bf; }
.btn.hero-outline { background: rgba(255,255,255,.06); color: var(--white); border-color: rgba(255,255,255,.34); }
.btn.full { width: 100%; }

.icon-btn {
  width: 42px;
  background: #f5f7f5;
  color: var(--ink);
  border-color: var(--line);
  font-size: 16px;
}

.menu-btn {
  display: none;
  width: 42px;
  background: var(--white);
  border-color: var(--line);
  padding: 10px;
}

.menu-btn span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--green);
}

.mobile-nav {
  position: fixed;
  z-index: 45;
  top: var(--mobile-nav-top, 106px);
  left: 16px;
  right: 16px;
  padding: 12px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.mobile-nav a {
  display: block;
  padding: 12px;
  border-bottom: 1px solid var(--line);
  font-weight: 800;
}

.mobile-nav a:last-child { border-bottom: 0; }

.search-panel {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(0, 53, 30, .06);
}

.search-inner { padding: 12px 0; }
.search-inner form { display: flex; gap: 10px; }
.search-inner input { flex: 1; }

.page-main {
  min-height: 420px;
  transition: opacity .18s ease, transform .18s ease;
  overflow-x: clip;
}

.hero,
.sub-hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 70% 20%, rgba(246, 181, 54, .16), transparent 22%),
    linear-gradient(120deg, #002817, var(--deep) 52%, #063f25);
}

.hero::before,
.sub-hero::before,
.auth-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .24;
  background-image:
    linear-gradient(120deg, transparent 0 75%, rgba(255,255,255,.05) 75% 76%, transparent 76%),
    radial-gradient(circle at 12% 75%, rgba(246, 181, 54, .18), transparent 20%);
  pointer-events: none;
}

.hero-art {
  background-image:
    linear-gradient(90deg, rgba(0, 40, 23, .98) 0%, rgba(0, 40, 23, .94) 34%, rgba(0, 40, 23, .46) 56%, rgba(0, 40, 23, .1) 100%),
    var(--hero-image);
  background-repeat: no-repeat;
  background-size: 100% 100%, auto 100%;
  background-position: center, right bottom;
}

.hero-art::before {
  opacity: .08;
}

.hero-carousel {
  position: relative;
  overflow: hidden;
}

.hero-carousel-track {
  display: flex;
  width: 100%;
  transition: transform .72s cubic-bezier(.22, .61, .36, 1);
  will-change: transform;
}

.hero-slide {
  position: relative;
  flex: 0 0 100%;
  min-width: 100%;
  min-height: 390px;
  overflow: hidden;
}

.hero-slide-bg,
.hero-slide-shade {
  position: absolute;
  inset: 0;
}

.hero-slide-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
}

.hero-slide-shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 35, 20, .96) 0%, rgba(0, 35, 20, .9) 33%, rgba(0, 35, 20, .46) 58%, rgba(0, 35, 20, .08) 100%),
    linear-gradient(180deg, rgba(0, 35, 20, .1) 0%, rgba(0, 35, 20, .1) 68%, rgba(0, 35, 20, .42) 100%);
  pointer-events: none;
}

.hero-control {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 999px;
  color: var(--white);
  background: rgba(0, 53, 30, .28);
  transform: translateY(-50%);
}

.hero-control-prev { left: 18px; }
.hero-control-next { right: 18px; }

.hero-grid,
.sub-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr .95fr;
  gap: 44px;
  align-items: center;
}

.hero-grid {
  min-height: 430px;
  padding: 44px 0 18px;
}

.hero-home .hero-grid {
  position: relative;
  z-index: 2;
  min-height: 334px;
  padding: 26px 0 58px;
  grid-template-columns: 1fr;
  align-items: center;
}

.sub-hero-grid {
  min-height: 250px;
  padding: 34px 0;
}

.hero-copy,
.sub-hero-grid > div:first-child { position: relative; z-index: 2; }

.eyebrow {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.green-label { color: var(--green); }

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 14px;
  color: inherit;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.05;
  font-weight: 950;
}

.hero-home h1 {
  max-width: 610px;
  margin-bottom: 14px;
  font-size: 50px;
  line-height: 1.03;
}

h1 strong,
h2 strong {
  color: var(--orange);
  font-weight: inherit;
}

h2 {
  margin-bottom: 8px;
  color: var(--deep);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.1;
  font-weight: 950;
}

h3 {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.25;
}

h1,
h2,
h3,
.main-nav,
.btn,
.eyebrow,
.top-strip,
.footer-bottom,
.filter-row,
.plan-name,
.popular,
.process-row span {
  font-family: Manrope, Inter, "Segoe UI", Arial, sans-serif;
}

.lead {
  max-width: 610px;
  margin-bottom: 24px;
  color: rgba(255,255,255,.9);
  font-size: 18px;
  line-height: 1.55;
}

.hero-home .lead {
  max-width: 360px;
  margin-bottom: 18px;
  font-size: 17px;
  line-height: 1.34;
}

.muted {
  color: var(--muted);
  line-height: 1.65;
}

.muted.large { font-size: 17px; }

.hero-actions { gap: 12px; flex-wrap: wrap; }

.hero-actions .btn {
  min-width: 158px;
}

.hero-home .hero-actions .btn {
  min-height: 38px;
  min-width: 150px;
  padding: 0 18px;
  font-size: 13px;
}

.hero-stage,
.sub-hero-products,
.product-showcase {
  position: relative;
  min-height: 260px;
  display: grid;
  align-items: end;
}

.hero-image-stage {
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.16), transparent 28%),
    linear-gradient(135deg, #062915, #0e4728 48%, #0b381f);
  box-shadow: 0 20px 52px rgba(0, 34, 19, .24);
}

.hero-asset,
.auth-hero-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hero-image-stage .hero-asset {
  min-height: 100%;
}

.sub-hero-products.hero-image-stage {
  min-height: 260px;
}

.product-lineup,
.sub-hero-products,
.product-showcase {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 8px;
  padding: 18px 18px 0;
}

.hero-home .hero-stage {
  min-height: 320px;
  align-items: end;
}

.hero-home .hero-product-lineup {
  width: 100%;
  justify-content: flex-end;
  gap: 0;
  padding: 0 6px 12px 0;
  transform: translateX(18px);
}

.product-lineup::after {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: 0;
  height: 46px;
  border-radius: 50%;
  background: rgba(12, 20, 13, .42);
  filter: blur(16px);
}

.hero-home .product-lineup::after {
  left: 18%;
  right: -2%;
  bottom: 4px;
  height: 40px;
  background: rgba(0, 18, 10, .46);
}

.product-lineup img,
.sub-hero-products img,
.product-showcase img,
.auth-products img {
  position: relative;
  z-index: 1;
  max-height: 230px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 16px 24px rgba(0,0,0,.22));
}

.hero-home .product-lineup img {
  max-height: 205px;
  margin-left: -18px;
  filter: drop-shadow(0 16px 18px rgba(0, 0, 0, .3));
}

.hero-home .product-lineup .hero-product-box { max-height: 148px; }
.hero-home .product-lineup .hero-product-tall { max-height: 218px; }
.hero-home .product-lineup .hero-product-bottle { max-height: 188px; }
.hero-home .product-lineup .hero-product-pouch { max-height: 174px; }
.hero-home .product-lineup .hero-product-coffee { max-height: 160px; }

.sub-hero-products img { max-height: 155px; }
.product-showcase img { max-height: 210px; }

.hero-home-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 610px;
  padding-top: 8px;
}

.hero-home-stage {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.hero-slide-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  filter: drop-shadow(0 18px 18px rgba(0, 0, 0, .28));
}

.hero-points {
  position: relative;
  z-index: 2;
  gap: 28px;
  flex-wrap: wrap;
  padding: 12px 0 24px;
  color: rgba(255,255,255,.92);
  font-weight: 800;
}

.hero-home .hero-points {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 22px;
  width: min(1240px, calc(100% - 48px));
  transform: translateX(-50%);
  gap: 30px;
  padding: 0;
  font-size: 13px;
}

.hero-home .hero-points span::before {
  display: none;
}

.hero-home .hero-points i {
  color: rgba(255,255,255,.96);
  font-size: 15px;
}

.hero-points.inline {
  padding: 14px 0 0;
  gap: 14px;
}

.hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-points span::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--gold);
}

.hero-carousel-dots {
  position: absolute;
  z-index: 5;
  right: 32px;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-carousel-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .45);
  cursor: pointer;
}

.hero-carousel-dots button.is-active {
  width: 22px;
  background: var(--orange);
}

.about-hero-banner {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  color: var(--text);
  background: #fbfcfa;
}

.about-hero-banner .hero-points {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(100% - 32px, 1240px);
  z-index: 2;
  padding: 14px 0;
  gap: 28px;
  font-size: 13px;
  font-weight: 800;
  color: var(--deep);
  border-top: 1px solid rgba(0,0,0,.07);
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(4px);
}
.about-hero-banner .hero-points i {
  color: var(--green);
  font-size: 15px;
}

.about-hero-bg,
.about-hero-shade {
  position: absolute;
  inset: 0;
}

.about-hero-bg {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.about-hero-shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 36%, rgba(255,255,255,.62) 54%, rgba(255,255,255,.08) 100%),
    linear-gradient(180deg, rgba(255,255,255,.72) 0%, rgba(255,255,255,.16) 100%);
  pointer-events: none;
}

.about-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 420px;
  display: grid;
  align-items: center;
  padding-bottom: 52px;
}

.about-hero-copy {
  width: min(100%, 540px);
  padding: 38px 0;
}

.about-hero-copy .eyebrow {
  margin-bottom: 8px;
  color: var(--orange);
}

.about-hero-copy h1 {
  max-width: 560px;
  margin-bottom: 14px;
  color: var(--deep);
  font-size: clamp(34px, 4.2vw, 52px);
  line-height: 1.12;
}

.about-hero-rule {
  display: block;
  width: 50px;
  height: 2px;
  margin: 0 0 22px;
  border-radius: 999px;
  background: var(--orange);
}

.about-hero-copy p {
  max-width: 515px;
  margin-bottom: 16px;
  color: #2b3a32;
  font-size: 15px;
  line-height: 1.68;
}

.about-overview {
  padding-top: 0;
  padding-bottom: 32px;
}

.stat-strip.about-stat-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,53,30,.07);
  padding: 20px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.about-stat-strip article {
  display: flex;
  align-items: center;
  gap: 18px;
  transition: background .2s ease;
  min-height: 100px;
  padding: 0 32px;
}

.about-stat-strip .round-icon {
  width: 62px;
  height: 62px;
  flex-basis: 62px;
  color: var(--green);
  background: #eaf6ef;
  font-size: 21px;
}

.about-stat-strip b {
  font-size: 34px;
  font-weight: 950;
  line-height: 1;
  color: var(--deep);
}

.about-stat-strip span {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.2;
}

.about-stat-strip p {
  max-width: 210px;
  font-size: 13px;
  line-height: 1.45;
}

.values-heading {
  margin: 0 0 22px;
  font-size: 26px;
  font-weight: 800;
  color: var(--deep);
}

.values-grid.about-values-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(300px, 1.38fr);
  gap: 20px;
  align-items: stretch;
}

.about-values-grid article:not(.mission-card) {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 4px 14px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 4px 16px rgba(0,53,30,.05);
  transition: transform .2s ease, box-shadow .2s ease;
  align-content: center;
  padding: 18px;
}

.about-values-grid article:not(.mission-card) .round-icon {
  grid-row: span 2;
  align-self: start;
}

.about-values-grid article:not(.mission-card):hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0,53,30,.10);
}

.about-values-grid article:not(.mission-card) h3,
.about-values-grid .mission-card h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.25;
}

.about-values-grid article:not(.mission-card) p,
.about-values-grid .mission-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.about-values-grid .mission-card {
  display: grid;
  grid-column: auto;
  grid-template-columns: 62px 1fr;
  border-radius: 14px;
  border: none;
  box-shadow: 0 8px 28px rgba(0,53,30,.14);
  gap: 6px 18px;
  align-items: center;
  padding: 22px 24px;
  background: var(--deep) !important;
  color: #fff;
}

.about-values-grid .mission-card h3 {
  color: #fff !important;
}

.about-values-grid .mission-card p {
  color: rgba(255,255,255,.82) !important;
}

.about-values-grid .mission-card .round-icon {
  background: rgba(255,255,255,.15) !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.25);
}

.about-values-grid .mission-card p {
  grid-column: 2;
}

.products-hero-banner {
  position: relative;
  min-height: 106px;
  overflow: hidden;
  color: var(--white);
  background: var(--deep);
}

.products-hero-bg,
.products-hero-shade {
  position: absolute;
  inset: 0;
}

.products-hero-bg {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

.products-hero-shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 45, 25, .98) 0%, rgba(0, 45, 25, .94) 38%, rgba(0, 45, 25, .44) 68%, rgba(0, 45, 25, .1) 100%),
    linear-gradient(180deg, rgba(0, 45, 25, .08) 0%, rgba(0, 45, 25, .18) 100%);
  pointer-events: none;
}

.products-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 106px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}

.products-hero-copy h1 {
  margin-bottom: 6px;
  color: var(--white);
  font-size: 32px;
  line-height: 1.05;
}

.products-hero-copy p {
  max-width: 460px;
  margin: 0;
  color: rgba(255,255,255,.9);
  font-size: 15px;
  line-height: 1.4;
}

.products-breadcrumb {
  align-self: end;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 18px;
  color: rgba(255,255,255,.82);
  font-size: 13px;
  font-weight: 850;
}

.products-breadcrumb a {
  color: rgba(255,255,255,.9);
}

.products-breadcrumb i {
  font-size: 11px;
}

.section {
  padding: 44px 0;
}

.section.compact { padding-bottom: 28px; }
.section.flush-top { padding-top: 0; }
.soft-band { background: var(--mint-2); }

.section-title {
  position: relative;
  margin-bottom: 22px;
}

.center-title {
  text-align: center;
}

.center-title p {
  color: var(--muted);
}

.title-action {
  position: absolute;
  right: 0;
  top: 6px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

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

.products-catalog-section {
  padding-top: 24px;
  padding-bottom: 26px;
}

.product-card,
.filter-panel,
.package-card,
.why-card,
.table-card,
.share-card,
.contact-grid article,
.message-card,
.auth-card,
.dashboard-preview {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 30px rgba(0, 53, 30, .06);
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 14px;
  text-align: center;
}

.favorite-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 999px;
  color: var(--green);
  background: rgba(255,255,255,.9);
  cursor: pointer;
}

.product-media {
  height: 160px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  background: linear-gradient(180deg, #fff, var(--mint-2));
  border-radius: 8px;
}

.product-media img {
  max-height: 136px;
  object-fit: contain;
}

.product-card h3 {
  min-height: 40px;
  margin-bottom: 6px;
  font-size: 15px;
}

.price {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 950;
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.feature-strip.wide { grid-template-columns: repeat(6, minmax(0, 1fr)); }

.feature-strip.wide.product-benefits {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-strip article {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: flex-start;
  min-height: 118px;
  padding: 22px 24px;
  border-right: 1px solid var(--line);
}

.feature-strip article:last-child { border-right: 0; }
.feature-strip article > div {
  min-width: 0;
}
.feature-strip h3 { margin-bottom: 4px; }
.feature-strip p { margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.45; }

.feature-strip.dark {
  margin-top: 24px;
  color: var(--white);
  background: linear-gradient(120deg, var(--deep), #014c2b);
  border-color: rgba(255,255,255,.12);
}

.feature-strip.dark h3 { color: var(--white); }
.feature-strip.dark p { color: rgba(255,255,255,.78); }

.feature-strip::-webkit-scrollbar {
  display: none;
}

.legal-shell {
  display: grid;
  gap: 18px;
}

.legal-card {
  padding: 24px 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(0, 53, 30, .04);
}

.legal-card h2 {
  margin: 0 0 10px;
  color: var(--green);
  font-size: 22px;
}

.legal-card p {
  margin: 0 0 12px;
  color: var(--text);
}

.legal-card p:last-child {
  margin-bottom: 0;
}

.home-final-section {
  overflow: hidden;
}

.getting-started {
  padding-bottom: 12px;
  background: linear-gradient(180deg, var(--white) 0%, #fffdf8 58%, #f4fbf6 100%);
}

.getting-started .section-title {
  margin-bottom: 38px;
}

.getting-started .eyebrow,
.community-voices .eyebrow {
  display: flex;
  justify-content: center;
  margin-bottom: 4px;
  color: var(--orange);
  font-size: 16px;
  text-transform: none;
}

.getting-started h2,
.community-voices h2 {
  margin-bottom: 8px;
  color: var(--deep);
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.08;
}

.getting-started .section-title p,
.community-voices .section-title p {
  color: #2d3832;
  font-size: 16px;
}

.journey-grid {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 12px;
  position: relative;
}

.journey-connector {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  color: var(--green);
  font-size: 22px;
  opacity: .6;
}

.journey-card {
  position: relative;
  flex: 1;
  min-width: 260px;
  max-width: none; width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 46px 24px 64px;
  border: 1px solid #eadfbf;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,251,242,.86)),
    var(--white);
  box-shadow: 0 18px 44px rgba(0, 53, 30, .08);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.journey-card:hover {
  transform: translateY(-4px);
  border-color: #dfe7cc;
  box-shadow: 0 24px 52px rgba(0, 53, 30, .12), 0 4px 18px rgba(0,53,30,.06);
}

.journey-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.journey-row h3 {
  margin: 0;
  font-size: 18px;
}

.journey-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.7);
  pointer-events: none;
}

.journey-card .round-icon {
  color: var(--green);
  background: #eaf3df;
  border: 1px solid #d6e8c9;
}

.step-badge {
  position: absolute;
  top: -22px;
  left: 50%;
  z-index: 2;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--white);
  background: radial-gradient(circle at 34% 24%, #2f842e, #08540f 68%);
  box-shadow: 0 10px 22px rgba(0, 53, 30, .22);
  font-size: 26px;
  font-weight: 950;
  transform: translateX(-50%);
}

.journey-card h3 {
  margin: 0 0 6px 0;
  color: var(--deep);
  font-size: 22px;
  line-height: 1.18;
}

.journey-card p {
  margin: 0;
  color: #2f3834;
  font-size: 15px;
  line-height: 1.55;
}

.step-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.step-tags span,
.journey-mini-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 18px;
  border-radius: 8px;
  color: var(--white);
  background: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.journey-mini-btn {
  margin-top: auto;
  align-self: stretch;
  gap: 10px;
  min-height: 44px;
  box-shadow: 0 8px 16px rgba(0,53,30,.18);
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}

.journey-mini-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 12px 22px rgba(0,53,30,.22);
}

.journey-product {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  filter: drop-shadow(0 12px 12px rgba(0, 53, 30, .12));
}

.journey-product-left {
  left: -24px;
  bottom: -18px;
  width: 132px;
}

.journey-product-center {
  left: -78px;
  bottom: -22px;
  width: 144px;
}

.journey-product-right {
  right: -36px;
  bottom: -12px;
  width: 98px;
}

.journey-cta {
  width: min(100%, 980px);
  min-height: 70px;
  display: grid;
  grid-template-columns: 58px 1fr auto;
  align-items: center;
  gap: 24px;
  margin: 24px auto 0;
  padding: 14px 28px;
  border-radius: 14px;
  color: var(--white);
  background: linear-gradient(120deg, #00351e, #075430);
  box-shadow: 0 18px 44px rgba(0, 53, 30, .18);
}

.journey-cta-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(246, 181, 54, .35);
  border-radius: 999px;
  color: var(--gold);
  background: rgba(255,255,255,.06);
}

.journey-cta p {
  margin: 0;
  color: rgba(255,255,255,.94);
  font-size: 19px;
  font-weight: 950;
}

.journey-cta .btn {
  min-width: 250px;
  min-height: 48px;
  font-size: 16px;
}

.community-voices {
  position: relative;
  padding-top: 24px;
  background:
    linear-gradient(180deg, #f3faf0 0%, #f8fcf7 100%);
}

.community-voices .section-title {
  width: min(100%, 760px);
  margin-left: auto;
  margin-right: auto;
}

.voice-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin: 0 auto 10px;
  border-radius: 999px;
  color: var(--white);
  background: radial-gradient(circle at 34% 24%, #2f842e, #064d25 70%);
  box-shadow: 0 12px 26px rgba(0, 53, 30, .18);
  font-size: 28px;
}

.community-voices .section-title h2 {
  margin-bottom: 2px;
}

.community-voices .section-title .eyebrow {
  margin-bottom: 8px;
}

.testimonial-carousel {
  position: relative;
  margin-top: 22px;
}

.testimonial-viewport {
  width: min(100% - 118px, 1100px);
  margin: 0 auto;
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  gap: 24px;
  transition: transform .42s ease;
  will-change: transform;
}

.testimonial-card {
  flex: 0 0 calc((100% - 48px) / 3);
  display: flex;
  flex-direction: column;
  min-height: 294px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 42px rgba(0, 53, 30, .1);
}

.testimonial-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}

.testimonial-avatar {
  display: block;
  width: 80px;
  height: 80px;
  aspect-ratio: 1 / 1;
  flex: 0 0 80px;
  max-width: 80px;
  border-radius: 999px;
  object-fit: cover;
  object-position: center center;
  border: 0;
  box-shadow: 0 0 0 3px #f4eee5, 0 8px 16px rgba(0, 53, 30, .12);
  background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
  overflow: clip;
}

.testimonial-head h3 {
  margin: 0 0 2px;
  color: var(--deep);
  font-size: 17px;
}

.testimonial-head p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.stars {
  display: block;
  margin-bottom: 10px;
  color: var(--orange);
  font-size: 16px;
  letter-spacing: 2px;
}

.testimonial-card > p {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.42;
}

.testimonial-tags {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 10px;
  align-items: center;
  margin-top: auto;
  padding: 11px 12px;
  border-radius: 10px;
  color: var(--deep);
  background: linear-gradient(90deg, #e7f2df, #dfe9d3);
}

.testimonial-tags > i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--green);
  font-size: 20px;
}

.testimonial-tags span {
  display: block;
  color: var(--deep);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
}

.testimonial-tags span + span {
  margin-top: 2px;
  font-weight: 700;
}

.testimonial-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  color: var(--white);
  background: var(--green);
  box-shadow: 0 14px 26px rgba(0, 53, 30, .18);
  transform: translateY(-50%);
  cursor: pointer;
}

.testimonial-prev { left: 8px; }
.testimonial-next { right: 8px; }

.testimonial-arrow[disabled] {
  opacity: .42;
  cursor: default;
}

.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 20px;
}

.testimonial-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #c8d2c2;
  cursor: pointer;
}

.testimonial-dots button.is-active {
  background: var(--green);
}

.round-icon {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--green);
  background: var(--mint);
  font-size: 14px;
  font-weight: 950;
}

.round-icon.dark { color: var(--white); background: var(--green); }
.round-icon.gold { color: var(--deep); background: var(--gold); }
.round-icon.small { width: 48px; height: 48px; flex: 0 0 48px; font-size: 20px; box-shadow: inset 0 0 0 3px rgba(255,255,255,.7), 0 4px 8px rgba(0,53,30,.08); }

.split-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
}

.mini-grid,
.stats,
.stat-strip,
.values-grid,
.contact-grid {
  display: grid;
  gap: 14px;
}

.mini-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 20px;
}

.mini-grid span {
  padding: 14px;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--green);
  font-weight: 900;
}

.dashboard-preview {
  padding: 22px;
}

.stats {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 18px 0;
}

.stats div {
  padding: 16px;
  border-radius: 8px;
  background: var(--mint-2);
  border: 1px solid var(--line);
  color: var(--muted);
  font-weight: 800;
}

.stats b {
  display: block;
  margin-top: 8px;
  color: var(--green);
  font-size: 22px;
}

.stat-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 28px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.stat-strip article {
  padding: 8px 20px;
  border-right: 1px solid var(--line);
}

.stat-strip article:last-child { border-right: 0; }
.stat-strip b { display: block; color: var(--green); font-size: 32px; }
.stat-strip span { display: block; color: var(--ink); font-weight: 950; }
.stat-strip p { margin: 6px 0 0; color: var(--muted); }

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

.values-grid article {
  padding: 18px;
  border-radius: 8px;
  background: var(--mint-2);
}

.mission-card {
  grid-column: span 2;
  background: var(--mint) !important;
}

.catalog-layout {
  display: grid;
  grid-template-columns: 214px 1fr;
  gap: 18px;
}

.filter-panel {
  align-self: start;
  padding: 16px;
}

.product-filter-panel {
  position: sticky;
  top: 82px;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  padding: 16px 14px;
}

.filter-toggle-btn {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
  margin-bottom: 12px;
}

.filter-toggle-btn i { transition: transform .2s ease; }
.filter-toggle-btn[aria-expanded="true"] i { transform: rotate(180deg); }

.filter-panel-body { transition: none; }

.filter-panel h2 {
  font-size: 18px;
  margin-bottom: 14px;
}

.filter-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 42px;
  gap: 8px;
  padding: 0 9px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--text);
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
}

.filter-label {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-align: left;
}

.filter-label i {
  width: 18px;
  color: var(--green);
  text-align: center;
}

.filter-row.active,
.filter-row:hover {
  background: var(--mint);
  color: var(--green);
}

.filter-row b {
  min-width: 28px;
  padding: 3px 6px;
  border-radius: 999px;
  background: var(--white);
  color: var(--green);
}

.filter-block {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.filter-block h3 {
  margin-bottom: 12px;
}

.range-line {
  position: relative;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--green) 86%, var(--line) 86%);
}

.range-line::before,
.range-line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 13px;
  height: 13px;
  border: 2px solid var(--green);
  border-radius: 999px;
  background: var(--white);
  transform: translateY(-50%);
}

.range-line::before { left: 0; }
.range-line::after { right: 0; }

.range-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
}

.input {
  width: 100%;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--text);
}

textarea.input {
  min-height: 130px;
  padding-top: 12px;
  resize: vertical;
}

.catalog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.catalog-toolbar p {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.toolbar-actions {
  width: min(342px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 136px;
  gap: 10px;
}

.search-field {
  position: relative;
  display: block;
}

.search-field .input {
  padding-right: 38px;
}

.search-field i {
  position: absolute;
  right: 13px;
  top: 50%;
  color: var(--muted);
  font-size: 13px;
  transform: translateY(-50%);
  pointer-events: none;
}

.toolbar-select {
  padding: 0 10px;
  font-size: 13px;
}

.product-grid.catalog-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.catalog-grid .product-card {
  padding: 12px;
  box-shadow: 0 8px 24px rgba(0, 53, 30, .05);
}

.catalog-grid .favorite-btn {
  top: 9px;
  right: 9px;
  width: 28px;
  height: 28px;
  font-size: 13px;
}

.catalog-grid .product-media {
  height: 126px;
  margin-bottom: 9px;
  background: #fff;
}

.catalog-grid .product-media img {
  max-height: 112px;
}

.catalog-grid .product-card h3 {
  min-height: 34px;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 1.3;
}

.catalog-grid .price {
  margin-bottom: 9px;
  font-size: 14px;
}

.catalog-grid .btn {
  min-height: 30px;
  padding: 0 10px;
  font-size: 11px;
}

.product-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.product-benefit-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(0,53,30,.05);
}

.product-benefit-card .round-icon {
  width: 54px;
  height: 54px;
  flex-basis: 54px;
  color: var(--white);
  background: var(--green);
  font-size: 18px;
}

.product-benefit-card h3 {
  margin-bottom: 4px;
  font-size: 15px;
  color: var(--deep);
}

.product-benefit-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.product-story-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(290px, .9fr);
  gap: 22px;
  align-items: start;
}

.story-card,
.facts-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 14px 36px rgba(0,53,30,.06);
}

.story-card .lead {
  margin-bottom: 14px;
  font-size: 17px;
}

.facts-card .section-title {
  margin-bottom: 16px;
}

.facts-list {
  display: grid;
  gap: 10px;
}

.facts-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 10px;
  background: var(--mint-2);
}

.facts-item span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.facts-item b {
  color: var(--deep);
  font-size: 13px;
  text-align: right;
}

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

.product-support-strip article {
  padding: 20px;
}

.product-support-strip h3 {
  font-size: 15px;
}

.product-support-strip p {
  font-size: 13px;
}

.package-layout {
  display: grid;
  grid-template-columns: 1fr 330px;
  gap: 24px;
  align-items: stretch;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.package-card,
.why-card {
  position: relative;
  padding: 24px;
}

.package-card.highlight {
  border-color: rgba(255, 122, 0, .48);
}

.popular {
  position: absolute;
  top: -1px;
  right: 20px;
  padding: 4px 12px;
  border-radius: 0 0 8px 8px;
  background: var(--orange);
  color: var(--white);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.plan-name {
  display: block;
  color: var(--green);
  font-weight: 950;
  text-transform: uppercase;
}

.package-card b {
  display: block;
  margin: 22px 0 4px;
  color: var(--ink);
  font-size: 30px;
}

.package-card small,
.package-card em {
  display: block;
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.package-card em {
  width: fit-content;
  margin-top: 12px;
  padding: 8px 12px;
  border: 1px solid rgba(0,66,37,.25);
  border-radius: 8px;
  color: var(--green);
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  color: var(--text);
  font-size: 14px;
}

.check-list li::before {
  content: "✓";
  margin-right: 8px;
  color: var(--green);
  font-weight: 950;
}

.why-card {
  background: var(--mint-2);
}

.why-card p {
  display: grid;
  gap: 4px;
  margin-bottom: 18px;
}

.why-card b { color: var(--ink); }
.why-card span { color: var(--muted); line-height: 1.5; }

.why-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 18px;
}
.why-item .round-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
}
.why-item div { display: grid; gap: 3px; }
.why-item b { color: var(--ink); font-size: 15px; }
.why-item span { color: var(--muted); font-size: 13.5px; line-height: 1.5; }

.package-card .round-icon {
  display: inline-flex;
  margin-bottom: 12px;
}
.bronze-icon { background: #fdf1e8; color: #cd7f32; }
.silver-icon { background: #f2f4f8; color: #7d8fa9; }
.gold-icon   { background: #fef9e7; color: #c9a227; }

.hero-cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 20px 0 8px;
}
.vendor-outline-btn {
  color: #fff !important;
  border-color: rgba(255,255,255,.6) !important;
}
.vendor-outline-btn:hover {
  background: rgba(255,255,255,.15) !important;
}

.referral-layout,
.contact-layout {
  display: grid;
  grid-template-columns: 1.5fr .95fr;
  gap: 22px;
  align-items: start;
}

.contact-layout-v2 {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 28px;
  align-items: start;
}

.contact-info-panel {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
}

.contact-info-panel h2 { margin-bottom: 4px; }

.contact-info-list {
  display: grid;
  gap: 0;
  margin: 20px 0 0;
}

.contact-info-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.contact-info-item:last-child { border-bottom: none; }

.contact-info-item .round-icon { flex-shrink: 0; }

.contact-info-item h3 {
  font-size: 14px;
  margin-bottom: 4px;
  color: var(--ink);
}

.contact-info-item div { display: grid; gap: 2px; }

.table-card,
.share-card {
  padding: 22px;
}

.table-card {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-card table {
  min-width: 620px;
}

.message-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
}

table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 8px;
}

th,
td {
  padding: 13px 12px;
  border: 1px solid var(--line);
  text-align: left;
  font-size: 14px;
}

th {
  color: var(--white);
  background: var(--green);
}

.notice {
  margin: 14px 0 0;
  padding: 12px 14px;
  border-radius: 8px;
  color: var(--green);
  background: var(--mint);
  font-weight: 800;
}

.copy-line {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin: 18px 0;
}

.copy-line span {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--green);
  font-weight: 900;
}

.copy-line button,
.newsletter-form button {
  border: 0;
  border-radius: 8px;
  background: var(--green);
  color: var(--white);
  font-weight: 900;
  padding: 0 16px;
  cursor: pointer;
}

.share-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.share-row span {
  padding: 8px 10px;
  border-radius: 999px;
  background: var(--mint);
  color: var(--green);
  font-weight: 900;
  font-size: 12px;
}

.process-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
  margin-bottom: 48px;
}

.process-row article {
  position: relative;
  min-height: 132px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.process-row span {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  border-radius: 999px;
  background: var(--green);
  color: var(--white);
  font-size: 12px;
  font-weight: 950;
}

.process-row p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.contact-layout {
  grid-template-columns: 1fr .72fr 1.35fr;
}

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

.contact-grid article {
  padding: 18px;
  display: grid;
  gap: 4px;
  border-radius: 8px;
  transition: box-shadow .18s;
}

.contact-grid article:hover {
  box-shadow: 0 4px 18px rgba(0,0,0,.08);
}

.contact-grid article .round-icon {
  margin-bottom: 10px;
}

.contact-grid article h3 {
  margin-bottom: 6px;
}

.contact-link {
  display: block;
  font-size: 13.5px;
  color: var(--green);
  text-decoration: none;
  line-height: 1.6;
  word-break: break-all;
}

.contact-link:hover {
  text-decoration: underline;
}

.contact-social-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.contact-social-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--soft);
  color: var(--ink);
  font-size: 15px;
  text-decoration: none;
  transition: background .18s, color .18s;
}

.contact-social-row a:hover { background: var(--green); color: #fff; }

.contact-brand-card p { color: rgba(255,255,255,.82); }

.contact-brand-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}

.contact-brand-name {
  font-size: 14px;
  font-weight: 800;
  color: rgba(255,255,255,.9);
  letter-spacing: .02em;
  line-height: 1.3;
}

.contact-brand-card {
  min-height: 100%;
  padding: 24px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(145deg, var(--deep), #075331);
}

.contact-brand-card img {
  width: 120px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
}

.contact-brand-card h2 { color: var(--white); }

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.message-card {
  display: grid;
  gap: 12px;
}

.auth-page {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(480px, 1fr);
  min-height: 620px;
}

.auth-visual {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(145deg, #002817, var(--deep));
}

.auth-visual-media {
  display: block;
  padding: 0;
  min-height: 100%;
}

.auth-copy {
  position: relative;
  z-index: 1;
}

.auth-copy img {
  width: 190px;
  height: 58px;
  object-fit: contain;
  margin-bottom: 28px;
}

.auth-copy h1 {
  max-width: 560px;
  font-size: clamp(34px, 4vw, 50px);
}

.auth-copy p {
  max-width: 520px;
  color: rgba(255,255,255,.86);
  line-height: 1.65;
}

.auth-points {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.auth-points p {
  display: grid;
  gap: 2px;
  margin: 0;
}

.auth-points b { color: var(--white); }
.auth-points span { color: rgba(255,255,255,.76); font-size: 14px; }

.auth-products {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  gap: 6px;
  margin-top: 24px;
}

.auth-products img {
  max-height: 170px;
}

.auth-visual-media .auth-copy,
.auth-visual-media .auth-products {
  display: none;
}

.auth-form-wrap {
  display: grid;
  place-items: center;
  padding: 44px;
  background: var(--white);
}

.auth-card {
  width: min(100%, 620px);
  display: grid;
  gap: 14px;
  padding: 28px;
}

.auth-card > h2,
.auth-card > p {
  text-align: center;
}

.auth-card label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.auth-card label span {
  color: var(--muted);
  font-weight: 700;
}

.check-field {
  display: flex !important;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px !important;
}

.check-field input {
  width: 16px;
  height: 16px;
  accent-color: var(--green);
}

.auth-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.auth-row a,
.auth-switch a {
  color: var(--orange);
  font-weight: 900;
}

.auth-switch {
  margin-bottom: 0;
  text-align: center;
}

.form-alert {
  padding: 12px 14px;
  border-radius: 8px;
  background: var(--mint);
  color: var(--green);
  font-weight: 850;
}

.form-alert.error {
  background: #fff4ef;
  color: #9a3800;
}

/* ── Auth group label ─────────────────────────────── */
.auth-group-label {
  margin: 4px 0 0;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ── Security badge ───────────────────────────────── */
.security-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 10px;
  background: var(--mint);
  border: 1px solid var(--line);
}

.security-badge > i {
  font-size: 22px;
  color: var(--green);
  flex-shrink: 0;
}

.security-badge b {
  display: block;
  font-size: 13px;
  color: var(--ink);
}

.security-badge span {
  font-size: 12px;
  color: var(--muted);
}

/* ── Income opportunity section ───────────────────── */
.income-layout {
  display: grid;
  grid-template-columns: 1fr .88fr;
  gap: 52px;
  align-items: center;
}

.income-copy h2 {
  margin-bottom: 14px;
  font-size: clamp(26px, 3.2vw, 38px);
  line-height: 1.14;
}

.income-copy > p {
  max-width: 520px;
  color: var(--muted);
  margin-bottom: 28px;
  line-height: 1.68;
}

.income-streams {
  display: grid;
  gap: 16px;
  margin-bottom: 30px;
}

.income-stream-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.income-stream-item b {
  display: block;
  font-size: 14px;
  color: var(--ink);
}

.income-stream-item span {
  display: block;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.45;
}

.income-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.income-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.income-stat-card {
  display: grid;
  gap: 6px;
  padding: 22px 20px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 4px 16px rgba(0,53,30,.05);
  transition: transform .2s ease, box-shadow .2s ease;
}

.income-stat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0,53,30,.10);
}

.income-stat-card > i {
  font-size: 22px;
  margin-bottom: 4px;
}

.income-stat-card b {
  display: block;
  font-size: 26px;
  font-weight: 950;
  line-height: 1;
  color: var(--deep);
}

.income-stat-card span {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.4;
}

.income-stat-card.accent-orange > i { color: var(--orange); }
.income-stat-card.accent-green > i  { color: var(--green-2); }
.income-stat-card.accent-gold > i   { color: #c9930a; }
.income-stat-card.accent-deep > i   { color: var(--deep); }

/* ── Referral login prompt ────────────────────────── */
.referral-login-prompt {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border-radius: 10px;
  background: var(--mint);
  border: 1px solid var(--line);
  margin-bottom: 12px;
}

.referral-login-prompt b { display: block; font-size: 13px; color: var(--ink); }
.referral-login-prompt p { margin: 4px 0 0; font-size: 12px; color: var(--muted); }

/* ── Share row as links ───────────────────────────── */
.share-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}

.share-row a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid var(--line);
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  background: var(--white);
  transition: background .15s ease, border-color .15s ease, color .15s ease;
}

.share-row a:hover { background: var(--mint); border-color: var(--green); color: var(--green); }
.share-row a .fa-whatsapp { color: #25d366; }

.share-row a .fa-facebook-f { color: #1877f2; }
.share-row a .fa-x-twitter { color: #000; }
.share-row a .fa-telegram { color: #229ed9; }

/* ── Contact brand stats ──────────────────────────── */
.contact-brand-logo {
  filter: brightness(0) invert(1);
}

.contact-brand-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.2);
}

.contact-brand-stats div {
  text-align: center;
}

.contact-brand-stats b {
  display: block;
  font-size: 22px;
  font-weight: 950;
  color: var(--gold);
  line-height: 1;
}

.contact-brand-stats span {
  font-size: 11px;
  color: rgba(255,255,255,.72);
  line-height: 1.3;
}

/* ── Product detail page ──────────────────────────── */
.products-hero-compact,
.products-hero-compact .products-hero-inner {
  min-height: 130px;
}

.product-detail-layout {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 48px;
  align-items: start;
}

.product-detail-image-wrap {
  position: sticky;
  top: 90px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: var(--mint-2);
  overflow: hidden;
  padding: 32px;
  display: grid;
  place-items: center;
  min-height: 320px;
}

.product-detail-image-wrap img {
  max-height: 320px;
  width: auto;
  object-fit: contain;
  transition: transform .3s ease;
}

.product-detail-image-wrap:hover img {
  transform: scale(1.04);
}

.product-detail-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.product-detail-badges span {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-size: 12px;
  font-weight: 700;
  color: var(--green);
  background: var(--mint);
}

.product-detail-name {
  font-size: clamp(24px, 3vw, 34px);
  margin: 8px 0 16px;
  color: var(--deep);
  line-height: 1.15;
}

.product-detail-price-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
}

.product-detail-price {
  font-size: 30px;
  font-weight: 950;
  color: var(--orange);
}

.product-detail-stock {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 999px;
}

.product-detail-stock.in-stock {
  color: var(--green-2);
  background: #eaf6ef;
}

.product-detail-stock.in-stock i { color: var(--green-2); }

.product-detail-desc {
  color: var(--muted);
  line-height: 1.72;
  margin-bottom: 22px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 22px;
}

.product-detail-benefits {
  margin-bottom: 24px;
}

.product-detail-benefits h3 {
  font-size: 15px;
  margin-bottom: 12px;
  color: var(--ink);
}

.product-detail-actions {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}

.product-detail-meta {
  display: grid;
  gap: 10px;
  padding: 18px;
  border-radius: 12px;
  background: var(--mint-2);
  border: 1px solid var(--line);
}

.product-detail-meta div {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--muted);
}

.product-detail-meta i {
  width: 18px;
  color: var(--green);
  text-align: center;
}

/* ── 404 error page ───────────────────────────────── */
.error-page {
  min-height: calc(100vh - 200px);
  display: grid;
  place-items: center;
  padding: 60px 0;
}

.error-layout {
  display: grid;
  grid-template-columns: 1fr .7fr;
  gap: 48px;
  align-items: center;
}

.error-code {
  display: block;
  font-size: clamp(80px, 14vw, 160px);
  font-weight: 950;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 3px var(--line);
  margin-bottom: 8px;
}

.error-copy h1 {
  font-size: clamp(28px, 4vw, 42px);
  margin-bottom: 14px;
  color: var(--deep);
}

.error-copy > p {
  max-width: 480px;
  color: var(--muted);
  line-height: 1.68;
  margin-bottom: 28px;
}

.error-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.error-links {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 13px;
  color: var(--muted);
}

.error-links a {
  color: var(--green-2);
  font-weight: 700;
}

.error-links a:hover { text-decoration: underline; }

.error-visual {
  display: grid;
  place-items: center;
}

.error-icon-wrap {
  text-align: center;
}

.error-icon-wrap p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 15px;
}

.round-icon.error-icon {
  width: 110px;
  height: 110px;
  font-size: 46px;
  background: #fff4ef;
  color: var(--orange);
  border: 2px solid rgba(255,122,0,.2);
}

.site-footer {
  color: rgba(255,255,255,.8);
  background: var(--deep);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(4, 1fr) 1.45fr;
  gap: 26px;
  padding: 34px 0 24px;
}

.footer-logo {
  width: 188px;
  height: 58px;
  object-fit: contain;
  margin-bottom: 14px;
}

.site-footer h3 {
  margin-bottom: 12px;
  color: var(--white);
}

.site-footer p,
.site-footer a,
.site-footer span {
  display: block;
  margin-bottom: 9px;
  color: rgba(255,255,255,.75);
  font-size: 13px;
  line-height: 1.5;
}

.site-footer a:hover { color: var(--gold); }

.social-row {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.social-row a {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.24);
  font-size: 12px;
  background: rgba(255,255,255,.04);
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}

.social-row a:hover {
  transform: translateY(-1px);
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.45);
}

.newsletter-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.newsletter-form input {
  min-height: 42px;
  min-width: 0;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  color: var(--white);
  background: rgba(255,255,255,.06);
}

.newsletter-form button {
  background: var(--orange);
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
}

.footer-bottom a {
  display: inline;
  margin-left: 18px;
}

@media (max-width: 1120px) {
  .top-links { display: none; }
  .top-promise { justify-content: center; }
}

@media (max-width: 1180px) {
  .main-nav { gap: 10px; font-size: 11.5px; }
  .brand img { width: 162px; }
  .hero-home h1 { font-size: 44px; }
  .hero-home .hero-grid { min-height: 334px; }
  .catalog-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .product-grid.catalog-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .catalog-layout { grid-template-columns: 210px 1fr; }
  .toolbar-actions { width: min(320px, 100%); grid-template-columns: minmax(0, 1fr) 128px; }
  .testimonial-viewport { width: min(100% - 96px, 960px); }
  .testimonial-card { flex-basis: calc((100% - 24px) / 2); }
  .about-stat-strip article { padding: 0 20px; }
  .values-grid.about-values-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-values-grid .mission-card { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 980px) {
  .top-links,
  .main-nav,
  .header-actions .btn,
  .top-promise {
    display: none;
  }

  .top-strip {
    display: none;
  }

  .menu-btn { display: block; }

  .site-header.is-scrolled {
    box-shadow: 0 6px 18px rgba(0, 53, 30, .05);
  }

  .hero-grid,
  .sub-hero-grid,
  .split-panel,
  .package-layout,
  .referral-layout,
  .contact-layout,
  .contact-layout-v2,
  .product-story-layout,
  .auth-page {
    grid-template-columns: 1fr;
  }

  .hero-grid { min-height: auto; }

  .hero-slide {
    min-height: 430px;
  }

  .hero-slide-bg {
    object-position: 68% center;
  }

  .hero-home .hero-grid {
    min-height: 0;
    padding: 32px 0 56px;
  }

  .hero-home-copy {
    padding-top: 0;
    justify-content: flex-start;
  }

  .hero-slide-shade {
    background:
      linear-gradient(90deg, rgba(0, 35, 20, .97) 0%, rgba(0, 35, 20, .9) 42%, rgba(0, 35, 20, .34) 76%, rgba(0, 35, 20, .12) 100%),
      linear-gradient(180deg, rgba(0, 35, 20, .12) 0%, rgba(0, 35, 20, .12) 58%, rgba(0, 35, 20, .58) 100%);
  }

  .hero-control {
    display: none;
  }

  .hero-home .hero-points {
    width: min(100% - 32px, 1240px);
    gap: 18px;
  }

  .products-hero-banner,
  .products-hero-inner {
    min-height: 132px;
  }

  .products-hero-bg {
    object-position: 72% center;
  }

  .products-hero-copy h1 {
    font-size: 29px;
  }

  .about-hero-banner,
  .about-hero-inner {
    min-height: 420px;
  }

  .about-hero-bg {
    object-position: 66% center;
  }

  .about-hero-shade {
    background:
      linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 48%, rgba(255,255,255,.58) 72%, rgba(255,255,255,.2) 100%),
      linear-gradient(180deg, rgba(255,255,255,.78) 0%, rgba(255,255,255,.46) 100%);
  }

  .product-grid,
  .catalog-grid,
  .package-grid,
  .process-row,
  .values-grid,
  .feature-strip,
  .feature-strip.wide,
  .stat-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-strip,
  .feature-strip.wide {
    grid-auto-flow: column;
    grid-auto-columns: minmax(240px, 1fr);
    grid-template-columns: none;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .feature-strip.wide.product-benefits {
    grid-auto-flow: initial;
    grid-auto-columns: initial;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    gap: 0;
  }

  .stat-strip.about-stat-strip,
  .values-grid.about-values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-stat-strip article:nth-child(2) {
    border-right: 0;
  }

  .about-stat-strip article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .about-values-grid .mission-card {
    grid-column: 1 / -1;
  }

  .catalog-layout {
    grid-template-columns: 1fr;
  }

  .filter-panel {
    position: static;
    max-height: none;
    overflow-y: visible;
  }

  .filter-toggle-btn { display: flex; }

  .filter-panel-body[hidden] { display: none; }

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

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

  .product-support-strip {
    grid-template-columns: 1fr;
  }

  .journey-grid {
    flex-direction: column;
    align-items: center;
  }

  .journey-connector {
    transform: rotate(90deg);
    margin: 8px 0;
  }

  .journey-card {
    text-align: center;
    padding: 40px 20px 56px;
  }

  .journey-row {
    flex-direction: column;
    gap: 8px;
  }

  .journey-mini-btn {
    margin-top: 16px;
  }

  .journey-product {
    display: none;
  }

  .journey-cta {
    grid-template-columns: 58px 1fr;
    text-align: center;
  }

  .journey-cta .btn {
    grid-column: 1 / -1;
  }

  .title-action {
    position: static;
    margin-top: 10px;
  }

  .auth-visual {
    padding: 36px 28px 0;
  }

  .income-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .income-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-detail-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .product-detail-image-wrap {
    position: static;
  }

  .error-layout {
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
  }
}

@media (max-width: 760px) {
  .hero-slide {
    min-height: 0;
  }

  .hero-home .hero-grid {
    min-height: 0;
    padding: 20px 0 48px;
  }

  .hero-home h1 {
    margin-bottom: 10px;
  }

  .hero-home .lead {
    margin-bottom: 12px;
  }

  .hero-home .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
}

@media (max-width: 680px) {
  .wrap { width: min(100% - 28px, 1240px); }
  .brand img { width: 148px; }
  .header-inner { min-height: 66px; }
  .section {
    padding: 34px 0;
  }

  .section.compact {
    padding-bottom: 22px;
  }

  .hero-grid,
  .sub-hero-grid {
    padding: 30px 0 18px;
    gap: 22px;
  }

  h1 { font-size: clamp(30px, 9vw, 38px); }
  .hero-home h1 { font-size: 34px; line-height: 1.05; }
  .lead { font-size: 15px; }

  .hero-home .lead {
    max-width: none;
    font-size: 15px;
  }

  .hero-home .hero-actions .btn {
    min-width: 0;
    width: 100%;
  }

  .hero-home .hero-grid {
    padding: 16px 0 42px;
    align-items: flex-start;
  }

  .hero-home-copy {
    max-width: none;
    width: 100%;
  }

  .hero-slide-bg {
    object-position: 76% center;
    transform: scale(1.05);
    transform-origin: right center;
  }

  .hero-slide-shade {
    background:
      linear-gradient(180deg, rgba(0, 35, 20, .96) 0%, rgba(0, 35, 20, .9) 38%, rgba(0, 35, 20, .46) 68%, rgba(0, 35, 20, .72) 100%),
      linear-gradient(90deg, rgba(0, 35, 20, .92) 0%, rgba(0, 35, 20, .74) 48%, rgba(0, 35, 20, .18) 100%);
  }

  .hero-home .hero-points {
    display: none !important;
  }

  .hero-carousel-dots {
    right: 50%;
    bottom: 8px;
    transform: translateX(50%);
  }

  .products-hero-banner,
  .products-hero-inner {
    min-height: 170px;
  }

  .products-hero-inner {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 12px;
    padding: 18px 0;
  }

  .products-hero-bg {
    object-position: 78% center;
    transform: scale(1.08);
    transform-origin: right center;
  }

  .products-hero-shade {
    background:
      linear-gradient(90deg, rgba(0, 45, 25, .98) 0%, rgba(0, 45, 25, .9) 54%, rgba(0, 45, 25, .42) 100%),
      linear-gradient(180deg, rgba(0, 45, 25, .16) 0%, rgba(0, 45, 25, .62) 100%);
  }

  .products-hero-copy h1 {
    max-width: 280px;
    font-size: 30px;
  }

  .products-hero-copy p {
    max-width: 290px;
    font-size: 14px;
  }

  .products-breadcrumb {
    align-self: start;
    padding-bottom: 0;
    font-size: 12px;
  }

  .about-hero-banner,
  .about-hero-inner {
    min-height: auto;
  }

  .about-hero-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 26px 0 18px;
  }

  .about-hero-bg {
    object-position: 88% center;
    transform: scale(1.12);
    transform-origin: right center;
  }

  .about-hero-shade {
    background:
      linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 34%, rgba(255,255,255,.64) 68%, rgba(255,255,255,.22) 100%),
      linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.82) 58%, rgba(255,255,255,.26) 100%);
  }

  .about-hero-copy {
    width: min(100%, 360px);
    padding: 24px 0 0;
  }

  .about-hero-copy h1 {
    font-size: 31px;
    line-height: 1.1;
  }

  .about-hero-copy p {
    font-size: 14px;
    line-height: 1.55;
  }

  .about-hero-copy .btn {
    width: 100%;
  }

  .about-hero-banner .hero-points {
    display: none !important;
  }

  .hero-points.inline {
    display: none !important;
  }

  .eyebrow {
    font-size: 11px;
    letter-spacing: .02em;
  }

  .table-card {
    padding: 14px;
  }

  .table-card table {
    min-width: 560px;
  }

  .story-card,
  .facts-card {
    padding: 20px;
  }

  .product-benefit-card {
    padding: 16px;
  }

  .facts-item {
    align-items: flex-start;
    flex-direction: column;
  }

  th,
  td {
    padding: 11px 10px;
    font-size: 13px;
  }

  .main-nav a {
    padding: 18px 0;
  }

  .product-lineup,
  .sub-hero-products,
  .product-showcase,
  .auth-products {
    overflow: hidden;
  }

  .product-lineup img,
  .sub-hero-products img,
  .product-showcase img,
  .auth-products img {
    max-height: 120px;
  }

  .hero-home .product-lineup .hero-product-box { max-height: 96px; }
  .hero-home .product-lineup .hero-product-tall { max-height: 142px; }
  .hero-home .product-lineup .hero-product-bottle { max-height: 124px; }
  .hero-home .product-lineup .hero-product-pouch { max-height: 112px; }
  .hero-home .product-lineup .hero-product-coffee { max-height: 104px; }

  .product-grid,
  .catalog-grid,
  .package-grid,
  .process-row,
  .values-grid,
  .feature-strip,
  .feature-strip.wide,
  .stat-strip,
  .contact-grid,
  .form-grid,
  .stats,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .feature-strip,
  .feature-strip.wide {
    grid-auto-flow: column;
    grid-auto-columns: minmax(220px, 82vw);
    grid-template-columns: none;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .feature-strip.wide.product-benefits {
    grid-auto-columns: minmax(220px, 82vw);
  }

  .stat-strip.about-stat-strip,
  .values-grid.about-values-grid {
    grid-template-columns: 1fr;
  }

  .products-catalog-section {
    padding-top: 18px;
  }

  .catalog-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .toolbar-actions {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .product-grid.catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .catalog-grid .product-card {
    padding: 10px;
  }

  .catalog-grid .product-media {
    height: 118px;
  }

  .catalog-grid .product-media img {
    max-height: 104px;
  }

  .catalog-grid .product-card h3 {
    min-height: 32px;
    font-size: 12px;
  }

  .product-benefit-grid {
    grid-template-columns: 1fr;
  }

  .getting-started,
  .community-voices {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .journey-card,
  .testimonial-card {
    padding: 20px;
  }

  .journey-card {
    padding: 40px 20px 56px;
    text-align: center;
  }

  .journey-row {
    flex-direction: column;
    gap: 8px;
  }

  .step-tags {
    justify-content: center;
  }

  .journey-grid h3 {
    font-size: 18px;
  }

  .journey-cta {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 18px;
  }

  .journey-cta .btn {
    width: 100%;
  }

  .testimonial-viewport {
    width: calc(100% - 24px);
  }

  .testimonial-card {
    flex-basis: 100%;
    min-height: auto;
  }

  .testimonial-arrow {
    top: auto;
    bottom: -8px;
    width: 44px;
    height: 44px;
    transform: none;
  }

  .testimonial-prev {
    left: 22px;
  }

  .testimonial-next {
    right: 22px;
  }

  .testimonial-dots {
    margin-top: 22px;
  }

  .stat-strip.about-stat-strip {
    padding: 8px 0;
  }

  .about-stat-strip article {
    justify-content: flex-start;
    min-height: auto;
    padding: 16px 4px;
    text-align: left;
    border-right: 0;
  }

  .about-stat-strip article:nth-child(-n + 2),
  .about-stat-strip article:not(:last-child) {
    border-bottom: 1px solid var(--line);
  }

  .about-stat-strip p {
    max-width: none;
  }

  .about-values-grid article:not(.mission-card),
  .about-values-grid .mission-card {
    grid-column: auto;
    grid-template-columns: 56px 1fr;
    padding: 16px;
    text-align: left;
  }

  .about-values-grid .mission-card {
    padding: 18px;
  }

  .about-values-grid .mission-card p {
    grid-column: 2;
  }

  .feature-strip article,
  .stat-strip article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .feature-strip.wide.product-benefits article {
    min-height: 0;
    padding: 16px 14px;
    gap: 10px;
  }

  .feature-strip.wide.product-benefits .round-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    font-size: 13px;
  }

  .feature-strip.wide.product-benefits h3 {
    font-size: 13px;
  }

  .feature-strip.wide.product-benefits p {
    font-size: 12px;
    line-height: 1.35;
  }

  .feature-strip article:last-child,
  .stat-strip article:last-child {
    border-bottom: 0;
  }

  .catalog-toolbar,
  .footer-bottom-inner,
  .auth-row {
    align-items: stretch;
    flex-direction: column;
  }

  .site-footer h3,
  .site-footer p,
  .site-footer a,
  .site-footer span {
    text-align: center;
  }

  .footer-grid > div {
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.1);
  }

  .footer-grid > div:first-child {
    border-top: none;
    padding-top: 0;
  }

  .footer-grid > div:first-child {
    text-align: center;
  }

  .footer-grid {
    justify-items: center;
  }

  .footer-logo {
    margin: 0 auto 14px;
  }

  .social-row {
    justify-content: center;
  }

  .newsletter-form {
    width: min(100%, 300px);
    margin: 0 auto;
  }

  .footer-bottom-inner {
    gap: 8px;
    text-align: center;
  }

  .footer-bottom-inner span {
    width: 100%;
  }

  .auth-form-wrap {
    padding: 22px 14px;
  }

  .auth-card {
    padding: 20px;
  }

  .newsletter-form,
  .copy-line {
    grid-template-columns: 1fr;
  }

  .income-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .income-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-detail-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .product-detail-image-wrap {
    position: static;
    min-height: 220px;
    padding: 20px;
  }

  .product-detail-image-wrap img {
    max-height: 220px;
  }

  .error-layout {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }

  .error-actions {
    justify-content: center;
  }

  .error-links {
    justify-content: center;
  }

  .error-visual {
    display: none;
  }

  .contact-brand-stats {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Journey card accent colors */
.journey-card-account { border-top: 3px solid var(--green); }
.journey-card-account .step-badge { background: radial-gradient(circle at 34% 24%, #3d9c3d, #0a6b1a); }
.journey-card-account .round-icon { background: #e8f5e9; border-color: #a5d6a7; color: #2e7d32; }

.journey-card-share { border-top: 3px solid var(--gold); }
.journey-card-share .step-badge { background: radial-gradient(circle at 34% 24%, #d4a853, #b8860b); }
.journey-card-share .round-icon { background: #fff8e1; border-color: #ffe082; color: #f9a825; }

.journey-card-grow { border-top: 3px solid var(--deep); }
.journey-card-grow .step-badge { background: radial-gradient(circle at 34% 24%, #1a6b4a, #0d3d2a); }
.journey-card-grow .round-icon { background: #e0f2f1; border-color: #80cbc4; color: #00695c; }

/* Modern auth portal */
.auth-page-modern {
  display: grid;
  grid-template-columns: minmax(420px, 48vw) minmax(0, 1fr);
  min-height: calc(100vh - 124px);
  background:
    linear-gradient(180deg, rgba(248,251,248,.94), rgba(255,255,255,1)),
    #fff;
}

.auth-page-modern .auth-visual {
  min-height: 680px;
  padding: 56px;
  align-items: stretch;
  justify-content: flex-start;
  background: #003f25;
  isolation: isolate;
}

.auth-visual-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -2;
}

.auth-visual-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,51,28,.96) 0%, rgba(0,51,28,.86) 42%, rgba(0,51,28,.42) 100%),
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.34));
  z-index: -1;
}

.auth-page-modern .av-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 500px;
  min-height: 100%;
}

.auth-brand-mark {
  width: 174px;
  height: auto;
  margin-bottom: 34px;
  filter: brightness(0) invert(1);
}

.auth-kicker {
  display: inline-flex;
  width: max-content;
  margin-bottom: 12px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.auth-page-modern .av-inner h1 {
  max-width: 460px;
  margin-bottom: 14px;
  color: #fff;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 950;
  line-height: 1.08;
}

.auth-page-modern .av-inner h1 span {
  color: var(--orange);
}

.auth-page-modern .av-head p {
  max-width: 430px;
  color: rgba(255,255,255,.86);
  font-size: 15px;
  line-height: 1.7;
}

.auth-page-modern .av-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 42px;
}

.auth-page-modern .av-feature {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(10px);
}

.auth-page-modern .av-feature-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.auth-page-modern .av-icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: rgba(255,255,255,.16);
  color: #fff;
}

.auth-page-modern .av-feature b {
  display: block;
  font-size: 14px;
  line-height: 1.2;
}

.auth-page-modern .av-feature span {
  display: block;
  font-size: 12px;
  line-height: 1.45;
}

.auth-page-modern .auth-form-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 52px min(5vw, 72px);
}

.auth-card-modern {
  width: min(100%, 620px);
  padding: 0;
  gap: 16px;
  border: 0;
  box-shadow: none;
}

.auth-card-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 4px;
}

.auth-card-head h2 {
  margin: 0 0 4px;
  color: var(--deep);
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 950;
  line-height: 1.14;
  text-align: left;
}

.auth-card-head p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  text-align: left;
}

.auth-lock-icon {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 8px;
  background: var(--mint);
  color: var(--green);
}

.auth-security-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid #d9eadf;
  border-radius: 8px;
  background: #f3fbf5;
  color: #255b3d;
  font-size: 12px;
  line-height: 1.5;
}

.auth-security-note i {
  margin-top: 2px;
  color: var(--green);
}

.auth-card-modern .form-grid {
  gap: 14px;
}

.auth-card-modern label {
  gap: 7px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: none;
}

.auth-card-modern label span {
  color: var(--muted);
  font-weight: 700;
}

.auth-card-modern .input {
  min-height: 48px;
  border-radius: 8px;
  background: #fbfdfb;
  border: 1px solid #dfe8e2;
  color: var(--ink);
  font-size: 14px;
}

.auth-card-modern .input:focus {
  background: #fff;
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(0,66,37,.1);
}

.pw-label {
  display: flex;
  flex-direction: column;
  overflow: visible !important;
}

.password-field-wrap {
  position: relative;
  display: block;
  width: 100%;
}

.password-field-wrap .input {
  padding-right: 48px !important;
}

.password-toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  padding: 0;
  z-index: 3;
}

.auth-card-modern .password-toggle {
  right: 12px;
  width: 30px;
  height: 30px;
  border-radius: 8px;
}

.auth-card-modern .password-toggle:hover,
.auth-card-modern .password-toggle[aria-pressed="true"] {
  background: var(--mint);
  color: var(--green);
}

.auth-card-modern .check-field {
  align-items: flex-start;
  font-size: 13px;
  line-height: 1.5;
}

.auth-card-modern .check-field input {
  width: 17px;
  height: 17px;
  margin-top: 2px;
  accent-color: var(--green);
}

.auth-card-modern .check-field a,
.auth-card-modern .auth-row a,
.auth-card-modern .auth-switch a {
  color: var(--green);
  font-weight: 850;
  text-decoration: none;
}

.auth-card-modern .check-field a:hover,
.auth-card-modern .auth-row a:hover,
.auth-card-modern .auth-switch a:hover {
  color: var(--orange);
}

.auth-card-modern .btn.full {
  min-height: 50px;
  border-radius: 8px;
}

.auth-card-modern .btn.orange {
  transition: background-color .15s ease;
}

.auth-card-modern .btn.orange:hover,
.auth-card-modern .btn.orange:focus-visible {
  background: var(--green);
}

.auth-card-modern .btn.full:disabled {
  cursor: progress;
  opacity: .72;
}

.auth-trust-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.auth-trust-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex: 1 1 0;
  min-width: 0;
  min-height: 36px;
  padding: 8px 8px;
  border-radius: 8px;
  background: #f7faf7;
  color: #365544;
  font-size: clamp(10px, 2.6vw, 12px);
  font-weight: 800;
  white-space: nowrap;
  text-align: center;
}

.auth-trust-row i {
  color: var(--green);
  flex-shrink: 0;
  font-size: 1.05em;
}

.password-meter {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-top: -6px;
}

.password-meter span {
  height: 5px;
  border-radius: 999px;
  background: #e5ece8;
}

.password-meter span.is-active {
  background: var(--orange);
}

.password-meter[data-strength="3"] span.is-active {
  background: var(--green);
}

@media (max-width: 980px) {
  .auth-page-modern {
    grid-template-columns: 1fr;
    min-height: unset;
  }

  .auth-page-modern .auth-visual {
    min-height: 440px;
    padding: 40px 24px;
  }

  .auth-page-modern .av-inner {
    min-height: unset;
  }

  .auth-page-modern .av-inner h1 {
    font-size: clamp(28px, 7vw, 42px);
  }

  .auth-page-modern .av-features {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 28px;
  }

  .auth-page-modern .av-feature {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .auth-page-modern .auth-form-wrap {
    padding: 34px 20px;
  }
}

@media (max-width: 680px) {
  .auth-page-modern .auth-visual {
    min-height: 390px;
    padding: 32px 18px;
  }

  .auth-brand-mark {
    width: 142px;
    margin-bottom: 24px;
  }

  .auth-page-modern .av-features,
  .auth-card-modern .form-grid {
    grid-template-columns: 1fr;
  }

  .auth-trust-row span {
    flex: 1 1 calc(33.333% - 6px);
    min-width: 92px;
  }

  .auth-card-head {
    align-items: flex-start;
  }

  .auth-lock-icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }
}

/* Mobile auth app shell (login + register) — mobile-first */
.auth-mobile-hero {
  display: none;
}

body.auth-mobile-app-page .auth-page-modern .auth-visual,
body.auth-mobile-app-page .auth-visual-desktop,
body.auth-mobile-app-page .auth-desktop-visual {
  display: none !important;
}

@media (min-width: 761px) {
  body.auth-mobile-app-page .auth-page-modern .auth-visual,
  body.auth-mobile-app-page .auth-visual-desktop,
  body.auth-mobile-app-page .auth-desktop-visual {
    display: block !important;
  }
}

@media (max-width: 760px) {
  html:has(body.auth-mobile-app-page) {
    height: 100%;
    height: 100dvh;
    height: -webkit-fill-available;
    overflow: hidden;
    background: var(--panel, #fff);
  }

  body.auth-mobile-app-page {
    display: flex;
    flex-direction: column;
    background: var(--soft, #f6fbf8);
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
  }

  body.auth-mobile-app-page .site-chrome,
  body.auth-mobile-app-page .site-footer,
  body.auth-mobile-app-page .mobile-nav {
    display: none !important;
  }

  body.auth-mobile-app-page #app-main.page-main {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 0;
    height: 100%;
    padding: 0;
    overflow: hidden;
  }

  body.auth-mobile-app-page .auth-page-modern {
    display: flex;
    flex: 1;
    flex-direction: column;
    grid-template-columns: unset;
    min-height: 0;
    height: 100%;
    max-height: 100%;
    margin: 0;
    overflow: hidden;
    background: var(--soft, #f6fbf8);
  }

  body.auth-mobile-app-page .auth-mobile-hero {
    display: block;
    flex: 0 0 auto;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    margin: 0 0 12px;
    padding: calc(14px + env(safe-area-inset-top, 0px)) 18px 20px;
    border-radius: 0 0 24px 24px;
    color: #fff;
    background: var(--mobile-hero-gradient);
    box-shadow: var(--mobile-hero-shadow);
  }

  body.auth-mobile-app-page .auth-mobile-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 85% 10%, rgba(255,255,255,.16), transparent 42%);
  }

  body.auth-mobile-app-page .auth-mobile-hero-top {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
  }

  body.auth-mobile-app-page .auth-mobile-greeting {
    display: grid;
    gap: 4px;
  }

  body.auth-mobile-app-page .auth-mobile-hero-badge {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    opacity: .85;
    text-transform: uppercase;
  }

  body.auth-mobile-app-page .auth-mobile-hero-name {
    position: relative;
    margin: 0;
    color: #fff;
    font-family: Manrope, Inter, sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.15;
  }

  body.auth-mobile-app-page .auth-mobile-hero-meta {
    position: relative;
    margin: 0;
    font-size: 12px;
    line-height: 1.45;
    opacity: .88;
  }

  body.auth-mobile-app-page .auth-page-modern .auth-form-wrap {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    min-height: 0;
    height: 0;
    margin-top: 0;
    padding: 8px 14px 16px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    touch-action: pan-y;
    justify-content: flex-start;
  }

  body.auth-mobile-app-page .auth-page-modern .auth-form-wrap .auth-card-modern {
    flex: 0 0 auto;
    min-height: 0;
    box-sizing: border-box;
  }

  body.auth-mobile-app-page .auth-page-modern .auth-form-wrap .auth-scroll-spacer {
    flex: 0 0 auto;
    width: 100%;
    height: 1px;
    pointer-events: none;
  }

  body.auth-mobile-app-page .auth-card-modern {
    width: 100%;
    max-width: none;
    padding: 22px 18px 20px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 10px 36px rgba(0, 53, 30, .1);
    gap: 14px;
    align-content: start;
    flex: 0 0 auto;
  }

  body.auth-mobile-app-page .auth-card-head {
    gap: 12px;
    margin-bottom: 0;
  }

  body.auth-mobile-app-page .auth-lock-icon {
    display: none;
  }

  body.auth-mobile-app-page .auth-card-head h2 {
    font-size: 20px;
    line-height: 1.2;
  }

  body.auth-mobile-app-page .auth-card-head p {
    font-size: 13px;
    line-height: 1.45;
  }

  body.auth-mobile-app-page .auth-security-note {
    display: none;
  }

  body.auth-mobile-app-page .auth-card-modern label {
    font-size: 12px;
  }

  body.auth-mobile-app-page .auth-card-modern .input {
    min-height: 52px;
    border-radius: 12px;
    font-size: 16px;
  }

  body.auth-mobile-app-page .auth-card-modern .password-toggle {
    width: 36px;
    height: 36px;
    right: 10px;
  }

  body.auth-mobile-app-page .auth-card-modern .check-field {
    min-height: 44px;
    align-items: center;
  }

  body.auth-mobile-app-page .auth-card-modern .check-field input {
    width: 20px;
    height: 20px;
    margin-top: 0;
  }

  body.auth-mobile-app-page .auth-card-modern .btn.full {
    min-height: 52px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 800;
  }

  body.auth-mobile-app-page .auth-row {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    min-height: 44px;
  }

  body.auth-mobile-app-page .auth-row a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  body.auth-mobile-app-page .auth-page-modern.is-login .auth-trust-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 100%;
    margin-top: 0;
  }

  body.auth-mobile-app-page .auth-page-modern.is-login .auth-trust-row span {
    flex: 1 1 0;
    min-width: 0;
    min-height: 36px;
    padding: 8px 4px;
    font-size: clamp(9px, 2.4vw, 11px);
  }

  body.auth-mobile-app-page .auth-page-modern.is-login .auth-card-head {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  body.auth-mobile-app-page .auth-page-modern.is-login .auth-card-head h2,
  body.auth-mobile-app-page .auth-page-modern.is-login .auth-card-head p {
    text-align: left;
  }

  body.auth-mobile-app-page .auth-page-modern.is-login .auth-card-modern > label,
  body.auth-mobile-app-page .auth-page-modern.is-login .auth-card-modern > label.pw-label {
    text-align: left;
  }

  body.auth-mobile-app-page .auth-page-modern.is-login .auth-switch {
    text-align: center;
  }

  body.auth-mobile-app-page .auth-trust-row {
    gap: 8px;
    margin-top: 2px;
  }

  body.auth-mobile-app-page .auth-trust-row span {
    flex: 1 1 0;
    min-height: 40px;
    padding: 8px 6px;
    border-radius: 10px;
    background: #f3f8f5;
    font-size: 10px;
  }

  body.auth-mobile-app-page .auth-switch {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
  }

  body.auth-mobile-app-page .auth-switch a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  body.auth-mobile-app-page .auth-group-label {
    margin: 2px 0 0;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--muted);
  }

  body.auth-mobile-app-page .auth-mobile-bottom-nav.mobile-bottom-nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
    flex-shrink: 0;
    width: 100%;
    z-index: 50;
    margin: 0;
    background: var(--panel, var(--white));
    border-top: 1px solid var(--line);
    min-height: calc(56px + constant(safe-area-inset-bottom));
    min-height: calc(56px + env(safe-area-inset-bottom, 0px));
    align-content: end;
    align-items: end;
    padding-top: 8px;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: calc(8px + constant(safe-area-inset-bottom));
    padding-bottom: calc(8px + env(safe-area-inset-bottom, 0px));
    box-sizing: border-box;
  }

  body.auth-mobile-app-page .auth-mobile-bottom-nav.mobile-bottom-nav a {
    display: grid;
    gap: 3px;
    align-items: center;
    justify-items: center;
    align-self: end;
    padding: 6px 4px 2px;
    font-size: 10px;
    font-weight: 600;
    color: var(--muted);
    text-decoration: none;
    border-radius: 8px;
    transition: color .15s;
  }

  body.auth-mobile-app-page .auth-mobile-bottom-nav.mobile-bottom-nav a:hover,
  body.auth-mobile-app-page .auth-mobile-bottom-nav.mobile-bottom-nav a.active {
    color: var(--green);
  }

  body.auth-mobile-app-page .auth-mobile-bottom-nav.mobile-bottom-nav i {
    font-size: 18px;
    display: block;
  }

}

.auth-mobile-bottom-nav.mobile-bottom-nav {
  display: none;
}

@media (max-width: 760px) and (display-mode: standalone) {
  body.auth-mobile-app-page .auth-mobile-hero {
    padding-top: calc(14px + env(safe-area-inset-top, 0px));
  }
}

@supports (-webkit-touch-callout: none) {
  @media (max-width: 760px) {
    html:has(body.auth-mobile-app-page) {
      height: 100%;
      height: -webkit-fill-available;
      max-height: -webkit-fill-available;
    }
    body.auth-mobile-app-page {
      height: 100%;
      height: -webkit-fill-available;
      max-height: -webkit-fill-available;
      overflow: hidden;
    }
  }
}

.cart-link {
  position: relative;
}

.cart-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 18px;
  text-align: center;
}
