*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#1e1e1e;background-color:#f4f2f1;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:"Inter Tight","Inter",system-ui,sans-serif;font-weight:700;line-height:1.2;color:#1e1e1e}h1{font-size:clamp(2.25rem,5vw,3.75rem);letter-spacing:-0.02em}h2{font-size:clamp(1.875rem,4vw,3rem);letter-spacing:-0.02em}h3{font-size:clamp(1.5rem,3vw,1.875rem)}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{color:#6b7280;line-height:1.7}a{color:inherit;text-decoration:none;transition:color 150ms ease}a:hover{color:#8a43e1}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}::selection{background-color:rgba(138,67,225,.2);color:#1e1e1e}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f4f2f1}::-webkit-scrollbar-thumb{background:#ded8d3;border-radius:100px}::-webkit-scrollbar-thumb:hover{background:#6b7280}:focus-visible{outline:2px solid #8a43e1;outline-offset:2px}.container{width:100%;max-width:1240px;margin:0 auto;padding:0 1.5rem}@media(min-width: 1024px){.container{padding:0 40px}}.section{padding:4rem 0}@media(min-width: 1024px){.section{padding:6rem 0}}.section-header{text-align:center;max-width:720px;margin:0 auto 3rem}.section-header h2{margin-bottom:1rem}.section-header p{font-size:1.125rem}.divider{height:1px;background-color:#ded8d3;width:100%}.gradient-text{background:linear-gradient(180deg, #ff2f2f, #ef7b16, #8a43e1, #d511fd);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.gradient-border{position:relative}.gradient-border::before{content:"";position:absolute;inset:0;padding:2px;border-radius:inherit;background:linear-gradient(180deg, #ff2f2f, #ef7b16, #8a43e1, #d511fd);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.nav{position:fixed;top:0;left:0;right:0;z-index:30;padding:1rem 0;transition:all 250ms ease}.nav.scrolled{background:rgba(244,242,241,.8);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border-bottom:1px solid rgba(222,216,211,.5)}.nav.menu-open{background:#f4f2f1;border-bottom:1px solid rgba(222,216,211,.5)}.nav__container{display:flex;align-items:center;justify-content:space-between;gap:2rem}.nav__logo{display:flex;align-items:center;gap:.75rem;font-family:"Inter Tight","Inter",system-ui,sans-serif;font-weight:700;font-size:1.25rem;color:#1e1e1e}.nav__logo img,.nav__logo svg{height:32px;width:auto}.nav__menu{display:none;align-items:center;gap:.5rem}@media(min-width: 1024px){.nav__menu{display:flex}}.nav__link{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#6b7280;border-radius:100px;transition:all 150ms ease}.nav__link:hover,.nav__link.active{color:#1e1e1e;background:rgba(30,30,30,.05)}.nav__link svg{width:16px;height:16px}.nav__actions{display:flex;align-items:center;gap:.75rem}.nav__cta{display:none}@media(min-width: 768px){.nav__cta{display:flex}}.nav__toggle{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:rgba(0,0,0,0);border:1px solid #ded8d3;border-radius:.75rem;cursor:pointer;transition:all 150ms ease}@media(min-width: 1024px){.nav__toggle{display:none}}.nav__toggle:hover{background:rgba(30,30,30,.05)}.nav__toggle svg{width:24px;height:24px;color:#1e1e1e}.nav__toggle[aria-expanded=true] .nav__toggle-open{display:none}.nav__toggle[aria-expanded=true] .nav__toggle-close{display:block}.nav__toggle[aria-expanded=false] .nav__toggle-close,.nav__toggle:not([aria-expanded]) .nav__toggle-close{display:none}.nav__mobile{position:fixed;top:72px;left:0;right:0;bottom:0;background:#f4f2f1;padding:1.5rem;transform:translateX(100%);transition:transform 250ms ease;z-index:50}@media(min-width: 1024px){.nav__mobile{display:none}}.nav__mobile.active{transform:translateX(0)}.nav__mobile-menu{display:flex;flex-direction:column;gap:.5rem}.nav__mobile-link{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;font-size:1.125rem;font-weight:500;color:#1e1e1e;border-radius:1rem;transition:all 150ms ease}.nav__mobile-link:hover{background:rgba(30,30,30,.05)}.nav__mobile-link svg{width:20px;height:20px;color:#6b7280}.nav__mobile-cta{margin-top:1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:.875rem;font-weight:500;text-align:center;text-decoration:none;border:none;border-radius:100px;cursor:pointer;transition:all 250ms ease;white-space:nowrap}.btn:disabled{opacity:.6;cursor:not-allowed}.btn svg{width:18px;height:18px;flex-shrink:0}.btn--primary{position:relative;color:#fff;background:linear-gradient(180deg, #3a3a3a, #1a1a1a);box-shadow:0 1px 3px rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.1)}.btn--primary:hover{background:linear-gradient(180deg, #4a4a4a, #2a2a2a);box-shadow:0 4px 12px rgba(0,0,0,.15);transform:translateY(-1px)}.btn--primary:active{transform:translateY(0);box-shadow:0 1px 3px rgba(0,0,0,.2)}.btn--secondary{color:#1e1e1e;background:rgba(0,0,0,0);border:1px solid #ded8d3}.btn--secondary:hover{background:rgba(30,30,30,.05);border-color:#6b7280}.btn--ghost{color:#6b7280;background:rgba(0,0,0,0)}.btn--ghost:hover{color:#1e1e1e;background:rgba(30,30,30,.05)}.btn--gradient{color:#fff;background:linear-gradient(135deg, #8a43e1, #d511fd);border:none}.btn--gradient:hover{transform:translateY(-2px);box-shadow:0 4px 20px rgba(139,92,246,.4)}.btn--white{color:#1e1e1e;background:#fff}.btn--white:hover{background:hsl(0,0%,95%);transform:translateY(-2px)}.btn--sm{padding:.5rem 1rem;font-size:.75rem}.btn--lg{padding:1rem 2rem;font-size:1rem}.btn--xl{padding:1.25rem 2.5rem;font-size:1.125rem}.btn--full{width:100%}.btn--icon{padding:.75rem;width:44px;height:44px}.btn--icon.btn--sm{padding:.5rem;width:36px;height:36px}.btn--icon.btn--lg{padding:1rem;width:52px;height:52px}.btn-group{display:flex;flex-wrap:wrap;gap:.75rem}.btn-group--center{justify-content:center}.link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#1e1e1e;transition:all 150ms ease}.link svg{width:16px;height:16px;transition:transform 150ms ease}.link:hover{color:#8a43e1}.link:hover svg{transform:translateX(4px)}.link--muted{color:#6b7280}.link--muted:hover{color:#1e1e1e}.card{background:#fff;border-radius:1.25rem;box-shadow:0 1px 1px rgba(0,0,0,.1),0 3px 8px rgba(0,0,0,.05);overflow:hidden;transition:all 250ms ease}.card:hover{box-shadow:0 4px 20px rgba(0,0,0,.1);transform:translateY(-4px)}.card__image{width:100%;aspect-ratio:16/9;object-fit:cover}.card__content{padding:1.5rem}.card__header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.card__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:rgba(138,67,225,.1);border-radius:.75rem;color:#8a43e1;flex-shrink:0}.card__icon svg{width:24px;height:24px}.card__title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.card__description{font-size:.875rem;color:#6b7280;line-height:1.6}.card--feature{padding:1.5rem;background:#fff}.card--feature .card__icon{margin-bottom:1rem}.card--pricing{padding:2rem;text-align:center;height:100%;display:flex;flex-direction:column}.card--pricing.popular{position:relative;border:2px solid rgba(0,0,0,0);background:linear-gradient(#ffffff, #ffffff) padding-box,linear-gradient(180deg, #ff2f2f, #ef7b16, #8a43e1, #d511fd) border-box}.card--pricing.popular::before{content:"Most Popular";position:absolute;top:-12px;left:50%;transform:translateX(-50%);padding:.25rem 1rem;background:linear-gradient(135deg, #8a43e1, #d511fd);color:#fff;font-size:.75rem;font-weight:500;border-radius:100px;white-space:nowrap}.card__plan-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;margin:0 auto 1rem;background:rgba(138,67,225,.1);border-radius:1rem}.card__plan-icon svg{width:32px;height:32px;color:#8a43e1}.card__plan-name{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.card__plan-desc{font-size:.875rem;color:#6b7280;margin-bottom:1.5rem}.card__price{font-size:3rem;font-weight:700;line-height:1;margin-bottom:.25rem}.card__price span{font-size:1.125rem;font-weight:400;color:#6b7280}.card__price-period{font-size:.875rem;color:#6b7280;margin-bottom:1.5rem}.card__features{text-align:left;margin-top:auto;padding-top:1.5rem;border-top:1px solid #ded8d3}.card__features li{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem 0;font-size:.875rem;color:#6b7280}.card__features li svg{width:18px;height:18px;color:#8a43e1;flex-shrink:0;margin-top:2px}.card--testimonial{padding:1.5rem;height:100%;display:flex;flex-direction:column}.card--testimonial .card__quote{font-size:1rem;color:#1e1e1e;line-height:1.7;margin-bottom:1.5rem;flex-grow:1}.card--testimonial .card__author{display:flex;align-items:center;gap:.75rem;padding-top:1rem;border-top:1px solid #ded8d3}.card--testimonial .card__avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.card--testimonial .card__author-info h4{font-size:.875rem;font-weight:600;margin-bottom:2px}.card--testimonial .card__author-info p{font-size:.75rem;color:#6b7280}.card--stat{padding:1.5rem 2rem;text-align:center;background:#fff}.card--stat .card__stat-number{font-size:2.25rem;font-weight:700;background:linear-gradient(135deg, #8a43e1, #d511fd);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;margin-bottom:.5rem}.card--stat .card__stat-label{font-size:.875rem;color:#6b7280}.card--static:hover{transform:none;box-shadow:0 1px 1px rgba(0,0,0,.1),0 3px 8px rgba(0,0,0,.05)}.card-grid{display:grid;gap:1.5rem}.card-grid--2{grid-template-columns:repeat(1, 1fr)}@media(min-width: 768px){.card-grid--2{grid-template-columns:repeat(2, 1fr)}}.card-grid--3{grid-template-columns:repeat(1, 1fr)}@media(min-width: 768px){.card-grid--3{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.card-grid--3{grid-template-columns:repeat(3, 1fr)}}.card-grid--4{grid-template-columns:repeat(1, 1fr)}@media(min-width: 640px){.card-grid--4{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.card-grid--4{grid-template-columns:repeat(4, 1fr)}}.badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.75rem;font-weight:500;border-radius:100px;white-space:nowrap}.badge svg{width:14px;height:14px}.badge--default{color:#6b7280;background:rgba(30,30,30,.05);border:1px solid #ded8d3}.badge--primary{color:#8a43e1;background:rgba(138,67,225,.1)}.badge--gradient{position:relative;color:#1e1e1e;background:#fff}.badge--gradient::before{content:"";position:absolute;inset:0;padding:1px;border-radius:inherit;background:linear-gradient(180deg, #ff2f2f, #ef7b16, #8a43e1, #d511fd);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.badge--success{color:#059669;background:rgba(5,150,105,.1)}.badge--warning{color:#ef7b16;background:rgba(239,123,22,.1)}.badge--lg{padding:.75rem 1.25rem;font-size:.875rem}.badge--lg svg{width:16px;height:16px}.badge--counter{font-size:.875rem;font-weight:700}.badge--counter span{background:linear-gradient(135deg, #8a43e1, #d511fd);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.section-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;margin-bottom:1rem;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;background:#fff;border:1px solid #ded8d3;border-radius:100px}.section-badge svg{width:14px;height:14px;color:#8a43e1}.section-badge--dark{color:#9ca3af;background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.2)}.status{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;color:#6b7280}.status__dot{width:8px;height:8px;border-radius:50%;background:#10b981;animation:pulse 2s infinite}.status--warning .status__dot{background:#ef7b16}.status--error .status__dot{background:#ff2f2f}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}.hero{position:relative;padding:160px 0 5rem;overflow:hidden}.hero__bg{position:absolute;inset:0;overflow:hidden;z-index:-1}.hero__bg-blur{position:absolute;border-radius:50%;filter:blur(100px);opacity:.4;animation:float 8s ease-in-out infinite}.hero__bg-blur--1{width:600px;height:600px;top:-200px;right:-100px;background:#8a43e1;animation-delay:0s}.hero__bg-blur--2{width:400px;height:400px;top:100px;left:-100px;background:#d511fd;animation-delay:-2s}.hero__bg-blur--3{width:300px;height:300px;bottom:0;right:20%;background:#ef7b16;animation-delay:-4s}.hero__container{text-align:center;max-width:900px;margin:0 auto}.hero__badge{display:inline-flex;align-items:center;gap:.75rem;padding:.5rem 1rem;margin-bottom:1.5rem;background:#fff;border:1px solid #ded8d3;border-radius:100px;box-shadow:0 1px 2px rgba(0,0,0,.05)}.hero__badge-number{font-size:1.125rem;font-weight:700;background:linear-gradient(135deg, #8a43e1, #d511fd);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.hero__badge-text{font-size:.875rem;color:#6b7280}.hero__title{font-size:clamp(2.25rem,6vw,4.5rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-0.03em}.hero__title .highlight{background:linear-gradient(135deg, #8a43e1, #d511fd);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.hero__subtitle{font-size:clamp(1.125rem,2vw,1.25rem);color:#6b7280;max-width:600px;margin:0 auto 2rem;line-height:1.6}.hero__cta{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2.5rem}.hero__social-proof{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem;margin-bottom:4rem}.hero__avatars{display:flex}.hero__avatars img{width:36px;height:36px;border-radius:50%;border:2px solid #f4f2f1;margin-left:-12px;object-fit:cover}.hero__avatars img:first-child{margin-left:0}.hero__rating{display:flex;align-items:center;gap:.5rem}.hero__rating-stars{display:flex;color:#fbbf24}.hero__rating-stars svg{width:16px;height:16px}.hero__rating-text{font-size:.875rem;color:#6b7280}.hero__rating-text strong{color:#1e1e1e;font-weight:600}.hero__image{position:relative;max-width:1100px;margin:0 auto;border-radius:1.5rem;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.15)}.hero__image img{width:100%;height:auto;display:block}.hero__image::after{content:"";position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(to top, #f4f2f1, transparent);pointer-events:none}.hero__partners{margin-top:5rem;text-align:center}.hero__partners-title{font-size:.875rem;color:#6b7280;margin-bottom:1.5rem}.hero__partners-logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2.5rem}.hero__partners-logos img,.hero__partners-logos svg{height:28px;width:auto;opacity:.5;filter:grayscale(100%);transition:all 250ms ease}.hero__partners-logos img:hover,.hero__partners-logos svg:hover{opacity:1;filter:grayscale(0%)}@keyframes float{0%,100%{transform:translate(0, 0) scale(1)}33%{transform:translate(30px, -30px) scale(1.05)}66%{transform:translate(-20px, 20px) scale(0.95)}}.features{background:#fff}.features__grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width: 768px){.features__grid{grid-template-columns:repeat(2, 1fr)}}.features__card{position:relative;padding:2rem;background:#f4f2f1;border-radius:1.25rem;overflow:hidden;transition:all 250ms ease}.features__card:hover{transform:translateY(-4px);box-shadow:0 4px 20px rgba(0,0,0,.1)}.features__card:hover .features__card-image{transform:scale(1.05)}.features__card-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;margin-bottom:1.25rem;background:#fff;border-radius:1rem;box-shadow:0 1px 2px rgba(0,0,0,.05)}.features__card-icon svg{width:28px;height:28px;color:#8a43e1}.features__card-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.features__card-description{font-size:1rem;color:#6b7280;margin-bottom:1.5rem}.features__card-image{width:100%;border-radius:1rem;box-shadow:0 1px 1px rgba(0,0,0,.1),0 3px 8px rgba(0,0,0,.05);transition:transform 250ms ease}.features__symbols-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:.5rem;padding:.75rem;background:#fff;border-radius:1rem;box-shadow:0 1px 1px rgba(0,0,0,.1),0 3px 8px rgba(0,0,0,.05);transition:transform 250ms ease}.features__symbol-item{display:flex;flex-direction:column;align-items:center;gap:2px;padding:.5rem;background:#f4f2f1;border-radius:.5rem}.features__symbol-item img{width:40px;height:40px;object-fit:contain}.features__symbol-item span{font-size:10px;color:#6b7280;text-align:center}.powerful-features__container{display:grid;gap:3rem;align-items:center}@media(min-width: 1024px){.powerful-features__container{grid-template-columns:1fr 1fr;gap:4rem}}.powerful-features__content h2{margin-bottom:1rem}.powerful-features__content>p{font-size:1.125rem;margin-bottom:2rem}.powerful-features__list{display:flex;flex-direction:column;gap:1rem}.powerful-features__item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#fff;border-radius:1rem;transition:all 250ms ease}.powerful-features__item:hover{transform:translateX(8px);box-shadow:0 1px 1px rgba(0,0,0,.1),0 3px 8px rgba(0,0,0,.05)}.powerful-features__item-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:rgba(138,67,225,.1);border-radius:.75rem;flex-shrink:0}.powerful-features__item-icon svg{width:20px;height:20px;color:#8a43e1}.powerful-features__item-content h4{font-size:1rem;font-weight:600;margin-bottom:.25rem}.powerful-features__item-content p{font-size:.875rem;color:#6b7280}.powerful-features__image{position:relative}.powerful-features__image img{width:100%;border-radius:1.25rem;box-shadow:0 10px 40px rgba(0,0,0,.15)}.powerful-features__image-float{position:absolute;padding:.75rem 1rem;background:#fff;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,.1);font-size:.875rem;font-weight:500;animation:float 4s ease-in-out infinite}.powerful-features__image-float--1{top:20%;left:-20px;animation-delay:0s}.powerful-features__image-float--2{bottom:30%;right:-20px;animation-delay:-2s}.wave-goodbye{padding:5rem 0;background:#1e1e1e;overflow:hidden}.wave-goodbye__title{text-align:center;color:#fff;margin-bottom:2.5rem}.wave-goodbye__title span{background:linear-gradient(180deg, #ff2f2f, #ef7b16, #8a43e1, #d511fd);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.wave-goodbye__scroll{display:flex;gap:2rem;animation:scroll 30s linear infinite}.wave-goodbye__scroll-wrapper{overflow:hidden;mask-image:linear-gradient(to right, transparent, black 10%, black 90%, transparent);-webkit-mask-image:linear-gradient(to right, transparent, black 10%, black 90%, transparent)}.wave-goodbye__item{flex-shrink:0;padding:1rem 2rem;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:100px;font-size:1.125rem;color:hsla(0,0%,100%,.6);white-space:nowrap;transition:all 250ms ease}.wave-goodbye__item:hover{background:hsla(0,0%,100%,.1);color:#fff}.product-overview__container{display:grid;gap:2.5rem}@media(min-width: 1024px){.product-overview__container{grid-template-columns:2fr 1fr;gap:2rem}}.product-overview__main{position:relative}.product-overview__main img{width:100%;border-radius:1.25rem;box-shadow:0 10px 40px rgba(0,0,0,.15)}.product-overview__sidebar{display:grid;gap:1rem;grid-template-columns:repeat(2, 1fr)}@media(min-width: 1024px){.product-overview__sidebar{grid-template-columns:1fr}}.product-overview__mini-card{padding:1.25rem;background:#fff;border-radius:1rem;transition:all 250ms ease}.product-overview__mini-card:hover{transform:translateY(-4px);box-shadow:0 1px 1px rgba(0,0,0,.1),0 3px 8px rgba(0,0,0,.05)}.product-overview__mini-card svg{width:24px;height:24px;color:#8a43e1;margin-bottom:.75rem}.product-overview__mini-card h4{font-size:.875rem;font-weight:600;margin-bottom:.25rem}.product-overview__mini-card p{font-size:.75rem;color:#6b7280}.product-overview__features-list{margin-top:2.5rem;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.product-overview__feature-tag{padding:.5rem 1rem;background:#fff;border:1px solid #ded8d3;border-radius:100px;font-size:.875rem;color:#6b7280;transition:all 150ms ease}.product-overview__feature-tag:hover{border-color:#8a43e1;color:#8a43e1}@keyframes scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.stats{padding:4rem 0;background:#fff}.stats__grid{display:grid;gap:1.5rem;grid-template-columns:repeat(2, 1fr)}@media(min-width: 1024px){.stats__grid{grid-template-columns:repeat(4, 1fr)}}.stats__card{text-align:center;padding:1.5rem;background:#f4f2f1;border-radius:1.25rem;transition:all 250ms ease}.stats__card:hover{transform:translateY(-4px);box-shadow:0 1px 1px rgba(0,0,0,.1),0 3px 8px rgba(0,0,0,.05)}.stats__card-number{font-size:clamp(1.875rem,4vw,3rem);font-weight:700;background:linear-gradient(135deg, #8a43e1, #d511fd);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;margin-bottom:.5rem}.stats__card-label{font-size:.875rem;color:#6b7280}.inline-stats{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;padding:2rem 0;border-top:1px solid #ded8d3;border-bottom:1px solid #ded8d3;margin:2.5rem 0}.inline-stats__item{text-align:center}.inline-stats__item-number{font-size:1.875rem;font-weight:700;color:#1e1e1e;margin-bottom:.25rem}.inline-stats__item-label{font-size:.875rem;color:#6b7280}.success-stats{display:grid;gap:1rem;grid-template-columns:repeat(2, 1fr)}@media(min-width: 768px){.success-stats{grid-template-columns:repeat(4, 1fr)}}.success-stats__card{padding:1.25rem;background:#fff;border-radius:1rem;text-align:center;transition:all 250ms ease}.success-stats__card:hover{transform:translateY(-4px);box-shadow:0 1px 1px rgba(0,0,0,.1),0 3px 8px rgba(0,0,0,.05)}.success-stats__card-number{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg, #8a43e1, #d511fd);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;margin-bottom:.25rem}.success-stats__card-label{font-size:.75rem;color:#6b7280}.rating-display{display:flex;align-items:center;gap:.75rem}.rating-display__stars{display:flex;gap:2px}.rating-display__stars svg{width:20px;height:20px;color:#fbbf24;fill:#fbbf24}.rating-display__text{font-size:.875rem;color:#6b7280}.rating-display__text strong{color:#1e1e1e;font-weight:600}.counter[data-counted=false]{opacity:0;transform:translateY(20px)}.counter[data-counted=true]{opacity:1;transform:translateY(0);transition:all 350ms ease}.testimonials{background:#f4f2f1}.testimonials__grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width: 768px){.testimonials__grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.testimonials__grid{grid-template-columns:repeat(3, 1fr)}}.testimonials__card{padding:1.5rem;background:#fff;border-radius:1.25rem;height:100%;display:flex;flex-direction:column;transition:all 250ms ease}.testimonials__card:hover{transform:translateY(-4px);box-shadow:0 4px 20px rgba(0,0,0,.1)}.testimonials__card-quote{flex-grow:1;margin-bottom:1.5rem}.testimonials__card-quote p{font-size:1rem;color:#1e1e1e;line-height:1.7;position:relative}.testimonials__card-quote p::before{content:'"';font-size:2.25rem;color:#8a43e1;opacity:.3;position:absolute;top:-1rem;left:-0.5rem}.testimonials__card-author{display:flex;align-items:center;gap:.75rem;padding-top:1rem;border-top:1px solid #ded8d3}.testimonials__card-author-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.testimonials__card-author-info h4{font-size:.875rem;font-weight:600;margin-bottom:2px}.testimonials__card-author-info p{font-size:.75rem;color:#6b7280}.highlight-testimonial{padding:4rem 0;background:#fff}.highlight-testimonial__container{max-width:900px;margin:0 auto;text-align:center}.highlight-testimonial__quote{position:relative;margin-bottom:2rem}.highlight-testimonial__quote svg{width:48px;height:48px;color:#8a43e1;opacity:.3;margin-bottom:1rem}.highlight-testimonial__quote p{font-size:clamp(1.25rem,2.5vw,1.875rem);font-weight:500;color:#1e1e1e;line-height:1.5}.highlight-testimonial__author{display:flex;align-items:center;justify-content:center;gap:1rem}.highlight-testimonial__author-avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;border:3px solid #f4f2f1;box-shadow:0 1px 1px rgba(0,0,0,.1),0 3px 8px rgba(0,0,0,.05)}.highlight-testimonial__author-info{text-align:left}.highlight-testimonial__author-info h4{font-size:1.125rem;font-weight:600;margin-bottom:.25rem}.highlight-testimonial__author-info p{font-size:.875rem;color:#6b7280}.logo-testimonials{padding:2.5rem 0;border-top:1px solid #ded8d3;border-bottom:1px solid #ded8d3}.logo-testimonials__title{text-align:center;font-size:.875rem;color:#6b7280;margin-bottom:2rem}.logo-testimonials__logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2.5rem}.logo-testimonials__logos img,.logo-testimonials__logos svg{height:32px;width:auto;opacity:.5;filter:grayscale(100%);transition:all 250ms ease}.logo-testimonials__logos img:hover,.logo-testimonials__logos svg:hover{opacity:1;filter:grayscale(0%)}.testimonials-carousel{position:relative;overflow:hidden;padding:2rem 0}.testimonials-carousel__track{display:flex;gap:1.5rem;animation:scroll 40s linear infinite}.testimonials-carousel__track:hover{animation-play-state:paused}.testimonials-carousel__item{flex-shrink:0;width:350px;padding:1.5rem;background:#fff;border-radius:1.25rem;box-shadow:0 1px 1px rgba(0,0,0,.1),0 3px 8px rgba(0,0,0,.05)}.testimonials-carousel::before,.testimonials-carousel::after{content:"";position:absolute;top:0;bottom:0;width:100px;z-index:1;pointer-events:none}.testimonials-carousel::before{left:0;background:linear-gradient(to right, #f4f2f1, transparent)}.testimonials-carousel::after{right:0;background:linear-gradient(to left, #f4f2f1, transparent)}.pricing{background:#fff}.pricing__grid{display:grid;gap:1.5rem;grid-template-columns:1fr;align-items:stretch}@media(min-width: 768px){.pricing__grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.pricing__grid{grid-template-columns:repeat(3, 1fr)}}.pricing__card{position:relative;padding:2rem;background:#f4f2f1;border-radius:1.25rem;text-align:center;height:100%;display:flex;flex-direction:column;transition:all 250ms ease}.pricing__card:hover{transform:translateY(-8px);box-shadow:0 10px 40px rgba(0,0,0,.15)}.pricing__card--popular{border:2px solid rgba(0,0,0,0);background:linear-gradient(#f4f2f1, #f4f2f1) padding-box,linear-gradient(180deg, #ff2f2f, #ef7b16, #8a43e1, #d511fd) border-box}.pricing__card--popular .pricing__badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);padding:.5rem 1.25rem;background:linear-gradient(135deg, #8a43e1, #d511fd);color:#fff;font-size:.75rem;font-weight:600;border-radius:100px;white-space:nowrap}.pricing__card-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;margin:0 auto 1rem;background:rgba(138,67,225,.1);border-radius:1rem}.pricing__card-icon svg{width:32px;height:32px;color:#8a43e1}.pricing__card-name{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.pricing__card-description{font-size:.875rem;color:#6b7280;margin-bottom:1.5rem}.pricing__card-price{margin-bottom:.25rem}.pricing__card-price .amount{font-size:3rem;font-weight:700;line-height:1}.pricing__card-price .currency{font-size:1.25rem;font-weight:600;vertical-align:top}.pricing__card-period{font-size:.875rem;color:#6b7280;margin-bottom:1.5rem}.pricing__card-cta{margin-bottom:1.5rem}.pricing__card-features{text-align:left;margin-top:auto;padding-top:1.5rem;border-top:1px solid #ded8d3}.pricing__card-features li{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem 0;font-size:.875rem;color:#6b7280}.pricing__card-features li svg{width:18px;height:18px;color:#8a43e1;flex-shrink:0;margin-top:2px}.pricing__card-features li.disabled{opacity:.5}.pricing__card-features li.disabled svg{color:#9ca3af}.pricing__promo{margin-top:2.5rem;padding:1.5rem 2rem;background:#1e1e1e;border-radius:1.25rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.pricing__promo-text{color:#fff;font-size:1.125rem;font-weight:500}.pricing__promo-text span{background:linear-gradient(180deg, #ff2f2f, #ef7b16, #8a43e1, #d511fd);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.pricing__footer{margin-top:2.5rem;display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.pricing__footer-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280}.pricing__footer-item svg{width:18px;height:18px;color:#8a43e1}.pricing-toggle{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2.5rem}.pricing-toggle__label{font-size:.875rem;font-weight:500;color:#6b7280}.pricing-toggle__label.active{color:#1e1e1e}.pricing-toggle__switch{position:relative;width:56px;height:32px;background:#ded8d3;border-radius:100px;cursor:pointer;transition:background 150ms ease}.pricing-toggle__switch::after{content:"";position:absolute;top:4px;left:4px;width:24px;height:24px;background:#fff;border-radius:50%;box-shadow:0 1px 2px rgba(0,0,0,.05);transition:transform 150ms ease}.pricing-toggle__switch.active{background:#8a43e1}.pricing-toggle__switch.active::after{transform:translateX(24px)}.pricing-toggle__badge{padding:.25rem .75rem;background:rgba(138,67,225,.1);color:#8a43e1;font-size:.75rem;font-weight:500;border-radius:100px}.about{background:#f4f2f1}.about__container{display:grid;gap:3rem;align-items:center}@media(min-width: 1024px){.about__container{grid-template-columns:1fr 1fr;gap:4rem}}.about__content h2{margin-bottom:1.5rem}.about__content p{font-size:1.125rem;line-height:1.7;margin-bottom:1.5rem}.about__rating{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem}.about__rating-stars{display:flex;gap:2px}.about__rating-stars svg{width:20px;height:20px;color:#fbbf24;fill:#fbbf24}.about__rating-text{font-size:.875rem;color:#6b7280}.about__stats{display:grid;grid-template-columns:repeat(3, 1fr);gap:1rem;padding-top:2rem;border-top:1px solid #ded8d3}.about__stats-item{text-align:center}.about__stats-item-number{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg, #8a43e1, #d511fd);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;margin-bottom:.25rem}.about__stats-item-label{font-size:.75rem;color:#6b7280}.about__images{position:relative;display:grid;grid-template-columns:repeat(2, 1fr);gap:1rem}.about__images-main{grid-column:span 2;border-radius:1.25rem;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.1)}.about__images-main img{width:100%;height:auto}.about__images-secondary{border-radius:1rem;overflow:hidden;box-shadow:0 1px 1px rgba(0,0,0,.1),0 3px 8px rgba(0,0,0,.05)}.about__images-secondary img{width:100%;height:100%;object-fit:cover}.about__images-badge{position:absolute;bottom:1.5rem;left:1.5rem;padding:1rem 1.5rem;background:#fff;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,.1)}.about__images-badge-number{font-size:1.5rem;font-weight:700;color:#8a43e1}.about__images-badge-label{font-size:.75rem;color:#6b7280}.unique-features{background:#fff;overflow:hidden}.unique-features__carousel{position:relative}.unique-features__track{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding:1rem 0}.unique-features__track::-webkit-scrollbar{display:none}.unique-features__card{flex-shrink:0;width:100%;max-width:400px;padding:2rem;background:#f4f2f1;border-radius:1.25rem;scroll-snap-align:start;transition:all 250ms ease}.unique-features__card:hover{transform:translateY(-4px);box-shadow:0 4px 20px rgba(0,0,0,.1)}@media(min-width: 768px){.unique-features__card{width:calc(50% - .75rem)}}@media(min-width: 1024px){.unique-features__card{width:calc(33.333% - 1rem)}}.unique-features__card-category{display:inline-block;padding:.25rem .75rem;margin-bottom:1rem;background:rgba(138,67,225,.1);color:#8a43e1;font-size:.75rem;font-weight:500;border-radius:100px}.unique-features__card-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.unique-features__card-description{font-size:.875rem;color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.unique-features__card-image{width:100%;border-radius:1rem;box-shadow:0 1px 1px rgba(0,0,0,.1),0 3px 8px rgba(0,0,0,.05)}.unique-features__nav{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.unique-features__nav-dot{width:8px;height:8px;border-radius:50%;background:#ded8d3;border:none;cursor:pointer;transition:all 150ms ease}.unique-features__nav-dot.active,.unique-features__nav-dot:hover{background:#8a43e1;transform:scale(1.2)}.industry-insights{background:#f4f2f1}.industry-insights__tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:2.5rem}.industry-insights__tab{padding:.75rem 1.25rem;background:rgba(0,0,0,0);border:1px solid #ded8d3;border-radius:100px;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all 150ms ease}.industry-insights__tab:hover{border-color:#8a43e1;color:#8a43e1}.industry-insights__tab.active{background:#1e1e1e;border-color:#1e1e1e;color:#fff}.industry-insights__content{display:none}.industry-insights__content.active{display:block;animation:fadeIn .3s ease}.industry-insights__grid{display:grid;gap:1.5rem}@media(min-width: 768px){.industry-insights__grid{grid-template-columns:repeat(2, 1fr)}}.industry-insights__stat-card{padding:1.5rem;background:#fff;border-radius:1.25rem}.industry-insights__stat-card-number{font-size:1.875rem;font-weight:700;background:linear-gradient(135deg, #8a43e1, #d511fd);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;margin-bottom:.5rem}.industry-insights__stat-card-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.industry-insights__stat-card-description{font-size:.875rem;color:#6b7280}.industry-insights__floating-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:2.5rem}.industry-insights__tag{padding:.5rem 1rem;background:#fff;border:1px solid #ded8d3;border-radius:100px;font-size:.875rem;color:#6b7280;animation:float 4s ease-in-out infinite}.industry-insights__tag:nth-child(1){animation-delay:0.2s}.industry-insights__tag:nth-child(2){animation-delay:0.4s}.industry-insights__tag:nth-child(3){animation-delay:0.6s}.industry-insights__tag:nth-child(4){animation-delay:0.8s}.industry-insights__tag:nth-child(5){animation-delay:1s}.industry-insights__tag:nth-child(6){animation-delay:1.2s}.industry-insights__tag:nth-child(7){animation-delay:1.4s}.industry-insights__tag:nth-child(8){animation-delay:1.6s}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.comparison{background:#fff}.comparison__container{display:grid;gap:1.5rem}@media(min-width: 1024px){.comparison__container{grid-template-columns:repeat(2, 1fr)}}.comparison__column{padding:2rem;border-radius:1.25rem;height:100%}.comparison__column--competitors{background:#f4f2f1;border:1px solid #ded8d3}.comparison__column--aisay{background:linear-gradient(135deg, rgba(138, 67, 225, 0.05), rgba(213, 17, 253, 0.05));border:2px solid rgba(0,0,0,0);background-clip:padding-box;position:relative}.comparison__column--aisay::before{content:"";position:absolute;inset:0;padding:2px;border-radius:inherit;background:linear-gradient(180deg, #ff2f2f, #ef7b16, #8a43e1, #d511fd);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.comparison__header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #ded8d3}.comparison__header-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:.75rem}.comparison__header-icon svg{width:24px;height:24px}.comparison__header-icon--negative{background:rgba(255,47,47,.1)}.comparison__header-icon--negative svg{color:#ff2f2f}.comparison__header-icon--positive{background:rgba(138,67,225,.1)}.comparison__header-icon--positive svg{color:#8a43e1}.comparison__header h3{font-size:1.25rem;font-weight:600}.comparison__list{display:flex;flex-direction:column;gap:.75rem}.comparison__item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;border-radius:.75rem;transition:all 150ms ease}.comparison__item:hover{background:rgba(30,30,30,.03)}.comparison__item-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0;margin-top:2px}.comparison__item-icon svg{width:18px;height:18px}.comparison__item-icon--negative svg{color:#ff2f2f}.comparison__item-icon--positive svg{color:#8a43e1}.comparison__item-text{font-size:.875rem;color:#6b7280}.comparison--table{overflow-x:auto}.comparison--table table{width:100%;border-collapse:collapse;min-width:600px}.comparison--table th,.comparison--table td{padding:1rem 1.25rem;text-align:left;border-bottom:1px solid #ded8d3}.comparison--table th{font-size:.875rem;font-weight:600;color:#1e1e1e;background:#f4f2f1}.comparison--table td{font-size:.875rem;color:#6b7280}.comparison--table .feature-name{font-weight:500;color:#1e1e1e}.comparison--table .check{color:#8a43e1}.comparison--table .cross{color:#9ca3af}.comparison--table tr:hover td{background:rgba(30,30,30,.02)}.comparison-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%}.comparison-icon svg{width:14px;height:14px}.comparison-icon--check{background:rgba(138,67,225,.1)}.comparison-icon--check svg{color:#8a43e1}.comparison-icon--cross{background:rgba(107,114,128,.1)}.comparison-icon--cross svg{color:#6b7280}.comparison-icon--partial{background:rgba(239,123,22,.1)}.comparison-icon--partial svg{color:#ef7b16}.faq{background:#f4f2f1}.faq__container{max-width:800px;margin:0 auto}.faq__list{display:flex;flex-direction:column;gap:.75rem}.faq__item{background:#fff;border-radius:1rem;overflow:hidden;transition:all 250ms ease}.faq__item:hover{box-shadow:0 1px 1px rgba(0,0,0,.1),0 3px 8px rgba(0,0,0,.05)}.faq__item.active .faq__question-icon{transform:rotate(45deg)}.faq__item.active .faq__answer{max-height:500px;padding:0 1.5rem 1.5rem}.faq__question{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:1.25rem 1.5rem;background:rgba(0,0,0,0);border:none;text-align:left;cursor:pointer;transition:all 150ms ease}.faq__question:hover{background:rgba(30,30,30,.02)}.faq__question-text{font-size:1rem;font-weight:500;color:#1e1e1e}.faq__question-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;flex-shrink:0;background:rgba(138,67,225,.1);border-radius:50%;transition:transform 250ms ease}.faq__question-icon svg{width:14px;height:14px;color:#8a43e1}.faq__answer{max-height:0;overflow:hidden;transition:all 250ms ease}.faq__answer p{font-size:.875rem;color:#6b7280;line-height:1.7}.faq__answer p+p{margin-top:1rem}.faq__answer ul,.faq__answer ol{margin:1rem 0;padding-left:1.25rem}.faq__answer ul li,.faq__answer ol li{font-size:.875rem;color:#6b7280;margin-bottom:.5rem;list-style:disc}.faq__cta{margin-top:3rem;padding:2.5rem;background:#fff;border-radius:1.25rem;text-align:center}.faq__cta h3{font-size:1.5rem;margin-bottom:.75rem}.faq__cta p{font-size:1rem;color:#6b7280;margin-bottom:1.5rem}.faq-grid{display:grid;gap:1.5rem}@media(min-width: 1024px){.faq-grid{grid-template-columns:repeat(2, 1fr)}}.faq-grid__item{padding:1.5rem;background:#fff;border-radius:1rem}.faq-grid__item h4{font-size:1rem;font-weight:600;margin-bottom:.75rem;display:flex;align-items:flex-start;gap:.75rem}.faq-grid__item h4 svg{width:20px;height:20px;color:#8a43e1;flex-shrink:0;margin-top:2px}.faq-grid__item p{font-size:.875rem;color:#6b7280;line-height:1.6;padding-left:32px}.contact{background:#fff}.contact__container{display:grid;gap:3rem}@media(min-width: 1024px){.contact__container{grid-template-columns:1fr 1fr;gap:4rem}}.contact__info h2{margin-bottom:1rem}.contact__info>p{font-size:1.125rem;color:#6b7280;margin-bottom:2rem}.contact__details{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.contact__detail{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#f4f2f1;border-radius:1rem;transition:all 150ms ease}.contact__detail:hover{transform:translateX(8px);box-shadow:0 1px 1px rgba(0,0,0,.1),0 3px 8px rgba(0,0,0,.05)}.contact__detail-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:rgba(138,67,225,.1);border-radius:.75rem;flex-shrink:0}.contact__detail-icon svg{width:24px;height:24px;color:#8a43e1}.contact__detail-content h4{font-size:.875rem;font-weight:600;margin-bottom:.25rem}.contact__detail-content p,.contact__detail-content a{font-size:.875rem;color:#6b7280}.contact__detail-content a:hover{color:#8a43e1}.contact__social{display:flex;gap:.75rem}.contact__social-link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#f4f2f1;border:1px solid #ded8d3;border-radius:.75rem;transition:all 150ms ease}.contact__social-link svg{width:20px;height:20px;color:#6b7280}.contact__social-link:hover{background:#8a43e1;border-color:#8a43e1}.contact__social-link:hover svg{color:#fff}.contact__form{padding:2rem;background:#f4f2f1;border-radius:1.25rem}.contact__form-group{margin-bottom:1.25rem}.contact__form-group:last-of-type{margin-bottom:1.5rem}.contact__form-label{display:block;font-size:.875rem;font-weight:500;color:#1e1e1e;margin-bottom:.5rem}.contact__form-input,.contact__form-textarea{width:100%;padding:1rem;background:#fff;border:1px solid #ded8d3;border-radius:.75rem;font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:1rem;color:#1e1e1e;transition:all 150ms ease}.contact__form-input::placeholder,.contact__form-textarea::placeholder{color:#9ca3af}.contact__form-input:focus,.contact__form-textarea:focus{outline:none;border-color:#8a43e1;box-shadow:0 0 0 3px rgba(138,67,225,.1)}.contact__form-textarea{min-height:150px;resize:vertical}.contact__form-row{display:grid;gap:1.25rem}@media(min-width: 768px){.contact__form-row{grid-template-columns:repeat(2, 1fr)}}.newsletter{display:flex;gap:.75rem;max-width:500px}@media(max-width: 640px){.newsletter{flex-direction:column}}.newsletter__input{flex:1;padding:1rem 1.25rem;background:#fff;border:1px solid #ded8d3;border-radius:100px;font-size:1rem;color:#1e1e1e;transition:all 150ms ease}.newsletter__input::placeholder{color:#9ca3af}.newsletter__input:focus{outline:none;border-color:#8a43e1}.newsletter__button{flex-shrink:0}.newsletter--dark .newsletter__input{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.2);color:#fff}.newsletter--dark .newsletter__input::placeholder{color:hsla(0,0%,100%,.5)}.newsletter--dark .newsletter__input:focus{border-color:#8a43e1}.cta-section{padding:6rem 0;background:#1e1e1e;text-align:center;position:relative;overflow:hidden}.cta-section::before,.cta-section::after{content:"";position:absolute;width:400px;height:400px;border-radius:50%;filter:blur(120px);opacity:.3}.cta-section::before{top:-100px;left:-100px;background:#8a43e1}.cta-section::after{bottom:-100px;right:-100px;background:#d511fd}.cta-section__container{position:relative;z-index:1;max-width:700px;margin:0 auto}.cta-section__title{font-size:clamp(1.875rem,4vw,3rem);color:#fff;margin-bottom:1rem}.cta-section__subtitle{font-size:1.125rem;color:hsla(0,0%,100%,.7);margin-bottom:2rem}.cta-section__buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem}.cta-section__social-proof{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem}.cta-section__social-proof .avatars{display:flex}.cta-section__social-proof .avatars img{width:32px;height:32px;border-radius:50%;border:2px solid #1e1e1e;margin-left:-10px}.cta-section__social-proof .avatars img:first-child{margin-left:0}.cta-section__social-proof .rating{display:flex;align-items:center;gap:.5rem}.cta-section__social-proof .rating .stars{display:flex;color:#fbbf24}.cta-section__social-proof .rating .stars svg{width:16px;height:16px}.cta-section__social-proof .rating .text{font-size:.875rem;color:hsla(0,0%,100%,.7)}.cta-section__social-proof .rating .text strong{color:#fff}.footer{background:#1e1e1e;padding:4rem 0 2rem;border-top:1px solid hsla(0,0%,100%,.1)}.footer__container{display:grid;gap:2.5rem}@media(min-width: 768px){.footer__container{grid-template-columns:2fr repeat(3, 1fr);gap:2rem}}.footer__brand{max-width:280px}.footer__logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;color:#fff;font-family:"Inter Tight","Inter",system-ui,sans-serif;font-weight:700;font-size:1.25rem}.footer__logo img,.footer__logo svg{height:32px;width:auto}.footer__tagline{font-size:.875rem;color:hsla(0,0%,100%,.6);line-height:1.6;margin-bottom:1rem}.footer__email{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:hsla(0,0%,100%,.6);transition:color 150ms ease}.footer__email svg{width:16px;height:16px}.footer__email:hover{color:#fff}.footer__column h4{font-size:.875rem;font-weight:600;color:#fff;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.footer__links{display:flex;flex-direction:column;gap:.75rem}.footer__link{font-size:.875rem;color:hsla(0,0%,100%,.6);transition:color 150ms ease}.footer__link:hover{color:#fff}.footer__social{display:flex;gap:.75rem;margin-top:.5rem}.footer__social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:.75rem;transition:all 150ms ease}.footer__social-link svg{width:18px;height:18px;color:hsla(0,0%,100%,.6)}.footer__social-link:hover{background:#8a43e1;border-color:#8a43e1}.footer__social-link:hover svg{color:#fff}.footer__bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding-top:2rem;margin-top:2.5rem;border-top:1px solid hsla(0,0%,100%,.1)}.footer__copyright{font-size:.875rem;color:hsla(0,0%,100%,.5)}.footer__status{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:hsla(0,0%,100%,.5)}.footer__status-dot{width:8px;height:8px;border-radius:50%;background:#10b981;animation:pulse 2s infinite}.footer__bottom-links{display:flex;gap:1.5rem}.footer__bottom-links a{font-size:.875rem;color:hsla(0,0%,100%,.5);transition:color 150ms ease}.footer__bottom-links a:hover{color:#fff}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:48px;height:48px;background:#fff;border:1px solid #ded8d3;border-radius:.75rem;box-shadow:0 4px 20px rgba(0,0,0,.1);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(20px);transition:all 250ms ease;z-index:30}.back-to-top svg{width:20px;height:20px;color:#1e1e1e}.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background:#8a43e1;border-color:#8a43e1}.back-to-top:hover svg{color:#fff}.hidden{display:none !important}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.items-end{align-items:flex-end}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.flex-grow{flex-grow:1}.flex-shrink-0{flex-shrink:0}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-10{gap:2.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-primary{color:#1e1e1e}.text-secondary{color:#6b7280}.text-light{color:#9ca3af}.text-white{color:#fff}.text-purple{color:#8a43e1}.bg-primary{background-color:#f4f2f1}.bg-secondary{background-color:#fff}.bg-dark{background-color:#1e1e1e}.m-auto{margin:auto}.mx-auto{margin-left:auto;margin-right:auto}.my-auto{margin-top:auto;margin-bottom:auto}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.w-full{width:100%}.max-w-sm{max-width:24rem}.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.rounded{border-radius:.5rem}.rounded-lg{border-radius:.75rem}.rounded-xl{border-radius:1rem}.rounded-2xl{border-radius:1.25rem}.rounded-full{border-radius:100px}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.visible{visibility:visible}.invisible{visibility:hidden}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.opacity-100{opacity:1}@media(max-width: 767px){.hide-mobile{display:none !important}}@media(min-width: 768px){.hide-desktop{display:none !important}}@media(min-width: 1024px){.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:hidden{display:none}}.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}[data-aos]{opacity:0;transition-property:opacity,transform;transition-duration:.6s;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}[data-aos=fade-up]{transform:translateY(30px)}[data-aos=fade-up].aos-animate{opacity:1;transform:translateY(0)}[data-aos=fade-down]{transform:translateY(-30px)}[data-aos=fade-down].aos-animate{opacity:1;transform:translateY(0)}[data-aos=fade-left]{transform:translateX(30px)}[data-aos=fade-left].aos-animate{opacity:1;transform:translateX(0)}[data-aos=fade-right]{transform:translateX(-30px)}[data-aos=fade-right].aos-animate{opacity:1;transform:translateX(0)}[data-aos=zoom-in]{transform:scale(0.9)}[data-aos=zoom-in].aos-animate{opacity:1;transform:scale(1)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-30deg)}[data-aos=flip-up].aos-animate{opacity:1;transform:perspective(2500px) rotateX(0)}[data-aos-delay="100"]{transition-delay:100ms}[data-aos-delay="200"]{transition-delay:200ms}[data-aos-delay="300"]{transition-delay:300ms}[data-aos-delay="400"]{transition-delay:400ms}[data-aos-delay="500"]{transition-delay:500ms}@keyframes slideUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{from{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes scaleIn{from{opacity:0;transform:scale(0.9)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}@keyframes scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@keyframes rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-fade-in{animation:fadeIn .6s ease-out forwards}.animate-slide-up{animation:slideUp .6s ease-out forwards}.animate-slide-down{animation:slideDown .6s ease-out forwards}.animate-scale-in{animation:scaleIn .6s ease-out forwards}.animate-float{animation:float 6s ease-in-out infinite}.animate-pulse{animation:pulse 2s ease-in-out infinite}.animate-scroll{animation:scroll 30s linear infinite}.animate-bounce{animation:bounce 2s ease-in-out infinite}.stagger-children>*:nth-child(1){animation-delay:0.1s}.stagger-children>*:nth-child(2){animation-delay:0.2s}.stagger-children>*:nth-child(3){animation-delay:0.3s}.stagger-children>*:nth-child(4){animation-delay:0.4s}.stagger-children>*:nth-child(5){animation-delay:0.5s}.stagger-children>*:nth-child(6){animation-delay:0.6s}.stagger-children>*:nth-child(7){animation-delay:0.7s}.stagger-children>*:nth-child(8){animation-delay:0.8s}.stagger-children>*:nth-child(9){animation-delay:0.9s}.stagger-children>*:nth-child(10){animation-delay:1s}.reveal{opacity:0;transform:translateY(30px);transition:all .6s cubic-bezier(0.4, 0, 0.2, 1)}.reveal.revealed{opacity:1;transform:translateY(0)}.hover-lift{transition:transform 250ms ease,box-shadow 250ms ease}.hover-lift:hover{transform:translateY(-4px);box-shadow:0 4px 20px rgba(0,0,0,.1)}.hover-scale{transition:transform 250ms ease}.hover-scale:hover{transform:scale(1.05)}.hover-glow{transition:box-shadow 250ms ease}.hover-glow:hover{box-shadow:0 0 30px rgba(138,67,225,.3)}.skeleton{background:linear-gradient(90deg, #ded8d3 25%, rgb(232.9285714286, 228.9155844156, 225.5714285714) 50%, #ded8d3 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}@keyframes skeleton-loading{0%{background-position:200% 0}100%{background-position:-200% 0}}.spinner{width:24px;height:24px;border:2px solid #ded8d3;border-top-color:#8a43e1;border-radius:50%;animation:rotate .8s linear infinite}/*# sourceMappingURL=style.css.map */
