/* StreamLeo - CSS Design System - Cloned from iptvuk.it.com visual DNA */
:root{--bg-body:#fff;--bg-alt:#f9fafb;--bg-nav:#fff;--bg-footer:#111827;--c-primary:#2563eb;--c-primary-h:#1d4ed8;--c-green:#22c55e;--c-green-dk:#16a34a;--c-orange:#f97316;--c-red:#ef4444;--c-text:#111827;--c-muted:#6b7280;--c-border:#e5e7eb;--g-banner:linear-gradient(to right,#ff6c00,#000);--g-sale:linear-gradient(to right,#ef4444,#f97316);--g-cta:linear-gradient(to right,#f97316,#dc2626);--r-sm:6px;--r-md:8px;--r-lg:12px;--r-xl:16px;--r-pill:9999px;--s-sm:0 1px 2px rgba(0,0,0,.05);--s-md:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--s-lg:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--s-xl:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--font:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;--max-w:1280px}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:var(--font);color:var(--c-text);background:var(--bg-body);line-height:1.6;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:var(--c-primary);text-decoration:none;transition:color .2s}
a:hover{color:var(--c-primary-h)}
.container{max-width:var(--max-w);margin:0 auto;padding:0 1rem}
@media(min-width:640px){.container{padding:0 1.5rem}}
@media(min-width:1024px){.container{padding:0 2rem}}

/* NAV */
.le-nav{background:var(--bg-nav);box-shadow:var(--s-md);position:sticky;top:0;z-index:50}
.le-nav__inner{display:flex;justify-content:space-between;align-items:center;height:64px;max-width:var(--max-w);margin:0 auto;padding:0 1rem}
.le-nav .logo{font-size:1.5rem;font-weight:800;color:var(--c-text);text-decoration:none}
.le-nav .logo span{color:var(--c-primary)}
.le-nav__links{display:none;list-style:none;gap:.25rem;align-items:center;height:100%}
.le-nav__links a{display:inline-flex;align-items:center;padding:0 .5rem;height:100%;font-size:.875rem;font-weight:500;color:var(--c-muted);border-bottom:2px solid transparent;transition:color .2s,border-color .2s}
.le-nav__links a:hover,.le-nav__links a.active{color:var(--c-text);border-bottom-color:var(--c-primary)}
.le-nav__actions{display:none;gap:.75rem;align-items:center}
@media(min-width:768px){.le-nav__links{display:flex}.le-nav__actions{display:flex}.le-nav__toggle{display:none!important}}
.le-nav__toggle{background:none;border:none;padding:.5rem;cursor:pointer;color:var(--c-muted)}
.le-nav__toggle svg{width:24px;height:24px}
.le-nav__mobile{display:none;padding:.5rem 1rem 1rem;background:var(--bg-nav);box-shadow:var(--s-md)}
.le-nav__mobile.open{display:block}
.le-nav__mobile a{display:block;padding:.5rem 0;color:var(--c-muted);font-size:.875rem}
.le-nav__mobile a:hover{color:var(--c-primary)}

/* BUTTONS */
.btn{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.5rem;font-size:.875rem;font-weight:600;border-radius:var(--r-md);border:none;cursor:pointer;transition:all .2s;text-decoration:none;line-height:1.5;min-height:44px}
.btn-primary{background:var(--c-primary);color:#fff}
.btn-primary:hover{background:var(--c-primary-h);color:#fff}
.btn-green{background:#f0fdf4;color:var(--c-green-dk);border:1px solid #86efac}
.btn-green:hover{background:#dcfce7;color:#15803d}
.btn-gradient{background:var(--g-cta);color:#fff;box-shadow:var(--s-lg)}
.btn-gradient:hover{transform:scale(1.03);box-shadow:var(--s-xl);color:#fff}
.btn-white{background:#fff;color:var(--c-primary);border:1px solid var(--c-border)}
.btn-white:hover{background:var(--bg-alt);color:var(--c-primary)}
.btn-block{width:100%}
.btn-lg{padding:.875rem 2rem;font-size:1rem}

/* HERO */
.le-hero{position:relative;overflow:hidden;background:#e5e7eb}
.le-hero__grid{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1fr}
@media(min-width:1024px){.le-hero__grid{grid-template-columns:1fr 1fr}}
.le-hero__content{position:relative;z-index:2;padding:3rem 1.5rem;background:#e5e7eb}
@media(min-width:1024px){.le-hero__content{padding:5rem 2rem}}
.le-hero__content h1{font-size:2.25rem;font-weight:800;line-height:1.1;color:var(--c-text)}
.le-hero__content h1 span{color:var(--c-primary)}
@media(min-width:640px){.le-hero__content h1{font-size:3rem}}
@media(min-width:768px){.le-hero__content h1{font-size:3.75rem}}
.le-hero__content>p{margin-top:1.25rem;font-size:1.125rem;color:var(--c-muted);max-width:600px}
.le-hero__buttons{margin-top:2rem;display:flex;flex-wrap:wrap;gap:.75rem}
.le-hero__image{display:none}
@media(min-width:1024px){.le-hero__image{display:block;position:relative}.le-hero__image img{width:100%;height:100%;object-fit:cover}}

/* FLASH SALE */
.le-flash{margin-top:2rem;background:linear-gradient(to right,#fbbf24,#f97316,#ef4444);padding:1rem 1.5rem;border-radius:var(--r-lg);box-shadow:var(--s-lg);border:2px solid #f97316}
.le-flash__title{text-align:center;font-size:1.25rem;font-weight:700;color:var(--c-text);display:flex;align-items:center;justify-content:center;gap:.5rem}
.le-flash__text{text-align:center;color:#374151;font-weight:600;margin-top:.25rem}
.le-flash__timer{display:flex;justify-content:center;align-items:center;gap:.5rem;margin:.75rem 0;color:var(--c-text)}
.le-flash__timer .digit{font-size:1.5rem;font-weight:800;background:rgba(255,255,255,.2);padding:.25rem .75rem;border-radius:var(--r-md)}
.le-flash__timer .sep{font-size:1.5rem;font-weight:800}

/* SECTIONS */
.le-section{padding:5rem 0}
.le-section--alt{background:var(--bg-alt)}
.le-section--dark{background:var(--bg-footer);color:#fff}
.le-section__header{text-align:center;margin-bottom:3rem}
.le-section__header h2{font-size:1.875rem;font-weight:800;color:var(--c-text)}
@media(min-width:640px){.le-section__header h2{font-size:2.25rem}}
.le-section__header p{margin-top:1rem;font-size:1.125rem;color:var(--c-muted);max-width:640px;margin-left:auto;margin-right:auto}
.le-section--dark .le-section__header h2{color:#fff}
.le-section--dark .le-section__header p{color:#d1d5db}

/* FEATURE CARDS */
.le-features-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}
@media(min-width:640px){.le-features-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.le-features-grid{grid-template-columns:repeat(3,1fr)}}
.le-feature-card{background:#f9fafb;padding:2rem;border-radius:var(--r-xl);box-shadow:var(--s-lg);transition:box-shadow .3s,transform .3s}
.le-feature-card:hover{box-shadow:var(--s-xl);transform:translateY(-2px)}
.le-feature-card__icon{width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#fff;box-shadow:var(--s-md)}
.le-feature-card__icon--blue{background:var(--c-primary)}
.le-feature-card__icon--green{background:var(--c-green)}
.le-feature-card__icon svg{width:2rem;height:2rem}
.le-feature-card h3{font-size:1.25rem;font-weight:600;color:var(--c-text);margin-bottom:.75rem}
.le-feature-card p{color:var(--c-muted);font-size:.9375rem}

/* FEATURE CARDS V2 (white with border) */
.le-fv2{background:#fff;padding:2rem;border-radius:var(--r-xl);box-shadow:var(--s-lg);border:1px solid #f3f4f6;transition:box-shadow .3s}
.le-fv2:hover{box-shadow:0 10px 15px -3px rgba(37,99,235,.1)}
.le-fv2__icon{display:inline-flex;padding:.75rem;border-radius:50%;background:#dbeafe;color:var(--c-primary);margin-bottom:1.25rem}
.le-fv2__icon svg{width:2rem;height:2rem}
.le-fv2 h3{font-size:1.25rem;font-weight:600;color:var(--c-text);margin-bottom:.75rem}
.le-fv2 p{color:var(--c-muted);font-size:.9375rem}

/* BANNER */
.le-banner{background:var(--g-banner);padding:3rem 1.5rem;min-height:300px;display:flex;align-items:center}
.le-banner__inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;width:100%}
@media(min-width:768px){.le-banner__inner{grid-template-columns:1fr 1fr}}
.le-banner img{max-width:100%;border-radius:0}
.le-banner h4{font-size:1.75rem;font-weight:700;color:#fff;text-transform:uppercase;line-height:1.2;margin-bottom:.5rem}
@media(min-width:640px){.le-banner h4{font-size:2.5rem}}
.le-banner p{color:rgba(255,255,255,.9);font-size:.9375rem}
.le-banner__pills{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem}
.le-banner__pill{background:#fff;color:#333;padding:.75rem 1.5rem;border-radius:var(--r-pill);font-size:.9375rem;box-shadow:var(--s-sm);text-align:center}

/* DEVICE GRID */
.le-devices-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
@media(min-width:768px){.le-devices-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1024px){.le-devices-grid{grid-template-columns:repeat(6,1fr)}}
.le-device-card{display:flex;flex-direction:column;align-items:center;padding:1rem;background:#fff;border-radius:var(--r-lg);box-shadow:var(--s-md);transition:box-shadow .2s}
.le-device-card:hover{box-shadow:var(--s-lg)}
.le-device-card__icon{color:var(--c-primary);padding:.75rem;border-radius:50%;margin-bottom:.75rem}
.le-device-card__icon svg{width:2.5rem;height:2.5rem}
.le-device-card span{color:var(--c-muted);font-weight:500;font-size:.8125rem;text-align:center}

/* PRICING */
.le-pricing-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}
@media(min-width:640px){.le-pricing-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.le-pricing-grid{grid-template-columns:repeat(4,1fr)}}
.le-pc{border-radius:var(--r-xl);box-shadow:var(--s-lg);overflow:hidden;display:flex;flex-direction:column;border:1px solid var(--c-border);background:#fff;transition:box-shadow .3s,transform .3s}
.le-pc:hover{box-shadow:0 10px 15px -3px rgba(37,99,235,.15)}
.le-pc--feat{border:3px solid #f97316;transform:scale(1.02);position:relative;z-index:1}
.le-pc--feat:hover{transform:scale(1.04)}
.le-pc__badge{position:absolute;top:0;right:0;overflow:hidden;width:128px;height:128px}
.le-pc__badge span{display:block;position:absolute;transform:rotate(45deg);background:var(--g-sale);text-align:center;color:#fff;font-weight:600;font-size:.8125rem;padding:.25rem 0;width:170px;right:-34px;top:32px;box-shadow:var(--s-sm)}
.le-pc__head{padding:2rem}
.le-pc--feat .le-pc__head{background:#fff7ed}
.le-pc__head h3{font-size:1.5rem;font-weight:700;color:var(--c-text)}
.le-pc__price{margin-top:1rem;display:flex;align-items:baseline}
.le-pc__price .amount{font-size:3rem;font-weight:800;color:var(--c-text);letter-spacing:-.025em}
.le-pc__price .period{margin-left:.25rem;font-size:1.125rem;font-weight:600;color:var(--c-muted)}
.le-pc__sub{margin-top:1rem;font-size:.9375rem;color:var(--c-muted)}
.le-pc__bonus{margin-top:1rem;padding:.75rem;background:#fef2f2;border-left:4px solid var(--c-red);border-radius:0 var(--r-md) var(--r-md) 0}
.le-pc__bonus p{font-weight:700;color:#991b1b;font-size:.875rem}
.le-pc__bonus .tn{font-size:.8125rem;color:#dc2626;display:flex;align-items:center;gap:.375rem;margin-top:.25rem}
.le-pc__body{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}
.le-pc__feat{list-style:none;display:flex;flex-direction:column;gap:.75rem}
.le-pc__feat li{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;color:#374151}
.le-pc__feat li svg{flex-shrink:0;width:1.25rem;height:1.25rem;color:var(--c-green)}
.le-pc__cta{margin-top:2rem}

/* FLASH TIMER (pricing section) */
.le-ft{margin:2rem 0;padding:1rem 1.5rem;background:var(--g-sale);border-radius:var(--r-xl);box-shadow:var(--s-lg);color:#fff;text-align:center}
.le-ft h3{font-size:1.5rem;font-weight:700;letter-spacing:.05em;display:flex;align-items:center;justify-content:center;gap:.75rem}
.le-ft p{font-size:1.125rem;margin:.5rem 0 .75rem}
.le-ft__digits{display:flex;justify-content:center;gap:1rem;align-items:center}
.le-ft__digit{display:flex;flex-direction:column;align-items:center}
.le-ft__digit .num{font-size:2.25rem;font-weight:800;background:rgba(255,255,255,.2);padding:.25rem .75rem;border-radius:var(--r-md)}
.le-ft__digit .lbl{font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem}
.le-ft__sep{font-size:2.25rem;font-weight:800}

/* PAYMENT */
.le-pay{margin-top:3rem;padding:2rem;background:#f3f4f6;border-radius:var(--r-lg);text-align:center}
.le-pay h3{font-size:1.25rem;font-weight:700;color:var(--c-text);margin-bottom:.5rem}
.le-pay p{color:var(--c-muted)}
.le-pay__badges{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-top:1rem}
.le-pay__badge{padding:.5rem 1.5rem;background:#fff;border-radius:var(--r-md);box-shadow:var(--s-sm);font-weight:600;font-size:.875rem;color:var(--c-text)}

/* TRIAL CTA */
.le-cta{background:var(--bg-alt);border-radius:var(--r-xl);padding:3rem 2rem;text-align:center;margin-top:3rem;box-shadow:var(--s-md);border:1px solid var(--c-border)}
.le-cta h3{font-size:1.5rem;font-weight:700;color:var(--c-text);margin-bottom:1rem}
.le-cta p{color:var(--c-muted);margin-bottom:1.5rem;max-width:600px;margin-left:auto;margin-right:auto}

/* GUARANTEE */
.le-guar{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:var(--r-xl);padding:2rem;text-align:center;margin-top:2rem}
.le-guar h3{color:#166534;font-size:1.25rem;margin-bottom:.5rem}
.le-guar p{color:#15803d;font-size:.9375rem}

/* TESTIMONIALS */
.le-test-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}
@media(min-width:640px){.le-test-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.le-test-grid{grid-template-columns:repeat(4,1fr)}}
.le-tc{background:#fff;border:1px solid var(--c-border);border-radius:var(--r-xl);padding:1.5rem;box-shadow:var(--s-md)}
.le-tc__head{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}
.le-tc__av{width:2.5rem;height:2.5rem;border-radius:50%;background:var(--c-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem}
.le-tc__name{font-weight:600;font-size:.875rem;color:var(--c-text)}
.le-tc__loc{font-size:.75rem;color:var(--c-muted)}
.le-tc p{font-size:.875rem;color:#374151;line-height:1.6;font-style:italic}

/* CONTENT BLOCKS */
.le-cb{padding:3rem 0}
.le-cb h2{font-size:1.5rem;font-weight:800;color:var(--c-text);margin-bottom:1rem}
.le-cb h3{font-size:1.25rem;font-weight:700;color:var(--c-text);margin-bottom:.75rem;margin-top:1.5rem}
.le-cb p{color:var(--c-muted);margin-bottom:1rem;font-size:.9375rem;line-height:1.7}
.le-cb strong{color:var(--c-text)}

/* FAQ */
.le-faq{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}
.le-fi{border:1px solid var(--c-border);border-radius:var(--r-lg);overflow:hidden;background:#fff}
.le-fi__q{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:none;border:none;cursor:pointer;font-size:1rem;font-weight:600;color:var(--c-text);text-align:left;font-family:inherit}
.le-fi__q svg{flex-shrink:0;width:1.25rem;height:1.25rem;color:var(--c-muted);transition:transform .2s}
.le-fi.open .le-fi__q svg{transform:rotate(180deg)}
.le-fi__a{display:none;padding:0 1.5rem 1.25rem;font-size:.9375rem;color:var(--c-muted);line-height:1.7}
.le-fi.open .le-fi__a{display:block}

/* CONTACT */
.le-cg{display:grid;grid-template-columns:1fr;gap:2rem}
@media(min-width:768px){.le-cg{grid-template-columns:1fr 1fr}}
.le-ci h3{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;color:var(--c-text)}
.le-cm{display:flex;gap:1rem;margin-bottom:1.5rem}
.le-cm__icon{width:2.5rem;height:2.5rem;border-radius:50%;background:#dbeafe;color:var(--c-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.le-cm__icon svg{width:1.25rem;height:1.25rem}
.le-cm h4{font-size:.9375rem;font-weight:600;color:var(--c-text)}
.le-cm p{font-size:.8125rem;color:var(--c-muted)}
.le-ch{margin-top:1.5rem;padding:1.25rem;background:var(--bg-alt);border-radius:var(--r-lg)}
.le-ch h4{font-size:.9375rem;font-weight:600;color:var(--c-text);margin-bottom:.75rem}
.le-ch li{list-style:none;font-size:.8125rem;color:var(--c-muted);padding:.25rem 0}

/* FORMS */
.le-form{display:flex;flex-direction:column;gap:1rem}
.le-form label{font-size:.875rem;font-weight:600;color:var(--c-text);display:block;margin-bottom:.25rem}
.le-form input,.le-form select,.le-form textarea{width:100%;padding:.75rem 1rem;border:1px solid var(--c-border);border-radius:var(--r-md);font-size:.9375rem;font-family:inherit;color:var(--c-text);background:#fff;transition:border-color .2s,box-shadow .2s;min-height:44px}
.le-form input:focus,.le-form select:focus,.le-form textarea:focus{outline:none;border-color:var(--c-primary);box-shadow:0 0 0 3px rgba(37,99,235,.1)}
.le-form textarea{min-height:120px;resize:vertical}
.le-form .honeypot{position:absolute;left:-9999px}
.form-message{padding:.75rem 1rem;border-radius:var(--r-md);margin-top:.5rem;font-size:.875rem;font-weight:500}
.form-message--success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}
.form-message--error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}
.le-form .trust{font-size:.75rem;color:var(--c-muted);text-align:center;margin-top:.25rem;display:flex;align-items:center;justify-content:center;gap:.375rem}

/* FOOTER */
.le-footer{background:var(--bg-footer);color:#d1d5db;padding:4rem 0 2rem}
.le-footer__grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}
@media(min-width:640px){.le-footer__grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.le-footer__grid{grid-template-columns:2fr 1fr 1fr 1fr}}
.le-footer__brand p{font-size:.875rem;color:#9ca3af;margin-top:1rem;line-height:1.6}
.le-footer__brand .logo{font-size:1.5rem;font-weight:800;color:#fff}
.le-footer__brand .logo span{color:var(--c-primary)}
.le-footer h4{font-size:.875rem;font-weight:600;color:#fff;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}
.le-footer ul{list-style:none}
.le-footer ul li{margin-bottom:.5rem}
.le-footer ul a{color:#9ca3af;font-size:.875rem;transition:color .2s}
.le-footer ul a:hover{color:#fff}
.le-footer__bottom{border-top:1px solid #374151;padding-top:2rem;text-align:center}
.le-footer__bottom p{font-size:.8125rem;color:#6b7280;line-height:1.7}
.le-footer__disc{margin-top:1.5rem;padding:1.25rem;background:rgba(255,255,255,.05);border-radius:var(--r-md);font-size:.75rem;color:#6b7280;line-height:1.7}
.le-footer__addr{font-size:.8125rem;color:#9ca3af;margin-top:.5rem}

/* BREADCRUMB */
.le-bc{padding:1rem 0;font-size:.8125rem;color:var(--c-muted)}
.le-bc a{color:var(--c-primary)}
.le-bc span{margin:0 .375rem}

/* PAGE HERO (inner pages) */
.le-ph{background:var(--bg-alt);padding:3rem 0;text-align:center;border-bottom:1px solid var(--c-border)}
.le-ph h1{font-size:2rem;font-weight:800;color:var(--c-text)}
@media(min-width:640px){.le-ph h1{font-size:2.5rem}}
.le-ph p{margin-top:.75rem;color:var(--c-muted);font-size:1.125rem;max-width:600px;margin-left:auto;margin-right:auto}

/* LEGAL */
.le-legal{max-width:800px;margin:0 auto;padding:3rem 1.5rem}
.le-legal h1{font-size:2rem;font-weight:800;margin-bottom:.5rem}
.le-legal .date{font-size:.875rem;color:var(--c-muted);margin-bottom:2rem}
.le-legal h2{font-size:1.375rem;font-weight:700;margin-top:2.5rem;margin-bottom:.75rem;color:var(--c-text)}
.le-legal h3{font-size:1.125rem;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem}
.le-legal p{margin-bottom:1rem;color:#374151;line-height:1.7;font-size:.9375rem}
.le-legal ul,.le-legal ol{margin:1rem 0 1rem 1.5rem}
.le-legal li{margin-bottom:.5rem;color:#374151;font-size:.9375rem;line-height:1.7}
.le-legal table{width:100%;border-collapse:collapse;margin:1rem 0}
.le-legal th,.le-legal td{padding:.75rem 1rem;border:1px solid var(--c-border);font-size:.875rem;text-align:left}
.le-legal th{background:var(--bg-alt);font-weight:600}
.le-legal strong{color:var(--c-text)}
.le-legal a{color:var(--c-primary)}

/* GUIDE */
.le-guide{max-width:800px;margin:0 auto;padding:2rem 1.5rem}
.le-guide h2{font-size:1.5rem;font-weight:700;margin-top:2.5rem;margin-bottom:1rem;color:var(--c-text)}
.le-guide h3{font-size:1.25rem;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem}
.le-guide p{margin-bottom:1rem;color:#374151;line-height:1.7}
.le-guide ol,.le-guide ul{margin:1rem 0 1rem 1.5rem}
.le-guide li{margin-bottom:.5rem;color:#374151;line-height:1.7}
.le-guide img{border-radius:var(--r-lg);box-shadow:var(--s-md);margin:1.5rem 0}

/* CHECKOUT */
.le-co{max-width:600px;margin:0 auto;padding:3rem 1.5rem}
.le-co h1{font-size:1.75rem;font-weight:800;margin-bottom:.5rem;text-align:center}
.le-co>p{text-align:center;color:var(--c-muted);margin-bottom:2rem}

/* CHANNELS */
.le-chan-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}
@media(min-width:640px){.le-chan-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.le-chan-grid{grid-template-columns:repeat(3,1fr)}}
.le-chan{background:#fff;border:1px solid var(--c-border);border-radius:var(--r-xl);padding:1.5rem}
.le-chan h3{font-size:1.125rem;font-weight:700;color:var(--c-text);margin-bottom:.25rem;display:flex;align-items:center;gap:.5rem}
.le-chan .count{font-size:.8125rem;color:var(--c-primary);font-weight:600}
.le-chan ul{list-style:none;margin-top:.75rem}
.le-chan li{font-size:.8125rem;color:var(--c-muted);padding:.25rem 0;border-bottom:1px solid #f3f4f6}

/* RESELLER TIERS */
.le-tiers{display:grid;grid-template-columns:1fr;gap:1.5rem}
@media(min-width:768px){.le-tiers{grid-template-columns:repeat(3,1fr)}}
.le-tier{background:#fff;border:1px solid var(--c-border);border-radius:var(--r-xl);padding:2rem;text-align:center;box-shadow:var(--s-md)}
.le-tier h3{font-size:1.25rem;font-weight:700;color:var(--c-text)}
.le-tier .disc{font-size:2rem;font-weight:800;color:var(--c-primary);margin:.75rem 0}
.le-tier p{font-size:.875rem;color:var(--c-muted)}

/* UTIL */
.text-center{text-align:center}
.mt-8{margin-top:2rem}
.mt-12{margin-top:3rem}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
