/* =========================================================
   TRFIHI Landing Page — lp-* (landing-page) styles
   Design width: 1440px · Font: IBM Plex Sans Arabic
   ========================================================= */

:root {
  --lp-main: #04402b;
  --lp-accent: #60d669;
  --lp-mint: #daf3e2;
  --lp-cream: #fefbf9;
  --lp-text: #0d4d35;
  --lp-gray: #666666;
  --lp-white: #ffffff;
  --lp-black: #000000;
  --lp-secondary: #faf6f2;
  --lp-pad: 72px;
  --lp-max: 1440px;
  --lp-radius-nav: 38px;
  --lp-radius-lg: 32px;
  --lp-radius-md: 24px;
  --lp-radius-sm: 16px;
  --lp-radius-pill: 999px;
  --lp-font: "IBM Plex Sans Arabic", "IBM Plex Sans", sans-serif;
}

/* ---- Page shell ---- */
.lp-page {
  position: relative;
  font-family: var(--lp-font);
  color: var(--lp-text);
  background: var(--lp-cream);
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}

.lp-page *,
.lp-page *::before,
.lp-page *::after {
  box-sizing: border-box;
}

.lp-container {
  width: 100%;
  max-width: var(--lp-max);
  margin-inline: auto;
  padding-inline: var(--lp-pad);
}

.lp-container--narrow {
  max-width: 900px;
}

/* ---- Scalloped edge — Figma ellipse dia ≈ 65.45px ---- */
.lp-grass-edge {
  position: relative;
  z-index: 2;
}

.lp-grass-edge::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -33px;
  height: 66px;
  background: url("../img/landing/scallop-cream.svg") center / 1440px 66px no-repeat;
  pointer-events: none;
  z-index: 3;
}

.lp-grass-edge--top::after {
  top: -33px;
  bottom: auto;
  background-image: url("../img/landing/scallop-cream.svg");
  transform: none;
}

.lp-grass-edge--on-main::after {
  background-image: url("../img/landing/scallop-main.svg");
}

.lp-scallop {
  position: absolute;
  left: 0;
  right: 0;
  height: 66px;
  pointer-events: none;
  z-index: 8;
  overflow: hidden;
  line-height: 0;
}

.lp-scallop img {
  width: 1440px;
  max-width: none;
  height: 66px;
  display: block;
}

.lp-scallop--bottom {
  bottom: -33px;
}

/* ---- Buttons / pills ---- */
.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  border-radius: var(--lp-radius-sm);
  padding: 8px 16px;
  transition: transform 0.2s ease, filter 0.2s ease, background-color 0.2s ease;
  white-space: nowrap;
}

.lp-btn:hover {
  filter: brightness(0.96);
  transform: translateY(-1px);
  text-decoration: none;
}

.lp-btn--accent {
  background: var(--lp-accent);
  color: var(--lp-main);
}

.lp-btn--main {
  background: var(--lp-main);
  color: var(--lp-white);
}

.lp-btn--outline {
  background: transparent;
  color: var(--lp-main);
  border: 1px solid rgba(4, 64, 43, 0.2);
}

.lp-btn--ghost {
  background: rgba(255, 255, 255, 0.12);
  color: var(--lp-white);
}

.lp-btn img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.lp-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: var(--lp-radius-pill);
  background: var(--lp-mint);
  color: var(--lp-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.lp-chip--dark {
  background: var(--lp-black);
  color: var(--lp-white);
}

.lp-chip__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--lp-accent);
  color: var(--lp-main);
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
}

.lp-chip--dark .lp-chip__num {
  background: var(--lp-accent);
  color: var(--lp-main);
}

/* =========================================================
   NAVBAR
   ========================================================= */
.lp-navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: var(--lp-mint);
  border-radius: 0 0 38px 38px;
  height: 96px;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
}

.lp-navbar__inner {
  display: flex;
  align-items: center;
  gap: 86px;
  width: 100%;
  max-width: var(--lp-max);
  margin-inline: auto;
  padding-inline: 72px;
  height: 100%;
  direction: ltr; /* match Figma absolute geometry: logo left, actions right */
}

.lp-navbar__toggle {
  display: none;
}

.lp-navbar__brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}

.lp-navbar__logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  width: 115px;
}

.lp-navbar__logo-trfihi {
  display: block;
  height: 11px;
  width: auto;
  max-width: 49px;
}

.lp-navbar__logo-parks {
  display: block;
  height: 36px;
  width: auto;
  max-width: 115px;
}

.lp-navbar__links {
  display: flex;
  align-items: center;
  gap: 38px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 0 0 641px;
  justify-content: flex-start;
  min-width: 0;
  width: 641px;
  max-width: 641px;
  direction: rtl;
}

.lp-navbar__links a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 8px 6px;
  color: var(--lp-text);
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
}

.lp-navbar__links a:hover {
  color: var(--lp-main);
}

.lp-navbar__links a.is-active {
  color: var(--lp-main);
  font-weight: 400;
}

.lp-navbar__links a.is-active::after {
  content: "";
  display: block;
  width: 49px;
  height: 1px;
  background: #0d4d35;
}

.lp-navbar__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  margin-inline-start: 0;
  width: 368px;
  justify-content: flex-end;
  direction: ltr;
}

.lp-navbar__download {
  background: var(--lp-main);
  color: var(--lp-white);
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 400;
  height: 40px;
}

.lp-navbar__login {
  background: var(--lp-white);
  color: var(--lp-main);
  border: 1px solid #7c807d;
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 400;
  height: 42px;
}

.lp-navbar__lang {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--lp-text);
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  padding: 0;
  position: relative;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.lp-navbar__lang img {
  width: 24px;
  height: 24px;
}

.lp-navbar__caret {
  width: 24px;
  height: 24px;
  transform: rotate(-90deg) scaleY(-1);
  transform-origin: center;
}

.lp-navbar__lang-menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  inset-inline-start: 0;
  background: var(--lp-white);
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  padding: 6px;
  min-width: 140px;
  z-index: 200;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.lp-navbar__lang-menu.is-open {
  display: block;
}

.lp-navbar__lang-menu a {
  display: block;
  padding: 10px 14px;
  color: #222;
  text-decoration: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
}

.lp-navbar__lang-menu a:hover,
.lp-navbar__lang-menu a.is-active {
  background: rgba(4, 64, 43, 0.08);
  color: var(--lp-main);
}

.lp-navbar__toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: none;
  background: var(--lp-white);
  border-radius: 12px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  color: var(--lp-main);
  font-size: 20px;
}

.lp-navbar__mobile {
  display: none;
}

/* =========================================================
   HERO — Figma 269:6476 absolute geometry @ 1440
   ========================================================= */
.lp-hero {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  height: 986px;
  min-height: 986px;
  color: var(--lp-white);
  overflow: hidden;
  background: transparent;
}

.lp-hero__plane {
  position: absolute;
  left: -38px;
  top: -60px;
  width: 1517px;
  height: 1063px;
  background: #04402b;
  border-radius: 52px;
  z-index: 0;
}

.lp-hero__bg-art {
  position: absolute;
  left: 0;
  top: 69px;
  width: 1443px;
  height: 721px;
  object-fit: cover;
  opacity: 0.5;
  mix-blend-mode: hard-light;
  pointer-events: none;
  z-index: 1;
}

.lp-hero__person-wrap {
  position: absolute;
  left: 193px;
  top: 129px;
  width: 646px;
  height: 772px;
  z-index: 3;
  pointer-events: none;
}

.lp-hero__person {
  position: absolute;
  left: 0;
  top: 0;
  width: 593.235px;
  height: 772px;
  object-fit: cover;
  object-position: top center;
}

.lp-hero__person-fade {
  position: absolute;
  left: 3.37px;
  top: 538.16px;
  width: 642.63px;
  height: 233.84px;
  background: linear-gradient(to top, #04402b 0%, rgba(4, 64, 43, 0) 100%);
  z-index: 2;
}

.lp-hero__landscape {
  position: absolute;
  left: 0;
  top: 234px;
  width: 1440px;
  height: 749px;
  object-fit: cover;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 4;
}

.lp-hero__copy {
  position: absolute;
  right: 72px;
  top: 284px;
  width: 550px;
  z-index: 6;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  direction: ltr;
}

.lp-hero__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 272px;
  height: 52px;
  padding: 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 35px;
  white-space: nowrap;
}

.lp-hero__title {
  margin: 0 0 45px;
  width: 538px;
  font-size: 40px;
  font-weight: 700;
  line-height: 30px;
  color: #fff;
  text-align: right;
}

.lp-hero__desc {
  margin: 0 0 23px;
  width: 550px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.92);
  text-align: right;
}

.lp-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 163px;
  height: 42px;
  padding: 5px 10px;
  border-radius: 10px;
  border: 1px solid #7c807d;
  background: #60d669;
  color: #04402b;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

.lp-hero__cta:hover {
  filter: brightness(0.97);
  color: #04402b;
  text-decoration: none;
}

.lp-hero__cta img {
  width: 24px;
  height: 24px;
}

.lp-hero__search-wrap {
  position: absolute;
  left: 182px;
  top: 667px;
  width: 1076px;
  height: 134px;
  z-index: 7;
  display: flex;
  align-items: center;
  justify-content: center;
  direction: ltr;
}

.lp-hero__search {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 939px;
  height: 42px;
  direction: ltr;
}

.lp-hero__search-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 145px;
  height: 42px;
  border: none;
  border-radius: 10px;
  background: #60d669;
  color: #04402b;
  font-family: inherit;
  font-size: 15px;
  cursor: pointer;
  flex-shrink: 0;
}

