@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root{--ink:#201b32;--muted:#797485;--purple:#7043ed;--light:#f6f3fc;--line:#e9e3f3;--lav:#ece4ff}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:35px}body{margin:0;background:#fcfbfe;color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px}button,input,select{font:inherit}button,a,input,select,summary{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{cursor:pointer}button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #a487ef;outline-offset:4px}svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.sprite{position:absolute;width:0;height:0;overflow:hidden}.wrap{max-width:1240px;margin:auto;padding-left:32px;padding-right:32px}.header{height:105px;display:flex;align-items:center;justify-content:space-between;gap:28px}.logo{font-family:Manrope,sans-serif;letter-spacing:-2px;font-weight:800;font-size:34px}.logo span{color:var(--purple)}.header nav{display:flex;gap:34px;font-weight:500;font-size:14px}.header nav a:hover{color:var(--purple)}.account{display:flex;gap:22px;align-items:center}.signin{border:0;background:none;font-weight:600;font-size:14px}.button{display:inline-flex;align-items:center;justify-content:center;gap:24px;background:var(--purple);color:#fff;border:0;border-radius:13px;padding:19px 25px;font-weight:700;font-size:15px;transition:background .2s,transform .2s}.button:hover{background:#482391;transform:translateY(-2px)}.button.small{padding:14px 21px;font-size:14px}.hero{display:grid;grid-template-columns:1fr 470px;gap:75px;padding-top:58px;padding-bottom:90px;align-items:center}.eyebrow{color:var(--purple);font-size:12px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase}.hero h1{font-family:Manrope,sans-serif;position:relative;font-size:clamp(52px,5.4vw,73px);font-weight:800;letter-spacing:-3.5px;line-height:1.09;margin:24px 0}.hero h1>span{color:var(--purple)}.hero-heart{position:absolute;width:47px;height:47px;color:#b49cef;transform:rotate(18deg);top:67px;right:13px;fill:#ede5ff;stroke-width:1.4}.hero-copy>p{font-size:17px;line-height:1.8;max-width:410px;color:var(--muted);margin-bottom:25px}.text-link{display:inline-flex;gap:14px;align-items:center;font-weight:700;font-size:14px}.text-link:hover{color:var(--purple)}.platform-line{display:flex;align-items:center;gap:22px;margin-top:42px;color:#625c70}.platform-line svg{width:22px;height:22px}.platform-line span{font-size:11px;color:#898291;max-width:100px;line-height:1.5;padding-left:3px}.calculator{background:#fff;border:1px solid #e5dcf5;border-radius:27px;padding:32px 33px 20px;box-shadow:0 20px 75px -40px #a494cd;position:relative}.calculator:before{content:'';position:absolute;width:85%;height:100%;border:1px solid #e6dff2;border-radius:27px;top:10px;left:8%;z-index:-1;transform:rotate(4deg);background:#f0eafa}.calculator-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:23px}.calculator h2{font-family:Manrope;font-size:26px;letter-spacing:-1px;margin:0}.sparkle{font-size:33px;color:#a486e9}label{font-size:13px;font-weight:700;display:flex;justify-content:space-between;margin:21px 0 10px}.label-note{font-size:11px;font-weight:400;color:var(--muted)}select{height:54px;padding:0 15px;border:1px solid #ded6ee;border-radius:10px;background:#fff;color:var(--ink);width:100%;min-width:0;font-size:14px}.platform-picker{position:relative}.platform-picker svg{position:absolute;left:15px;top:16px;width:22px;height:22px;pointer-events:none}.platform-picker select{padding-left:49px}.stepper{display:flex;gap:10px}.stepper button{width:51px;height:53px;background:#f0eafa;color:#6940c1;border:0;border-radius:11px;font-size:28px;flex-shrink:0}.stepper button:hover{background:#e3d7f7}.stepper input{width:100%;min-width:0;border:1px solid #ded6ee;border-radius:11px;text-align:center;font-family:Manrope;font-weight:800;font-size:23px;color:var(--ink);appearance:textfield;-moz-appearance:textfield}.stepper input::-webkit-inner-spin-button{appearance:none}.error{min-height:14px;margin:6px 0;color:#b12654;font-size:11px}.total{display:flex;justify-content:space-between;align-items:center;padding:16px 21px;border-radius:12px;background:#f1ebff;margin:5px 0 17px;min-height:70px}.total-art{display:flex;align-items:center;gap:13px;color:#af98de}.total-art svg:first-child{fill:#c5afea;stroke:transparent;transform:rotate(-15deg)}.total output{font-family:Manrope;font-weight:800;font-size:31px;letter-spacing:-1px;color:#6331d0}.continue{width:100%;justify-content:space-between}.demo-note{display:block;text-align:center;color:#a39aaa;font-size:10px;margin-top:13px}.section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:34px}.section-head h2,h2{font-family:Manrope;font-weight:800;font-size:40px;letter-spacing:-1.7px;line-height:1.2;margin:15px 0 0}.section-head p{font-size:14px;line-height:1.8;color:var(--muted);margin-bottom:3px}.services{padding-top:16px;padding-bottom:90px}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.platform-card{border:1px solid var(--line);border-radius:19px;padding:21px 20px 0;background:#fff;overflow:hidden;transition:transform .2s,box-shadow .2s}.platform-card:hover{transform:translateY(-5px);box-shadow:0 16px 35px #39205a0a}.card-top{display:flex;align-items:center;gap:12px}.card-top>svg{width:25px;height:25px}.card-top>span{font-size:11px;font-weight:600}.card-art{height:145px;position:relative;margin:10px -10px 12px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:radial-gradient(ellipse,#f1eaff 0%,#fff 70%)}.art-post{width:91px;height:105px;background:#fff;box-shadow:0 8px 20px #45287517;border:1px solid #e5ddef;border-radius:10px;padding:6px;transform:rotate(-9deg)}.post-photo{height:69px;border-radius:6px;background:linear-gradient(135deg,#d1bcec,#9971bc);position:relative;overflow:hidden}.post-photo:before{content:'';width:30px;height:30px;border-radius:50%;background:#e9dce6;position:absolute;top:12px;left:25px}.post-photo:after{content:'';width:66px;height:55px;border-radius:50%;background:#bba1d0;position:absolute;top:36px;left:8px}.post-lines i{display:block;height:3px;background:#e7dfef;margin-top:6px;width:45px}.post-lines i+i{width:27px;margin-top:4px}.bubble-heart{position:absolute;right:29px;top:42px;background:#8059b2;box-shadow:0 5px 13px #cab9e3;border-radius:12px;color:#fff;padding:7px 13px;font-size:25px;transform:rotate(10deg)}.tiny-spark{position:absolute;top:18px;left:32px;color:#a68dcb;font-size:29px}.video-tile{height:109px;width:71px;border-radius:13px;background:#3b2b57;transform:rotate(10deg);border:5px solid #d4c3eb;box-shadow:6px 5px 0 #f0eafa;display:flex;align-items:center;justify-content:center}.video-tile>span{color:#e6d8ff;font-size:25px}.video-tile i{position:absolute;bottom:13px;left:9px;width:31px;height:3px;background:#bba3d6}.video-tile i+i{bottom:7px;width:22px}.music{position:absolute;right:33px;top:47px;font-size:55px;color:#9474bd;transform:rotate(-13deg)}.play-tile{background:#dfd0f3;width:94px;height:63px;border-radius:18px;text-align:center;padding-top:15px;color:#7959a6;font-size:26px;transform:rotate(-10deg);position:absolute;left:31px;top:29px}.mini-bars{position:absolute;bottom:19px;right:24px;display:flex;align-items:flex-end;gap:5px;height:66px}.mini-bars i{width:13px;border-radius:5px 5px 0 0;background:#bc9edc;height:20px}.mini-bars i:nth-child(2){height:30px}.mini-bars i:nth-child(3){height:37px}.mini-bars i:nth-child(4){height:50px}.mini-bars i:nth-child(5){height:61px;background:#8c65bc}.chat{position:absolute;padding:11px 16px;font-size:13px;border-radius:14px}.chat.one{left:23px;top:23px;transform:rotate(-7deg);background:#d8c6ec;color:#7f57b0}.chat.two{right:15px;bottom:28px;background:#f0e9f8;font-size:12px;transform:rotate(5deg)}.tg-art>svg{position:absolute;width:38px;height:38px;right:22px;top:16px;color:#9778bc;fill:#f6f0ff;transform:rotate(14deg)}.platform-card h3{font-size:16px;letter-spacing:-.3px;margin:0 0 10px;font-family:Manrope;font-weight:800}.platform-card p{font-size:12px;line-height:1.7;color:var(--muted);min-height:42px;margin:0}.chips{display:flex;gap:4px;flex-wrap:wrap;margin:17px 0}.chips span{font-size:9px;border-radius:5px;background:#f5f2fa;color:#70617f;padding:5px 7px}.card-link{display:flex;width:100%;justify-content:space-between;padding:17px 0;background:none;border:0;border-top:1px solid #eee8f4;font-size:11px;font-weight:700;color:var(--ink)}.card-link:hover{color:var(--purple)}.creator-section{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;padding-top:10px;padding-bottom:100px}.creator-photo{position:relative}.creator-photo img{width:100%;height:460px;object-fit:cover;object-position:48% center;border-radius:25px}.floating-like{position:absolute;bottom:29px;right:-20px;display:flex;align-items:center;gap:13px;background:#fff;padding:17px 23px;border-radius:14px;box-shadow:0 5px 30px #27163b18;transform:rotate(-5deg);font-size:15px;font-weight:700}.floating-like svg{color:#8e67ca;fill:#eee4fa;width:29px;height:29px}.creator-copy h2{font-size:42px;margin-top:17px}.creator-copy h2 span{color:var(--purple)}.creator-copy>p{font-size:14px;line-height:1.8;color:var(--muted);max-width:360px;margin:22px 0}.creator-copy ol{list-style:none;margin:0;padding:0}.creator-copy li{display:flex;gap:19px;align-items:flex-start;margin-top:25px}.creator-copy li>span{background:#efe8fa;color:#8d6ab8;border-radius:10px;min-width:35px;height:35px;text-align:center;padding-top:9px;font-size:11px;font-weight:600}.creator-copy li h3{font-size:14px;margin:0 0 6px}.creator-copy li p{font-size:12px;color:var(--muted);margin:0;line-height:1.6}.auto{background:#f0eafa;border-radius:28px;display:grid;grid-template-columns:1fr 1fr;gap:80px;padding:46px 55px;max-width:1176px}.auto h2{font-size:36px}.auto p{font-size:13px;color:var(--muted);line-height:1.9;max-width:380px}.auto .text-link{font-size:12px;margin-top:9px}.auto-art{background:#fff;border-radius:18px;padding:28px;box-shadow:0 12px 35px #846c9c10;transform:rotate(-3deg);align-self:center}.schedule-label{font-size:10px;letter-spacing:1px;color:#97859f}.days,.schedule{display:grid;grid-template-columns:repeat(7,1fr);text-align:center;gap:8px}.days{font-size:10px;color:#b1a9b9;margin:22px 0 11px}.schedule>span{background:#f4eefb;border-radius:6px;padding:9px 0;color:#9f7fc5;font-size:17px}.schedule>span:nth-child(2n){background:#9b7bc9;color:#fff}.chart{margin-top:17px;height:65px;background:repeating-linear-gradient(0deg,#fff,#fff 20px,#f3eef8 21px)}.chart svg{width:100%;height:100%;color:#b79bd6;stroke-width:2}.chart-caption{display:block;text-align:center;color:#b0a1bd;font-size:9px;margin-top:10px}.faq{display:grid;grid-template-columns:1fr 1.3fr;gap:80px;padding-top:110px;padding-bottom:80px}.faq>div>p{color:var(--muted);font-size:13px;line-height:1.8;max-width:280px}.faq-list details{border-bottom:1px solid var(--line);padding:0 0 18px;margin-bottom:20px}.faq-list summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;gap:20px;font-size:14px;font-weight:600;align-items:center}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{font-size:23px;color:#9a81bd;font-weight:400}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list p{font-size:12px;color:var(--muted);line-height:1.9;margin:12px 30px 0 0}.bottom-cta{max-width:1176px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:25px;padding:38px 0}.bottom-cta h2{font-size:30px;margin:0}.bottom-cta p{color:var(--muted);font-size:13px;margin-bottom:0}footer{padding-top:43px;padding-bottom:35px;display:flex;align-items:center;gap:30px;flex-wrap:wrap}footer .logo{font-size:27px}footer p,footer>span{font-size:10px;color:var(--muted)}footer>span{margin-left:auto}.preview-tag{flex-basis:100%;text-align:center;margin-top:5px;color:#aca3b6!important}.mobile-nav{display:none}dialog{border:1px solid var(--line);border-radius:22px;padding:35px;max-width:420px;width:calc(100% - 40px);color:var(--ink)}dialog::backdrop{background:#23133780;backdrop-filter:blur(3px)}dialog h2{font-size:30px}dialog p{font-size:14px;line-height:1.7;color:var(--muted)}#close-dialog{position:absolute;right:15px;top:10px;font-size:27px;border:0;background:none;color:var(--muted)}.skip{position:absolute;top:-100px}.skip:focus{top:5px;background:white;padding:15px;z-index:10}@media(min-width:1400px){.hero{padding-top:78px;padding-bottom:105px}}@media(max-width:1050px){.hero{grid-template-columns:1fr 420px;gap:35px}.hero h1{font-size:59px}.hero-heart{right:0;width:35px}.header nav{gap:18px}.service-grid{grid-template-columns:repeat(2,1fr)}.card-art{height:155px}.creator-section{gap:45px}.auto{margin-left:32px;margin-right:32px;gap:35px;padding:35px}.bottom-cta{margin-left:32px;margin-right:32px}.faq{gap:35px}.platform-line{gap:16px}.hero-copy>p{font-size:15px}}
@media(max-width:760px){.wrap{padding-left:22px;padding-right:22px}.header{height:83px;gap:15px}.header .logo{font-size:29px}.header nav,.signin{display:none}.button.small{padding:11px 17px;font-size:12px}.hero{grid-template-columns:1fr;gap:31px;padding-top:28px;padding-bottom:58px}.hero h1{font-size:54px;letter-spacing:-2.8px;margin:20px 0}.hero h1 br:nth-of-type(2){display:none}.hero h1>span{display:block}.hero-heart{top:56px;right:7px;width:34px;height:34px}.hero-copy .eyebrow{font-size:10px;letter-spacing:1px}.hero-copy>p{font-size:14px;line-height:1.8;margin:0 0 19px;max-width:340px}.platform-line{margin-top:23px;gap:22px}.platform-line span{max-width:none;font-size:10px}.hero-copy>.text-link{font-size:12px}.calculator{padding:25px 23px 17px;border-radius:23px}.calculator h2{font-size:24px}.calculator-heading{margin-bottom:15px}label{margin-top:18px}.total{margin-top:0}.services{padding-bottom:57px}.section-head{display:block}.section-head h2{font-size:32px}.section-head p{font-size:12px;margin-top:16px}.service-grid{gap:11px}.platform-card{padding:16px 13px 0;border-radius:15px}.card-top{gap:8px}.card-top>svg{width:21px;height:21px}.card-top>span{font-size:9px}.card-art{height:122px}.platform-card h3{font-size:13px;line-height:1.5;min-height:39px}.platform-card p{font-size:11px;min-height:56px}.chips{gap:3px;margin:10px 0;min-height:40px;align-content:start}.chips span{font-size:8px;padding:4px 5px}.card-link{font-size:10px;padding:14px 0}.bubble-heart{right:4px;font-size:20px;padding:5px 10px}.tiny-spark{left:9px}.music{right:7px;font-size:44px}.play-tile{left:6px;width:79px}.mini-bars{right:6px}.mini-bars i{width:10px}.chat.one{left:3px;padding:9px 10px}.chat.two{right:0;font-size:10px;padding:8px 10px}.tg-art>svg{right:4px}.creator-section{grid-template-columns:1fr;gap:35px;padding-bottom:58px}.creator-photo img{height:330px}.floating-like{right:-7px;bottom:23px;padding:13px 16px;font-size:13px}.creator-copy h2{font-size:34px}.creator-copy>p{margin:17px 0}.creator-copy li{margin-top:21px}.auto{grid-template-columns:1fr;gap:27px;padding:29px 22px;margin:0 22px;border-radius:22px}.auto h2{font-size:31px}.auto-art{padding:23px 18px;transform:rotate(-2deg)}.faq{grid-template-columns:1fr;gap:25px;padding-top:65px;padding-bottom:38px}.faq h2{font-size:32px}.faq-list summary{font-size:13px}.bottom-cta{margin:0 22px;padding:30px 0;display:block}.bottom-cta h2{font-size:25px;letter-spacing:-1px}.bottom-cta .button{margin-top:21px;padding:16px 21px;font-size:13px}footer{gap:13px;padding-top:30px;padding-bottom:100px}footer p{width:100%;margin:0}footer>span{margin-left:0}.preview-tag{text-align:left}.mobile-nav{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:space-around;background:#ffffffed;backdrop-filter:blur(12px);border-top:1px solid #ece5f4;padding:12px 10px max(12px,env(safe-area-inset-bottom));z-index:20}.mobile-nav a,.mobile-nav button{display:flex;flex-direction:column;align-items:center;gap:5px;font-size:9px;color:#8b8197;border:0;background:none;min-width:53px}.mobile-nav a:first-child{color:var(--purple)}.mobile-nav svg{width:21px;height:21px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
