.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000b3;justify-content:center;align-items:center;padding:24px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.modal{background:linear-gradient(160deg,#1e1932fa 0%,#0f0c1efa 100%);border:1px solid #ffffff1a;border-radius:24px;width:100%;max-width:440px;padding:40px 36px;animation:.25s slideUp;position:relative}.modal__close{cursor:pointer;background:#ffffff14;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s;display:flex;position:absolute;top:16px;right:16px}.modal__close:hover{background:#ffffff26}.modal__logo{letter-spacing:-.02em;background:linear-gradient(135deg,#c8b4f0,#a78bfa);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:20px;font-size:1.5rem;font-weight:800}.modal__title{color:#fff;margin:0 0 8px;font-size:1.5rem;font-weight:700}.modal__subtitle{color:#ffffff8c;margin:0 0 28px;font-size:.95rem;line-height:1.5}.modal__subtitle strong{color:#ffffffd9}.modal__form{flex-direction:column;gap:20px;display:flex}.modal__field{flex-direction:column;gap:6px;display:flex}.modal__field label{color:#fff9;font-size:.85rem;font-weight:500}.modal__field input,.modal__field select{color:#fff;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:10px;outline:none;padding:12px 14px;font-size:.95rem;transition:border-color .2s}.modal__field input::placeholder,.modal__field select::placeholder{color:#ffffff4d}.modal__field input:focus,.modal__field select:focus{border-color:#a78bfa80}.modal__phone-group{gap:8px;display:flex}.modal__phone-group select{color:#fff;cursor:pointer;appearance:none;text-align:center;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:10px;outline:none;flex-shrink:0;width:90px;padding:12px 10px;font-size:.95rem}.modal__phone-group select:focus{border-color:#a78bfa80}.modal__phone-group select option{color:#fff;background:#1a1530}.modal__phone-group input{flex:1;min-width:0}.modal__submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#b07ee8,#9060d4);border:none;border-radius:12px;width:100%;margin-top:4px;padding:14px;font-size:1rem;font-weight:600;transition:all .25s}.modal__submit:hover{background:linear-gradient(135deg,#c090f0,#a070e0)}@media (max-width:480px){.modal{padding:28px 20px}.modal__phone-group select{width:80px}}
.header{z-index:50;justify-content:center;padding:16px 24px;display:flex;position:fixed;top:0;left:0;right:0}.header__pill{background:#393939;border-radius:9999px;align-items:center;width:100%;max-width:1152px;padding:0 5px 0 15px;display:flex;position:relative;overflow:hidden}.header__pill:before{content:"";-webkit-mask-composite:xor;pointer-events:none;border-radius:9999px;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.header__logo{color:#fff;margin-top:5px;font-family:Salita,Georgia,serif;font-size:2rem;font-weight:400}.header__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;margin-left:auto;padding:8px;display:none}.header__hamburger span{background:#fff;border-radius:2px;width:22px;height:2px;transition:all .3s;display:block}.header__hamburger--open span:first-child{transform:rotate(45deg)translate(5px,5px)}.header__hamburger--open span:nth-child(2){opacity:0}.header__hamburger--open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.header__nav{align-items:center;gap:20px;margin-left:auto;display:flex}.header__link{color:#fffc;font-size:15px;font-weight:500;text-decoration:none;transition:color .2s}.header__link:hover{color:#fff}.header__button{color:#fff;cursor:pointer;isolation:isolate;background:#2d2d2d;border:none;border-radius:9999px;padding:7px 10px;font-family:inherit;font-size:15px;font-weight:600;position:relative;overflow:hidden}.header__button:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#ffffff59 0%,#ffffff26 40%,#ffffff0d 100%);border-radius:9999px;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.header__button:hover{background:#3a3a3a}@media (max-width:768px){.header{padding:12px 16px}.header__pill{border-radius:16px;flex-wrap:wrap;padding:10px 16px}.header__logo{font-size:1.6rem}.header__hamburger{display:flex}.header__nav{flex-direction:column;align-items:stretch;gap:0;width:100%;padding:8px 0 4px;display:none}.header__nav--open{display:flex}.header__link{text-align:center;border-bottom:1px solid #ffffff14;padding:8px 0;font-size:15px;display:block}.header__button{width:100%;margin-top:4px;padding:8px 16px;font-size:15px}}
.hero{flex-direction:column;justify-content:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.hero__flower{pointer-events:none;width:750px;height:750px;position:absolute;top:40%;right:0;transform:translateY(-50%)translate(5%)}.hero__flower img{object-fit:contain}.hero__content{z-index:10;width:100%;margin-top:50px;position:relative}.hero__title{color:#fff;letter-spacing:-.04em;white-space:nowrap;width:100vw;margin:0 0 0 calc(50% - 50vw);padding-left:0;font-size:clamp(5rem,18vw,25rem);font-weight:700;line-height:.85}.hero__title--layer{width:auto;margin-left:36px;padding-left:.5rem;line-height:.9}.hero__subtitle{letter-spacing:-.02em;background:linear-gradient(90deg,#6b5b95 0%,#9b8bb9 100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin:50px 0 0;padding-left:1rem;font-size:clamp(1.5rem,5vw,4.5rem);font-weight:700}.hero__cta{z-index:10;justify-content:center;margin-top:80px;display:flex;position:relative}.hero__button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#5d4e7a 0%,#7b6b9a 100%);border:none;border-radius:9999px;padding:10px 18px;font-family:inherit;font-size:18px;font-weight:500;transition:all .3s;position:relative;overflow:hidden}.hero__button:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#fff3 0%,#ffffff0d 100%);border-radius:9999px;padding:2px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.hero__button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #5d4e7a4d}@media (max-width:1024px){.hero__flower{width:650px;height:650px}}@media (max-width:768px){.hero{min-height:auto;padding-top:80px;padding-bottom:40px}.hero__flower{width:350px;height:350px;top:20%;transform:translateY(-50%)translate(15%)}.hero__content{margin-top:20px}.hero__title--layer{margin-left:16px;padding-left:.25rem}.hero__subtitle{margin-top:16px;padding-left:.5rem}.hero__cta{margin-top:32px}.hero__button{padding:12px 24px;font-size:16px}}@media (max-width:480px){.hero{padding-top:70px;padding-bottom:32px}.hero__flower{width:250px;height:250px;top:45%;transform:translateY(-50%)translate(20%)}.hero__content{margin-top:10px}.hero__title--layer{margin-left:8px}.hero__subtitle{margin-top:12px}.hero__cta{margin-top:24px}}
.features{flex-direction:column;align-items:center;min-height:100vh;padding:100px 24px;display:flex;position:relative;overflow:hidden}.features__background{z-index:0;position:absolute;inset:0}.features__background img{object-fit:cover}.features__content{z-index:10;flex-direction:column;align-items:center;width:100%;max-width:1200px;display:flex;position:relative}.features__title{color:#fff;text-align:center;letter-spacing:-.02em;margin:0 0 16px;font-size:clamp(2rem,6vw,4rem);font-weight:700}.features__subtitle{color:#ffffffb3;text-align:center;max-width:600px;margin:0 0 60px;padding:0 16px;font-size:clamp(.95rem,2vw,1.25rem);font-weight:400}.features__browser{justify-content:center;width:100%;max-width:1000px;display:flex;position:relative}.features__browser img{border-radius:12px;width:100%;height:auto}@media (max-width:768px){.features{min-height:auto;padding:48px 16px}.features__subtitle{margin-bottom:32px}.features__browser img{border-radius:8px}}@media (max-width:480px){.features{padding:36px 12px}.features__subtitle{margin-bottom:24px}}
.discover{background:#000;position:relative;overflow:hidden}.discover__bg-top{z-index:0;height:45%;position:absolute;top:0;left:0;right:0}.discover__bg-top img{object-fit:cover}.discover__bg-bottom{z-index:0;height:45%;position:absolute;bottom:0;left:0;right:0}.discover__bg-bottom img{object-fit:cover}.discover__wrapper{z-index:1;max-width:1100px;margin:0 auto;padding:0 clamp(16px,3vw,48px);position:relative}.discover__svg{width:100%;height:auto;display:block}.discover__svg-title{fill:#fff;letter-spacing:-.01em;font-family:inherit;font-size:65px;font-weight:300}.discover__svg-title--lg{font-size:80px}.discover__svg-sub{fill:#ffffffb3;letter-spacing:.01em;font-family:inherit;font-size:18px;font-weight:400}@media (max-width:768px){.discover__wrapper{padding:0 12px}}
.stats{background:#000;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:100px 24px;display:flex;position:relative;overflow:hidden}.stats__glow{filter:blur(60px);pointer-events:none;background:radial-gradient(at 40%,#00b4824d 0%,#0000 50%),radial-gradient(at 60%,#8c50c840 0%,#0000 50%);width:80%;height:250px;position:absolute;top:-100px;left:50%;transform:translate(-50%)}.stats__content{z-index:10;flex-direction:column;align-items:center;width:100%;max-width:1200px;display:flex;position:relative}.stats__headline{align-items:center;gap:32px;margin-bottom:48px;display:flex}.stats__number{color:#fff;letter-spacing:-.03em;margin:0;font-size:clamp(4rem,14vw,12rem);font-weight:900;line-height:1}.stats__text{flex-direction:column;gap:4px;display:flex}.stats__text-top{color:#ffffffd9;letter-spacing:-.01em;font-size:clamp(.85rem,2.2vw,1.65rem);font-weight:300}.stats__text-bottom{color:#fff;letter-spacing:-.02em;font-size:clamp(1.4rem,4vw,3.2rem);font-weight:400;line-height:1.1}.stats__subtitle{color:#ffffffb3;text-align:center;letter-spacing:-.01em;margin:0 0 48px;padding:0 16px;font-size:clamp(1rem,2.5vw,1.65rem);font-weight:300}.stats__button{color:#fff;cursor:pointer;letter-spacing:-.01em;background:#3b5cc6;border:none;border-radius:9999px;padding:16px 40px;font-family:inherit;font-size:1.15rem;font-weight:600;transition:all .3s}.stats__button:hover{background:#4568d4;transform:translateY(-2px);box-shadow:0 10px 30px #3b5cc666}@media (max-width:768px){.stats{min-height:auto;padding:48px 16px}.stats__headline{text-align:center;flex-direction:column;gap:4px;margin-bottom:20px}.stats__text{align-items:center}.stats__subtitle{margin-bottom:24px}.stats__button{padding:14px 32px;font-size:1rem}}@media (max-width:480px){.stats{padding:36px 12px}.stats__headline{margin-bottom:16px}.stats__subtitle{margin-bottom:20px}.stats__button{width:100%;max-width:300px;padding:12px 28px;font-size:.95rem}}
.brand{background:#000;padding:100px 24px 80px;position:relative;overflow:hidden}.brand__glow{z-index:0;pointer-events:none;height:600px;position:absolute;top:40px;left:0%;right:0}.brand__glow img{object-fit:contain;object-position:center top}.brand__content{z-index:1;max-width:1100px;margin:0 auto;position:relative}.brand__title{color:#fff;letter-spacing:-.02em;margin:0 0 60px;font-size:clamp(2rem,7vw,4.5rem);line-height:1.15}.brand__title-light{font-family:var(--font-poppins),"Poppins",sans-serif;font-weight:300}.brand__title-bold{font-family:var(--font-poppins),"Poppins",sans-serif;font-weight:600}.brand__mockups{border-radius:12px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 20px 60px #00000080}.brand__mockup img{width:100%;height:auto;display:block}.listingBackground{justify-content:center;align-items:center;width:100%;height:auto;display:flex}.listingBackground img{max-width:100%;height:auto}.listingButton{justify-content:center;align-items:center;margin-top:40px;display:flex}@media (max-width:768px){.brand{padding:80px 16px 60px}.brand__title{margin-bottom:40px}.brand__mockups{border-radius:8px}.listingButton{margin-top:24px}}@media (max-width:480px){.brand{padding:60px 12px 40px}.brand__title{margin-bottom:28px}}
.pricing{background:radial-gradient(at 50% 0,#7850b426 0%,#0000 60%),#0a0a12;flex-direction:column;align-items:center;padding:100px 24px;display:flex;position:relative}.pricing__header{text-align:center;margin-bottom:60px}.pricing__title{color:#fff;letter-spacing:-.02em;background:linear-gradient(90deg,#e0d4f7,#c9a8f0,#f0c8a8,#e0d4f7) 0 0/200%;-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin:0 0 16px;font-size:clamp(2.5rem,6vw,4rem);font-weight:700}.pricing__subtitle{color:#fffc;margin:0;font-size:clamp(1rem,2vw,1.25rem);font-weight:500}.pricing__cards{grid-template-columns:repeat(3,1fr);align-items:start;gap:24px;width:100%;max-width:1100px;display:grid}.pricing__card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(160deg,#ffffff0f 0%,#ffffff05 100%);border:1px solid #ffffff1a;border-radius:20px;padding:40px 32px;transition:transform .3s,border-color .3s;position:relative}.pricing__card:hover{border-color:#fff3;transform:translateY(-4px)}.pricing__card--popular{background:linear-gradient(160deg,#b482ff1a 0%,#7850c80d 100%);border-color:#b482ff66}.pricing__card--popular:hover{border-color:#b482ff99}.pricing__badge{color:#d4c4f0;letter-spacing:.02em;background:#b4a0dc40;border:1px solid #c8b4f04d;border-radius:20px;padding:4px 20px;font-size:.8rem;font-weight:600;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing__plan-name{background:linear-gradient(135deg,#c8b4f0,#a78bfa);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin:0 0 12px;font-size:1.75rem;font-weight:700}.pricing__plan-desc{color:#fff9;min-height:48px;margin:0 0 32px;font-size:.95rem;line-height:1.6}.pricing__price{align-items:baseline;gap:2px;margin-bottom:28px;display:flex}.pricing__currency{color:#ffffffb3;align-self:flex-start;margin-top:8px;font-size:1.5rem;font-weight:500}.pricing__amount{color:#fff;letter-spacing:-.02em;font-size:3rem;font-weight:800;line-height:1}.pricing__suffix{color:#ffffff80;margin-left:4px;font-size:1rem}.pricing__custom{color:#fff;letter-spacing:-.02em;font-size:3rem;font-weight:800;line-height:1}.pricing__cta{text-align:center;cursor:pointer;color:#fff;background:#ffffff14;border:1px solid #ffffff26;border-radius:12px;width:100%;margin-bottom:32px;padding:14px 0;font-size:1rem;font-weight:600;text-decoration:none;transition:all .25s;display:block}.pricing__cta:hover{background:#ffffff24;border-color:#ffffff40}.pricing__cta--popular{color:#fff;background:linear-gradient(135deg,#b07ee8,#9060d4);border:none}.pricing__cta--popular:hover{background:linear-gradient(135deg,#c090f0,#a070e0)}.pricing__features{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.pricing__feature{color:#ffffffd9;align-items:flex-start;gap:12px;font-size:.95rem;line-height:1.4;display:flex}.pricing__feature svg{flex-shrink:0;margin-top:2px}.pricing__feature--header{color:#ffffff80;text-transform:uppercase;letter-spacing:.04em;border-top:1px solid #ffffff14;padding-top:8px;font-size:.85rem;font-weight:600}@media (max-width:960px){.pricing{padding:80px 20px}.pricing__cards{grid-template-columns:repeat(2,1fr);gap:24px;max-width:700px}.pricing__card:last-child:nth-child(odd){grid-column:1/-1;justify-self:center;max-width:340px}.pricing__card{padding:36px 28px}}@media (max-width:640px){.pricing{padding:60px 16px}.pricing__header{margin-bottom:40px}.pricing__cards{grid-template-columns:1fr;gap:28px;max-width:420px}.pricing__card:last-child:nth-child(odd){max-width:none}.pricing__card{padding:28px 20px}.pricing__plan-name{font-size:1.5rem}.pricing__amount,.pricing__custom{font-size:2.5rem}.pricing__feature{font-size:.9rem}}
.list-cta{background:#0a0a0a radial-gradient(#ffffff09 1px,#0000 1px) 0 0/20px 20px;padding:20px 24px 120px;position:relative;overflow:hidden}.list-cta__content{flex-direction:column;align-items:center;max-width:1100px;margin:0 auto;display:flex}.list-cta__scene{perspective:1200px;perspective-origin:50% 45%;width:100%;max-width:900px;margin-bottom:80px;padding-top:20px}.list-cta__fold{transform-style:preserve-3d;transform-origin:top}.list-cta__fold--1{transform:rotateX(-45deg)rotateY(-8deg)rotate(-2deg)}.list-cta__fold--2{transform:rotateX(90deg)}.list-cta__fold--3{transform:rotateX(-90deg)}.list-cta__fold--4{transform:rotateX(90deg)}.list-cta__face{align-items:center;height:clamp(80px,18vw,200px);padding:0 clamp(16px,5vw,60px);display:flex;position:relative}.list-cta__face span{color:#fff;letter-spacing:-.03em;text-shadow:0 4px 15px #00000040;font-size:clamp(1.8rem,9vw,7rem);font-style:italic;font-weight:800;line-height:1}.list-cta__face:after{content:"";background:#00000026;height:3px;position:absolute;bottom:0;left:0;right:0}.list-cta__face--pink{background:linear-gradient(160deg,#e8c4bf 0%,#d4a19b 50%,#c08f89 100%)}.list-cta__face--pink span{color:#3c282899}.list-cta__face--silver{background:linear-gradient(160deg,#d0d0d0 0%,#a8a8a8 40%,gray 100%)}.list-cta__face--blue{background:linear-gradient(160deg,#6fa3e0 0%,#4d85cc 40%,#3568b0 100%)}.list-cta__face--green{background:linear-gradient(160deg,#8fd4a8 0%,#6bbd8a 40%,#4fa070 100%)}.list-cta__button{color:#e5e5e5;cursor:pointer;background-color:#000;background-image:linear-gradient(#000,#000),linear-gradient(360deg,#fff,#0000);background-position:0 0;background-repeat:repeat;background-size:auto;background-attachment:scroll;background-origin:border-box;background-clip:padding-box,border-box;border:2px solid #0000;border-radius:50px;padding:8px 20px;font-family:inherit;font-size:18px;display:inline-block}.list-cta__button:hover{transition:transform .2s ease-in-out;transform:translateY(-2px)}@media (max-width:768px){.list-cta{padding:20px 16px 80px}.list-cta__scene{margin-bottom:60px}.list-cta__button{padding:10px 24px;font-size:16px}}@media (max-width:480px){.list-cta{padding:16px 12px 60px}.list-cta__scene{margin-bottom:40px}.list-cta__button{text-align:center;width:100%;max-width:280px;padding:10px 20px;font-size:15px}}
.footer{background:#000;width:100%}.footer__hero{width:100%;position:relative}.footer__black-bar{background:#000;width:100%;height:clamp(3rem,10vw,9rem)}.footer__logo-wrap{z-index:3;pointer-events:none;text-align:center;position:absolute;top:clamp(.5rem,2.5vw,2.5rem);left:0;right:0}.footer__logo-text{letter-spacing:-.03em;background:linear-gradient(#fff 50%,#000 50%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-family:Salita,Georgia,serif;font-size:clamp(6rem,20vw,18rem);font-weight:400;line-height:1}.footer__image{aspect-ratio:16/9;width:100%;position:relative}.footer__image img{object-fit:cover}.footer__bottom{background:#e8e5de;padding:40px 48px}.footer__nav{flex-wrap:wrap;align-items:center;gap:48px;margin-bottom:20px;display:flex}.footer__link{color:#1a1a1a;font-size:1rem;font-weight:500;text-decoration:none;transition:color .2s}.footer__link:hover{color:#555}.footer__link--btn{cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit}.footer__copyright{color:#1a1a1a80;margin:0;font-size:.9rem}@media (max-width:768px){.footer__logo-wrap{padding:0 16px}.footer__image{aspect-ratio:4/3}.footer__bottom{padding:32px 24px}.footer__nav{gap:24px 32px;margin-bottom:16px}.footer__link{font-size:.95rem}}@media (max-width:480px){.footer__logo-wrap{padding:0 12px}.footer__image{aspect-ratio:3/2}.footer__bottom{padding:24px 16px}.footer__nav{flex-direction:column;align-items:flex-start;gap:14px}.footer__link{font-size:1rem}.footer__copyright{margin-top:4px;font-size:.85rem}}