.lp-hero__search-field {
  position: relative;
  flex: 1;
  height: 40px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 0 18px;
  color: #666;
  font-size: 15px;
}

.lp-hero__search-field span {
  pointer-events: none;
}

.lp-hero__search-field input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: none;
  padding: 0 48px 0 16px;
  cursor: text;
}

.lp-hero__stats {
  position: absolute;
  left: 72px;
  top: 851px;
  width: 1296px;
  height: 68px;
  z-index: 7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  direction: ltr;
  padding: 0 56px;
  box-sizing: border-box;
}

.lp-hero__stat {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lp-hero__stat-value {
  font-size: 48px;
  font-weight: 700;
  line-height: 30px;
  white-space: nowrap;
}

.lp-hero__stat-label {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: right;
}

/* =========================================================
   CATEGORIES
   ========================================================= */
.lp-categories {
  position: relative;
  background: var(--lp-cream);
  padding: 36px 0 0;
  height: 621px;
  min-height: 621px;
  overflow: hidden;
}

.lp-categories__pattern {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 45%;
  object-fit: cover;
  object-position: bottom center;
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
}

.lp-categories__head {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 618px;
  max-width: 100%;
  margin: 0 auto 31px;
}

.lp-categories__title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
  color: var(--lp-text);
  margin: 0 0 5px;
}

.lp-categories__title img {
  width: 18px;
  height: 18px;
}

.lp-categories__sub {
  font-size: 16px;
  line-height: 30px;
  color: var(--lp-gray);
  margin: 0;
}

.lp-categories__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 306px);
  gap: 24px;
  width: 1296px;
  max-width: 100%;
  margin-inline: auto;
  justify-content: center;
  direction: ltr;
}

.lp-cat-card {
  position: relative;
  display: block;
  width: 306px;
  height: 328px;
  text-decoration: none;
  overflow: visible;
  transition: transform 0.25s ease;
}

.lp-cat-card:hover {
  transform: translateY(-6px);
  text-decoration: none;
}

.lp-cat-card img {
  display: block;
  width: 306px;
  height: 328px;
  max-width: none;
  object-fit: contain;
}

/* =========================================================
   ABOUT
   ========================================================= */
.lp-about {
  position: relative;
  padding: 174px 0 59px;
  background: var(--lp-cream);
  height: 779px;
  min-height: 779px;
  box-sizing: border-box;
  overflow: visible;
}

.lp-about__park-silhouette {
  position: absolute;
  left: 50%;
  top: -151px;
  transform: translateX(-50%);
  width: 1744px;
  max-width: none;
  height: 182px;
  pointer-events: none;
  z-index: 0;
}

.lp-about__grid {
  position: relative;
  z-index: 1;
  display: grid;
  /* RTL: first column (visual/photo) sits on the right — matches Figma photo at x=843 */
  grid-template-columns: 525px 527px;
  gap: 244px;
  align-items: start;
  justify-content: space-between;
  direction: rtl;
}

.lp-about__visual {
  position: relative;
  width: 525px;
  height: 546px;
  /* Figma photo y=1683 vs content y=1781 → lift photo 98px within fixed section */
  margin-top: -98px;
}

.lp-about__media {
  width: 525px;
  height: 546px;
  max-width: 100%;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}

.lp-about__media img {
  width: 525px;
  height: 546px;
  max-width: none;
  object-fit: contain;
  object-position: center top;
  display: block;
}

.lp-about__goal {
  position: absolute;
  /* Figma Frame 397 at x=666.5 relative to photo x=843 → left -176.5 */
  left: -176.5px;
  top: 408.5px;
  width: 234px;
  height: 164px;
  text-align: center;
  color: var(--lp-text);
  z-index: 2;
  transform: none;
  inset-inline-start: auto;
}

.lp-about__goal-label {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
}

.lp-about__goal-pct {
  display: block;
  font-size: 48px;
  font-weight: 700;
  color: var(--lp-accent);
  line-height: 32px;
  margin: 34px 0 0;
}

.lp-about__goal-text {
  display: block;
  font-size: 14px;
  line-height: 32px;
  font-weight: 500;
  margin: 34px 0 0;
}

.lp-about__eyebrow {
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: var(--lp-accent);
  margin: 0 0 22px;
  text-align: right;
}

.lp-about__title {
  font-size: 32px;
  font-weight: 700;
  color: var(--lp-text);
  margin: 0 0 22px;
  line-height: 31px;
  text-align: right;
}

.lp-about__desc {
  font-size: 16px;
  line-height: 30px;
  color: var(--lp-gray);
  margin: 0 0 40px;
  text-align: right;
}

.lp-about__chips {
  display: grid;
  grid-template-columns: 223px 223px;
  gap: 36px 58px;
  margin-bottom: 40px;
  width: 526px;
}

.lp-about__chips .lp-chip {
  position: relative;
  width: 223px;
  height: 67px;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 10px 12px;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  box-shadow: none;
  background: #d9d9d9;
  color: var(--lp-black);
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  overflow: visible;
}

.lp-about__chips .lp-chip--dark {
  background: var(--lp-black);
  color: var(--lp-cream);
}

.lp-about__chips .lp-chip__text {
  flex: 1;
  text-align: right;
  white-space: nowrap;
}

.lp-about__chips .lp-chip__badge {
  position: relative;
  width: 45px;
  height: 48px;
  flex-shrink: 0;
}

.lp-about__chips .lp-chip__circle {
  position: absolute;
  left: 0;
  top: 2.62px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #04402b;
}

.lp-about__chips .lp-chip--dark .lp-chip__circle {
  background: #60d669;
}

.lp-about__chips .lp-chip__check {
  position: absolute;
  left: 13.6px;
  top: 16.22px;
  width: 18.314px;
  height: 18.314px;
  display: block;
}

.lp-about__chips .lp-chip__mini {
  position: absolute;
  left: 33.49px;
  top: 2.09px;
  width: 11.512px;
  height: 11.512px;
  border-radius: 50%;
  background: #60d669;
  color: var(--lp-black);
  font-size: 5.756px;
  font-weight: 400;
  line-height: 11.512px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-about__chips .lp-chip--dark .lp-chip__mini {
  background: var(--lp-black);
  color: var(--lp-white);
}

/* =========================================================
   FEATURES
   ========================================================= */
.lp-features {
  position: relative;
  background: var(--lp-main);
  color: var(--lp-white);
  padding: 44px 0 19px;
  height: 617px;
  min-height: 617px;
  box-sizing: border-box;
  overflow: hidden;
}

.lp-features__head {
  text-align: center;
  margin-bottom: 50px;
}

.lp-features__title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
  color: var(--lp-white);
}

.lp-features__title img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}

.lp-features__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
  width: 1076px;
  max-width: 100%;
  margin-inline: auto;
}

.lp-feature-row {
  display: flex;
  align-items: center;
  direction: ltr;
  gap: 0;
  background: #fff;
  color: var(--lp-text);
  border-radius: 46px;
  padding: 6px;
  width: 1076px;
  max-width: 100%;
  height: 92px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}

.lp-feature-row--active {
  background: #60d669;
}

.lp-feature-row--active .lp-feature-row__title {
  color: #000;
}

.lp-feature-row--active .lp-feature-row__desc {
  color: #04402b;
}

.lp-feature-row--active .lp-feature-row__pin {
  background: #000;
}

.lp-feature-row__go,
.lp-feature-row__pin {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: transparent;
}

.lp-feature-row__pin {
  background: #60d669;
  margin-left: auto;
}

.lp-feature-row__pin img {
  width: 33px;
  height: 33px;
  max-width: none;
}

.lp-feature-row__go img {
  width: 80px;
  height: 80px;
  max-width: none;
}

.lp-feature-row__title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 24px 0 16px;
  flex-shrink: 0;
  text-align: right;
  line-height: 30px;
  color: #0d4d35;
}

.lp-feature-row__desc {
  font-size: 20px;
  line-height: 21px;
  margin: 0 auto;
  text-align: center;
  flex: 1;
  color: #666;
}

/* =========================================================
   SURVEY
   ========================================================= */
.lp-survey {
  position: relative;
  background: var(--lp-main);
  color: var(--lp-white);
  padding: 195px 0 210px;
  height: 799px;
  min-height: 799px;
  box-sizing: border-box;
  overflow: visible;
}

/* Figma Color Fill 1 — PARKS wordmark (269:7017) at y=3463 → top 460 within survey */
.lp-survey__wordmark {
  position: absolute;
  left: 72px;
  top: 460px;
  width: 1298px;
  height: 405px;
  max-width: none;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}

/* Figma park Union (269:7018) at y=3594 → top 591 within survey */
.lp-survey__park-silhouette {
  position: absolute;
  left: 50%;
  top: 591px;
  transform: translateX(-50%);
  width: 1744px;
  max-width: none;
  height: 182px;
  pointer-events: none;
  z-index: 0;
}

.lp-survey__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 900px;
  margin-inline: auto;
}

.lp-survey__title img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}

.lp-survey__question {
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 39px;
  opacity: 0.95;
}

.lp-survey__options {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 24px;
  margin-bottom: 39px;
  width: 1076px;
  max-width: 100%;
  margin-inline: auto;
}

.lp-survey__option {
  appearance: none;
  border: none;
  background: rgba(255, 255, 255, 0.08);
  color: var(--lp-white);
  border-radius: 16px;
  padding: 0;
  width: 196px;
  height: 72px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  min-width: 0;
  flex: 0 0 196px;
}

.lp-survey__option:hover {
  border-color: var(--lp-accent);
}

