
    :root {
      --navy: #07102f;
      --text: #35405a;
      --muted: #6a7285;
      --green: #008978;
      --green-dark: #006f62;
      --green-soft: #e8f6f2;
      --white-soft: rgba(255, 255, 255, 0.88);
      --shadow: 0 24px 70px rgba(7, 16, 47, 0.18);
      --radius: 28px;
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body {
      min-height: 100vh;
      font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
      color: var(--navy);
      background: #ffffff;
      line-height: 1.6;
    }

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

    .benefits-page {
      min-height: 100vh;
      position: relative;
      overflow: hidden;
      background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.82) 44%, rgba(232, 246, 242, 0.72) 100%),
        url("https://images.unsplash.com/photo-1498837167922-ddd27525d352?auto=format&fit=crop&w=1800&q=85") center/cover no-repeat;
    }

    .benefits-page::before,
    .benefits-page::after {
      content: "";
      position: absolute;
      border-radius: 50%;
      background: rgba(0, 137, 120, 0.12);
      filter: blur(6px);
      z-index: 0;
    }

    .benefits-page::before {
      width: 460px;
      height: 460px;
      right: -140px;
      top: 90px;
    }

    .benefits-page::after {
      width: 330px;
      height: 330px;
      left: -90px;
      bottom: -100px;
    }

    .navbar {
      position: relative;
      z-index: 5;
      height: 82px;
      padding: 0 76px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: rgba(255, 255, 255, 0.78);
      box-shadow: 0 8px 28px rgba(22, 39, 68, 0.08);
      backdrop-filter: blur(18px);
    }

    .logo {
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 34px;
      font-weight: 800;
      letter-spacing: 0.02em;
    }

    .logo-mark {
      width: 44px;
      height: 38px;
      position: relative;
      transform: rotate(-45deg);
      background: linear-gradient(135deg, #009f92, #006f62);
      border-radius: 8px 8px 4px 8px;
    }

    .logo-mark::before,
    .logo-mark::after {
      content: "";
      position: absolute;
      width: 44px;
      height: 38px;
      background: inherit;
      border-radius: 50%;
    }

    .logo-mark::before {
      top: -21px;
      left: 0;
    }

    .logo-mark::after {
      left: 21px;
      top: 0;
    }

    .nav-links {
      display: flex;
      gap: 42px;
      font-weight: 700;
      color: #11172f;
    }

    .nav-links a:nth-child(3) {
      color: var(--green-dark);
    }

    .download-btn {
      min-height: 44px;
      padding: 0 28px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      color: white;
      font-weight: 800;
      background: linear-gradient(135deg, var(--green), var(--green-dark));
      box-shadow: 0 12px 28px rgba(0, 137, 120, 0.25);
    }

    .hero {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: 1.05fr 0.95fr;
      gap: 44px;
      align-items: center;
      padding: 70px 76px 52px;
    }

    .hero-copy {
      max-width: 690px;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 10px 18px;
      border-radius: 999px;
      color: var(--green-dark);
      background: rgba(232, 246, 242, 0.92);
      font-weight: 800;
      margin-bottom: 24px;
      box-shadow: 0 12px 30px rgba(0, 137, 120, 0.08);
    }

    h1 {
      font-size: clamp(3.1rem, 5vw, 5.6rem);
      line-height: 1.04;
      font-weight: 800;
      letter-spacing: -0.03em;
      margin-bottom: 22px;
    }

    h1 span {
      color: var(--green);
      display: block;
    }

    .lead {
      color: var(--text);
      font-size: 20px;
      max-width: 620px;
      margin-bottom: 34px;
    }

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

    .primary,
    .secondary {
      min-height: 52px;
      padding: 0 28px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-weight: 800;
    }

    .primary {
      color: white;
      background: linear-gradient(135deg, var(--green), var(--green-dark));
      box-shadow: 0 16px 35px rgba(0, 137, 120, 0.24);
    }

    .secondary {
      color: var(--green-dark);
      background: rgba(255, 255, 255, 0.76);
      border: 1.5px solid rgba(0, 137, 120, 0.45);
      backdrop-filter: blur(12px);
    }

    .meal-collage {
      min-height: 540px;
      position: relative;
    }

    .meal-card {
      position: absolute;
      border-radius: 32px;
      overflow: hidden;
      box-shadow: var(--shadow);
      background: white;
      border: 8px solid rgba(255, 255, 255, 0.85);
    }

    .meal-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .meal-card.one {
      width: 330px;
      height: 420px;
      top: 12px;
      left: 40px;
      transform: rotate(-4deg);
    }

    .meal-card.two {
      width: 280px;
      height: 250px;
      right: 0;
      top: 80px;
      transform: rotate(5deg);
    }

    .meal-card.three {
      width: 300px;
      height: 230px;
      right: 70px;
      bottom: 20px;
      transform: rotate(-2deg);
    }

    .floating-note {
      position: absolute;
      left: 0;
      bottom: 48px;
      width: 275px;
      padding: 20px;
      border-radius: 24px;
      background: rgba(255, 255, 255, 0.86);
      backdrop-filter: blur(18px);
      box-shadow: 0 20px 50px rgba(7, 16, 47, 0.16);
      border: 1px solid rgba(255, 255, 255, 0.72);
    }

    .floating-note strong {
      display: block;
      color: var(--green-dark);
      font-size: 18px;
      margin-bottom: 4px;
    }

    .floating-note p {
      color: var(--text);
      font-size: 14px;
    }

    .benefits-section {
      position: relative;
      z-index: 3;
      padding: 20px 76px 76px;
    }

    .section-header {
      text-align: center;
      margin-bottom: 34px;
    }

    .section-header h2 {
      font-size: clamp(2rem, 3vw, 3.2rem);
      line-height: 1.15;
      margin-bottom: 12px;
    }

    .section-header p {
      color: var(--text);
      font-size: 18px;
      max-width: 720px;
      margin: 0 auto;
    }

    .benefit-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 22px;
    }

    .benefit-card {
      min-height: 250px;
      padding: 26px;
      border-radius: var(--radius);
      background: var(--white-soft);
      backdrop-filter: blur(18px);
      border: 1px solid rgba(255, 255, 255, 0.66);
      box-shadow: 0 18px 45px rgba(7, 16, 47, 0.10);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .benefit-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 28px 65px rgba(7, 16, 47, 0.16);
    }

    .icon {
      width: 58px;
      height: 58px;
      display: grid;
      place-items: center;
      border-radius: 18px;
      background: var(--green-soft);
      color: var(--green-dark);
      font-size: 28px;
      margin-bottom: 20px;
    }

    .benefit-card h3 {
      font-size: 21px;
      line-height: 1.25;
      margin-bottom: 10px;
    }

    .benefit-card p {
      color: var(--text);
      font-size: 15.5px;
    }

    .meal-strip {
      position: relative;
      z-index: 3;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
      padding: 0 76px 78px;
    }

    .strip-card {
      min-height: 260px;
      border-radius: 32px;
      overflow: hidden;
      position: relative;
      box-shadow: var(--shadow);
    }

    .strip-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent 25%, rgba(0, 0, 0, 0.62));
    }

    .strip-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .strip-card h3 {
      position: absolute;
      left: 24px;
      right: 24px;
      bottom: 22px;
      z-index: 2;
      color: white;
      font-size: 24px;
      line-height: 1.2;
    }

    @media (max-width: 1180px) {
      .navbar {
        padding: 0 28px;
      }

      .nav-links {
        display: none;
      }

      .hero {
        grid-template-columns: 1fr;
        padding: 56px 28px 30px;
      }

      .meal-collage {
        min-height: 500px;
      }

      .benefits-section,
      .meal-strip {
        padding-left: 28px;
        padding-right: 28px;
      }

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

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

    @media (max-width: 680px) {
      .navbar {
        height: auto;
        padding: 18px 20px;
      }

      .logo {
        font-size: 27px;
      }

      .download-btn {
        display: none;
      }

      .hero {
        padding: 42px 20px 28px;
      }

      h1 {
        font-size: 3rem;
      }

      .lead {
        font-size: 17px;
      }

      .primary,
      .secondary {
        width: 100%;
      }

      .meal-collage {
        min-height: 760px;
      }

      .meal-card.one,
      .meal-card.two,
      .meal-card.three,
      .floating-note {
        position: relative;
        width: 100%;
        height: 220px;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        transform: none;
        margin-bottom: 18px;
      }

      .floating-note {
        height: auto;
      }

      .benefits-section,
      .meal-strip {
        padding-left: 20px;
        padding-right: 20px;
      }

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