/* ==========================================================================
   WiseList — Homepage (tpl-home.php) styles
   --------------------------------------------------------------------------
   Loaded ONLY on the Home Page template, via functions.php.
   Every class here is namespaced .wl-* so it cannot collide with style.css.
   Colour tokens are inherited from style.css :root.
   To revert the redesign: remove the wp_enqueue_style() call in functions.php.
   ========================================================================== */

.wl-home { --wl-radius: 16px; }

.wl-home section { padding: 88px 0; }

.wl-home h1,
.wl-home h2,
.wl-home h3 { letter-spacing: -0.02em; line-height: 1.15; }

.wl-home h1 { font-size: clamp(2rem, 4.6vw, 3.4rem); font-weight: 800; }
.wl-home h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); }

/* --- shared section heading ---------------------------------------------- */
.wl-head { text-align: center; max-width: 680px; margin: 0 auto 52px; }
.wl-head h2 { margin-bottom: 14px; }
.wl-head p { font-size: 1.08rem; }

/* --- buttons -------------------------------------------------------------- */
.wl-btn {
    display: inline-block;
    background: var(--primary-green);
    color: #fff;
    font-weight: 700;
    font-size: .95rem;
    padding: 13px 24px;
    border-radius: 10px;
    text-decoration: none;
    border: 1.5px solid transparent;
    transition: transform .16s ease, background .16s ease;
    box-shadow: 0 4px 14px rgba(12, 201, 148, .28);
}
.wl-btn:hover { background: #06a87a; transform: translateY(-1px); color: #fff; }
.wl-btn-lg { padding: 17px 32px; font-size: 1.05rem; }
.wl-btn-full { display: block; width: 100%; text-align: center; }

.wl-btn-o {
    background: #fff;
    color: var(--dark-blue);
    border-color: var(--border-color);
    box-shadow: none;
}
.wl-btn-o:hover { background: var(--light-gray); border-color: var(--medium-blue); color: var(--dark-blue); }

.wl-btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.32); box-shadow: none; }
.wl-btn-ghost:hover { background: rgba(255,255,255,.1); }

