@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";
.lp-root{color:#1c1c1e;-webkit-font-smoothing:antialiased;background:#f2f2f7;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}.lp-header{z-index:100;-webkit-backdrop-filter:blur(24px);background:#f2f2f7d1;border-bottom:1px solid #0000000d;transition:box-shadow .3s;position:fixed;top:0;left:0;right:0}.lp-header__inner{justify-content:space-between;align-items:center;max-width:1200px;height:64px;margin:0 auto;padding:0 24px;display:flex}.lp-logo{align-items:center;gap:8px;text-decoration:none;display:flex}.lp-logo__text{background:linear-gradient(135deg,#6c5ce7,#00b4d8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:18px;font-weight:800}.lp-nav{align-items:center;gap:28px;display:flex}.lp-nav a{color:#6e6e73;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}.lp-nav a:hover{color:#6c5ce7}.lp-burger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;width:22px;padding:0;display:none}.lp-burger span{background:#1c1c1e;border-radius:2px;width:100%;height:2px;transition:all .3s;display:block}.lp-burger.open span:first-child{transform:translateY(7px)rotate(45deg)}.lp-burger.open span:nth-child(2){opacity:0}.lp-burger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.lp-mobile-menu{z-index:99;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);opacity:0;visibility:hidden;background:#f2f2f7f7;justify-content:center;align-items:flex-start;padding-top:60px;transition:all .3s;display:flex;position:fixed;inset:64px 0 0;transform:translateY(-10px)}.lp-mobile-menu.open{opacity:1;visibility:visible;transform:translateY(0)}.lp-mobile-menu nav{flex-direction:column;align-items:center;gap:24px;display:flex}.lp-mobile-menu a{color:#1c1c1e;font-size:20px;font-weight:600;text-decoration:none}.lp-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-family:inherit;font-size:15px;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.lp-btn--primary{color:#fff;background:#6c5ce7;box-shadow:0 4px 16px #6c5ce74d}.lp-btn--primary:hover{background:#5a4bd1;transform:translateY(-2px);box-shadow:0 6px 24px #6c5ce766}.lp-btn--glass{color:#fff;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff2e;border:1px solid #fff3}.lp-btn--glass:hover{background:#ffffff47}.lp-btn--outline{color:#1c1c1e;background:0 0;border:1.5px solid #0000001a}.lp-btn--outline:hover{color:#6c5ce7;border-color:#6c5ce7}.lp-btn--white{color:#6c5ce7;background:#fff}.lp-btn--white:hover{transform:translateY(-2px);box-shadow:0 4px 20px #0000001a}.lp-btn--sm{padding:8px 18px;font-size:14px}.lp-btn--lg{padding:16px 32px;font-size:16px}.lp-btn--full{width:100%}.lp-main{max-width:1200px;margin:0 auto;padding:96px 16px 0}.lp-section{margin-bottom:80px}.lp-section__title{letter-spacing:-.03em;text-align:center;margin-bottom:32px;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;line-height:1.15}.lp-section__title span{background:linear-gradient(135deg,#6c5ce7,#00b4d8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.lp-section__footnote{text-align:center;color:#aeaeb2;max-width:560px;margin-top:24px;margin-left:auto;margin-right:auto;font-size:14px}.lp-card{border-radius:28px;padding:28px;transition:transform .35s,box-shadow .35s;position:relative;overflow:hidden}.lp-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00000014}.lp-card--light{background:#fff}.lp-card--cream{background:#f5f0e8}.lp-card--warm{background:#f0ebe3}.lp-card--peach{background:#fceee4}.lp-card--sky{background:#e3f0fa}.lp-card--dark{background:#1c1c1e}.lp-card--violet{background:linear-gradient(145deg,#6c5ce7 0%,#5a4bd1 100%)}.lp-card--gradient-soft{background:linear-gradient(145deg,#6c5ce7,#8b7ff0,#00b4d8)}.lp-card--gradient-blue{background:linear-gradient(145deg,#0096b7,#00b4d8,#48cae4)}.lp-card--gradient-cta{background:linear-gradient(145deg,#6c5ce7 0%,#5a4bd1 40%,#00b4d8 100%)}.lp-card__title{letter-spacing:-.02em;margin-bottom:8px;font-size:clamp(1.125rem,2.5vw,1.5rem);font-weight:800;line-height:1.2}.lp-card__title--white{color:#fff}.lp-card__text{color:#6e6e73;font-size:14px;line-height:1.55}.lp-card__text--muted{color:#ffffffa6}.lp-card__icon{margin-bottom:16px;font-size:2.5rem}.lp-card__icon-circle{background:#6c5ce714;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:16px;font-size:1.25rem;display:flex}.lp-hero-card{color:#fff;background:linear-gradient(145deg,#2d1b69 0%,#1c1c2e 40%,#0d3b4d 100%);border-radius:32px;grid-template-columns:1fr 1fr;align-items:center;gap:48px;min-height:500px;padding:48px;display:grid}.lp-hero-overline{color:#fffc;background:#ffffff1a;border:1px solid #ffffff14;border-radius:9999px;align-items:center;gap:8px;margin-bottom:16px;padding:6px 16px;font-size:13px;font-weight:600;display:inline-flex}.lp-hero-title{letter-spacing:-.03em;margin-bottom:16px;font-size:clamp(2rem,4.5vw,3.25rem);font-weight:900;line-height:1.1}.lp-hero-title--accent{background:linear-gradient(135deg,#a78bfa,#00b4d8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.lp-hero-sub{color:#fff9;max-width:480px;margin-bottom:28px;font-size:16px;line-height:1.6}.lp-hero-actions{flex-wrap:wrap;gap:12px;display:flex}.lp-hero-visual{justify-content:center;align-items:center;display:flex;position:relative}.lp-hero-mockup{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:28px;width:100%;max-width:380px;padding:24px}.lp-hero-mockup__top{align-items:center;gap:12px;margin-bottom:20px;display:flex}.lp-hero-mockup__name{color:#fff;font-size:16px;font-weight:700}.lp-hero-mockup__cat{color:#ffffff80;font-size:13px}.lp-hero-stats{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:16px;display:grid}.lp-hero-stat{text-align:center;background:#ffffff0f;border-radius:16px;padding:12px 8px}.lp-hero-stat strong{color:#fff;font-size:18px;font-weight:800;display:block}.lp-hero-stat span{color:#ffffff73;font-size:11px}.lp-hero-tags{flex-wrap:wrap;gap:8px;display:flex}.lp-hero-tags span{color:#a78bfa;background:#a78bfa26;border-radius:9999px;padding:4px 12px;font-size:12px;font-weight:600}.lp-float{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#fffc;background:#ffffff1a;border:1px solid #ffffff1f;border-radius:20px;align-items:center;gap:8px;padding:10px 16px;font-size:12px;font-weight:600;animation:4s ease-in-out infinite lpFloat;display:flex;position:absolute}.lp-float--qr{animation-delay:0s;top:0;right:-10px}.lp-float--pdf{animation-delay:1.3s;bottom:60px;right:-20px}.lp-float--growth{animation-delay:.7s;bottom:10px;left:-10px}.lp-float__number{color:#34c759;font-size:16px;font-weight:900}@keyframes lpFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.lp-features-grid{grid-template-rows:auto auto;grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.lp-features-grid>:first-child{flex-direction:column;grid-area:1/1/3/2;justify-content:space-between;min-height:380px;display:flex}.lp-features-grid>:nth-child(2){grid-area:1/2/2/3}.lp-features-grid>:nth-child(3){grid-area:1/3/2/4}.lp-features-grid>:nth-child(4){grid-area:2/2/3/4;align-items:center;gap:32px;display:flex}.lp-mini-profile{background:#ffffff14;border-radius:20px;margin-top:auto;padding:16px}.lp-mini-profile__row{align-items:center;gap:12px;margin-bottom:12px;display:flex}.lp-mini-profile__avatar{background:#ffffff26;border-radius:50%;width:32px;height:32px}.lp-mini-profile__lines div{background:#ffffff1f;border-radius:4px;height:8px;margin-bottom:4px}.lp-mini-profile__bars{flex-direction:column;gap:6px;margin-bottom:12px;display:flex}.lp-mini-profile__bars div{background:#ffffff1a;border-radius:3px;height:6px}.lp-mini-profile__tags{gap:6px;display:flex}.lp-mini-profile__tags span{background:#ffffff14;border-radius:9px;width:40px;height:18px;display:block}.lp-pdf-preview{background:#fff;border-radius:16px;flex-shrink:0;width:140px;padding:16px;box-shadow:0 2px 12px #0000000f}.lp-pdf-preview__bar{background:#e8e6f0;border-radius:4px;width:60%;height:8px;margin-bottom:12px}.lp-pdf-preview__line{background:#f0f0f5;border-radius:3px;height:5px;margin-bottom:6px}.lp-pdf-preview__block{background:#f5f5fa;border-radius:8px;width:100%;height:40px;margin-top:12px}.lp-problem-grid{grid-template-columns:repeat(6,1fr);gap:12px;display:grid}.lp-problem-grid>:first-child{grid-column:1/4}.lp-problem-grid>:nth-child(2){grid-column:4/7}.lp-problem-grid>:nth-child(3){grid-column:1/3}.lp-problem-grid>:nth-child(4){grid-column:3/5}.lp-problem-grid>:nth-child(5){grid-column:5/7}.lp-steps-grid{grid-template-columns:repeat(5,1fr);gap:12px;display:grid}.lp-step-card{text-align:center;flex-direction:column;align-items:center;padding:28px 16px;display:flex;overflow:hidden}.lp-step-card .lp-card__title{word-break:break-word;overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto;font-size:clamp(.95rem,1.8vw,1.2rem)}.lp-step-num{color:#fff;background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:16px;font-size:18px;font-weight:800;display:flex}.lp-step-num--dark{color:#6c5ce7;background:#6c5ce71a}.lp-contents-grid{grid-template-rows:auto auto;grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.lp-contents-grid>:first-child{flex-direction:column;grid-area:1/1/3/2;justify-content:center;min-height:280px;display:flex}.lp-contents-grid>:nth-child(2){grid-area:1/2/2/3}.lp-checklist{flex-direction:column;gap:8px;margin-top:20px;display:flex}.lp-check{color:#ffffffd9;background:#ffffff1f;border-radius:16px;padding:8px 16px;font-size:14px;font-weight:500}.lp-metrics{grid-template-columns:1fr 1fr;gap:12px;margin-top:16px;display:grid}.lp-metric{text-align:center;background:#f2f2f7;border-radius:20px;padding:16px}.lp-metric__val{color:#1c1c1e;font-size:24px;font-weight:800;display:block}.lp-metric__label{color:#aeaeb2;font-size:12px}.lp-tags{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.lp-tags span{color:#6c5ce7;background:#6c5ce714;border-radius:9999px;padding:6px 14px;font-size:13px;font-weight:600}.lp-showcase-grid{grid-template-columns:2fr 1fr;gap:12px;display:grid}.lp-showcase-screen{background:#fff;border-radius:28px;overflow:hidden}.lp-showcase-topbar{background:#f5f5f7;border-bottom:1px solid #0000000a;align-items:center;gap:6px;padding:12px 16px;display:flex}.lp-dot{border-radius:50%;width:10px;height:10px}.lp-dot--r{background:#ff5f57}.lp-dot--y{background:#febd2f}.lp-dot--g{background:#28c840}.lp-showcase-url{color:#aeaeb2;background:#fff;border-radius:6px;margin-left:12px;padding:4px 12px;font-size:12px}.lp-showcase-body{grid-template-columns:170px 1fr;min-height:280px;display:grid}.lp-showcase-sidebar{background:#fafafa;border-right:1px solid #0000000a;flex-direction:column;gap:2px;padding:16px 10px;display:flex}.lp-showcase-item{color:#6e6e73;border-radius:8px;padding:8px 12px;font-size:13px}.lp-showcase-item--active{color:#6c5ce7;background:#6c5ce714;font-weight:600}.lp-showcase-main{padding:24px}.lp-showcase-profile{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:20px;display:flex}.lp-showcase-name{font-size:16px;font-weight:700}.lp-showcase-cat{color:#aeaeb2;font-size:13px}.lp-badge--green{color:#34c759;background:#34c7591f;border-radius:9999px;padding:4px 12px;font-size:12px;font-weight:600}.lp-showcase-stats{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.lp-showcase-stat{text-align:center;background:#f2f2f7;border-radius:16px;padding:14px}.lp-showcase-stat span{color:#1c1c1e;font-size:20px;font-weight:800;display:block}.lp-showcase-stat small{color:#aeaeb2;font-size:11px}.lp-share-opts{flex-direction:column;gap:10px;margin-top:20px;display:flex}.lp-share-opt{color:#fffc;background:#ffffff0f;border-radius:16px;align-items:center;gap:12px;padding:12px 16px;font-size:14px;font-weight:500;display:flex}.lp-audience-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.lp-audience-card{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:28px 16px;font-size:14px;font-weight:600;display:flex}.lp-audience-card span{font-size:2rem}.lp-adv-grid{grid-template-columns:repeat(5,1fr);gap:12px;display:grid}.lp-adv-hero{grid-column:1/6;padding:40px 48px}.lp-adv-item{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:24px 16px;font-size:14px;font-weight:500;display:flex}.lp-adv-check{color:#6c5ce7;background:#6c5ce714;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;font-weight:700;display:flex}.lp-pricing-grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:12px;max-width:720px;margin:0 auto;display:grid}.lp-pricing-card{text-align:center;flex-direction:column;padding:36px;display:flex;overflow:visible!important}.lp-pricing-card--pro{padding-top:52px;position:relative}.lp-pricing-badge{text-transform:uppercase;letter-spacing:.05em;color:#6e6e73;background:#f2f2f7;border-radius:9999px;margin-bottom:12px;padding:4px 14px;font-size:12px;font-weight:700;display:inline-block}.lp-pricing-badge--white{color:#fff;background:#fff3}.lp-pricing-popular{color:#6c5ce7;white-space:nowrap;background:#fff;border-radius:0 0 20px 20px;padding:6px 20px;font-size:12px;font-weight:700;position:absolute;top:-1px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #6c5ce733}.lp-pricing-plan{margin-bottom:4px;font-size:20px;font-weight:700}.lp-pricing-price{color:#6c5ce7;margin-bottom:24px;font-size:28px;font-weight:800}.lp-pricing-price--white{color:#ffffffd9}.lp-pricing-plan--white{color:#fff}.lp-pricing-features{text-align:left;flex-direction:column;flex:1;gap:10px;margin-bottom:28px;padding:0;list-style:none;display:flex}.lp-pricing-features li{color:#6e6e73;padding-left:24px;font-size:14px;position:relative}.lp-pricing-features li:before{content:"✓";color:#6c5ce7;font-weight:700;position:absolute;left:0}.lp-pricing-features--white li{color:#ffffffbf}.lp-pricing-features--white li:before{color:#ffffff80}.lp-soon{color:#ffffffb3;background:#ffffff26;border-radius:9999px;padding:2px 8px;font-size:11px;font-weight:600}.lp-trust-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.lp-trust-card{flex-direction:column;justify-content:space-between;min-height:200px;display:flex}.lp-trust-quote{color:#1c1c1e;margin-bottom:auto;font-size:15px;font-style:italic;line-height:1.55}.lp-trust-quote--white{color:#ffffffd9}.lp-trust-author{align-items:center;gap:12px;margin-top:20px;display:flex}.lp-trust-author--white{color:#ffffffb3}.lp-trust-author--white strong{color:#fff}.lp-trust-avatar{color:#fff;background:linear-gradient(135deg,#6c5ce7,#00b4d8);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:700;display:flex}.lp-trust-badges{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:24px;display:flex}.lp-trust-chip{background:#fff;border:1px solid #0000000f;border-radius:9999px;padding:8px 20px;font-size:14px;font-weight:600}.lp-faq-wrap{max-width:800px;margin:0 auto}.lp-faq-card{padding:12px}.lp-faq-item{border-radius:16px;transition:background .2s;overflow:hidden}.lp-faq-item:hover{background:#6c5ce708}.lp-faq-q{color:#1c1c1e;text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:16px 20px;font-family:inherit;font-size:15px;font-weight:600;display:flex}.lp-faq-q svg{color:#aeaeb2;flex-shrink:0;transition:transform .3s}.lp-faq-item.open .lp-faq-q svg{color:#6c5ce7;transform:rotate(180deg)}.lp-faq-a{max-height:0;transition:max-height .35s;overflow:hidden}.lp-faq-item.open .lp-faq-a{max-height:160px}.lp-faq-a p{color:#6e6e73;padding:0 20px 16px;font-size:14px;line-height:1.55}.lp-cta-card{text-align:center;border-radius:32px;padding:56px 48px}.lp-cta-title{color:#fff;letter-spacing:-.03em;margin-bottom:12px;font-size:clamp(1.5rem,3.5vw,2.5rem);font-weight:900;line-height:1.15}.lp-cta-title em{color:#ffffffbf;font-style:normal}.lp-cta-sub{color:#fff9;max-width:500px;margin-bottom:32px;margin-left:auto;margin-right:auto;font-size:16px}.lp-auth-box{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #ffffff1f;border-radius:28px;max-width:480px;margin:0 auto;padding:28px}.lp-auth-tabs{background:#ffffff14;border-radius:12px;gap:4px;margin-bottom:24px;padding:4px;display:flex}.lp-auth-tab{cursor:pointer;color:#ffffff80;background:0 0;border:none;border-radius:9px;flex:1;padding:10px;font-family:inherit;font-size:14px;font-weight:600;transition:all .2s}.lp-auth-tab.active{color:#fff;background:#ffffff2e}.lp-auth-field{margin-bottom:12px}.lp-auth-field label{color:#ffffffb3;margin-bottom:6px;font-size:13px;font-weight:600;display:block}.lp-auth-input{color:#fff;background:#ffffff1a;border:1px solid #ffffff26;border-radius:12px;outline:none;width:100%;padding:13px 16px;font-family:inherit;font-size:15px;font-weight:500;transition:all .25s}.lp-auth-input::placeholder{color:#ffffff59}.lp-auth-input:focus{background:#ffffff29;border-color:#fff6}.lp-auth-error{color:#ff6b6b;background:#ff505026;border:1px solid #ff50504d;border-radius:10px;margin-bottom:12px;padding:10px 14px;font-size:13px}.lp-auth-success{color:#34c759;background:#34c7591f;border:1px solid #34c75940;border-radius:10px;padding:16px;font-size:14px}.lp-auth-hint{color:#ffffff73;margin-top:16px;font-size:13px}.lp-auth-hint a{color:#ffffffbf;cursor:pointer;text-decoration:underline}.lp-divider{align-items:center;gap:12px;margin:16px 0;display:flex}.lp-divider:before,.lp-divider:after{content:"";background:#ffffff1a;flex:1;height:1px}.lp-divider span{color:#ffffff59;white-space:nowrap;font-size:12px}.lp-footer{color:#fff9;background:#1c1c1e;margin-top:80px;padding:56px 0 24px}.lp-footer__inner{grid-template-columns:1.5fr 2fr;gap:64px;max-width:1200px;margin:0 auto 40px;padding:0 24px;display:grid}.lp-footer__logo-text{background:linear-gradient(135deg,#6c5ce7,#00b4d8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:18px;font-weight:800}.lp-footer__desc{color:#ffffff59;max-width:260px;margin-top:12px;font-size:14px;line-height:1.55}.lp-footer__links{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.lp-footer__col{flex-direction:column;gap:8px;display:flex}.lp-footer__col h4{color:#fff;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;font-size:13px;font-weight:700}.lp-footer__col a{color:#fff6;font-size:14px;text-decoration:none;transition:color .2s}.lp-footer__col a:hover{color:#fff}.lp-footer__bottom{color:#ffffff40;border-top:1px solid #ffffff0f;flex-wrap:wrap;align-items:center;gap:12px 24px;max-width:1200px;margin:0 auto;padding:20px 24px 0;font-size:12px;display:flex}.lp-footer__agency{color:#ffffff4d}.lp-footer__agency a{color:#ffffff73;text-decoration:none;transition:color .2s}.lp-footer__agency a:hover{color:#fff}.lp-footer__legal-links{gap:16px;margin-left:auto;display:flex}.lp-footer__legal-links a{color:#ffffff4d;text-decoration:none;transition:color .2s}.lp-footer__legal-links a:hover{color:#fff}.lp-anim{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(24px)scale(.97)}.lp-anim.visible{opacity:1;transform:translateY(0)scale(1)}@media (max-width:1024px){.lp-hero-card{text-align:center;grid-template-columns:1fr;min-height:auto;padding:36px}.lp-hero-sub{max-width:100%}.lp-hero-actions{justify-content:center}.lp-features-grid{grid-template-columns:1fr 1fr}.lp-features-grid>:first-child{flex-direction:row;grid-area:auto/1/auto/3;align-items:center;gap:24px;min-height:auto}.lp-features-grid>:nth-child(4){grid-column:1/3}.lp-steps-grid,.lp-adv-grid{grid-template-columns:repeat(3,1fr)}.lp-adv-hero{grid-column:1/4}.lp-showcase-grid,.lp-showcase-body{grid-template-columns:1fr}.lp-showcase-sidebar{border-bottom:1px solid #0000000a;border-right:none;flex-direction:row;overflow-x:auto}}@media (max-width:768px){.lp-nav,.lp-header__cta{display:none}.lp-burger{display:flex}.lp-main{padding-top:84px}.lp-card{border-radius:28px;padding:24px}.lp-hero-card{border-radius:28px;padding:28px}.lp-float{display:none}.lp-features-grid{grid-template-columns:1fr}.lp-features-grid>:first-child{flex-direction:column;grid-area:auto}.lp-features-grid>:nth-child(4){flex-direction:column;grid-column:auto}.lp-problem-grid{grid-template-columns:1fr}.lp-problem-grid>*{grid-column:auto!important}.lp-steps-grid{grid-template-columns:1fr 1fr}.lp-contents-grid{grid-template-columns:1fr}.lp-contents-grid>:first-child{grid-area:auto}.lp-audience-grid{grid-template-columns:repeat(2,1fr)}.lp-adv-grid{grid-template-columns:1fr 1fr}.lp-adv-hero{grid-column:1/3;padding:28px}.lp-pricing-grid{grid-template-columns:1fr;max-width:380px}.lp-trust-grid{grid-template-columns:1fr}.lp-cta-card{padding:36px 24px}.lp-footer__inner{grid-template-columns:1fr;gap:32px}.lp-footer__links,.lp-showcase-stats{grid-template-columns:1fr 1fr}}@media (max-width:480px){.lp-steps-grid{grid-template-columns:1fr}.lp-audience-grid{grid-template-columns:1fr 1fr;gap:8px}.lp-adv-grid{grid-template-columns:1fr}.lp-adv-hero{grid-column:auto}.lp-footer__links{grid-template-columns:1fr}.lp-hero-actions{flex-direction:column;width:100%}.lp-hero-actions .lp-btn{justify-content:center;width:100%}}
