:root{--website-primary:#8b5cf6;--website-primary-dark:#7c3aed;--website-primary-light:#a78bfa;--orb-primary:#8152e0;--orb-secondary:#e61ae6;--orb-tertiary:#e085a3;--orb-bg:#f0eef5;--website-text:#1a1a2e;--website-text-muted:#64748b;--website-text-light:#94a3b8;--website-bg:#fff;--website-bg-alt:#f8fafc;--website-bg-dark:#1a1a2e;--website-container-max:1200px;--website-space-xs:0.25rem;--website-space-sm:0.5rem;--website-space-md:1rem;--website-space-lg:1.5rem;--website-space-xl:2rem;--website-space-2xl:3rem;--website-space-3xl:4rem;--website-space-4xl:6rem;--website-font-sans:var(--font-inter),ui-sans-serif,system-ui,-apple-system,sans-serif;--website-font-size-xs:0.75rem;--website-font-size-sm:0.875rem;--website-font-size-base:1rem;--website-font-size-lg:1.125rem;--website-font-size-xl:1.25rem;--website-font-size-2xl:1.5rem;--website-font-size-3xl:1.875rem;--website-font-size-4xl:2.25rem;--website-font-size-5xl:3rem;--website-font-size-6xl:3.75rem;--website-radius-sm:0.375rem;--website-radius-md:0.5rem;--website-radius-lg:0.75rem;--website-radius-xl:1rem;--website-radius-2xl:1.5rem;--website-radius-full:9999px;--website-shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--website-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--website-shadow-md:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--website-shadow-lg:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--website-transition-fast:150ms ease;--website-transition-base:200ms ease;--website-transition-slow:300ms ease}.website-root{overflow-x:hidden;width:100%}.website-header{position:fixed;top:0;left:0;right:0;z-index:100;padding:var(--website-space-lg) 0;transition:background var(--website-transition-base),backdrop-filter var(--website-transition-base)}.website-header--scrolled{background:hsla(0,0%,100%,.8);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.05)}.website-header--solid{background:#fff;border-bottom:1px solid rgba(0,0,0,.05)}.website-header__container{max-width:var(--website-container-max);margin:0 auto;padding:0 var(--website-space-xl);display:flex;align-items:center;justify-content:space-between}.website-header__logo{display:flex;align-items:center;gap:var(--website-space-sm);font-size:var(--website-font-size-xl);font-weight:700;color:var(--website-text);text-decoration:none!important}.website-header__logo-img{height:40px;width:auto;-o-object-fit:contain;object-fit:contain}.website-header__nav{display:flex;align-items:center;gap:var(--website-space-xl)}.website-header__nav a{font-size:var(--website-font-size-sm);font-weight:500;color:var(--website-text-muted);text-decoration:none!important;transition:color var(--website-transition-fast)}.website-header__nav a:hover{color:var(--website-text)}.website-header__nav-highlight{color:#f59e0b!important;font-weight:600!important;background:linear-gradient(135deg,#fef3c7,#fde68a);padding:var(--website-space-xs) var(--website-space-sm)!important;border-radius:var(--website-radius-md);transition:all .2s ease!important}.website-header__nav-highlight:hover{background:linear-gradient(135deg,#fde68a,#fcd34d);transform:translateY(-1px)}.website-header__cta{display:inline-flex;align-items:center;padding:var(--website-space-sm) var(--website-space-lg);font-size:var(--website-font-size-sm);font-weight:600;color:#fff!important;background:linear-gradient(135deg,#2563eb,#9333ea);border-radius:var(--website-radius-full);text-decoration:none!important;transition:background var(--website-transition-fast),transform var(--website-transition-fast)}.website-header__cta:hover{background:var(--website-primary-dark);transform:translateY(-1px)}.website-header__menu-btn{display:none;padding:var(--website-space-sm);background:transparent;border:none;cursor:pointer;color:var(--website-text)}.website-header__mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid rgba(0,0,0,.1);box-shadow:0 4px 20px rgba(0,0,0,.1);padding:var(--website-space-lg);z-index:999}.website-header__mobile-menu nav{display:flex;flex-direction:column;gap:var(--website-space-sm)}.website-header__mobile-menu nav a{display:block;padding:var(--website-space-md) var(--website-space-lg);font-size:var(--website-font-size-base);font-weight:500;color:var(--website-text);text-decoration:none;border-radius:var(--website-radius-md);transition:background .2s}.website-header__mobile-menu nav a:hover{background:var(--website-bg-alt)}.website-header__mobile-menu .website-header__cta{margin-top:var(--website-space-sm);text-align:center;justify-content:center}@media (max-width:768px){.website-header__nav{display:none}.website-header__menu-btn{display:flex}.website-header__mobile-menu{display:block}.website-header__container{padding:0 var(--website-space-lg)}}.website-footer{padding:var(--website-space-3xl) 0;background:var(--website-bg-alt);border-top:1px solid rgba(0,0,0,.05)}.website-footer__container{max-width:var(--website-container-max);margin:0 auto;padding:0 var(--website-space-xl);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:var(--website-space-lg)}.website-footer__links{display:flex;flex-wrap:wrap;gap:var(--website-space-md) var(--website-space-xl)}.website-footer__links a{font-size:var(--website-font-size-sm);color:var(--website-text-muted);text-decoration:none!important;transition:color var(--website-transition-fast);white-space:nowrap}.website-footer__links a:hover{color:var(--website-text)}.website-footer__copy{font-size:var(--website-font-size-sm);color:var(--website-text-light)}@media (max-width:768px){.website-footer{padding:var(--website-space-2xl) 0}.website-footer__container{flex-direction:column;gap:var(--website-space-lg);text-align:center;padding:0 var(--website-space-lg)}.website-footer__links{justify-content:center;gap:var(--website-space-sm) var(--website-space-lg)}.website-footer__links a{font-size:var(--website-font-size-xs)}}.hero-orb-section{position:relative;min-height:100vh;display:flex;flex-direction:column;background:var(--orb-bg);overflow:hidden}.hero-orb-section__content{position:relative;z-index:10;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:calc(80px + var(--website-space-3xl)) var(--website-space-xl) var(--website-space-3xl)}.hero-orb-section__badge{display:inline-flex;align-items:center;gap:var(--website-space-sm);padding:var(--website-space-sm) var(--website-space-lg);font-size:var(--website-font-size-sm);font-weight:500;color:var(--website-primary-dark);background:#fff;border-radius:var(--website-radius-full);box-shadow:var(--website-shadow-md);margin-bottom:var(--website-space-xl)}.hero-orb-section__title{font-size:clamp(var(--website-font-size-3xl),6vw,var(--website-font-size-6xl));font-weight:800;line-height:1.1;color:var(--website-text);margin:0 0 var(--website-space-lg);max-width:900px}.hero-orb-section__subtitle{font-size:var(--website-font-size-xl);color:var(--website-text-muted);margin:0 0 var(--website-space-2xl);max-width:600px}.hero-orb-section__actions{display:flex;flex-wrap:wrap;gap:var(--website-space-md);justify-content:center}.btn-pill{display:inline-flex;align-items:center;justify-content:center;gap:var(--website-space-sm);padding:var(--website-space-md) var(--website-space-xl);font-size:var(--website-font-size-base);font-weight:600;border-radius:var(--website-radius-full);text-decoration:none!important;transition:all var(--website-transition-fast);border:none;cursor:pointer}.btn-pill--primary{color:#fff;background:linear-gradient(135deg,#2563eb,#9333ea);box-shadow:0 4px 14px rgba(37,99,235,.3)}.btn-pill--primary:hover{background:linear-gradient(135deg,#1d4ed8,#7e22ce);transform:translateY(-2px);box-shadow:0 6px 20px rgba(37,99,235,.4)}.btn-pill--sm{padding:var(--website-space-sm) var(--website-space-lg);font-size:var(--website-font-size-sm)}.btn-pill--ghost{color:var(--website-text);background:hsla(0,0%,100%,.8);backdrop-filter:blur(8px);box-shadow:var(--website-shadow)}.btn-pill--ghost:hover{background:#fff;transform:translateY(-2px)}.btn-pill--outline{color:var(--website-primary);background:transparent;border:2px solid var(--website-primary)}.btn-pill--outline:hover{background:var(--website-primary);color:#fff}.btn-pill--white{color:var(--website-primary-dark);background:#fff;box-shadow:var(--website-shadow-md)}.btn-pill--white:hover{transform:translateY(-2px);box-shadow:var(--website-shadow-lg)}.btn-pill--ghost-dark{color:#fff;background:hsla(0,0%,100%,.15);backdrop-filter:blur(8px)}.btn-pill--ghost-dark:hover{background:hsla(0,0%,100%,.25)}.messengers-section{position:relative;z-index:10;padding-bottom:var(--website-space-3xl);text-align:center}.messengers-section--inline{margin-top:var(--website-space-2xl);padding-bottom:0}.messengers-section__label{display:block;font-size:var(--website-font-size-sm);color:var(--website-text-muted);margin-bottom:var(--website-space-md)}.messengers-section__logos{display:flex;justify-content:center;gap:var(--website-space-xl)}.messenger-logo{width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:var(--website-text-muted);opacity:.7;transition:opacity var(--website-transition-fast),transform var(--website-transition-fast)}.messenger-logo:hover{opacity:1;transform:scale(1.1)}.messenger-logo svg{width:36px;height:36px}.website-section{padding:var(--website-space-4xl) 0}.website-section--alt{background:var(--website-bg-alt)}.website-section--dark{background:var(--website-bg-dark);color:#fff}.website-container{max-width:var(--website-container-max);margin:0 auto;padding:0 var(--website-space-xl)}.section-header{margin-bottom:var(--website-space-3xl)}.section-header--center{text-align:center;max-width:700px;margin-left:auto;margin-right:auto}.section-header__eyebrow{display:inline-block;font-size:var(--website-font-size-sm);font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--website-primary);margin-bottom:var(--website-space-md)}.section-header__title{font-size:var(--website-font-size-4xl);font-weight:700;color:var(--website-text);margin:0 0 var(--website-space-md)}.website-section--dark .section-header__title{color:#fff}.section-header__subtitle{font-size:var(--website-font-size-lg);color:var(--website-text-muted);margin:0}.website-section--dark .section-header__subtitle{color:hsla(0,0%,100%,.7)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--website-space-xl)}.features-grid--4col{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.audience-card{background:#fff;border-radius:var(--website-radius-xl);padding:var(--website-space-xl);box-shadow:var(--website-shadow);transition:transform var(--website-transition-fast),box-shadow var(--website-transition-fast)}.audience-card:hover{transform:translateY(-4px);box-shadow:var(--website-shadow-lg)}.audience-card__icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--website-primary-light),var(--website-primary));border-radius:var(--website-radius-lg);color:#fff;margin-bottom:var(--website-space-lg)}.audience-card__title{font-size:var(--website-font-size-xl);font-weight:700;color:var(--website-text);margin:0 0 var(--website-space-xs)}.audience-card__subtitle{font-size:var(--website-font-size-sm);color:var(--website-text-light);margin:0 0 var(--website-space-md)}.audience-card__text{font-size:var(--website-font-size-base);color:var(--website-text-muted);margin:0 0 var(--website-space-lg);line-height:1.6}.audience-card__features{list-style:none;padding:0;margin:0}.audience-card__features li{position:relative;padding-left:var(--website-space-lg);font-size:var(--website-font-size-sm);color:var(--website-text);margin-bottom:var(--website-space-sm)}.audience-card__features li:before{content:"";position:absolute;left:0;top:.5em;width:6px;height:6px;background:var(--website-primary);border-radius:50%}.feature-card{background:#fff;border-radius:var(--website-radius-lg);padding:var(--website-space-lg);box-shadow:var(--website-shadow-sm);transition:transform var(--website-transition-fast),box-shadow var(--website-transition-fast)}.feature-card:hover{transform:translateY(-2px);box-shadow:var(--website-shadow)}.feature-card__icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--website-bg-alt);border-radius:var(--website-radius-md);color:var(--website-primary);margin-bottom:var(--website-space-md)}.feature-card__title{font-size:var(--website-font-size-lg);font-weight:600;color:var(--website-text);margin:0 0 var(--website-space-sm)}.feature-card__text{font-size:var(--website-font-size-sm);color:var(--website-text-muted);margin:0;line-height:1.5}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:var(--website-space-xl);counter-reset:step}.step-card{position:relative;text-align:center}.step-card__number{width:56px;height:56px;display:inline-flex;align-items:center;justify-content:center;font-size:var(--website-font-size-xl);font-weight:700;color:#fff;background:var(--website-primary);border-radius:50%;margin-bottom:var(--website-space-lg)}.step-card__title{font-size:var(--website-font-size-lg);font-weight:600;color:var(--website-text);margin:0 0 var(--website-space-sm)}.step-card__text{font-size:var(--website-font-size-base);color:var(--website-text-muted);margin:0;line-height:1.5}.cta-section{padding:var(--website-space-4xl) 0;background:linear-gradient(135deg,#2563eb,#9333ea);text-align:center}.cta-section__title{font-size:var(--website-font-size-4xl);font-weight:700;color:#fff;margin:0 0 var(--website-space-md)}.cta-section__text{font-size:var(--website-font-size-lg);color:hsla(0,0%,100%,.85);margin:0 0 var(--website-space-2xl);max-width:500px;margin-left:auto;margin-right:auto}.cta-section__actions{display:flex;flex-wrap:wrap;gap:var(--website-space-md);justify-content:center}.text-center{text-align:center}@media (max-width:640px){.hero-orb-section__title{font-size:var(--website-font-size-3xl)}.hero-orb-section__actions{flex-direction:column;width:100%;padding:0 var(--website-space-lg)}.btn-pill{width:100%;justify-content:center}.section-header__title{font-size:var(--website-font-size-3xl)}}.terms-content{max-width:800px;margin:0 auto;padding-bottom:var(--website-space-4xl)}.terms-content h1{font-size:var(--website-font-size-4xl);font-weight:700;color:var(--website-text);margin-bottom:var(--website-space-2xl)}.terms-content h2{font-size:var(--website-font-size-2xl);margin-top:var(--website-space-3xl);margin-bottom:var(--website-space-lg)}.terms-content h2,.terms-content h3{font-weight:600;color:var(--website-text)}.terms-content h3{font-size:var(--website-font-size-xl);margin-top:var(--website-space-2xl)}.terms-content h3,.terms-content p{margin-bottom:var(--website-space-md)}.terms-content p{font-size:var(--website-font-size-base);line-height:1.7;color:var(--website-text-muted)}.terms-content ul{margin:var(--website-space-md) 0;padding-left:var(--website-space-xl)}.terms-content ul li{font-size:var(--website-font-size-base);line-height:1.7;color:var(--website-text-muted);margin-bottom:var(--website-space-sm)}.terms-content a{color:var(--website-primary);text-decoration:none}.terms-content a:hover{text-decoration:underline}.terms-important{border-left:4px solid var(--website-primary);margin-bottom:var(--website-space-2xl)}.terms-important,.terms-requisites{background:var(--website-bg-alt);padding:var(--website-space-lg);border-radius:var(--website-radius-md)}.terms-requisites{margin-top:var(--website-space-lg)}.terms-requisites p{margin-bottom:var(--website-space-xs)}.browser-frame{background:#fff;border-radius:var(--website-radius-xl);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.05);overflow:hidden;margin:var(--website-space-2xl) auto;max-width:100%}.content-screenshot-row .browser-frame,.screenshot-grid .browser-frame{margin:0}.browser-frame__header{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.browser-frame__dots{display:flex;gap:6px}.browser-frame__dot{width:12px;height:12px;border-radius:50%}.browser-frame__dot--red{background:#ff5f57}.browser-frame__dot--yellow{background:#ffbd2e}.browser-frame__dot--green{background:#28c840}.browser-frame__url{flex:1;display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:6px 12px;margin-left:12px;font-size:13px;color:#64748b}.browser-frame__url-icon{width:14px;height:14px;color:#94a3b8}.browser-frame__content{position:relative;line-height:0}.browser-frame__content img{width:100%;height:auto;display:block}.phone-frame{background:#1a1a1a;border-radius:36px;padding:12px;box-shadow:0 25px 50px -12px rgba(0,0,0,.25),inset 0 0 0 2px #2a2a2a;margin:var(--website-space-2xl) auto;max-width:320px}.phone-frame__notch{width:120px;height:28px;background:#1a1a1a;border-radius:0 0 16px 16px;margin:0 auto -14px;position:relative;z-index:10}.phone-frame__screen{background:#fff;border-radius:24px;overflow:hidden;position:relative}.phone-frame__screen img{width:100%;height:auto;display:block}.screenshot-grid{display:grid;gap:var(--website-space-xl);margin:var(--website-space-2xl) 0}.screenshot-grid--2col{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.screenshot-grid--2-1{grid-template-columns:2fr 1fr;align-items:start}.content-screenshot-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--website-space-2xl);align-items:start;margin:var(--website-space-2xl) 0}.content-screenshot-row--narrow-img{grid-template-columns:1fr 400px;align-items:start}.content-screenshot-row--narrow-phone{grid-template-columns:1fr 320px;align-items:start}.screenshot-center{display:flex;justify-content:center}@media (max-width:1024px){.content-screenshot-row,.content-screenshot-row--narrow-img,.content-screenshot-row--narrow-phone,.screenshot-grid--2-1{grid-template-columns:1fr}}@media (max-width:768px){.browser-frame__url{display:none}.phone-frame{max-width:280px;padding:8px;border-radius:28px}.phone-frame__notch{width:90px;height:22px}.phone-frame__screen{border-radius:20px}}.hero-floating{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;padding:calc(80px + 3rem) var(--website-space-lg) var(--website-space-3xl);overflow:hidden}.hero-floating__content{position:relative;z-index:10;text-align:center;max-width:700px}.hero-floating__eyebrow{display:inline-block;padding:.5rem 1rem;background:linear-gradient(135deg,rgba(37,99,235,.1),rgba(147,51,234,.1));border-radius:9999px;font-size:var(--website-font-size-sm);font-weight:500;color:var(--website-primary);margin-bottom:var(--website-space-lg)}.hero-floating__title{font-size:clamp(2.25rem,5vw,3.5rem);font-weight:700;line-height:1.1;color:var(--website-text);margin-bottom:var(--website-space-lg)}.hero-floating__subtitle{font-size:var(--website-font-size-lg);color:var(--website-text-muted);max-width:550px;margin:0 auto var(--website-space-xl);line-height:1.6}.hero-floating__actions{display:flex;gap:var(--website-space-md);justify-content:center;flex-wrap:wrap}.floating-cards{position:absolute;inset:0;pointer-events:none;overflow:hidden}.floating-card{position:absolute;background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.08),0 0 0 1px rgba(0,0,0,.04);padding:12px 16px;font-size:13px;white-space:nowrap;opacity:0;animation:floatIn 2.5s ease-out forwards,float 6s ease-in-out infinite;will-change:transform,opacity}@keyframes floatIn{0%{opacity:0;transform:translateY(30px) scale(.92)}to{opacity:.88;transform:translateY(0) scale(1)}}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-12px) rotate(1deg)}}@keyframes floatAlt{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-8px) rotate(-1deg)}}@keyframes floatSlow{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-15px) rotate(.5deg)}}.floating-card--alt{animation:floatIn 2.5s ease-out forwards,floatAlt 7s ease-in-out infinite}.floating-card--slow{animation:floatIn 2.5s ease-out forwards,floatSlow 8s ease-in-out infinite}.floating-card--delay-1{animation-delay:.5s,.5s}.floating-card--delay-2{animation-delay:2s,2s}.floating-card--delay-3{animation-delay:4s,4s}.floating-card--delay-4{animation-delay:6s,6s}.floating-card--delay-5{animation-delay:8s,8s}.floating-card--profile{display:flex;align-items:center;gap:10px}.floating-card__avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:12px}.floating-card__info{display:flex;flex-direction:column;gap:2px}.floating-card__name{font-weight:600;color:var(--website-text)}.floating-card__meta{font-size:11px;color:var(--website-text-muted)}.floating-card--tag{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd;color:#0369a1;font-weight:500;padding:8px 14px;border-radius:9999px}.floating-card--tag-purple{background:linear-gradient(135deg,#faf5ff,#f3e8ff);border:1px solid #e9d5ff;color:#7c3aed}.floating-card--tag-green{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid #bbf7d0;color:#15803d}.floating-card--alert{display:flex;align-items:center;gap:8px;padding:10px 14px}.floating-card--alert-red{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #fecaca}.floating-card--alert-yellow{background:linear-gradient(135deg,#fffbeb,#fef3c7);border:1px solid #fde68a}.floating-card--alert-blue{background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe}.floating-card__icon{width:20px;height:20px;flex-shrink:0}.floating-card__icon--red{color:#dc2626}.floating-card__icon--yellow{color:#d97706}.floating-card__icon--blue{color:#2563eb}.floating-card__icon--green{color:#16a34a}.floating-card--event{display:flex;align-items:center;gap:12px;padding:14px 16px}.floating-card__date{display:flex;flex-direction:column;align-items:center;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;padding:8px 10px;border-radius:8px;min-width:44px}.floating-card__date-day{font-size:18px;font-weight:700;line-height:1}.floating-card__date-month{font-size:10px;text-transform:uppercase;opacity:.9}.floating-card__event-info{display:flex;flex-direction:column;gap:2px}.floating-card__event-title{font-weight:600;color:var(--website-text);font-size:14px}.floating-card__event-meta{font-size:11px;color:var(--website-text-muted)}.floating-card--stat{display:flex;align-items:center;gap:10px;padding:12px 16px}.floating-card__stat-value{font-size:20px;font-weight:700;color:var(--website-primary)}.floating-card__stat-label{font-size:12px;color:var(--website-text-muted)}.floating-card--status{display:flex;align-items:center;gap:6px;padding:8px 12px;font-weight:500}.floating-card__status-dot{width:8px;height:8px;border-radius:50%}.floating-card__status-dot--green{background:#22c55e}.floating-card__status-dot--yellow{background:#f59e0b}.floating-card__status-dot--red{background:#ef4444}.floating-card--pos-tl{top:15%;left:5%}.floating-card--pos-ml{top:40%;left:3%}.floating-card--pos-bl{top:65%;left:8%}.floating-card--pos-tr{top:18%;right:5%}.floating-card--pos-mr{top:45%;right:3%}.floating-card--pos-br{top:70%;right:6%}@media (max-width:1024px){.floating-card--pos-ml,.floating-card--pos-mr{display:none}.floating-card--pos-tl{left:2%}.floating-card--pos-tr{right:2%}.floating-card--pos-bl{left:2%}.floating-card--pos-br{right:2%}}@media (max-width:768px){.floating-cards{display:none}.hero-floating{min-height:auto;padding-bottom:var(--website-space-2xl)}}.announcement-banner{background:linear-gradient(135deg,#f59e0b,#ef4444);color:#fff;padding:var(--website-space-sm) var(--website-space-lg);text-align:center;font-size:var(--website-font-size-sm);font-weight:500;position:fixed;top:0;left:0;right:0;z-index:101}.announcement-banner a{color:#fff;text-decoration:underline;text-underline-offset:2px}.announcement-banner a:hover{text-decoration:none}.announcement-banner__content{display:flex;align-items:center;justify-content:center;gap:var(--website-space-sm);flex-wrap:wrap}.announcement-banner__icon{flex-shrink:0}.announcement-banner__text{line-height:1.4}.announcement-banner__link{display:inline-flex;align-items:center;gap:4px;font-weight:600;white-space:nowrap}.announcement-banner__close{position:absolute;right:var(--website-space-md);top:50%;transform:translateY(-50%);background:transparent;border:none;color:#fff;opacity:.7;cursor:pointer;padding:var(--website-space-xs);border-radius:var(--website-radius-sm);transition:opacity .2s}.announcement-banner__close:hover{opacity:1;background:hsla(0,0%,100%,.1)}.website-root:has(.announcement-banner) .website-header{top:36px}.has-announcement .website-header{top:36px}@media (max-width:768px){.announcement-banner{padding:var(--website-space-xs) var(--website-space-sm);font-size:11px;line-height:1.3}.announcement-banner__content{gap:4px;flex-wrap:nowrap}.announcement-banner__text{flex:1;min-width:0}.announcement-banner__icon{display:none}.announcement-banner__link{font-size:11px;flex-shrink:0}.announcement-banner__close{position:static;transform:none;flex-shrink:0;padding:4px;margin-left:auto}.website-root:has(.announcement-banner) .website-header{top:32px}.has-announcement .website-header{top:32px}}.migration-hero{background:linear-gradient(135deg,#fef3c7,#fde68a 50%,#fcd34d);padding:calc(100px + var(--website-space-3xl)) var(--website-space-xl) var(--website-space-3xl);text-align:center}.migration-hero__badge{display:inline-flex;align-items:center;gap:var(--website-space-sm);background:#ef4444;color:#fff;padding:var(--website-space-sm) var(--website-space-lg);border-radius:var(--website-radius-full);font-size:var(--website-font-size-sm);font-weight:600;margin-bottom:var(--website-space-xl);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.migration-hero__title{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;color:var(--website-text);margin:0 0 var(--website-space-lg);line-height:1.1}.migration-hero__subtitle{font-size:var(--website-font-size-lg);color:var(--website-text-muted);max-width:700px;margin:0 auto var(--website-space-2xl);line-height:1.6}.migration-hero__actions{display:flex;justify-content:center;gap:var(--website-space-md);flex-wrap:wrap;margin-bottom:var(--website-space-2xl)}.migration-hero__messengers{display:flex;align-items:center;justify-content:center;gap:var(--website-space-lg);flex-wrap:wrap}.migration-hero__from,.migration-hero__to-item{display:flex;align-items:center;gap:var(--website-space-sm);font-weight:500;color:var(--website-text)}.migration-hero__from svg,.migration-hero__to-item svg{width:32px;height:32px}.migration-hero__from .whatsapp-logo{color:#25d366}.migration-hero__to-item .telegram-logo{color:#08c}.migration-hero__to-item .max-logo{stroke-width:3;color:#6366f1}.migration-hero__arrow{color:var(--website-text-muted)}.migration-hero__to{display:flex;align-items:center;gap:var(--website-space-md)}.migration-hero__or{color:var(--website-text-light);font-size:var(--website-font-size-sm)}.migration-risks{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:var(--website-space-lg)}.migration-risk{background:#fff;border-radius:var(--website-radius-lg);padding:var(--website-space-xl);text-align:center}.migration-risk--danger{border:2px solid #fecaca;background:#fef2f2}.migration-risk__icon{width:48px;height:48px;border-radius:50%;background:#fee2e2;color:#dc2626;display:flex;align-items:center;justify-content:center;margin:0 auto var(--website-space-md)}.migration-risk h3{font-size:var(--website-font-size-lg);font-weight:600;margin:0 0 var(--website-space-sm);color:var(--website-text)}.migration-risk p{font-size:var(--website-font-size-sm);color:var(--website-text-muted);margin:0;line-height:1.5}.migration-benefits{display:grid;gap:var(--website-space-lg);max-width:800px;margin:0 auto}.migration-benefit{display:flex;gap:var(--website-space-lg);align-items:flex-start}.migration-benefit__icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.migration-benefit__icon--green{background:#dcfce7;color:#16a34a}.migration-benefit__content h3{font-size:var(--website-font-size-lg);font-weight:600;margin:0 0 var(--website-space-xs);color:var(--website-text)}.migration-benefit__content p{font-size:var(--website-font-size-base);color:var(--website-text-muted);margin:0;line-height:1.5}.migration-steps{display:grid;gap:var(--website-space-2xl);max-width:900px;margin:0 auto}.migration-step{display:flex;gap:var(--website-space-xl);align-items:flex-start}.migration-step__number{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--website-primary) 0,#6366f1 100%);color:#fff;font-size:var(--website-font-size-xl);font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.migration-step__content{flex:1}.migration-step__title{font-size:var(--website-font-size-xl);font-weight:600;margin:0 0 var(--website-space-md);color:var(--website-text)}.migration-step__instructions{font-size:var(--website-font-size-base);color:var(--website-text-muted);line-height:1.7}.migration-step__instructions ol,.migration-step__instructions ul{margin:var(--website-space-sm) 0;padding-left:var(--website-space-xl)}.migration-step__instructions li{margin-bottom:var(--website-space-xs)}.migration-step__instructions a{color:var(--website-primary);text-decoration:none}.migration-step__instructions a:hover{text-decoration:underline}.migration-step__tip{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:var(--website-radius-md);padding:var(--website-space-md);margin-top:var(--website-space-md);font-size:var(--website-font-size-sm)}.migration-step__screenshot-placeholder{background:#f1f5f9;border:2px dashed #cbd5e1;border-radius:var(--website-radius-lg);padding:var(--website-space-2xl);text-align:center;color:var(--website-text-light);margin-top:var(--website-space-lg);font-size:var(--website-font-size-sm)}.migration-step__screenshots{display:flex;gap:var(--website-space-lg);margin-top:var(--website-space-lg);justify-content:center;flex-wrap:wrap}.migration-step__screenshots .phone-frame{max-width:280px;margin:0}.migration-step__content .browser-frame{margin-top:var(--website-space-lg)}.migration-step__content .browser-frame+.browser-frame{margin-top:var(--website-space-md)}.migration-urgency{display:flex;gap:var(--website-space-xl);align-items:flex-start;background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #f59e0b;border-radius:var(--website-radius-xl);padding:var(--website-space-2xl);max-width:800px;margin:0 auto}.migration-urgency__icon{width:64px;height:64px;border-radius:50%;background:#f59e0b;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.migration-urgency__content h2{font-size:var(--website-font-size-2xl);font-weight:700;margin:0 0 var(--website-space-md);color:var(--website-text)}.migration-urgency__content ul{margin:0 0 var(--website-space-lg);padding-left:var(--website-space-xl)}.migration-urgency__content li{margin-bottom:var(--website-space-sm);color:var(--website-text-muted);line-height:1.5}.migration-urgency__cta-text{font-weight:600;color:var(--website-text);margin:0}.migration-faq{display:grid;gap:var(--website-space-lg);max-width:800px;margin:0 auto}.migration-faq__item{background:#fff;border-radius:var(--website-radius-lg);padding:var(--website-space-xl);box-shadow:var(--website-shadow-sm)}.migration-faq__item h3{font-size:var(--website-font-size-lg);font-weight:600;margin:0 0 var(--website-space-sm);color:var(--website-text)}.migration-faq__item p{font-size:var(--website-font-size-base);color:var(--website-text-muted);margin:0;line-height:1.6}@media (max-width:768px){.migration-hero{padding:calc(80px + var(--website-space-2xl)) var(--website-space-lg) var(--website-space-2xl)}.migration-hero__messengers{flex-direction:column;gap:var(--website-space-md)}.migration-hero__arrow{transform:rotate(90deg)}.migration-hero__to{flex-direction:column;gap:var(--website-space-sm)}.migration-step{flex-direction:column;gap:var(--website-space-md)}.migration-step__number{width:40px;height:40px;font-size:var(--website-font-size-lg)}.migration-urgency{flex-direction:column;text-align:center}.migration-urgency__icon{margin:0 auto}.migration-urgency__content ul{text-align:left}}