:root {
  --tg-green: #20b46b;
  --tg-greenDark: #12935b;
  --tg-ink: #0f172a;
  --tg-muted: rgba(15, 23, 42, 0.7);
  --tg-soft: #f4faf7;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  background: #ffffff;
  color: var(--tg-ink);
  font-family: "Gabarito", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  overflow-x: hidden;
}

.tg-page {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  padding-bottom: 28px;
  text-align: center;
  overflow-x: visible;
  overflow-y: visible;
}

.tg-brand {
  padding: 70px 18px 6px;
  font-weight: 800;
  color: #2aa868;
  font-size: 40px;
}

.tg-heroMedia {
  height: 370px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}

.tg-heroBanner {
  background: #1fb26f;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  padding: 10px 16px;
  line-height: 1.15;
  font-size: 25px;
}

.tg-taglineImg {
  width: 100%;
  height: 154px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.tg-section {
  padding: 18px 30px 8px;
}

.tg-soft {
  background: var(--tg-soft);
  border-radius: 16px;
  margin: 10px 14px;
  padding: 18px 18px 10px;
}

.tg-h2 {
  font-size: 25px;
  font-weight: 600;
  margin: 20px 0 20px;
}

.tg-magicalGradient {
  background: linear-gradient(90deg, #EF7FED 0%, #4F5FB9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 800;
}

.tg-p {
  margin: 14px 0 25px;
  color: var(--tg-muted);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 400;
}

.tg-tight {
  margin-bottom: 12px;
}

.tg-spriteWrap {
  border-radius: 14px;
  overflow: hidden;
  background: #eef3f0;
}

.tg-sprite {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--sprite-pos-x, 50%) var(--sprite-pos-y, 0%);
  display: block;
  transform: scale(1.02);
}

.tg-phoneMedia {
  height: 400px;
  border-radius: 20px;
  margin: 6px auto 6px;
  max-width: 350px;
}

.tg-foodRow {
  margin-top: 8px;
}

.tg-foodCard {
  background: #ffffff;
  border-radius: 16px;
  padding: 12px 10px 10px;
  box-shadow: 0 6px 16px rgba(16, 185, 129, 0.12);
  text-align: center;
  
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.tg-foodMedia {
  height: 330px;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.1);
}

.tg-plantSwiper .swiper-slide {
  display: flex;
  justify-content: center;
}

.tg-plantSwiper .swiper-pagination-bullet {
  background: rgba(15, 23, 42, 0.35);
  opacity: 1;
}

.tg-plantSwiper .swiper-pagination-bullet-active {
  background: #20b46b;
}

.tg-plantSwiper .swiper-pagination {
  display: none;
}

.tg-plantSwiper {
  /* Extend to the section edges (tg-section has 18px horizontal padding) */
  width: calc(100% + 36px);
  margin: 0 -18px;
  padding: 4px 0 10px;
  overflow: hidden;
}

.tg-plantSwiper .swiper-slide {
  width: 284px;
}

.tg-plantSwiper .tg-foodCard {
  background: transparent;
  box-shadow: none;
  border-radius: 34px;
  padding: 0;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tg-plantSwiper .tg-foodMedia {
  width: 100%;
  height: 285px;
  background: #ffffff;
  border-radius: 34px;
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 14px;
}

.tg-plantSwiper .tg-sprite {
  object-fit: contain;
  transform: none;
}

.tg-plantSwiper .tg-foodLabel {
  font-size: 18px;
  color: #0f172a;
  font-weight: 600;
  margin: 0;
  line-height: 1.1;
}

.tg-plantSwiper .swiper-pagination {
  margin-top: 2px;
}

.tg-h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  color: #0f766e;
  line-height: 1.1;
  text-transform: uppercase;
  text-decoration: underline;
}

.tg-foodLabel {
  font-size: 12px;
  font-weight: 800;
  color: #0f766e;
}

.tg-everythingFrontImg {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 18px;
  border-radius: 14px;
}

.tg-list {
  padding-left: 22px;
  margin: 0;
  color: var(--tg-muted);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  list-style-position: outside;
  text-align: left;
}

.tg-list li {
  margin: 0;
  padding: 0;
}

.tg-age {
  display: flex;
  justify-content: center;
  margin: 6px 0 6px;
}

.tg-ageNum {
  font-weight: 1000;
  font-size: 62px;
  letter-spacing: -0.04em;
}

.tg-muted {
  color: rgba(15, 23, 42, 0.65);
  font-size: 20px;
  font-family: "Gaegu", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.tg-ctaWrap {
  padding: 20px 35px 35px;
  border-radius: 30px;
  margin: 20px;
  box-shadow: 4px 0px 30px rgba(0, 0, 0, 0.2);
}

.tg-ctaWrap .tg-h2 {
  margin-bottom: 12px;
}

.tg-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 14px;
}

.tg-input {
  border-radius: 14px;
  border: 1px solid rgba(19, 147, 91, 0.35);
  padding: 12px 14px;
  font-weight: 400;
  text-align: left;
}

.tg-submit {
  background: var(--tg-green) !important;
  border-color: var(--tg-green) !important;
  color: #fff !important;
  font-weight: 600;
  border-radius: 14px;
  font-size: 20px;
  padding: 12px 16px;
}

.tg-submit:active {
  background: var(--tg-greenDark) !important;
  border-color: var(--tg-greenDark) !important;
}

.tg-success {
  background: #eafff4;
  border: 1px solid rgba(16, 185, 129, 0.35);
  color: #0b6b44;
  border-radius: 14px;
  padding: 10px 12px;
  margin-top: 10px;
  font-size: 13px;
}

.tg-footer {
  padding: 14px 18px 26px;
}

.tg-footerInner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.tg-footerCopy {
  font-size: 14px;
  font-weight: 700;
  color: rgba(15, 23, 42, 0.65);
}

.tg-footerEmail {
  font-size: 16px;
  font-weight: 900;
  color: #20b46b;
  text-decoration: none;
}

.tg-footerEmail:hover {
  text-decoration: underline;
}

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

.tg-ageText{
  padding: 0 20px;
}

.tg-launchText {
  font-size:20px;
}

/* Variant B hero: header image + logo + pill overlay + text tagline */
.tg-heroB {
  text-align: center;
}

.tg-heroB-visual {
  position: relative;
  border-radius: 0 0 32px 32px;

  overflow: hidden;
  background: #dfe8e4;
}

.tg-heroB-visual-b {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.tg-heroB-photo {
  display: block;
  width: 100%;
  height: auto;
  min-height: 300px;
  max-height: 450px;
  object-fit: cover;
  object-position: center 42%;
}

.tg-heroB-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 22px 18px 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(15, 23, 42, 0.28) 0%,
    rgba(15, 23, 42, 0.06) 38%,
    transparent 58%
  );
}