.lp-survey__option.is-selected {
  background: var(--lp-accent);
  border-color: var(--lp-accent);
  color: var(--lp-main);
  font-weight: 600;
}

.lp-survey__note {
  font-size: 14px;
  opacity: 0.75;
  margin: 0;
}

/* =========================================================
   MEMBERSHIP
   ========================================================= */
.lp-membership {
  background: var(--lp-cream);
  padding: 11px 0 101px;
  min-height: 586px;
}

.lp-membership__head {
  text-align: center;
  width: 618px;
  max-width: 100%;
  margin: 0 auto 50px;
}

.lp-membership__eyebrow {
  font-size: 16px;
  font-weight: 400;
  color: var(--lp-accent);
  margin: 0 0 5px;
  line-height: 30px;
}

.lp-membership__title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
  color: var(--lp-text);
  margin: 0 0 5px;
}

.lp-membership__title img {
  width: 18px;
  height: 18px;
}

.lp-membership__desc {
  font-size: 15px;
  line-height: 1.7;
  color: var(--lp-gray);
  margin: 0;
}

.lp-membership__grid {
  display: grid;
  grid-template-columns: repeat(5, 241px);
  gap: 23px;
  align-items: stretch;
  width: 1297px;
  max-width: 100%;
  margin-inline: auto;
  justify-content: center;
  direction: ltr;
}

.lp-mem-card {
  position: relative;
  text-align: center;
  width: 241px;
  height: 274px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.lp-mem-card__shape {
  position: absolute;
  left: 0;
  top: 53px;
  width: 241px;
  height: 221px;
  max-width: none;
  pointer-events: none;
  z-index: 0;
}

.lp-mem-card--highlight .lp-mem-card__title,
.lp-mem-card--highlight .lp-mem-card__desc {
  color: #0d4d35;
}

.lp-mem-card__icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background: #e8c07a;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  z-index: 1;
}

.lp-mem-card--highlight .lp-mem-card__icon {
  background: var(--lp-accent);
}

.lp-mem-card__icon img {
  width: 54px;
  height: 54px;
  max-width: none;
}

.lp-mem-card__title {
  position: relative;
  z-index: 1;
  font-size: 19px;
  font-weight: 700;
  line-height: 30px;
  color: var(--lp-text);
  margin: 148px 0 12px;
}

.lp-mem-card__desc {
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 21px;
  color: var(--lp-gray);
  margin: 0 auto;
  width: 172px;
}

/* =========================================================
   FOUNDER CTA
   ========================================================= */
.lp-founder {
  padding: 0 0 12px;
  background: var(--lp-cream);
  min-height: 559px;
}

.lp-founder__box {
  display: block;
  position: relative;
  height: 547px;
  background: transparent;
  border-radius: 0;
  overflow: visible;
  min-height: 547px;
}

.lp-founder__content {
  position: absolute;
  left: 0;
  top: 65px;
  width: 825px;
  height: 417px;
  padding: 47px 164px 47px 134px;
  color: #1e1e1e;
  background: #60d669;
  border-radius: 50px 24px 24px 0;
  box-sizing: border-box;
  z-index: 1;
}

.lp-founder__star-cut {
  position: absolute;
  left: 0;
  top: 0;
  width: 127px;
  height: 121px;
  max-width: none;
  pointer-events: none;
}

.lp-founder__star {
  position: absolute;
  left: 31px;
  top: 35px;
  width: 44px;
  height: 41px;
  max-width: none;
  z-index: 2;
}

.lp-founder__eyebrow {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 22px;
  text-align: right;
  color: #1e1e1e;
}

.lp-founder__title {
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 22px;
  line-height: 30px;
  color: #fefbf9;
  text-align: right;
  letter-spacing: 0;
}

.lp-founder__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 15px;
  max-width: none;
  text-align: right;
  color: #1e1e1e;
}

.lp-founder__form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 527px;
  width: 527px;
}

.lp-founder__fields {
  display: grid;
  /* Figma LTR: phone left, name right — with RTL flex reverse visual via DOM order name then phone */
  grid-template-columns: 253px 253px;
  gap: 19px;
  direction: ltr;
}

.lp-founder__field {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: 253px;
  height: 42px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  box-shadow: inset 1px 1px 3.3px rgba(0, 0, 0, 0.25);
  padding: 10px 20px 10px 80px;
  box-sizing: border-box;
}

.lp-founder__field img {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  order: 2;
}

.lp-founder__fields input,
.lp-founder__field input {
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 0;
  font-family: inherit;
  font-size: 11px;
  line-height: 22px;
  font-weight: 400;
  background: transparent;
  color: #666;
  outline: none;
  text-align: right;
  box-shadow: none;
  order: 1;
}

.lp-founder__field input::placeholder {
  color: #666;
  opacity: 1;
}

.lp-founder__submit {
  width: 527px;
  max-width: 100%;
  height: 40px;
  background: #000;
  color: #fefbf9;
  border: none;
  border-radius: 10px;
  padding: 5px 10px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}

.lp-founder__privacy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  line-height: 30px;
  margin: 0 auto;
  opacity: 1;
  color: #1e1e1e;
}

.lp-founder__portrait {
  position: absolute;
  left: 750px;
  top: 0;
  width: 526px;
  height: 547px;
  min-height: 547px;
  z-index: 2;
}

.lp-founder__portrait img {
  width: 526px;
  height: 547px;
  max-width: none;
  object-fit: contain;
  object-position: center top;
  display: block;
  position: static;
}

/* =========================================================
   APP PROMO
   ========================================================= */
.lp-app {
  position: relative;
  padding: 0;
  background: var(--lp-cream);
  overflow: visible;
  height: 636px;
  min-height: 636px;
}

.lp-app__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}

.lp-app__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 587px 527px;
  gap: 29px;
  align-items: start;
  padding-top: 0;
}

.lp-app__phone {
  display: flex;
  justify-content: flex-start;
  margin-top: -12px;
}

.lp-app__phone img {
  width: 587px;
  height: 763px;
  max-width: none;
  display: block;
  filter: none;
}

.lp-app__content {
  text-align: right;
  padding-top: 91px;
}

.lp-app__eyebrow {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #1e1e1e;
  margin: 0 0 22px;
}

.lp-app__title {
  font-size: 48px;
  font-weight: 700;
  color: #60d669;
  margin: 0 0 22px;
  line-height: 30px;
}

.lp-app__desc {
  font-size: 16px;
  line-height: 30px;
  color: #1e1e1e;
  margin: 0 0 24px;
}

.lp-app__stores {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 16px;
}

.lp-app__store-col {
  display: flex;
  flex-direction: column;
  gap: 21px;
}

.lp-store-badge--app {
  width: 219px;
  height: 66px;
  min-width: 0;
  border-radius: 11px;
  background: #082015;
  padding: 12px 11px;
  gap: 8px;
}

.lp-store-badge--app img {
  width: 34px;
  height: 34px;
  max-width: none;
}

.lp-store-badge--app .lp-store-badge__text small {
  font-size: 11px;
}

.lp-store-badge--app .lp-store-badge__text strong {
  font-size: 21px;
}

.lp-app__qr {
  width: 153px;
  height: 153px;
  background: #04402b;
  border-radius: 11px;
  padding: 6px;
  box-shadow: none;
}

.lp-app__qr img {
  width: 100%;
  height: 100%;
  display: block;
}

.lp-store-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--lp-black);
  color: var(--lp-white);
  border: 0.5px solid rgba(250, 246, 242, 0.4);
  border-radius: 12px;
  padding: 8px 14px;
  text-decoration: none;
  min-width: 160px;
  transition: transform 0.2s ease;
}

.lp-store-badge:hover {
  transform: scale(1.04);
  color: var(--lp-white);
  text-decoration: none;
}

.lp-store-badge img {
  width: 28px;
  height: 28px;
}

.lp-store-badge__text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  text-align: start;
}

.lp-store-badge__text small {
  font-size: 10px;
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: -0.3px;
}

.lp-store-badge__text strong {
  font-size: 16px;
  font-weight: 600;
}

.lp-app__qr {
  width: 110px;
  height: 110px;
  background: var(--lp-white);
  border-radius: 12px;
  padding: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.lp-app__qr img {
  width: 100%;
  height: 100%;
  display: block;
}

/* =========================================================
   TESTIMONIALS — Figma y=5583 cards 306×337 gap 24
   ========================================================= */
.lp-testimonials {
  position: relative;
  background: var(--lp-cream);
  padding: 0 0 48px;
  min-height: 717px;
  overflow: hidden;
}

.lp-testimonials__head {
  display: flex;
  justify-content: center;
  padding-top: 0;
  /* Figma: title y=5583 → cards y=5667 (84px including 30px title line) */
  margin-bottom: 54px;
}

.lp-testimonials__title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
  color: var(--lp-main);
}

.lp-testimonials__grid {
  display: flex;
  gap: 24px;
  width: 1296px;
  max-width: calc(100% - 144px);
  height: 337px;
  margin-inline: auto;
}

.lp-tcard {
  position: relative;
  width: 306px;
  height: 337px;
  flex-shrink: 0;
}

.lp-tcard__shape {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  pointer-events: none;
  z-index: 0;
}

.lp-tcard__portrait {
  position: absolute;
  left: 96px;
  top: 15px;
  width: 115px;
  height: 115px;
  border-radius: 71px;
  overflow: hidden;
  z-index: 1;
}

.lp-tcard__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-tcard__body {
  position: absolute;
  left: 58px;
  top: 143px;
  width: 191px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  z-index: 1;
}

.lp-tcard__name {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #002116;
}

