:root {
  --las-cream: #fffdf6;
  --las-white: #ffffff;
  --las-ink: #032a20;
  --las-green: #063b2b;
  --las-mid-green: #087a50;
  --las-mint: #dff8e8;
  --las-soft-mint: #f2fbf5;
  --las-text: #49685e;
  --las-yellow: #ffd51e;
  --las-line: rgba(6, 59, 43, .14);
  --las-shadow: 0 18px 48px rgba(3, 42, 32, .10);
  --las-wide: 1180px;
  --las-side: 22px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #f4f6f9; color: #172033; font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif; font-size: 16px; line-height: 1.6; }
img, svg { max-width: 100%; height: auto; }
a { color: inherit; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; white-space: nowrap; }
.screen-reader-text:focus { top: 8px; left: 8px; z-index: 100000; width: auto; height: auto; margin: 0; padding: 12px 16px; clip: auto; background: #fff; color: #172033; }

.las-theme-site { display: flex; min-height: 100vh; flex-direction: column; }
.las-theme-main { width: 100%; min-width: 0; flex: 1 0 auto; margin: 0; padding: 0; overflow: visible; }
.las-theme-page-canvas, .las-theme-entry-content { width: 100%; max-width: none; margin: 0; padding: 0; }

/* Header */
.las-theme-header { position: relative; z-index: 1000; border-bottom: 1px solid var(--las-line); background: rgba(255, 253, 246, .98); }
.las-theme-header-inner { display: flex; width: min(100%, calc(var(--las-wide) + (var(--las-side) * 2))); min-height: 78px; align-items: center; justify-content: space-between; gap: 28px; margin: 0 auto; padding: 0 var(--las-side); }
.las-theme-brand { min-width: 0; }
.las-theme-logo-text, .custom-logo-link { display: inline-flex; align-items: center; gap: 13px; color: var(--las-ink); font-size: clamp(1.05rem, 2vw, 1.35rem); font-weight: 900; letter-spacing: -.025em; line-height: 1.1; text-decoration: none; }
.custom-logo { display: block; width: auto; max-height: 44px; }
.las-theme-brand-mark { display: grid; flex: 0 0 auto; grid-template-columns: repeat(3, 8px); gap: 4px; }
.las-theme-brand-mark i { display: block; width: 8px; height: 8px; margin: 0; border-radius: 50%; background: var(--las-mid-green); }
.las-theme-brand-mark i:nth-child(2), .las-theme-brand-mark i:nth-child(4), .las-theme-brand-mark i:nth-child(8) { background: #62c994; }
.las-theme-brand-mark i:nth-child(5) { background: var(--las-ink); }
.las-theme-brand-mark i:nth-child(9) { background: var(--las-yellow); }
.las-theme-nav { display: flex; align-items: center; }
.las-theme-menu { display: flex; align-items: center; gap: clamp(18px, 3vw, 38px); margin: 0; padding: 0; list-style: none; }
.las-theme-menu li { position: relative; margin: 0; padding: 0; }
.las-theme-menu a { display: inline-flex; min-height: 50px; align-items: center; padding: 14px 0; color: var(--las-green); font-size: 14px; font-weight: 750; line-height: 1; text-decoration: none; }
.las-theme-menu a:hover, .las-theme-menu a:focus-visible { color: var(--las-mid-green); }
.las-theme-menu > li:last-child > a { padding: 13px 24px; border: 1px solid var(--las-green); border-radius: 12px; color: var(--las-ink); font-weight: 850; }
.las-theme-menu > li:last-child > a:hover, .las-theme-menu > li:last-child > a:focus-visible { background: var(--las-ink); color: #fff; }
.las-theme-menu .sub-menu { position: absolute; top: calc(100% - 4px); right: 0; display: none; min-width: 220px; margin: 0; padding: 10px; border: 1px solid var(--las-line); border-radius: 14px; background: #fff; box-shadow: var(--las-shadow); list-style: none; }
.las-theme-menu li:hover > .sub-menu, .las-theme-menu li:focus-within > .sub-menu { display: block; }
.las-theme-menu .sub-menu a { width: 100%; min-height: 0; padding: 11px 12px; border: 0; border-radius: 9px; }
.las-theme-menu .sub-menu a:hover { background: var(--las-soft-mint); }
.las-theme-nav-toggle { display: none; min-height: 42px; padding: 9px 13px; border: 1px solid rgba(6, 59, 43, .35); border-radius: 11px; background: #fff; color: var(--las-ink); font: inherit; font-weight: 850; cursor: pointer; }

/* Ordinary WordPress content */
.las-theme-prose, .las-theme-singular { width: min(calc(100% - (var(--las-side) * 2)), 860px); margin-right: auto; margin-left: auto; }
.las-theme-singular { padding: 52px 0 70px; }
.las-theme-singular-header h1 { margin: 0 0 10px; font-size: clamp(2.4rem, 5vw, 4.6rem); line-height: 1.04; letter-spacing: -.05em; }
.las-theme-post-meta { color: #647087; font-size: .86rem; }
.las-theme-featured-image { margin: 28px 0 36px; }
.las-theme-featured-image img { display: block; width: 100%; border-radius: 20px; }
.las-theme-listing { width: min(calc(100% - (var(--las-side) * 2)), var(--las-wide)); margin: 0 auto; padding: 58px 0 80px; }
.las-theme-post-grid { display: flex; flex-wrap: wrap; gap: 18px; }
.las-theme-post-card { flex: 1 1 300px; padding: 22px; border: 1px solid #dfe5ed; border-radius: 20px; background: #fff; box-shadow: 0 14px 36px rgba(23, 32, 51, .07); }
.las-theme-post-card h2 { margin: 8px 0 10px; font-size: 1.35rem; line-height: 1.16; }
.las-theme-post-card h2 a { text-decoration: none; }
.las-theme-post-card p { color: #647087; }
.las-theme-read-more, .las-theme-footer-button { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; padding: 10px 15px; border-radius: 10px; background: var(--las-mid-green); color: #fff; font-weight: 850; text-decoration: none; }
.las-theme-woocommerce-shell { width: min(calc(100% - (var(--las-side) * 2)), var(--las-wide)); margin: 0 auto; padding: 42px 0 72px; }

/* Footer */
.las-theme-footer { margin-top: 0; border-top: 1px solid rgba(255, 255, 255, .1); background: var(--las-ink); color: #fff; }
.las-theme-footer-summary { display: flex; width: min(100%, calc(var(--las-wide) + (var(--las-side) * 2))); min-height: 100px; align-items: center; justify-content: space-between; gap: 28px; margin: 0 auto; padding: 28px var(--las-side); }
.las-theme-footer-brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 13px; }
.las-theme-footer-brand .las-theme-brand-mark i:nth-child(5) { background: #fff; }
.las-theme-footer-brand strong { font-size: 1.05rem; letter-spacing: -.025em; }
.las-theme-footer-summary p { max-width: 680px; margin: 0; color: #b8d2c8; font-size: .82rem; text-align: right; }
.las-theme-footer-inner { display: none !important; }
.las-theme-footer-column { flex: 1 1 250px; min-width: 0; }
.las-theme-footer-title { margin: 0 0 16px; color: #fff; font-size: 1.05rem; }
.las-theme-footer p { color: rgba(255, 255, 255, .72); }
.las-theme-footer ul { margin: 0; padding: 0; list-style: none; }
.las-theme-footer li { margin: 0; }
.las-theme-footer-menu a { color: rgba(255, 255, 255, .84); text-decoration: none; }
.las-theme-footer-menu a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.las-theme-footer-small { display: flex; width: min(100%, calc(var(--las-wide) + (var(--las-side) * 2))); align-items: center; justify-content: space-between; gap: 22px; margin: 0 auto; padding: 18px var(--las-side) 24px; border-top: 1px solid rgba(255, 255, 255, .1); color: rgba(255, 255, 255, .68); font-size: .76rem; }
.las-theme-footer-small nav { margin-left: auto; }
.las-theme-footer-menu { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 18px; }

/* Clean, isolated sales page */
.lasp { width: 100%; max-width: none; margin: 0; overflow: hidden; background: var(--las-cream); color: var(--las-green); font-size: 16px; line-height: 1.55; }
.lasp *, .lasp *::before, .lasp *::after { box-sizing: border-box; }
.lasp__section { width: 100%; padding: 46px 0; }
.lasp__section--white { background: var(--las-white); }
.lasp__section--mint { background: var(--las-soft-mint); }
.lasp__section--dark { background: var(--las-ink); color: #d8eee5; }
.lasp__shell { width: min(var(--las-wide), calc(100% - 40px)); margin: 0 auto; }
.lasp h1, .lasp h2, .lasp h3, .lasp p { margin-top: 0; }
.lasp h1, .lasp h2, .lasp h3 { color: var(--las-ink); font-family: inherit; letter-spacing: -.035em; line-height: 1.07; }
.lasp p { color: var(--las-text); }
.lasp__eyebrow { display: inline-flex; align-items: center; margin-bottom: 20px; padding: 7px 13px; border: 1px solid rgba(16, 169, 111, .4); border-radius: 999px; background: rgba(223, 248, 232, .68); color: var(--las-green); font-size: 12px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.lasp__heading { width: min(760px, 100%); margin: 0 auto 21px; text-align: center; }
.lasp__heading > span { display: block; margin-bottom: 11px; color: var(--las-mid-green); font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.lasp__heading h2 { margin-bottom: 15px; font-size: clamp(2.1rem, 4.2vw, 3.35rem); }
.lasp__heading p { margin-bottom: 0; font-size: 18px; }
.lasp__button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; gap: 9px; padding: 13px 28px; border: 1px solid #efbd00; border-radius: 12px; background: var(--las-yellow); color: var(--las-ink); box-shadow: 0 14px 30px rgba(239, 189, 0, .24); font-size: 17px; font-weight: 850; line-height: 1.2; text-align: center; text-decoration: none; transition: transform .16s ease, box-shadow .16s ease; }
.lasp__button:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(239, 189, 0, .3); }
.lasp__button:focus-visible, .lasp summary:focus-visible, .lasp a:focus-visible { outline: 3px solid var(--las-yellow); outline-offset: 3px; }

.lasp__hero { position: relative; padding: 37px 0 17px; background: radial-gradient(circle at 7% 22%, rgba(73, 198, 133, .13) 0 52px, transparent 53px), radial-gradient(circle at 95% 13%, rgba(255, 213, 30, .12) 0 88px, transparent 89px), linear-gradient(180deg, #fffef9, #fbfff9); }
.lasp__hero-row { display: flex; align-items: center; gap: 54px; }
.lasp__hero-copy, .lasp__hero-visual { flex: 1 1 0; min-width: 0; }
.lasp__hero h1 { max-width: 660px; margin-bottom: 20px; font-size: clamp(2.7rem, 5.1vw, 4.75rem); }
.lasp__hero-copy > p { max-width: 650px; margin-bottom: 26px; font-size: clamp(1.08rem, 2vw, 1.3rem); }
.lasp__offer { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-bottom: 24px; }
.lasp__price { min-width: 142px; padding-right: 24px; border-right: 1px solid var(--las-line); }
.lasp__price small, .lasp__price strong { display: block; }
.lasp__price small { font-size: 13px; font-weight: 700; }
.lasp__price strong { color: var(--las-ink); font-size: 50px; letter-spacing: -.055em; line-height: 1; }
.lasp__ticks { display: flex; flex-wrap: wrap; gap: 12px 20px; margin: 0; padding: 0; color: #264d40; font-size: 13px; font-weight: 700; list-style: none; }
.lasp__ticks li { display: flex; align-items: center; gap: 7px; }
.lasp__check { display: inline-grid; flex: 0 0 22px; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: var(--las-mint); color: var(--las-mid-green); font-weight: 900; }

.lasp__dashboard { padding: 16px; border: 1px solid #0c7d57; border-radius: 24px; background: linear-gradient(145deg, #064a35, #003c2c); box-shadow: 0 32px 80px rgba(3, 42, 32, .22); }
.lasp__dashboard-bar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; padding: 2px 4px 15px; color: #fff; font-weight: 800; }
.lasp__dashboard-pill { padding: 7px 10px; border: 1px solid rgba(255, 255, 255, .24); border-radius: 9px; color: #fff; font-size: 11px; }
.lasp__dashboard-grid { display: flex; flex-wrap: wrap; gap: 12px; }
.lasp__dashboard-card { flex: 1 1 220px; min-width: 0; padding: 17px; border-radius: 15px; background: #fffef9; color: var(--las-ink); }
.lasp__dashboard-card h3 { margin-bottom: 12px; font-size: 15px; }
.lasp__balls { display: flex; flex-wrap: wrap; gap: 7px; }
.lasp__ball { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: var(--las-mid-green); color: #fff; font-size: 12px; font-weight: 850; }
.lasp__ball--yellow { background: var(--las-yellow); color: var(--las-ink); }
.lasp__bars { display: flex; height: 90px; align-items: flex-end; gap: 8px; }
.lasp__bars i { flex: 1 1 0; min-width: 8px; border-radius: 5px 5px 2px 2px; background: #70d39c; }
.lasp__bars i:nth-child(1) { height: 40%; }
.lasp__bars i:nth-child(2) { height: 68%; }
.lasp__bars i:nth-child(3) { height: 52%; }
.lasp__bars i:nth-child(4) { height: 88%; }
.lasp__bars i:nth-child(5) { height: 62%; }
.lasp__bars i:nth-child(6) { height: 76%; }
.lasp__mini-stats { display: flex; gap: 9px; }
.lasp__mini-stats div { flex: 1 1 0; padding: 12px; border-radius: 10px; background: #eaf8ef; }
.lasp__mini-stats small, .lasp__mini-stats strong { display: block; }
.lasp__mini-stats small { color: var(--las-text); font-size: 10px; }
.lasp__mini-stats strong { margin-top: 3px; color: var(--las-ink); font-size: 19px; }

.lasp__trust { display: flex; margin-top: 21px; border: 1px solid var(--las-line); border-radius: 15px; background: #fff; box-shadow: 0 10px 30px rgba(3, 42, 32, .04); }
.lasp__trust-item { display: flex; flex: 1 1 0; min-width: 0; align-items: center; justify-content: center; gap: 12px; padding: 19px; font-weight: 750; }
.lasp__trust-item + .lasp__trust-item { border-left: 1px solid var(--las-line); }
.lasp__trust-icon { display: grid; flex: 0 0 42px; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--las-mint); color: var(--las-mid-green); font-weight: 900; }

.lasp__split { display: grid; grid-template-columns: minmax(0, .94fr) minmax(520px, 1.06fr); align-items: center; gap: clamp(52px, 5vw, 76px); }
.lasp__split > * { width: 100%; max-width: none; min-width: 0; margin-right: 0; margin-left: 0; }
.lasp__split h2 { max-width: 600px; margin-bottom: 18px; font-size: clamp(2.45rem, 3.7vw, 3.4rem); }
.lasp__split-copy > p { margin-bottom: 25px; font-size: 18px; }
.lasp__benefits { display: flex; width: 100%; max-width: none; flex-direction: column; gap: 14px; }
.lasp__benefit { display: flex; width: 100%; align-items: flex-start; gap: 17px; padding: 21px; border: 1px solid var(--las-line); border-radius: 17px; background: var(--las-soft-mint); }
.lasp__number { display: grid; flex: 0 0 48px; width: 48px; height: 48px; place-items: center; border-radius: 14px; background: var(--las-ink); color: var(--las-yellow); font-size: 13px; font-weight: 900; }
.lasp__benefit-copy { flex: 1 1 auto; min-width: 0; }
.lasp__benefit h3 { margin-bottom: 6px; font-size: 20px; }
.lasp__benefit p { margin-bottom: 0; font-size: 14px; }

.lasp__cards { display: flex; flex-wrap: wrap; gap: 20px; }
.lasp__card { flex: 1 1 300px; min-width: 0; padding: 28px; border: 1px solid var(--las-line); border-radius: 20px; background: #fff; box-shadow: 0 12px 32px rgba(6, 59, 43, .045); }
.lasp__card-icon { display: grid; width: 44px; height: 44px; place-items: center; margin-bottom: 22px; border-radius: 13px; background: var(--las-mint); color: var(--las-mid-green); font-weight: 900; }
.lasp__card h3 { margin-bottom: 10px; font-size: 22px; }
.lasp__card p { margin-bottom: 0; }

.lasp__checklist { display: flex; flex-direction: column; gap: 14px; margin: 0; padding: 0; list-style: none; }
.lasp__checklist li { display: flex; align-items: flex-start; gap: 11px; font-weight: 700; }
.lasp__modes { width: 100%; max-width: none; padding: 27px; border: 1px solid rgba(16, 169, 111, .24); border-radius: 24px; background: linear-gradient(145deg, #fff, #f4fff7); box-shadow: var(--las-shadow); }
.lasp__mode { display: flex; width: 100%; align-items: flex-start; gap: 17px; padding: 21px; border: 1px solid var(--las-line); border-radius: 17px; background: #fff; }
.lasp__mode + .lasp__mode { margin-top: 14px; }
.lasp__mode--active { border-color: rgba(16, 169, 111, .52); box-shadow: inset 4px 0 0 var(--las-mid-green); }
.lasp__mode-icon { display: grid; flex: 0 0 54px; width: 54px; height: 54px; place-items: center; border-radius: 15px; background: var(--las-mint); color: var(--las-mid-green); font-size: 20px; font-weight: 900; }
.lasp__mode-copy { flex: 1 1 auto; min-width: 0; }
.lasp__mode h3 { margin-bottom: 6px; font-size: 20px; }
.lasp__mode p { margin-bottom: 0; font-size: 14px; }

.lasp__lotteries { display: flex; flex-wrap: wrap; justify-content: center; gap: 11px; }
.lasp__lottery { padding: 10px 15px; border: 1px solid var(--las-line); border-radius: 999px; background: #fff; color: #214c3d; font-size: 14px; font-weight: 750; }
.lasp__steps { display: flex; flex-wrap: wrap; gap: 22px; }
.lasp__step { flex: 1 1 280px; min-width: 0; padding: 32px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 20px; background: rgba(255, 255, 255, .055); }
.lasp__step-number { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 42px; border: 1px solid rgba(255, 213, 30, .5); border-radius: 50%; background: rgba(255, 213, 30, .1); color: var(--las-yellow); font-size: 14px; font-weight: 900; }
.lasp__step h3 { margin-bottom: 11px; color: #fff; font-size: 24px; }
.lasp__step p { margin-bottom: 0; color: #b8d2c8; }
.lasp__section--dark .lasp__heading h2 { color: #fff; }
.lasp__section--dark .lasp__heading > span { color: #70e3a8; }
.lasp__section--dark .lasp__heading p { color: #b8d2c8; }

.lasp__pricing { background: radial-gradient(circle at 15% 20%, rgba(16, 169, 111, .12), transparent 25%), radial-gradient(circle at 90% 90%, rgba(255, 213, 30, .15), transparent 24%), var(--las-cream); }
.lasp__price-card { width: min(760px, 100%); margin: 0 auto; overflow: hidden; border: 1px solid rgba(6, 59, 43, .18); border-radius: 28px; background: #fff; box-shadow: 0 24px 70px rgba(6, 59, 43, .13); }
.lasp__price-head { padding: 36px 40px; background: var(--las-ink); text-align: center; }
.lasp__price-head span { display: block; margin-bottom: 8px; color: #8ae7b3; font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.lasp__price-head h2 { margin-bottom: 9px; color: #fff; font-size: 39px; }
.lasp__price-head p { margin-bottom: 0; color: #c4dcd3; }
.lasp__price-body { padding: 36px 40px 40px; }
.lasp__big-price { display: flex; align-items: flex-end; justify-content: center; gap: 11px; margin-bottom: 27px; }
.lasp__big-price strong { color: var(--las-ink); font-size: 68px; letter-spacing: -.065em; line-height: .9; }
.lasp__big-price span { color: var(--las-text); font-weight: 700; }
.lasp__included { display: flex; flex-wrap: wrap; gap: 12px 22px; margin: 0 0 29px; padding: 0; list-style: none; }
.lasp__included li { display: flex; flex: 1 1 290px; min-width: 0; align-items: flex-start; gap: 9px; color: #2a5043; font-size: 14px; font-weight: 700; }
.lasp__price-card .lasp__button { width: 100%; }
.lasp__compatibility { margin: 17px 0 0; font-size: 12px; text-align: center; }

.lasp__faq { width: min(860px, 100%); margin: 0 auto; }
.lasp__faq details { border-bottom: 1px solid var(--las-line); }
.lasp__faq summary { position: relative; padding: 23px 48px 23px 0; color: var(--las-ink); cursor: pointer; font-size: 18px; font-weight: 800; list-style: none; }
.lasp__faq summary::-webkit-details-marker { display: none; }
.lasp__faq summary::after { position: absolute; top: 50%; right: 8px; width: 28px; height: 28px; border-radius: 50%; background: var(--las-mint); color: var(--las-mid-green); content: "+"; font-size: 18px; line-height: 28px; text-align: center; transform: translateY(-50%); }
.lasp__faq details[open] summary::after { content: "−"; }
.lasp__faq details p { max-width: 760px; margin-bottom: 23px; }
.lasp__responsible { display: flex; align-items: flex-start; gap: 15px; margin-top: 32px; padding: 19px; border: 1px solid rgba(239, 189, 0, .38); border-radius: 15px; background: #fffbea; color: #665415; font-size: 13px; }
.lasp__responsible-mark { display: grid; flex: 0 0 28px; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--las-yellow); color: #4c400e; font-weight: 900; }
.lasp__responsible strong { display: block; color: #4c400e; }

@media (max-width: 980px) {
  .las-theme-nav { position: relative; }
  .las-theme-nav-toggle { display: inline-flex; }
  .las-theme-menu { position: absolute; top: 48px; right: 0; display: none; width: min(320px, calc(100vw - 30px)); max-height: calc(100vh - 90px); flex-direction: column; align-items: stretch; gap: 2px; padding: 12px; overflow-y: auto; border: 1px solid var(--las-line); border-radius: 16px; background: #fff; box-shadow: var(--las-shadow); }
  .las-theme-nav[data-open="true"] > .las-theme-menu { display: flex; }
  .las-theme-menu a { width: 100%; min-height: 0; padding: 12px; border-radius: 9px; }
  .las-theme-menu a:hover { background: var(--las-soft-mint); }
  .las-theme-menu > li:last-child > a { border: 0; background: var(--las-ink); color: #fff; }
  .las-theme-menu .sub-menu { position: static; display: block; min-width: 0; padding: 0 0 0 12px; border: 0; box-shadow: none; }
  .lasp__hero-row { align-items: stretch; flex-direction: column; gap: 42px; }
  .lasp__split { grid-template-columns: minmax(0, 1fr); align-items: stretch; gap: 42px; }
  .lasp__hero-copy, .lasp__hero-visual, .lasp__split > * { width: 100%; flex-basis: auto; }
  .lasp__hero-visual { max-width: 760px; margin: 0 auto; }
}

@media (max-width: 680px) {
  :root { --las-side: 16px; }
  .las-theme-header-inner { min-height: 64px; }
  .custom-logo { max-height: 38px; }
  .las-theme-footer-summary, .las-theme-footer-small { align-items: flex-start; flex-direction: column; }
  .las-theme-footer-summary p { text-align: left; }
  .las-theme-footer-small nav { margin-left: 0; }
  .las-theme-footer-menu { justify-content: flex-start; }
  .lasp__shell { width: min(var(--las-wide), calc(100% - 28px)); }
  .lasp__section { padding: 31px 0; }
  .lasp__hero { padding: 28px 0 14px; }
  .lasp__heading { margin-bottom: 16px; }
  .lasp__trust { flex-direction: column; }
  .lasp__trust-item { justify-content: flex-start; }
  .lasp__trust-item + .lasp__trust-item { border-top: 1px solid var(--las-line); border-left: 0; }
  .lasp__dashboard-grid { flex-direction: column; }
  .lasp__dashboard-card { flex-basis: auto; }
  .lasp__card, .lasp__step { flex-basis: 100%; }
  .lasp__step-number { margin-bottom: 26px; }
  .lasp__price-head, .lasp__price-body { padding: 29px 23px; }
  .lasp__price-head h2 { font-size: 31px; }
}

@media (max-width: 460px) {
  .las-theme-logo-text, .custom-logo-link { font-size: 1rem; }
  .las-theme-brand-mark { grid-template-columns: repeat(3, 7px); gap: 3px; }
  .las-theme-brand-mark i { width: 7px; height: 7px; }
  .lasp__offer { align-items: stretch; flex-direction: column; }
  .lasp__price { padding-right: 0; padding-bottom: 18px; border-right: 0; border-bottom: 1px solid var(--las-line); }
  .lasp__button { width: 100%; }
  .lasp__benefit { gap: 13px; padding: 17px; }
  .lasp__number { flex-basis: 40px; width: 40px; height: 40px; }
  .lasp__modes { padding: 15px; }
  .lasp__mode { gap: 13px; padding: 16px; }
  .lasp__mode-icon { flex-basis: 44px; width: 44px; height: 44px; }
  .lasp__big-price strong { font-size: 56px; }
}

/* Keep the two sales-page split sections balanced even when block or plugin CSS
   adds legacy widths to their columns and cards. */
html body .lasp .lasp__shell.lasp__split {
  display: grid !important;
  width: min(var(--las-wide), calc(100% - 40px)) !important;
  max-width: var(--las-wide) !important;
  grid-template-columns: minmax(0, .94fr) minmax(520px, 1.06fr) !important;
  align-items: center !important;
  gap: clamp(52px, 5vw, 76px) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
html body .lasp .lasp__split > *,
html body .lasp .lasp__benefits,
html body .lasp .lasp__benefit,
html body .lasp .lasp__modes,
html body .lasp .lasp__mode {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
html body .lasp .lasp__split-copy {
  align-self: center !important;
}
html body .lasp .lasp__split h2 {
  width: auto !important;
  max-width: 600px !important;
  font-size: clamp(2.45rem, 3.7vw, 3.4rem) !important;
}

@media (max-width: 980px) {
  html body .lasp .lasp__shell.lasp__split {
    width: min(760px, calc(100% - 40px)) !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: stretch !important;
    gap: 42px !important;
  }
  html body .lasp .lasp__split h2 { max-width: 680px !important; }
}

@media (max-width: 680px) {
  html body .lasp .lasp__shell.lasp__split { width: calc(100% - 28px) !important; gap: 34px !important; }
  html body .lasp .lasp__split h2 { font-size: clamp(2.1rem, 11vw, 3rem) !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .lasp__button { transition: none; }
  .lasp__button:hover { transform: none; }
}
