.ai-profiles-hero{position:relative;padding-top:100px}@media only screen and (min-width:641px)and (max-width:1100px){.ai-profiles-hero{padding-top:50px}}@media only screen and (max-width:640px){.ai-profiles-hero{padding-top:50px}}.ai-profiles-hero__eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:18px;padding:8px 16px;border-radius:999px;background:rgba(121,102,250,.22);color:#b8aeff;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}@media only screen and (max-width:640px){.ai-profiles-hero__eyebrow{font-size:11px}}.ai-profiles-hero__subtitle{margin-top:20px;font-size:20px;line-height:1.55;color:var(--text-light);max-width:760px}@media only screen and (max-width:640px){.ai-profiles-hero__subtitle{font-size:16px}}.ai-profiles-hero__nav{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.ai-profiles-hero__nav a{display:inline-flex;align-items:center;min-height:38px;padding:8px 16px;border-radius:100px;background:hsla(0,0%,100%,.06);color:#fff;font-size:14px;font-weight:700;text-decoration:none;transition:background .2s,transform .2s}.ai-profiles-hero__nav a:hover{background:rgba(121,102,250,.2);transform:translateY(-1px)}.achivements__title{text-align:center;margin-bottom:18px}@media only screen and (max-width:640px){.achivements__title{margin-bottom:14px}}.achivements__frame-wrap{position:relative;border-radius:var(--radius-block);padding:1px;background:linear-gradient(135deg,rgba(170,150,255,.55),hsla(0,0%,100%,.08) 35%,rgba(80,220,200,.45));box-shadow:0 30px 70px -20px rgba(60,45,140,.45),0 12px 30px -10px rgba(60,45,140,.25)}.achivements__frame-wrap:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:inherit;pointer-events:none;opacity:0}.achivements__frame-wrap:after{content:"";position:absolute;inset:1px;border-radius:calc(var(--radius-block) - 1px);background:radial-gradient(ellipse at top left,hsla(0,0%,100%,.12),transparent 45%),radial-gradient(ellipse at bottom right,rgba(140,230,215,.16),transparent 50%);pointer-events:none;z-index:1;mix-blend-mode:screen}.achivements__brands{position:relative;z-index:0;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;background-image:linear-gradient(hsla(0,0%,100%,.05) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.05) 1px,transparent 0);background-size:200px 90px;background-position:50%}.achivements__brands.frame{padding:38px 60px}@media only screen and (min-width:1101px){.achivements__brands{gap:24px 50px}}@media only screen and (min-width:641px)and (max-width:1100px){.achivements__brands{gap:22px 35px}.achivements__brands.frame{padding:32px 35px}}@media only screen and (max-width:640px){.achivements__brands{gap:20px 30px}.achivements__brands.frame{padding:24px 18px}}.achivements__brand{position:relative;z-index:1;transition:transform .25s ease,filter .25s ease}.achivements__brand:before{content:"";position:absolute;inset:-16px -22px;border-radius:16px;background:radial-gradient(ellipse at center,rgba(180,160,255,.28),transparent 65%);opacity:0;transition:opacity .25s ease;pointer-events:none;z-index:-1}.achivements__brand:hover{transform:translateY(-6%);filter:drop-shadow(0 6px 14px rgba(180,160,255,.35))}.achivements__brand:hover:before{opacity:1}.achivements__link{display:flex}.achivements__link img{height:28px;width:auto}@media only screen and (min-width:641px)and (max-width:1100px){.achivements__link img{height:26px}}@media only screen and (max-width:640px){.achivements__link img{height:22px}}.achivements__stats{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-top:24px}@media only screen and (min-width:641px)and (max-width:1100px){.achivements__stats{grid-template-columns:repeat(3,1fr);gap:12px}}@media only screen and (max-width:640px){.achivements__stats{grid-template-columns:repeat(2,1fr);gap:10px}}.achivements__stats--verticals{grid-template-columns:repeat(3,1fr)}@media only screen and (max-width:640px){.achivements__stats--verticals{grid-template-columns:1fr}}.achivements__stat{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:8px;padding:22px 20px;border-radius:var(--radius-block);background:var(--bg-contrast);transition:transform .2s ease,box-shadow .2s ease}.achivements__stat:hover{transform:translateY(-4px);box-shadow:0 14px 40px rgba(110,90,220,.18)}.achivements__stat--accent{background:linear-gradient(135deg,#2a2360,#1f1a4a);color:#fff}.achivements__stat--accent .achivements__stat-label{color:hsla(0,0%,100%,.78)}.achivements__stat--accent .achivements__stat-value{color:#b9a4ff}@media only screen and (max-width:640px){.achivements__stat{padding:16px 14px}}.achivements__stat-value{font-size:36px;font-weight:700;line-height:1.05;letter-spacing:-.02em;color:var(--text-accent,#6849e0)}@media only screen and (min-width:641px)and (max-width:1100px){.achivements__stat-value{font-size:30px}}@media only screen and (max-width:640px){.achivements__stat-value{font-size:26px}}.achivements__stat-label{font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary,rgba(0,0,0,.6))}@media only screen and (max-width:640px){.achivements__stat-label{font-size:11px}}.achivements__budget{display:flex;align-items:center;gap:22px;margin-top:14px;padding:22px 30px;border-radius:var(--radius-block);background:linear-gradient(135deg,#2a2360,#1f1a4a 60%,#1a3f56);border:1px solid rgba(170,150,255,.28);box-shadow:0 18px 40px -18px rgba(60,45,140,.45);color:#fff}@media only screen and (max-width:640px){.achivements__budget{gap:16px;padding:18px 20px}}.achivements__budget-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,rgba(170,150,255,.25),rgba(80,220,200,.18));border:1px solid rgba(170,150,255,.35);color:hsla(0,0%,100%,.92)}.achivements__budget-icon svg{width:24px;height:24px}@media only screen and (max-width:640px){.achivements__budget-icon{width:44px;height:44px}.achivements__budget-icon svg{width:20px;height:20px}}.achivements__budget-main{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.achivements__budget-headline{font-size:17px;font-weight:600;line-height:1.3;color:#fff}.achivements__budget-headline em{font-style:normal;font-weight:400}@media only screen and (max-width:640px){.achivements__budget-headline{font-size:15px}}.achivements__budget-sub{font-size:14px;line-height:1.4;color:hsla(0,0%,100%,.75)}.achivements__budget-sub b{font-weight:600;color:#fff}@media only screen and (max-width:640px){.achivements__budget-sub{font-size:13px}}.main-form__shell{position:relative;overflow:hidden;border-radius:36px;padding:56px;background:linear-gradient(180deg,hsla(0,0%,100%,.06),hsla(0,0%,100%,.03)),rgba(33,17,82,.55);border:1px solid hsla(0,0%,100%,.08);box-shadow:0 40px 80px -40px rgba(8,4,30,.6),inset 0 1px 0 hsla(0,0%,100%,.08);isolation:isolate}.main-form__shell:before{content:"";position:absolute;inset:0;padding:1px;border-radius:inherit;background:linear-gradient(135deg,rgba(170,150,255,.45),rgba(86,150,255,.18) 35%,rgba(66,227,180,.35));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:1}@media only screen and (min-width:641px)and (max-width:1100px){.main-form__shell{padding:40px;border-radius:28px}}@media only screen and (max-width:640px){.main-form__shell{padding:28px 22px;border-radius:24px}}.main-form__aurora{position:absolute;inset:0;z-index:-2;overflow:hidden;border-radius:inherit;pointer-events:none}.main-form__aurora-blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.55;will-change:transform}.main-form__aurora-blob--1{top:-15%;left:-10%;width:480px;height:480px;background:radial-gradient(circle,rgba(121,102,250,.85) 0,rgba(121,102,250,0) 65%);-webkit-animation:aurora-drift-1 22s ease-in-out infinite;animation:aurora-drift-1 22s ease-in-out infinite}.main-form__aurora-blob--2{bottom:-25%;right:-10%;width:540px;height:540px;background:radial-gradient(circle,rgba(66,227,180,.55) 0,rgba(66,227,180,0) 65%);-webkit-animation:aurora-drift-2 28s ease-in-out infinite;animation:aurora-drift-2 28s ease-in-out infinite}.main-form__aurora-blob--3{top:30%;left:40%;width:380px;height:380px;background:radial-gradient(circle,rgba(86,150,255,.45) 0,rgba(86,150,255,0) 65%);-webkit-animation:aurora-drift-3 26s ease-in-out infinite;animation:aurora-drift-3 26s ease-in-out infinite}@-webkit-keyframes aurora-drift-1{0%,to{transform:translate(0) scale(1)}50%{transform:translate(60px,40px) scale(1.1)}}@keyframes aurora-drift-1{0%,to{transform:translate(0) scale(1)}50%{transform:translate(60px,40px) scale(1.1)}}@-webkit-keyframes aurora-drift-2{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-50px,-30px) scale(1.08)}}@keyframes aurora-drift-2{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-50px,-30px) scale(1.08)}}@-webkit-keyframes aurora-drift-3{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-40px,50px) scale(.95)}}@keyframes aurora-drift-3{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-40px,50px) scale(.95)}}.main-form__grain{position:absolute;inset:0;z-index:-1;opacity:.35;mix-blend-mode:overlay;pointer-events:none;border-radius:inherit;background-image:url("data:image/svg+xml;utf8,<svg viewBox=%270 0 200 200%27 xmlns=%27http://www.w3.org/2000/svg%27><filter id=%27n%27><feTurbulence type=%27fractalNoise%27 baseFrequency=%270.85%27 numOctaves=%272%27 stitchTiles=%27stitch%27/><feColorMatrix values=%270 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.35 0%27/></filter><rect width=%27100%25%27 height=%27100%25%27 filter=%27url%28%23n%29%27/></svg>");background-size:200px 200px}.main-form__layout{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:64px;align-items:stretch}@media only screen and (min-width:1101px)and (max-width:1200px){.main-form__layout{gap:40px}}@media only screen and (min-width:641px)and (max-width:1100px){.main-form__layout{gap:40px}}@media only screen and (max-width:640px){.main-form__layout{grid-template-columns:1fr;gap:32px}}.main-form__aside,.main-form__form{min-width:0}.main-form__aside{display:flex;flex-direction:column;gap:22px;padding-right:12px}@media only screen and (max-width:640px){.main-form__aside{padding-right:0;gap:18px}}.main-form__chip{align-self:flex-start;display:inline-flex;align-items:center;gap:10px;padding:8px 16px 8px 12px;border-radius:999px;background:rgba(66,227,180,.12);border:1px solid rgba(66,227,180,.32);color:var(--cl-green-2);font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;white-space:normal;line-height:1.2}.main-form__chip-dot{flex-shrink:0;width:8px;height:8px;border-radius:50%;background:var(--cl-green-2);box-shadow:0 0 0 0 rgba(66,227,180,.6);-webkit-animation:main-form-pulse 2s ease-out infinite;animation:main-form-pulse 2s ease-out infinite}@-webkit-keyframes main-form-pulse{0%{box-shadow:0 0 0 0 rgba(66,227,180,.55)}70%{box-shadow:0 0 0 10px rgba(66,227,180,0)}to{box-shadow:0 0 0 0 rgba(66,227,180,0)}}@keyframes main-form-pulse{0%{box-shadow:0 0 0 0 rgba(66,227,180,.55)}70%{box-shadow:0 0 0 10px rgba(66,227,180,0)}to{box-shadow:0 0 0 0 rgba(66,227,180,0)}}.main-form__lead{margin:0;font-size:32px;line-height:1.18;font-weight:700;letter-spacing:-.01em;color:var(--cl-white)}@media only screen and (min-width:1101px)and (max-width:1200px){.main-form__lead{font-size:26px}}@media only screen and (min-width:641px)and (max-width:1100px){.main-form__lead{font-size:26px}}@media only screen and (max-width:640px){.main-form__lead{font-size:22px}}.main-form__lead-accent{background:var(--lavander-blue-green-1);-webkit-background-clip:text;background-clip:text;color:transparent}.main-form__sub{margin:0;color:hsla(0,0%,100%,.82);font-size:15px;line-height:1.55;max-width:32em}.main-form__perks{list-style:none;margin:8px 0 0;padding:0;display:flex;flex-direction:column;gap:12px}.main-form__perk{display:flex;align-items:center;gap:12px;color:hsla(0,0%,100%,.84);font-size:14px;line-height:1.4}.main-form__perk-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:9px;background:rgba(66,227,180,.16);color:var(--cl-green-2);border:1px solid rgba(66,227,180,.28)}.main-form__form{position:relative;display:flex;flex-direction:column;gap:18px;padding:32px;border-radius:24px;background:linear-gradient(180deg,hsla(0,0%,100%,.06),hsla(0,0%,100%,.02)),rgba(15,5,50,.4);border:1px solid hsla(0,0%,100%,.07);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.06)}@media only screen and (max-width:640px){.main-form__form{padding:22px 18px;border-radius:20px;gap:14px}}.main-form__fields{display:flex;flex-direction:column;gap:12px}.main-form__form .field{position:relative;cursor:text}.main-form__form .field__input{display:block;width:100%;padding:26px 20px 12px;font-size:15px;line-height:22px;color:var(--cl-white);background:hsla(0,0%,100%,.11);border:1px solid hsla(0,0%,100%,.24);border-radius:16px;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease;caret-color:var(--cl-green-2)}.main-form__form .field__input:hover{border-color:rgba(170,150,255,.48);background:hsla(0,0%,100%,.1)}.main-form__form .field__input:active,.main-form__form .field__input:focus{outline:none;border-color:rgba(170,150,255,.6);background:hsla(0,0%,100%,.12);box-shadow:0 0 0 4px rgba(121,102,250,.18),0 8px 24px -10px rgba(121,102,250,.45)}.main-form__form .field__input::-moz-placeholder{color:transparent}.main-form__form .field__input::placeholder{color:transparent}.main-form__form .field__label{position:absolute;top:18px;left:21px;display:flex;align-items:center;line-height:20px;font-size:14px;color:hsla(0,0%,100%,.86);transition:transform .2s ease,font-size .2s ease,color .2s ease;pointer-events:none;z-index:1;background:transparent}.main-form__form .field--filled .field__label,.main-form__form .field:focus-within .field__label{transform:translateY(-9px);font-size:11px;letter-spacing:.04em;color:var(--cl-green-2)}.main-form__form .radio-group--button .radio-group__options{gap:10px;min-width:0}@media(max-width:960px){.main-form__form .radio-group--button .radio-group__options{flex-direction:column}}.main-form__form .radio-option{flex:1;min-width:0;padding:14px 18px;background:hsla(0,0%,100%,.11);border:1px solid hsla(0,0%,100%,.24);border-radius:14px;transition:border-color .2s ease,background .2s ease,transform .15s ease}.main-form__form .radio-option:hover:not(.radio-option--checked){background:hsla(0,0%,100%,.1);border-color:rgba(170,150,255,.48);transform:translateY(-1px)}.main-form__form .radio-option--checked{background:linear-gradient(135deg,rgba(121,102,250,.28),rgba(66,227,180,.22)),rgba(15,5,50,.6);border-color:rgba(170,150,255,.55);box-shadow:0 0 0 1px rgba(170,150,255,.25),0 8px 24px -12px rgba(121,102,250,.55)}.main-form__form .radio-option__label{font-size:13.5px;font-weight:600;color:var(--cl-white);gap:10px;min-width:0;overflow-wrap:anywhere}.main-form__form .radio-option__icon{color:#afa4ff}.main-form__form .radio-option--checked .radio-option__icon{color:var(--cl-green-2)}.main-form__submit{position:relative;margin-top:6px;overflow:hidden;color:#160b3d;font-weight:700;transition:transform .2s ease,box-shadow .25s ease;box-shadow:0 18px 40px -14px rgba(66,227,180,.55),0 6px 16px -8px rgba(121,102,250,.4)}.main-form__submit:after{content:"";position:absolute;top:0;left:-75%;width:50%;height:100%;background:linear-gradient(120deg,transparent,hsla(0,0%,100%,.55) 50%,transparent);transform:skewX(-20deg);-webkit-animation:main-form-shine 4.5s ease-in-out infinite;animation:main-form-shine 4.5s ease-in-out infinite;pointer-events:none}.main-form__submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 22px 48px -14px rgba(66,227,180,.7),0 8px 18px -8px rgba(121,102,250,.5)}.main-form__submit:hover:not(:disabled) .main-form__submit-icon{transform:translateX(4px)}.main-form__submit:disabled{opacity:.7;cursor:progress}.main-form__submit span{position:relative;z-index:1;display:inline-flex;align-items:center;gap:12px}.main-form__submit-icon{position:relative;z-index:1;transition:transform .2s ease}@-webkit-keyframes main-form-shine{0%{left:-75%}60%{left:125%}to{left:125%}}@keyframes main-form-shine{0%{left:-75%}60%{left:125%}to{left:125%}}.main-form__legal{margin:4px 0 0;font-size:13px;line-height:1.5;color:hsla(0,0%,100%,.9);text-align:center}.notify{position:fixed;top:20px;right:20px;display:flex;gap:10px;padding:30px 25px;max-width:400px;color:var(--text-contrast);border-radius:var(--radius-block);z-index:200}@media only screen and (max-width:640px){.notify{max-width:calc(100% - 40px)}}.notify--success{background:var(--bg-green-light)}.notify--error{background:var(--bg-error)}.notify__icon{flex-shrink:0}.partners__list{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}@media only screen and (min-width:641px)and (max-width:1100px){.partners__list{grid-template-columns:repeat(2,1fr);gap:12px}}@media only screen and (max-width:640px){.partners__list{grid-template-columns:1fr;gap:10px}}.partner{grid-column:span 2;min-height:180px}@media only screen and (max-width:640px){.partner{grid-column:span 1;min-height:130px}}@media only screen and (min-width:641px)and (max-width:1100px){.partner{grid-column:span 1;min-height:130px}}.partner--feature{grid-column:span 3;min-height:200px}@media only screen and (min-width:641px)and (max-width:1100px){.partner--feature{grid-column:span 1}}@media only screen and (max-width:640px){.partner--feature{min-height:150px}}.partner__link{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;height:100%;padding:26px;border-radius:24px;color:var(--text-contrast);text-decoration:none;background-color:var(--bg-contrast);box-shadow:inset 0 0 0 1px rgb(var(--cl-purple-1-raw)/.05),0 1px 2px rgb(var(--cl-purple-1-raw)/.04);transition:transform .35s cubic-bezier(.2,.7,.2,1),box-shadow .35s cubic-bezier(.2,.7,.2,1);overflow:hidden;isolation:isolate}@media only screen and (max-width:640px){.partner__link{padding:22px}}.partner__link:hover{transform:translateY(-3px);box-shadow:inset 0 0 0 1px rgb(var(--cl-purple-1-raw)/.12),0 18px 40px -20px rgb(var(--cl-purple-1-raw)/.22),0 6px 14px -6px rgb(var(--cl-purple-1-raw)/.1)}.partner__link:hover .partner__logo{opacity:1;transform:translateY(-1px)}.partner__link:focus-visible{outline:2px solid var(--cl-lavander-1);outline-offset:3px}.partner__logo{max-width:60%;max-height:48px;width:auto;height:auto;opacity:.82;transition:opacity .3s ease,transform .35s cubic-bezier(.2,.7,.2,1)}@media only screen and (max-width:640px){.partner__logo{max-width:68%;max-height:42px}}.partner--feature .partner__logo{max-width:50%;max-height:64px}@media only screen and (max-width:640px){.partner--feature .partner__logo{max-width:64%;max-height:52px}}.telegram-channel__frame.frame{position:relative;display:block;overflow:hidden;text-decoration:none;color:var(--cl-white);border:1px solid hsla(0,0%,100%,.08);background:radial-gradient(120% 140% at 0 0,rgba(121,102,250,.18) 0,rgba(121,102,250,0) 55%),radial-gradient(110% 140% at 100% 100%,rgba(86,150,255,.14) 0,rgba(86,150,255,0) 55%),linear-gradient(135deg,hsla(0,0%,100%,.04),hsla(0,0%,100%,.02));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:border-color .3s ease,transform .3s ease,box-shadow .3s ease}.telegram-channel__frame.frame:hover{border-color:hsla(0,0%,100%,.18);transform:translateY(-2px);box-shadow:0 30px 80px -40px rgba(86,150,255,.55)}.telegram-channel__frame.frame:hover .telegram-channel__glow--blue{opacity:.55}.telegram-channel__frame.frame:hover .telegram-channel__cta-arrow{transform:translateX(6px)}.telegram-channel__frame.frame:hover .telegram-channel__orb{transform:scale(1.04) rotate(-4deg)}.telegram-channel__glow{position:absolute;border-radius:50%;filter:blur(90px);pointer-events:none;z-index:0;transition:opacity .4s ease}.telegram-channel__glow--lavander{width:360px;height:360px;top:-160px;left:-120px;background:var(--cl-lavander-1);opacity:.35}.telegram-channel__glow--blue{width:380px;height:380px;bottom:-180px;right:15%;background:var(--cl-blue-1);opacity:.35}.telegram-channel__glow--green{width:260px;height:260px;top:30%;right:-80px;background:var(--cl-green-1);opacity:.18}.telegram-channel__inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr auto;align-items:center;gap:60px}@media only screen and (min-width:641px)and (max-width:1100px){.telegram-channel__inner{gap:40px}}@media only screen and (max-width:640px){.telegram-channel__inner{grid-template-columns:1fr;gap:32px}}.telegram-channel__content{min-width:0}.telegram-channel__eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:40px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.12);font-size:12px;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--cl-grey-2)}.telegram-channel__eyebrow-dot{width:8px;height:8px;border-radius:50%;background:var(--cl-blue-1);box-shadow:0 0 0 0 rgba(86,150,255,.55);-webkit-animation:telegram-pulse 2.2s ease-out infinite;animation:telegram-pulse 2.2s ease-out infinite}@-webkit-keyframes telegram-pulse{0%{box-shadow:0 0 0 0 rgba(86,150,255,.55)}70%{box-shadow:0 0 0 10px rgba(86,150,255,0)}to{box-shadow:0 0 0 0 rgba(86,150,255,0)}}@keyframes telegram-pulse{0%{box-shadow:0 0 0 0 rgba(86,150,255,.55)}70%{box-shadow:0 0 0 10px rgba(86,150,255,0)}to{box-shadow:0 0 0 0 rgba(86,150,255,0)}}.telegram-channel__title{margin-top:20px}.telegram-channel__text{margin-top:18px;max-width:620px;color:var(--cl-grey-2)}.telegram-channel__cta{display:inline-flex;align-items:center;gap:10px;margin-top:28px;padding:12px 22px;border-radius:var(--radius-button);background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.14);font-size:15px;font-weight:600;color:var(--cl-white);transition:background .25s ease,border-color .25s ease}.telegram-channel__frame:hover .telegram-channel__cta{background:rgba(86,150,255,.14);border-color:rgba(86,150,255,.45)}.telegram-channel__cta-handle{background:var(--grad-lavander-green-1) text;-webkit-text-fill-color:transparent}.telegram-channel__cta-arrow{display:inline-block;font-size:18px;line-height:1;color:var(--cl-white);transition:transform .25s ease}.telegram-channel__visual{position:relative;width:200px;height:200px;flex-shrink:0}@media only screen and (min-width:641px)and (max-width:1100px){.telegram-channel__visual{width:160px;height:160px}}@media only screen and (max-width:640px){.telegram-channel__visual{width:140px;height:140px;margin-left:auto;margin-right:auto}}.telegram-channel__ring{position:absolute;inset:0;border-radius:50%;border:1px dashed hsla(0,0%,100%,.14);pointer-events:none;-webkit-animation:telegram-spin 60s linear infinite;animation:telegram-spin 60s linear infinite}.telegram-channel__ring--inner{inset:18px;border-style:solid;border-color:hsla(0,0%,100%,.06);-webkit-animation-duration:90s;animation-duration:90s;animation-direction:reverse}@-webkit-keyframes telegram-spin{to{transform:rotate(1turn)}}@keyframes telegram-spin{to{transform:rotate(1turn)}}.telegram-channel__orb{position:absolute;inset:30px;border-radius:50%;background:linear-gradient(135deg,#2aabee,#066cd0);box-shadow:0 20px 50px -10px rgba(7,108,208,.6),inset 0 -10px 30px rgba(0,0,0,.15),inset 0 4px 12px hsla(0,0%,100%,.25);display:flex;align-items:center;justify-content:center;transition:transform .4s ease}.telegram-channel__plane{width:56%;height:56%;color:var(--cl-white);transform:translate(-3%,2%);filter:drop-shadow(0 4px 8px rgba(0,0,0,.15))}.telegram-channel__badge{position:absolute;top:8px;right:8px;width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#fa6376,#fb989d);box-shadow:0 8px 20px -4px rgba(250,99,118,.55);color:var(--cl-white);font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center}@media only screen and (max-width:640px){.telegram-channel__badge{width:28px;height:28px;font-size:12px;top:4px;right:4px}}.ai-profiles-abm__compare-col,.ai-profiles-actions__card,.ai-profiles-cases__card,.ai-profiles-custom__step,.ai-profiles-layers__card,.ai-profiles-predictions__card,.ai-profiles-privacy__card,.ai-profiles-problem__card{background:hsla(0,0%,100%,.04);border-radius:20px;padding:28px;min-width:0;overflow-wrap:anywhere}@media only screen and (max-width:640px){.ai-profiles-abm__compare-col,.ai-profiles-actions__card,.ai-profiles-cases__card,.ai-profiles-custom__step,.ai-profiles-layers__card,.ai-profiles-predictions__card,.ai-profiles-privacy__card,.ai-profiles-problem__card{padding:20px}}.ai-profiles-problem__lead{margin-top:16px;color:var(--text-light);line-height:1.7;max-width:760px;font-size:16px}.ai-profiles-problem__grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:32px}@media only screen and (max-width:640px){.ai-profiles-problem__grid{grid-template-columns:1fr}}.ai-profiles-problem__card{display:flex;flex-direction:column;gap:16px}.ai-profiles-problem__card--bad{border:1px solid rgba(231,99,99,.2)}.ai-profiles-problem__card--good{border:1px solid rgba(66,227,180,.25);background:rgba(66,227,180,.05)}.ai-profiles-problem__tag{display:inline-block;padding:4px 12px;border-radius:999px;background:rgba(231,99,99,.2);color:#ff9a95;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;width:-webkit-max-content;width:-moz-max-content;width:max-content}.ai-profiles-problem__tag--good{background:rgba(66,227,180,.18);color:var(--cl-green-2)}.ai-profiles-problem__list{display:flex;flex-direction:column;gap:10px;list-style:none;padding:0;margin:0}.ai-profiles-problem__list li{position:relative;padding-left:22px;color:var(--text-light);line-height:1.5;font-size:15px}.ai-profiles-problem__list li:before{content:"";position:absolute;left:0;top:8px;width:8px;height:8px;border-radius:50%;background:hsla(0,0%,100%,.18)}.ai-profiles-problem__card--good .ai-profiles-problem__list li{color:#fff}.ai-profiles-problem__card--good .ai-profiles-problem__list li:before{background:var(--cl-green-2)}.ai-profiles-layers__lead{margin-top:16px;color:var(--text-light);line-height:1.7;max-width:760px}.ai-profiles-layers__schema{width:min(100%,920px);margin:32px auto 0}.ai-profiles-layers__schema svg{display:block;width:100%;height:auto}@media only screen and (max-width:640px){.ai-profiles-layers__schema{margin-top:24px}}.ai-profiles-layers__stack{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:32px}@media only screen and (min-width:641px)and (max-width:1100px){.ai-profiles-layers__stack{grid-template-columns:1fr 1fr}}@media only screen and (max-width:640px){.ai-profiles-layers__stack{grid-template-columns:1fr}}.ai-profiles-layers__stack--two{grid-template-columns:1fr 1fr}@media only screen and (max-width:640px){.ai-profiles-layers__stack--two{grid-template-columns:1fr}}.ai-profiles-layers__sources{margin-top:36px;padding:26px 28px;border-radius:18px;background:rgba(121,102,250,.06);border:1px solid rgba(121,102,250,.2)}.ai-profiles-layers__sources>p{margin-top:8px;color:var(--text-light);line-height:1.6}.ai-profiles-layers__sources-eyebrow{display:inline-block;margin-bottom:8px;padding:4px 12px;border-radius:999px;background:rgba(121,102,250,.24);color:#b8aeff;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.ai-profiles-layers__sources-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:18px}@media only screen and (max-width:640px){.ai-profiles-layers__sources-grid{grid-template-columns:1fr}}.ai-profiles-layers__source{padding:18px 20px;background:hsla(0,0%,100%,.04);border-radius:14px;border-left:3px solid var(--cl-lavander-1)}.ai-profiles-layers__source p{margin-top:6px;color:var(--text-light);line-height:1.5;font-size:14px}.ai-profiles-layers__source-num{display:inline-flex;width:26px;height:26px;border-radius:50%;align-items:center;justify-content:center;background:var(--cl-lavander-1);color:#fff;font-weight:800;font-size:13px;margin-bottom:8px}.ai-profiles-layers__card{position:relative;overflow:hidden;border:1px solid hsla(0,0%,100%,.06)}.ai-profiles-layers__card:after{content:"";position:absolute;right:-40px;top:-40px;width:140px;height:140px;border-radius:50%;opacity:.12;filter:blur(30px)}.ai-profiles-layers__card--predictive:after{background:var(--cl-blue-1)}.ai-profiles-layers__card--first:after{background:var(--cl-green-2)}.ai-profiles-layers__card--lookalike:after{background:var(--cl-lavander-1)}.ai-profiles-layers__card p{margin-top:12px;color:var(--text-light);line-height:1.6}.ai-profiles-layers__head{display:flex;align-items:center;gap:12px;margin-bottom:14px;flex-wrap:wrap}.ai-profiles-layers__num{font-size:22px;font-weight:900;color:hsla(0,0%,100%,.72);line-height:1;letter-spacing:.04em}.ai-profiles-layers__chip{display:inline-block;padding:4px 12px;border-radius:999px;background:rgba(86,150,255,.22);color:#9cc4ff;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.ai-profiles-layers__chip--green{background:rgba(66,227,180,.18);color:#76f0d5}.ai-profiles-layers__chip--lavander{background:rgba(121,102,250,.24);color:#b8aeff}.ai-profiles-layers__title{margin-bottom:4px}.ai-profiles-layers__bullets{list-style:none;margin:18px 0 0;padding:0;display:flex;flex-direction:column;gap:8px}.ai-profiles-layers__bullets li{position:relative;padding-left:16px;font-size:14px;color:var(--text-light);line-height:1.5}.ai-profiles-layers__bullets li:before{content:"·";position:absolute;left:0;top:-2px;color:var(--cl-lavander-1);font-size:22px;line-height:1}.ai-profiles-layers__flow{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;margin-top:36px;padding:22px;background:rgba(121,102,250,.06);border:1px dashed rgba(121,102,250,.3);border-radius:18px}.ai-profiles-layers__flow-node{padding:10px 16px;border-radius:100px;background:hsla(0,0%,100%,.06);color:#fff;font-weight:700;font-size:14px}.ai-profiles-layers__flow-node--out{background:var(--grad-lavander-green-2);color:#fff;font-weight:800}.ai-profiles-layers__flow-arrow{color:var(--cl-lavander-1);font-weight:800;font-size:18px}.ai-profiles-predictions__lead{margin-top:16px;color:var(--text-light);line-height:1.7;max-width:720px}.ai-profiles-predictions__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:36px}@media only screen and (min-width:641px)and (max-width:1100px){.ai-profiles-predictions__grid{grid-template-columns:1fr 1fr}}@media only screen and (max-width:640px){.ai-profiles-predictions__grid{grid-template-columns:1fr}}.ai-profiles-predictions__card{border:1px solid hsla(0,0%,100%,.06)}.ai-profiles-predictions__card p{margin-top:8px;margin-bottom:16px;color:var(--text-light);line-height:1.55;font-size:14px}.ai-profiles-predictions__icon{width:44px;height:44px;border-radius:12px;background:rgba(121,102,250,.15);color:var(--cl-lavander-1);display:flex;align-items:center;justify-content:center;margin-bottom:12px}.ai-profiles-predictions__split{display:grid;grid-template-columns:1fr auto;grid-auto-rows:minmax(20px,auto);gap:6px 10px;align-items:center;font-size:12px;color:var(--text-light);font-weight:700}.ai-profiles-predictions__split-bar{height:8px;background:hsla(0,0%,100%,.05);border-radius:4px;overflow:hidden}.ai-profiles-predictions__split-bar i{display:block;height:100%;width:var(--w);background:var(--c);border-radius:4px}.ai-profiles-predictions__bars{display:flex;align-items:flex-end;gap:6px;height:70px;margin-bottom:6px}.ai-profiles-predictions__bars i{flex:1;height:var(--h);background:linear-gradient(to top,rgba(121,102,250,.4),var(--cl-lavander-1));border-radius:6px 6px 2px 2px}.ai-profiles-predictions__bars-axis{display:flex;justify-content:space-between;font-size:10px;color:var(--text-light);font-weight:700;letter-spacing:.05em}.ai-profiles-predictions__bars-axis span{flex:1;text-align:center}.ai-profiles-predictions__income{display:flex;flex-wrap:wrap;gap:6px}.ai-profiles-predictions__income-pill{padding:6px 12px;border-radius:100px;background:hsla(0,0%,100%,.05);color:var(--text-light);font-size:12px;font-weight:700}.ai-profiles-predictions__income-pill--active{background:var(--grad-yellow-green-1);color:var(--cl-purple-1)}.ai-profiles-predictions__chips{display:flex;flex-wrap:wrap;gap:6px}.ai-profiles-predictions__chips span{padding:6px 12px;border-radius:100px;background:rgba(86,150,255,.12);color:var(--cl-blue-1);font-size:12px;font-weight:700}.ai-profiles-predictions__roles{display:flex;flex-direction:column;gap:6px}.ai-profiles-predictions__role{padding:8px 12px;background:hsla(0,0%,100%,.05);border-radius:10px;color:var(--text-light);font-size:13px;font-weight:700;border-left:3px solid hsla(0,0%,100%,.15)}.ai-profiles-predictions__role--top{color:#fff;background:rgba(121,102,250,.18);border-left-color:var(--cl-lavander-1)}.ai-profiles-predictions__biz{display:flex;gap:8px}.ai-profiles-predictions__biz-tier{flex:1;text-align:center;padding:14px 10px;border-radius:12px;background:hsla(0,0%,100%,.04);color:var(--text-light);font-size:13px;font-weight:800;letter-spacing:.04em}.ai-profiles-predictions__biz-tier--mid{background:rgba(66,227,180,.18);color:var(--cl-green-2)}.ai-profiles-predictions__note{margin-top:28px;padding:16px 20px;background:hsla(0,0%,100%,.04);border-radius:12px;color:var(--text-light);font-size:14px;line-height:1.6}.ai-profiles-predictions__note a{color:var(--cl-lavander-1);font-weight:700;text-decoration:none}.ai-profiles-predictions__note a:hover{text-decoration:underline}.ai-profiles-custom__lead{margin-top:16px;color:var(--text-light);line-height:1.7;max-width:760px}.ai-profiles-custom__pipeline{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr);gap:16px;align-items:stretch;margin-top:36px}@media only screen and (min-width:1101px)and (max-width:1200px){.ai-profiles-custom__pipeline{grid-template-columns:1fr}}@media only screen and (min-width:641px)and (max-width:1100px){.ai-profiles-custom__pipeline{grid-template-columns:1fr}}@media only screen and (max-width:640px){.ai-profiles-custom__pipeline{grid-template-columns:1fr}}.ai-profiles-custom__step{min-width:0;overflow-wrap:anywhere;position:relative;border:1px solid hsla(0,0%,100%,.06)}.ai-profiles-custom__step p{margin-top:10px;margin-bottom:14px;color:var(--text-light);line-height:1.55;font-size:14px}.ai-profiles-custom__step--match{border-color:rgba(121,102,250,.3);background:rgba(121,102,250,.06)}.ai-profiles-custom__step-num{display:inline-flex;width:30px;height:30px;border-radius:50%;align-items:center;justify-content:center;background:var(--cl-lavander-1);color:#fff;font-weight:800;font-size:14px;margin-bottom:12px}.ai-profiles-custom__arrow{align-self:center;font-size:22px;color:var(--cl-lavander-1);font-weight:800}@media only screen and (min-width:1101px)and (max-width:1200px){.ai-profiles-custom__arrow{transform:rotate(90deg);align-self:center;justify-self:center}}@media only screen and (min-width:641px)and (max-width:1100px){.ai-profiles-custom__arrow{transform:rotate(90deg);align-self:center;justify-self:center}}@media only screen and (max-width:640px){.ai-profiles-custom__arrow{transform:rotate(90deg);align-self:center;justify-self:center}}.ai-profiles-custom__signal-list{display:flex;flex-direction:column;gap:8px}.ai-profiles-custom__signal{padding:10px 12px;background:rgba(86,150,255,.1);border-left:3px solid var(--cl-blue-1);border-radius:0 10px 10px 0;color:#fff;font-size:13px;font-weight:600;font-family:ui-monospace,Menlo,monospace}.ai-profiles-custom__models{display:flex;flex-direction:column;gap:6px;color:var(--text-light);font-size:13px;line-height:1.5}.ai-profiles-custom__match{display:flex;flex-direction:column;gap:10px}.ai-profiles-custom__match-row{display:grid;grid-template-columns:minmax(0,1fr) 70px 36px;gap:10px;align-items:center;font-size:13px;color:var(--text-light)}.ai-profiles-custom__match-row span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ai-profiles-custom__match-row i{height:8px;background:hsla(0,0%,100%,.06);border-radius:4px;position:relative;overflow:hidden}.ai-profiles-custom__match-row i:after{content:"";position:absolute;left:0;top:0;height:100%;width:var(--w);background:var(--grad-lavander-green-2);border-radius:4px}.ai-profiles-custom__match-row strong{color:var(--cl-lavander-1);font-weight:800;text-align:right;font-size:13px}.ai-profiles-custom__note{margin-top:28px;padding:18px 22px;background:rgba(244,248,68,.08);border-left:3px solid #f4f844;border-radius:0 12px 12px 0}.ai-profiles-custom__note p{margin-top:4px;color:#fff;line-height:1.6;font-size:14px}.ai-profiles-custom__note strong{color:#f4f844}.ai-profiles-custom__note-eyebrow{display:inline-block;color:#f4f844;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.ai-profiles-cases__lead{max-width:760px}.ai-profiles-actions__lead,.ai-profiles-cases__lead{margin-top:16px;color:var(--text-light);line-height:1.7}.ai-profiles-actions__lead{max-width:720px}.ai-profiles-actions__split{max-width:920px;margin-top:30px;min-width:0}.ai-profiles-actions__split svg{display:block;width:100%;height:auto}.ai-profiles-actions__split text{font-family:var(--ff-manrope)}.ai-profiles-actions__grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:36px}@media only screen and (max-width:640px){.ai-profiles-actions__grid{grid-template-columns:1fr}}.ai-profiles-actions__card{border:1px solid hsla(0,0%,100%,.06)}.ai-profiles-actions__card p{margin-top:12px;color:var(--text-light);line-height:1.6}.ai-profiles-actions__card--site{border-color:rgba(121,102,250,.25)}.ai-profiles-actions__card--external{border-color:rgba(66,227,180,.25)}.ai-profiles-actions__head{display:flex;flex-direction:column;gap:8px;margin-bottom:4px}.ai-profiles-actions__chip{display:inline-block;padding:4px 12px;border-radius:999px;background:rgba(121,102,250,.18);color:var(--cl-lavander-1);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;width:-webkit-max-content;width:-moz-max-content;width:max-content}.ai-profiles-actions__chip--green{background:rgba(66,227,180,.18);color:var(--cl-green-2)}.ai-profiles-actions__demo{margin-top:18px;display:flex;flex-direction:column;gap:10px}.ai-profiles-actions__demo-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:10px 12px;background:hsla(0,0%,100%,.04);border-radius:10px}@media only screen and (max-width:640px){.ai-profiles-actions__demo-row{align-items:flex-start;flex-direction:column}}.ai-profiles-actions__demo-tag{padding:4px 10px;border-radius:999px;background:rgba(121,102,250,.2);color:var(--cl-lavander-1);font-size:12px;font-weight:700}.ai-profiles-actions__demo-tag--alt{background:rgba(86,150,255,.2);color:var(--cl-blue-1)}.ai-profiles-actions__demo-tag--alt2{background:rgba(244,248,68,.18);color:#f4f844}.ai-profiles-actions__demo-line{color:var(--text-light);font-size:13px;flex:1 1 220px;min-width:min(100%,220px);overflow-wrap:break-word}@media only screen and (max-width:640px){.ai-profiles-actions__demo-line{flex:0 1 auto;min-width:0;width:100%}}.ai-profiles-actions__link{display:inline-flex;align-items:center;margin-top:18px;color:var(--cl-lavander-1);font-weight:800;text-decoration:none;font-size:14px}.ai-profiles-actions__link:hover{text-decoration:underline}.ai-profiles-actions__integrations{list-style:none;margin:18px 0 0;padding:0;display:flex;flex-direction:column;gap:10px}.ai-profiles-actions__integrations li{display:flex;flex-wrap:wrap;gap:4px 12px;align-items:baseline;padding:10px 14px;background:hsla(0,0%,100%,.04);border-radius:12px}.ai-profiles-actions__int-name{font-weight:800;color:#fff;font-size:14px}.ai-profiles-actions__int-desc{color:var(--text-light);font-size:13px}.ai-profiles-actions__bonus{margin-top:20px;padding:22px 24px;border-radius:16px;background:linear-gradient(120deg,rgba(121,102,250,.15),rgba(66,227,180,.1));border:1px solid rgba(121,102,250,.25)}.ai-profiles-actions__bonus p{margin-top:8px;color:var(--text-light);line-height:1.55;font-size:14px}.ai-profiles-actions__bonus-eyebrow{display:inline-block;margin-bottom:8px;color:var(--cl-green-2);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.ai-profiles-realtime__lead{margin-top:16px;color:var(--text-light);line-height:1.7;max-width:720px}.ai-profiles-realtime__timeline{position:relative;margin-top:40px;padding-left:32px}.ai-profiles-realtime__timeline:before{content:"";position:absolute;left:7px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,rgba(86,150,255,.3),rgba(121,102,250,.3),rgba(66,227,180,.4))}.ai-profiles-realtime__step{position:relative;padding:0 0 32px}.ai-profiles-realtime__step p{margin-top:6px;color:var(--text-light);line-height:1.55;font-size:14px}.ai-profiles-realtime__step:last-child{padding-bottom:0}.ai-profiles-realtime__time{display:inline-block;margin-bottom:6px;padding:3px 10px;border-radius:999px;background:hsla(0,0%,100%,.06);color:var(--text-light);font-size:11px;font-weight:800;letter-spacing:.06em;font-family:ui-monospace,Menlo,monospace}.ai-profiles-realtime__dot{position:absolute;left:-32px;top:0;width:16px;height:16px;border-radius:50%;background:var(--cl-blue-1);box-shadow:0 0 0 4px rgba(86,150,255,.18)}.ai-profiles-realtime__dot--mid{background:var(--cl-lavander-1);box-shadow:0 0 0 4px rgba(121,102,250,.25)}.ai-profiles-realtime__dot--hot{background:var(--cl-green-2);box-shadow:0 0 0 4px rgba(66,227,180,.3)}.ai-profiles-realtime__guess{margin-top:12px;padding:12px 14px;background:hsla(0,0%,100%,.04);border-radius:12px;border-left:3px solid var(--cl-lavander-1)}.ai-profiles-realtime__guess strong{display:block;color:#fff;font-size:13px;font-weight:800;margin-bottom:2px}.ai-profiles-realtime__guess span{color:var(--text-light);font-size:13px;line-height:1.5}.ai-profiles-realtime__guess--hot{border-left-color:var(--cl-green-2);background:rgba(66,227,180,.08)}.ai-profiles-realtime__guess--hot strong{color:var(--cl-green-2)}.ai-profiles-realtime__perf{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:36px;padding:24px;background:hsla(0,0%,100%,.04);border-radius:18px}@media only screen and (max-width:640px){.ai-profiles-realtime__perf{grid-template-columns:1fr}}.ai-profiles-realtime__perf-stat{display:flex;flex-direction:column;gap:4px}.ai-profiles-realtime__perf-value{font-size:28px;font-weight:900;line-height:1.1;background:var(--grad-lavander-green-1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media only screen and (max-width:640px){.ai-profiles-realtime__perf-value{font-size:24px}}.ai-profiles-realtime__perf-label{color:var(--text-light);font-size:13px;line-height:1.4}.ai-profiles-abm__head{max-width:760px}.ai-profiles-abm__eyebrow{display:inline-block;margin-bottom:14px;padding:6px 14px;border-radius:999px;background:rgba(121,102,250,.18);color:var(--cl-lavander-1);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.ai-profiles-abm__lead{margin-top:18px;color:var(--text-light);line-height:1.7;font-size:16px}.ai-profiles-abm__compare{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:36px}@media only screen and (max-width:640px){.ai-profiles-abm__compare{grid-template-columns:1fr}}.ai-profiles-abm__compare-col{border:1px solid hsla(0,0%,100%,.06)}.ai-profiles-abm__compare-col ul{list-style:none;margin:16px 0 0;padding:0;display:flex;flex-direction:column;gap:10px}.ai-profiles-abm__compare-col li{position:relative;padding-left:22px;color:var(--text-light);line-height:1.5;font-size:14px}.ai-profiles-abm__compare-col li:before{content:"";position:absolute;left:0;top:7px;width:8px;height:8px;border-radius:50%;background:hsla(0,0%,100%,.18)}.ai-profiles-abm__compare-col--new{border-color:rgba(121,102,250,.3);background:rgba(121,102,250,.06)}.ai-profiles-abm__compare-col--new li{color:#fff}.ai-profiles-abm__compare-col--new li:before{background:var(--cl-lavander-1)}.ai-profiles-abm__compare-tag{display:inline-block;padding:4px 12px;border-radius:999px;background:hsla(0,0%,100%,.06);color:var(--text-light);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.ai-profiles-abm__compare-tag--new{background:var(--grad-lavander-green-2);color:#fff}.ai-profiles-cases__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:36px}@media only screen and (min-width:641px)and (max-width:1100px){.ai-profiles-cases__grid{grid-template-columns:1fr 1fr}}@media only screen and (max-width:640px){.ai-profiles-cases__grid{grid-template-columns:1fr}}.ai-profiles-cases__card{border:1px solid hsla(0,0%,100%,.06);transition:transform .2s,border-color .2s}.ai-profiles-cases__card:hover{transform:translateY(-2px);border-color:rgba(121,102,250,.3)}.ai-profiles-cases__card--a .ai-profiles-cases__icon{background:rgba(121,102,250,.18);color:var(--cl-lavander-1)}.ai-profiles-cases__card--b .ai-profiles-cases__icon{background:rgba(86,150,255,.18);color:var(--cl-blue-1)}.ai-profiles-cases__card--c .ai-profiles-cases__icon{background:rgba(66,227,180,.18);color:var(--cl-green-2)}.ai-profiles-cases__card--d .ai-profiles-cases__icon{background:rgba(244,248,68,.18);color:#f4f844}.ai-profiles-cases__card--e .ai-profiles-cases__icon{background:rgba(231,99,99,.18);color:#e76363}.ai-profiles-cases__card--f .ai-profiles-cases__icon{background:rgba(255,182,224,.2);color:#ffb6e0}.ai-profiles-cases__icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.ai-profiles-cases__title{margin-bottom:8px}.ai-profiles-cases__desc{color:var(--text-light);line-height:1.55;font-size:14px;margin-bottom:16px}.ai-profiles-cases__example{padding:12px 14px;background:hsla(0,0%,100%,.04);border-radius:12px}.ai-profiles-cases__example p{margin-top:4px;color:#fff;line-height:1.5;font-size:13px}.ai-profiles-cases__example-label{display:inline-block;margin-bottom:4px;color:var(--cl-lavander-1);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.ai-profiles-privacy__lead{margin-top:16px;color:var(--text-light);line-height:1.7;max-width:760px;font-size:16px}.ai-profiles-privacy__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:36px}@media only screen and (min-width:641px)and (max-width:1100px){.ai-profiles-privacy__grid{grid-template-columns:1fr 1fr}}@media only screen and (max-width:640px){.ai-profiles-privacy__grid{grid-template-columns:1fr}}.ai-profiles-privacy__card{border:1px solid rgba(66,227,180,.18);background:rgba(66,227,180,.04)}.ai-profiles-privacy__card p{margin-top:8px;color:var(--text-light);line-height:1.5;font-size:13px}.ai-profiles-privacy__check{display:inline-flex;width:36px;height:36px;border-radius:10px;background:rgba(66,227,180,.2);color:var(--cl-green-2);align-items:center;justify-content:center;margin-bottom:14px}.bundle-included .section__container{padding-top:0;padding-bottom:0}.bundle-included__inner{position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:48px;align-items:center;padding:56px 44px 48px;border-radius:28px;background:radial-gradient(circle at 18% 0,rgba(86,150,255,.22),transparent 55%),radial-gradient(circle at 82% 100%,rgba(244,248,68,.1),transparent 60%),linear-gradient(135deg,rgba(121,102,250,.18),rgba(86,150,255,.12));border:1px solid rgba(170,150,255,.32);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.06),0 24px 60px -24px rgba(121,102,250,.35)}@media only screen and (max-width:640px){.bundle-included__inner{grid-template-columns:1fr;gap:24px;padding:48px 22px 28px;border-radius:22px}}@media only screen and (min-width:641px)and (max-width:1100px){.bundle-included__inner{grid-template-columns:1fr;gap:24px;padding:48px 22px 28px;border-radius:22px}}.bundle-included__arrow{position:absolute;top:-22px;left:50%;transform:translateX(-50%);display:inline-flex;align-items:center;gap:10px;padding:8px 16px 8px 12px;border-radius:100px;background:linear-gradient(135deg,rgba(121,102,250,.95),rgba(86,150,255,.95));color:#fff;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;box-shadow:0 10px 30px -8px rgba(121,102,250,.6)}.bundle-included__arrow svg{width:22px;height:22px;color:#fff}.bundle-included__arrow-label{white-space:nowrap}.bundle-included__head{min-width:0}.bundle-included__eyebrow{display:inline-block;padding:5px 12px;border-radius:100px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.14);color:hsla(0,0%,100%,.85);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px}.bundle-included__title{margin:0 0 12px}.bundle-included__lead{margin:0;font-size:15px;line-height:1.55;color:hsla(0,0%,100%,.72);max-width:30em}.bundle-included__chips{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:8px;align-content:center;justify-content:flex-start}@media only screen and (max-width:640px){.bundle-included__chips{justify-content:flex-start}}@media only screen and (min-width:641px)and (max-width:1100px){.bundle-included__chips{justify-content:flex-start}}.bundle-included__chip{display:inline-flex}.bundle-included__chip-link{display:inline-flex;align-items:center;gap:8px;padding:10px 16px 10px 12px;border-radius:12px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.14);font-size:14px;font-weight:500;line-height:1.3;color:hsla(0,0%,100%,.92);text-decoration:none;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.bundle-included__chip-link:hover{background:rgba(170,150,255,.18);border-color:rgba(170,150,255,.5);color:#fff;transform:translateY(-2px)}.bundle-included__chip-plus{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:rgba(170,150,255,.28);border:1px solid rgba(170,150,255,.45);color:#fff;font-weight:700;font-size:13px;line-height:1}.bundle-included__chip-label{white-space:nowrap}