.tg-heroB-overlay-b {
  background: linear-gradient(180deg, #b1e4c6ba 0%, rgba(15, 23, 42, 0.06) 28%, transparent 58%);
}

.tg-heroB-logo {
  margin: 20px 0 0;
  font-weight: 600;
  font-size: clamp(40px, 9vw, 40px);
  letter-spacing: -0.02em;
  color: #ffffff;
  text-shadow: 0 2px 40px rgba(0, 0, 0, 0.15), 0 1px 4px rgba(0, 0, 0, 0.15);
  line-height: 1.1;
}

.tg-heroB-pill {
  margin: 10px 0 0;
  display: inline-block;
  padding: 8px 22px;
  border-radius: 999px;
  background: var(--tg-green);
  color: #ffffff;
  font-weight: 800;
  font-size: clamp(19px, 4.2vw, 18px);
  letter-spacing: 0.02em;
  line-height: 1.2;
  box-shadow: 0 4px 14px rgba(18, 147, 91, 0.45);
}

.tg-heroB-tagline {
  background: #ffffff;
  padding: 18px 16px 22px;
}

.tg-heroB-taglineImg {
  display: block;
  width: 80%;
  height: auto;
  max-width: 100%;
  margin: 20px auto;
}

/* Full viewport width below tagline (variant B) */
.tg-heroB-archBleed {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.tg-heroB-archBleed-b {
  margin: 20px 0 !important;
  display: none !important;
}

.tg-heroB-archImg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 460px;
    margin: -30px auto;
}

.tg-section-magical-experience-b {
  margin-top: -40px;
}

.tg-green-txt{
  color: var(--tg-green);
}

.tg-heroB-sunshine {
  margin: 0;
  padding: 12px 0 0;
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background: #ffffff;
}

.tg-heroB-logo-b {
  color: #1FB26F;
  text-shadow: none !important;
}

.tg-heroB-pill-b{
  box-shadow: none !important;
}

.tg-heroB-sunshine-b {
  display: none;
}

.tg-heroB-sunshineImg {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 460px;
}

/* Play & Grow (variant B, below Grow Real Food) */
.tg-playGrowSection {
  padding-bottom: 12px;
}

.tg-playGrow-heading {
  margin: 8px 0 18px;
  font-size: clamp(26px, 7vw, 34px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-align: center;
}

.tg-playGrow-play {
  font-weight: 800;
}

.tg-playGrow-letter {
  font-weight: 800;
}

.tg-playGrow-p {
  color: #e85d3a;
}

.tg-playGrow-l {
  color: #3d5fc9;
}

.tg-playGrow-a {
  color: #e6b319;
}

.tg-playGrow-y {
  color: #8b4fd9;
}

.tg-playGrow-rest {
  color: var(--tg-ink);
  font-weight: 800;
}

.tg-playGrow-tagline {
  margin: 0 auto 22px;
  max-width: 22rem;
  padding: 0 8px;
  
  font-size: clamp(16px, 4.2vw, 18px);
  line-height: 1.4;
  color: var(--tg-ink);
  text-align: center;
}

.tg-playGrow-bleed {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.tg-playGrow-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 480px;
  margin: auto;
}

@media (min-width: 420px) {
  .tg-h2 {
    font-size: 26px;
  }

  .tg-heroMedia {
    height: 400px;
  }

  .tg-heroB-photo {
    max-height: 480px;
  }
}

