:root{--lp-bg-cream:#fbffed;--lp-accent-lime:#e9fe8a;--lp-accent-lime-bright:#f6ff75;--lp-text-dark:#201918;--lp-text-dark-alt:#201917;--lp-footer-dark:#201918;--lp-faq-bg:#c1cabb;--lp-border-faq:#94a6a1;--lp-card-cream:#fbffed}.lp{color:var(--lp-text-dark);-webkit-overflow-scrolling:touch;background:linear-gradient(#ccd5c8 15.39%,#fcffee 33.17%,#fbffed 100%);font-family:Saans,-apple-system,BlinkMacSystemFont,sans-serif;position:fixed;inset:0;overflow:hidden auto}.lp-header{z-index:1000;-webkit-backdrop-filter:blur(20px);background:#fbffedd9;border-radius:32px;justify-content:space-between;align-items:center;width:calc(100% - 32px);padding:16px 20px;transition:all .3s;display:flex;position:fixed;top:16px;left:50%;transform:translate(-50%)}.lp-header--scrolled{background:#fbffed80;box-shadow:0 4px 20px #00000014}.lp-logo{cursor:pointer;height:24px;margin-bottom:10px}.lp-login-btn{border:1px solid var(--lp-text-dark);color:var(--lp-text-dark-alt);letter-spacing:.56px;cursor:pointer;background:0 0;border-radius:41px;padding:6px 12px;font-family:inherit;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.lp-login-btn:hover{background:var(--lp-text-dark);color:var(--lp-bg-cream)}@media (max-width:767px){.lp-header{padding:12px 16px}.lp-login-btn--scrolled-cta{color:var(--lp-text-dark);background:#f6ff75;border-color:#f6ff75;padding:8px 16px;font-weight:500;box-shadow:0 2px 8px #f6ff754d}.lp-login-btn--scrolled-cta:hover{background:#e8f06d;border-color:#e8f06d;transform:translateY(-1px);box-shadow:0 4px 12px #f6ff7566}}@media (min-width:768px){.lp-header{-webkit-backdrop-filter:none;z-index:100;background:0 0;border-radius:0;width:100%;padding:32px 100px;position:absolute;top:0;left:0;transform:none}.lp-header--scrolled{box-shadow:none;background:0 0}.lp-logo{height:29px}.lp-login-btn{padding:8px 18px;font-size:18px}}.lp-hero{flex-direction:column;align-items:center;min-height:100dvh;padding:140px 0 60px;display:flex;position:relative;overflow:hidden}.lp-hero-content{text-align:center;max-width:350px;margin-bottom:36px}.lp-hero-headline{letter-spacing:-.88px;color:var(--lp-text-dark);margin:0 0 20px;font-size:44px;font-weight:400;line-height:1.1}.lp-hero-subheadline{color:var(--lp-text-dark);margin:0;font-size:22px;font-weight:400;line-height:1.36}.lp-hero-headline--desktop,.lp-hero-subheadline--desktop{display:none}.lp-platform-toggle{background:#2019180f;border-radius:32px;align-items:center;width:fit-content;margin-bottom:16px;padding:2px;display:flex}.lp-platform-btn{color:var(--lp-text-dark);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:32px;flex-shrink:0;align-items:center;gap:4px;padding:6px 16px;font-family:inherit;font-size:16px;font-weight:400;transition:all .2s;display:flex}.lp-platform-btn--active{background:#fff;font-weight:500}.lp-input-section{flex-direction:column;align-items:center;width:100%;max-width:350px;margin-bottom:16px;display:flex}.lp-input-row{flex-direction:column;gap:10px;width:100%;display:flex}.lp-input-wrapper{width:100%;position:relative}.lp-input-field{text-align:center;width:100%;height:60px;color:var(--lp-text-dark);background:#fff;border:1px solid #000;border-radius:16px;outline:none;padding:0 20px;font-family:inherit;font-size:18px;transition:all .3s}.lp-input-field::placeholder{color:#0000;opacity:0}.lp-input-field:focus{border-color:var(--lp-text-dark);box-shadow:0 0 0 2px #2019181a}.lp-input-field--error{border-color:#d50000;box-shadow:0 0 0 1px #d50000}.lp-input-field--error:focus{border-color:#d50000;box-shadow:0 0 0 2px #d5000026}.lp-placeholder-label{color:#7e8a8d;text-align:center;pointer-events:none;font-family:Saans,sans-serif;font-size:18px;font-weight:400;line-height:140%;transition:opacity .2s;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.lp-placeholder-label--hidden{opacity:0}@keyframes lp-shake{0%,to{transform:translate(0)}20%{transform:translate(-8px)}40%{transform:translate(8px)}60%{transform:translate(-6px)}80%{transform:translate(6px)}}.lp-input-field--shake{animation:.4s ease-in-out lp-shake}@keyframes lp-error-slide-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.lp-inline-error{background:#ef444414;border:1px solid #ef444433;border-radius:12px;align-items:flex-start;gap:10px;margin-top:12px;padding:14px 16px;animation:.3s ease-out lp-error-slide-in;display:none}.lp-inline-error--show{display:flex}.lp-inline-error-icon{color:#dc2626;flex-shrink:0;width:20px;height:20px;margin-top:1px}.lp-inline-error-title{color:#dc2626;margin:0 0 4px;font-size:15px;font-weight:600;line-height:1.3}.lp-inline-error-text{color:#7f1d1d;margin:0;font-size:14px;font-weight:400;line-height:1.4}.lp-inline-error-dismiss{cursor:pointer;color:#991b1b;opacity:.6;background:0 0;border:none;flex-shrink:0;padding:4px;transition:opacity .2s}.lp-inline-error-dismiss:hover{opacity:1}.lp-cta-btn{background:var(--lp-accent-lime-bright);width:100%;height:60px;color:var(--lp-text-dark);cursor:pointer;white-space:nowrap;letter-spacing:0;border:none;border-radius:60px;padding:0 32px;font-family:inherit;font-size:18px;font-weight:500;transition:all .2s;box-shadow:0 2px 8px #0000001a}.lp-cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000026}.lp-cta-btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.lp-input-note{color:var(--lp-text-dark);text-align:center;width:80%;margin:14px auto 0;font-size:13px;font-weight:400;line-height:1.15}.lp-input-note strong{font-weight:500}.lp-input-note a{color:var(--lp-text-dark);font-weight:400;text-decoration:underline}.lp-mockups{justify-content:center;align-items:center;width:100%;max-width:100%;margin-top:40px;display:flex;overflow:visible}.lp-mockups img{-o-object-fit:contain;object-fit:contain;width:100%;max-width:710px;height:auto}.lp-mockups-desktop{display:none}@media (max-width:767px){.lp-mockups{margin-top:24px}.lp-mockups img{max-width:100%}}@media (min-width:768px){.lp-hero{padding:160px 40px 80px}.lp-hero-content{max-width:700px}.lp-hero-headline{letter-spacing:-1.28px;font-size:64px}.lp-hero-subheadline{font-size:26px}.lp-hero-headline--desktop,.lp-hero-subheadline--desktop{display:block}.lp-hero-headline--mobile,.lp-hero-subheadline--mobile{display:none}.lp-input-section{max-width:588px}.lp-input-row{flex-direction:row;gap:8px}.lp-input-wrapper{flex:1}.lp-cta-btn{letter-spacing:.54px;border-radius:31px;width:auto}.lp-mockups{margin-top:60px}.lp-mockups img{max-width:1000px}.lp-mockups-mobile{display:none}.lp-mockups-desktop{display:block}}.lp-section-container{width:100%}.lp-section-title{letter-spacing:-1.28px;color:var(--lp-text-dark);max-width:700px;margin:0 0 20px;font-size:clamp(36px,5vw,64px);font-weight:400;line-height:1.1}.lp-section-subtitle{color:var(--lp-text-dark-alt);max-width:500px;margin:0 0 32px;font-size:18px;font-weight:400;line-height:1.4}.lp-outline-btn{border:1px solid var(--lp-text-dark);color:#000;cursor:pointer;background:0 0;border-radius:1000px;justify-content:center;align-items:center;height:50px;padding:0 28px;font-family:inherit;font-size:16px;font-weight:500;line-height:1.4;text-decoration:none;transition:all .2s;display:inline-flex}.lp-outline-btn:hover{background:var(--lp-text-dark);color:var(--lp-bg-cream)}@media (min-width:768px){.lp-section-container{max-width:1240px;margin:0 auto}.lp-section-title{font-size:64px}.lp-section-subtitle{font-size:21px}}.lp-section-nowebsite{padding:40px 20px}.lp-nowebsite-image-card{border-radius:16px;width:100%;margin-bottom:24px;overflow:hidden}.lp-nowebsite-image-card img{width:100%;height:auto;display:block}.lp-nowebsite-text{text-align:left}.lp-nowebsite-headline{color:#000;margin:0 0 16px;font-size:34px;font-weight:400;line-height:1.1}.lp-nowebsite-subtitle{color:#3b3b3b;margin:0 0 12px;font-size:18px;font-weight:400;line-height:1.33}.lp-search-examples{flex-direction:column;gap:8px;margin:0 0 28px;padding:0;list-style:none;display:flex}.lp-search-examples li{color:#3b3b3b;align-items:center;gap:8px;font-size:16px;font-weight:400;line-height:1.4;display:flex}.lp-search-examples li svg{flex-shrink:0}@media (min-width:768px){.lp-section-nowebsite{padding:80px 60px}.lp-section-nowebsite .lp-section-container{align-items:center;gap:60px;display:flex}.lp-nowebsite-image-card{flex:1;max-width:500px;margin-bottom:0}.lp-nowebsite-text{flex:1}.lp-nowebsite-headline{font-size:48px}}.lp-section-content-to-clients{padding:40px 20px}.lp-content-image-card{border-radius:16px;width:100%;margin-bottom:24px;overflow:hidden}.lp-content-image-card img{width:100%;height:auto;display:block}.lp-content-text{text-align:left}.lp-steps-list{flex-direction:column;gap:8px;margin-bottom:28px;display:flex}.lp-step{align-items:center;gap:12px;display:flex}.lp-step-number{color:var(--lp-text-dark);opacity:.35;flex-shrink:0;font-size:16px;font-weight:400}.lp-step-text{color:var(--lp-text-dark);font-size:16px;font-weight:500;line-height:1.4}@media (min-width:768px){.lp-section-content-to-clients{padding:80px 60px}.lp-section-content-to-clients .lp-section-container{align-items:center;gap:60px;display:flex}.lp-content-image-card{flex:1;max-width:500px;margin-bottom:0}.lp-content-text{flex:1}}.lp-section-why-merlin{padding:56px 20px}.lp-why-merlin-title{color:#000;text-align:center;margin:0 0 32px;font-size:38px;font-weight:400;line-height:1.1}.lp-comparison{flex-direction:column;gap:24px;display:flex}.lp-comparison-col{border:1px solid #bfcaba;border-radius:16px;overflow:hidden}.lp-comparison-col--after{background:#d9ebd7}.lp-comparison-header{color:#000;padding:16px 18px 12px;font-size:24px;font-weight:500;line-height:1.25}.lp-comparison-item{color:#000;align-items:center;gap:8px;padding:12px 18px;font-size:18px;font-weight:400;line-height:1.33;display:flex}.lp-comparison-item svg{flex-shrink:0}@media (min-width:768px){.lp-section-why-merlin{padding:80px 60px}.lp-why-merlin-title{margin-bottom:40px;font-size:48px}.lp-comparison{flex-direction:row;gap:20px}.lp-comparison-col{flex:1}}.lp-section-trusted{padding:60px 16px}.lp-trusted-inner{text-align:center;flex-direction:column;align-items:center;display:flex}.lp-avatars-row{width:auto;height:40px;margin-bottom:20px}.lp-trusted-headline{color:#000;text-align:center;margin:0 0 38px;font-size:34px;font-weight:400;line-height:1.1}.lp-stats-list{flex-direction:column;width:100vw;margin-left:calc(50% - 50vw);display:flex}.lp-stat-item{flex-direction:column;align-items:center;gap:10px;padding:18px 0;display:flex}.lp-stat-item--bordered{border-bottom:1px solid #ccd5c8}.lp-stat-value{color:#201918;font-family:DM Sans,Saans,sans-serif;font-size:54px;font-weight:400;line-height:1.2}.lp-stat-label{color:#3b3b3b;text-align:center;font-size:16px;font-weight:400}@media (min-width:768px){.lp-section-trusted{padding:80px 60px}.lp-trusted-headline{font-size:48px}.lp-stats-list{flex-direction:row;width:100%;max-width:1240px;margin:auto}.lp-stat-item{flex:1}.lp-stat-item--bordered{border-bottom:none;border-right:1px solid #ccd5c8}.lp-stat-value{font-size:64px}}.lp-section-testimonials{padding:56px 20px}.lp-testimonials-title{letter-spacing:-.84px;color:var(--lp-text-dark);text-align:center;margin:0 0 32px;font-size:42px;font-weight:400;line-height:1.1}.lp-testimonials-grid{flex-direction:column;gap:16px;display:flex}.lp-testimonial-card-v2{border-radius:16px;overflow:hidden}.lp-testimonial-card-img{width:100%;height:auto;display:block}@media (min-width:768px){.lp-section-testimonials{padding:80px 60px}.lp-testimonials-title{margin-bottom:48px;font-size:54px}.lp-testimonials-grid{flex-direction:row;gap:20px}.lp-testimonial-card-v2{flex:1}}.lp-section-faq{background:#ccd5c8;padding:60px 20px}.lp-faq-title{letter-spacing:-.21px;text-align:left;color:#000;margin:0 0 30px;font-size:42px;font-weight:400;line-height:1.12}.lp-faq-item{border-bottom:1px solid #96a09180;padding:0}.lp-faq-question{cursor:pointer;color:#000;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:24px 0;font-family:inherit;font-size:16px;font-weight:500;line-height:1.375;display:flex}.lp-faq-question svg{color:#000;flex-shrink:0;width:20px;height:20px;transition:transform .3s}.lp-faq-item--open .lp-faq-question svg{transform:rotate(45deg)}.lp-faq-answer{max-height:0;transition:max-height .3s;overflow:hidden}.lp-faq-item--open .lp-faq-answer{max-height:500px}.lp-faq-answer p{color:#211919;margin:0;padding-top:16px;padding-bottom:16px;font-size:18px;font-weight:400;line-height:1.28}.lp-faq-answer p:not(:first-child){padding-top:12px}.lp-faq-answer ul{margin:0;padding-top:8px;padding-left:24px}.lp-faq-answer ul li{color:#211919;padding:2px 0;font-size:18px;font-weight:400;line-height:1.4;list-style-type:disc}@media (min-width:768px){.lp-section-faq{padding:80px 60px}.lp-faq-title{margin-bottom:36px;font-size:54px}.lp-faq-question{font-size:18px}.lp-faq-answer p{line-height:23px}}.lp-footer{background:#201918;padding:44px 16px 40px}.lp-footer-content{margin:0 auto}.lp-footer-brand{margin-bottom:76px;padding:0 4px}.lp-footer-logo{cursor:pointer;width:217px;height:auto}.lp-footer-tagline{letter-spacing:.36px;color:#fbffed;margin:44px 0 0;font-size:18px;line-height:24px}.lp-footer-form{margin-bottom:76px}.lp-footer-input-row{flex-direction:column;gap:10px;margin-bottom:14px;display:flex}.lp-footer-input-wrapper{width:100%;position:relative}.lp-footer-input{border:1px solid var(--lp-accent-lime);color:#201918;text-align:center;background:#fbffed;border-radius:16px;outline:none;width:100%;height:60px;padding:0 20px;font-family:Saans,sans-serif;font-size:18px;transition:all .3s}.lp-footer-input::placeholder{color:#0000;opacity:0}.lp-footer-input:focus{border-color:var(--lp-text-dark);box-shadow:0 0 0 2px #2019181a}.lp-footer-placeholder{color:#7e8a8d;text-align:center;pointer-events:none;font-family:Saans,sans-serif;font-size:18px;font-weight:400;line-height:140%;transition:opacity .2s;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.lp-footer-placeholder--hidden{opacity:0}.lp-footer-submit{color:#201918;cursor:pointer;background:#f6ff75;border:none;border-radius:60px;width:100%;height:60px;font-family:Saans,sans-serif;font-size:18px;font-weight:500;transition:all .2s;box-shadow:0 2px 8px #0000001a}.lp-footer-submit:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000026}.lp-footer-note{color:#fbffed;text-align:center;margin:0;font-size:13px;font-weight:500;line-height:1.15}.lp-footer-note a{color:#fbffed;text-decoration:underline}.lp-footer-bottom{flex-direction:column;padding:0 4px;display:flex}.lp-footer-links{flex-direction:column;gap:20px;margin-bottom:48px;display:flex}.lp-footer-links a{color:#fbffed;letter-spacing:.28px;font-size:14px;line-height:28px;text-decoration:none}.lp-footer-links a:hover{text-decoration:underline}.lp-footer-copyright{color:#fbffed;letter-spacing:.28px;margin:0;font-size:14px;line-height:28px}@media (min-width:768px){.lp-footer{padding:60px 100px 50px}.lp-footer-content{grid-template-columns:1fr auto;align-items:start;gap:60px;max-width:1240px;margin:0 auto;display:grid}.lp-footer-brand{margin-bottom:0;padding:0}.lp-footer-logo{width:240px}.lp-footer-form{width:350px;max-width:350px;margin-bottom:0}.lp-footer-bottom{flex-direction:row;grid-column:1/-1;justify-content:space-between;align-items:center;margin-top:70px;padding:0}.lp-footer-links{flex-direction:row;gap:50px;margin-bottom:0}.lp-footer-copyright{margin-top:0}}@media (max-width:767px){.lp-footer-links{gap:20px}}.lp-generation-error{text-align:center;color:#d50000;margin-top:8px;font-size:13px;font-weight:500}.lp-generation-error-link{color:#d50000;font:inherit;cursor:pointer;background:0 0;border:none;padding:0;text-decoration:underline}.lp-why-sheet-backdrop{z-index:9999;background:#00000059;justify-content:center;align-items:flex-end;animation:.2s lp-fade-in;display:flex;position:fixed;inset:0}.lp-why-sheet{background:var(--lp-bg-cream,#fbffed);touch-action:none;border-radius:24px 24px 0 0;width:100%;max-width:420px;padding:16px 20px 40px;transition:transform .2s;animation:.3s lp-slide-up}.lp-why-sheet-handle{cursor:grab;background:#20191833;border-radius:2px;width:36px;height:4px;margin:0 auto 24px}.lp-why-sheet-title{color:var(--lp-text-dark,#201918);text-align:center;margin-bottom:24px;font-size:18px;font-weight:500}.lp-why-sheet-message{color:var(--lp-text-dark,#201918);background:#cf595914;border-left:3px solid #cf5959;border-radius:8px;margin-bottom:16px;padding:12px 14px;font-size:15px;line-height:22px}.lp-why-sheet-reasons{background:#ecf2dc;border-radius:16px;margin-bottom:16px;padding:16px}.lp-why-sheet-reasons-heading{color:var(--lp-text-dark,#201918);margin-bottom:12px;font-size:18px;font-weight:500}.lp-why-sheet-list{color:var(--lp-text-dark,#201918);padding-left:20px;font-size:18px;line-height:30px;list-style:outside}.lp-why-sheet-footer{text-align:center;color:var(--lp-text-dark,#201918);font-size:16px;line-height:22px}@keyframes lp-fade-in{0%{opacity:0}to{opacity:1}}@keyframes lp-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}
