﻿/*
Theme Name: OGA MADAM Landing Page
Theme URI: https://shopwellness247.com/?product=oga-madam
Author: Dr PhysiQ
Description: A custom landing page theme for Special OGA MADAM healthy swallow alternative.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: oga-madam
*/

:root {
        --green-900: #073a20;
        --green-800: #0c5c2b;
        --green-700: #1c7a3a;
        --gold: #ffcc00;
        --clay: #b85f32;
        --cream: #fbfaf5;
        --mint: #eef7f1;
        --ink: #172117;
        --muted: #5f6f61;
        --line: #d8e6da;
        --shadow: 0 24px 70px rgba(7, 58, 32, 0.18);
      }

      * {
        box-sizing: border-box;
      }

      html {
        scroll-behavior: smooth;
      }

      body {
        margin: 0;
        font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
        color: var(--ink);
        background: var(--cream);
        line-height: 1.55;
      }

      img {
        display: block;
        width: 100%;
        height: auto;
      }

      a {
        color: inherit;
      }

      .page {
        overflow: hidden;
      }

      .section {
        padding: 80px 24px;
      }

      .section--hero {
        min-height: 92vh;
        padding-top: 56px;
        padding-bottom: 48px;
        color: white;
        background:
          radial-gradient(circle at 18% 18%, rgba(255, 204, 0, 0.26), transparent 28%),
          linear-gradient(135deg, #073a20 0%, #0c5c2b 46%, #1c7a3a 100%);
      }

      .section--mint {
        background: var(--mint);
      }

      .section--label {
        background:
          linear-gradient(180deg, rgba(255, 246, 142, 0.35), rgba(238, 247, 241, 0.72)),
          var(--cream);
      }

      .section--cta {
        color: white;
        background:
          linear-gradient(120deg, rgba(7, 58, 32, 0.95), rgba(12, 92, 43, 0.94)),
          url("assets/oga-madam-meal.png") center / cover;
      }

      .container {
        width: min(1120px, 100%);
        margin: 0 auto;
      }

      .section--hero .container {
        width: min(1320px, 100%);
      }

      .hero-grid,
      .split-grid {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(340px, 1fr);
        gap: 56px;
        align-items: center;
      }

      .hero-grid {
        grid-template-columns: minmax(320px, 0.82fr) minmax(520px, 1.18fr);
        gap: 44px;
      }

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

      .brand-mark {
        margin-bottom: 16px;
        color: #fff8cc;
        font-weight: 900;
      }

      .brand-mark span {
        display: block;
        color: rgba(255, 255, 255, 0.72);
        font-size: 0.86rem;
        font-style: italic;
        font-weight: 700;
      }

      .eyebrow {
        display: inline-flex;
        align-items: center;
        min-height: 34px;
        margin: 0 0 18px;
        padding: 6px 12px;
        border: 1px solid rgba(255, 255, 255, 0.26);
        border-radius: 999px;
        color: #fff8cc;
        background: rgba(255, 255, 255, 0.08);
        font-size: 0.82rem;
        font-weight: 800;
        letter-spacing: 0.08em;
        text-transform: uppercase;
      }

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

      h1 {
        margin-bottom: 22px;
        font-size: clamp(3rem, 8vw, 6.7rem);
        line-height: 0.92;
      }

      h2 {
        margin-bottom: 18px;
        font-size: clamp(2rem, 4.5vw, 3.8rem);
        line-height: 1;
      }

      h3 {
        margin-bottom: 8px;
        font-size: 1.12rem;
      }

      .lead {
        max-width: 620px;
        margin-bottom: 28px;
        color: rgba(255, 255, 255, 0.9);
        font-size: clamp(1.08rem, 2vw, 1.35rem);
      }

      .body-copy {
        max-width: 620px;
        color: var(--muted);
        font-size: 1.08rem;
      }

      .button-row {
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
        align-items: center;
      }

      .button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 52px;
        padding: 14px 22px;
        border: 0;
        border-radius: 8px;
        background: var(--gold);
        color: #101400;
        font-weight: 900;
        text-decoration: none;
        box-shadow: 0 14px 28px rgba(255, 204, 0, 0.2);
        transition: transform 180ms ease, box-shadow 180ms ease;
      }

      .button:hover,
      .button:focus-visible {
        transform: translateY(-2px);
        box-shadow: 0 18px 32px rgba(255, 204, 0, 0.28);
      }

      .button--light {
        background: white;
        color: var(--green-900);
      }

      .hero-media {
        position: relative;
      }

      .hero-slider {
        position: relative;
        overflow: hidden;
        height: clamp(520px, 54vw, 760px);
        border-radius: 8px;
        box-shadow: var(--shadow);
        background:
          radial-gradient(circle at 50% 38%, rgba(255, 204, 0, 0.18), transparent 44%),
          linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(238, 247, 241, 0.84));
      }

      .hero-slides {
        display: flex;
        height: 100%;
        transition: transform 520ms ease;
      }

      .hero-slide {
        position: relative;
        display: grid;
        flex: 0 0 100%;
        place-items: center;
        height: 100%;
        margin: 0;
        padding: 22px;
      }

      .hero-slide img {
        width: 100%;
        height: 100%;
        object-fit: contain;
      }

      .hero-slide--contain {
        background:
          radial-gradient(circle at 50% 40%, rgba(255, 204, 0, 0.2), transparent 42%),
          linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(238, 247, 241, 0.8));
      }

      .hero-slide--contain img {
        width: min(86%, 540px);
        padding: 32px;
      }

      .slider-button {
        position: absolute;
        top: 50%;
        z-index: 2;
        display: grid;
        place-items: center;
        width: 42px;
        height: 42px;
        border: 0;
        border-radius: 50%;
        background: rgba(7, 58, 32, 0.78);
        color: white;
        font-size: 1.45rem;
        font-weight: 900;
        cursor: pointer;
        transform: translateY(-50%);
      }

      .slider-button:hover,
      .slider-button:focus-visible {
        background: var(--green-900);
      }

      .slider-button--prev {
        left: 14px;
      }

      .slider-button--next {
        right: 14px;
      }

      .slider-dots {
        position: absolute;
        right: 0;
        bottom: 14px;
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: center;
        gap: 8px;
      }

      .slider-dot {
        width: 10px;
        height: 10px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.58);
        cursor: pointer;
      }

      .slider-dot.is-active {
        width: 28px;
        border-radius: 999px;
        background: var(--gold);
      }

      .image-frame img,
      .package-shot img {
        border-radius: 8px;
        box-shadow: var(--shadow);
        object-fit: cover;
      }

      .image-frame img {
        aspect-ratio: 4 / 3;
      }

      .trust-strip {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 14px;
        margin-top: 34px;
      }

      .trust-item {
        min-height: 76px;
        padding: 16px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.09);
      }

      .trust-item strong {
        display: block;
        font-size: 1.4rem;
        line-height: 1;
      }

      .trust-item span {
        color: rgba(255, 255, 255, 0.76);
        font-size: 0.92rem;
      }

      .section-head {
        display: flex;
        gap: 24px;
        align-items: end;
        justify-content: space-between;
        margin-bottom: 34px;
      }

      .section-head p {
        max-width: 430px;
        margin-bottom: 0;
        color: var(--muted);
      }

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

      .benefit {
        min-height: 194px;
        padding: 26px;
        border: 1px solid var(--line);
        border-radius: 8px;
        background: white;
        box-shadow: 0 16px 44px rgba(7, 58, 32, 0.07);
      }

      .benefit-icon {
        display: grid;
        place-items: center;
        width: 46px;
        height: 46px;
        margin-bottom: 18px;
        border-radius: 50%;
        background: #fff2a8;
        color: var(--green-900);
        font-weight: 900;
      }

      .benefit p,
      .quote p {
        margin-bottom: 0;
        color: var(--muted);
      }

      .split-copy {
        max-width: 540px;
      }

      .feature-list {
        display: grid;
        gap: 12px;
        margin: 24px 0 0;
        padding: 0;
        list-style: none;
      }

      .feature-list li {
        display: flex;
        gap: 10px;
        align-items: flex-start;
        color: #3f513f;
      }

      .feature-list span {
        display: grid;
        flex: 0 0 24px;
        place-items: center;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background: var(--green-800);
        color: white;
        font-size: 0.82rem;
        font-weight: 900;
      }

      .wellness-band {
        display: grid;
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
        gap: 36px;
        align-items: center;
      }

      .family-section {
        padding: 0;
        background: var(--green-900);
      }

      .family-grid {
        display: grid;
        grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
        align-items: stretch;
      }

      .family-image img {
        height: 100%;
        min-height: 520px;
        object-fit: cover;
      }

      .family-copy {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 64px clamp(24px, 5vw, 72px);
        color: white;
      }

      .family-copy p {
        color: rgba(255, 255, 255, 0.82);
        font-size: 1.08rem;
      }

      .family-points {
        display: grid;
        gap: 12px;
        margin: 18px 0 0;
        padding: 0;
        list-style: none;
      }

      .family-points li {
        padding-left: 18px;
        border-left: 4px solid var(--gold);
        color: rgba(255, 255, 255, 0.9);
        font-weight: 800;
      }

      .wellness-pills {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
      }

      .wellness-pills span {
        display: inline-flex;
        align-items: center;
        min-height: 46px;
        padding: 10px 16px;
        border: 1px solid #cfe0d2;
        border-radius: 999px;
        background: white;
        color: var(--green-900);
        font-weight: 800;
      }

      .label-grid {
        display: grid;
        grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
        gap: 42px;
        align-items: start;
      }

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

      .info-panel {
        min-height: 170px;
        padding: 22px;
        border: 1px solid var(--line);
        border-radius: 8px;
        background: white;
        box-shadow: 0 16px 44px rgba(7, 58, 32, 0.07);
      }

      .info-panel--wide {
        grid-column: 1 / -1;
      }

      .info-panel h3 {
        color: var(--green-800);
      }

      .compact-list {
        display: grid;
        gap: 8px;
        margin: 0;
        padding-left: 18px;
        color: var(--muted);
      }

      .compact-list strong {
        color: var(--ink);
      }

      .notice {
        margin: 16px 0 0;
        padding: 14px 16px;
        border-left: 4px solid #e00000;
        border-radius: 8px;
        background: #fff5ec;
        color: #623111;
        font-weight: 800;
      }

      .story-card {
        display: grid;
        grid-template-columns: minmax(0, 0.34fr) minmax(0, 0.66fr);
        gap: 32px;
        align-items: center;
        padding: 34px;
        border: 1px solid var(--line);
        border-radius: 8px;
        background: white;
        box-shadow: 0 16px 44px rgba(7, 58, 32, 0.07);
      }

      .story-label {
        display: inline-flex;
        align-items: center;
        min-height: 38px;
        padding: 8px 14px;
        border-radius: 999px;
        background: var(--green-800);
        color: white;
        font-size: 0.9rem;
        font-weight: 900;
        text-transform: uppercase;
      }

      .story-card h2 {
        margin: 12px 0 0;
      }

      .story-card blockquote {
        margin: 0;
        color: #344634;
        font-size: clamp(1.08rem, 2vw, 1.28rem);
      }

      .story-card cite {
        display: block;
        margin-top: 14px;
        color: var(--green-800);
        font-style: normal;
        font-weight: 900;
      }

      .story-note {
        margin-top: 18px;
        padding: 14px 16px;
        border-radius: 8px;
        background: #e00000;
        color: white;
        font-weight: 900;
      }

      .availability-card {
        display: grid;
        grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
        gap: 34px;
        align-items: center;
        overflow: hidden;
        border-radius: 8px;
        background:
          radial-gradient(circle at 82% 18%, rgba(255, 204, 0, 0.34), transparent 34%),
          linear-gradient(135deg, #073a20, #0c5c2b 58%, #1c7a3a);
        color: white;
        box-shadow: var(--shadow);
      }

      .availability-copy {
        padding: 46px clamp(24px, 5vw, 56px);
      }

      .availability-copy h2 {
        margin-bottom: 12px;
        color: white;
      }

      .availability-copy p {
        max-width: 560px;
        margin-bottom: 0;
        color: rgba(255, 255, 255, 0.82);
        font-size: 1.08rem;
      }

      .store-name {
        display: inline-flex;
        margin: 0 0 16px;
        padding: 8px 14px;
        border-radius: 999px;
        background: var(--gold);
        color: #162100;
        font-weight: 900;
        text-transform: uppercase;
      }

      .availability-image {
        align-self: stretch;
        display: grid;
        place-items: center;
        min-height: 360px;
        padding: 24px;
        background: rgba(255, 255, 255, 0.14);
      }

      .availability-image img {
        width: min(100%, 420px);
        max-height: 430px;
        object-fit: contain;
        filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.24));
      }

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

      .quote {
        min-height: 188px;
        padding: 26px;
        border-left: 5px solid var(--clay);
        border-radius: 8px;
        background: white;
        box-shadow: 0 16px 44px rgba(7, 58, 32, 0.07);
      }

      .quote strong {
        display: block;
        margin-top: 18px;
        color: var(--green-800);
      }

      .cta-inner {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 26px;
        align-items: center;
      }

      .cta-inner h2 {
        margin-bottom: 12px;
      }

      .cta-inner p {
        max-width: 620px;
        margin-bottom: 0;
        color: rgba(255, 255, 255, 0.8);
      }

      .contact-list {
        display: grid;
        gap: 8px;
        margin: 18px 0 0;
        padding: 0;
        color: rgba(255, 255, 255, 0.82);
        list-style: none;
      }

      .site-footer {
        padding: 44px 24px;
        color: rgba(255, 255, 255, 0.84);
        background: #062c19;
      }

      .footer-grid {
        display: grid;
        grid-template-columns: minmax(0, 1.1fr) minmax(220px, 0.7fr) minmax(220px, 0.7fr);
        gap: 28px;
        align-items: start;
      }

      .footer-brand {
        margin-bottom: 8px;
        color: white;
        font-size: 1.3rem;
        font-weight: 900;
      }

      .footer-title {
        margin-bottom: 10px;
        color: var(--gold);
        font-weight: 900;
      }

      .footer-list {
        display: grid;
        gap: 8px;
        margin: 0;
        padding: 0;
        list-style: none;
      }

      .footer-bottom {
        margin-top: 30px;
        padding-top: 18px;
        border-top: 1px solid rgba(255, 255, 255, 0.14);
        color: rgba(255, 255, 255, 0.62);
        font-size: 0.92rem;
      }

      @media (max-width: 860px) {
        .section {
          padding: 64px 18px;
        }

        .section--hero {
          min-height: auto;
          padding-top: 42px;
        }

        .hero-grid,
        .split-grid,
        .wellness-band,
        .family-grid,
        .story-card,
        .availability-card,
        .cta-inner,
        .label-grid,
        .info-panels,
        .footer-grid {
          grid-template-columns: 1fr;
        }

        .hero-copy {
          max-width: none;
        }

        .hero-slider {
          height: clamp(390px, 88vw, 620px);
        }

        .availability-image {
          min-height: 280px;
        }

        .family-image img {
          min-height: 360px;
        }

        .section-head {
          display: block;
        }

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

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

        .info-panel--wide {
          grid-column: auto;
        }
      }

      @media (max-width: 520px) {
        h1 {
          font-size: clamp(2.8rem, 17vw, 4rem);
        }

        .button,
        .button-row {
          width: 100%;
        }

        .wellness-pills span {
          width: 100%;
        }

        .hero-slide {
          padding: 12px;
        }

        .hero-slide--contain img {
          width: min(92%, 420px);
          padding: 18px;
        }

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