*,:before,:after{box-sizing:border-box}*{margin:0;padding:0}html{scroll-behavior:smooth}body{color:#1e293b;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{list-style:none}#root{overflow-x:hidden}:root{--purple-950:#1a0840;--purple-900:#2e0972;--purple-800:#4a0eab;--purple-700:#6b21a8;--purple-600:#7c3aed;--purple-500:#9333ea;--purple-400:#a855f7;--purple-300:#c084fc;--purple-200:#e9d5ff;--purple-100:#f3e8ff;--purple-50:#faf5ff;--text:#0f172a;--text-body:#374151;--text-muted:#64748b;--text-light:#94a3b8;--bg:#fff;--bg-soft:#faf5ff;--border:#e9d5ff;--border-subtle:#f3e8ff;--shadow-sm:0 1px 3px #4a0eab0f, 0 1px 2px #0000000a;--shadow-md:0 4px 20px #4a0eab14, 0 2px 8px #0000000a;--shadow-lg:0 16px 48px #4a0eab1f, 0 4px 16px #0000000f;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-2xl:32px;--transition:.2s ease;--transition-slow:.3s ease}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section{padding:96px 0}.section--alt{background:var(--bg-soft)}.section__header{text-align:center;margin-bottom:64px}.section__badge{background:var(--purple-100);color:var(--purple-700);letter-spacing:.8px;text-transform:uppercase;border-radius:100px;align-items:center;gap:6px;margin-bottom:16px;padding:5px 14px;font-size:12px;font-weight:600;display:inline-flex}.section__title{color:var(--text);letter-spacing:-.5px;margin-bottom:16px;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;line-height:1.15}.section__subtitle{color:var(--text-muted);max-width:540px;margin:0 auto;font-size:1.0625rem;line-height:1.7}.btn{border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition);white-space:nowrap;border:none;justify-content:center;align-items:center;gap:8px;padding:11px 22px;font-family:inherit;font-size:.9375rem;font-weight:600;text-decoration:none;display:inline-flex}.btn--primary{background:linear-gradient(135deg, var(--purple-700) 0%, var(--purple-500) 100%);color:#fff;box-shadow:0 4px 14px #6b21a859}.btn--primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px #6b21a880}.btn--ghost{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1.5px solid #ffffff40}.btn--ghost:hover{background:#ffffff2e;border-color:#ffffff73}.btn--outline{color:var(--purple-700);border:1.5px solid var(--purple-300);background:0 0}.btn--outline:hover{background:var(--purple-50);border-color:var(--purple-600)}.btn--lg{border-radius:var(--radius-lg);padding:14px 32px;font-size:1rem}.navbar{z-index:1000;transition:all var(--transition-slow);padding:16px 0;position:fixed;top:0;left:0;right:0}.navbar--scrolled{-webkit-backdrop-filter:blur(20px);box-shadow:0 1px 0 var(--border-subtle), var(--shadow-sm);background:#fffffff5;padding:10px 0}.navbar__container{justify-content:space-between;align-items:center;gap:32px;max-width:1200px;margin:0 auto;padding:0 24px;display:flex}.navbar__logo{width:148px;height:46px;transition:all var(--transition-slow);background:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;padding:5px 10px;display:inline-flex;overflow:hidden;box-shadow:0 10px 30px #1a08402e}.navbar--scrolled .navbar__logo{width:138px;height:42px;box-shadow:none;background:#fff}.navbar__logo img{object-fit:contain;width:100%;height:100%}.navbar__links{flex:1;justify-content:center;align-items:center;gap:4px;display:flex}.navbar__links a{color:#fffc;border-radius:var(--radius-sm);transition:all var(--transition);padding:7px 14px;font-size:.9375rem;font-weight:500}.navbar--scrolled .navbar__links a{color:var(--text-body)}.navbar__links a:hover{color:#fff;background:#ffffff1f}.navbar--scrolled .navbar__links a:hover{color:var(--purple-700);background:var(--purple-50)}.navbar__actions{align-items:center;gap:12px;display:flex}.navbar__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:6px;display:none}.navbar__hamburger span{width:22px;height:2px;transition:all var(--transition);background:#fff;border-radius:2px;display:block}.navbar--scrolled .navbar__hamburger span{background:var(--text)}.navbar__mobile{border-top:1px solid var(--border-subtle);box-shadow:var(--shadow-md);background:#fff;flex-direction:column;gap:2px;padding:12px 16px 20px;display:flex}.navbar__mobile a{color:var(--text-body);border-radius:var(--radius-sm);transition:all var(--transition);padding:11px 16px;font-size:.9375rem;font-weight:500}.navbar__mobile a:hover{background:var(--purple-50);color:var(--purple-700)}.navbar__mobile .btn--primary{width:100%;margin-top:8px}@media (width<=768px){.navbar__links,.navbar__cta{display:none}.navbar__hamburger{display:flex}.navbar__container{gap:16px}.navbar__logo{width:132px;height:40px;padding:4px 9px}}.navbar__dropdown{list-style:none;position:relative}.navbar__drop-trigger{color:#fffc;cursor:pointer;border-radius:var(--radius-sm);transition:all var(--transition);background:0 0;border:none;align-items:center;gap:5px;padding:7px 14px;font-family:inherit;font-size:.9375rem;font-weight:500;display:inline-flex}.navbar--scrolled .navbar__drop-trigger{color:var(--text-body)}.navbar__drop-trigger:hover{color:#fff;background:#ffffff1f}.navbar--scrolled .navbar__drop-trigger:hover{color:var(--purple-700);background:var(--purple-50)}.navbar__drop-chevron{transition:transform var(--transition)}.navbar__drop-chevron--open{transform:rotate(180deg)}.navbar__drop-menu{border:1px solid var(--border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);z-index:100;background:#fff;flex-direction:column;gap:2px;min-width:260px;padding:8px;display:flex;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%)}.navbar__drop-item{border-radius:var(--radius-md);transition:background var(--transition);align-items:center;gap:14px;padding:12px 14px;text-decoration:none;display:flex}.navbar__drop-item:hover{background:var(--purple-50)}.navbar__drop-icon{background:linear-gradient(135deg, var(--purple-100), var(--purple-200));border-radius:var(--radius-sm);width:38px;height:38px;color:var(--purple-700);transition:all var(--transition);flex-shrink:0;justify-content:center;align-items:center;display:flex}.navbar__drop-item:hover .navbar__drop-icon{background:linear-gradient(135deg, var(--purple-700), var(--purple-500));color:#fff}.navbar__drop-label{color:var(--text);font-size:.9375rem;font-weight:600;line-height:1.3}.navbar__drop-desc{color:var(--text-muted);margin-top:2px;font-size:.8125rem;line-height:1.4}.navbar__mobile-divider{background:var(--border-subtle);height:1px;margin:6px 0}.navbar__mobile-dev{color:var(--purple-700);border-radius:var(--radius-sm);transition:all var(--transition);padding:11px 16px;font-size:.9375rem;font-weight:600;text-decoration:none;display:block}.navbar__mobile-dev:hover{background:var(--purple-50)}.page-hero{background:linear-gradient(145deg, var(--purple-950) 0%, #250b5a 45%, #3b1080 100%);padding:120px 0 80px;position:relative;overflow:hidden}.page-hero__grid{pointer-events:none;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0}.page-hero__glow{pointer-events:none;position:absolute;inset:0}.page-hero__glow:before{content:"";background:radial-gradient(circle,#7c3aed4d 0%,#0000 65%);border-radius:50%;width:440px;height:440px;position:absolute;top:-10%;right:5%}.page-hero__glow:after{content:"";background:radial-gradient(circle,#a855f733 0%,#0000 65%);border-radius:50%;width:280px;height:280px;position:absolute;bottom:-10%;left:0%}.page-hero .container{z-index:1;position:relative}.page-hero__breadcrumb{color:#ffffff80;align-items:center;gap:8px;margin-bottom:32px;font-size:.875rem;display:flex}.page-hero__breadcrumb a{color:#ffffff80;transition:color var(--transition);text-decoration:none}.page-hero__breadcrumb a:hover{color:#ffffffd9}.page-hero__breadcrumb span{color:#ffffffd9;font-weight:500}.page-hero__breadcrumb svg{opacity:.4;flex-shrink:0}.page-hero__content{flex-direction:column;gap:24px;max-width:680px;display:flex}.page-hero__badge{color:#ffffffe0;letter-spacing:.4px;background:#ffffff14;border:1px solid #ffffff2e;border-radius:100px;align-items:center;gap:8px;width:fit-content;padding:6px 16px;font-size:13px;font-weight:600;display:inline-flex}.page-hero__title{color:#fff;letter-spacing:-1.5px;font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:1.1}.page-hero__desc{color:#ffffffa6;max-width:560px;font-size:1.0625rem;line-height:1.75}.page-hero__ctas{flex-wrap:wrap;gap:14px;display:flex}.steps-row{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:0;display:grid;position:relative}.step-item{flex-direction:column;gap:14px;padding:0 32px 0 0;display:flex;position:relative}.step-item:last-child{padding-right:0}.step-item__number{background:linear-gradient(135deg, var(--purple-700), var(--purple-500));border-radius:var(--radius-md);color:#fff;letter-spacing:-.5px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:1rem;font-weight:800;display:inline-flex}.step-item__connector{background:linear-gradient(90deg, var(--purple-300), var(--purple-100));height:2px;position:absolute;top:26px;left:52px;right:0}.step-item:last-child .step-item__connector{display:none}.step-item__title{color:var(--text);letter-spacing:-.2px;font-size:1.0625rem;font-weight:700}.step-item__desc{color:var(--text-muted);font-size:.9375rem;line-height:1.65}@media (width<=768px){.steps-row{grid-template-columns:1fr;gap:32px}.step-item{min-height:52px;padding:0 0 0 72px;position:relative}.step-item__number{position:absolute;top:0;left:0}.step-item__connector{display:none}}.page-form-wrap{grid-template-columns:1fr 1.4fr;align-items:start;gap:72px;display:grid}.page-form-info{flex-direction:column;gap:20px;padding-top:8px;display:flex}.page-form-title{color:var(--text);letter-spacing:-.5px;margin:0;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:800;line-height:1.2}.page-form-desc{color:var(--text-muted);margin:0;font-size:1rem;line-height:1.75}.page-form-note{background:var(--purple-50);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-body);align-items:flex-start;gap:10px;padding:14px 16px;font-size:.875rem;line-height:1.55;display:flex}.page-form-note svg{color:var(--purple-600);flex-shrink:0;margin-top:1px}@media (width<=1024px){.page-form-wrap{grid-template-columns:1fr;gap:40px}}.who-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.who-card{border:1px solid var(--border-subtle);border-radius:var(--radius-lg);transition:all var(--transition-slow);background:#fff;flex-direction:column;gap:16px;padding:32px 24px;display:flex}.who-card:hover{box-shadow:var(--shadow-lg);border-color:var(--purple-300);transform:translateY(-5px)}.who-card__icon{background:linear-gradient(135deg, var(--purple-700), var(--purple-500));border-radius:var(--radius-md);color:#fff;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.who-card__title{color:var(--text);letter-spacing:-.2px;font-size:1rem;font-weight:700}.who-card__desc{color:var(--text-muted);font-size:.9375rem;line-height:1.65}@media (width<=1024px){.who-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.who-grid{grid-template-columns:1fr}}.hero{background:linear-gradient(145deg, var(--purple-950) 0%, #250b5a 45%, #3b1080 100%);align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.hero__grid{pointer-events:none;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0}.hero__glow{pointer-events:none;position:absolute;inset:0}.hero__glow:before{content:"";background:radial-gradient(circle,#7c3aed47 0%,#0000 65%);border-radius:50%;width:480px;height:480px;position:absolute;top:5%;right:8%}.hero__glow:after{content:"";background:radial-gradient(circle,#a855f72e 0%,#0000 65%);border-radius:50%;width:320px;height:320px;position:absolute;bottom:15%;left:3%}.hero__container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:64px;width:100%;max-width:1200px;margin:0 auto;padding:80px 24px;display:grid;position:relative}.hero__content{flex-direction:column;align-items:flex-start;gap:28px;display:flex}.hero__badge{color:#ffffffe0;letter-spacing:.4px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffff2e;border-radius:100px;align-items:center;gap:8px;padding:6px 16px;font-size:13px;font-weight:600;display:inline-flex}.hero__badge-dot{background:#a855f7;border-radius:50%;width:7px;height:7px;animation:2.4s ease-in-out infinite badge-pulse}@keyframes badge-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hero__title{color:#fff;letter-spacing:-2px;font-size:clamp(2.25rem,5vw,3.75rem);font-weight:800;line-height:1.08}.hero__title-accent{background:linear-gradient(120deg,#c084fc 0%,#a855f7 50%,#d8b4fe 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero__description{color:#ffffffa6;max-width:500px;font-size:1.125rem;line-height:1.75}.hero__ctas{flex-wrap:wrap;gap:14px;display:flex}.hero__metrics{border-top:1px solid #ffffff1a;gap:36px;width:100%;padding-top:24px;display:flex}.hero__metric{flex-direction:column;gap:3px;display:flex}.hero__metric-value{color:#fff;letter-spacing:-.5px;font-size:1.375rem;font-weight:800}.hero__metric-label{color:#ffffff80;font-size:.8125rem;font-weight:500}.hero__visual{justify-content:center;align-items:center;display:flex}.hero__image-wrap{width:420px;max-width:100%;position:relative}.hero__image-glow{pointer-events:none;background:radial-gradient(circle,#7c3aed66 0%,#0000 60%);border-radius:50%;position:absolute;inset:-25%}@keyframes hero-float{0%,to{transform:translateY(0)}50%{transform:translateY(-18px)}}.hero__illustration{width:380px;height:380px;animation:7s ease-in-out infinite hero-float;position:relative}.hero__card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:18px;padding:24px;position:absolute}.hero__card--main{background:linear-gradient(135deg,#6b21a8e6 0%,#7c3aedcc 100%);border:1px solid #fff3;flex-direction:column;gap:16px;width:300px;display:flex;top:40px;left:40px;box-shadow:0 24px 56px #6b21a880}.hero__card-header{gap:6px;display:flex}.hero__card-dot{background:#ffffff80;border-radius:50%;width:10px;height:10px}.hero__card-dot--2{background:#ffffff4d}.hero__card-dot--3{background:#ffffff26}.hero__card-row{justify-content:space-between;align-items:center;display:flex}.hero__card-chip{opacity:.85;background:linear-gradient(135deg,gold,orange);border-radius:5px;width:32px;height:24px}.hero__card-icon{color:#ffffffd9;background:#ffffff1f;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.hero__card-number{color:#ffffffd9;letter-spacing:2px;font-family:monospace;font-size:.9375rem;font-weight:600}.hero__card-footer{color:#ffffffb3;letter-spacing:1px;justify-content:space-between;align-items:center;font-size:.8125rem;font-weight:700;display:flex}.hero__stat-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#fff;background:#ffffff1a;border:1px solid #ffffff2e;border-radius:12px;align-items:center;gap:10px;padding:12px 16px;display:flex;position:absolute}.hero__stat-card--1{animation:7s ease-in-out 1s infinite hero-float;top:8px;right:0}.hero__stat-card--2{animation:7s ease-in-out 2.5s infinite hero-float;bottom:60px;right:-8px}.hero__stat-card--3{animation:7s ease-in-out .5s infinite hero-float;bottom:0;left:20px}.hero__stat-card svg{opacity:.8;flex-shrink:0}.hero__stat-card-value{color:#fff;font-size:.8125rem;font-weight:700}.hero__stat-card-label{color:#ffffff8c;font-size:.6875rem}@media (width<=1024px){.hero__container{text-align:center;grid-template-columns:1fr;gap:52px}.hero__content{align-items:center}.hero__description{max-width:540px}.hero__illustration{width:280px;height:280px}.hero__card--main{width:220px;top:28px;left:20px}.hero__metrics{justify-content:center}}@media (width<=480px){.hero__ctas{flex-direction:column;width:100%}.hero__metrics{gap:24px}}.stats-bar{border-bottom:1px solid var(--border-subtle);background:#fff}.stats-bar__grid{grid-template-columns:repeat(4,1fr);display:grid}.stats-bar__item{border-right:1px solid var(--border-subtle);transition:background var(--transition);flex-direction:column;align-items:center;gap:10px;padding:44px 28px;display:flex}.stats-bar__item:last-child{border-right:none}.stats-bar__item:hover{background:var(--purple-50)}.stats-bar__icon{background:linear-gradient(135deg, var(--purple-100), var(--purple-200));border-radius:var(--radius-md);width:48px;height:48px;color:var(--purple-700);justify-content:center;align-items:center;display:flex}.stats-bar__value{color:var(--purple-800);letter-spacing:-.3px;font-size:1.375rem;font-weight:800}.stats-bar__label{color:var(--text-muted);text-align:center;font-size:.875rem;font-weight:500;line-height:1.4}@media (width<=768px){.stats-bar__grid{grid-template-columns:repeat(2,1fr)}.stats-bar__item:nth-child(2){border-right:none}.stats-bar__item:first-child,.stats-bar__item:nth-child(2){border-bottom:1px solid var(--border-subtle)}.stats-bar__item{padding:32px 20px}}.services__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.service-card{border:1px solid var(--border-subtle);border-radius:var(--radius-lg);transition:all var(--transition-slow);background:#fff;flex-direction:column;gap:16px;padding:32px 28px;display:flex}.service-card:hover{box-shadow:var(--shadow-lg);border-color:var(--purple-300);transform:translateY(-5px)}.service-card__icon{background:linear-gradient(135deg, var(--purple-100), var(--purple-200));border-radius:var(--radius-md);width:52px;height:52px;color:var(--purple-700);transition:all var(--transition-slow);justify-content:center;align-items:center;display:flex}.service-card:hover .service-card__icon{background:linear-gradient(135deg, var(--purple-700), var(--purple-500));color:#fff}.service-card__title{color:var(--text);letter-spacing:-.2px;font-size:1.0625rem;font-weight:700}.service-card__desc{color:var(--text-muted);font-size:.9375rem;line-height:1.65}@media (width<=1024px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.services__grid{grid-template-columns:1fr}}.product-showcase{flex-direction:column;display:flex}.product-row{border-bottom:1px solid var(--border-subtle);grid-template-columns:1fr 1fr;align-items:center;gap:80px;padding:64px 0;display:grid}.product-row:last-child{border-bottom:none;padding-bottom:0}.product-row:first-child{padding-top:8px}.product-row--reverse .product-row__visual{order:-1}.product-row__text{flex-direction:column;gap:20px;display:flex}.product-row__label{background:var(--purple-100);color:var(--purple-700);letter-spacing:.6px;text-transform:uppercase;border-radius:100px;align-self:flex-start;padding:5px 14px;font-size:.75rem;font-weight:700;display:inline-flex}.product-row__title{color:var(--text);letter-spacing:-.5px;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:800;line-height:1.15}.product-row__desc{color:var(--text-muted);max-width:480px;font-size:1rem;line-height:1.8}.product-row__features{flex-direction:column;gap:12px;margin-top:4px;padding:0;list-style:none;display:flex}.product-row__features li{color:var(--text-body);align-items:center;gap:10px;font-size:.9375rem;font-weight:500;display:flex}.product-row__features li svg{color:var(--purple-600);flex-shrink:0}.product-visual{background:linear-gradient(145deg, var(--purple-950) 0%, #2e0e6e 100%);border-radius:var(--radius-2xl);min-height:320px;box-shadow:var(--shadow-lg), 0 0 0 1px #a855f71f;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.product-visual__glow{pointer-events:none;background:radial-gradient(circle at 50% 40%,#7c3aed59 0%,#0000 65%);position:absolute;inset:0}@media (width<=1024px){.product-row{grid-template-columns:1fr;gap:32px;padding:48px 0}.product-row--reverse .product-row__visual{order:0}.product-row:first-child{padding-top:0}.product-visual{min-height:220px}.product-visual svg{width:140px!important;height:140px!important}}@media (width<=600px){.product-row{gap:24px;padding:36px 0}.product-visual{min-height:180px}.product-visual svg{width:120px!important;height:120px!important}}.products__grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.product-card{border:1px solid var(--border-subtle);border-radius:var(--radius-xl);transition:all var(--transition-slow);background:#fff;flex-direction:column;gap:16px;padding:36px 32px;display:flex;position:relative;overflow:hidden}.product-card:before{content:"";background:linear-gradient(90deg, var(--purple-700), var(--purple-400));opacity:0;height:3px;transition:opacity var(--transition-slow);position:absolute;top:0;left:0;right:0}.product-card:hover{box-shadow:var(--shadow-lg);border-color:var(--purple-200);transform:translateY(-6px)}.product-card:hover:before{opacity:1}.product-card__top{align-items:center;gap:14px;display:flex}.product-card__icon{background:linear-gradient(135deg, var(--purple-700), var(--purple-500));border-radius:var(--radius-md);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:58px;height:58px;display:flex}.product-card__label{background:var(--purple-100);color:var(--purple-700);letter-spacing:.5px;text-transform:uppercase;border-radius:100px;padding:4px 12px;font-size:.75rem;font-weight:700;display:inline-flex}.product-card__title{color:var(--text);letter-spacing:-.3px;font-size:1.25rem;font-weight:800}.product-card__desc{color:var(--text-muted);font-size:.9375rem;line-height:1.7}.product-card__features{flex-direction:column;gap:10px;margin:4px 0 0;padding:0;list-style:none;display:flex}.product-card__features li{color:var(--text-body);align-items:center;gap:10px;font-size:.9rem;font-weight:500;display:flex}.product-card__features li svg{color:var(--purple-600);flex-shrink:0}@media (width<=768px){.products__grid{grid-template-columns:1fr;gap:16px}.product-card{padding:28px 24px}}.features__grid{grid-template-columns:repeat(3,1fr);gap:40px 48px;display:grid}.feature-item{flex-direction:column;gap:14px;display:flex}.feature-item__icon{background:linear-gradient(135deg, var(--purple-700), var(--purple-500));border-radius:var(--radius-md);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.feature-item__title{color:var(--text);letter-spacing:-.2px;font-size:1.0625rem;font-weight:700}.feature-item__desc{color:var(--text-muted);font-size:.9375rem;line-height:1.65}@media (width<=1024px){.features__grid{grid-template-columns:repeat(2,1fr);gap:32px}}@media (width<=600px){.features__grid{grid-template-columns:1fr}}.features__grid--3{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.feature-card{background:var(--bg-soft);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);transition:all var(--transition-slow);flex-direction:column;gap:18px;padding:36px 28px;display:flex}.feature-card:hover{box-shadow:var(--shadow-md);border-color:var(--purple-200);background:#fff}.feature-card__icon{background:linear-gradient(135deg, var(--purple-700), var(--purple-500));border-radius:var(--radius-md);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;display:flex}.feature-card__title{color:var(--text);letter-spacing:-.2px;font-size:1.125rem;font-weight:700}.feature-card__desc{color:var(--text-muted);font-size:.9375rem;line-height:1.75}@media (width<=1024px){.features__grid--3{grid-template-columns:1fr;gap:16px}.feature-card{padding:28px 24px}}.who-we-serve{background:linear-gradient(145deg, var(--purple-950) 0%, #230b56 50%, var(--purple-900) 100%);position:relative;overflow:hidden}.who-we-serve__grid-bg{pointer-events:none;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0}.who-we-serve .section__badge{color:#ffffffe0;background:#ffffff1a;border:1px solid #ffffff26}.who-we-serve .section__title{color:#fff}.who-we-serve .section__subtitle{color:#fff9}.audience-grid{z-index:1;grid-template-columns:repeat(5,1fr);gap:16px;display:grid;position:relative}.audience-card{border-radius:var(--radius-lg);text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all var(--transition-slow);background:#ffffff0f;border:1px solid #ffffff1a;flex-direction:column;align-items:center;gap:14px;padding:28px 18px;display:flex}.audience-card:hover{background:#ffffff1c;border-color:#a855f773;transform:translateY(-5px);box-shadow:0 20px 48px #0000004d}.audience-card__icon{border-radius:var(--radius-md);color:#ffffffe6;background:linear-gradient(135deg,#6b21a8b3,#9333ea80);justify-content:center;align-items:center;width:52px;height:52px;display:flex}.audience-card__name{color:#fff;font-size:.875rem;font-weight:700;line-height:1.3}.audience-card__full{color:#ffffff73;font-size:.75rem;line-height:1.4}@media (width<=1024px){.audience-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=600px){.audience-grid{grid-template-columns:repeat(2,1fr)}}.about__inner{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.about__content{flex-direction:column;gap:24px;display:flex}.about__title{color:var(--text);letter-spacing:-.5px;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800;line-height:1.15}.about__text{color:var(--text-muted);font-size:1rem;line-height:1.75}.about__highlights{flex-direction:column;gap:12px;display:flex}.about__highlight{color:var(--text-body);align-items:center;gap:12px;font-size:.9375rem;font-weight:500;display:flex}.about__highlight:before{content:"";background:linear-gradient(135deg, var(--purple-700), var(--purple-500));border-radius:50%;flex-shrink:0;width:8px;height:8px}.about__visual{justify-content:center;display:flex}.about__card{background:linear-gradient(145deg, var(--purple-950) 0%, #2e0e6e 100%);border-radius:var(--radius-2xl);width:100%;box-shadow:var(--shadow-lg);flex-direction:column;gap:20px;padding:44px 36px;display:flex;position:relative;overflow:hidden}.about__card:before{content:"";background:radial-gradient(circle,#a855f740 0%,#0000 70%);border-radius:50%;width:200px;height:200px;position:absolute;top:-50px;right:-50px}.about__card-title{color:#fff;z-index:1;font-size:1.125rem;font-weight:700;position:relative}.about__card-items{z-index:1;flex-direction:column;gap:12px;display:flex;position:relative}.about__card-item{border-radius:var(--radius-md);background:#ffffff0f;border:1px solid #ffffff17;align-items:center;gap:14px;padding:14px 16px;display:flex}.about__card-icon{background:linear-gradient(135deg, var(--purple-600), var(--purple-400));border-radius:var(--radius-sm);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.about__card-text{color:#ffffffd1;font-size:.9375rem;font-weight:500}@media (width<=1024px){.about__inner{grid-template-columns:1fr;gap:52px}}.contact__details-centered{flex-wrap:wrap;justify-content:center;gap:40px;display:flex}.contact__details-centered .contact__detail{align-items:flex-start;gap:16px;min-width:220px;max-width:460px;display:flex}.contact__inner{grid-template-columns:1fr 1.5fr;align-items:start;gap:72px;display:grid}.contact__info{flex-direction:column;gap:36px;display:flex}.contact__info-title{color:var(--text);letter-spacing:-.4px;font-size:clamp(1.5rem,2.5vw,1.875rem);font-weight:800;line-height:1.2}.contact__info-text{color:var(--text-muted);margin-top:-16px;font-size:1rem;line-height:1.75}.contact__details{flex-direction:column;gap:20px;display:flex}.contact__detail{align-items:flex-start;gap:16px;display:flex}.contact__detail-icon{background:linear-gradient(135deg, var(--purple-100), var(--purple-200));border-radius:var(--radius-md);width:44px;height:44px;color:var(--purple-700);flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact__detail-label{text-transform:uppercase;letter-spacing:.8px;color:var(--text-muted);margin-bottom:4px;font-size:.75rem;font-weight:700}.contact__detail-value{color:var(--text-body);font-size:.9375rem;font-weight:500;line-height:1.55}.contact__detail-value strong{color:var(--text);font-weight:700}.contact__detail-value a{color:var(--purple-700);transition:color var(--transition);font-weight:700}.contact__detail-value a:hover{color:var(--purple-500)}.footer__contact-item strong{color:#ffffffb8;font-weight:700}.contact__form-card{border:1px solid var(--border-subtle);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);background:#fff;padding:40px}.contact__form-title{color:var(--text);margin-bottom:28px;font-size:1.25rem;font-weight:700}.contact__form{flex-direction:column;gap:18px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-field{flex-direction:column;gap:7px;display:flex}.form-field label{color:var(--text-body);font-size:.875rem;font-weight:600}.form-field input,.form-field textarea,.form-field select{border:1.5px solid var(--border);border-radius:var(--radius-md);color:var(--text);transition:border-color var(--transition), box-shadow var(--transition);resize:none;appearance:none;background:#fff;outline:none;padding:11px 15px;font-family:inherit;font-size:.9375rem}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{border-color:var(--purple-500);box-shadow:0 0 0 3px #7c3aed1a}.form-field input::placeholder,.form-field textarea::placeholder{color:var(--text-light)}.form-field textarea{height:110px}.contact__form .btn{width:100%;margin-top:4px}.contact__error{border-radius:var(--radius-md);color:#dc2626;background:#fef2f2;border:1.5px solid #fecaca;padding:12px 16px;font-size:.875rem;line-height:1.5}.contact__success{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:40px 20px;display:flex}.contact__success-icon{background:linear-gradient(135deg, var(--purple-700), var(--purple-500));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.contact__success-title{color:var(--text);font-size:1.25rem;font-weight:700}.contact__success-text{color:var(--text-muted);font-size:.9375rem}@media (width<=1024px){.contact__inner{grid-template-columns:1fr;gap:52px}}@media (width<=600px){.form-row{grid-template-columns:1fr}.contact__form-card{padding:24px}}.page-hero--sm{padding:100px 0 56px}.page-hero--sm .page-hero__title{font-size:clamp(1.75rem,4vw,2.75rem)}.legal-page{flex-direction:column;gap:48px;max-width:760px;margin:0 auto;display:flex}.legal-section{flex-direction:column;gap:14px;display:flex}.legal-section h2{color:var(--text);letter-spacing:-.2px;border-bottom:1px solid var(--border-subtle);padding-bottom:12px;font-size:1.125rem;font-weight:700}.legal-section h3{color:var(--text);margin-top:6px;font-size:1rem;font-weight:600}.legal-section p{color:var(--text-body);font-size:.9375rem;line-height:1.8}.legal-section ul{flex-direction:column;gap:10px;padding-left:20px;display:flex}.legal-section ul li{color:var(--text-body);font-size:.9375rem;line-height:1.75}.legal-section ul li strong{color:var(--text);font-weight:600}.legal-contact{background:var(--purple-50);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;gap:6px;margin-top:4px;padding:20px 24px;display:flex}.legal-contact p{color:var(--text-body);font-size:.9375rem;line-height:1.6}.legal-contact a{color:var(--purple-700);font-weight:500;text-decoration:none}.legal-contact a:hover{text-decoration:underline}.footer{background:var(--purple-950);padding:72px 0 0}.footer__top{border-bottom:1px solid #ffffff12;grid-template-columns:1.8fr 1fr 1fr 1.5fr;gap:48px;padding-bottom:52px;display:grid}.footer__brand{flex-direction:column;gap:20px;display:flex}.footer__logo{object-fit:contain;background:#fff;border-radius:12px;justify-content:center;align-items:center;width:152px;height:48px;padding:5px 10px;display:inline-flex}.footer__tagline{color:#ffffff73;max-width:270px;font-size:.9375rem;line-height:1.65}.footer__col-title{color:#fff;letter-spacing:.8px;text-transform:uppercase;margin-bottom:20px;font-size:.8125rem;font-weight:700}.footer__links{flex-direction:column;gap:12px;display:flex}.footer__links a{color:#ffffff80;transition:color var(--transition);font-size:.9375rem}.footer__links a:hover{color:#ffffffe6}.footer__contact-items{flex-direction:column;gap:14px;display:flex}.footer__contact-item{color:#ffffff80;align-items:flex-start;gap:10px;font-size:.875rem;line-height:1.55;display:flex}.footer__contact-item svg{color:var(--purple-400);flex-shrink:0;margin-top:1px}.footer__contact-item a{color:#fff9;transition:color var(--transition)}.footer__contact-item a:hover{color:#ffffffeb}.footer__bottom{justify-content:space-between;align-items:center;gap:16px;padding:20px 0;display:flex}.footer__copyright{color:#ffffff59;font-size:.875rem}.footer__legal{gap:20px;display:flex}.footer__legal a{color:#ffffff59;transition:color var(--transition);font-size:.875rem}.footer__legal a:hover{color:#ffffffb3}@media (width<=1024px){.footer__top{grid-template-columns:1fr 1fr;gap:40px}}@media (width<=600px){.footer__top{grid-template-columns:1fr;gap:36px}.footer__bottom{flex-direction:column;align-items:flex-start;gap:12px}}@media (width<=768px){.container{padding:0 20px}.section{padding:64px 0}.section__header{margin-bottom:44px}.page-hero{padding:100px 0 60px}.page-hero--sm{padding:88px 0 48px}.page-hero__ctas{flex-direction:column;width:100%}.page-hero__ctas .btn{justify-content:center;width:100%}.hero__metrics{flex-wrap:wrap;gap:20px 36px}.stats-bar__item{padding:32px 16px}.audience-grid{grid-template-columns:repeat(2,1fr);gap:12px}.about__card{padding:32px 24px}.steps-row{grid-template-columns:1fr;gap:28px}.step-item{min-height:52px;padding:0 0 0 72px;position:relative}.step-item__number{position:absolute;top:0;left:0}.step-item__connector{display:none}.contact__details-centered{flex-direction:column;align-items:flex-start;gap:24px;max-width:400px;margin:0 auto}.contact__details-centered .contact__detail{min-width:unset;max-width:unset;width:100%}.footer{padding:56px 0 0}}@media (width<=600px){.section{padding:56px 0}.section__header{margin-bottom:36px}.page-hero{padding:88px 0 52px}.page-hero__breadcrumb{font-size:.8125rem}.services__grid{gap:16px}.features__grid{gap:28px}.audience-card{padding:22px 14px}.audience-card__icon{width:44px;height:44px}.service-card{padding:24px 20px}.who-grid{gap:16px}.who-card{padding:24px 20px}.legal-page{gap:36px}}@media (width<=480px){.container{padding:0 16px}.section{padding:48px 0}.page-hero{padding:80px 0 44px}.page-hero--sm{padding:80px 0 40px}.hero__stat-card{display:none}.hero__illustration{width:240px;height:240px}.hero__card--main{width:200px;padding:16px;top:20px;left:20px}.hero__card-number{font-size:.8125rem}.hero__metrics{gap:16px 28px}.hero__metric-value{font-size:1.125rem}.stats-bar__item{gap:8px;padding:24px 12px}.stats-bar__icon{width:40px;height:40px}.stats-bar__value{font-size:1.125rem}.audience-grid{grid-template-columns:1fr 1fr;gap:10px}.about__card-item{gap:10px;padding:12px 14px}.section__badge{font-size:11px}.navbar__logo{width:118px;height:38px;padding:4px 8px}.footer{padding:44px 0 0}.footer__top{gap:28px;padding-bottom:36px}}
