/*
Theme Name: Little Berry Funnel
Description: Lightweight Ledisa-style funnel theme for littleberry.shop (WooCommerce + FunnelKit). Mobile-first.
Version: 1.1.1
Author: DRIMS ALLY
Text Domain: littleberry-funnel
*/

/* ============ Tokens (Ledisa palette) ============ */
:root {
	--bg: #D6EAF8;
	--bg-deep: #A3CDE9;
	--navy: #1D2736;
	--ink: #111827;
	--ink-soft: #4B5563;
	--line: #E3E8EF;
	--white: #FFFFFF;
	--yellow: #F7C51E;
	--red: #CD2E53;
	--red-bright: #F21E2A;
	--orange: #FB7A55;
	--green: #0BA640;
	--green-dark: #07852F;
	--green-burst: #1DB954;
	--blue: #1B73C9;
	--blue-dark: #0F4FA8;
	--gold: #F2A626;
	--font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	--wrap: 1080px;
	--r-lg: 18px;
	--r: 12px;
}

/* ============ Base ============ */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 16px/1.5 var(--font); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); }
h1, h2, h3 { margin: 0; line-height: 1.15; font-weight: 800; letter-spacing: -0.015em; }
p { margin: 0; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.lb-wrap { width: min(100% - 24px, var(--wrap)); margin-inline: auto; }
.lb-main { padding-bottom: 88px; }
.lb-h2 { font-size: clamp(26px, 6.6vw, 40px); text-align: center; margin: 0 auto 22px; max-width: 22ch; }
.lb-stars { color: var(--gold); letter-spacing: 1px; }

/* ============ Site header / footer ============ */
.lb-site-head { background: var(--white); }
.lb-site-head .lb-wrap { display: flex; justify-content: center; padding: 12px 0; }
.lb-logo { font-weight: 800; font-size: 24px; color: var(--ink); text-decoration: none; }
.lb-logo img { height: 36px; width: auto; }
.lb-site-foot { background: var(--white); padding: 24px 0; font-size: 12px; color: var(--ink-soft); }
.lb-site-foot nav { display: flex; flex-wrap: wrap; gap: 6px 16px; margin-bottom: 8px; }
.lb-site-foot a { color: var(--ink-soft); }

/* ============ Progress header ============ */
.lb-progress { background: var(--navy); color: #C5CCD8; padding: 12px 14px 14px; }
.lb-progress__steps { list-style: none; margin: 0 auto 9px; padding: 0; display: flex; justify-content: space-between; align-items: center; max-width: 640px; font-size: 12px; gap: 6px; }
.lb-progress__steps li { flex: 1; text-align: center; line-height: 1.25; }
.lb-progress__steps .is-now { color: var(--white); font-weight: 700; font-size: 14px; }
.lb-progress__track { max-width: 640px; margin: 0 auto; height: 14px; border-radius: 99px; background: repeating-linear-gradient(-45deg, #E5E7EB 0 9px, #FFFFFF 9px 18px); overflow: hidden; }
.lb-progress__track span { display: block; height: 100%; background: #5BE12F; border-radius: 99px; }

/* ============ Top bars ============ */
.lb-topbar { text-align: center; font-weight: 800; font-size: clamp(16px, 4.4vw, 26px); line-height: 1.25; padding: 12px 14px; }
.lb-topbar--yellow { background: var(--yellow); color: var(--ink); }
.lb-topbar--red { background: var(--red-bright); color: var(--white); font-weight: 600; font-size: 15px; padding: 9px 12px; }

/* ============ Hero ============ */
.lb-hero { text-align: center; padding: 22px 0 4px; max-width: 760px; }
.lb-hero__title { font-size: clamp(26px, 7vw, 44px); }
.lb-hero__sub { font-size: clamp(15px, 4vw, 18px); color: var(--ink-soft); margin: 10px auto 0; max-width: 60ch; }

/* ============ Video (MP4 option) ============ */
.lb-video { max-width: 460px; padding-top: 18px; }
.lb-video__frame { position: relative; aspect-ratio: 4 / 5; border-radius: var(--r-lg); overflow: hidden; background: var(--navy); }
.lb-video__el { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; object-fit: cover; }

/* ============ Red "last chance" box ============ */
.lb-redbox { position: relative; margin-top: 18px; background: var(--red); color: var(--white); border-radius: var(--r-lg); text-align: center; padding: 20px 16px 22px; max-width: 760px; }
.lb-redbox__title { font-weight: 800; font-size: clamp(20px, 5.6vw, 30px); line-height: 1.15; text-transform: uppercase; }
.lb-redbox__sub { margin-top: 8px; font-size: 14px; opacity: .92; }
.lb-redbox__arrow { position: absolute; left: 50%; bottom: -14px; width: 28px; height: 28px; background: var(--red); transform: translateX(-50%) rotate(45deg); border-radius: 4px; }

/* ============ Packages ============ */
.lb-packages { padding: 40px 0 8px; }
.lb-packages__grid { display: grid; gap: 40px 20px; grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
@media (min-width: 960px) {
	.lb-packages__grid { grid-template-columns: repeat(3, 1fr); align-items: start; max-width: none; }
	.lb-pack--plain { margin-top: 32px; }
}
.lb-pack { position: relative; background: var(--white); border: 2px solid var(--line); border-radius: var(--r-lg); padding: 30px 16px 18px; text-align: center; }
.lb-pack--red { border-color: var(--red); }
.lb-pack--orange { border-color: var(--orange); }
.lb-pack__ribbon { position: absolute; top: -19px; left: 50%; transform: translateX(-50%); width: max-content; max-width: 86%; padding: 8px 26px; border-radius: 99px; color: var(--white); font-weight: 800; font-size: 16px; text-transform: uppercase; letter-spacing: .01em; }
.lb-pack--red .lb-pack__ribbon { background: var(--red); }
.lb-pack--orange .lb-pack__ribbon { background: var(--orange); }
.lb-pack__title { font-size: clamp(26px, 7vw, 32px); }
.lb-pack__badge { margin-top: 6px; color: var(--ink-soft); font-size: 15px; }

.lb-pack__visual { position: relative; margin: 14px auto 6px; min-height: 220px; display: grid; place-items: center; padding: 16px 8px 18px; }
.lb-pack__box { max-height: 300px; width: auto; margin-inline: auto; }
.lb-burst { position: absolute; top: 4px; right: 4px; width: 78px; height: 78px; display: grid; place-content: center; text-align: center; color: var(--white); font-weight: 800; font-size: 14px; line-height: 1; background: var(--green-burst);
	clip-path: polygon(50% 0%, 61% 11%, 75% 6%, 79% 21%, 94% 25%, 89% 39%, 100% 50%, 89% 61%, 94% 75%, 79% 79%, 75% 94%, 61% 89%, 50% 100%, 39% 89%, 25% 94%, 21% 79%, 6% 75%, 11% 61%, 0% 50%, 11% 39%, 6% 25%, 21% 21%, 25% 6%, 39% 11%); }
.lb-burst b { font-size: 21px; display: block; }

/* Fanned products shown until the box images arrive */
.lb-fan { position: relative; width: 100%; height: 200px; }
.lb-fan__card { position: absolute; left: 50%; bottom: 0; width: 108px; transform-origin: 50% 125%; transform: translateX(-50%) rotate(calc((var(--i) - (var(--n) - 1) / 2) * 10deg)); }
.lb-fan__img { display: block; aspect-ratio: 3 / 4; border-radius: 8px; overflow: hidden; background: var(--white); border: 3px solid var(--white); box-shadow: 0 8px 18px -8px rgba(17, 24, 39, .45); }
.lb-fan__img img { width: 100%; height: 100%; object-fit: cover; }
.lb-tile { display: grid; place-items: center; background: linear-gradient(160deg, #3B82F6, #1D4ED8); color: var(--white); font-weight: 700; font-size: 13px; line-height: 1.15; text-align: center; padding: 6px; }

.lb-pack__label { margin: 14px 0 10px; font-weight: 800; font-size: 17px; }
.lb-inc { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 8px; }
.lb-inc li { width: 74px; }
.lb-inc__pic { position: relative; display: block; width: 56px; margin: 0 auto 6px; }
.lb-inc__img { display: block; aspect-ratio: 3 / 4; border-radius: 6px; overflow: hidden; box-shadow: 0 3px 8px -4px rgba(0, 0, 0, .35); }
.lb-inc__img img { width: 100%; height: 100%; object-fit: cover; }
.lb-inc__img.lb-tile { font-size: 9px; padding: 3px; }
.lb-inc__pic b { position: absolute; top: 38%; right: -12px; width: 28px; height: 28px; border-radius: 50%; background: var(--ink); color: var(--white); font-size: 12px; display: grid; place-items: center; border: 2px solid var(--white); }
.lb-inc__name { display: block; font-size: 12px; line-height: 1.25; font-weight: 500; }

.lb-pills { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.lb-pills li { padding: 6px 14px; border-radius: 99px; color: var(--white); font-weight: 600; font-size: 14px; }
.lb-pills .is-red { background: #D93025; }
.lb-pills .is-purple { background: #A855C7; }

.lb-perks { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 10px; font-weight: 700; font-size: 15px; }

.lb-price { display: flex; justify-content: center; align-items: baseline; flex-wrap: wrap; gap: 4px 8px; margin: 18px 0 14px; padding-top: 16px; border-top: 1px dashed #D1D5DB; }
.lb-price s { color: var(--red-bright); font-size: 19px; font-weight: 600; }
.lb-price strong { font-size: 40px; font-weight: 800; letter-spacing: -0.02em; }
.lb-price em { font-style: normal; background: var(--red-bright); color: var(--white); font-weight: 800; font-size: 12px; padding: 3px 7px; border-radius: 4px; align-self: center; }

/* ============ Buttons ============ */
.lb-btn, .lb-cta a, .lb-cta button, .lb-cta input[type="submit"] {
	display: block; width: 100%; padding: 20px 16px; border: 0; border-radius: 10px; background: var(--green); color: var(--white) !important;
	text-decoration: none; text-align: center; font: 700 clamp(19px, 5.4vw, 24px)/1.2 var(--font); cursor: pointer;
	box-shadow: 0 4px 0 var(--green-dark); transition: transform .08s ease, box-shadow .08s ease;
}
.lb-btn:active, .lb-cta a:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--green-dark); }
.lb-cta--blue a, .lb-btn--blue { background: var(--blue); box-shadow: 0 4px 0 var(--blue-dark); font-size: 20px; padding: 16px; }
.lb-btn--inline { display: inline-block; width: auto; padding: 14px 26px; font-size: 17px; }
.lb-total { margin-top: 14px; font-size: 15px; }
.lb-onetime { font-size: 13px; color: var(--ink-soft); margin-top: 2px; }
.lb-pack__foot { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); }
.lb-nothanks { text-align: center; margin: 26px 0 6px; font-size: 16px; }
.lb-nothanks a { color: var(--ink); text-decoration: underline; }

/* Trust + cards */
.lb-trust { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 4px 6px; font-size: 12px; color: var(--ink-soft); }
.lb-trust b { color: var(--ink); }
.lb-trust__dot { color: #9CA3AF; }
.lb-safe { margin: 10px 0 8px; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-soft); }
.lb-cards { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 5px; }
.lb-cards li { height: 24px; min-width: 40px; padding: 0 6px; border-radius: 4px; display: grid; place-items: center; font: 800 9px/1 var(--font); border: 1px solid var(--line); background: var(--white); }
.lb-cards .c-visa { color: #1A1F71; font-style: italic; font-size: 11px; }
.lb-cards .c-mc { display: flex; gap: 0; }
.lb-cards .c-mc i { width: 13px; height: 13px; border-radius: 50%; background: #EB001B; display: block; }
.lb-cards .c-mc i + i { background: #F79E1B; margin-left: -5px; opacity: .9; }
.lb-cards .c-amex { background: #2E77BC; color: var(--white); border-color: #2E77BC; }
.lb-cards .c-disc { color: #F58220; font-size: 8px; }
.lb-cards .c-apple { font-size: 11px; font-weight: 600; }
.lb-cards .c-gpay { font-size: 11px; font-weight: 600; color: #5F6368; }

/* ============ Comparison ============ */
.lb-cmp { padding: 44px 0 8px; max-width: 760px; }
.lb-cmp__grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; align-items: stretch; }
.lb-cmp__col { display: flex; flex-direction: column; }
.lb-cmp__head { min-height: 58px; display: grid; place-items: center; text-align: center; font-weight: 600; font-size: 13px; line-height: 1.2; padding: 8px 6px; }
.lb-cmp__cell { min-height: 54px; display: grid; place-items: center; text-align: center; padding: 8px 6px; font-size: 13px; border-bottom: 1px solid var(--line); }
.lb-cmp__col--labels .lb-cmp__cell, .lb-cmp__col--plain .lb-cmp__cell { background: var(--white); }
.lb-cmp__col--labels .lb-cmp__cell { justify-items: start; text-align: left; font-weight: 500; padding-left: 12px; }
.lb-cmp__col--labels .lb-cmp__cell:nth-child(2) { border-top-left-radius: var(--r); }
.lb-cmp__col--labels .lb-cmp__cell:last-child { border-bottom-left-radius: var(--r); border-bottom: 0; }
.lb-cmp__col--plain .lb-cmp__cell:last-child { border-bottom: 0; }
.lb-cmp__col--win { background: linear-gradient(180deg, #1E4FA0, var(--blue)); color: var(--white); border-radius: var(--r-lg); margin-top: -10px; margin-bottom: -18px; box-shadow: 0 14px 30px -14px rgba(27, 115, 201, .7); }
.lb-cmp__col--win .lb-cmp__head { font-weight: 700; min-height: 68px; }
.lb-cmp__col--win .lb-cmp__cell { border-bottom-color: rgba(255, 255, 255, .15); }
.lb-cmp__col--win .lb-cmp__cell:last-child { border-bottom: 0; min-height: 72px; }
.lb-ok { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; background: var(--green); color: var(--white); font-weight: 800; font-size: 14px; }
.lb-cmp__col--win .lb-ok { background: var(--white); color: var(--blue); }
.lb-no { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; border: 2px solid var(--ink); color: var(--ink); font-weight: 700; font-size: 12px; }

/* ============ UGC + product breakdown ============ */
.lb-ugc { padding: 60px 0 8px; }
.lb-ugc__card { border: 2px solid var(--green); border-radius: var(--r-lg); overflow: hidden; background: var(--white); max-width: 620px; margin-inline: auto; }
.lb-ugc__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.lb-ugc__img { display: block; aspect-ratio: 4 / 5; overflow: hidden; }
.lb-ugc__img img { width: 100%; height: 100%; object-fit: cover; }
.lb-ugc__img.lb-tile { font-size: 13px; }
.lb-ugc__strip { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 4px 8px; padding: 14px 10px; font-size: 14px; font-weight: 500; }
.lb-ugc__bar { background: var(--green); color: var(--white); text-align: center; font-weight: 800; font-size: clamp(17px, 4.8vw, 22px); padding: 14px 10px; }
.lb-feat { list-style: none; margin: 26px auto 0; padding: 0; max-width: 620px; display: grid; }
.lb-feat li { display: flex; gap: 14px; align-items: flex-start; padding: 16px 4px; border-bottom: 1px solid rgba(17, 24, 39, .1); }
.lb-feat li:last-child { border-bottom: 0; }
.lb-feat__img { flex: 0 0 72px; width: 72px; aspect-ratio: 3 / 4; border-radius: 6px; overflow: hidden; box-shadow: 0 4px 10px -5px rgba(0, 0, 0, .4); }
.lb-feat__img img { width: 100%; height: 100%; object-fit: cover; }
.lb-feat__img.lb-tile { font-size: 10px; }
.lb-feat h3 { font-size: 20px; }
.lb-feat__tag { font-weight: 700; font-size: 15px; margin: 4px 0 6px; }
.lb-feat__tag.is-red { color: #D93025; } .lb-feat__tag.is-blue { color: var(--blue); } .lb-feat__tag.is-orange { color: #EA580C; }
.lb-feat__tag.is-purple { color: #9333EA; } .lb-feat__tag.is-green { color: var(--green); }
.lb-feat p { font-size: 14px; color: var(--ink-soft); }

/* ============ Reviews ============ */
.lb-reviews { padding: 56px 0 8px; }
.lb-reviews__grid { column-count: 1; column-gap: 14px; max-width: 1000px; margin-inline: auto; }
@media (min-width: 640px) { .lb-reviews__grid { column-count: 2; } }
@media (min-width: 1000px) { .lb-reviews__grid { column-count: 3; } }
.lb-review { break-inside: avoid; display: inline-block; width: 100%; margin: 0 0 14px; background: var(--white); border-radius: var(--r-lg); padding: 16px; }
.lb-review[hidden] { display: none; }
.lb-review__photo { width: 100%; height: auto; border-radius: var(--r); margin-bottom: 12px; }
.lb-review .lb-stars { font-size: 20px; color: #F59E0B; }
.lb-review blockquote { margin: 8px 0 12px; font-size: 14px; }
.lb-review figcaption { display: flex; align-items: center; gap: 10px; padding-top: 10px; border-top: 1px solid var(--line); font-size: 14px; }
.lb-avatar { flex: 0 0 34px; width: 34px; height: 34px; border-radius: 50%; background: var(--blue); color: var(--white); font-weight: 800; display: grid; place-items: center; }
.lb-review__who { display: grid; line-height: 1.3; }
.lb-review__role { font-size: 12px; color: var(--ink-soft); }
.lb-verified { color: var(--green); font-weight: 600; font-size: 12px; }
.lb-reviews__summary { display: flex; justify-content: center; align-items: center; gap: 8px; flex-wrap: wrap; margin: -8px 0 20px; font-size: 15px; }
.lb-reviews__summary .lb-stars { font-size: 20px; color: #F59E0B; }
.lb-reviews__more { display: block; margin: 20px auto 0; padding: 13px 34px; border: 0; border-radius: 99px; background: var(--blue); color: var(--white); font: 700 15px/1 var(--font); cursor: pointer; }

/* ============ Guarantee ============ */
.lb-guarantee { margin-top: 44px; display: grid; grid-template-columns: 96px 1fr; gap: 16px; align-items: center; background: var(--white); border-radius: var(--r-lg); padding: 20px 16px; max-width: 900px; }
@media (min-width: 720px) { .lb-guarantee { grid-template-columns: 170px 1fr; padding: 28px; } }
.lb-seal { position: relative; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, #FBBF24 0 46%, #111827 47% 70%, #F59E0B 71%); display: grid; place-content: center; text-align: center; color: #111827; box-shadow: 0 0 0 4px #FCD34D inset; }
.lb-seal__ring { position: absolute; inset: 0; display: none; }
.lb-seal__num { font-weight: 900; font-size: clamp(26px, 7vw, 46px); line-height: .9; }
.lb-seal__day { font-weight: 800; font-size: clamp(11px, 3vw, 18px); }
.lb-guarantee h2 { font-size: clamp(20px, 5.4vw, 34px); }
.lb-guarantee p { margin-top: 8px; font-size: 14px; color: var(--ink-soft); }

/* ============ FAQ ============ */
.lb-faq { background: var(--bg-deep); margin-top: 44px; padding: 44px 0 36px; }
.lb-faq .lb-wrap { max-width: 860px; }
.lb-faq details { background: var(--white); border-radius: var(--r); margin-bottom: 12px; }
.lb-faq summary { list-style: none; cursor: pointer; padding: 20px 52px 20px 18px; position: relative; font-weight: 700; font-size: 16px; line-height: 1.35; }
.lb-faq summary::-webkit-details-marker { display: none; }
.lb-faq summary::after { content: "+"; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); font-weight: 500; font-size: 30px; color: var(--blue); }
.lb-faq details[open] summary::after { content: "\2212"; }
.lb-faq details p { padding: 0 18px 18px; color: var(--ink-soft); font-size: 15px; }

/* ============ Stickers ============ */
.lb-stickers { list-style: none; padding: 22px 0 0; margin-top: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.lb-stickers li { background: var(--white); color: var(--ink); padding: 7px 14px; border-radius: 99px; font-weight: 700; font-size: 13px; box-shadow: 0 2px 0 rgba(17, 24, 39, .08); }

/* ============ Checkout value stack ============ */
.lb-stack { display: grid; gap: 20px; padding: 22px 0 10px; align-items: center; }
@media (min-width: 900px) { .lb-stack { grid-template-columns: 1fr 1fr; } }
.lb-stack__media { position: relative; }
.lb-stack__img { border-radius: var(--r-lg); width: 100%; }
.lb-stack__worth { position: absolute; top: 12px; left: 12px; background: var(--red); color: var(--white); padding: 7px 12px; border-radius: 99px; font-weight: 800; font-size: 14px; }
.lb-stack .lb-hero__title, .lb-stack .lb-hero__sub { text-align: left; margin-left: 0; }
.lb-checklist { list-style: none; padding: 0; margin: 16px 0 0; display: grid; gap: 9px; }
.lb-checklist li { position: relative; padding-left: 32px; font-weight: 600; }
.lb-checklist li::before { content: "\2713"; position: absolute; left: 0; top: 1px; width: 22px; height: 22px; border-radius: 5px; background: var(--green); color: var(--white); display: grid; place-items: center; font-size: 13px; }

/* ============ Single offer (downsell / upsell 2): Ledisa "Priority" page ============ */
body:has(.lb-offer) { background: var(--white); }
.lb-offerhead { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.lb-offerhead__logo img { height: 30px; width: auto; }
.lb-offerhead__logo { font-weight: 800; font-size: 22px; }
.lb-crumbs { display: flex; gap: 6px; font-size: 12px; }
.lb-crumbs span:not(:last-child)::after { content: "\203A"; margin-left: 6px; color: #9CA3AF; }
.lb-crumbs .is-next { color: #9CA3AF; }
.lb-offer { padding: 22px 0 10px; max-width: 900px; text-align: center; }
.lb-offer__title { font-size: clamp(20px, 5.6vw, 28px); font-weight: 600; }
.lb-offer__subhead { margin-top: 14px; color: var(--green); font-weight: 700; font-size: 17px; }
.lb-offer__points { list-style: none; margin: 10px 0 0; padding: 0; display: grid; gap: 8px; font-size: 14px; }
.lb-offer__points li::before { content: "\2705  "; }
.lb-offer__grid { display: grid; gap: 18px; margin-top: 24px; text-align: left; }
@media (min-width: 720px) { .lb-offer__grid { grid-template-columns: 1fr 1fr; align-items: start; } }
.lb-offer__media img, .lb-offer__tile { border-radius: var(--r); width: 100%; }
.lb-offer__tile { display: grid; place-items: center; aspect-ratio: 3 / 2; background: linear-gradient(160deg, #FEF9C3, #DBEAFE); color: var(--blue); font-weight: 800; font-size: 24px; }
.lb-offer__buy h2 { font-size: 24px; font-weight: 600; }
.lb-offer__price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; margin: 10px 0 16px; padding-bottom: 14px; border-bottom: 1px solid var(--line); font-size: 19px; }
.lb-offer__price s { color: var(--ink-soft); }
.lb-offer__price strong { font-weight: 700; }
.lb-offer__price em { font-style: normal; color: var(--green); font-weight: 600; }
.lb-offer ~ .lb-nothanks a, body:has(.lb-offer) .lb-nothanks a { text-decoration: none; font-weight: 500; }

/* ============ Thank you ============ */
.lb-ty__head { background: #2BA4C8; color: var(--white); text-align: center; padding: 26px 14px; }
.lb-ty__title { font-weight: 800; font-size: clamp(26px, 7vw, 36px); }
.lb-ty__sub { font-weight: 700; font-size: clamp(19px, 5vw, 26px); text-decoration: underline; margin-top: 4px; }
.lb-ty__box { background: var(--white); border: 2px dashed #E05A2B; border-radius: var(--r); padding: 18px; margin-top: 22px; max-width: 640px; text-align: center; }
.lb-ty__box ol { list-style-position: inside; padding: 0; margin: 12px 0 0; display: grid; gap: 6px; font-size: 15px; }
.lb-ty__letter { background: #E3F1FA; margin-top: 26px; padding: 26px 0 40px; }
.lb-ty__letter .lb-wrap { max-width: 640px; display: grid; gap: 14px; font-size: 15px; }
.lb-ty__letter h2 { font-size: 26px; }
.lb-rate { background: var(--white); border-radius: var(--r); padding: 22px 14px; text-align: center; margin-top: 10px; }
.lb-rate p { font-size: 20px; }
.lb-rate__stars { display: flex; justify-content: center; gap: 10px; margin-top: 12px; }
.lb-rate__stars button { background: none; border: 0; font-size: 36px; color: #E5E7EB; cursor: pointer; line-height: 1; padding: 0; -webkit-text-stroke: 1.5px #F5B301; }
.lb-rate__stars button.is-on { color: #F5B301; }
.lb-rate__thanks { font-size: 15px !important; margin-top: 10px; color: var(--green); font-weight: 600; }
body:has(.lb-ty) { background: var(--white); }

/* ============ Sticky CTA ============ */
.lb-sticky { position: fixed; left: 50%; bottom: 12px; transform: translateX(-50%); width: min(100% - 32px, 420px); z-index: 50; padding: 16px; border-radius: 10px; background: var(--green); color: var(--white); text-align: center; text-decoration: none; font-weight: 800; font-size: 18px; letter-spacing: .02em; box-shadow: 0 10px 24px -8px rgba(7, 133, 47, .6); }
.lb-sticky[hidden] { display: none; }

/* ============ WooCommerce / FunnelKit form tidy-up ============ */
.woocommerce form .input-text, .woocommerce form select { border: 1px solid #D1D5DB; border-radius: 8px; padding: 13px 14px; font-size: 16px; }
.woocommerce #place_order, .woocommerce button.button.alt { background: var(--green); border-radius: 10px; font: 700 20px/1.2 var(--font); padding: 18px; box-shadow: 0 4px 0 var(--green-dark); }

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	* { transition: none !important; }
}