.wl-arrow { color: #06a87a; font-weight: 700; text-decoration: none; }
.wl-arrow:hover { text-decoration: underline; }

/* --- hero ----------------------------------------------------------------- */
.wl-hero {
    background: linear-gradient(170deg, #f8fafc 0%, #eaf7f2 60%, #fff 100%);
    padding: 70px 0 80px;
}
.wl-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 56px;
    align-items: center;
}
/* Grid children default to min-width:auto, so any unbreakable content (the
   nowrap store names, a long URL) would widen the column past the viewport and
   clip. Let columns shrink and wrap long words instead. */
.wl-hero-grid > *,
.wl-basket-grid > * { min-width: 0; }
.wl-hero-copy { overflow-wrap: anywhere; }
.wl-kicker {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(12, 201, 148, .12);
    color: #06a87a;
    font-weight: 700; font-size: .8rem;
    padding: 7px 14px; border-radius: 99px;
    margin-bottom: 20px;
}
.wl-hero h1 { margin-bottom: 18px; }
.wl-nb { white-space: nowrap; }
.wl-lede { font-size: 1.13rem; max-width: 33em; margin-bottom: 26px; }

.wl-cta-row { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; margin-bottom: 14px; }
.wl-cta-center { justify-content: center; }
.wl-honest { font-size: .87rem; margin-bottom: 22px; }
.wl-honest a { color: #06a87a; font-weight: 600; }

.wl-badges { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.wl-badges img { height: 42px; width: auto; }

.wl-qr {
    display: flex; gap: 13px; align-items: center;
    background: #fff; border: 1px solid var(--border-color);
    border-radius: 14px; padding: 13px 17px;
    margin-top: 22px; max-width: 335px;
    box-shadow: 0 3px 14px rgba(0, 0, 0, .05);
}
.wl-qr p { font-size: .82rem; line-height: 1.45; margin: 0; }
.wl-qr strong { color: var(--dark-blue); display: block; font-size: .9rem; }
.wl-qr-box { width: 66px; height: 66px; flex: 0 0 66px; border-radius: 8px; border: 3px solid var(--dark-blue); }
/* Placeholder chequerboard — replace .wl-qr-box with a real <img> QR and drop
   the .wl-qr-todo class from the wrapper in tpl-home.php. */
.wl-qr-todo .wl-qr-box {
    background: repeating-conic-gradient(var(--dark-blue) 0 25%, #fff 0 50%) 0 0 / 13px 13px;
}
.wl-hero-visual img { max-width: 100%; height: auto; display: block; }
/* Single phone screenshot: sized by width so the hero stays a sane height. */
.wl-hero-phone { display: block; margin: 0 auto; max-width: 380px; }
.wl-hero-phone img { width: 100%; height: auto; filter: drop-shadow(0 24px 40px rgba(26, 37, 60, .18)); }

/* --- the receipt card ------------------------------------------------------ */
.wl-receipt {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 18px;
    padding: 26px;
    box-shadow: 0 16px 50px rgba(26, 37, 60, .11);
}
.wl-receipt-head {
    font-size: .73rem !important;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: var(--medium-blue);
    font-weight: 700;
    margin-bottom: 18px;
    text-align: left;
}
.wl-r-row {
    display: flex; justify-content: space-between; align-items: center;
    padding: 11px 0;
    border-bottom: 1px solid #f1f5f9;
    font-variant-numeric: tabular-nums;
}
.wl-r-s { color: var(--medium-blue); font-weight: 500; }
.wl-r-v { font-weight: 600; font-variant-numeric: tabular-nums; }
.wl-r-flag { font-size: .78rem; color: var(--primary-green); font-style: normal; font-weight: 700; }

.wl-r-win {
    margin-top: 12px;
    background: rgba(12, 201, 148, .09);
    border-left: 4px solid var(--primary-green);
    border-radius: 0 11px 11px 0;
    padding: 15px 17px;
    display: flex; justify-content: space-between; align-items: center;
}
.wl-r-win .wl-r-s { font-weight: 800; color: var(--dark-blue); font-size: 1.05rem; }
.wl-r-win .wl-r-v { font-weight: 800; color: #06a87a; font-size: 1.28rem; }

.wl-r-sub {
    padding: 9px 17px 0;
    font-size: .87rem;
    color: var(--medium-blue);
    display: flex; justify-content: space-between;
    font-variant-numeric: tabular-nums;
}
.wl-r-keep {
    margin-top: 16px; padding-top: 15px;
    border-top: 2px solid var(--dark-blue);
    display: flex; justify-content: space-between; align-items: baseline;
    font-weight: 800;
}
.wl-r-big { font-size: 1.5rem; color: var(--dark-blue); font-variant-numeric: tabular-nums; }
.wl-r-foot { margin-top: 13px; font-size: .8rem; }

/* --- proof strip ----------------------------------------------------------- */
.wl-proof { background: var(--dark-blue); color: #fff; padding: 0 !important; }
/* Fixed 4-column grid (not a wrapping flex row): four facts must always sit
   on one line on desktop — a free-wrapping row orphaned the fourth item onto
   its own line at common laptop widths. */
.wl-proof-grid {
    display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0;
    padding: 22px 0; list-style: none; margin: 0;
}
.wl-proof-grid li {
    display: flex; align-items: center; justify-content: center; gap: 10px;
    padding: 8px 18px; text-align: center; line-height: 1.4;
    font-size: .9rem; color: #c9d3e4;
    border-left: 1px solid rgba(255, 255, 255, .14);
}
.wl-proof-grid li:first-child { border-left: 0; }
/* Text lives in one span/anchor per item so it wraps as a unit rather than
   splitting into separate flex items. */
.wl-proof-grid li > span,
.wl-proof-grid li > a { flex: 1 1 auto; min-width: 0; }
.wl-proof-grid li > i { flex: 0 0 auto; }
.wl-proof-grid i { color: var(--primary-green); }
.wl-proof-grid b { color: #fff; font-weight: 700; }
.wl-proof-grid a { color: inherit; text-decoration: none; }
.wl-proof-grid a:hover { text-decoration: underline; }

/* --- media bar (As seen on) -------------------------------------------------- */
.wl-media { padding: 40px 0 !important; border-bottom: 1px solid var(--border-color); }
.wl-media-head {
    font-size: .78rem !important;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--medium-blue);
    font-weight: 700;
    margin-bottom: 18px;
    text-align: center;
}
/* Individual logos, sized by height so every outlet reads at the same visual
   weight regardless of its aspect ratio. */
.wl-media-logos {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 22px 40px;
    max-width: 1000px;
    margin: 0 auto;
}
.wl-media-logos li { display: flex; align-items: center; }
.wl-media-logos img { height: 40px; width: auto; max-width: 200px; object-fit: contain; display: block; }
/* Square badge marks (9News, Savings.com.au, Canstar, 10 News) read larger at the same height, so trim them slightly. */
.wl-media-logos img[alt="9News"],
.wl-media-logos img[alt="Savings.com.au"],
.wl-media-logos img[alt="Canstar"],
.wl-media-logos img[alt="10 News First"] { height: 48px; }
.wl-media-logos a { display: block; }

/* --- WiseList+ gate tag -------------------------------------------------------- */
.wl-plus-tag {
    display: inline-block;
    background: var(--dark-blue);
    color: #fff;
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .05em;
    padding: 3px 8px;
    border-radius: 5px;
    margin-left: 7px;
    vertical-align: middle;
    text-transform: uppercase;
}

/* --- basket ---------------------------------------------------------------- */
.wl-basket { background: var(--light-gray); }
.wl-basket-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }

.wl-bar {
    display: grid; grid-template-columns: 96px 1fr 82px;
    align-items: center; gap: 14px;
    font-size: .93rem; margin-bottom: 15px;
}
.wl-bar-n { font-weight: 600; color: var(--medium-blue); }
.wl-bar-t { height: 34px; background: #e8edf3; border-radius: 7px; overflow: hidden; }
.wl-bar-f { display: block; height: 100%; background: #c3cddb; border-radius: 7px; }
.wl-bar-a { text-align: right; font-weight: 700; font-variant-numeric: tabular-nums; }
.wl-bar.is-win .wl-bar-f { background: var(--primary-green); }
.wl-bar.is-win .wl-bar-n,
.wl-bar.is-win .wl-bar-a { color: #06a87a; font-weight: 800; }
.wl-axis { font-size: .75rem; color: var(--medium-blue); margin-top: 10px; padding-left: 110px; }

.wl-fine { font-size: .95rem; margin-top: 20px; }
.wl-fine b { color: var(--dark-blue); }
.wl-callout {
    background: #fff;
    border: 1px solid var(--border-color);
    border-left: 4px solid var(--primary-coral);
    border-radius: 0 12px 12px 0;
    padding: 18px 20px; margin-top: 22px;
}
.wl-callout h3 { font-size: .95rem; margin-bottom: 7px; }
.wl-callout p { font-size: .9rem; }

/* --- card grids ------------------------------------------------------------ */
.wl-cards { display: grid; gap: 22px; }
.wl-cards-3 { grid-template-columns: repeat(3, 1fr); }
/* Centred variant for grids whose count isn't a multiple of 3 (the 10-card
   feature grid): a short last row sits in the middle instead of hanging left. */
.wl-cards-center { display: flex; flex-wrap: wrap; justify-content: center; }
.wl-cards-center > .wl-card { flex: 0 1 calc((100% - 44px) / 3); min-width: 0; }
.wl-card {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: var(--wl-radius);
    padding: 26px;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.wl-card:hover { transform: translateY(-3px); box-shadow: 0 14px 36px rgba(26, 37, 60, .09); border-color: #cfd9e6; }
.wl-ico {
    width: 46px; height: 46px; border-radius: 12px;
    background: rgba(12, 201, 148, .12);
    color: #06a87a;
    display: grid; place-items: center;
    font-size: 1.2rem; margin-bottom: 16px;
}
.wl-card h3 { font-size: 1.08rem; margin-bottom: 8px; }
.wl-card p { font-size: .93rem; }

.wl-features { background: var(--light-gray); }

/* --- reviews --------------------------------------------------------------- */
.wl-review {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: var(--wl-radius);
    padding: 24px;
    display: flex; flex-direction: column;
    margin: 0;
}
.wl-stars { color: #f5a623; font-size: .92rem; margin-bottom: 12px; letter-spacing: 1px; }
.wl-review p { font-size: .96rem; color: var(--dark-blue); flex: 1; }
.wl-review cite { margin-top: 16px; font-style: normal; font-size: .85rem; color: var(--medium-blue); font-weight: 600; }
.wl-review-avg { background: var(--light-gray); }

/* Visually hidden, still read by screen readers (the theme didn't define the
   standard WordPress helper). */
.wl-home .screen-reader-text {
    position: absolute !important;
    width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); clip-path: inset(50%);
    white-space: nowrap; border: 0;
}

/* --- plan comparison table (mirrors the in-app Free vs WiseList+ table) ------ */
.wl-plans-wrap {
    max-width: 760px; margin: 0 auto;
    background: #fff; border: 1px solid var(--border-color); border-radius: 18px;
    box-shadow: 0 12px 40px rgba(26, 37, 60, .08);
    overflow-x: auto;
}
.wl-plans { width: 100%; border-collapse: collapse; font-size: .97rem; }
.wl-plans th, .wl-plans td { padding: 14px 18px; text-align: left; vertical-align: middle; }
.wl-plans thead th { padding-top: 24px; padding-bottom: 14px; border-bottom: 1px solid var(--border-color); }
.wl-plans .wl-plans-free,
.wl-plans .wl-plans-plus { text-align: center; width: 140px; white-space: nowrap; }
.wl-plans-name { display: block; font-weight: 800; font-size: 1.05rem; color: var(--medium-blue); }
.wl-plans-plus .wl-plans-name { color: #ef8a3b; }
.wl-plans-price { display: block; font-weight: 800; font-size: 1.3rem; color: var(--dark-blue); margin-top: 4px; letter-spacing: -.02em; }
.wl-plans-price small { font-size: .8rem; font-weight: 600; color: var(--medium-blue); }
.wl-plans-alt { display: block; font-size: .76rem; color: var(--medium-blue); font-weight: 500; }
/* The WiseList+ column is tinted end-to-end, like the app. */
.wl-plans td.wl-plans-plus, .wl-plans th.wl-plans-plus { background: #fff7ec; }
.wl-plans thead th.wl-plans-plus { border-radius: 14px 14px 0 0; }
.wl-plans tfoot td.wl-plans-plus { border-radius: 0 0 14px 14px; }
.wl-plans-section th {
    padding-top: 22px; padding-bottom: 6px;
    font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
    color: #ef8a3b; background: transparent !important;
}
.wl-plans tbody th[scope="row"] { font-weight: 500; color: var(--dark-blue); border-top: 1px solid #eef2f7; }
.wl-plans tbody td { border-top: 1px solid #eef2f7; }
.wl-plans-yes { color: #ef8a3b; font-size: 1rem; }
.wl-plans-no { color: #c3cddb; font-weight: 700; }
.wl-plans-val { color: var(--medium-blue); font-weight: 600; }
.wl-plans-unlimited { color: #ef8a3b; font-weight: 800; }
.wl-plans tfoot td { padding: 20px 18px 24px; }
.wl-plans tfoot .wl-btn { white-space: nowrap; }
.wl-plans-more { text-align: center; margin-top: 22px; font-size: .95rem; }
.wl-plans-sep { margin: 0 10px; color: var(--border-color); }
.wl-plans-cancel { color: var(--medium-blue); font-weight: 600; text-decoration: none; }
.wl-plans-cancel:hover { text-decoration: underline; }
.wl-plans-note { display: block; margin-top: 8px; font-size: .78rem; color: var(--medium-blue); }

/* Feature names that link to a help-centre article: quiet underline, not a
   loud link, so the tables and lists still read as tables and lists. */
.wl-help-link { color: inherit; text-decoration: underline; text-decoration-color: #cfd9e6; text-underline-offset: 3px; }
.wl-help-link:hover { color: #06a87a; text-decoration-color: #06a87a; }
.wl-card-link { display: inline-block; margin-top: 12px; color: #06a87a; font-weight: 700; font-size: .88rem; text-decoration: none; }
.wl-card-link:hover { text-decoration: underline; }

/* --- WiseList+ page ---------------------------------------------------------- */
.wl-kicker-plus { background: #fff7ec; color: #ef8a3b; }
.wl-plus-price { font-size: 1.02rem; color: var(--dark-blue); margin-bottom: 22px; }
.wl-plus-price strong { color: #ef8a3b; font-weight: 800; }
.wl-incl {
    background: #fff; border: 1px solid var(--border-color); border-radius: 18px;
    padding: 26px 28px; box-shadow: 0 16px 50px rgba(26, 37, 60, .11);
    border-top: 4px solid #ef8a3b;
}
.wl-incl-head {
    font-size: .76rem !important; letter-spacing: .09em; text-transform: uppercase;
    color: #ef8a3b; font-weight: 800; margin-bottom: 14px; text-align: left;
}
.wl-incl-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.wl-incl-list li { display: flex; align-items: flex-start; gap: 10px; font-size: .95rem; color: var(--dark-blue); }
.wl-incl-list i { color: #ef8a3b; margin-top: 4px; font-size: .85rem; flex: 0 0 auto; }
.wl-cards-2 { grid-template-columns: repeat(2, 1fr); }
.wl-ticks { list-style: none; margin: 10px 0 12px; padding: 0; display: grid; gap: 7px; }
.wl-ticks li { position: relative; padding-left: 22px; font-size: .93rem; color: var(--medium-blue); }
.wl-ticks li::before {
    content: "\2713"; position: absolute; left: 0; top: 0;
    color: var(--primary-green); font-weight: 800;
}
.wl-flow { font-size: .88rem; color: var(--medium-blue); font-style: italic; }
.wl-badges-center { justify-content: center; margin-top: 26px; }
.wl-final .wl-badges-center img { filter: none; }

/* --- pricing --------------------------------------------------------------- */
.wl-pricing { background: var(--light-gray); }
.wl-tiers { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 860px; margin: 0 auto; }
.wl-tier {
    background: #fff;
    border: 1.5px solid var(--border-color);
    border-radius: 18px;
    padding: 30px;
    position: relative;
}
.wl-tier-plus { border-color: var(--primary-green); box-shadow: 0 12px 40px rgba(12, 201, 148, .16); }
.wl-tier-badge {
    position: absolute; top: -13px; left: 30px;
    background: var(--primary-green); color: #fff;
    font-size: .7rem; font-weight: 800; letter-spacing: .04em;
    padding: 5px 12px; border-radius: 6px;
}
.wl-tier h3 { margin-bottom: 4px; }
.wl-amt { font-size: 2rem; font-weight: 800; margin: 12px 0 4px; letter-spacing: -.03em; color: var(--dark-blue); }
.wl-amt span { font-size: 1rem; font-weight: 600; color: var(--medium-blue); }
.wl-per { font-size: .87rem; color: var(--medium-blue); margin-bottom: 20px; }
.wl-tier ul { list-style: none; display: flex; flex-direction: column; gap: 11px; margin: 0 0 24px; padding: 0; }
/* Block + absolutely-positioned tick (not flex) so inline <strong> runs wrap
   with the surrounding text instead of becoming separate flex items. */
.wl-tier li { font-size: .93rem; position: relative; padding-left: 24px; color: var(--medium-blue); }
.wl-tier li i { color: var(--primary-green); position: absolute; left: 0; top: 5px; font-size: .82rem; }

/* --- bills / affiliate ------------------------------------------------------ */
/* minmax(0, 1fr), not bare 1fr: a bare 1fr track is minmax(auto, 1fr) and the
   cards' min-content width (icon + label + 30px padding) forced the columns
   wider than the phone screen, clipping the right-hand tiles. */
/* Centred wrapping row rather than a rigid grid: with 6 tiles (or 7 once the
   travel redirect exists) the short last row sits centred instead of hanging
   off the left edge. Each tile is a quarter of the row on desktop. */
.wl-bill-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.wl-bill-grid .savings-card { flex: 0 1 calc(25% - 10.5px); min-width: 0; }
/* Overrides the legacy `#deeper-savings .container > p { margin:-20px ...; font-size:1.2rem }`
   rule in style.css, which was written for the old section's intro paragraph
   and was pulling this disclosure up into the last row of tiles. */
#deeper-savings .container > p.wl-disclosure,
.wl-disclosure {
    text-align: center; font-size: .8rem; color: var(--medium-blue);
    margin: 26px auto 0; max-width: 620px;
}

/* --- guides ----------------------------------------------------------------- */
.wl-picks { background: var(--light-gray); }
.wl-guides .guide-card h3,
.wl-picks .guide-card h3 { font-size: 1.05rem; margin-bottom: 10px; }
.wl-guides .guide-card h3 a,
.wl-picks .guide-card h3 a { text-decoration: none; color: var(--dark-blue); }
.wl-guides .guide-card h3 a:hover,
.wl-picks .guide-card h3 a:hover { color: #06a87a; }

/* --- final ------------------------------------------------------------------ */
.wl-final { background: var(--dark-blue); color: #fff; text-align: center; }
.wl-final h2 { color: #fff; margin-bottom: 14px; }
.wl-final p { color: #c9d3e4; font-size: 1.08rem; margin-bottom: 30px; }

/* --- focus visibility (matches style.css treatment) -------------------------- */
.wl-home a:focus-visible,
.wl-home button:focus-visible {
    outline: 2px solid var(--primary-green);
    outline-offset: 3px;
    border-radius: 6px;
}

/* --- responsive -------------------------------------------------------------- */
@media (max-width: 900px) {
    .wl-home section { padding: 60px 0; }
    .wl-hero-grid,
    .wl-basket-grid { grid-template-columns: 1fr; gap: 38px; }
    /* How-it-works stays single-column (3 sequential steps); the 9-card feature
       grid goes 2-up so the revenue block below it isn't pushed ~9 screens down. */
    .wl-cards-3 { grid-template-columns: 1fr; }
    .wl-cards-2 { grid-template-columns: 1fr; }
    .wl-features .wl-cards-3 { grid-template-columns: 1fr 1fr; gap: 12px; }
    .wl-cards-center > .wl-card { flex-basis: calc(50% - 6px); }
    .wl-features .wl-card { padding: 18px 14px; }
    .wl-features .wl-card h3 { font-size: .95rem; }
    .wl-features .wl-card p { font-size: .85rem; }
    .wl-features .wl-ico { width: 38px; height: 38px; font-size: 1rem; margin-bottom: 12px; }
    .wl-tiers { grid-template-columns: 1fr; }
    .wl-bill-grid { gap: 12px; }
    .wl-bill-grid .savings-card {
        flex: 0 1 calc(50% - 6px);
        flex-direction: column;
        text-align: center;
        gap: 10px;
        padding: 18px 10px;
        font-size: .9rem;
    }
    .wl-bill-grid .savings-icon { font-size: 1.6rem; }
    .wl-axis { padding-left: 0; }
    /* Mobile order: headline -> lede -> CTA -> receipt. The card is the scroll
       reward, never the obstacle between the reader and the install button. */
    .wl-hero-visual { order: 2; }
    .wl-proof-grid { grid-template-columns: 1fr 1fr; gap: 14px 0; }
    .wl-proof-grid li { justify-content: flex-start; text-align: left; padding: 4px 14px; }
    .wl-proof-grid li:nth-child(odd) { border-left: 0; }
}

@media (max-width: 480px) {
    /* "Coles, Woolworths & ALDI." cannot fit on one line at phone widths, so the
       nowrap that keeps it together on desktop must release here or it clips. */
    .wl-nb { white-space: normal; }
    .wl-hero-phone { max-width: 250px; }
    .wl-plans { font-size: .86rem; }
    .wl-plans th, .wl-plans td { padding: 11px 8px; }
    .wl-plans tbody th[scope="row"] { padding-left: 12px; }
    /* Let the price header wrap so the table fits a 335px card without scrolling. */
    .wl-plans .wl-plans-free, .wl-plans .wl-plans-plus { width: 78px; white-space: normal; }
    .wl-plans-name { font-size: .92rem; }
    .wl-plans-price { font-size: 1rem; }
    .wl-plans-alt { font-size: .68rem; }
    .wl-plans tfoot td { padding: 14px 6px 18px; }
    .wl-plans tfoot .wl-btn { padding: 10px 6px; font-size: .74rem; }
    .wl-media-logos { gap: 16px 22px; }
    .wl-media-logos img { height: 28px; max-width: 140px; }
    .wl-media-logos img[alt="9News"],
    .wl-media-logos img[alt="Savings.com.au"],
    .wl-media-logos img[alt="Canstar"],
    .wl-media-logos img[alt="10 News First"] { height: 34px; }
    /* Four short facts read better stacked than cramped into 2×2 at phone width. */
    .wl-proof-grid { grid-template-columns: 1fr; gap: 12px; padding: 20px 0; }
    .wl-proof-grid li { border-left: 0; padding: 0; }
    /* One-thumb install: CTAs go full-width on phones. */
    .wl-cta-row .wl-btn { width: 100%; text-align: center; }
    .wl-receipt { padding: 20px; }
    .wl-r-big { font-size: 1.3rem; }
    .wl-badges img { height: 38px; }
}

@media (prefers-reduced-motion: reduce) {
    .wl-btn, .wl-card { transition: none; }
    .wl-btn:hover, .wl-card:hover { transform: none; }
}