.lp-tcard__city {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #414844;
}

.lp-tcard__quote {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #414844;
}

.lp-tcard__stars {
  display: flex;
  align-items: center;
}

.lp-tcard--dark .lp-tcard__name {
  color: #fefbf9;
}

.lp-tcard--dark .lp-tcard__city,
.lp-tcard--dark .lp-tcard__quote {
  color: #fdfdff;
}

.lp-testimonials__more {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

.lp-testimonials__all {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 40px;
  padding: 5px 16px;
  border-radius: 10px;
  background: var(--lp-main);
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}

.lp-testimonials__all:hover {
  color: #fff;
  text-decoration: none;
  filter: brightness(1.05);
}

/* =========================================================
   FAQ
   ========================================================= */
.lp-faq {
  position: relative;
  background: var(--lp-main);
  color: var(--lp-white);
  padding: 0 0 0;
  min-height: 424px;
  overflow: hidden;
}

.lp-faq__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.18;
  pointer-events: none;
  z-index: 0;
}

.lp-faq__inner {
  position: relative;
  z-index: 1;
}

.lp-faq__title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 48px;
  color: var(--lp-white);
}

.lp-faq__grid {
  display: grid;
  grid-template-columns: 636px 636px;
  gap: 35px 24px;
  width: 1296px;
  max-width: 100%;
  margin-inline: auto;
  direction: ltr;
}

.lp-faq__item {
  background: #fff;
  border-radius: 46px;
  overflow: hidden;
  width: 636px;
  min-height: 92px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.lp-faq__question {
  width: 100%;
  height: 92px;
  display: flex;
  align-items: center;
  direction: ltr;
  gap: 16px;
  padding: 6px 36px 6px 6px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 20px;
  font-weight: 400;
  color: #666;
  text-align: right;
}

.lp-faq__icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: none;
  overflow: hidden;
}

.lp-faq__icon img {
  width: 80px;
  height: 80px;
  max-width: none;
}

.lp-faq__qtext {
  flex: 1;
  text-align: right;
  line-height: 21px;
}
.lp-faq__icon-x {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--lp-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.lp-faq__icon img {
  width: 33px;
  height: 33px;
}

.lp-faq__item.is-open .lp-faq__icon {
  /* closed-state check circle — no rotate */
  transform: none;
}

.lp-faq__answer {
  display: none;
  padding: 0 22px 18px;
  color: var(--lp-gray);
  font-size: 14px;
  line-height: 1.7;
}

.lp-faq__item.is-open .lp-faq__answer {
  display: block;
}

/* =========================================================
   FOOTER
   ========================================================= */
.lp-footer {
  position: relative;
  color: var(--lp-secondary);
  background: var(--lp-main);
  border-radius: 24px 24px 0 0;
  overflow: hidden;
  min-height: 794px;
  padding: 80px 0 36px;
}

.lp-footer__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 62%;
  mix-blend-mode: normal;
  pointer-events: none;
  z-index: 0;
}

.lp-footer__logo-stack {
  position: relative;
  display: block;
  width: min(440px, 100%);
  height: auto;
  overflow: visible;
  padding-top: 54px;
}

