/* =====================================================================
   PROXIMA — Malaysia store. Modern single-product design system.
   ===================================================================== */

:root {
    /* palette */
    --ink:        #0c1322;
    --ink-2:      #18223a;
    --slate:      #3a4660;
    --muted:      #6b7488;
    --line:       #e7e9f0;
    --line-2:     #eef1f7;
    --paper:      #ffffff;
    --bg:         #f5f6fb;
    --bg-soft:    #eef1f8;

    --brand:      #e60b14;
    --brand-2:    #ff5a2c;
    --brand-ink:  #b50710;
    --grad:       linear-gradient(135deg, #ff5a2c 0%, #e60b14 100%);
    --grad-soft:  linear-gradient(135deg, #fff2ee 0%, #ffe7e3 100%);

    --green:      #16a34a;
    --green-soft: #e8f7ee;
    --gold:       #ff9f1c;
    --navy:       #0e1730;

    --shadow-sm:  0 1px 3px rgba(16,22,40,.06), 0 1px 2px rgba(16,22,40,.04);
    --shadow:     0 8px 30px rgba(16,22,40,.10);
    --shadow-lg:  0 24px 60px rgba(16,22,40,.16);
    --shadow-brand: 0 12px 30px rgba(230,11,20,.30);

    --r-sm: 10px;
    --r:    16px;
    --r-lg: 24px;
    --r-xl: 32px;

    --wrap: 1180px;
    --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --display: 'Poppins', var(--font);
}

* { box-sizing: border-box; margin: 0; padding: 0; min-width: 0; }
html, body { overflow-x: hidden; max-width: 100vw; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
    font-family: var(--font);
    color: var(--ink);
    background: var(--bg);
    line-height: 1.6;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

.container { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }

h1, h2, h3, h4 { font-family: var(--display); font-weight: 700; line-height: 1.15; color: var(--ink); letter-spacing: -.01em; }

.no-scroll { overflow: hidden; }

/* ---- buttons ---- */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    font-family: var(--display); font-weight: 600; font-size: 16px;
    border: none; border-radius: 999px; padding: 15px 30px;
    cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s;
    white-space: nowrap; line-height: 1;
}
.btn--primary { background: var(--grad); color: #fff; box-shadow: var(--shadow-brand); }
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(230,11,20,.40); }
.btn--primary:active { transform: translateY(0); }
.btn--ghost { background: #fff; color: var(--ink); border: 1.5px solid var(--line); box-shadow: var(--shadow-sm); }
.btn--ghost:hover { border-color: var(--ink); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: var(--ink-2); transform: translateY(-2px); }
.btn--block { width: 100%; }
.btn--lg { padding: 18px 38px; font-size: 17px; }
.btn--sm { padding: 11px 20px; font-size: 14px; }

/* =====================================================================
   ANNOUNCEMENT BAR
   ===================================================================== */
.topbar {
    background: var(--ink);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    padding: 9px 16px;
    letter-spacing: .02em;
}
.topbar b { color: #ffd166; font-weight: 700; }
.topbar span { opacity: .55; margin: 0 10px; }

/* =====================================================================
   HEADER
   ===================================================================== */
.site-header {
    position: sticky; top: 0; z-index: 500;
    background: rgba(255,255,255,.85);
    backdrop-filter: saturate(160%) blur(14px);
    -webkit-backdrop-filter: saturate(160%) blur(14px);
    border-bottom: 1px solid var(--line);
}
.site-header__inner { display: flex; align-items: center; gap: 28px; height: 70px; }
.brand { display: flex; align-items: center; gap: 11px; font-family: var(--display); font-weight: 800; font-size: 21px; letter-spacing: -.02em; color: var(--ink); }
.brand__mark {
    width: 38px; height: 38px; border-radius: 11px; background: var(--grad);
    display: grid; place-items: center; box-shadow: var(--shadow-brand);
}
.brand__mark svg { width: 21px; height: 21px; fill: #fff; }
.brand i { color: var(--brand); font-style: normal; }

.site-nav { display: flex; gap: 28px; margin-left: 8px; }
.site-nav a { font-size: 15px; font-weight: 500; color: var(--slate); transition: color .15s; position: relative; }
.site-nav a:hover { color: var(--ink); }

.header__spacer { flex: 1; }
.header__phone { display: flex; align-items: center; gap: 8px; font-weight: 600; font-size: 14px; color: var(--ink); }
.header__phone svg { width: 17px; height: 17px; stroke: var(--brand); fill: none; }

/* =====================================================================
   HERO
   ===================================================================== */
.hero { position: relative; padding: 56px 0 40px; overflow: hidden; }
.hero::before {
    content: ''; position: absolute; top: -240px; right: -180px; width: 620px; height: 620px;
    background: radial-gradient(circle, rgba(255,90,44,.10), transparent 65%); z-index: 0;
}
.hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; }

.eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--grad-soft); color: var(--brand-ink);
    font-weight: 700; font-size: 13px; letter-spacing: .03em; text-transform: uppercase;
    padding: 8px 15px; border-radius: 999px; margin-bottom: 22px;
}
.hero h1 { font-size: 52px; font-weight: 800; line-height: 1.06; margin-bottom: 20px; }
.hero h1 .accent { color: transparent; background: var(--grad); -webkit-background-clip: text; background-clip: text; }
.hero__sub { font-size: 18px; color: var(--slate); max-width: 480px; margin-bottom: 26px; }

.hero__bullets { list-style: none; display: grid; gap: 12px; margin-bottom: 30px; }
.hero__bullets li { display: flex; align-items: center; gap: 12px; font-weight: 500; font-size: 15.5px; color: var(--ink-2); }
.hero__bullets .tick {
    flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%; background: var(--green-soft);
    display: grid; place-items: center;
}
.hero__bullets .tick svg { width: 13px; height: 13px; stroke: var(--green); stroke-width: 3; fill: none; }

.hero__cta { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-bottom: 26px; }

.hero__trust { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.hero__rating { display: flex; align-items: center; gap: 9px; }
.hero__rating .stars { display: flex; gap: 1px; }
.hero__rating .stars svg { width: 17px; height: 17px; fill: var(--gold); }
.hero__rating small { font-size: 13.5px; color: var(--muted); }
.hero__rating b { color: var(--ink); }
.hero__buyers { display: flex; align-items: center; }
.hero__buyers .avatars { display: flex; }
.hero__buyers .avatars span {
    width: 32px; height: 32px; border-radius: 50%; border: 2px solid #fff; margin-left: -10px;
    background: var(--grad); color: #fff; font-size: 12px; font-weight: 700; display: grid; place-items: center;
    font-family: var(--display);
}
.hero__buyers .avatars span:first-child { margin-left: 0; }
.hero__buyers small { font-size: 13px; color: var(--muted); margin-left: 12px; }
.hero__buyers b { color: var(--ink); }

/* hero gallery */
.showcase { position: relative; }
.showcase__main {
    position: relative; background: #fff; border-radius: var(--r-lg); padding: 24px;
    box-shadow: var(--shadow-lg); border: 1px solid var(--line);
}
.showcase__main img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: var(--r); }
.showcase__badge {
    position: absolute; top: 18px; left: 18px; z-index: 2;
    background: var(--grad); color: #fff; font-family: var(--display); font-weight: 800;
    font-size: 14px; padding: 9px 14px; border-radius: 12px; box-shadow: var(--shadow-brand);
    line-height: 1.1; text-align: center;
}
.showcase__badge small { display: block; font-size: 10px; font-weight: 600; opacity: .9; }
.showcase__free {
    position: absolute; bottom: 38px; right: 38px; z-index: 2;
    background: #fff; border-radius: 14px; padding: 11px 15px; box-shadow: var(--shadow);
    display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600;
}
.showcase__free .ic { width: 34px; height: 34px; border-radius: 10px; background: var(--green-soft); display: grid; place-items: center; }
.showcase__free .ic svg { width: 18px; height: 18px; stroke: var(--green); fill: none; stroke-width: 2; }
.showcase__free b { color: var(--green); }
.showcase__free small { display: block; color: var(--muted); font-weight: 500; }

.showcase__thumbs { display: flex; gap: 12px; margin-top: 16px; }
.showcase__thumbs button {
    width: 72px; height: 72px; border-radius: 14px; overflow: hidden; padding: 0;
    border: 2px solid var(--line); background: #fff; transition: border-color .15s, transform .15s;
}
.showcase__thumbs button img { width: 100%; height: 100%; object-fit: cover; }
.showcase__thumbs button:hover { transform: translateY(-2px); }
.showcase__thumbs button.active { border-color: var(--brand); }

/* =====================================================================
   TRUST STRIP
   ===================================================================== */
.trustbar { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trustbar__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; padding: 26px 0; }
.trustbar__item { display: flex; align-items: center; gap: 14px; justify-content: center; }
.trustbar__item .ic { width: 44px; height: 44px; border-radius: 12px; background: var(--bg-soft); display: grid; place-items: center; flex-shrink: 0; }
.trustbar__item .ic svg { width: 22px; height: 22px; stroke: var(--brand); fill: none; stroke-width: 2; }
.trustbar__item b { display: block; font-family: var(--display); font-weight: 700; font-size: 15px; color: var(--ink); line-height: 1.2; }
.trustbar__item small { font-size: 12.5px; color: var(--muted); }

/* =====================================================================
   SECTION SHELL
   ===================================================================== */
.section { padding: 80px 0; }
.section--tint { background: #fff; }
.section__head { text-align: center; max-width: 640px; margin: 0 auto 50px; }
.section__tag { display: inline-block; color: var(--brand); font-weight: 700; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 12px; }
.section__head h2 { font-size: 38px; font-weight: 800; margin-bottom: 14px; }
.section__head p { font-size: 17px; color: var(--slate); }

/* =====================================================================
   PACKAGES / ORDER
   ===================================================================== */
.order { position: relative; }
.order__inner { display: grid; grid-template-columns: 1.4fr 1fr; gap: 44px; align-items: start; }

.plans { display: grid; gap: 16px; }
.plan {
    position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px;
    background: #fff; border: 2px solid var(--line); border-radius: var(--r); padding: 20px 22px;
    cursor: pointer; transition: border-color .18s, box-shadow .18s, transform .18s;
}
.plan:hover { border-color: #cdd2e0; }
.plan.active { border-color: var(--brand); box-shadow: 0 10px 30px rgba(230,11,20,.12); }
.plan input { position: absolute; opacity: 0; pointer-events: none; }
.plan__radio { width: 24px; height: 24px; border-radius: 50%; border: 2px solid var(--line); display: grid; place-items: center; transition: border-color .18s; flex-shrink: 0; }
.plan.active .plan__radio { border-color: var(--brand); }
.plan__radio::after { content: ''; width: 12px; height: 12px; border-radius: 50%; background: var(--grad); transform: scale(0); transition: transform .18s; }
.plan.active .plan__radio::after { transform: scale(1); }
.plan__body .plan__name { font-family: var(--display); font-weight: 700; font-size: 17px; color: var(--ink); }
.plan__body .plan__desc { font-size: 13.5px; color: var(--muted); margin-top: 2px; }
.plan__unit { font-size: 12.5px; color: var(--green); font-weight: 600; margin-top: 4px; }
.plan__price { text-align: right; }
.plan__price .now { font-family: var(--display); font-weight: 800; font-size: 24px; color: var(--ink); }
.plan__price .was { display: block; font-size: 13px; color: var(--muted); text-decoration: line-through; }
.plan__tag {
    position: absolute; top: -11px; right: 18px; background: var(--grad); color: #fff;
    font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
    padding: 4px 12px; border-radius: 999px; box-shadow: var(--shadow-brand);
}

/* buy card */
.buycard {
    position: sticky; top: 90px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
    padding: 26px; box-shadow: var(--shadow);
}
.buycard__row { display: flex; align-items: center; gap: 14px; padding-bottom: 18px; border-bottom: 1px solid var(--line-2); margin-bottom: 18px; }
.buycard__row img { width: 64px; height: 64px; border-radius: 12px; object-fit: cover; }
.buycard__row .nm { font-family: var(--display); font-weight: 700; font-size: 15px; line-height: 1.25; }
.buycard__row .sel { font-size: 13px; color: var(--muted); margin-top: 3px; }

.buycard__qty { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.buycard__qty .lbl { font-weight: 600; font-size: 14.5px; }
.qty { display: inline-flex; align-items: center; border: 1.5px solid var(--line); border-radius: 999px; overflow: hidden; }
.qty button { width: 38px; height: 38px; border: none; background: #fff; font-size: 20px; color: var(--slate); display: grid; place-items: center; transition: background .15s; }
.qty button:hover { background: var(--bg-soft); }
.qty input { width: 40px; text-align: center; border: none; font-size: 16px; font-weight: 700; font-family: var(--display); -moz-appearance: textfield; }
.qty input::-webkit-outer-spin-button, .qty input::-webkit-inner-spin-button { -webkit-appearance: none; }

.buycard__total { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 6px; }
.buycard__total .lbl { font-weight: 600; color: var(--slate); }
.buycard__total .val { font-family: var(--display); font-weight: 800; font-size: 30px; color: var(--ink); }
.buycard__save { text-align: right; font-size: 13px; color: var(--green); font-weight: 600; margin-bottom: 18px; }

.buycard__perks { list-style: none; display: grid; gap: 9px; margin: 18px 0 0; }
.buycard__perks li { display: flex; align-items: center; gap: 9px; font-size: 13.5px; color: var(--slate); }
.buycard__perks svg { width: 15px; height: 15px; stroke: var(--green); fill: none; stroke-width: 2.5; flex-shrink: 0; }

.buycard__pay { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line-2); }
.buycard__pay span { font-size: 11px; font-weight: 700; color: var(--muted); padding: 4px 9px; border: 1px solid var(--line); border-radius: 6px; letter-spacing: .02em; }

.stock-meter { background: var(--bg-soft); border-radius: 12px; padding: 12px 14px; margin-bottom: 18px; }
.stock-meter__top { display: flex; justify-content: space-between; font-size: 12.5px; font-weight: 600; margin-bottom: 7px; }
.stock-meter__top .left { color: var(--brand); }
.stock-meter__bar { height: 7px; background: #e3e6ef; border-radius: 999px; overflow: hidden; }
.stock-meter__fill { height: 100%; width: 22%; background: var(--grad); border-radius: 999px; }

/* =====================================================================
   FEATURES
   ===================================================================== */
.features__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.feature {
    background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px 26px;
    transition: transform .2s, box-shadow .2s;
}
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.feature__ic { width: 56px; height: 56px; border-radius: 16px; background: var(--grad-soft); display: grid; place-items: center; margin-bottom: 18px; }
.feature__ic svg { width: 27px; height: 27px; stroke: var(--brand); fill: none; stroke-width: 2; }
.feature h3 { font-size: 19px; margin-bottom: 9px; }
.feature p { font-size: 15px; color: var(--slate); }

/* =====================================================================
   HOW IT WORKS
   ===================================================================== */
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.step { position: relative; text-align: center; }
.step__num {
    width: 64px; height: 64px; margin: 0 auto 20px; border-radius: 20px; background: var(--ink); color: #fff;
    font-family: var(--display); font-weight: 800; font-size: 26px; display: grid; place-items: center;
    box-shadow: var(--shadow);
}
.step:nth-child(2) .step__num { background: var(--grad); box-shadow: var(--shadow-brand); }
.step h3 { font-size: 19px; margin-bottom: 9px; }
.step p { font-size: 15px; color: var(--slate); max-width: 280px; margin: 0 auto; }

/* =====================================================================
   WEIGHTS
   ===================================================================== */
.weights { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.weights__media { background: var(--ink); border-radius: var(--r-lg); padding: 40px; color: #fff; position: relative; overflow: hidden; }
.weights__media::before { content:''; position:absolute; bottom:-120px; left:-80px; width: 360px; height: 360px; background: radial-gradient(circle, rgba(255,90,44,.25), transparent 65%); }
.weights__media h3 { color: #fff; font-size: 24px; margin-bottom: 8px; position: relative; }
.weights__media p { color: rgba(255,255,255,.7); font-size: 15px; position: relative; }
.weights__big { font-family: var(--display); font-weight: 800; font-size: 76px; line-height: 1; margin: 24px 0 6px; position: relative; }
.weights__big span { color: transparent; background: var(--grad); -webkit-background-clip: text; background-clip: text; }
.weights__range { color: rgba(255,255,255,.65); font-size: 14px; position: relative; }
.weight-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 10px; }
.weight {
    background: #fff; border: 1px solid var(--line); border-radius: 12px; text-align: center; padding: 16px 6px;
    font-family: var(--display); font-weight: 700; font-size: 15px; color: var(--ink-2); transition: transform .15s, border-color .15s;
}
.weight:hover { transform: translateY(-3px); border-color: var(--brand); }
.weight small { display: block; font-size: 10px; font-weight: 600; color: var(--muted); letter-spacing: .04em; }
.weight--max { background: var(--grad); color: #fff; border-color: transparent; box-shadow: var(--shadow-brand); }
.weight--max small { color: rgba(255,255,255,.85); }

/* =====================================================================
   REVIEWS
   ===================================================================== */
.reviews__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.review {
    background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px; position: relative;
    transition: transform .2s, box-shadow .2s;
}
.review:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.review__stars { display: flex; gap: 2px; margin-bottom: 14px; }
.review__stars svg { width: 17px; height: 17px; fill: var(--gold); }
.review p { font-size: 15px; color: var(--ink-2); margin-bottom: 20px; }
.review__by { display: flex; align-items: center; gap: 12px; }
.review__by .ava { width: 44px; height: 44px; border-radius: 50%; background: var(--grad); color: #fff; font-family: var(--display); font-weight: 700; display: grid; place-items: center; flex-shrink: 0; }
.review__by b { display: block; font-size: 15px; }
.review__by .verified { font-size: 12.5px; color: var(--green); display: flex; align-items: center; gap: 4px; }
.review__by .verified svg { width: 12px; height: 12px; fill: var(--green); }

/* =====================================================================
   FAQ
   ===================================================================== */
.faq__list { max-width: 760px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; transition: box-shadow .2s; }
.faq-item.open { box-shadow: var(--shadow); border-color: #d8dbe6; }
.faq-q { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; font-family: var(--display); font-weight: 600; font-size: 16.5px; cursor: pointer; }
.faq-q .pm { flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; background: var(--bg-soft); display: grid; place-items: center; font-size: 18px; color: var(--brand); transition: transform .2s, background .2s; }
.faq-item.open .faq-q .pm { transform: rotate(45deg); background: var(--grad); color: #fff; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; padding: 0 24px; }
.faq-a p { color: var(--slate); font-size: 15px; padding-bottom: 20px; }
.faq-item.open .faq-a { max-height: 320px; }

/* =====================================================================
   CTA BAND
   ===================================================================== */
.ctaband { background: var(--ink); color: #fff; border-radius: var(--r-xl); padding: 56px; text-align: center; position: relative; overflow: hidden; }
.ctaband::before { content:''; position:absolute; top:-150px; right:-100px; width: 480px; height: 480px; background: radial-gradient(circle, rgba(255,90,44,.22), transparent 65%); }
.ctaband__in { position: relative; z-index: 1; }
.ctaband h2 { color: #fff; font-size: 36px; font-weight: 800; margin-bottom: 14px; }
.ctaband p { color: rgba(255,255,255,.75); font-size: 18px; margin-bottom: 14px; }
.ctaband__price { font-family: var(--display); font-weight: 800; font-size: 30px; margin-bottom: 28px; }
.ctaband__price s { color: rgba(255,255,255,.45); font-size: 22px; font-weight: 600; margin-right: 10px; }
.ctaband__price b { color: #ffd166; }

/* =====================================================================
   FOOTER
   ===================================================================== */
.site-footer { background: #fff; border-top: 1px solid var(--line); padding: 56px 0 30px; margin-top: 80px; }
.site-footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--line); }
.site-footer__about .brand { margin-bottom: 0; }
.site-footer__about p { color: var(--slate); font-size: 14.5px; margin-top: 16px; max-width: 320px; }
.site-footer h4 { font-size: 14px; text-transform: uppercase; letter-spacing: .05em; color: var(--ink); margin-bottom: 16px; }
.site-footer__col a, .site-footer__col p { display: block; color: var(--slate); font-size: 14.5px; margin-bottom: 10px; transition: color .15s; }
.site-footer__col a:hover { color: var(--brand); }
.site-footer__bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 24px; font-size: 13px; color: var(--muted); flex-wrap: wrap; gap: 12px; }
.site-footer__pay { display: flex; gap: 8px; }
.site-footer__pay span { font-size: 11px; font-weight: 700; color: var(--muted); padding: 4px 9px; border: 1px solid var(--line); border-radius: 6px; }

/* =====================================================================
   MOBILE STICKY BAR
   ===================================================================== */
.mobile-bar {
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 700; display: none;
    background: rgba(255,255,255,.96); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid var(--line); padding: 11px 16px; box-shadow: 0 -4px 24px rgba(16,22,40,.08);
    align-items: center; gap: 14px; padding-bottom: calc(11px + env(safe-area-inset-bottom));
}
.mobile-bar__price { line-height: 1.1; }
.mobile-bar__now { font-family: var(--display); font-weight: 800; font-size: 21px; color: var(--ink); }
.mobile-bar__old { font-size: 13px; color: var(--muted); text-decoration: line-through; margin-left: 6px; }
.mobile-bar__sub { display: block; font-size: 11px; color: var(--green); font-weight: 600; }
.mobile-bar .btn { flex: 1; }

/* =====================================================================
   TOAST
   ===================================================================== */
.toast {
    position: fixed; left: 50%; bottom: 30px; transform: translateX(-50%) translateY(20px);
    background: var(--ink); color: #fff; padding: 13px 22px; border-radius: 999px; font-size: 14px; font-weight: 500;
    box-shadow: var(--shadow-lg); z-index: 9999; opacity: 0; pointer-events: none; transition: opacity .25s, transform .25s; max-width: 90vw;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 980px) {
    .hero__inner { grid-template-columns: 1fr; gap: 36px; }
    .hero h1 { font-size: 42px; }
    .order__inner { grid-template-columns: 1fr; gap: 28px; }
    .buycard { position: static; }
    .weights { grid-template-columns: 1fr; gap: 28px; }
    .features__grid, .reviews__grid { grid-template-columns: repeat(2,1fr); }
    .steps { grid-template-columns: 1fr; gap: 30px; }
    .site-nav, .header__phone { display: none; }
    .site-footer__grid { grid-template-columns: 1fr 1fr; gap: 28px; }
    .site-footer__about { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
    .section { padding: 56px 0; }
    .hero { padding: 36px 0 24px; }
    .hero h1 { font-size: 34px; }
    .hero__sub { font-size: 16px; }
    .section__head h2 { font-size: 28px; }
    .section__head { margin-bottom: 34px; }
    .features__grid, .reviews__grid { grid-template-columns: 1fr; }
    .trustbar__grid { grid-template-columns: 1fr 1fr; gap: 22px 14px; }
    .weight-grid { grid-template-columns: repeat(3,1fr); }
    .weights__media { padding: 30px 24px; }
    .weights__big { font-size: 60px; }
    .ctaband { padding: 40px 24px; border-radius: var(--r-lg); }
    .ctaband h2 { font-size: 28px; }
    .site-footer__grid { grid-template-columns: 1fr 1fr; }
    .mobile-bar { display: flex; }
    .header__cta { display: none; }
    body { padding-bottom: 76px; }
    .plan { grid-template-columns: auto 1fr; gap: 14px; }
    .plan__price { grid-column: 2; text-align: left; margin-top: 4px; }
    .plan__price .was { display: inline; margin-left: 8px; }
    .showcase__free { bottom: 26px; right: 26px; }
}
