/* KayoLife — "Landing – Synthate Style" page template.
   1:1 port of the Landing-Synthate.dc.html design system into classed CSS. */

.ls * { margin: 0; padding: 0; box-sizing: border-box; }
.ls { font-family: 'Inter', system-ui, sans-serif; color: #111827; background: #fff; -webkit-font-smoothing: antialiased; width: 100%; overflow-x: hidden; }
.ls a { color: #2563EB; text-decoration: none; }
.ls a:hover { color: #7C3AED; }
.ls h1, .ls h2, .ls h3, .ls h4, .ls h5 { font-family: 'Poppins', sans-serif; letter-spacing: -0.02em; }
.ls ::selection { background: #7C3AED; color: #fff; }

@keyframes ls-floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes ls-fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

/* ===== Announcement bar ===== */
.ls-announcement { background: #111827; color: #fff; text-align: center; font-size: 14px; padding: 10px 16px; }
.ls-announcement a { color: #93C5FD; font-weight: 600; }
.ls-announcement a:hover { color: #fff; }

/* ===== Header ===== */
.ls-header { position: sticky; top: 0; z-index: 50; backdrop-filter: saturate(180%) blur(14px); background: rgba(255, 255, 255, .5); border-bottom: 1px solid transparent; transition: background .3s, border-color .3s; }
.ls-header.is-scrolled { background: rgba(255, 255, 255, .9); border-bottom-color: #EEF2F7; }
.ls-header__inner { max-width: 1120px; margin: 0 auto; padding: 0 24px; height: 70px; display: flex; align-items: center; gap: 24px; }
.ls-logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.ls-logo__mark { width: 34px; height: 34px; border-radius: 10px; background: linear-gradient(135deg, #2563EB, #7C3AED); display: inline-flex; align-items: center; justify-content: center; color: #fff; font-family: 'Poppins'; font-weight: 800; font-size: 18px; }
.ls-logo__text { font-family: 'Poppins'; font-weight: 700; font-size: 20px; color: #111827; }
.ls-header__nav { display: flex; gap: 6px; margin-left: 8px; }
.ls-header__nav a { padding: 8px 14px; border-radius: 10px; color: #374151; font-weight: 500; font-size: 15px; transition: background .2s, color .2s; }
.ls-header__nav a:hover { background: #F1F5FF; color: #2563EB; }
.ls-header__spacer { flex: 1; }
.ls-btn-gradient-sm { flex-shrink: 0; display: inline-block; background: linear-gradient(135deg, #2563EB, #7C3AED); color: #fff; font-weight: 600; font-size: 15px; padding: 11px 22px; border-radius: 12px; box-shadow: 0 8px 20px -6px rgba(124, 58, 237, .5); transition: transform .2s, box-shadow .2s; }
.ls-btn-gradient-sm:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 12px 26px -6px rgba(124, 58, 237, .6); }

/* ===== Hero ===== */
.ls-hero { position: relative; background: radial-gradient(1100px 480px at 12% -10%, #EEF2FF 0%, transparent 55%), radial-gradient(900px 440px at 95% 0%, #F3E8FF 0%, transparent 55%), #fff; overflow: hidden; }
.ls-hero__inner { max-width: 1120px; margin: 0 auto; padding: 64px 24px 84px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.ls-hero__copy { animation: ls-fadeUp .7s ease both; }
.ls-hero__badge { display: inline-flex; align-items: center; gap: 8px; background: #EEF2FF; color: #2563EB; font-weight: 600; font-size: 13px; padding: 7px 14px; border-radius: 999px; border: 1px solid #DBE4FF; }
.ls-hero h1 { font-size: 54px; line-height: 1.06; font-weight: 800; margin: 22px 0 18px; }
.ls-hero h1 .ls-highlight { background: linear-gradient(120deg, #2563EB, #7C3AED); -webkit-background-clip: text; background-clip: text; color: transparent; }
.ls-hero__sub { font-size: 19px; line-height: 1.6; color: #4B5563; max-width: 520px; }
.ls-hero__ctas { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }
.ls-btn-primary { background: linear-gradient(135deg, #2563EB, #7C3AED); color: #fff; font-weight: 600; font-size: 16px; padding: 16px 30px; border-radius: 14px; box-shadow: 0 12px 28px -8px rgba(124, 58, 237, .55); transition: transform .2s, box-shadow .2s; display: inline-block; }
.ls-btn-primary:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 16px 34px -8px rgba(124, 58, 237, .65); }
.ls-btn-secondary { background: #fff; color: #111827; font-weight: 600; font-size: 16px; padding: 16px 28px; border-radius: 14px; border: 1px solid #E5E9F0; transition: border-color .2s, transform .2s; display: inline-block; }
.ls-btn-secondary:hover { color: #111827; border-color: #2563EB; transform: translateY(-2px); }
.ls-hero__trust { display: flex; align-items: center; gap: 20px; margin-top: 26px; flex-wrap: wrap; color: #6B7280; font-size: 14px; }
.ls-hero__trust span { display: flex; align-items: center; gap: 7px; }
.ls-hero__trust .ls-check { color: #047857; font-weight: 700; }

.ls-hero__card-wrap { position: relative; }
.ls-hero__glow { position: absolute; inset: -30px; background: linear-gradient(135deg, rgba(37, 99, 235, .14), rgba(124, 58, 237, .14)); filter: blur(40px); border-radius: 40px; }
.ls-hero-card { position: relative; background: #fff; border: 1px solid #EEF2F7; border-radius: 24px; box-shadow: 0 30px 60px -20px rgba(17, 24, 39, .22); padding: 26px; animation: ls-floaty 6s ease-in-out infinite; }
.ls-hero-card__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.ls-hero-card__id { display: flex; align-items: center; gap: 10px; }
.ls-hero-card__icon { width: 40px; height: 40px; border-radius: 12px; background: #F3E8FF; display: flex; align-items: center; justify-content: center; font-size: 20px; }
.ls-hero-card__name { font-family: 'Poppins'; font-weight: 600; font-size: 16px; }
.ls-hero-card__status { color: #047857; font-size: 12px; font-weight: 600; }
.ls-hero-card__score { font-family: 'Poppins'; font-weight: 800; font-size: 22px; color: #2563EB; }
.ls-hero-card__progress { background: #F8FAFC; border-radius: 16px; padding: 18px; margin-bottom: 12px; }
.ls-hero-card__progress-top { display: flex; justify-content: space-between; font-size: 13px; color: #6B7280; margin-bottom: 8px; }
.ls-hero-card__progress-top strong { font-weight: 700; color: #111827; }
.ls-hero-card__progress-track { height: 8px; border-radius: 999px; background: #E2E8F0; }
.ls-hero-card__progress-fill { height: 100%; width: 96%; border-radius: 999px; background: linear-gradient(90deg, #2563EB, #7C3AED); }
.ls-hero-card__row { display: flex; align-items: center; justify-content: space-between; padding: 11px 4px; border-bottom: 1px solid #F1F5F9; font-size: 14px; }
.ls-hero-card__row span:first-child { color: #4B5563; }
.ls-hero-card__row span:last-child { font-weight: 600; }

/* ===== Trust bar ===== */
.ls-trustbar { border-top: 1px solid #F1F5F9; border-bottom: 1px solid #F1F5F9; background: #F8FAFC; }
.ls-trustbar__inner { max-width: 1120px; margin: 0 auto; padding: 26px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.ls-trustbar__label { font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: #6B7280; }
.ls-trustbar__logos { display: flex; gap: 40px; align-items: center; flex-wrap: wrap; }
.ls-trustbar__logos span { font-family: 'Poppins'; font-weight: 700; font-size: 19px; color: #CBD5E1; letter-spacing: -.02em; }

/* ===== Section heads ===== */
.ls-section-head { text-align: center; max-width: 620px; margin: 0 auto 48px; }
.ls-eyebrow { font-weight: 600; font-size: 14px; color: #7C3AED; letter-spacing: .04em; }
.ls-section-head h2 { font-size: 40px; font-weight: 800; margin: 12px 0 14px; }
.ls-section-head p { font-size: 17px; color: #6B7280; line-height: 1.6; }

/* ===== Features ===== */
.ls-features { max-width: 1120px; margin: 0 auto; padding: 88px 24px 40px; scroll-margin-top: 90px; }
.ls-features__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ls-card { background: #fff; border: 1px solid #EEF2F7; border-radius: 20px; padding: 28px; box-shadow: 0 2px 4px rgba(17, 24, 39, .03); transition: transform .25s, box-shadow .25s; }
.ls-card:hover { transform: translateY(-6px); box-shadow: 0 24px 44px -18px rgba(17, 24, 39, .18); }
.ls-card__icon { width: 52px; height: 52px; border-radius: 15px; display: flex; align-items: center; justify-content: center; font-size: 24px; }
.ls-card h3 { font-size: 19px; font-weight: 600; margin: 18px 0 8px; }
.ls-card p { font-size: 15px; color: #6B7280; line-height: 1.55; }

/* ===== Demo ===== */
.ls-demo { max-width: 1000px; margin: 0 auto; padding: 56px 24px; scroll-margin-top: 90px; }
.ls-demo__frame { position: relative; border-radius: 24px; overflow: hidden; border: 1px solid #EEF2F7; box-shadow: 0 30px 60px -24px rgba(17, 24, 39, .28); cursor: pointer; }
.ls-demo__video, .ls-demo__poster { position: relative; width: 100%; aspect-ratio: 16/9; }
.ls-demo__video { background: #000; }
.ls-demo__video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }
.ls-demo__poster { background-image: linear-gradient(135deg, #1E1B4B, #3730A3 55%, #6D28D9), repeating-linear-gradient(45deg, rgba(255, 255, 255, .04) 0 14px, transparent 14px 28px); display: flex; align-items: center; justify-content: center; }
.ls-demo__badge { position: absolute; top: 18px; left: 20px; display: flex; align-items: center; gap: 8px; color: rgba(255, 255, 255, .85); font-size: 13px; font-weight: 600; }
.ls-demo__badge-dot { width: 9px; height: 9px; border-radius: 50%; background: #EF4444; }
.ls-demo__play-wrap { text-align: center; }
.ls-demo__play { display: inline-flex; align-items: center; justify-content: center; width: 82px; height: 82px; border-radius: 50%; background: rgba(255, 255, 255, .95); box-shadow: 0 16px 40px -8px rgba(0, 0, 0, .5); transition: transform .2s; border: none; cursor: pointer; }
.ls-demo__frame:hover .ls-demo__play { transform: scale(1.08); }
.ls-demo__play-label { color: #fff; font-family: 'Poppins'; font-weight: 600; font-size: 18px; margin-top: 16px; }
.ls-demo__play-sub { color: rgba(255, 255, 255, .7); font-size: 13px; margin-top: 2px; font-family: 'Poppins'; }
.ls-demo__caption { text-align: center; font-size: 13px; color: #6B7280; margin-top: 16px; font-family: 'Poppins'; }

/* ===== Benefit split ===== */
.ls-benefit { max-width: 1120px; margin: 0 auto; padding: 56px 24px; }
.ls-benefit__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.ls-benefit__stat-box { background: linear-gradient(135deg, #EEF2FF, #F3E8FF); border-radius: 24px; padding: 40px; border: 1px solid #DBE4FF; }
.ls-benefit__stat-number { font-family: 'Poppins'; font-weight: 800; font-size: 52px; color: #2563EB; line-height: 1; }
.ls-benefit__stat-number span { font-size: 22px; color: #7C3AED; }
.ls-benefit__stat-caption { color: #4B5563; margin-top: 8px; font-size: 15px; }
.ls-benefit__divider { height: 1px; background: rgba(37, 99, 235, .15); margin: 22px 0; }
.ls-benefit__substats { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.ls-benefit__substat-number { font-family: 'Poppins'; font-weight: 700; font-size: 26px; }
.ls-benefit__substat-label { font-size: 13px; color: #6B7280; }
.ls-benefit__copy h2 { font-size: 34px; font-weight: 800; margin: 12px 0 16px; }
.ls-benefit__copy p { font-size: 17px; color: #4B5563; line-height: 1.7; margin-bottom: 20px; }
.ls-benefit__points { display: flex; flex-direction: column; gap: 12px; }
.ls-benefit__point { display: flex; gap: 12px; font-size: 15px; color: #374151; line-height: 1.5; }
.ls-benefit__point .ls-check { color: #047857; font-weight: 700; flex-shrink: 0; }

/* ===== Comparison table ===== */
.ls-compare { max-width: 1120px; margin: 0 auto; padding: 72px 24px; scroll-margin-top: 90px; }
.ls-compare__wrap { overflow-x: auto; border: 1px solid #EEF2F7; border-radius: 20px; box-shadow: 0 18px 40px -22px rgba(17, 24, 39, .16); }
.ls-compare__table { width: 100%; border-collapse: collapse; min-width: 640px; background: #fff; }
.ls-compare__table thead tr { background: #F8FAFC; }
.ls-compare__table th { text-align: left; padding: 18px 22px; font-family: 'Poppins'; font-size: 14px; font-weight: 600; color: #374151; }
.ls-compare__table th.ls-compare__col-a { text-align: center; color: #2563EB; background: linear-gradient(180deg, #EEF2FF, #F8FAFF); padding: 18px; }
.ls-compare__table th.ls-compare__generic { text-align: center; padding: 18px; }
.ls-compare__table td { padding: 16px 22px; font-size: 14px; color: #374151; font-weight: 500; border-top: 1px solid #F1F5F9; }
.ls-compare__table td.ls-compare__col-a { text-align: center; font-weight: 600; color: #111827; background: #F8FAFF; }
.ls-compare__table td.ls-compare__generic { text-align: center; color: #6B7280; font-weight: 400; }
.ls-compare__cta-row td { padding: 20px 22px; border-top: 1px solid #F1F5F9; }
.ls-compare__cta-row td.ls-compare__col-a { text-align: center; background: #F8FAFF; }
.ls-btn-mini-green { display: inline-block; background: #047857; color: #fff; font-weight: 600; font-size: 13px; padding: 10px 18px; border-radius: 11px; white-space: nowrap; transition: opacity .2s; }
.ls-btn-mini-green:hover { color: #fff; opacity: .88; }

/* ===== Testimonials ===== */
.ls-testimonials { background: #F8FAFC; border-top: 1px solid #F1F5F9; border-bottom: 1px solid #F1F5F9; scroll-margin-top: 90px; }
.ls-testimonials__inner { max-width: 1120px; margin: 0 auto; padding: 80px 24px; }
.ls-testimonials__stars { color: #F59E0B; font-size: 20px; }
.ls-testimonials__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ls-testimonial__stars { color: #F59E0B; font-size: 15px; margin-bottom: 14px; }
.ls-testimonial p { font-size: 15px; color: #374151; line-height: 1.65; margin-bottom: 20px; }
.ls-testimonial__who { display: flex; align-items: center; gap: 12px; }
.ls-testimonial__avatar { width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Poppins'; font-weight: 700; font-size: 15px; }
.ls-testimonial__name { font-weight: 600; font-size: 14px; }
.ls-testimonial__role { font-size: 13px; color: #6B7280; }

/* ===== Deals ===== */
.ls-deals { max-width: 1120px; margin: 0 auto; padding: 88px 24px 40px; scroll-margin-top: 90px; }
.ls-deals__head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 36px; gap: 20px; flex-wrap: wrap; }
.ls-deals__head h2 { font-size: 40px; font-weight: 800; margin-top: 12px; }
.ls-deals__seeall { font-weight: 600; font-size: 15px; }
.ls-deal-card { position: relative; padding: 26px; }
.ls-deal-card__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.ls-deal-card__badge { width: 44px; height: 44px; border-radius: 13px; display: flex; align-items: center; justify-content: center; font-family: 'Poppins'; font-weight: 700; font-size: 14px; }
.ls-deal-card__discount { font-weight: 700; font-size: 13px; padding: 5px 12px; border-radius: 999px; }
.ls-deal-card h3 { font-size: 18px; font-weight: 600; margin-bottom: 6px; }
.ls-deal-card p { font-size: 14px; color: #6B7280; line-height: 1.55; margin-bottom: 16px; min-height: 42px; }
.ls-deal-card__price-row { display: flex; align-items: baseline; gap: 8px; margin-bottom: 16px; }
.ls-deal-card__price { font-family: 'Poppins'; font-weight: 800; font-size: 24px; color: #111827; }
.ls-deal-card__was { font-size: 14px; color: #6B7280; text-decoration: line-through; }
.ls-deal-card__bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; border-top: 1px solid #F1F5F9; }
.ls-deal-card__expires { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; color: #EF4444; font-weight: 600; font-variant-numeric: tabular-nums; }
.ls-deal-card__expires span { font-family: 'Poppins'; letter-spacing: .01em; }

/* ===== Pricing ===== */
.ls-pricing { max-width: 1120px; margin: 0 auto; padding: 88px 24px 40px; scroll-margin-top: 90px; }
.ls-price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 920px; margin: 0 auto; align-items: start; }
.ls-price-card { position: relative; background: #fff; border: 2px solid #EEF2F7; border-radius: 22px; padding: 30px 26px; box-shadow: 0 2px 4px rgba(17, 24, 39, .03); }
.ls-price-card--popular { border-color: #7C3AED; box-shadow: 0 24px 48px -18px rgba(124, 58, 237, .35); }
.ls-price-card__badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #2563EB, #7C3AED); color: #fff; font-size: 11px; font-weight: 600; padding: 5px 14px; border-radius: 999px; white-space: nowrap; }
.ls-price-card__name { font-family: 'Poppins'; font-weight: 600; font-size: 17px; margin-bottom: 4px; }
.ls-price-card__save { font-size: 13px; color: #6B7280; margin-bottom: 14px; }
.ls-price-card__amount { display: flex; align-items: baseline; gap: 5px; margin-bottom: 2px; }
.ls-price-card__amount strong { font-family: 'Poppins'; font-weight: 800; font-size: 38px; }
.ls-price-card__amount span { color: #6B7280; font-size: 15px; }
.ls-price-card__billed { font-size: 13px; color: #6B7280; margin-bottom: 20px; }
.ls-price-card__cta { display: block; text-align: center; font-weight: 600; font-size: 15px; padding: 13px; border-radius: 13px; transition: opacity .2s, transform .2s; }
.ls-price-card__cta:hover { opacity: .9; transform: translateY(-2px); }
.ls-pricing__footnote { text-align: center; font-size: 13px; color: #6B7280; margin-top: 24px; }

/* ===== FAQ ===== */
.ls-faq { max-width: 800px; margin: 0 auto; padding: 72px 24px; scroll-margin-top: 90px; }
.ls-faq__head { text-align: center; margin-bottom: 40px; }
.ls-faq__head h2 { font-size: 40px; font-weight: 800; margin-top: 12px; }
.ls-faq__list { display: flex; flex-direction: column; gap: 12px; }
.ls-faq__item { background: #fff; border: 1px solid #EEF2F7; border-radius: 16px; overflow: hidden; }
.ls-faq__q { width: 100%; text-align: left; padding: 20px 24px; background: transparent; border: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-family: 'Poppins'; font-weight: 600; font-size: 16px; color: #111827; }
.ls-faq__q-plus { font-size: 24px; color: #7C3AED; transition: transform .25s; line-height: 1; }
.ls-faq__item.is-open .ls-faq__q-plus { transform: rotate(45deg); }
.ls-faq__a-wrap { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.ls-faq__item.is-open .ls-faq__a-wrap { max-height: 320px; }
.ls-faq__a { padding: 0 24px 22px; font-size: 15px; color: #6B7280; line-height: 1.65; }

/* ===== Final CTA ===== */
.ls-final { max-width: 1120px; margin: 0 auto; padding: 20px 24px 90px; }
.ls-final__box { position: relative; overflow: hidden; border-radius: 28px; background: linear-gradient(135deg, #2563EB, #7C3AED); padding: 64px 48px; text-align: center; }
.ls-final__blob-1 { position: absolute; top: -60px; right: -40px; width: 260px; height: 260px; border-radius: 50%; background: rgba(255, 255, 255, .09); }
.ls-final__blob-2 { position: absolute; bottom: -80px; left: -30px; width: 220px; height: 220px; border-radius: 50%; background: rgba(255, 255, 255, .07); }
.ls-final__content { position: relative; }
.ls-final__stars { color: #F59E0B; font-size: 20px; margin-bottom: 10px; }
.ls-final__content h2 { font-size: 38px; font-weight: 800; color: #fff; margin-bottom: 12px; }
.ls-final__content p { font-size: 18px; color: rgba(255, 255, 255, .85); max-width: 500px; margin: 0 auto 30px; }
.ls-btn-dark { display: inline-block; background: #111827; color: #fff; font-weight: 600; font-size: 17px; padding: 17px 40px; border-radius: 14px; transition: transform .2s; }
.ls-btn-dark:hover { color: #fff; transform: translateY(-2px); }
.ls-final__note { color: rgba(255, 255, 255, .7); font-size: 13px; margin-top: 16px; }

/* ===== Sticky mobile CTA ===== */
.ls-mobile-cta { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; background: rgba(255, 255, 255, .92); backdrop-filter: saturate(180%) blur(14px); border-top: 1px solid #EEF2F7; box-shadow: 0 -8px 24px -12px rgba(17, 24, 39, .18); padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); }
.ls-mobile-cta__row { display: flex; align-items: center; gap: 14px; }
.ls-mobile-cta__price { flex-shrink: 0; }
.ls-mobile-cta__price-row { display: flex; align-items: baseline; gap: 6px; }
.ls-mobile-cta__price-row strong { font-family: 'Poppins'; font-weight: 800; font-size: 22px; color: #111827; }
.ls-mobile-cta__price-row span { font-size: 13px; color: #6B7280; }
.ls-mobile-cta__note { font-size: 11px; color: #047857; font-weight: 600; }
.ls-mobile-cta__btn { flex: 1; text-align: center; background: linear-gradient(135deg, #2563EB, #7C3AED); color: #fff; font-weight: 600; font-size: 16px; padding: 14px; border-radius: 13px; box-shadow: 0 8px 20px -6px rgba(124, 58, 237, .5); }
.ls-mobile-cta__btn:hover { color: #fff; }

/* ===== Footer ===== */
.ls-footer { background: #111827; color: #9CA3AF; }
.ls-footer__inner { max-width: 1120px; margin: 0 auto; padding: 56px 24px 32px; }
.ls-footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.ls-footer__brand-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.ls-footer__brand-logo span:last-child { font-family: 'Poppins'; font-weight: 700; font-size: 20px; color: #fff; }
.ls-footer__blurb { font-size: 14px; line-height: 1.6; max-width: 300px; }
.ls-footer__col-title { font-family: 'Poppins'; font-size: 14px; font-weight: 600; color: #fff; letter-spacing: .04em; margin-bottom: 16px; }
.ls-footer__col-links { display: flex; flex-direction: column; gap: 11px; }
.ls-footer__col-links a { font-size: 14px; color: #9CA3AF; transition: color .2s; }
.ls-footer__col-links a:hover { color: #fff; }
.ls-footer__bottom { margin-top: 44px; padding-top: 24px; border-top: 1px solid #1F2937; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13px; }
.ls-footer__bottom-links { display: flex; gap: 24px; }
.ls-footer__bottom-links a { color: #9CA3AF; }
.ls-footer__bottom-links a:hover { color: #fff; }

/* ===== Responsive ===== */
@media (max-width: 900px) {
	.ls-header__nav { display: none !important; }
	.ls-hero__inner, .ls-benefit__grid { grid-template-columns: 1fr !important; }
	.ls-features__grid, .ls-footer__grid { grid-template-columns: 1fr 1fr !important; }
	.ls-price-grid { grid-template-columns: 1fr !important; }
	.ls-hero h1 { font-size: 40px !important; }
}
@media (max-width: 560px) {
	.ls-features__grid, .ls-footer__grid, .ls-testimonials__grid { grid-template-columns: 1fr !important; }
	.ls-hero h1 { font-size: 32px !important; }
	.ls-section-head h2, .ls-deals__head h2, .ls-faq__head h2 { font-size: 28px !important; }
}
@media (max-width: 768px) {
	.ls-mobile-cta { display: block !important; }
	.ls-footer { padding-bottom: 80px; }
}