.lp-footer__logo-parks {
  position: relative;
  inset: auto;
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.lp-footer__logo-trfihi {
  position: absolute;
  left: 0;
  top: 0;
  width: 46%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

.lp-footer__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    #04402b 0%,
    rgba(4, 64, 43, 0.9) 16%,
    rgba(4, 64, 43, 0.38) 40%,
    rgba(4, 64, 43, 0.12) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.lp-footer__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}

.lp-footer__cta {
  text-align: center;
  max-width: 700px;
}

.lp-footer__cta-eyebrow {
  font-size: 18px;
  margin: 0 0 16px;
  color: var(--lp-white);
}

.lp-footer__cta-title {
  font-size: 48px;
  font-weight: 700;
  color: var(--lp-accent);
  margin: 0 0 20px;
  line-height: 60px;
}

.lp-footer__cta-desc {
  font-size: 18px;
  line-height: 1.6;
  color: var(--lp-secondary);
  margin: 0 0 28px;
}

.lp-footer__stores {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.lp-footer__cols {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 40px;
  width: 100%;
  max-width: 1200px;
  align-items: start;
}

.lp-footer__brand-logos {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.lp-footer__brand-logos img {
  max-width: 100%;
  height: auto;
  display: block;
}

.lp-footer__col-title {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 18px;
  color: var(--lp-secondary);
}

.lp-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.lp-footer__links a {
  color: var(--lp-secondary);
  text-decoration: none;
  font-size: 18px;
  opacity: 0.95;
  transition: opacity 0.2s ease;
}

.lp-footer__links a:hover {
  opacity: 1;
  text-decoration: none;
  color: var(--lp-white);
}

.lp-footer__hr {
  width: 100%;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0;
}

.lp-footer__copy {
  text-align: center;
  font-size: 16px;
  color: rgba(250, 246, 242, 0.8);
  margin: 0;
}

.lp-stats {
  position: relative;
  z-index: 3;
  overflow: visible;
  background: var(--lp-main);
}

.lp-stats::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 62px;
  transform: translateY(-50px);
  background: url("../img/landing/stats-grass-edge.png?v=3") center / 100% 100% no-repeat;
  pointer-events: none;
  z-index: 4;
}

.lp-stats__grass { display: none; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
/* =========================================================
   FIGMA LANDING PAGE — node 419:16813
   ========================================================= */
@media (min-width: 1025px) {
  .lp-navbar__inner { direction: rtl; padding: 0 72px; gap: 42px; }
  .lp-navbar__brand { order: 0; }
  .lp-navbar__links { direction: rtl; flex: 1; justify-content: center; gap: 36px; }
  .lp-navbar__actions { direction: ltr; width: auto; }
  .lp-navbar__login { display: none; }
  .lp-navbar__download { order: 1; background: var(--lp-main); color: #fff; border-radius: 8px; }
  .lp-navbar__lang-wrap { order: 2; }

  .lp-hero { height: 900px; min-height: 900px; }
  .lp-hero__plane { height: 935px; border-radius: 0 0 54px 54px; }
  .lp-hero__copy { top: 208px; right: 100px; width: 500px; direction: rtl; align-items: flex-start; }
  .lp-hero__badge { width: auto; height: auto; min-height: 36px; margin: 0 0 18px; padding: 7px 13px; border: 1px solid rgba(255,255,255,.45); border-radius: 5px; background: transparent; font-size: 13px; }
  .lp-hero__title { width: auto; margin: 0 0 15px; color: var(--lp-accent); font-size: 44px; line-height: 1.25; }
  .lp-hero__desc { width: 465px; margin: 0 0 15px; font-size: 15px; line-height: 1.8; }
  .lp-hero__download-label { margin: 0 0 8px; color: #fff; font-size: 13px; }
  .lp-hero__stores { display: flex; direction: ltr; gap: 10px; margin-bottom: 14px; }
  .lp-hero__stores a { display: inline-flex; align-items: center; gap: 7px; min-width: 138px; height: 42px; padding: 5px 9px; border-radius: 6px; background: #050505; color: #fff; text-decoration: none; }
  .lp-hero__stores a:hover { color: #fff; filter: brightness(1.12); }
  .lp-hero__stores img { width: 25px; height: 25px; }
  .lp-hero__stores span { display: flex; flex-direction: column; line-height: 1; }
  .lp-hero__stores small { font-size: 7px; opacity: .85; }
  .lp-hero__stores strong { font-size: 13px; }
  .lp-hero__cta { width: 300px; height: 38px; border: 0; border-radius: 6px; background: #ffcb08; color: var(--lp-main); font-size: 13px; }
  .lp-hero__cta img { width: 16px; height: 16px; filter: brightness(0); }
  .lp-hero__search-wrap, .lp-hero__stats { display: none; }
  .lp-hero__person-wrap { left: 170px; top: 114px; }
  .lp-hero__landscape { top: 166px; height: 735px; }

  .lp-survey { position: relative; z-index: 1; height: auto; min-height: 460px; padding: 72px 0 120px; background: #04402b; overflow: visible; }
  .lp-survey::before { content: ""; position: absolute; left: 0; right: 0; top: 0; z-index: 3; width: 100%; aspect-ratio: 1024 / 48; transform: translateY(-62%); background: url("../img/landing/survey-scallop.png?v=1") top center / 100% auto no-repeat; pointer-events: none; }
  .lp-survey__wordmark { left: 50%; top: auto; bottom: -8px; width: min(1180px, 96%); height: auto; transform: translateX(-50%); opacity: 1; }
  .lp-survey__park-silhouette { display: none; }
  .lp-survey__inner { max-width: 1100px; }
  .lp-survey__title { color: var(--lp-accent); font-size: 29px; }
  .lp-survey__title img { filter: none; }
  .lp-survey__question, .lp-survey__note { color: #fff; }
  .lp-survey__options { display: grid; direction: rtl; grid-template-columns: repeat(5,1fr); gap: 16px; width: 100%; }
  .lp-survey__option { display: inline-flex; align-items: center; justify-content: center; flex-direction: row-reverse; gap: 8px; width: auto; flex: none; height: 52px; border-radius: 7px; background: #f7f3ed; color: #144c38; }
  .lp-survey__option::before { content: ""; width: 16px; height: 16px; border: 1.5px solid #9aab9f; border-radius: 50%; flex: 0 0 16px; }
  .lp-survey__option.is-selected { background: var(--lp-accent); }
  .lp-survey__option.is-selected::before { border-color: var(--lp-main); background: var(--lp-main); box-shadow: inset 0 0 0 3px var(--lp-accent); }

  .lp-membership { position: relative; z-index: 2; padding: 64px 0 48px; background: #daf3e2; overflow: visible; }
  .lp-membership::before { content: ""; position: absolute; left: 0; right: 0; top: 0; width: 100%; aspect-ratio: 1440 / 170; transform: translateY(-82%); background: url("../img/landing/Group%20108%20(1).png") top center / 100% auto no-repeat; pointer-events: none; z-index: 3; }
  .lp-membership__layout { display: grid; grid-template-columns: 460px 1fr; gap: 48px; align-items: start; direction: ltr; }
  .lp-membership__benefits { list-style: none; margin: 0; padding: 24px 0 0; display: flex; flex-direction: column; gap: 18px; }
  .lp-membership__benefits li { display: flex; direction: ltr; justify-content: flex-end; align-items: center; gap: 16px; }
  .lp-membership__benefits h3 { margin: 0; color: #0d4d35; font-size: 19px; line-height: 30px; text-align: right; }
  .lp-membership__benefits p { margin: 0; color: #666; font-size: 14px; line-height: 21px; text-align: right; max-width: 250px; }
  .lp-membership__icon { position: relative; width: 68px; height: 68px; flex: 0 0 68px; }
  .lp-membership__icon img { width: 68px; height: 68px; display: block; }
  .lp-membership__icon b { position: absolute; top: 2px; left: 50px; width: 16px; height: 16px; border-radius: 8px; background: #60d669; color: #111; font-size: 10px; line-height: 16px; text-align: center; font-weight: 500; }
  .lp-membership__benefits li:nth-child(3) .lp-membership__icon { display: flex; align-items: center; justify-content: center; background: #f2dbb6; border-radius: 50%; }
  .lp-membership__benefits li:nth-child(3) .lp-membership__icon img { width: 28px; height: 22px; }
  .lp-membership__intro { direction: rtl; text-align: right; }
  .lp-membership__eyebrow { margin: 0 0 12px; color: #c9a15b; font-size: 14px; }
  .lp-membership__title { margin: 0 0 12px; color: var(--lp-main); font-size: 36px; line-height: 1.3; }
  .lp-membership__desc { max-width: 360px; margin: 0 0 16px auto; color: #325f4c; line-height: 1.7; }
  .lp-membership__cta { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; padding: 8px 16px; border-radius: 8px; background: #fff; color: var(--lp-main); font-size: 14px; font-weight: 600; text-decoration: none; }
  .lp-membership__cta img { width: 16px; height: 16px; filter: brightness(0); }
  .lp-membership__photo { display: block; width: min(100%, 640px); height: 250px; margin-right: auto; object-fit: cover; border-radius: 22px; }

  .lp-app { position: relative; z-index: 1; height: auto; min-height: 0; aspect-ratio: 1440 / 792; padding: 0; background: #fffbf8; overflow: visible; }
  .lp-app::before { content: none; }
  .lp-app__bg { inset: 0; width: 100%; height: 100%; object-fit: fill; object-position: center center; transform: none; aspect-ratio: auto; }
  .lp-app__grid { position: static; display: block; min-height: 0; }
  .lp-app__phone { position: absolute; left: max(12px, 2vw); bottom: 0; z-index: 2; width: min(520px, 42vw); margin: 0; transform: none; }
  .lp-app__phone img { width: 100%; height: auto; }
  .lp-app__content { position: absolute; top: 16%; right: max(28px, 5vw); z-index: 2; width: min(460px, 38vw); direction: rtl; text-align: right; padding: 0; min-width: 0; }
  .lp-app__eyebrow { color: #60d669; font-size: 16px; margin: 0 0 8px; }
  .lp-app__title { color: #60d669; font-size: 40px; line-height: 1.25; margin: 0 0 12px; }
  .lp-app__desc { max-width: 100%; margin: 0 0 18px; color: #24312c; font-size: 15px; line-height: 1.7; text-shadow: none; }
  .lp-app__stores { display: flex; direction: ltr; justify-content: flex-end; align-items: center; gap: 14px; }
  .lp-app__store-col { gap: 10px; }
  .lp-app .lp-store-badge--app { width: 200px; height: 58px; background: #143628; border-radius: 10px; }
  .lp-app__qr { width: 126px; height: 126px; background: #143628; border-radius: 12px; padding: 8px; box-shadow: none; }

  .lp-features { position: relative; z-index: 3; overflow: visible; padding: 88px 0 24px; background: #fffbf8; }
  .lp-features::before { content: ""; position: absolute; left: 0; right: 0; top: 0; width: 100%; aspect-ratio: 1024 / 168; transform: translateY(-62%); background: url("../img/landing/features-top.png?v=1") center / 100% 100% no-repeat; pointer-events: none; z-index: 4; }
  .lp-features__title { color: var(--lp-main); font-size: 29px; }
  .lp-features__title img { filter: none; }
  .lp-features__list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px 22px; width: 100%; max-width: 1240px; margin-top: 28px; padding-top: 8px; align-items: stretch; }
  .lp-feature-row { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; width: auto; height: auto; min-height: 0; aspect-ratio: 344 / 484; padding: 74% 16px 22px; border-radius: 0; border: 0; background: transparent url("../img/landing/feature-card.svg?v=2") center / 100% 100% no-repeat; box-shadow: none; filter: drop-shadow(0 10px 14px rgba(40, 40, 40, .12)); text-align: center; direction: rtl; }
  .lp-feature-row::before { content: none; }
  .lp-feature-row--active { background-color: transparent; background-image: url("../img/landing/feature-card-active.svg?v=2"); }
  .lp-feature-row__go { display: none; }
  .lp-feature-row__pin { position: absolute; top: 26%; left: 50%; right: auto; z-index: 1; margin: 0; transform: translate(-50%, -50%); display: flex; align-items: center; justify-content: center; width: 56%; height: auto; aspect-ratio: 1; border-radius: 50%; background: #04402b; }
  .lp-feature-row--active .lp-feature-row__pin { background: #000; }
  .lp-feature-row__pin img { width: 52%; height: 52%; object-fit: contain; filter: none; }
  .lp-feature-row__title { order: 1; position: relative; z-index: 1; margin: 0 0 10px; width: 100%; text-align: center; font-size: 26px; color: #0d4d35; }
  .lp-feature-row--active .lp-feature-row__title { color: #0d4d35; }
  .lp-feature-row__desc { order: 2; position: relative; z-index: 1; text-align: center; width: 100%; margin: 0; color: #737272; font-size: 15px; line-height: 1.7; }
  .lp-feature-row--active .lp-feature-row__desc { color: #0d4d35; }
  .lp-features__cta { display: inline-flex; align-items: center; gap: 8px; margin: 36px auto 0; padding: 10px 22px; border-radius: 8px; background: var(--lp-accent); color: var(--lp-main); font-weight: 700; text-decoration: none; }
  .lp-features__head, .lp-features .lp-container { text-align: center; }
  .lp-features__cta img { width: 16px; height: 16px; filter: brightness(0); }

  .lp-founder { padding: 12px 0 36px; background: #fffbf8; }
  .lp-founder__banner { position: relative; min-height: 406px; border-radius: 45px; overflow: hidden; display: flex; direction: ltr; align-items: center; justify-content: flex-end; }
  .lp-founder__photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 18% center; }
  .lp-founder__banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,64,43,0) 30%, rgba(4,64,43,.72) 52%, #04402b 68%); }
  .lp-founder__copy { position: relative; z-index: 1; direction: rtl; width: min(510px, 46%); margin: 48px 56px; text-align: center; color: #fefbf9; }
  .lp-founder__title { margin: 0 0 16px; color: #fefbf9; font-size: 40px; line-height: 1.2; }
  .lp-founder__desc { margin: 0 0 28px; color: #fefbf9; font-size: 16px; line-height: 1.7; }
  .lp-founder__points { display: flex; direction: ltr; justify-content: center; gap: 36px; list-style: none; margin: 0; padding: 0; }
  .lp-founder__points li { display: flex; flex-direction: column; align-items: center; gap: 10px; color: #60d669; font-weight: 700; font-size: 15px; }
  .lp-founder__points img { width: 34px; height: 34px; padding: 22px; border: 2px solid #60d669; border-radius: 50%; box-sizing: content-box; }

  .lp-stats { position: relative; z-index: 3; padding: 72px 0 36px; color: #fff; background: var(--lp-main); text-align: center; overflow: visible; }
  .lp-stats::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 62px; transform: translateY(-50px); background: url("../img/landing/stats-grass-edge.png?v=3") center / 100% 100% no-repeat; pointer-events: none; z-index: 4; }
  .lp-stats__grass { display: none; }
  .lp-stats h2 { display: inline-flex; align-items: center; justify-content: center; gap: 8px; margin: 0 0 8px; color: #fff; font-size: 32px; }
  .lp-stats h2 img { width: 18px; height: 18px; }
  .lp-stats__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; direction: rtl; align-items: end; }
  .lp-stats__grid article { position: relative; display: grid; direction: ltr; grid-template-columns: 1fr auto; column-gap: 16px; align-items: center; width: min(100%, 410px); min-height: 150px; margin: 110px auto 0; padding: 78px 28px 26px; border-radius: 28px; background: #063828; text-align: right; }
  .lp-stats__orb { position: absolute; top: 0; left: 50%; z-index: 1; display: flex; align-items: center; justify-content: center; width: 168px; height: 168px; border-radius: 50%; background: #0c5a40; box-shadow: 0 0 0 14px var(--lp-main); transform: translate(-50%, -58%); }
  .lp-stats__orb img { width: 78px; height: 78px; object-fit: contain; }
  .lp-stats__orb--pin { background: transparent; box-shadow: none; }
  .lp-stats__orb--pin img { width: 168px; height: 168px; }
  .lp-stats__grid strong { grid-column: 2; grid-row: 1 / span 2; color: var(--lp-accent); font-size: 52px; line-height: 1; }
  .lp-stats__grid article > span:not(.lp-stats__orb) { grid-column: 1; grid-row: 1; font-size: 18px; line-height: 1.3; }
  .lp-stats__grid small { grid-column: 1; grid-row: 2; font-size: 15px; line-height: 1.4; color: rgba(255,255,255,.86); }

  .lp-faq { background: var(--lp-main); padding: 36px 0 8px; overflow: visible; }
  .lp-faq__bg { display: none; }
  .lp-faq__title { margin-bottom: 28px; color: #fff; font-size: 32px; }
  .lp-faq__grid { grid-template-columns: 1fr 1fr; width: min(1100px, 100%); gap: 16px 18px; }
  .lp-faq__item { width: 100%; min-height: 72px; border-radius: 40px; box-shadow: none; background: #fff; }
  .lp-faq__question { height: 72px; padding: 6px 22px 6px 6px; color: #3d3d3d; font-size: 16px; }
  .lp-faq__icon { width: 58px; height: 58px; }
  .lp-faq__icon img { width: 58px; height: 58px; }
  .lp-faq__item:hover, .lp-faq__item.is-open { background: #111; }
  .lp-faq__item:hover .lp-faq__question, .lp-faq__item.is-open .lp-faq__question { color: #fff; }
  .lp-faq__item.is-open .lp-faq__answer { color: rgba(255,255,255,.86); }

  .lp-footer { border-radius: 0; min-height: 560px; padding: 28px 0 28px; background: var(--lp-main); }
  .lp-footer__bg { object-position: center 58%; }
  .lp-footer__overlay { background: linear-gradient(180deg, #04402b 0%, rgba(4,64,43,.9) 18%, rgba(4,64,43,.35) 42%, rgba(4,64,43,.12) 100%); }
  .lp-footer__inner { gap: 36px; }
  .lp-footer__cta-title { font-size: 40px; line-height: 1.3; }
  .lp-footer__stores { align-items: center; }
  .lp-footer__cols { grid-template-columns: 1.4fr .8fr .8fr; align-items: center; direction: rtl; max-width: 1180px; }
  .lp-footer__logo-stack { width: min(440px, 100%); height: auto; }
  .lp-footer__hr { border-top-color: transparent; }
  .lp-footer__copy { color: rgba(255,255,255,.85); }
}
@media (max-width: 1439px) {
  :root {
    --lp-pad: 64px;
  }
}

@media (min-width: 1440px) {
  :root {
    --lp-pad: 72px;
  }
  .lp-page {
    /* reference canvas */
  }
}

@media (max-width: 1366px) {
  :root {
    --lp-pad: 56px;
  }

  .lp-hero {
    min-height: 860px;
  }

  .lp-membership__grid {
    gap: 14px;
  }
}

@media (max-width: 1280px) {
  :root {
    --lp-pad: 48px;
  }

  .lp-navbar__links {
    gap: 2px;
  }

  .lp-navbar__links a {
    font-size: 14px;
    padding: 8px;
  }

  .lp-categories__grid {
    gap: 16px;
  }

  .lp-about__grid {
    gap: 40px;
  }

  .lp-founder__content {
    padding: 40px;
  }
}

@media (max-width: 1024px) {
  :root {
    --lp-pad: 32px;
  }

  .lp-navbar {
    height: 80px;
    border-radius: 0 0 28px 28px;
  }

  .lp-navbar__links {
    display: none;
  }

  .lp-navbar__toggle {
    display: inline-flex;
  }

  .lp-navbar__mobile.is-open {
    display: block;
    position: absolute;
    top: 100%;
    left: 16px;
    right: 16px;
    background: var(--lp-mint);
    border-radius: 20px;
    padding: 16px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  }

  .lp-navbar__mobile ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .lp-navbar__mobile a {
    display: block;
    padding: 12px 14px;
    color: var(--lp-text);
    text-decoration: none;
    border-radius: 10px;
    font-weight: 500;
  }

  .lp-navbar__mobile a.is-active {
    background: rgba(4, 64, 43, 0.08);
    font-weight: 600;
  }

  .lp-hero {
    min-height: 0;
    height: auto;
    padding: 96px 24px 56px;
  }

  .lp-hero__copy,
  .lp-hero__search-wrap,
  .lp-hero__stats,
  .lp-hero__person-wrap,
  .lp-hero__landscape,
  .lp-hero__bg-art,
  .lp-hero__plane {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: auto;
    height: auto;
  }

  .lp-categories,
  .lp-about,
  .lp-features,
  .lp-survey,
  .lp-membership,
  .lp-testimonials,
  .lp-faq,
  .lp-footer {
    height: auto;
    min-height: 0;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .lp-hero__inner {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 48px;
    min-height: 0;
  }

  .lp-hero__content {
    max-width: 100%;
  }

  .lp-hero__visual {
    display: block;
    order: 2;
    text-align: center;
  }

  .lp-hero__person {
    position: relative;
    left: auto;
    right: auto;
    display: inline-block;
    margin: 24px auto 0;
    max-width: 320px;
    height: auto;
    width: 70%;
  }

  .lp-hero__grass {
    max-height: 40%;
  }

  .lp-hero__stats {
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: center;
  }

  .lp-hero__stat {
    justify-content: center;
  }

  .lp-categories__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lp-about__grid {
    grid-template-columns: 1fr;
  }

  .lp-about__goal {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .lp-about__visual {
    order: -1;
    margin-top: 0;
    width: 100%;
    height: auto;
  }

  .lp-about__media,
  .lp-about__media img {
    width: 100%;
    max-width: 525px;
    height: auto;
  }

  .lp-about__park-silhouette {
    display: none;
  }

  .lp-membership__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 16px;
  }

  .lp-founder__box {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }

  .lp-founder__content,
  .lp-founder__portrait {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
  }

  .lp-founder__portrait {
    min-height: 280px;
    order: -1;
  }

  .lp-founder__portrait img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  .lp-app {
    height: auto;
    min-height: 0;
    overflow: hidden;
    padding: 48px 0;
  }

  .lp-app__grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .lp-app__phone img {
    width: min(360px, 100%);
    height: auto;
    max-width: 100%;
  }

  .lp-app__content {
    text-align: center;
    padding-top: 24px;
  }

  .lp-app__stores {
    justify-content: center;
  }

  .lp-faq__grid {
    grid-template-columns: 1fr;
  }

  .lp-footer__cols {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .lp-footer__brand-logos {
    align-items: center;
  }

  .lp-footer {
    min-height: 520px;
  }

  .lp-footer__bg {
    object-position: center 70%;
  }

  .lp-footer__logo-stack {
    width: min(320px, 100%);
  }
}

@media (max-width: 768px) {
  :root {
    --lp-pad: 20px;
  }

  .lp-navbar__actions .lp-navbar__download span,
  .lp-navbar__actions .lp-navbar__login span {
    display: none;
  }

  .lp-hero__search {
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
  }

  .lp-hero__search-btn {
    width: 100%;
    justify-content: center;
  }

  .lp-categories__grid {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin-inline: auto;
  }

  .lp-feature-row {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 24px;
    padding: 18px 22px;
  }

  .lp-survey__option {
    min-width: calc(50% - 10px);
    padding: 12px 16px;
  }

  .lp-membership__grid {
    grid-template-columns: 1fr 1fr;
  }

  .lp-founder__fields {
    grid-template-columns: 1fr;
  }

  .lp-footer__cta-title {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .lp-hero__stores { display: flex; gap: 8px; margin-bottom: 12px; direction: ltr; }
  .lp-hero__stores a { display: inline-flex; align-items: center; gap: 5px; min-width: 116px; height: 36px; padding: 4px 7px; border-radius: 5px; background: #050505; color: #fff; text-decoration: none; }
  .lp-hero__stores img { width: 21px; height: 21px; }
  .lp-hero__stores span { display: flex; flex-direction: column; line-height: 1; }
  .lp-hero__stores small { font-size: 6px; }
  .lp-hero__stores strong { font-size: 11px; }
  .lp-stats { padding: 72px 0 50px; background: var(--lp-main); color: #fff; text-align: center; }
  .lp-stats h2 { margin: 0 0 40px; font-size: 26px; }
  .lp-stats__grid { display: grid; gap: 42px; }
  .lp-stats__grid article { position: relative; display: flex; flex-direction: column; align-items: center; min-height: 118px; padding: 45px 20px 18px; border-radius: 12px; background: rgba(35,113,77,.28); }
  .lp-stats__grid img { position: absolute; top: -30px; width: 60px; height: 60px; padding: 14px; border-radius: 50%; background: #05613f; }
  .lp-stats__grid strong { color: var(--lp-accent); font-size: 35px; }
  .lp-stats__grid span { font-size: 13px; }
  .lp-membership__grid {
    grid-template-columns: 1fr;
    max-width: 280px;
    margin-inline: auto;
  }

  .lp-navbar__brand .lp-navbar__logo-trfihi {
    display: none;
  }

  .lp-hero__title {
    font-size: 26px;
  }
}

/* Prevent horizontal overflow globally on landing */
@media (max-width: 1439px) {
  .lp-page img {
    max-width: 100%;
  }
}

.lp-page section,
.lp-page nav,
.lp-page footer {
  max-width: 100%;
}

/* Standalone Figma landing components. These do not inherit legacy lp-* geometry. */
.tf{--green:#004a31;--lime:#5ddb67;--mint:#d9f6e3;--cream:#fffcf9;--gold:#e99a13;font-family:var(--lp-font);background:var(--cream);color:#064c34;overflow:hidden}.tf *{box-sizing:border-box}.tf a{text-decoration:none}.tf-nav{height:92px;padding:16px 6%;display:flex;align-items:center;gap:48px;background:var(--mint);border-radius:0 0 34px 34px;position:relative;z-index:5}.tf-logo img{width:118px;display:block}.tf-links{display:flex;gap:42px;flex:1;justify-content:center}.tf-links a{color:#064c34;font-size:15px}.tf-nav-actions{display:flex;align-items:center;gap:22px;direction:ltr}.tf-nav-actions a{padding:11px 18px;border-radius:8px;background:var(--green);color:#fff;font-size:14px}.tf-hero{height:730px;position:relative;background:var(--green);overflow:hidden}.tf-hero-bg,.tf-hero-land{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.55}.tf-hero-land{top:90px;opacity:.55;mix-blend-mode:multiply}.tf-person{position:absolute;bottom:0;left:13%;height:650px;max-width:none;z-index:2}.tf-hero-copy{position:absolute;right:8%;top:115px;z-index:3;width:430px;color:white}.tf-tag{display:inline-block;padding:7px 12px;border:1px solid #c6ebd1;border-radius:5px;font-size:12px}.tf h1{color:var(--lime);font-size:43px;line-height:1.25;margin:18px 0 12px}.tf-hero-copy p{font-size:15px;line-height:1.8;margin:0 0 18px}.tf-stores{display:flex;gap:10px;direction:ltr}.tf-stores a{display:flex;align-items:center;gap:7px;min-width:128px;height:40px;padding:7px 10px;border-radius:6px;background:#050505;color:#fff;font-size:12px}.tf-stores img{width:24px;height:24px}.tf-yellow{display:block;margin-top:12px;padding:11px;text-align:center;border-radius:6px;background:#ffd20b;color:#064c34;font-weight:700;font-size:13px}.tf-survey{padding:54px 6% 70px;background:var(--green);text-align:center;color:white}.tf-survey h2{margin:0;color:var(--lime);font-size:29px}.tf-survey p{margin:7px 0 22px}.tf-pills{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;max-width:1100px;margin:auto}.tf-pills button{border:0;padding:13px 8px;border-radius:7px;background:#f8f4ee;color:#144c38;font-family:inherit;cursor:pointer}.tf-pills .is-active{background:var(--lime)}.tf-survey small{display:block;margin-top:22px}.tf-membership{padding:74px 7%;display:grid;grid-template-columns:38% 1fr;gap:56px;align-items:center;background:var(--mint)}.tf-membership>div>span,.tf-family span{color:var(--gold);font-size:14px}.tf h2{font-size:31px;margin:8px 0 14px}.tf-membership p,.tf-app p,.tf-family p{line-height:1.8;color:#496a5b}.tf-arrow{display:inline-block;margin-top:16px;padding:10px 20px;border-radius:7px;background:var(--lime);color:#064c34}.tf-benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.tf-benefits article{min-height:105px;padding:16px;border-radius:12px;background:#fff;display:grid;grid-template-columns:42px 1fr;gap:4px 12px;align-items:center}.tf-benefits img{width:38px;grid-row:span 2}.tf-benefits small{color:#6a766f}.tf-app{min-height:570px;padding:48px 10% 0;display:flex;align-items:center;justify-content:center;gap:10%;background:url('../img/landing/app-promo-figma.png') center/cover}.tf-app>img{width:380px;align-self:end;max-width:42%}.tf-app>div{max-width:420px}.tf-app h2{color:var(--lime);font-size:39px}.tf-actions{padding:80px 7%;text-align:center}.tf-actions>div{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:62px}.tf-actions article{position:relative;min-height:205px;padding:62px 18px 18px;border:2px solid #cce7cc;border-radius:13px}.tf-actions img{position:absolute;top:-39px;right:calc(50% - 39px);width:78px;height:78px;padding:20px;border-radius:50%;background:var(--green)}.tf-actions h3{margin:0 0 8px}.tf-actions p{margin:0;font-size:13px;line-height:1.7;color:#68776f}.tf-family{max-width:1200px;margin:0 auto 82px;display:grid;grid-template-columns:1fr 1fr;min-height:290px;border-radius:25px;overflow:hidden;background:var(--green);color:#fff}.tf-family img{width:100%;height:100%;object-fit:cover}.tf-family div{padding:62px}.tf-family h2{font-size:35px}.tf-family p{color:#e7f3eb}.tf-stats{padding:90px 7%;text-align:center;background:var(--green);color:#fff}.tf-stats>div{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:54px}.tf-stats article{padding:34px;background:#0a5a3d;border-radius:12px}.tf-stats strong{display:block;color:var(--lime);font-size:43px}.tf-stats span{font-size:14px}.tf-faq{padding:75px 7%;background:var(--green);color:#fff;text-align:center}.tf-faq>div{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;max-width:1150px;margin:36px auto 0;text-align:right}.tf-faq details{border-radius:7px;background:#fff;color:#184b38}.tf-faq summary{padding:15px;cursor:pointer;list-style:none}.tf-faq summary b{float:left;border-radius:50%;padding:0 5px;background:var(--lime)}.tf-faq details p{padding:0 15px 15px;margin:0;color:#60726a}.tf-footer{padding:72px 7% 38px;text-align:center;color:#fff;background:linear-gradient(#004a31cc,#004a31),url('../img/landing/footer-bg-figma.png') center/cover}.tf-footer h2{color:var(--lime);font-size:33px}.tf-footer p{margin-bottom:18px}.tf-footer>img{display:block;width:240px;max-height:90px;margin:55px auto 0}
@media(max-width:800px){.tf-nav{height:auto;padding:14px 18px;gap:15px}.tf-links{display:none}.tf-nav-actions{margin-right:auto;gap:8px;font-size:12px}.tf-nav-actions a{padding:8px}.tf-hero{height:670px}.tf-person{height:490px;left:-10%;opacity:.85}.tf-hero-copy{top:70px;right:8%;width:84%}.tf h1{font-size:31px}.tf-membership{grid-template-columns:1fr;padding:54px 20px}.tf-benefits{grid-template-columns:1fr}.tf-app{padding:45px 20px;min-height:590px;display:block}.tf-app>img{display:block;width:250px;max-width:100%;margin:0 auto}.tf-app h2{font-size:30px}.tf-actions{padding:55px 20px}.tf-actions>div{grid-template-columns:repeat(2,1fr);gap:48px 12px}.tf-actions article{min-height:220px}.tf-family{margin:0 20px 60px;grid-template-columns:1fr}.tf-family img{height:220px}.tf-family div{padding:32px}.tf-stats>div,.tf-faq>div{grid-template-columns:1fr}.tf-pills{grid-template-columns:1fr 1fr}.tf-pills button:last-child{grid-column:span 2}.tf-stores a{min-width:120px}.tf-nav-actions span{display:none}}

@media (min-width: 1440px) {
  .lp-page img {
    max-width: none;
  }

  .lp-navbar {
    position: absolute;
  }

  .lp-hero {
    height: 986px;
    min-height: 986px;
  }
}

/* Tablet and phone: keep the landing artwork, stack the layouts */
@media (max-width: 1024px) {
  .lp-page { overflow-x: hidden; }

  .lp-hero { height: auto; min-height: 640px; padding: 108px 20px 40px; overflow: hidden; }
  .lp-hero__plane { position: absolute; inset: 0; left: 0; top: 0; width: 100%; height: 100%; border-radius: 0 0 28px 28px; }
  .lp-hero__bg-art, .lp-hero__landscape { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; }
  .lp-hero__person-wrap { position: absolute; left: 0; bottom: 0; top: auto; width: min(340px, 78%); height: auto; }
  .lp-hero__person { position: relative; width: 100%; height: auto; }
  .lp-hero__copy { position: relative; right: auto; top: auto; width: 100%; max-width: 520px; margin-inline-start: auto; z-index: 6; }
  .lp-hero__desc, .lp-hero__cta { width: 100%; max-width: 100%; }
  .lp-hero__title { font-size: 32px; }
  .lp-hero__stores { display: flex; direction: ltr; flex-wrap: wrap; gap: 10px; margin-bottom: 14px; }
  .lp-hero__stores a { display: inline-flex; align-items: center; gap: 7px; min-width: 138px; height: 42px; padding: 5px 9px; border-radius: 6px; background: #050505; color: #fff; text-decoration: none; }
  .lp-hero__stores img { width: 22px; height: 22px; }
  .lp-hero__stores span { display: flex; flex-direction: column; line-height: 1; }
  .lp-hero__stores small { font-size: 7px; opacity: .85; }
  .lp-hero__stores strong { font-size: 13px; }
  .lp-hero__search-wrap, .lp-hero__stats { display: none; }

  .lp-survey { position: relative; z-index: 1; height: auto; min-height: 0; padding: 56px 0 72px; background: #04402b; overflow: hidden; }
  .lp-survey::before { content: ""; position: absolute; left: 0; right: 0; top: 0; z-index: 3; width: 100%; aspect-ratio: 1024 / 48; transform: translateY(-62%); background: url("../img/landing/survey-scallop.png?v=1") top center / 100% auto no-repeat; pointer-events: none; }
  .lp-survey__wordmark { left: 50%; top: auto; bottom: -8px; width: min(640px, 130%); max-width: none; height: auto; transform: translateX(-50%); }
  .lp-survey__note { position: relative; z-index: 2; }
  .lp-survey__park-silhouette { display: none; }
  .lp-survey__title { color: #60d669; font-size: 24px; }
  .lp-survey__title img { filter: none; }
  .lp-survey__question, .lp-survey__note { color: #fff; }
  .lp-survey__options { display: grid; grid-template-columns: 1fr 1fr; direction: rtl; gap: 10px; width: 100%; margin-bottom: 20px; }
  .lp-survey__option { width: 100%; flex: none; height: auto; min-height: 48px; padding: 8px 10px; font-size: 14px; }

  .lp-membership { position: relative; z-index: 2; height: auto; min-height: 0; padding: 72px 0 36px; background: #daf3e2; overflow: visible; }
  .lp-membership::before { content: ""; position: absolute; left: 0; right: 0; top: 0; width: 100%; aspect-ratio: 1440 / 170; transform: translateY(-78%); background: url("../img/landing/Group%20108%20(1).png") top center / 100% auto no-repeat; pointer-events: none; z-index: 3; }
  .lp-membership__layout { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; direction: ltr; align-items: start; }
  .lp-membership__intro { text-align: right; }
  .lp-membership__benefits { list-style: none; margin: 0; padding: 8px 0 0; display: flex; flex-direction: column; gap: 16px; }
  .lp-membership__benefits li { display: flex; direction: ltr; justify-content: flex-end; align-items: center; gap: 12px; }
  .lp-membership__benefits h3 { margin: 0; color: #0d4d35; font-size: 16px; line-height: 1.4; text-align: right; }
  .lp-membership__benefits p { margin: 0; color: #666; font-size: 13px; line-height: 1.5; text-align: right; }
  .lp-membership__title { font-size: 30px; }
  .lp-membership__desc, .lp-membership__benefits p { max-width: none; }
  .lp-membership__photo { width: 100%; height: 210px; }

  .lp-app { position: relative; z-index: 1; height: auto; min-height: 0; aspect-ratio: auto; padding: 36px 0 20px; overflow: hidden; background: #fffbf8; }
  .lp-app::before { content: none; }
  .lp-app__bg { inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 20%; transform: none; }
  .lp-app__grid { position: relative; display: flex; flex-direction: column; align-items: center; gap: 8px; min-height: 0; }
  .lp-app__phone, .lp-app__content { position: relative; left: auto; right: auto; top: auto; bottom: auto; width: min(100%, 460px); margin: 0; transform: none; }
  .lp-app__phone img { width: min(240px, 62%); height: auto; margin-inline: auto; display: block; }
  .lp-app__content { direction: rtl; text-align: center; padding-top: 8px; }
  .lp-app__eyebrow, .lp-app__title { color: #60d669; }
  .lp-app__title { font-size: 28px; line-height: 1.3; }
  .lp-app__desc { text-shadow: none; }
  .lp-app__stores { justify-content: center; flex-wrap: wrap; }
  .lp-app .lp-store-badge--app { width: 180px; height: 52px; background: #143628; }

  .lp-features { position: relative; z-index: 3; height: auto; min-height: 0; padding: 64px 0 36px; background: #fffbf8; overflow: visible; }
  .lp-features::before { content: ""; position: absolute; left: 0; right: 0; top: 0; width: 100%; aspect-ratio: 1024 / 168; transform: translateY(-58%); background: url("../img/landing/features-top.png?v=1") center / 100% 100% no-repeat; pointer-events: none; z-index: 4; }
  .lp-features__title { color: #04402b; font-size: 24px; }
  .lp-features__title img { filter: none; }
  .lp-features__list { display: grid; grid-template-columns: 1fr 1fr; gap: 56px 14px; width: 100%; max-width: 640px; margin: 16px auto 0; padding-top: 28px; }
  .lp-feature-row { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; width: auto; height: auto; min-height: 0; aspect-ratio: 344 / 484; padding: 68% 12px 16px; border: 0; border-radius: 0; background: transparent url("../img/landing/feature-card.svg?v=2") center / 100% 100% no-repeat; box-shadow: none; filter: drop-shadow(0 8px 12px rgba(40,40,40,.12)); text-align: center; direction: rtl; }
  .lp-feature-row__go { display: none; }
  .lp-feature-row::before { content: none; }
  .lp-feature-row--active { background-color: transparent; background-image: url("../img/landing/feature-card-active.svg?v=2"); }
  .lp-feature-row__pin { position: absolute; top: 26%; left: 50%; width: 52%; aspect-ratio: 1; height: auto; margin: 0; transform: translate(-50%, -50%); background: #04402b; }
  .lp-feature-row--active .lp-feature-row__pin { background: #000; }
  .lp-feature-row__pin img { width: 52%; height: 52%; filter: none; }
  .lp-feature-row__title { order: 1; position: relative; z-index: 1; margin: 0 0 6px; width: 100%; font-size: 20px; color: #0d4d35; text-align: center; }
  .lp-feature-row__desc { order: 2; position: relative; z-index: 1; margin: 0; width: 100%; font-size: 13px; line-height: 1.6; text-align: center; color: #737272; }
  .lp-feature-row--active .lp-feature-row__desc { color: #0d4d35; }
  .lp-features__cta { margin-inline: auto; }

  .lp-founder { background: #fffbf8; padding: 8px 0 28px; }
  .lp-founder__banner { min-height: 0; display: flex; flex-direction: column; border-radius: 24px; overflow: hidden; }
  .lp-founder__photo { position: relative; inset: auto; width: 100%; height: 220px; object-fit: cover; }
  .lp-founder__banner::after { background: linear-gradient(180deg, rgba(4,64,43,0) 0%, #04402b 78%); }
  .lp-founder__copy { width: 100%; margin: 0; padding: 8px 16px 24px; }
  .lp-founder__copy { text-align: center; color: #04402b; }
  .lp-founder__title { font-size: 28px; line-height: 1.35; color: #04402b; text-align: center; }
  .lp-founder__desc { color: #24312c; text-align: center; }
  .lp-founder__points { display: flex; direction: ltr; justify-content: center; flex-wrap: wrap; gap: 16px; list-style: none; margin: 0; padding: 0; }
  .lp-founder__points li { display: flex; flex-direction: column; align-items: center; gap: 8px; list-style: none; color: #0d4d35; font-weight: 700; font-size: 13px; }
  .lp-founder__points img { width: 26px; height: 26px; padding: 12px; border: 2px solid #60d669; border-radius: 50%; box-sizing: content-box; }

  .lp-stats { padding: 84px 0 32px; text-align: center; }
  .lp-stats h2 { font-size: 26px; margin-bottom: 8px; }
  .lp-stats__grid { display: grid; grid-template-columns: 1fr; gap: 24px; direction: rtl; }
  .lp-stats__grid article { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; direction: rtl; width: min(100%, 320px); min-height: 130px; margin: 78px auto 0; padding: 64px 16px 20px; border-radius: 24px; background: #063828; text-align: center; }
  .lp-stats__orb { position: absolute; top: 0; left: 50%; z-index: 1; display: flex; align-items: center; justify-content: center; width: 112px; height: 112px; border-radius: 50%; background: #0c5a40; box-shadow: 0 0 0 10px #04402b; transform: translate(-50%, -58%); }
  .lp-stats__grid .lp-stats__orb img { position: static; top: auto; width: 52px; height: 52px; padding: 0; border-radius: 0; background: transparent; object-fit: contain; }
  .lp-stats__orb--pin { background: transparent; box-shadow: none; }
  .lp-stats__grid .lp-stats__orb--pin img { width: 112px; height: 112px; }
  .lp-stats__grid strong { font-size: 40px; line-height: 1; color: #60d669; }
  .lp-stats__grid article > span:not(.lp-stats__orb) { margin-top: 6px; font-size: 16px; }
  .lp-stats__grid small { margin-top: 4px; font-size: 13px; color: rgba(255,255,255,.86); }

  .lp-faq { background: #04402b; padding: 28px 0 16px; }
  .lp-faq__bg { display: none; }
  .lp-faq__title { color: #fff; font-size: 26px; }
  .lp-faq__grid { grid-template-columns: 1fr; width: 100%; max-width: 100%; }
  .lp-faq__item { width: 100%; max-width: 100%; min-height: 0; border-radius: 40px; }
  .lp-faq__question { width: 100%; height: auto; min-height: 60px; padding: 8px 14px; font-size: 15px; }
  .lp-faq__qtext { min-width: 0; }
  .lp-faq__icon, .lp-faq__icon img { width: 46px; height: 46px; }

  .lp-footer { min-height: 0; padding: 28px 0 16px; border-radius: 0; }
  .lp-footer__cta-title { font-size: 26px; }
  .lp-footer__cols { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .lp-footer__logo-stack { width: min(280px, 100%); }
}

@media (max-width: 640px) {
  .lp-hero { min-height: 0; padding-top: 96px; }
  .lp-hero__person-wrap { width: min(220px, 62%); }
  .lp-hero__title { font-size: 26px; }
  .lp-survey__options { grid-template-columns: 1fr; }
  .lp-membership__layout { grid-template-columns: 1fr; }
  .lp-membership__intro { order: -1; }
  .lp-features__list { grid-template-columns: 1fr; max-width: 300px; }
  .lp-app__stores { flex-direction: column; align-items: center; }
  .lp-founder__points { gap: 12px; }
  .lp-membership__benefits li { align-items: flex-start; }
}
