.about{position:relative;padding:60px 0 80px;background:transparent}.about__grid{display:grid;grid-template-columns:1fr;gap:48px;align-items:center;position:relative;z-index:1}@media (min-width:1024px){.about__grid{grid-template-columns:1fr 1fr;gap:80px}}.about__image-wrapper{position:relative}.about__photo-grid{display:grid;grid-template-columns:58fr 42fr;grid-template-rows:repeat(3,1fr);gap:8px;height:480px;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.12),0 8px 24px rgba(0,0,0,.06)}@media (min-width:768px){.about__photo-grid{height:540px}}.about__photo-item{overflow:hidden;position:relative}.about__photo-item--main{grid-row:1/4}.about__photo-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s cubic-bezier(.4,0,.2,1)}.about__photo-item:hover img{transform:scale(1.06)}@media (max-width:767px){.about__photo-grid{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;height:320px;border-radius:16px;gap:6px}.about__photo-item--main{grid-row:auto;grid-column:auto}}.about__image-main{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.1),0 8px 24px rgba(0,0,0,.05)}.about__image{width:100%;height:400px;object-fit:cover;display:block}@media (min-width:768px){.about__image{height:500px}}.about__image-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.1));pointer-events:none}.about__floating-card{position:absolute;bottom:-20px;right:-20px;display:flex;align-items:center;gap:14px;padding:20px 24px;background:rgba(255,255,255,.95);border-radius:20px;box-shadow:0 16px 48px rgba(0,0,0,.12),0 4px 12px rgba(0,0,0,.06);border:1px solid rgba(255,255,255,.9);animation:floatCard 6s ease-in-out infinite}@supports ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.about__floating-card{background:rgba(255,255,255,.85);-webkit-backdrop-filter:blur(20px) saturate(150%);backdrop-filter:blur(20px) saturate(150%)}}.about__floating-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,hsl(var(--theme-hue,217),var(--theme-saturation,91%),var(--theme-lightness,60%)) 0,hsl(var(--theme-hue,217),var(--theme-saturation,91%),45%) 100%);border-radius:14px;color:white;box-shadow:0 4px 12px hsl(var(--theme-hue,217),var(--theme-saturation,91%),var(--theme-lightness,60%),.3)}.about__floating-content{display:flex;flex-direction:column;gap:2px}.about__floating-value{font-size:18px;font-weight:700;color:var(--pub-text-primary,#0f172a)}.about__floating-label{font-size:13px;color:var(--pub-text-secondary,#64748b)}@media (max-width:767px){.about__floating-card{right:10px;bottom:-16px;padding:14px 18px}.about__floating-icon{width:40px;height:40px}.about__floating-value{font-size:16px}}.about__content{position:relative}.about__label{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;background:linear-gradient(135deg,var(--theme-50,#eff6ff) 0,var(--theme-100,#dbeafe) 100%);border:1px solid hsl(var(--theme-hue,217),var(--theme-saturation,91%),var(--theme-lightness,60%),.15);border-radius:9999px;font-size:14px;font-weight:600;color:var(--theme-700,#1d4ed8);margin-bottom:24px}.about__label svg{color:hsl(var(--theme-hue,217),var(--theme-saturation,91%),var(--theme-lightness,60%))}.about__title{font-size:28px;font-weight:800;color:var(--pub-text-primary,#0f172a);line-height:1.2;margin:0 0 24px;letter-spacing:-.02em}@media (min-width:768px){.about__title{font-size:36px}}@media (min-width:1024px){.about__title{font-size:42px}}.about__text{font-size:16px;color:var(--pub-text-secondary,#475569);line-height:1.7;margin:0 0 16px}.about__features,.about__text:last-of-type{margin-bottom:32px}.about__features{display:grid;grid-template-columns:1fr;gap:12px}@media (min-width:640px){.about__features{grid-template-columns:1fr 1fr;gap:14px}}.about__feature{display:flex;align-items:center;gap:12px;padding:14px 18px;background:rgba(255,255,255,.8);border:1px solid hsl(var(--theme-hue,217),var(--theme-saturation,91%),var(--theme-lightness,60%),.1);border-radius:14px;font-size:14px;font-weight:500;color:var(--pub-text-primary,#334155);transition:all .2s ease}@supports ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.about__feature{background:rgba(255,255,255,.6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}.about__feature:hover{background:rgba(255,255,255,.95);border-color:hsl(var(--theme-hue,217),var(--theme-saturation,91%),var(--theme-lightness,60%),.25);transform:translateX(4px)}.about__feature-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--theme-100,#dbeafe) 0,var(--theme-200,#bfdbfe) 100%);border-radius:10px;color:var(--theme-600,#2563eb);flex-shrink:0}.about__cta{display:inline-flex;align-items:center;gap:10px;padding:16px 28px;font-size:16px;font-weight:600;color:white;background:linear-gradient(135deg,hsl(var(--theme-hue,217),var(--theme-saturation,91%),var(--theme-lightness,60%)) 0,hsl(var(--theme-hue,217),var(--theme-saturation,91%),45%) 100%);border-radius:14px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 14px hsl(var(--theme-hue,217),var(--theme-saturation,91%),var(--theme-lightness,60%),.35)}.about__cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px hsl(var(--theme-hue,217),var(--theme-saturation,91%),var(--theme-lightness,60%),.4)}.about__cta svg{transition:transform .2s ease}.about__cta:hover svg{transform:translateX(4px)}[data-theme-mode=dark-blue] .about,[data-theme-mode=dark-emerald] .about,[data-theme-mode=dark-ocean] .about,[data-theme-mode=dark-violet] .about,[data-theme-mode=dark] .about{background:transparent}[data-theme-mode=dark-blue] .about__title,[data-theme-mode=dark-emerald] .about__title,[data-theme-mode=dark-ocean] .about__title,[data-theme-mode=dark-violet] .about__title,[data-theme-mode=dark] .about__title{color:var(--pub-text-primary,#f8fafc)}[data-theme-mode=dark-blue] .about__text,[data-theme-mode=dark-emerald] .about__text,[data-theme-mode=dark-ocean] .about__text,[data-theme-mode=dark-violet] .about__text,[data-theme-mode=dark] .about__text{color:var(--pub-text-secondary,#94a3b8)}[data-theme-mode=dark-blue] .about__floating-card,[data-theme-mode=dark-emerald] .about__floating-card,[data-theme-mode=dark-ocean] .about__floating-card,[data-theme-mode=dark-violet] .about__floating-card,[data-theme-mode=dark] .about__floating-card{background:rgba(0,0,0,.6);border-color:rgba(255,255,255,.1)}[data-theme-mode=dark-blue] .about__floating-value,[data-theme-mode=dark-emerald] .about__floating-value,[data-theme-mode=dark-ocean] .about__floating-value,[data-theme-mode=dark-violet] .about__floating-value,[data-theme-mode=dark] .about__floating-value{color:var(--pub-text-primary,#f8fafc)}[data-theme-mode=dark-blue] .about__floating-label,[data-theme-mode=dark-emerald] .about__floating-label,[data-theme-mode=dark-ocean] .about__floating-label,[data-theme-mode=dark-violet] .about__floating-label,[data-theme-mode=dark] .about__floating-label{color:var(--pub-text-secondary,#94a3b8)}[data-theme-mode=dark-blue] .about__feature,[data-theme-mode=dark-emerald] .about__feature,[data-theme-mode=dark-ocean] .about__feature,[data-theme-mode=dark-violet] .about__feature,[data-theme-mode=dark] .about__feature{background:rgba(0,0,0,.3);border-color:rgba(255,255,255,.08);color:var(--pub-text-primary,#f8fafc)}[data-theme-mode=dark-blue] .about__feature:hover,[data-theme-mode=dark-emerald] .about__feature:hover,[data-theme-mode=dark-ocean] .about__feature:hover,[data-theme-mode=dark-violet] .about__feature:hover,[data-theme-mode=dark] .about__feature:hover{background:rgba(0,0,0,.4);border-color:rgba(255,255,255,.15)}[data-theme-mode=dark-blue] .about__label,[data-theme-mode=dark-emerald] .about__label,[data-theme-mode=dark-ocean] .about__label,[data-theme-mode=dark-violet] .about__label,[data-theme-mode=dark] .about__label{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.15);color:var(--pub-text-primary,#f8fafc)}[data-theme-mode=dark-blue] .about__feature-icon,[data-theme-mode=dark-emerald] .about__feature-icon,[data-theme-mode=dark-ocean] .about__feature-icon,[data-theme-mode=dark-violet] .about__feature-icon,[data-theme-mode=dark] .about__feature-icon{background:rgba(255,255,255,.1)}@media (max-width:767px){.about{padding:40px 0 50px}.about__grid{gap:32px}.about__label{padding:6px 12px;font-size:11px;margin-bottom:16px}.about__label svg{width:12px;height:12px}.about__title{font-size:22px;margin-bottom:16px}.about__text{font-size:13px;margin-bottom:12px}.about__features,.about__text:last-of-type{margin-bottom:20px}.about__features{gap:8px}.about__feature{padding:10px 12px;gap:10px;font-size:12px;border-radius:10px}.about__feature:hover{transform:none}.about__feature-icon{width:28px;height:28px;border-radius:8px}.about__feature-icon svg{width:14px;height:14px}.about__cta{padding:12px 20px;font-size:13px;gap:8px;border-radius:10px}.about__cta svg{width:14px;height:14px}.about__image{height:280px}.about__image-main{border-radius:16px}.about__floating-card{right:8px;bottom:-12px;padding:10px 14px;gap:10px;border-radius:14px}.about__floating-icon{width:34px;height:34px;border-radius:10px}.about__floating-icon svg{width:16px;height:16px}.about__floating-value{font-size:14px}.about__floating-label{font-size:11px}}@media (prefers-reduced-motion:reduce){.about__floating-card{animation:none}}.about-premium{position:relative;padding:100px 0;overflow:visible}.about-premium__wrapper{position:relative;background:linear-gradient(135deg,hsl(var(--theme-hue,217),85%,97%) 0,hsl(var(--theme-hue,217),75%,94%) 50%,hsl(var(--theme-hue,217),80%,96%) 100%);border-radius:40px;padding:80px 0;margin:0 20px;overflow:hidden}.about-premium__glow{position:absolute;border-radius:50%;pointer-events:none;filter:blur(100px)}.about-premium__glow--1{width:500px;height:500px;top:-150px;right:-100px;background:radial-gradient(circle,hsla(var(--theme-hue,217),var(--theme-saturation,91%),60%,.25) 0,transparent 70%)}.about-premium__glow--2{width:400px;height:400px;bottom:-100px;left:-50px;background:radial-gradient(circle,hsla(var(--theme-hue,217),70%,70%,.2) 0,transparent 70%)}.about-premium__inner{position:relative;z-index:1}.about-premium__header{text-align:center;max-width:700px;margin:0 auto 60px}.about-premium__label{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:white;border:1px solid hsla(var(--theme-hue,217),var(--theme-saturation,91%),60%,.15);border-radius:100px;font-size:14px;font-weight:600;color:hsl(var(--theme-hue,217),var(--theme-saturation,91%),45%);margin-bottom:24px;box-shadow:0 2px 8px rgba(0,0,0,.04)}.about-premium__label svg{color:hsl(var(--theme-hue,217),var(--theme-saturation,91%),55%)}.about-premium__title{font-size:42px;font-weight:800;color:#0f172a;line-height:1.15;margin:0 0 20px;letter-spacing:-.03em}.about-premium__subtitle{font-size:18px;color:#475569;line-height:1.7;margin:0}.about-premium__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:60px}.about-premium__stat{display:flex;align-items:center;gap:16px;padding:24px 28px;background:white;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.06),0 1px 3px rgba(0,0,0,.04);border:1px solid rgba(255,255,255,.8);transition:all .3s ease}.about-premium__stat:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.1),0 4px 12px rgba(0,0,0,.05)}.about-premium__stat-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,hsl(var(--theme-hue,217),var(--theme-saturation,91%),55%) 0,hsl(var(--theme-hue,217),var(--theme-saturation,91%),45%) 100%);border-radius:16px;color:white;flex-shrink:0;box-shadow:0 4px 12px hsla(var(--theme-hue,217),var(--theme-saturation,91%),50%,.3)}.about-premium__stat-content{display:flex;flex-direction:column;gap:2px}.about-premium__stat-value{font-size:32px;font-weight:800;color:#0f172a;line-height:1;letter-spacing:-.02em}.about-premium__stat-label{font-size:14px;color:#64748b;font-weight:500}.about-premium__content{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:start;margin-bottom:60px}.about-premium__text-col{padding-right:20px}.about-premium__content-title{font-size:28px;font-weight:700;color:#0f172a;margin:0 0 24px;line-height:1.3}.about-premium__text{font-size:16px;color:#475569;line-height:1.8;margin:0 0 20px}.about-premium__text strong{color:#0f172a;font-weight:600}.about-premium__features{display:flex;flex-direction:column;gap:14px;margin-top:32px}.about-premium__feature{display:flex;align-items:center;gap:14px;font-size:15px;color:#334155;font-weight:500}.about-premium__feature-check{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,hsl(145,65%,48%),hsl(145,65%,40%));border-radius:50%;color:white;flex-shrink:0}.about-premium__cards-col{display:flex;flex-direction:column;gap:20px}.about-premium__card{position:relative;padding:28px 32px;background:white;border-radius:24px;box-shadow:0 4px 20px rgba(0,0,0,.06),0 1px 3px rgba(0,0,0,.04);border:1px solid rgba(255,255,255,.8);transition:all .3s ease;overflow:hidden}.about-premium__card:hover{transform:translateY(-4px) translateX(4px);box-shadow:0 16px 40px rgba(0,0,0,.1),0 6px 16px rgba(0,0,0,.05)}.about-premium__card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,hsl(var(--theme-hue,217),var(--theme-saturation,91%),55%) 0,hsl(var(--theme-hue,217),var(--theme-saturation,91%),65%) 100%);border-radius:4px 0 0 4px}.about-premium__card-number{position:absolute;top:20px;right:24px;font-size:48px;font-weight:800;color:hsla(var(--theme-hue,217),var(--theme-saturation,91%),60%,.1);line-height:1;letter-spacing:-.03em}.about-premium__card-title{font-size:18px;font-weight:700;color:#0f172a;margin:0 0 12px}.about-premium__card-text{font-size:14px;color:#64748b;line-height:1.7;margin:0}.about-premium__quote{text-align:center;padding:40px;background:white;border-radius:24px;box-shadow:0 4px 20px rgba(0,0,0,.05),0 1px 3px rgba(0,0,0,.03);border:1px solid rgba(255,255,255,.8)}.about-premium__quote blockquote{font-size:24px;font-weight:600;color:#0f172a;font-style:italic;margin:0 0 16px;line-height:1.4}.about-premium__quote cite{font-size:14px;color:#64748b;font-style:normal;font-weight:500}[data-theme-mode=dark-blue] .about-premium__wrapper,[data-theme-mode=dark-emerald] .about-premium__wrapper,[data-theme-mode=dark-ocean] .about-premium__wrapper,[data-theme-mode=dark-violet] .about-premium__wrapper,[data-theme-mode=dark] .about-premium__wrapper{background:linear-gradient(135deg,hsla(var(--theme-hue,217),40%,15%,.95) 0,hsla(var(--theme-hue,217),35%,12%,.95) 50%,hsla(var(--theme-hue,217),45%,18%,.95) 100%)}[data-theme-mode=dark-blue] .about-premium__glow--1,[data-theme-mode=dark-emerald] .about-premium__glow--1,[data-theme-mode=dark-ocean] .about-premium__glow--1,[data-theme-mode=dark-violet] .about-premium__glow--1,[data-theme-mode=dark] .about-premium__glow--1{background:radial-gradient(circle,hsla(var(--theme-hue,217),var(--theme-saturation,91%),50%,.15) 0,transparent 70%)}[data-theme-mode=dark-blue] .about-premium__glow--2,[data-theme-mode=dark-emerald] .about-premium__glow--2,[data-theme-mode=dark-ocean] .about-premium__glow--2,[data-theme-mode=dark-violet] .about-premium__glow--2,[data-theme-mode=dark] .about-premium__glow--2{background:radial-gradient(circle,hsla(var(--theme-hue,217),60%,60%,.1) 0,transparent 70%)}[data-theme-mode=dark-blue] .about-premium__label,[data-theme-mode=dark-emerald] .about-premium__label,[data-theme-mode=dark-ocean] .about-premium__label,[data-theme-mode=dark-violet] .about-premium__label,[data-theme-mode=dark] .about-premium__label{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.15);color:#f8fafc}[data-theme-mode=dark-blue] .about-premium__title,[data-theme-mode=dark-emerald] .about-premium__title,[data-theme-mode=dark-ocean] .about-premium__title,[data-theme-mode=dark-violet] .about-premium__title,[data-theme-mode=dark] .about-premium__title{color:#f8fafc}[data-theme-mode=dark-blue] .about-premium__subtitle,[data-theme-mode=dark-emerald] .about-premium__subtitle,[data-theme-mode=dark-ocean] .about-premium__subtitle,[data-theme-mode=dark-violet] .about-premium__subtitle,[data-theme-mode=dark] .about-premium__subtitle{color:#94a3b8}[data-theme-mode=dark-blue] .about-premium__stat,[data-theme-mode=dark-emerald] .about-premium__stat,[data-theme-mode=dark-ocean] .about-premium__stat,[data-theme-mode=dark-violet] .about-premium__stat,[data-theme-mode=dark] .about-premium__stat{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.1)}[data-theme-mode=dark-blue] .about-premium__stat-value,[data-theme-mode=dark-emerald] .about-premium__stat-value,[data-theme-mode=dark-ocean] .about-premium__stat-value,[data-theme-mode=dark-violet] .about-premium__stat-value,[data-theme-mode=dark] .about-premium__stat-value{color:#f8fafc}[data-theme-mode=dark-blue] .about-premium__stat-label,[data-theme-mode=dark-emerald] .about-premium__stat-label,[data-theme-mode=dark-ocean] .about-premium__stat-label,[data-theme-mode=dark-violet] .about-premium__stat-label,[data-theme-mode=dark] .about-premium__stat-label{color:#94a3b8}[data-theme-mode=dark-blue] .about-premium__content-title,[data-theme-mode=dark-emerald] .about-premium__content-title,[data-theme-mode=dark-ocean] .about-premium__content-title,[data-theme-mode=dark-violet] .about-premium__content-title,[data-theme-mode=dark] .about-premium__content-title{color:#f8fafc}[data-theme-mode=dark-blue] .about-premium__text,[data-theme-mode=dark-emerald] .about-premium__text,[data-theme-mode=dark-ocean] .about-premium__text,[data-theme-mode=dark-violet] .about-premium__text,[data-theme-mode=dark] .about-premium__text{color:#94a3b8}[data-theme-mode=dark-blue] .about-premium__text strong,[data-theme-mode=dark-emerald] .about-premium__text strong,[data-theme-mode=dark-ocean] .about-premium__text strong,[data-theme-mode=dark-violet] .about-premium__text strong,[data-theme-mode=dark] .about-premium__text strong{color:#f8fafc}[data-theme-mode=dark-blue] .about-premium__feature,[data-theme-mode=dark-emerald] .about-premium__feature,[data-theme-mode=dark-ocean] .about-premium__feature,[data-theme-mode=dark-violet] .about-premium__feature,[data-theme-mode=dark] .about-premium__feature{color:#e2e8f0}[data-theme-mode=dark-blue] .about-premium__card,[data-theme-mode=dark-emerald] .about-premium__card,[data-theme-mode=dark-ocean] .about-premium__card,[data-theme-mode=dark-violet] .about-premium__card,[data-theme-mode=dark] .about-premium__card{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.1)}[data-theme-mode=dark-blue] .about-premium__card-number,[data-theme-mode=dark-emerald] .about-premium__card-number,[data-theme-mode=dark-ocean] .about-premium__card-number,[data-theme-mode=dark-violet] .about-premium__card-number,[data-theme-mode=dark] .about-premium__card-number{color:hsla(var(--theme-hue,217),var(--theme-saturation,91%),60%,.15)}[data-theme-mode=dark-blue] .about-premium__card-title,[data-theme-mode=dark-emerald] .about-premium__card-title,[data-theme-mode=dark-ocean] .about-premium__card-title,[data-theme-mode=dark-violet] .about-premium__card-title,[data-theme-mode=dark] .about-premium__card-title{color:#f8fafc}[data-theme-mode=dark-blue] .about-premium__card-text,[data-theme-mode=dark-emerald] .about-premium__card-text,[data-theme-mode=dark-ocean] .about-premium__card-text,[data-theme-mode=dark-violet] .about-premium__card-text,[data-theme-mode=dark] .about-premium__card-text{color:#94a3b8}[data-theme-mode=dark-blue] .about-premium__quote,[data-theme-mode=dark-emerald] .about-premium__quote,[data-theme-mode=dark-ocean] .about-premium__quote,[data-theme-mode=dark-violet] .about-premium__quote,[data-theme-mode=dark] .about-premium__quote{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.1)}[data-theme-mode=dark-blue] .about-premium__quote blockquote,[data-theme-mode=dark-emerald] .about-premium__quote blockquote,[data-theme-mode=dark-ocean] .about-premium__quote blockquote,[data-theme-mode=dark-violet] .about-premium__quote blockquote,[data-theme-mode=dark] .about-premium__quote blockquote{color:#f8fafc}[data-theme-mode=dark-blue] .about-premium__quote cite,[data-theme-mode=dark-emerald] .about-premium__quote cite,[data-theme-mode=dark-ocean] .about-premium__quote cite,[data-theme-mode=dark-violet] .about-premium__quote cite,[data-theme-mode=dark] .about-premium__quote cite{color:#94a3b8}@media (max-width:1200px){.about-premium__stats{grid-template-columns:repeat(2,1fr)}.about-premium__content{grid-template-columns:1fr;gap:48px}.about-premium__text-col{padding-right:0}}@media (max-width:900px){.about-premium{padding:60px 0}.about-premium__wrapper{border-radius:32px;padding:60px 0;margin:0 16px}.about-premium__header{margin-bottom:48px}.about-premium__title{font-size:32px}.about-premium__subtitle{font-size:16px}.about-premium__stats{gap:16px;margin-bottom:48px}.about-premium__stat{padding:20px 24px}.about-premium__stat-icon{width:48px;height:48px}.about-premium__stat-value{font-size:26px}.about-premium__content-title{font-size:24px}.about-premium__cards-col{gap:16px}.about-premium__card{padding:24px 28px}}@media (max-width:640px){.about-premium{padding:40px 0}.about-premium__wrapper{border-radius:20px;padding:40px 0;margin:0 12px}.about-premium__glow--1{width:250px;height:250px;top:-80px;right:-60px}.about-premium__glow--2{width:200px;height:200px;bottom:-60px;left:-30px}.about-premium__header{margin-bottom:28px}.about-premium__label{padding:6px 12px;font-size:11px;margin-bottom:12px;gap:6px}.about-premium__label svg{width:14px;height:14px}.about-premium__title{font-size:24px;margin-bottom:12px}.about-premium__subtitle{font-size:14px}.about-premium__stats{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:28px}.about-premium__stat{flex-direction:column;align-items:flex-start;gap:8px;padding:14px 16px;border-radius:14px}.about-premium__stat-icon{width:36px;height:36px;border-radius:10px}.about-premium__stat-icon svg{width:18px;height:18px}.about-premium__stat-value{font-size:20px}.about-premium__stat-label{font-size:11px}.about-premium__content{gap:28px;margin-bottom:28px}.about-premium__content-title{font-size:18px;margin-bottom:12px}.about-premium__text{font-size:13px;margin-bottom:12px}.about-premium__features{gap:8px;margin-top:20px}.about-premium__feature{font-size:12px;gap:8px}.about-premium__feature-check{width:22px;height:22px}.about-premium__feature-check svg{width:11px;height:11px}.about-premium__card{padding:18px 20px;border-radius:16px}.about-premium__card-number{font-size:32px;top:14px;right:16px}.about-premium__card-title{font-size:15px;margin-bottom:6px}.about-premium__card-text{font-size:12px}.about-premium__quote{padding:24px 20px;border-radius:16px}.about-premium__quote blockquote{font-size:16px;margin-bottom:10px}.about-premium__quote cite{font-size:12px}}@media (prefers-reduced-motion:reduce){.about-premium__card,.about-premium__stat{transition:none}.about-premium__card:hover,.about-premium__stat:hover{transform:none}}.painpoints{position:relative;padding:80px 0 100px;background:transparent}.painpoints__header{text-align:center;margin-bottom:60px}.painpoints__label{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:linear-gradient(135deg,rgba(239,68,68,.08),rgba(249,115,22,.08));border:1px solid rgba(239,68,68,.15);border-radius:9999px;font-size:14px;font-weight:600;color:#dc2626;margin-bottom:20px}.painpoints__label-icon{width:18px;height:18px;color:#ef4444}.painpoints__title{font-size:28px;font-weight:800;color:var(--pub-text-primary,#0f172a);line-height:1.25;letter-spacing:-.02em;max-width:800px;margin:0 auto}.painpoints__title-highlight{background:linear-gradient(135deg,#ef4444,#dc2626 50%,#b91c1c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (min-width:768px){.painpoints__title{font-size:36px}}@media (min-width:1024px){.painpoints__title{font-size:42px}}.painpoints__grid{display:grid;grid-template-columns:1fr;gap:48px;align-items:center}@media (min-width:1024px){.painpoints__grid{grid-template-columns:1fr 1fr;gap:64px}}.painpoints__list-wrapper{order:1}.painpoints__solution{order:2}.painpoints__list-wrapper{position:relative}.painpoints__list{display:flex;flex-direction:column;gap:16px}.painpoints__item{display:flex;align-items:center;gap:16px;padding:20px 24px;background:rgba(255,255,255,.8);border:1px solid rgba(239,68,68,.12);border-radius:16px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px rgba(0,0,0,.04)}@supports ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.painpoints__item{background:rgba(255,255,255,.65);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}}.painpoints__item--active,.painpoints__item:hover{background:rgba(255,255,255,.95);border-color:rgba(239,68,68,.25);transform:translateX(8px);box-shadow:0 4px 16px rgba(239,68,68,.1);cursor:pointer}.painpoints__item-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(239,68,68,.1),rgba(239,68,68,.05));border:1px solid rgba(239,68,68,.15);border-radius:12px;flex-shrink:0;transition:all .3s ease}.painpoints__item-icon svg{width:22px;height:22px;color:#ef4444;transition:transform .3s ease}.painpoints__item--active .painpoints__item-icon,.painpoints__item:hover .painpoints__item-icon{background:linear-gradient(135deg,rgba(239,68,68,.15),rgba(239,68,68,.1));border-color:rgba(239,68,68,.25)}.painpoints__item--active .painpoints__item-icon svg,.painpoints__item:hover .painpoints__item-icon svg{transform:scale(1.1)}.painpoints__item-text{font-size:16px;font-weight:500;color:var(--pub-text-primary,#1e293b);line-height:1.4}.painpoints__solution{position:relative}.painpoints__image-wrapper{position:relative;border-radius:24px;overflow:visible;box-shadow:0 20px 60px rgba(0,0,0,.12),0 8px 24px rgba(0,0,0,.08);margin-bottom:72px}.painpoints__image-wrapper:after{content:"";position:absolute;inset:0;border-radius:24px;overflow:hidden;pointer-events:none}.painpoints__image{width:100%;height:400px;object-fit:cover;display:block;border-radius:24px;position:absolute;top:0;left:0;opacity:0;transition:opacity .5s cubic-bezier(.4,0,.2,1)}.painpoints__image--solution{position:relative}.painpoints__image--visible{opacity:1}.painpoints__image-wrapper--pain{box-shadow:0 20px 60px rgba(239,68,68,.2),0 8px 24px rgba(0,0,0,.1),0 0 0 3px rgba(239,68,68,.3);transition:box-shadow .4s ease}.painpoints__image-wrapper{transition:box-shadow .4s ease}.painpoints__image-wrapper--pain .painpoints__image-overlay{background:linear-gradient(180deg,rgba(239,68,68,.1),transparent 30%,transparent 60%,rgba(239,68,68,.15))}@media (min-width:768px){.painpoints__image{height:480px}}.painpoints__image-overlay{position:absolute;inset:0;border-radius:24px;background:linear-gradient(180deg,transparent,transparent 50%,rgba(15,23,42,.5));pointer-events:none}.painpoints__pain-card,.painpoints__solution-card{position:absolute;bottom:-56px;left:24px;right:24px;padding:28px 28px 28px 80px;border:none;border-radius:20px;transform:translateY(0);opacity:0;visibility:hidden;transition:opacity .4s cubic-bezier(.4,0,.2,1),visibility .4s cubic-bezier(.4,0,.2,1),transform .3s ease,box-shadow .3s ease}.painpoints__card--visible{opacity:1;visibility:visible}.painpoints__solution-card{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 20px 50px rgba(16,185,129,.35),0 8px 24px rgba(0,0,0,.15)}.painpoints__solution-card:hover{transform:translateY(-4px);box-shadow:0 24px 60px rgba(16,185,129,.4),0 12px 32px rgba(0,0,0,.2)}.painpoints__solution-text{font-size:15px;font-weight:500;color:#ffffff;line-height:1.6;margin:0;text-shadow:0 1px 2px rgba(0,0,0,.1)}.painpoints__solution-card:before{content:"";position:absolute;top:50%;left:24px;transform:translateY(-50%);width:44px;height:44px;background:rgba(255,255,255,.25);border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:22px}.painpoints__pain-card{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 20px 50px rgba(239,68,68,.35),0 8px 24px rgba(0,0,0,.15)}.painpoints__pain-card:hover{transform:translateY(-4px);box-shadow:0 24px 60px rgba(239,68,68,.4),0 12px 32px rgba(0,0,0,.2)}.painpoints__pain-text{font-size:15px;font-weight:500;color:#ffffff;line-height:1.6;margin:0;text-shadow:0 1px 2px rgba(0,0,0,.1)}.painpoints__pain-card:before{content:"";position:absolute;top:50%;left:24px;transform:translateY(-50%);width:44px;height:44px;background:rgba(255,255,255,.25);border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:22px}[data-theme-mode=dark-blue] .painpoints__label,[data-theme-mode=dark-emerald] .painpoints__label,[data-theme-mode=dark-ocean] .painpoints__label,[data-theme-mode=dark-violet] .painpoints__label,[data-theme-mode=dark] .painpoints__label{background:rgba(239,68,68,.15);border-color:rgba(239,68,68,.25);color:#fca5a5}[data-theme-mode=dark-blue] .painpoints__label-icon,[data-theme-mode=dark-emerald] .painpoints__label-icon,[data-theme-mode=dark-ocean] .painpoints__label-icon,[data-theme-mode=dark-violet] .painpoints__label-icon,[data-theme-mode=dark] .painpoints__label-icon{color:#f87171}[data-theme-mode=dark-blue] .painpoints,[data-theme-mode=dark-emerald] .painpoints,[data-theme-mode=dark-ocean] .painpoints,[data-theme-mode=dark-violet] .painpoints,[data-theme-mode=dark] .painpoints{background:var(--pub-bg-primary,#0a0a0a)}[data-theme-mode=dark-blue] .painpoints__title,[data-theme-mode=dark-emerald] .painpoints__title,[data-theme-mode=dark-ocean] .painpoints__title,[data-theme-mode=dark-violet] .painpoints__title,[data-theme-mode=dark] .painpoints__title{color:var(--pub-text-primary,#f8fafc)}[data-theme-mode=dark-blue] .painpoints__title-highlight,[data-theme-mode=dark-emerald] .painpoints__title-highlight,[data-theme-mode=dark-ocean] .painpoints__title-highlight,[data-theme-mode=dark-violet] .painpoints__title-highlight,[data-theme-mode=dark] .painpoints__title-highlight{background:linear-gradient(135deg,#f87171,#ef4444 50%,#dc2626);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme-mode=dark-blue] .painpoints__item,[data-theme-mode=dark-emerald] .painpoints__item,[data-theme-mode=dark-ocean] .painpoints__item,[data-theme-mode=dark-violet] .painpoints__item,[data-theme-mode=dark] .painpoints__item{background:rgba(0,0,0,.3);border-color:rgba(239,68,68,.2)}[data-theme-mode=dark-blue] .painpoints__item--active,[data-theme-mode=dark-blue] .painpoints__item:hover,[data-theme-mode=dark-emerald] .painpoints__item--active,[data-theme-mode=dark-emerald] .painpoints__item:hover,[data-theme-mode=dark-ocean] .painpoints__item--active,[data-theme-mode=dark-ocean] .painpoints__item:hover,[data-theme-mode=dark-violet] .painpoints__item--active,[data-theme-mode=dark-violet] .painpoints__item:hover,[data-theme-mode=dark] .painpoints__item--active,[data-theme-mode=dark] .painpoints__item:hover{background:rgba(0,0,0,.4);border-color:rgba(239,68,68,.35)}[data-theme-mode=dark-blue] .painpoints__image-wrapper--pain,[data-theme-mode=dark-emerald] .painpoints__image-wrapper--pain,[data-theme-mode=dark-ocean] .painpoints__image-wrapper--pain,[data-theme-mode=dark-violet] .painpoints__image-wrapper--pain,[data-theme-mode=dark] .painpoints__image-wrapper--pain{box-shadow:0 20px 60px rgba(239,68,68,.25),0 8px 24px rgba(0,0,0,.3),0 0 0 3px rgba(239,68,68,.4)}[data-theme-mode=dark-blue] .painpoints__item-text,[data-theme-mode=dark-emerald] .painpoints__item-text,[data-theme-mode=dark-ocean] .painpoints__item-text,[data-theme-mode=dark-violet] .painpoints__item-text,[data-theme-mode=dark] .painpoints__item-text{color:var(--pub-text-primary,#f8fafc)}[data-theme-mode=dark-blue] .painpoints__item-icon,[data-theme-mode=dark-emerald] .painpoints__item-icon,[data-theme-mode=dark-ocean] .painpoints__item-icon,[data-theme-mode=dark-violet] .painpoints__item-icon,[data-theme-mode=dark] .painpoints__item-icon{background:rgba(239,68,68,.15);border-color:rgba(239,68,68,.25)}[data-theme-mode=dark-blue] .painpoints__solution-card,[data-theme-mode=dark-emerald] .painpoints__solution-card,[data-theme-mode=dark-ocean] .painpoints__solution-card,[data-theme-mode=dark-violet] .painpoints__solution-card,[data-theme-mode=dark] .painpoints__solution-card{background:linear-gradient(135deg,#10b981,#047857);box-shadow:0 20px 50px rgba(16,185,129,.25),0 8px 24px rgba(0,0,0,.3)}[data-theme-mode=dark-blue] .painpoints__solution-card:hover,[data-theme-mode=dark-emerald] .painpoints__solution-card:hover,[data-theme-mode=dark-ocean] .painpoints__solution-card:hover,[data-theme-mode=dark-violet] .painpoints__solution-card:hover,[data-theme-mode=dark] .painpoints__solution-card:hover{box-shadow:0 24px 60px rgba(16,185,129,.3),0 12px 32px rgba(0,0,0,.35)}[data-theme-mode=dark-blue] .painpoints__pain-card,[data-theme-mode=dark-emerald] .painpoints__pain-card,[data-theme-mode=dark-ocean] .painpoints__pain-card,[data-theme-mode=dark-violet] .painpoints__pain-card,[data-theme-mode=dark] .painpoints__pain-card{background:linear-gradient(135deg,#ef4444,#b91c1c);box-shadow:0 20px 50px rgba(239,68,68,.25),0 8px 24px rgba(0,0,0,.3)}[data-theme-mode=dark-blue] .painpoints__pain-card:hover,[data-theme-mode=dark-emerald] .painpoints__pain-card:hover,[data-theme-mode=dark-ocean] .painpoints__pain-card:hover,[data-theme-mode=dark-violet] .painpoints__pain-card:hover,[data-theme-mode=dark] .painpoints__pain-card:hover{box-shadow:0 24px 60px rgba(239,68,68,.3),0 12px 32px rgba(0,0,0,.35)}@media (max-width:1023px){.painpoints__grid{gap:40px}.painpoints__list-wrapper{order:1}.painpoints__solution{order:2}}@media (max-width:767px){.painpoints{padding:50px 0 60px}.painpoints__header{margin-bottom:40px}.painpoints__label{padding:8px 14px;font-size:12px;gap:6px;margin-bottom:16px}.painpoints__label-icon{width:14px;height:14px}.painpoints__title{font-size:22px;padding:0 16px}.painpoints__grid{gap:32px}.painpoints__list{gap:12px}.painpoints__item{padding:14px 16px;gap:12px;border-radius:12px}.painpoints__item--active,.painpoints__item:hover{transform:none}.painpoints__item-icon{width:36px;height:36px;border-radius:10px}.painpoints__item-icon svg{width:18px;height:18px}.painpoints__item-text{font-size:14px}.painpoints__image{height:300px;border-radius:16px}.painpoints__image--solution{position:relative}.painpoints__image--pain{position:absolute}.painpoints__image-wrapper{border-radius:16px;margin-bottom:56px}.painpoints__image-overlay{border-radius:16px}.painpoints__pain-card,.painpoints__solution-card{bottom:-40px;left:16px;right:16px;padding:20px 20px 20px 64px;border-radius:14px}.painpoints__pain-card:before,.painpoints__solution-card:before{width:36px;height:36px;left:16px;border-radius:10px;background-size:18px}.painpoints__pain-text,.painpoints__solution-text{font-size:13px}}@media (prefers-reduced-motion:reduce){.painpoints__item:hover{transform:none}.painpoints__item-icon svg{transition:none}}.comparison{position:relative;padding:80px 0 100px;background:transparent}.comparison__header{text-align:center;margin-bottom:60px}.comparison__label{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:linear-gradient(135deg,rgba(59,130,246,.08),rgba(37,99,235,.08));border:1px solid rgba(59,130,246,.15);border-radius:9999px;font-size:14px;font-weight:600;color:#2563eb;margin-bottom:20px}.comparison__label-icon{width:18px;height:18px;color:#3b82f6}.comparison__title{font-size:28px;font-weight:800;color:var(--pub-text-primary,#0f172a);line-height:1.25;letter-spacing:-.02em;max-width:800px;margin:0 auto 16px}.comparison__title-highlight{background:linear-gradient(135deg,#10b981,#059669 50%,#047857);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.comparison__subtitle{font-size:18px;color:var(--pub-text-secondary,#64748b);line-height:1.6;max-width:600px;margin:0 auto}@media (min-width:768px){.comparison__title{font-size:36px}}@media (min-width:1024px){.comparison__title{font-size:42px}}.comparison__table{max-width:1280px;margin:0 auto;background:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.5);border-radius:24px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.08),0 8px 24px rgba(0,0,0,.04)}@supports ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.comparison__table{background:rgba(255,255,255,.6);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}}.comparison__table-header{display:grid;grid-template-columns:1fr 1.5fr 1.2fr;gap:24px;padding:28px 40px;background:linear-gradient(180deg,rgba(248,250,252,.9),rgba(241,245,249,.8));border-bottom:1px solid rgba(0,0,0,.06)}.comparison__col{display:flex;align-items:center}.comparison__col--feature{justify-content:flex-start}.comparison__col--others,.comparison__col--us{justify-content:center}.comparison__col-label{font-size:13px;font-weight:600;color:var(--pub-text-secondary,#64748b);text-transform:uppercase;letter-spacing:.05em}.comparison__col-badge{display:inline-flex;align-items:center;gap:10px;padding:6px 14px;border-radius:12px;font-size:14px;font-weight:700}.comparison__col-badge--us{background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(248,250,252,.85));border:1px solid rgba(59,130,246,.15);box-shadow:0 4px 16px rgba(0,0,0,.06),0 2px 8px rgba(0,0,0,.03),inset 0 1px 0 rgba(255,255,255,.8)}@supports ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.comparison__col-badge--us{background:rgba(255,255,255,.75);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}}.comparison__logo-wrapper{width:34px;height:34px;padding:4px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:10px;border:1px solid rgba(59,130,246,.15);flex-shrink:0}.comparison__logo{width:100%;height:100%;object-fit:contain}.comparison__brand{display:flex;flex-direction:column;gap:0}.comparison__brand-line1{display:flex;align-items:baseline;gap:6px}.comparison__brand-name{font-size:16px;font-weight:700;color:#0f172a;letter-spacing:-.02em}.comparison__brand-badge{display:inline-flex;align-items:center;padding:2px 8px;font-size:10px;font-weight:700;letter-spacing:.05em;color:white;background:linear-gradient(135deg,var(--theme-500,#3b82f6) 0,var(--theme-700,#1d4ed8) 100%);border-radius:4px}.comparison__brand-line2{margin-top:-1px}.comparison__brand-tagline{font-size:10px;font-weight:500;color:#64748b;letter-spacing:.02em}.comparison__table-body{padding:12px 0}.comparison__row{display:grid;grid-template-columns:1fr 1.5fr 1.2fr;gap:24px;padding:24px 40px;align-items:center;transition:all .25s ease}.comparison__row:hover{background:rgba(16,185,129,.06)}.comparison__row:not(:last-child){border-bottom:1px solid rgba(0,0,0,.05)}.comparison__feature-text{font-size:16px;font-weight:700;color:var(--pub-text-primary,#1e293b);padding-left:8px;border-left:3px solid rgba(59,130,246,.4)}.comparison__cell{display:flex;align-items:center;gap:14px;padding:16px 20px;border-radius:14px;font-size:15px;font-weight:500;line-height:1.45;transition:all .2s ease}.comparison__cell--us{background:linear-gradient(135deg,rgba(16,185,129,.12),rgba(16,185,129,.06));color:#047857;border:1px solid rgba(16,185,129,.2);box-shadow:0 2px 8px rgba(16,185,129,.08)}.comparison__row:hover .comparison__cell--us{background:linear-gradient(135deg,rgba(16,185,129,.18),rgba(16,185,129,.1));border-color:rgba(16,185,129,.3);box-shadow:0 4px 12px rgba(16,185,129,.12)}.comparison__cell--others{background:linear-gradient(135deg,rgba(239,68,68,.08),rgba(239,68,68,.04));color:#b91c1c;border:1px solid rgba(239,68,68,.12)}.comparison__row:hover .comparison__cell--others{background:linear-gradient(135deg,rgba(239,68,68,.12),rgba(239,68,68,.06));border-color:rgba(239,68,68,.2)}.comparison__icon{width:22px;height:22px;flex-shrink:0;padding:3px;border-radius:50%}.comparison__icon--check{color:#10b981;background:rgba(16,185,129,.15)}.comparison__icon--x{color:#ef4444;background:rgba(239,68,68,.12)}.comparison__cta{display:flex;flex-direction:column;align-items:center;margin-top:48px}.comparison__cta-btn{display:inline-flex;align-items:center;gap:10px;padding:18px 36px;background:linear-gradient(135deg,#10b981,#059669);color:#ffffff;font-size:16px;font-weight:700;text-decoration:none;border-radius:14px;box-shadow:0 8px 24px rgba(16,185,129,.35),0 4px 12px rgba(0,0,0,.1);transition:all .3s cubic-bezier(.4,0,.2,1)}.comparison__cta-btn:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(16,185,129,.4),0 6px 16px rgba(0,0,0,.15)}.comparison__cta-btn svg{width:20px;height:20px;transition:transform .3s ease}.comparison__cta-btn:hover svg{transform:translateX(4px)}.comparison__cta-badge{display:inline-flex;align-items:center;gap:6px;margin-top:12px;padding:6px 12px;background:linear-gradient(135deg,rgba(16,185,129,.08),rgba(16,185,129,.04));border:1px solid rgba(16,185,129,.2);border-radius:8px;font-size:11px;font-weight:500;color:#047857}.comparison__cta-badge-icon{width:14px;height:14px;color:#10b981;flex-shrink:0}[data-theme-mode=dark-blue] .comparison,[data-theme-mode=dark-emerald] .comparison,[data-theme-mode=dark-ocean] .comparison,[data-theme-mode=dark-violet] .comparison,[data-theme-mode=dark] .comparison{background:transparent}[data-theme-mode=dark-blue] .comparison__label,[data-theme-mode=dark-emerald] .comparison__label,[data-theme-mode=dark-ocean] .comparison__label,[data-theme-mode=dark-violet] .comparison__label,[data-theme-mode=dark] .comparison__label{background:rgba(59,130,246,.15);border-color:rgba(59,130,246,.25);color:#93c5fd}[data-theme-mode=dark-blue] .comparison__label-icon,[data-theme-mode=dark-emerald] .comparison__label-icon,[data-theme-mode=dark-ocean] .comparison__label-icon,[data-theme-mode=dark-violet] .comparison__label-icon,[data-theme-mode=dark] .comparison__label-icon{color:#60a5fa}[data-theme-mode=dark-blue] .comparison__title,[data-theme-mode=dark-emerald] .comparison__title,[data-theme-mode=dark-ocean] .comparison__title,[data-theme-mode=dark-violet] .comparison__title,[data-theme-mode=dark] .comparison__title{color:var(--pub-text-primary,#f8fafc)}[data-theme-mode=dark-blue] .comparison__title-highlight,[data-theme-mode=dark-emerald] .comparison__title-highlight,[data-theme-mode=dark-ocean] .comparison__title-highlight,[data-theme-mode=dark-violet] .comparison__title-highlight,[data-theme-mode=dark] .comparison__title-highlight{background:linear-gradient(135deg,#34d399,#10b981 50%,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme-mode=dark-blue] .comparison__subtitle,[data-theme-mode=dark-emerald] .comparison__subtitle,[data-theme-mode=dark-ocean] .comparison__subtitle,[data-theme-mode=dark-violet] .comparison__subtitle,[data-theme-mode=dark] .comparison__subtitle{color:var(--pub-text-secondary,#94a3b8)}[data-theme-mode=dark-blue] .comparison__table,[data-theme-mode=dark-emerald] .comparison__table,[data-theme-mode=dark-ocean] .comparison__table,[data-theme-mode=dark-violet] .comparison__table,[data-theme-mode=dark] .comparison__table{background:rgba(0,0,0,.3);border-color:rgba(255,255,255,.1)}[data-theme-mode=dark-blue] .comparison__table-header,[data-theme-mode=dark-emerald] .comparison__table-header,[data-theme-mode=dark-ocean] .comparison__table-header,[data-theme-mode=dark-violet] .comparison__table-header,[data-theme-mode=dark] .comparison__table-header{background:rgba(0,0,0,.2);border-bottom-color:rgba(255,255,255,.08)}[data-theme-mode=dark-blue] .comparison__col-label,[data-theme-mode=dark-emerald] .comparison__col-label,[data-theme-mode=dark-ocean] .comparison__col-label,[data-theme-mode=dark-violet] .comparison__col-label,[data-theme-mode=dark] .comparison__col-label{color:var(--pub-text-secondary,#94a3b8)}[data-theme-mode=dark-blue] .comparison__col-badge--us,[data-theme-mode=dark-emerald] .comparison__col-badge--us,[data-theme-mode=dark-ocean] .comparison__col-badge--us,[data-theme-mode=dark-violet] .comparison__col-badge--us,[data-theme-mode=dark] .comparison__col-badge--us{background:rgba(0,0,0,.4);border-color:rgba(255,255,255,.15);box-shadow:0 8px 24px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.1)}[data-theme-mode=dark-blue] .comparison__logo-wrapper,[data-theme-mode=dark-emerald] .comparison__logo-wrapper,[data-theme-mode=dark-ocean] .comparison__logo-wrapper,[data-theme-mode=dark-violet] .comparison__logo-wrapper,[data-theme-mode=dark] .comparison__logo-wrapper{background:linear-gradient(135deg,rgba(255,255,255,.1),rgba(255,255,255,.05));border-color:rgba(255,255,255,.15)}[data-theme-mode=dark-blue] .comparison__brand-name,[data-theme-mode=dark-emerald] .comparison__brand-name,[data-theme-mode=dark-ocean] .comparison__brand-name,[data-theme-mode=dark-violet] .comparison__brand-name,[data-theme-mode=dark] .comparison__brand-name{color:var(--pub-text-primary,#f8fafc)}[data-theme-mode=dark-blue] .comparison__brand-tagline,[data-theme-mode=dark-emerald] .comparison__brand-tagline,[data-theme-mode=dark-ocean] .comparison__brand-tagline,[data-theme-mode=dark-violet] .comparison__brand-tagline,[data-theme-mode=dark] .comparison__brand-tagline{color:var(--pub-text-secondary,#94a3b8)}[data-theme-mode=dark-blue] .comparison__cta-badge,[data-theme-mode=dark-emerald] .comparison__cta-badge,[data-theme-mode=dark-ocean] .comparison__cta-badge,[data-theme-mode=dark-violet] .comparison__cta-badge,[data-theme-mode=dark] .comparison__cta-badge{background:linear-gradient(135deg,rgba(16,185,129,.15),rgba(16,185,129,.08));border-color:rgba(16,185,129,.3);color:#6ee7b7}[data-theme-mode=dark-blue] .comparison__cta-badge-icon,[data-theme-mode=dark-emerald] .comparison__cta-badge-icon,[data-theme-mode=dark-ocean] .comparison__cta-badge-icon,[data-theme-mode=dark-violet] .comparison__cta-badge-icon,[data-theme-mode=dark] .comparison__cta-badge-icon{color:#34d399}[data-theme-mode=dark-blue] .comparison__row:hover,[data-theme-mode=dark-emerald] .comparison__row:hover,[data-theme-mode=dark-ocean] .comparison__row:hover,[data-theme-mode=dark-violet] .comparison__row:hover,[data-theme-mode=dark] .comparison__row:hover{background:rgba(16,185,129,.08)}[data-theme-mode=dark-blue] .comparison__row:not(:last-child),[data-theme-mode=dark-emerald] .comparison__row:not(:last-child),[data-theme-mode=dark-ocean] .comparison__row:not(:last-child),[data-theme-mode=dark-violet] .comparison__row:not(:last-child),[data-theme-mode=dark] .comparison__row:not(:last-child){border-bottom-color:rgba(255,255,255,.06)}[data-theme-mode=dark-blue] .comparison__feature-text,[data-theme-mode=dark-emerald] .comparison__feature-text,[data-theme-mode=dark-ocean] .comparison__feature-text,[data-theme-mode=dark-violet] .comparison__feature-text,[data-theme-mode=dark] .comparison__feature-text{color:var(--pub-text-primary,#f8fafc);border-left-color:rgba(96,165,250,.5)}[data-theme-mode=dark-blue] .comparison__cell--us,[data-theme-mode=dark-emerald] .comparison__cell--us,[data-theme-mode=dark-ocean] .comparison__cell--us,[data-theme-mode=dark-violet] .comparison__cell--us,[data-theme-mode=dark] .comparison__cell--us{background:linear-gradient(135deg,rgba(16,185,129,.2),rgba(16,185,129,.1));color:#6ee7b7;border-color:rgba(16,185,129,.3);box-shadow:0 2px 8px rgba(16,185,129,.1)}[data-theme-mode=dark-blue] .comparison__row:hover .comparison__cell--us,[data-theme-mode=dark-emerald] .comparison__row:hover .comparison__cell--us,[data-theme-mode=dark-ocean] .comparison__row:hover .comparison__cell--us,[data-theme-mode=dark-violet] .comparison__row:hover .comparison__cell--us,[data-theme-mode=dark] .comparison__row:hover .comparison__cell--us{background:linear-gradient(135deg,rgba(16,185,129,.25),rgba(16,185,129,.15));border-color:rgba(16,185,129,.4)}[data-theme-mode=dark-blue] .comparison__cell--others,[data-theme-mode=dark-emerald] .comparison__cell--others,[data-theme-mode=dark-ocean] .comparison__cell--others,[data-theme-mode=dark-violet] .comparison__cell--others,[data-theme-mode=dark] .comparison__cell--others{background:linear-gradient(135deg,rgba(239,68,68,.15),rgba(239,68,68,.08));color:#fca5a5;border-color:rgba(239,68,68,.25)}[data-theme-mode=dark-blue] .comparison__row:hover .comparison__cell--others,[data-theme-mode=dark-emerald] .comparison__row:hover .comparison__cell--others,[data-theme-mode=dark-ocean] .comparison__row:hover .comparison__cell--others,[data-theme-mode=dark-violet] .comparison__row:hover .comparison__cell--others,[data-theme-mode=dark] .comparison__row:hover .comparison__cell--others{background:linear-gradient(135deg,rgba(239,68,68,.2),rgba(239,68,68,.12));border-color:rgba(239,68,68,.35)}[data-theme-mode=dark-blue] .comparison__icon--check,[data-theme-mode=dark-emerald] .comparison__icon--check,[data-theme-mode=dark-ocean] .comparison__icon--check,[data-theme-mode=dark-violet] .comparison__icon--check,[data-theme-mode=dark] .comparison__icon--check{color:#34d399}[data-theme-mode=dark-blue] .comparison__icon--x,[data-theme-mode=dark-emerald] .comparison__icon--x,[data-theme-mode=dark-ocean] .comparison__icon--x,[data-theme-mode=dark-violet] .comparison__icon--x,[data-theme-mode=dark] .comparison__icon--x{color:#f87171}@media (max-width:767px){[data-theme-mode=dark-blue] .comparison__row,[data-theme-mode=dark-emerald] .comparison__row,[data-theme-mode=dark-ocean] .comparison__row,[data-theme-mode=dark-violet] .comparison__row,[data-theme-mode=dark] .comparison__row{background:rgba(0,0,0,.3);border-color:rgba(255,255,255,.1)}[data-theme-mode=dark-blue] .comparison__row:hover,[data-theme-mode=dark-emerald] .comparison__row:hover,[data-theme-mode=dark-ocean] .comparison__row:hover,[data-theme-mode=dark-violet] .comparison__row:hover,[data-theme-mode=dark] .comparison__row:hover{background:rgba(0,0,0,.3)}[data-theme-mode=dark-blue] .comparison__col--feature,[data-theme-mode=dark-emerald] .comparison__col--feature,[data-theme-mode=dark-ocean] .comparison__col--feature,[data-theme-mode=dark-violet] .comparison__col--feature,[data-theme-mode=dark] .comparison__col--feature{background:linear-gradient(135deg,rgba(59,130,246,.15),rgba(37,99,235,.1));border-bottom-color:rgba(255,255,255,.08)}[data-theme-mode=dark-blue] .comparison__col--us,[data-theme-mode=dark-emerald] .comparison__col--us,[data-theme-mode=dark-ocean] .comparison__col--us,[data-theme-mode=dark-violet] .comparison__col--us,[data-theme-mode=dark] .comparison__col--us{border-right-color:rgba(255,255,255,.08)}[data-theme-mode=dark-blue] .comparison__col--us:before,[data-theme-mode=dark-emerald] .comparison__col--us:before,[data-theme-mode=dark-ocean] .comparison__col--us:before,[data-theme-mode=dark-violet] .comparison__col--us:before,[data-theme-mode=dark] .comparison__col--us:before{background:rgba(16,185,129,.08);color:#6ee7b7;border-bottom-color:rgba(255,255,255,.08)}[data-theme-mode=dark-blue] .comparison__col--others:before,[data-theme-mode=dark-emerald] .comparison__col--others:before,[data-theme-mode=dark-ocean] .comparison__col--others:before,[data-theme-mode=dark-violet] .comparison__col--others:before,[data-theme-mode=dark] .comparison__col--others:before{background:rgba(239,68,68,.08);color:#fca5a5;border-bottom-color:rgba(255,255,255,.08)}}@media (max-width:1023px){.comparison__row,.comparison__table-header{grid-template-columns:1fr 1fr;gap:16px}.comparison__col--feature{grid-column:1/-1;margin-bottom:8px}.comparison__table-header .comparison__col--feature{display:none}.comparison__row,.comparison__table-header{padding:20px 24px}.comparison__col-badge--us{padding:8px 14px;gap:10px}.comparison__logo-wrapper{width:36px;height:36px;padding:4px;border-radius:10px}.comparison__brand-name{font-size:16px}.comparison__brand-badge{font-size:9px;padding:2px 6px}.comparison__brand-tagline{font-size:9px}}@media (max-width:767px){.comparison{padding:50px 0 60px}.comparison__header{margin-bottom:40px}.comparison__label{padding:8px 14px;font-size:12px;gap:6px;margin-bottom:16px}.comparison__label-icon{width:14px;height:14px}.comparison__title{font-size:24px;padding:0 16px}.comparison__subtitle{font-size:15px;padding:0 16px}.comparison__table{background:transparent;border:none;box-shadow:none;padding:0}.comparison__table-header{display:none}.comparison__table-body{display:flex;flex-direction:column;gap:16px;padding:0}.comparison__row{display:grid;grid-template-columns:1fr;grid-template-rows:auto auto;gap:0;padding:0;background:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.5);border-radius:16px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.06)}@supports ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.comparison__row{background:rgba(255,255,255,.6);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}}.comparison__row:hover{background:rgba(255,255,255,.6)}.comparison__row:not(:last-child){border-bottom:none}.comparison__col--feature{grid-row:1;padding:14px 16px 12px;background:linear-gradient(135deg,rgba(59,130,246,.08),rgba(37,99,235,.06));border-bottom:1px solid rgba(0,0,0,.05)}.comparison__feature-text{font-size:14px;font-weight:700;margin-bottom:0;padding-left:0;border-left:none;text-align:center;color:var(--pub-text-primary,#1e293b)}.comparison__col--others,.comparison__col--us{display:flex;flex-direction:column;padding:0;min-height:120px}.comparison__col--us{border-right:1px solid rgba(0,0,0,.05)}.comparison__col--others{grid-column:1}.comparison__row{grid-template-columns:1fr 1fr}.comparison__col--feature{grid-column:1/-1}.comparison__col--us{grid-column:1;grid-row:2}.comparison__col--others{grid-column:2;grid-row:2}.comparison__col--others:before,.comparison__col--us:before{content:attr(data-label);display:block;padding:10px 12px 8px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;text-align:center;background:rgba(0,0,0,.02);color:var(--pub-text-secondary,#64748b);border-bottom:1px solid rgba(0,0,0,.05)}.comparison__col--us:before{content:"Synfinic";color:#047857}.comparison__col--others:before{content:"Andere Anbieter";color:#b91c1c}.comparison__cell{padding:14px 12px;font-size:12px;gap:8px;border-radius:0;background:transparent;border:none;box-shadow:none;flex-direction:column;text-align:center;align-items:center;flex:1 1}.comparison__cell--others,.comparison__cell--us{padding:14px 10px}.comparison__icon{width:22px;height:22px;margin-bottom:8px;border-radius:50%;padding:4px;flex-shrink:0}.comparison__icon--check{background:rgba(16,185,129,.15)}.comparison__icon--x{background:rgba(239,68,68,.15)}.comparison__cell span{line-height:1.4}.comparison__cta{margin-top:32px}.comparison__cta-btn{padding:14px 24px;font-size:14px;border-radius:12px}.comparison__cta-badge{padding:6px 10px;font-size:10px;gap:6px;border-radius:8px}.comparison__cta-badge-icon{width:12px;height:12px}}@media (max-width:480px){.comparison__cta-badge{padding:5px 8px;font-size:9px;gap:4px;text-align:center;line-height:1.4}.comparison__cta-badge-icon{width:10px;height:10px}.comparison__feature-text{font-size:13px}.comparison__cell{font-size:11px;padding:12px 8px}.comparison__icon{width:20px;height:20px;margin-bottom:6px}.comparison__col--others:before,.comparison__col--us:before{font-size:10px;padding:8px 8px 6px}}@media (prefers-reduced-motion:reduce){.comparison__row:hover{background:transparent}.comparison__cta-btn:hover,.comparison__cta-btn:hover svg{transform:none}}.steps{position:relative;padding:80px 0;background:transparent;overflow:visible}.steps__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;position:relative}.steps__grid:before{content:"";position:absolute;top:40px;left:calc(12.5% + 24px);right:calc(12.5% + 24px);height:2px;background:linear-gradient(90deg,var(--theme-200,#bfdbfe) 0,var(--theme-400,#60a5fa) 50%,var(--theme-200,#bfdbfe) 100%);z-index:0}.steps__card{flex-direction:column;text-align:center;position:relative;z-index:1}.steps__card,.steps__number{display:flex;align-items:center}.steps__number{width:56px;height:56px;justify-content:center;background:linear-gradient(135deg,var(--theme-500,#3b82f6),var(--theme-600,#2563eb));border-radius:50%;color:white;font-size:20px;font-weight:700;margin-bottom:20px;box-shadow:0 4px 16px rgba(59,130,246,.3);transition:all .3s ease}.steps__card:hover .steps__number{transform:scale(1.1);box-shadow:0 6px 24px rgba(59,130,246,.4)}.steps__icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.8);border:1px solid rgba(0,0,0,.06);border-radius:12px;color:var(--theme-600,#2563eb);margin-bottom:16px}.steps__icon svg{width:20px;height:20px}.steps__title{font-size:18px;font-weight:700;color:var(--pub-text-primary,#0f172a);margin:0 0 8px}.steps__description{font-size:14px;line-height:1.6;color:var(--pub-text-secondary,#64748b);margin:0;max-width:200px}[data-theme-mode=dark-blue] .steps__grid:before,[data-theme-mode=dark-emerald] .steps__grid:before,[data-theme-mode=dark-ocean] .steps__grid:before,[data-theme-mode=dark-violet] .steps__grid:before,[data-theme-mode=dark] .steps__grid:before{background:linear-gradient(90deg,rgba(255,255,255,.1),rgba(255,255,255,.2) 50%,rgba(255,255,255,.1))}[data-theme-mode=dark-blue] .steps__icon,[data-theme-mode=dark-emerald] .steps__icon,[data-theme-mode=dark-ocean] .steps__icon,[data-theme-mode=dark-violet] .steps__icon,[data-theme-mode=dark] .steps__icon{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.1)}[data-theme-mode=dark-blue] .steps__title,[data-theme-mode=dark-emerald] .steps__title,[data-theme-mode=dark-ocean] .steps__title,[data-theme-mode=dark-violet] .steps__title,[data-theme-mode=dark] .steps__title{color:var(--pub-text-primary,#f8fafc)}[data-theme-mode=dark-blue] .steps__description,[data-theme-mode=dark-emerald] .steps__description,[data-theme-mode=dark-ocean] .steps__description,[data-theme-mode=dark-violet] .steps__description,[data-theme-mode=dark] .steps__description{color:var(--pub-text-secondary,#94a3b8)}@media (max-width:1024px){.steps__grid{grid-template-columns:repeat(2,1fr);gap:40px 32px}.steps__grid:before{display:none}}@media (max-width:640px){.steps{padding:60px 0}.steps__grid{grid-template-columns:1fr;gap:32px}.steps__card{flex-direction:row;text-align:left;gap:20px}.steps__number{width:48px;height:48px;font-size:18px;margin-bottom:0;flex-shrink:0}.steps__content{flex:1 1}.steps__description{max-width:none}}.steps-split{position:relative;padding:80px 0 100px;background:transparent}.steps-split__grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.steps-split__image-col{position:relative}.steps-split__image-grid{display:grid;grid-template-columns:1.2fr 1fr;grid-template-rows:1fr 1fr;gap:16px;height:520px}.steps-split__image-main{grid-column:1/2;grid-row:1/3;position:relative;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.12),0 8px 24px rgba(0,0,0,.06)}.steps-split__image-main img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.steps-split__image-main:hover img{transform:scale(1.03)}.steps-split__image-secondary{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 12px 40px rgba(0,0,0,.1),0 4px 16px rgba(0,0,0,.05)}.steps-split__image-secondary img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.steps-split__image-secondary:hover img{transform:scale(1.03)}.steps-split__content-col{display:flex;flex-direction:column}.steps-split__header{margin-bottom:40px}.steps-split__label{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:linear-gradient(135deg,rgba(59,130,246,.08),rgba(37,99,235,.08));border:1px solid rgba(59,130,246,.15);border-radius:9999px;font-size:14px;font-weight:600;color:#2563eb;margin-bottom:20px}.steps-split__label-icon{width:18px;height:18px;color:#3b82f6}.steps-split__title{font-size:32px;font-weight:800;color:var(--pub-text-primary,#0f172a);line-height:1.25;letter-spacing:-.02em;margin:0}.steps-split__title-highlight{background:linear-gradient(135deg,#10b981,#059669 50%,#047857);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.steps-split__timeline{display:flex;flex-direction:column;gap:0}.steps-split__step{display:flex;gap:24px;position:relative}.steps-split__step-marker{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.steps-split__step-number{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;color:white;font-size:18px;font-weight:700;box-shadow:0 4px 16px rgba(16,185,129,.35),0 2px 8px rgba(0,0,0,.1);position:relative;z-index:2;transition:all .3s ease}.steps-split__step:hover .steps-split__step-number{transform:scale(1.1);box-shadow:0 6px 24px rgba(16,185,129,.45),0 4px 12px rgba(0,0,0,.15)}.steps-split__step-line{width:3px;flex:1 1;min-height:32px;background:linear-gradient(180deg,#10b981,rgba(16,185,129,.3));margin:8px 0;border-radius:2px}.steps-split__step-content{flex:1 1;padding:8px 0 32px}.steps-split__step-title{font-size:20px;font-weight:700;color:var(--pub-text-primary,#0f172a);margin:0 0 8px}.steps-split__step-desc{font-size:15px;line-height:1.65;color:var(--pub-text-secondary,#64748b);margin:0}.steps-split__cta{margin-top:16px}.steps-split__cta-btn{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:linear-gradient(135deg,#10b981,#059669);color:#ffffff;font-size:16px;font-weight:700;text-decoration:none;border-radius:14px;box-shadow:0 8px 24px rgba(16,185,129,.35),0 4px 12px rgba(0,0,0,.1);transition:all .3s cubic-bezier(.4,0,.2,1)}.steps-split__cta-btn:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(16,185,129,.4),0 6px 16px rgba(0,0,0,.15)}.steps-split__cta-btn svg{width:20px;height:20px;transition:transform .3s ease}.steps-split__cta-btn:hover svg{transform:translateX(4px)}[data-theme-mode=dark-blue] .steps-split,[data-theme-mode=dark-emerald] .steps-split,[data-theme-mode=dark-ocean] .steps-split,[data-theme-mode=dark-violet] .steps-split,[data-theme-mode=dark] .steps-split{background:transparent}[data-theme-mode=dark-blue] .steps-split__label,[data-theme-mode=dark-emerald] .steps-split__label,[data-theme-mode=dark-ocean] .steps-split__label,[data-theme-mode=dark-violet] .steps-split__label,[data-theme-mode=dark] .steps-split__label{background:rgba(59,130,246,.15);border-color:rgba(59,130,246,.25);color:#93c5fd}[data-theme-mode=dark-blue] .steps-split__label-icon,[data-theme-mode=dark-emerald] .steps-split__label-icon,[data-theme-mode=dark-ocean] .steps-split__label-icon,[data-theme-mode=dark-violet] .steps-split__label-icon,[data-theme-mode=dark] .steps-split__label-icon{color:#60a5fa}[data-theme-mode=dark-blue] .steps-split__title,[data-theme-mode=dark-emerald] .steps-split__title,[data-theme-mode=dark-ocean] .steps-split__title,[data-theme-mode=dark-violet] .steps-split__title,[data-theme-mode=dark] .steps-split__title{color:var(--pub-text-primary,#f8fafc)}[data-theme-mode=dark-blue] .steps-split__title-highlight,[data-theme-mode=dark-emerald] .steps-split__title-highlight,[data-theme-mode=dark-ocean] .steps-split__title-highlight,[data-theme-mode=dark-violet] .steps-split__title-highlight,[data-theme-mode=dark] .steps-split__title-highlight{background:linear-gradient(135deg,#34d399,#10b981 50%,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme-mode=dark-blue] .steps-split__step-title,[data-theme-mode=dark-emerald] .steps-split__step-title,[data-theme-mode=dark-ocean] .steps-split__step-title,[data-theme-mode=dark-violet] .steps-split__step-title,[data-theme-mode=dark] .steps-split__step-title{color:var(--pub-text-primary,#f8fafc)}[data-theme-mode=dark-blue] .steps-split__step-desc,[data-theme-mode=dark-emerald] .steps-split__step-desc,[data-theme-mode=dark-ocean] .steps-split__step-desc,[data-theme-mode=dark-violet] .steps-split__step-desc,[data-theme-mode=dark] .steps-split__step-desc{color:var(--pub-text-secondary,#94a3b8)}[data-theme-mode=dark-blue] .steps-split__image-main,[data-theme-mode=dark-emerald] .steps-split__image-main,[data-theme-mode=dark-ocean] .steps-split__image-main,[data-theme-mode=dark-violet] .steps-split__image-main,[data-theme-mode=dark] .steps-split__image-main{box-shadow:0 20px 60px rgba(0,0,0,.3),0 8px 24px rgba(0,0,0,.2)}[data-theme-mode=dark-blue] .steps-split__image-secondary,[data-theme-mode=dark-emerald] .steps-split__image-secondary,[data-theme-mode=dark-ocean] .steps-split__image-secondary,[data-theme-mode=dark-violet] .steps-split__image-secondary,[data-theme-mode=dark] .steps-split__image-secondary{box-shadow:0 12px 40px rgba(0,0,0,.25),0 4px 16px rgba(0,0,0,.15)}@media (max-width:1023px){.steps-split__grid{grid-template-columns:1fr;gap:48px}.steps-split__image-col{order:2}.steps-split__content-col{order:1}.steps-split__image-grid{height:400px}.steps-split__title{font-size:28px}}@media (max-width:767px){.steps-split{padding:60px 0 80px}.steps-split__grid{gap:40px}.steps-split__content-col{display:contents}.steps-split__header{order:1;margin-bottom:32px}.steps-split__timeline{order:2}.steps-split__image-col{order:3}.steps-split__cta{order:4;margin-top:0}.steps-split__label{padding:8px 14px;font-size:12px;gap:6px;margin-bottom:16px}.steps-split__label-icon{width:14px;height:14px}.steps-split__title{font-size:24px}.steps-split__step{gap:16px}.steps-split__step-number{width:40px;height:40px;font-size:16px}.steps-split__step-title{font-size:17px}.steps-split__step-desc{font-size:14px}.steps-split__step-content{padding:4px 0 24px}.steps-split__image-grid{height:280px;gap:10px}.steps-split__image-main{border-radius:16px}.steps-split__image-secondary{border-radius:14px}.steps-split__cta-btn{width:100%;justify-content:center;padding:14px 24px;font-size:15px;border-radius:12px}}@media (max-width:480px){.steps-split__image-grid{height:240px;gap:8px}.steps-split__title{font-size:22px}.steps-split__step-title{font-size:16px}.steps-split__step-desc{font-size:13px;line-height:1.6}}@media (prefers-reduced-motion:reduce){.steps-split__cta-btn:hover,.steps-split__cta-btn:hover svg,.steps-split__step:hover .steps-split__step-number{transform:none}}.stats-bar{position:relative;padding:32px 0;background:transparent}.stats-bar__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media (min-width:768px){.stats-bar__grid{grid-template-columns:repeat(4,1fr);gap:32px}}.stats-bar__item{display:flex;align-items:center;gap:16px;padding:20px 24px;background:var(--pub-glass-bg,rgba(255,255,255,.7));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--pub-border-light,rgba(0,0,0,.06));border-radius:16px;transition:all .3s ease}.stats-bar__item:hover{background:var(--pub-glass-bg-hover,rgba(255,255,255,.85));border-color:hsl(var(--theme-hue,217),var(--theme-saturation,91%),var(--theme-lightness,60%),.2);box-shadow:0 8px 24px rgba(0,0,0,.08);transform:translateY(-2px)}.stats-bar__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,hsl(var(--theme-hue,217),var(--theme-saturation,91%),var(--theme-lightness,60%)) 0,hsl(var(--theme-hue,217),var(--theme-saturation,91%),52%) 100%);border-radius:12px;color:white;flex-shrink:0;box-shadow:0 4px 12px hsl(var(--theme-hue,217),var(--theme-saturation,91%),var(--theme-lightness,60%),.25);transition:all .3s ease}.stats-bar__item:hover .stats-bar__icon{transform:scale(1.05);box-shadow:0 6px 16px hsl(var(--theme-hue,217),var(--theme-saturation,91%),var(--theme-lightness,60%),.35)}.stats-bar__content{display:flex;flex-direction:column;gap:2px}.stats-bar__value{font-size:24px;font-weight:700;color:var(--pub-text-primary,#0f172a);line-height:1.1;transition:color .3s ease}.stats-bar__label{font-size:13px;font-weight:500;color:var(--pub-text-secondary,#64748b);transition:color .3s ease}@media (max-width:767px){.stats-bar{padding:16px 0}.stats-bar__grid{gap:10px}.stats-bar__item{padding:10px 12px;gap:8px;border-radius:10px}.stats-bar__item:hover{transform:none}.stats-bar__icon{width:32px;height:32px;border-radius:8px}.stats-bar__icon svg{width:16px;height:16px}.stats-bar__value{font-size:16px}.stats-bar__label{font-size:10px}}[data-theme-mode=dark-blue] .stats-bar__item,[data-theme-mode=dark-emerald] .stats-bar__item,[data-theme-mode=dark-ocean] .stats-bar__item,[data-theme-mode=dark-violet] .stats-bar__item,[data-theme-mode=dark] .stats-bar__item{background:rgba(0,0,0,.4);border-color:rgba(255,255,255,.08)}[data-theme-mode=dark-blue] .stats-bar__item:hover,[data-theme-mode=dark-emerald] .stats-bar__item:hover,[data-theme-mode=dark-ocean] .stats-bar__item:hover,[data-theme-mode=dark-violet] .stats-bar__item:hover,[data-theme-mode=dark] .stats-bar__item:hover{background:rgba(0,0,0,.5);border-color:rgba(255,255,255,.15)}[data-theme-mode=dark-blue] .stats-bar__value,[data-theme-mode=dark-emerald] .stats-bar__value,[data-theme-mode=dark-ocean] .stats-bar__value,[data-theme-mode=dark-violet] .stats-bar__value,[data-theme-mode=dark] .stats-bar__value{color:var(--pub-text-primary,#f8fafc)}[data-theme-mode=dark-blue] .stats-bar__label,[data-theme-mode=dark-emerald] .stats-bar__label,[data-theme-mode=dark-ocean] .stats-bar__label,[data-theme-mode=dark-violet] .stats-bar__label,[data-theme-mode=dark] .stats-bar__label{color:var(--pub-text-secondary,#94a3b8)}[data-theme-mode=dark-blue] .stats-bar__icon,[data-theme-mode=dark-emerald] .stats-bar__icon,[data-theme-mode=dark-ocean] .stats-bar__icon,[data-theme-mode=dark-violet] .stats-bar__icon,[data-theme-mode=dark] .stats-bar__icon{background:rgba(255,255,255,.08)}.gallery{position:relative;padding:50px 0 60px;background:transparent}.gallery__grid--desktop{display:grid;grid-template-columns:1fr;gap:16px;margin-top:32px;position:relative;z-index:1}.gallery__carousel{display:none}@media (min-width:640px){.gallery__grid--desktop{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.gallery__grid--desktop{grid-template-columns:1fr 1fr 1fr;grid-template-rows:repeat(2,220px)}.gallery__item--large{grid-column:1;grid-row:span 2}}.gallery__item{position:relative;border-radius:20px;overflow:hidden;cursor:pointer;box-shadow:0 4px 16px rgba(0,0,0,.08),0 2px 6px rgba(0,0,0,.04);transition:all .4s cubic-bezier(.4,0,.2,1)}.gallery__item:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 20px 40px rgba(0,0,0,.15),0 8px 16px rgba(0,0,0,.08)}.gallery__image{width:100%;height:100%;min-height:200px;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.4,0,.2,1)}@media (min-width:1024px){.gallery__image{min-height:unset}}.gallery__item:hover .gallery__image{transform:scale(1.08)}.gallery__overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.6));display:flex;align-items:flex-end;padding:24px;opacity:0;transition:opacity .3s ease}.gallery__item:hover .gallery__overlay{opacity:1}.gallery__caption{font-size:16px;font-weight:600;color:white;text-shadow:0 2px 8px rgba(0,0,0,.3)}@media (max-width:767px){.gallery{padding:30px 0 40px}.gallery__grid--desktop{display:none}.gallery__carousel{display:block;margin-top:24px;position:relative}.gallery__carousel-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:8px;padding:0 20px}.gallery__carousel-track::-webkit-scrollbar{display:none}.gallery__carousel-item{flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 20px);scroll-snap-align:center;position:relative;border-radius:20px;overflow:hidden;aspect-ratio:4/3;box-shadow:0 4px 20px rgba(0,0,0,.1);transition:transform .3s ease,opacity .3s ease}.gallery__carousel-item .gallery__image{width:100%;height:100%;object-fit:cover;min-height:unset}.gallery__carousel-item .gallery__overlay{opacity:1;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.6));padding:16px}.gallery__carousel-item .gallery__caption{font-size:14px;font-weight:600}.gallery__dots{display:flex;justify-content:center;gap:6px;margin-top:20px;padding:0 20px}.gallery__dot{flex:1 1;max-width:48px;height:3px;border-radius:2px;background:rgba(0,0,0,.12);border:none;padding:0;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.gallery__dot:after{content:"";position:absolute;left:0;top:0;height:100%;width:0;background:linear-gradient(90deg,hsl(var(--theme-hue,217),var(--theme-saturation,91%),var(--theme-lightness,60%)),hsl(var(--theme-hue,217),var(--theme-saturation,91%),calc(var(--theme-lightness, 60%) - 10%)));border-radius:2px;transition:width .3s ease}.gallery__dot--active:after{width:100%}.gallery__dot:hover{background:rgba(0,0,0,.18)}[data-theme-mode=dark-blue] .gallery__dot,[data-theme-mode=dark-emerald] .gallery__dot,[data-theme-mode=dark-ocean] .gallery__dot,[data-theme-mode=dark-violet] .gallery__dot,[data-theme-mode=dark] .gallery__dot{background:rgba(255,255,255,.15)}[data-theme-mode=dark-blue] .gallery__dot:hover,[data-theme-mode=dark-emerald] .gallery__dot:hover,[data-theme-mode=dark-ocean] .gallery__dot:hover,[data-theme-mode=dark-violet] .gallery__dot:hover,[data-theme-mode=dark] .gallery__dot:hover{background:rgba(255,255,255,.25)}}