/* =========================================================
   NIXMEN — Advanced Prostate Support
   Modern editorial mobile landing · Pakistan GEO · RTL/Urdu
   Navy + pastels · torn-paper edges · photo-rich
   ========================================================= */

:root {
    /* core */
    --navy: #12244a;
    --navy-2: #0d1c3c;
    --navy-soft: #1d3766;

    /* pastel blocks */
    --sky: #d9e9f6;
    --mint: #d8efe1;
    --pink: #fbdde7;
    --cream: #f5ecdb;

    /* accents */
    --gold: #d99b34;
    --gold-deep: #b97f24;
    --red: #e23744;
    --red-deep: #c72433;
    --green: #1f8a4c;

    /* neutrals */
    --ink: #12244a;
    --body: #4a566d;
    --muted: #8593a8;
    --line: #e7e0d2;
    --card: #ffffff;
    --paper: #fbf8f1;

    /* type */
    --display: 'Noto Nastaliq Urdu', serif;
    --text: 'Noto Naskh Arabic', serif;
    --serif: 'Playfair Display', Georgia, serif;
    --ui: 'Manrope', system-ui, sans-serif;

    --shadow-sm: 0 4px 16px rgba(18,36,74,.08);
    --shadow: 0 18px 44px -20px rgba(18,36,74,.34);
    --shadow-lg: 0 34px 80px -30px rgba(18,36,74,.5);
    --r: 22px;
    --r-lg: 30px;

    --tear: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201440%2040'%20preserveAspectRatio='none'%3E%3Cpath%20d='M0,40%20L0,13%20L31,13%20L54,17%20L72,6%20L101,20%20L136,30%20L159,14%20L192,14%20L210,8%20L229,22%20L251,18%20L287,14%20L333,14%20L365,14%20L404,16%20L423,3%20L465,14%20L499,20%20L535,28%20L565,26%20L593,18%20L638,16%20L668,20%20L698,15%20L721,13%20L745,21%20L790,7%20L829,18%20L845,16%20L868,19%20L906,22%20L922,18%20L951,34%20L981,6%20L1011,32%20L1054,12%20L1075,19%20L1110,3%20L1151,12%20L1170,30%20L1211,13%20L1242,28%20L1272,29%20L1295,20%20L1315,12%20L1350,29%20L1369,16%20L1385,17%20L1424,21%20L1440,15%20L1440,40%20Z'%20fill='%23000'/%3E%3C/svg%3E");
}

* { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html { scroll-behavior: smooth; }
body {
    font-family: var(--text);
    color: var(--body);
    background: #c9d2e0;
    line-height: 1.9;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.shell {
    position: relative;
    max-width: 480px;
    margin: 0 auto;
    background: var(--paper);
    box-shadow: 0 0 90px rgba(18,36,74,.2);
    overflow: hidden;
    padding-bottom: 86px;
}

/* ---------- helpers ---------- */
.ui { font-family: var(--ui); font-weight: 700; direction: ltr; unicode-bidi: isolate; }
.serif { font-family: var(--serif); }
.brand { font-family: var(--serif); font-weight: 800; letter-spacing: -.3px; }

.cross { display: inline-block; vertical-align: middle; width: .7em; height: .7em; color: var(--red); }

.section { position: relative; padding: 50px 20px; }
.section.tight { padding: 42px 20px; }

.s-eyebrow {
    display: inline-flex; align-items: center; gap: 7px;
    font-family: var(--ui); font-weight: 700; font-size: 11px; letter-spacing: 2px;
    text-transform: uppercase; color: var(--gold-deep);
    background: rgba(217,155,52,.12); border: 1px solid rgba(217,155,52,.3);
    padding: 6px 14px; border-radius: 999px; direction: ltr;
}
.s-title {
    font-family: var(--display); font-weight: 700;
    font-size: 26px; line-height: 2.05; color: var(--ink);
    margin: 14px 0 6px; padding-top: 6px;
}
.s-title .gold { color: var(--gold-deep); }
.s-title .red { color: var(--red); }
.center { text-align: center; }
.center .s-eyebrow { margin: 0 auto; }
.s-sub { font-size: 15px; color: var(--body); line-height: 1.85; margin-bottom: 26px; }
.center .s-sub { max-width: 38ch; margin-left: auto; margin-right: auto; }

/* torn paper edge — sits at section bottom, colored as next section */
.tear {
    position: absolute; left: 0; bottom: -1px; width: 100%; height: 26px;
    background: var(--c, #fff); z-index: 5; pointer-events: none;
    -webkit-mask: var(--tear) bottom / 100% 100% no-repeat;
    mask: var(--tear) bottom / 100% 100% no-repeat;
}

/* photo frame */
.frame {
    position: relative; border-radius: var(--r); overflow: hidden;
    background: #fff; border: 5px solid #fff; box-shadow: var(--shadow);
}
.frame img { width: 100%; height: 100%; object-fit: cover; }
.frame .cap {
    position: absolute; bottom: 8px; right: 8px; left: 8px;
    background: rgba(18,36,74,.62); backdrop-filter: blur(3px); color: #fff;
    font-size: 12px; font-weight: 700; padding: 7px 11px; border-radius: 12px;
    display: flex; align-items: center; gap: 6px;
}
.frame .cap svg { width: 14px; height: 14px; flex-shrink: 0; }
.tilt-l { transform: rotate(-1.6deg); }
.tilt-r { transform: rotate(1.6deg); }

/* buttons */
.btn {
    display: flex; align-items: center; justify-content: center; gap: 9px;
    width: 100%; border: none; cursor: pointer; font-family: var(--text);
    font-weight: 700; font-size: 18px; color: #fff; line-height: 1.2;
    background: linear-gradient(180deg, #ec4350, var(--red-deep));
    padding: 16px 18px; border-radius: 16px; white-space: nowrap;
    box-shadow: 0 16px 32px -12px rgba(199,36,51,.7);
    transition: transform .15s ease, box-shadow .2s ease;
}
.btn:active { transform: translateY(1px) scale(.995); }
.btn .circ {
    width: 28px; height: 28px; border-radius: 50%; background: rgba(255,255,255,.22);
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.btn .circ svg { width: 16px; height: 16px; }
.btn-pulse { animation: pulse 2.4s infinite; }
@keyframes pulse {
    0% { box-shadow: 0 16px 32px -12px rgba(199,36,51,.7), 0 0 0 0 rgba(226,55,68,.5); }
    70% { box-shadow: 0 16px 32px -12px rgba(199,36,51,.7), 0 0 0 16px rgba(226,55,68,0); }
    100% { box-shadow: 0 16px 32px -12px rgba(199,36,51,.7), 0 0 0 0 rgba(226,55,68,0); }
}

/* alert */
.alert-bar {
    background: var(--navy-2); color: #fff; font-size: 12.5px; font-weight: 600;
    text-align: center; padding: 9px 16px; line-height: 1.6; letter-spacing: .2px;
}
.alert-bar b { color: var(--gold); }

/* =========================================================
   HERO
   ========================================================= */
.hero {
    position: relative; color: #fff; padding: 16px 20px 56px;
    background:
        linear-gradient(180deg, rgba(10,22,46,.84) 0%, rgba(13,28,58,.58) 42%, rgba(11,24,52,.80) 100%),
        url('../img/hero-bg.webp') center top / cover no-repeat,
        linear-gradient(165deg, #163058 0%, #0c1c3b 100%);
    overflow: hidden;
}
.hero::after {
    content: ""; position: absolute; inset: 0; opacity: .06; pointer-events: none;
    background-image: radial-gradient(circle at 1px 1px, #fff 1px, transparent 0);
    background-size: 24px 24px;
}
.hero > * { position: relative; z-index: 2; }
.hero > .tear { position: absolute; z-index: 5; }
.hero-top { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 20px; }
.pill {
    display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; font-weight: 700;
    padding: 6px 12px; border-radius: 999px; line-height: 1; white-space: nowrap;
}
.pill svg { width: 13px; height: 13px; }
.pill-gold { background: linear-gradient(135deg,#e8bd55,var(--gold-deep)); color: #2a1d04; }
.pill-halal { background: rgba(255,255,255,.1); border: 1px solid rgba(120,210,150,.5); color: #b9f0cd; }

.hero h1 {
    font-family: var(--display); font-weight: 700; font-size: 27px; line-height: 2.0;
    margin-bottom: 14px; text-shadow: 0 2px 14px rgba(0,0,0,.35);
}
.hero h1 .gold { color: var(--gold); }
.hero-lead { font-size: 15.5px; color: #c3d3ea; margin-bottom: 22px; }

/* hero visual: bottle + inset photo + play */
.hero-visual { position: relative; margin-bottom: 24px; }
.hero-bottle-wrap {
    position: relative; text-align: center; padding: 8px 0 4px;
}
.hero-bottle-wrap .halo {
    position: absolute; width: 320px; height: 320px; border-radius: 50%; top: 0; left: 50%;
    transform: translateX(-50%); pointer-events: none;
    background: radial-gradient(circle, rgba(123,178,222,.5), transparent 62%); filter: blur(6px);
}
.hero-bottle-wrap img.bottle {
    position: relative; height: 420px; width: auto; margin: 0 auto;
    filter: drop-shadow(0 30px 36px rgba(0,0,0,.55)); animation: float 5.5s ease-in-out infinite;
}
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

.hero-photo {
    position: absolute; left: 6px; bottom: 0; width: 160px; height: 240px;
    border-radius: 18px; border: 4px solid #fff; overflow: hidden;
    box-shadow: 0 16px 30px -12px rgba(0,0,0,.6); transform: rotate(-3deg);
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo .tag {
    position: absolute; top: 7px; right: 7px; background: var(--gold); color: #2a1d04;
    font-size: 9px; font-weight: 800; font-family: var(--ui); padding: 3px 7px; border-radius: 7px; direction: ltr;
}
.play-btn {
    position: absolute; right: 8px; top: 16px; display: flex; align-items: center; gap: 8px;
}
.play-btn .dot {
    width: 50px; height: 50px; border-radius: 50%; background: var(--red);
    display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 24px -8px rgba(226,55,68,.8);
    animation: pulse 2.6s infinite;
}
.play-btn .dot svg { width: 20px; height: 20px; color: #fff; margin-right: -2px; }
.play-btn span { font-size: 12px; font-weight: 700; color: #d7e3f5; max-width: 70px; line-height: 1.3; }

.hero-trust {
    display: flex; gap: 6px; justify-content: center; flex-wrap: wrap; margin-bottom: 22px;
}
.hero-trust .t {
    display: inline-flex; align-items: center; gap: 5px; font-size: 11.5px; color: #cddcf0;
    background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13);
    padding: 6px 11px; border-radius: 999px;
}
.hero-trust .t svg { width: 13px; height: 13px; color: #7fd6a0; }
.hero-trust .stars { color: var(--gold); letter-spacing: 1px; }

/* shared lead form */
.lead-form { display: grid; gap: 10px; }
.field { position: relative; }
.field input {
    width: 100%; border: none; border-radius: 14px; padding: 14px 16px;
    font-family: var(--text); font-size: 16px; background: #fff; color: var(--ink); line-height: 1.4;
}
.field input::placeholder { color: #9aa6ba; }
.field input.tel { direction: ltr; text-align: left; }
.field.invalid input { box-shadow: 0 0 0 2px var(--red); }
.field .err { display: none; font-size: 12px; color: #ffd2d5; margin: 4px 6px 0; }
.hero .field .err { color: #ffd2d5; }
.field.invalid .err { display: block; }
.form-hint { font-size: 12.5px; color: #b6c8e0; text-align: center; margin-top: 4px; line-height: 1.7; }

/* =========================================================
   PROBLEM — photo cards of people with the problem
   ========================================================= */
.problem { background: var(--cream); }
.prob-grid { display: grid; gap: 16px; }
.prob-card {
    position: relative; border-radius: var(--r); overflow: hidden;
    box-shadow: var(--shadow); background: #fff; border: 5px solid #fff;
}
.prob-card .ph { position: relative; aspect-ratio: 4/3; }
.prob-card .ph img { width: 100%; height: 100%; object-fit: cover; }
.prob-card .ph::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(15,25,45,.82));
}
.prob-card .ph .num {
    position: absolute; top: 12px; right: 12px; width: 34px; height: 34px; border-radius: 50%;
    background: var(--badge, var(--red)); color: #fff; font-family: var(--ui); font-weight: 800; font-size: 15px;
    display: flex; align-items: center; justify-content: center; direction: ltr; box-shadow: var(--shadow-sm);
}
.prob-card .ph h3 {
    position: absolute; bottom: 12px; right: 14px; left: 14px; color: #fff;
    font-family: var(--text); font-weight: 700; font-size: 17px; line-height: 1.6; z-index: 2;
}
.prob-card .body { padding: 14px 16px 16px; }
.prob-card .body p { font-size: 14px; color: var(--body); line-height: 1.85; }

.warn {
    margin-top: 20px; background: linear-gradient(160deg, #16264a, #0d1a36); color: #fff;
    border-radius: var(--r); padding: 20px; box-shadow: var(--shadow);
}
.warn .h { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.warn .h svg { width: 24px; height: 24px; color: var(--red); }
.warn .h b { color: #ff9099; font-size: 16px; }
.warn p { font-size: 14px; color: #c4cfe0; line-height: 1.9; }

/* =========================================================
   SOLUTION / EXPERT
   ========================================================= */
.solution { background: var(--sky); }
.expert {
    display: grid; gap: 0; background: #fff; border-radius: var(--r-lg);
    overflow: hidden; box-shadow: var(--shadow-lg);
}
.expert .ph { position: relative; aspect-ratio: 16/11; }
.expert .ph img { width: 100%; height: 100%; object-fit: cover; }
.expert .ph .badge {
    position: absolute; bottom: 12px; right: 12px; display: flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,.94); padding: 8px 12px; border-radius: 12px; box-shadow: var(--shadow-sm);
}
.expert .ph .badge svg { width: 26px; height: 26px; color: var(--navy); flex-shrink: 0; }
.expert .ph .badge .nm { font-family: var(--text); font-weight: 700; color: var(--ink); font-size: 14px; line-height: 1.4; }
.expert .ph .badge .rl { font-size: 11px; color: var(--gold-deep); font-weight: 700; }
.expert .q { padding: 22px 20px 24px; }
.expert .q p {
    font-size: 14.5px; color: var(--body); line-height: 1.95;
    border-right: 4px solid var(--sky); padding-right: 14px;
}
.expert .q strong { color: var(--ink); }
.expert .q .lead-line { font-family: var(--display); font-size: 19px; color: var(--ink); line-height: 2; margin-bottom: 6px; padding-top: 4px; border: none; padding-right: 0; }

/* =========================================================
   BENEFITS — pastel feature cards
   ========================================================= */
.benefits { background: var(--paper); }
.feat-grid { display: grid; gap: 14px; }
.feat {
    border-radius: var(--r); padding: 22px 18px; position: relative; overflow: hidden;
    box-shadow: var(--shadow-sm);
}
.feat.b1 { background: var(--sky); }
.feat.b2 { background: var(--mint); }
.feat.b3 { background: var(--pink); }
.feat .ic {
    width: 52px; height: 52px; border-radius: 50%; background: #fff; box-shadow: var(--shadow-sm);
    display: flex; align-items: center; justify-content: center; margin-bottom: 14px;
}
.feat .ic svg { width: 26px; height: 26px; color: var(--navy); }
.feat h3 { font-family: var(--text); font-weight: 700; font-size: 18px; color: var(--ink); line-height: 1.6; margin-bottom: 6px; }
.feat p { font-size: 14px; color: #4f5a6b; line-height: 1.8; }
.feat .pls { position: absolute; left: -10px; bottom: -10px; width: 70px; height: 70px; color: rgba(18,36,74,.07); }

/* =========================================================
   INGREDIENTS
   ========================================================= */
.ingredients { background: var(--cream); }
.ing-vip { display: grid; gap: 14px; margin-bottom: 14px; }
.ing-card {
    position: relative; background: #fff; border-radius: var(--r); padding: 14px;
    display: flex; gap: 14px; align-items: center; box-shadow: var(--shadow-sm); overflow: hidden;
}
.ing-card.star { box-shadow: 0 18px 40px -20px rgba(217,155,52,.6); border: 2px solid var(--gold); }
.ing-card .pic { width: 72px; height: 72px; border-radius: 16px; overflow: hidden; flex-shrink: 0; }
.ing-card .pic img { width: 100%; height: 100%; object-fit: cover; }
.ing-card .tag {
    position: absolute; top: 0; right: 0; background: var(--gold); color: #2a1d04;
    font-family: var(--ui); font-weight: 800; font-size: 10px; padding: 4px 10px; border-radius: 0 0 0 12px; direction: ltr;
}
.ing-card .nm { font-family: var(--ui); font-weight: 800; font-size: 15px; color: var(--ink); direction: ltr; }
.ing-card .nm .dose { color: var(--gold-deep); }
.ing-card.green .nm .dose { color: var(--green); }
.ing-card .sub { font-size: 12px; color: var(--muted); font-weight: 700; margin: 1px 0 4px; }
.ing-card p { font-size: 13.5px; color: var(--body); line-height: 1.75; }

.ing-more { background: #fff; border-radius: var(--r); padding: 18px; box-shadow: var(--shadow-sm); }
.ing-more h4 { font-family: var(--text); font-weight: 700; font-size: 16px; color: var(--ink); border-bottom: 1px solid var(--line); padding-bottom: 10px; margin-bottom: 14px; }
.ing-more li { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 12px; }
.ing-more li:last-child { margin-bottom: 0; }
.ing-more li svg { width: 20px; height: 20px; color: var(--navy); flex-shrink: 0; margin-top: 5px; }
.ing-more li p { font-size: 14px; color: var(--body); line-height: 1.8; }
.ing-more li strong { color: var(--ink); }

/* =========================================================
   TIMELINE (navy)
   ========================================================= */
.timeline-sec {
    background: radial-gradient(90% 60% at 100% 0%, #1d3c6e 0%, transparent 55%), linear-gradient(180deg, #132a52, #0b1936);
    color: #fff;
}
.timeline-sec .s-title { color: #fff; }
.timeline-sec .s-sub { color: #9fb4d3; }
.timeline { position: relative; border-right: 2px solid rgba(120,170,220,.35); margin-right: 8px; }
.tl-item { position: relative; padding: 0 24px 26px 0; }
.tl-item:last-child { padding-bottom: 0; }
.tl-item .dot { position: absolute; right: -9px; top: 6px; width: 16px; height: 16px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(217,155,52,.2), 0 0 16px rgba(217,155,52,.7); }
.tl-item h4 { font-family: var(--text); font-weight: 700; color: #8fc0ef; font-size: 17px; margin-bottom: 4px; }
.tl-item .day { font-family: var(--ui); font-weight: 800; direction: ltr; }
.tl-item p { font-size: 14px; color: #c3d2e8; line-height: 1.85; }

/* =========================================================
   HAPPY / RESULTS (mint, photos)
   ========================================================= */
.happy { background: var(--mint); }
.happy-band {
    position: relative; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow);
    margin-bottom: 18px; aspect-ratio: 16/10; border: 5px solid #fff;
}
.happy-band img { width: 100%; height: 100%; object-fit: cover; }
.happy-band .ov {
    position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(12,25,52,.8));
    display: flex; align-items: flex-end; padding: 18px;
}
.happy-band .ov p { color: #fff; font-family: var(--display); font-size: 19px; line-height: 1.95; padding-top: 4px; }
.happy-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.happy-cards .hc { background: #fff; border-radius: var(--r); padding: 16px; box-shadow: var(--shadow-sm); }
.happy-cards .hc .big { font-family: var(--serif); font-weight: 800; font-size: 30px; color: var(--gold-deep); direction: ltr; line-height: 1; }
.happy-cards .hc .lbl { font-size: 13px; color: var(--body); margin-top: 6px; line-height: 1.6; }

/* =========================================================
   REVIEWS — pastel quote cards
   ========================================================= */
.reviews { background: var(--paper); }
.rev-grid { display: grid; gap: 14px; }
.review { position: relative; border-radius: var(--r); padding: 20px 18px 18px; box-shadow: var(--shadow-sm); }
.review.r1 { background: var(--sky); }
.review.r2 { background: var(--cream); }
.review.r3 { background: var(--pink); }
.review .quote-mark { font-family: var(--serif); font-size: 46px; line-height: .6; color: rgba(18,36,74,.18); }
.review p { font-size: 14px; color: #45526a; line-height: 1.9; margin: 6px 0 14px; }
.review .who { display: flex; align-items: center; gap: 12px; }
.review .who img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; border: 3px solid #fff; box-shadow: var(--shadow-sm); }
.review .who h4 { font-family: var(--text); font-weight: 700; font-size: 15px; color: var(--ink); }
.review .who .age { font-family: var(--ui); direction: ltr; unicode-bidi: isolate; }
.review .who .rstars { color: var(--gold); font-size: 13px; letter-spacing: 1px; }
.review .vbadge {
    position: absolute; top: 16px; left: 16px; display: flex; align-items: center; gap: 4px;
    background: rgba(31,138,76,.14); color: #15683a; font-size: 10.5px; font-weight: 700; padding: 4px 9px; border-radius: 8px;
}
.review .vbadge svg { width: 12px; height: 12px; }

/* =========================================================
   PRIVACY (navy)
   ========================================================= */
.privacy { background: linear-gradient(160deg, #16264a, #0c1a38); color: #fff; }
.privacy .p-head { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 6px; }
.privacy .p-head svg { width: 30px; height: 30px; color: #6bd79a; }
.privacy .p-head h2 { font-family: var(--display); font-weight: 700; font-size: 22px; padding-top: 4px; }
.privacy .p-sub { text-align: center; font-size: 14px; color: #b3c2da; margin-bottom: 18px; }
.privacy ul { max-width: 360px; margin: 0 auto; display: grid; gap: 12px; }
.privacy li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: #d2ddec; line-height: 1.8; }
.privacy li svg { width: 20px; height: 20px; color: #6bd79a; flex-shrink: 0; margin-top: 5px; }
.privacy li strong { color: #fff; }

/* =========================================================
   FAQ
   ========================================================= */
.faq { background: var(--paper); }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; margin-bottom: 12px; box-shadow: var(--shadow-sm); }
.faq-item:last-child { margin-bottom: 0; }
.faq-q { width: 100%; text-align: right; background: none; border: none; cursor: pointer; font-family: var(--text); font-weight: 700; font-size: 15.5px; color: var(--ink); padding: 16px 18px; display: flex; align-items: center; gap: 10px; line-height: 1.6; }
.faq-q .qicon { width: 22px; height: 22px; color: var(--navy); flex-shrink: 0; }
.faq-q .chev { width: 18px; height: 18px; margin-right: auto; color: var(--muted); transition: transform .3s ease; }
.faq-item.open .chev { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-a p { padding: 0 18px 16px; font-size: 14px; color: var(--body); line-height: 1.85; }

/* =========================================================
   ORDER (navy)
   ========================================================= */
.order {
    position: relative;
    background: radial-gradient(110% 70% at 80% 0%, #214a86 0%, transparent 55%), linear-gradient(160deg, #163058, #0c1c3b);
}
.order-card { position: relative; z-index: 2; background: #fff; border-radius: var(--r-lg); padding: 26px 22px; box-shadow: var(--shadow-lg); }
.order-card h2 { font-family: var(--display); font-weight: 700; font-size: 23px; color: var(--ink); text-align: center; padding-top: 4px; }
.order-card .o-sub { text-align: center; font-size: 14px; color: var(--muted); margin-bottom: 20px; }
.price-row { display: flex; align-items: center; justify-content: center; gap: 16px; background: #fff5f0; border: 1px solid #f7d9cf; border-radius: 16px; padding: 14px; margin-bottom: 18px; }
.price-row .old { font-family: var(--ui); font-size: 14px; color: var(--muted); text-decoration: line-through; display: block; direction: ltr; }
.price-row .now { font-family: var(--ui); font-weight: 800; font-size: 30px; color: var(--red-deep); line-height: 1; direction: ltr; }
.price-row .now small { font-size: 16px; }
.price-row .disc { background: var(--red-deep); color: #fff; font-family: var(--ui); font-weight: 800; font-size: 14px; padding: 7px 12px; border-radius: 10px; direction: ltr; }

.countdown { display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 14px; direction: ltr; }
.cd-box { text-align: center; }
.cd-box .num { font-family: var(--ui); font-weight: 800; font-size: 22px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 12px; padding: 8px 4px; min-width: 52px; }
.cd-box.sec .num { color: var(--red-deep); border-color: #f3c9cd; }
.cd-box .lbl { font-size: 10px; color: var(--muted); font-weight: 700; margin-top: 5px; }
.cd-colon { font-family: var(--ui); font-weight: 800; font-size: 22px; color: #c2c8d2; }

.stock { margin-bottom: 18px; }
.stock-top { display: flex; justify-content: space-between; font-size: 12.5px; font-weight: 700; color: var(--body); margin-bottom: 6px; }
.stock-top .left { color: var(--red-deep); }
.stock-bar { height: 9px; background: var(--line); border-radius: 999px; overflow: hidden; }
.stock-fill { height: 100%; width: 18%; background: linear-gradient(90deg, var(--red), #f06d77); border-radius: 999px; }

.order-card .field input { background: var(--paper); box-shadow: inset 0 0 0 2px var(--line); }
.order-card .field input:focus { outline: none; box-shadow: inset 0 0 0 2px var(--navy); background: #fff; }
.order-card .field.invalid input { box-shadow: inset 0 0 0 2px var(--red); }
.order-card .field label { display: block; font-size: 13.5px; font-weight: 700; color: var(--ink); margin-bottom: 6px; }
.order-card .field .err { color: var(--red-deep); }
.cod-note { background: var(--sky); border-radius: 12px; padding: 11px 14px; margin: 14px 0 4px; }
.cod-note p { font-size: 12.5px; text-align: center; color: var(--navy); line-height: 1.7; }
.cod-note strong { color: var(--ink); }
.cod-badge { display: flex; align-items: center; justify-content: center; gap: 8px; background: #eaf6ee; border: 1px solid #cde8d6; border-radius: 12px; padding: 10px; margin-top: 14px; }
.cod-badge svg { width: 22px; height: 22px; color: #15683a; }
.cod-badge span { font-weight: 700; color: #15683a; font-size: 14px; }
.form-success { display: none; text-align: center; padding: 16px 8px; }
.form-success.show { display: block; }
.form-success .ok { width: 64px; height: 64px; margin: 0 auto 14px; border-radius: 50%; background: #eaf6ee; display: flex; align-items: center; justify-content: center; }
.form-success .ok svg { width: 34px; height: 34px; color: #15683a; }
.form-success h3 { font-family: var(--display); font-weight: 700; font-size: 21px; color: var(--ink); padding-top: 4px; }
.form-success p { font-size: 14px; color: var(--body); margin-top: 6px; }

/* =========================================================
   FOOTER (navy + big outline)
   ========================================================= */
.foot { position: relative; background: var(--navy-2); color: #8aa; padding: 40px 20px 30px; overflow: hidden; }
.foot .outline {
    font-family: var(--serif); font-weight: 800; font-size: 80px; letter-spacing: -2px; line-height: 1;
    color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.08); text-align: center; margin-bottom: 18px; direction: ltr;
}
.foot .fbrand { font-family: var(--serif); font-weight: 800; color: #d7e2f2; font-size: 22px; text-align: center; margin-bottom: 8px; }
.foot p { font-size: 11.5px; color: #6f829a; line-height: 1.8; text-align: center; max-width: 40ch; margin: 0 auto; }

/* sticky CTA */
.sticky-cta {
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 60; max-width: 480px; margin: 0 auto;
    background: rgba(251,248,241,.92); backdrop-filter: blur(10px); border-top: 1px solid var(--line);
    padding: 10px 14px; box-shadow: 0 -6px 24px -10px rgba(18,36,74,.3);
}
.sticky-cta a {
    display: flex; align-items: center; justify-content: center; gap: 9px;
    background: linear-gradient(180deg,#ec4350,var(--red-deep)); color: #fff;
    font-family: var(--text); font-weight: 700; font-size: 16.5px; padding: 13px; border-radius: 14px;
    box-shadow: 0 12px 26px -10px rgba(199,36,51,.7);
}
.sticky-cta a svg { width: 18px; height: 18px; }

/* reveal */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
    .reveal { opacity: 1; transform: none; transition: none; }
    .btn-pulse, .play-btn .dot, .hero-bottle-wrap img.bottle { animation: none; }
    html { scroll-behavior: auto; }
}

/* ===== Type scale — 20px minimum for readable text ===== */
body { font-size: 20px; }
.alert-bar { font-size: 16px; }
.s-eyebrow { font-size: 20px; letter-spacing: 1.5px; }
.s-title { font-size: 33px; }
.s-sub { font-size: 20px; }
.pill { font-size: 20px; padding: 8px 14px; }
.hero-top { flex-direction: column; align-items: flex-start; gap: 8px; }
.hero h1 { font-size: 35px; }
.hero-lead { font-size: 20px; }
.hero-trust .t { font-size: 20px; }
.form-hint { font-size: 20px; }
.field input { font-size: 20px; }
.field label { font-size: 20px; }
.prob-card .ph h3 { font-size: 23px; }
.prob-card .body p { font-size: 20px; }
.warn .h b { font-size: 23px; }
.warn p { font-size: 20px; }
.expert .q p { font-size: 20px; }
.expert .q .lead-line { font-size: 25px; }
.expert .ph .badge .nm { font-size: 20px; }
.expert .ph .badge .rl { font-size: 16px; }
.feat h3 { font-size: 24px; }
.feat p { font-size: 20px; }
.ing-card .nm { font-size: 20px; }
.ing-card .sub { font-size: 16px; }
.ing-card p { font-size: 20px; }
.ing-more h4 { font-size: 22px; }
.ing-more li p { font-size: 20px; }
.tl-item h4 { font-size: 23px; }
.tl-item p { font-size: 20px; }
.happy-band .ov p { font-size: 25px; }
.happy-cards .hc .big { font-size: 36px; }
.happy-cards .hc .lbl { font-size: 20px; }
.review p { font-size: 20px; }
.review .who h4 { font-size: 20px; }
.review .who .rstars { font-size: 18px; }
.privacy .p-head h2 { font-size: 27px; }
.privacy .p-sub { font-size: 20px; }
.privacy li { font-size: 20px; }
.faq-q { font-size: 21px; }
.faq-a p { font-size: 20px; }
.order-card h2 { font-size: 28px; }
.order-card .o-sub { font-size: 20px; }
.price-row .now { font-size: 38px; }
.price-row .old { font-size: 18px; }
.price-row .disc { font-size: 20px; }
.cd-box .num { font-size: 28px; min-width: 58px; }
.cd-box .lbl { font-size: 14px; }
.cod-note p { font-size: 17px; }
.field label { font-size: 20px; }
.btn { font-size: 22px; }
.sticky-cta a { font-size: 21px; }
.foot p { font-size: 16px; }
.foot .fbrand { font-size: 27px; }

/* responsive */
@media (max-width: 470px) {
    .section { padding: 44px 16px; }
    .hero { padding: 14px 16px 52px; }
    .hero h1 { font-size: 26px; }
    .s-title { font-size: 25px; }
    .hero-bottle-wrap img.bottle { height: 290px; }
    .hero-bottle-wrap .halo { width: 280px; height: 280px; }
    .hero-photo { width: 112px; height: 132px; }
    .order { padding: 44px 16px; }
    .order-card { padding: 22px 16px; }
    .happy-cards { gap: 10px; }
    .foot .outline { font-size: 62px; }
}
@media (max-width: 360px) {
    .hero h1 { font-size: 24px; }
    .btn { font-size: 17px; }
    .cd-box .num { min-width: 44px; }
    .hero-photo { width: 96px; height: 116px; }
    .happy-cards .hc .big { font-size: 26px; }
}

.cpu{
padding: 10px 0;
text-align: center;
}
.cpu img{
display:block;
margin: 0 auto;
width: auto;
}
.cpu a{
display: inline-block;
margin: 5px;
color: #fcfcfc;
font-size: 14px;
}

