.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)}}.testimonials{position:relative;padding:60px 0 80px;background:transparent}.testimonials--split .testimonials__split-header{display:grid;grid-template-columns:1fr auto;gap:48px;align-items:end;margin-bottom:48px}.testimonials--split .testimonials__split-left{max-width:600px}.testimonials--split .testimonials__split-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.2;color:var(--pub-text-primary,#0f172a);margin:16px 0 0;letter-spacing:-.02em}.testimonials--split .testimonials__split-right{display:flex;gap:32px}.testimonials__stat{display:flex;flex-direction:column;align-items:flex-start;padding:16px 24px;background:rgba(255,255,255,.6);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(0,0,0,.06);border-radius:16px;min-width:140px}.testimonials__stat-value{font-size:2rem;font-weight:800;color:hsl(var(--theme-hue,217),var(--theme-saturation,91%),50%);line-height:1;margin-bottom:4px}.testimonials__stat-label{font-size:.8125rem;color:var(--pub-text-secondary,#64748b);display:flex;flex-direction:column;gap:4px}.testimonials__stat-stars{display:flex;gap:2px}.testimonials__stat-stars svg{width:14px;height:14px;color:#fbbf24}@media (max-width:1024px){.testimonials--split .testimonials__split-header{grid-template-columns:1fr;gap:24px}.testimonials--split .testimonials__split-right{justify-content:flex-start}}@media (max-width:640px){.testimonials--split .testimonials__split-header{margin-bottom:32px}.testimonials--split .testimonials__split-title{font-size:1.5rem}.testimonials--split .testimonials__split-right{flex-direction:row;gap:12px;overflow-x:auto;padding-bottom:8px}.testimonials__stat{min-width:auto;padding:12px 16px}.testimonials__stat-value{font-size:1.5rem}.testimonials__stat-label{font-size:.75rem}}[data-theme-mode=dark-blue] .testimonials__stat,[data-theme-mode=dark-emerald] .testimonials__stat,[data-theme-mode=dark-ocean] .testimonials__stat,[data-theme-mode=dark-violet] .testimonials__stat,[data-theme-mode=dark] .testimonials__stat{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.1)}[data-theme-mode=dark-blue] .testimonials--split .testimonials__split-title,[data-theme-mode=dark-emerald] .testimonials--split .testimonials__split-title,[data-theme-mode=dark-ocean] .testimonials--split .testimonials__split-title,[data-theme-mode=dark-violet] .testimonials--split .testimonials__split-title,[data-theme-mode=dark] .testimonials--split .testimonials__split-title{color:var(--pub-text-primary,#f8fafc)}.testimonials__grid{display:grid;grid-template-columns:1fr;gap:24px;position:relative;z-index:1}@media (min-width:768px){.testimonials__grid{grid-template-columns:repeat(3,1fr);gap:28px}}.testimonial-card{position:relative;padding:32px 28px;background:rgba(255,255,255,.85);border:1px solid rgba(255,255,255,.95);border-radius:24px;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px rgba(0,0,0,.04),0 1px 3px rgba(0,0,0,.03),inset 0 1px 0 rgba(255,255,255,.8);display:flex;flex-direction:column;height:100%}@supports ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.testimonial-card{background:rgba(255,255,255,.7);-webkit-backdrop-filter:blur(20px) saturate(150%);backdrop-filter:blur(20px) saturate(150%)}}.testimonial-card:hover{transform:translateY(-6px);border-color:hsl(var(--theme-hue,217),var(--theme-saturation,91%),var(--theme-lightness,60%),.15);box-shadow:0 16px 40px hsl(var(--theme-hue,217),var(--theme-saturation,91%),var(--theme-lightness,60%),.1),0 6px 12px rgba(0,0,0,.04),inset 0 1px 0 rgba(255,255,255,1)}.testimonial-card:first-child{animation:fadeInUp .6s ease .1s both}.testimonial-card:nth-child(2){animation:fadeInUp .6s ease .2s both}.testimonial-card:nth-child(3){animation:fadeInUp .6s ease .3s both}.testimonial-card__stars{display:flex;gap:4px;margin-bottom:20px}.testimonial-card__stars svg{width:20px;height:20px;color:#fbbf24;filter:drop-shadow(0 1px 2px rgba(251,191,36,.3))}.testimonial-card__quote{font-size:15px;line-height:1.7;color:var(--pub-text-secondary,#334155);margin:0 0 24px;position:relative;padding-left:0;flex:1 1;transition:color .3s ease}.testimonial-card__quote:before{content:'"';position:absolute;top:-10px;left:-5px;font-size:48px;font-weight:700;color:hsl(var(--theme-hue,217),var(--theme-saturation,91%),var(--theme-lightness,60%),.1);line-height:1}.testimonial-card__author{display:flex;align-items:center;gap:14px;padding-top:20px;border-top:1px solid hsl(var(--theme-hue,217),var(--theme-saturation,91%),var(--theme-lightness,60%),.1);margin-top:auto}.testimonial-card__avatar{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;font-size:16px;font-weight:700;color:white;flex-shrink:0;box-shadow:0 4px 12px hsl(var(--theme-hue,217),var(--theme-saturation,91%),var(--theme-lightness,60%),.25)}.testimonial-card__info{display:flex;flex-direction:column;gap:2px}.testimonial-card__name{font-size:15px;font-weight:600;color:var(--pub-text-primary,#0f172a)}.testimonial-card__role{font-size:13px;color:var(--pub-text-secondary,#64748b)}@media (max-width:767px){.testimonials{padding:30px 0 40px}.testimonials__grid{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:4px 20px 16px;margin:0;align-items:stretch}.testimonials__grid::-webkit-scrollbar{display:none}.testimonial-card{flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 48px);min-height:200px;scroll-snap-align:center;padding:20px;border-radius:16px;display:flex;flex-direction:column}.testimonial-card:hover{transform:none}.testimonial-card__stars{gap:2px;margin-bottom:12px}.testimonial-card__stars svg{width:16px;height:16px}.testimonial-card__quote{font-size:13px;line-height:1.6;margin-bottom:16px;flex:1 1}.testimonial-card__quote:before{font-size:32px;top:-6px;left:-3px}.testimonial-card__author{gap:10px;padding-top:12px;margin-top:auto}.testimonial-card__avatar{width:36px;height:36px;font-size:12px;border-radius:10px}.testimonial-card__name{font-size:13px}.testimonial-card__role{font-size:11px}}[data-theme-mode=dark-blue] .testimonial-card,[data-theme-mode=dark-emerald] .testimonial-card,[data-theme-mode=dark-ocean] .testimonial-card,[data-theme-mode=dark-violet] .testimonial-card,[data-theme-mode=dark] .testimonial-card{background:var(--pub-bg-tertiary);border-color:var(--pub-border-light,rgba(255,255,255,.08));box-shadow:0 4px 20px rgba(0,0,0,.2),0 1px 3px rgba(0,0,0,.1)}[data-theme-mode=dark-blue] .testimonial-card:hover,[data-theme-mode=dark-emerald] .testimonial-card:hover,[data-theme-mode=dark-ocean] .testimonial-card:hover,[data-theme-mode=dark-violet] .testimonial-card:hover,[data-theme-mode=dark] .testimonial-card:hover{box-shadow:0 16px 40px hsl(var(--theme-hue,217),var(--theme-saturation,91%),var(--theme-lightness,60%),.15),0 6px 12px rgba(0,0,0,.15)}[data-theme-mode=dark-blue] .testimonial-card__name,[data-theme-mode=dark-emerald] .testimonial-card__name,[data-theme-mode=dark-ocean] .testimonial-card__name,[data-theme-mode=dark-violet] .testimonial-card__name,[data-theme-mode=dark] .testimonial-card__name{color:var(--pub-text-primary,#f8fafc)}[data-theme-mode=dark-blue] .testimonial-card__quote,[data-theme-mode=dark-emerald] .testimonial-card__quote,[data-theme-mode=dark-ocean] .testimonial-card__quote,[data-theme-mode=dark-violet] .testimonial-card__quote,[data-theme-mode=dark] .testimonial-card__quote{color:var(--pub-text-secondary,#94a3b8)}[data-theme-mode=dark-blue] .testimonial-card__role,[data-theme-mode=dark-emerald] .testimonial-card__role,[data-theme-mode=dark-ocean] .testimonial-card__role,[data-theme-mode=dark-violet] .testimonial-card__role,[data-theme-mode=dark] .testimonial-card__role{color:var(--pub-text-muted,rgba(255,255,255,.5))}@media (prefers-reduced-motion:reduce){.testimonial-card{animation:none;opacity:1}}.testimonials-premium{position:relative;padding:100px 0;overflow:visible}.testimonials-premium__wrapper{position:relative;background:linear-gradient(135deg,hsl(45,95%,95%),hsl(40,90%,92%) 30%,hsl(35,85%,94%) 60%,hsl(30,80%,96%));border-radius:40px;padding:80px 0;margin:0 20px;overflow:hidden}.testimonials-premium__glow{position:absolute;border-radius:50%;pointer-events:none;filter:blur(120px)}.testimonials-premium__glow--1{width:600px;height:600px;top:-200px;right:-150px;background:radial-gradient(circle,hsla(45,100%,60%,.35) 0,hsla(35,100%,55%,.15) 40%,transparent 70%);animation:pulseGlow 8s ease-in-out infinite}.testimonials-premium__glow--2{width:500px;height:500px;bottom:-150px;left:-100px;background:radial-gradient(circle,hsla(25,100%,65%,.25) 0,hsla(15,90%,60%,.1) 40%,transparent 70%);animation:pulseGlow 10s ease-in-out infinite reverse}@keyframes pulseGlow{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}.testimonials-premium__pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 30%,hsla(45,100%,50%,.08) 0,transparent 50%),radial-gradient(circle at 80% 70%,hsla(25,100%,50%,.06) 0,transparent 50%);pointer-events:none}.testimonials-premium__inner{position:relative;z-index:1}.testimonials-premium__header{display:grid;grid-template-columns:1fr auto;gap:60px;align-items:center;margin-bottom:60px}.testimonials-premium__header-left{max-width:600px}.testimonials-premium__label{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:white;border:1px solid hsla(45,100%,50%,.2);border-radius:100px;font-size:14px;font-weight:600;color:hsl(35,80%,35%);margin-bottom:24px;box-shadow:0 2px 12px hsla(45,100%,50%,.15)}.testimonials-premium__label svg{color:hsl(45,100%,45%);width:18px;height:18px}.testimonials-premium__title{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;color:#1a1a1a;line-height:1.15;margin:0 0 20px;letter-spacing:-.03em}.testimonials-premium__subtitle{font-size:18px;color:#5c4a3a;line-height:1.7;margin:0}.testimonials-premium__header-right{flex-shrink:0}.testimonials-premium__rating-card{position:relative;padding:32px 40px;background:linear-gradient(135deg,hsl(45,100%,50%),hsl(35,100%,45%));border-radius:28px;text-align:center;box-shadow:0 20px 50px hsla(40,100%,40%,.35),0 8px 20px hsla(40,100%,40%,.25),inset 0 1px 0 hsla(60,100%,90%,.3);transform:rotate(-2deg);transition:transform .3s ease}.testimonials-premium__rating-card:hover{transform:rotate(0deg) scale(1.02)}.testimonials-premium__rating-card:before{content:"";position:absolute;inset:2px;border-radius:26px;background:linear-gradient(135deg,hsla(60,100%,100%,.25),transparent 50%);pointer-events:none}.testimonials-premium__rating-value{font-size:64px;font-weight:900;color:white;line-height:1;text-shadow:0 2px 8px hsla(30,100%,20%,.2);letter-spacing:-.03em}.testimonials-premium__rating-stars{display:flex;justify-content:center;gap:4px;margin:12px 0 16px}.testimonials-premium__rating-stars svg{width:24px;height:24px;color:white;filter:drop-shadow(0 2px 4px hsla(30,100%,20%,.2))}.testimonials-premium__rating-text{font-size:14px;font-weight:600;color:hsla(60,100%,100%,.9);margin-bottom:4px}.testimonials-premium__rating-count{font-size:13px;color:hsla(60,100%,100%,.75)}.testimonials-premium__rating-count strong{color:white}.testimonials-premium__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px}.testimonials-premium__card{position:relative;padding:32px;background:white;border-radius:24px;box-shadow:0 8px 32px hsla(30,50%,30%,.08),0 2px 8px hsla(30,50%,30%,.04);border:1px solid hsla(45,50%,85%,.5);transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;height:100%}.testimonials-premium__card:hover{transform:translateY(-8px);box-shadow:0 20px 50px hsla(30,50%,30%,.15),0 8px 20px hsla(30,50%,30%,.08);border-color:hsla(45,100%,50%,.3)}.testimonials-premium__card:first-child{animation:cardSlideIn .6s ease .1s both}.testimonials-premium__card:nth-child(2){animation:cardSlideIn .6s ease .2s both}.testimonials-premium__card:nth-child(3){animation:cardSlideIn .6s ease .3s both}@keyframes cardSlideIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.testimonials-premium__card-stars{display:flex;gap:4px;margin-bottom:20px}.testimonials-premium__card-stars svg{width:20px;height:20px;color:hsl(45,100%,50%);filter:drop-shadow(0 1px 2px hsla(45,100%,50%,.3))}.testimonials-premium__card-quote{font-size:15px;line-height:1.75;color:#4a4a4a;margin:0 0 24px;flex:1 1;position:relative}.testimonials-premium__card-author{display:flex;align-items:center;gap:14px;padding-top:20px;border-top:1px solid hsla(45,50%,85%,.6);margin-top:auto}.testimonials-premium__card-avatar{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,hsl(45,100%,50%),hsl(35,100%,45%));border-radius:14px;font-size:16px;font-weight:700;color:white;flex-shrink:0;box-shadow:0 4px 12px hsla(45,100%,45%,.3)}.testimonials-premium__card-info{display:flex;flex-direction:column;gap:2px}.testimonials-premium__card-name{font-size:15px;font-weight:600;color:#1a1a1a}.testimonials-premium__card-role{font-size:13px;color:#7a6a5a}.testimonials-premium__trust{display:flex;justify-content:center;gap:24px;flex-wrap:wrap}.testimonials-premium__trust-badge{display:inline-flex;align-items:center;gap:10px;padding:14px 24px;background:white;border-radius:100px;font-size:14px;font-weight:600;color:#4a3a2a;box-shadow:0 4px 16px hsla(30,50%,30%,.08),0 1px 3px hsla(30,50%,30%,.04);border:1px solid hsla(45,50%,85%,.5)}.testimonials-premium__trust-badge svg{width:20px;height:20px;color:hsl(145,65%,42%)}[data-theme-mode=dark-blue] .testimonials-premium__wrapper,[data-theme-mode=dark-emerald] .testimonials-premium__wrapper,[data-theme-mode=dark-ocean] .testimonials-premium__wrapper,[data-theme-mode=dark-violet] .testimonials-premium__wrapper,[data-theme-mode=dark] .testimonials-premium__wrapper{background:linear-gradient(135deg,hsla(45,30%,12%,.95),hsla(35,25%,10%,.95) 50%,hsla(30,20%,14%,.95))}[data-theme-mode=dark-blue] .testimonials-premium__glow--1,[data-theme-mode=dark-emerald] .testimonials-premium__glow--1,[data-theme-mode=dark-ocean] .testimonials-premium__glow--1,[data-theme-mode=dark-violet] .testimonials-premium__glow--1,[data-theme-mode=dark] .testimonials-premium__glow--1{background:radial-gradient(circle,hsla(45,100%,50%,.2) 0,transparent 70%)}[data-theme-mode=dark-blue] .testimonials-premium__glow--2,[data-theme-mode=dark-emerald] .testimonials-premium__glow--2,[data-theme-mode=dark-ocean] .testimonials-premium__glow--2,[data-theme-mode=dark-violet] .testimonials-premium__glow--2,[data-theme-mode=dark] .testimonials-premium__glow--2{background:radial-gradient(circle,hsla(25,100%,50%,.15) 0,transparent 70%)}[data-theme-mode=dark-blue] .testimonials-premium__label,[data-theme-mode=dark-emerald] .testimonials-premium__label,[data-theme-mode=dark-ocean] .testimonials-premium__label,[data-theme-mode=dark-violet] .testimonials-premium__label,[data-theme-mode=dark] .testimonials-premium__label{background:rgba(255,255,255,.1);border-color:hsla(45,100%,50%,.2);color:hsl(45,100%,70%)}[data-theme-mode=dark-blue] .testimonials-premium__title,[data-theme-mode=dark-emerald] .testimonials-premium__title,[data-theme-mode=dark-ocean] .testimonials-premium__title,[data-theme-mode=dark-violet] .testimonials-premium__title,[data-theme-mode=dark] .testimonials-premium__title{color:#f8fafc}[data-theme-mode=dark-blue] .testimonials-premium__subtitle,[data-theme-mode=dark-emerald] .testimonials-premium__subtitle,[data-theme-mode=dark-ocean] .testimonials-premium__subtitle,[data-theme-mode=dark-violet] .testimonials-premium__subtitle,[data-theme-mode=dark] .testimonials-premium__subtitle{color:#a0a0a0}[data-theme-mode=dark-blue] .testimonials-premium__card,[data-theme-mode=dark-emerald] .testimonials-premium__card,[data-theme-mode=dark-ocean] .testimonials-premium__card,[data-theme-mode=dark-violet] .testimonials-premium__card,[data-theme-mode=dark] .testimonials-premium__card{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.1)}[data-theme-mode=dark-blue] .testimonials-premium__card:hover,[data-theme-mode=dark-emerald] .testimonials-premium__card:hover,[data-theme-mode=dark-ocean] .testimonials-premium__card:hover,[data-theme-mode=dark-violet] .testimonials-premium__card:hover,[data-theme-mode=dark] .testimonials-premium__card:hover{border-color:hsla(45,100%,50%,.3)}[data-theme-mode=dark-blue] .testimonials-premium__card-quote,[data-theme-mode=dark-emerald] .testimonials-premium__card-quote,[data-theme-mode=dark-ocean] .testimonials-premium__card-quote,[data-theme-mode=dark-violet] .testimonials-premium__card-quote,[data-theme-mode=dark] .testimonials-premium__card-quote{color:#b0b0b0}[data-theme-mode=dark-blue] .testimonials-premium__card-name,[data-theme-mode=dark-emerald] .testimonials-premium__card-name,[data-theme-mode=dark-ocean] .testimonials-premium__card-name,[data-theme-mode=dark-violet] .testimonials-premium__card-name,[data-theme-mode=dark] .testimonials-premium__card-name{color:#f8fafc}[data-theme-mode=dark-blue] .testimonials-premium__card-role,[data-theme-mode=dark-emerald] .testimonials-premium__card-role,[data-theme-mode=dark-ocean] .testimonials-premium__card-role,[data-theme-mode=dark-violet] .testimonials-premium__card-role,[data-theme-mode=dark] .testimonials-premium__card-role{color:#808080}[data-theme-mode=dark-blue] .testimonials-premium__card-author,[data-theme-mode=dark-emerald] .testimonials-premium__card-author,[data-theme-mode=dark-ocean] .testimonials-premium__card-author,[data-theme-mode=dark-violet] .testimonials-premium__card-author,[data-theme-mode=dark] .testimonials-premium__card-author{border-top-color:rgba(255,255,255,.1)}[data-theme-mode=dark-blue] .testimonials-premium__trust-badge,[data-theme-mode=dark-emerald] .testimonials-premium__trust-badge,[data-theme-mode=dark-ocean] .testimonials-premium__trust-badge,[data-theme-mode=dark-violet] .testimonials-premium__trust-badge,[data-theme-mode=dark] .testimonials-premium__trust-badge{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.1);color:#d0d0d0}@media (max-width:1200px){.testimonials-premium__header{grid-template-columns:1fr;gap:40px;text-align:center}.testimonials-premium__header-left{max-width:none}.testimonials-premium__rating-card{transform:rotate(0);display:inline-block}.testimonials-premium__header-right{display:flex;justify-content:center}}@media (max-width:1024px){.testimonials-premium__grid{grid-template-columns:repeat(2,1fr)}.testimonials-premium__card:nth-child(3){grid-column:span 2;max-width:500px;justify-self:center}}@media (max-width:900px){.testimonials-premium{padding:60px 0}.testimonials-premium__wrapper{border-radius:32px;padding:60px 0;margin:0 16px}.testimonials-premium__header{margin-bottom:48px}.testimonials-premium__title{font-size:2rem}.testimonials-premium__subtitle{font-size:16px}.testimonials-premium__rating-card{padding:24px 32px;border-radius:22px}.testimonials-premium__rating-value{font-size:48px}.testimonials-premium__rating-stars{margin:10px 0 14px}.testimonials-premium__rating-stars svg{width:22px;height:22px}.testimonials-premium__card{padding:28px}.testimonials-premium__card-quote{font-size:15px;line-height:1.7}}@media (max-width:640px){.testimonials-premium{padding:40px 0}.testimonials-premium__wrapper{border-radius:24px;padding:48px 0 40px;margin:0 12px}.testimonials-premium__glow--1{width:350px;height:350px;top:-120px;right:-100px}.testimonials-premium__glow--2{width:300px;height:300px;bottom:-100px;left:-80px}.testimonials-premium__header{margin-bottom:32px}.testimonials-premium__label{padding:8px 14px;font-size:12px;margin-bottom:16px}.testimonials-premium__title{font-size:1.5rem;margin-bottom:12px}.testimonials-premium__subtitle{font-size:14px;margin-bottom:0}.testimonials-premium__rating-card{padding:12px 24px;border-radius:16px;transform:rotate(-1deg);box-shadow:0 12px 32px hsla(40,100%,40%,.4),0 4px 12px hsla(40,100%,40%,.3);max-width:220px;margin:0 auto 2px}.testimonials-premium__rating-card:hover{transform:rotate(0deg) scale(1.02)}.testimonials-premium__rating-value{font-size:36px}.testimonials-premium__rating-stars{margin:8px 0 10px;gap:3px}.testimonials-premium__rating-stars svg{width:16px;height:16px}.testimonials-premium__rating-text{font-size:11px;margin-bottom:3px}.testimonials-premium__rating-count{font-size:10px}.testimonials-premium__grid{grid-template-columns:1fr;gap:16px;margin-bottom:32px}.testimonials-premium__card:nth-child(3){grid-column:auto;max-width:none}.testimonials-premium__card{padding:24px;border-radius:18px}.testimonials-premium__card-stars{margin-bottom:16px}.testimonials-premium__card-stars svg{width:16px;height:16px}.testimonials-premium__card-quote{font-size:14px;line-height:1.6;margin-bottom:18px}.testimonials-premium__card-author{padding-top:16px;gap:12px}.testimonials-premium__card-avatar{width:40px;height:40px;font-size:14px;border-radius:12px}.testimonials-premium__card-name{font-size:14px}.testimonials-premium__card-role{font-size:12px}.testimonials-premium__trust{flex-direction:column;align-items:center;gap:12px}.testimonials-premium__trust-badge{padding:12px 20px;font-size:13px}.testimonials-premium__trust-badge svg{width:18px;height:18px}}@media (prefers-reduced-motion:reduce){.testimonials-premium__glow--1,.testimonials-premium__glow--2{animation:none}.testimonials-premium__card{animation:none;opacity:1}.testimonials-premium__rating-card{transition:none}.testimonials-premium__rating-card:hover{transform:rotate(-2deg)}}.cta{position:relative;padding:100px 24px;background:transparent;overflow:visible}.cta__glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60%;height:60%;background:radial-gradient(ellipse,hsl(var(--theme-hue,217),var(--theme-saturation,91%),var(--theme-lightness,60%),.08) 0,transparent 70%);filter:blur(60px);pointer-events:none}.cta__card{position:relative;max-width:1280px;margin:0 auto;padding:80px 60px;border-radius:32px;overflow:hidden;background:linear-gradient(135deg,hsl(var(--theme-hue,217),40%,8%) 0,hsl(var(--theme-hue,217),35%,15%) 40%,hsl(var(--theme-hue,217),30%,12%) 100%);box-shadow:0 25px 80px -20px hsl(var(--theme-hue,217),40%,10%,.6),0 15px 40px -15px hsl(var(--theme-hue,217),50%,20%,.4),0 0 0 1px hsl(var(--theme-hue,217),50%,50%,.1)}.cta__card:before{background:radial-gradient(ellipse 80% 50% at 20% 40%,hsl(var(--theme-hue,217),var(--theme-saturation,91%),55%,.35) 0,transparent 50%),radial-gradient(ellipse 60% 40% at 80% 60%,hsl(var(--theme-hue,217),var(--theme-saturation,91%),45%,.25) 0,transparent 50%),radial-gradient(ellipse 50% 30% at 50% 80%,hsl(calc(var(--theme-hue, 217) + 30),70%,50%,.2) 0,transparent 50%);animation:ctaGradientShift 15s ease-in-out infinite alternate}.cta__card:after,.cta__card:before{content:"";position:absolute;inset:0;pointer-events:none}.cta__card:after{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");opacity:.4}.cta__orb{position:absolute;border-radius:50%;filter:blur(60px);pointer-events:none;animation:ctaOrbFloat 20s ease-in-out infinite}.cta__orb--1{width:300px;height:300px;background:linear-gradient(135deg,hsl(var(--theme-hue,217),var(--theme-saturation,91%),55%,.5) 0,hsl(var(--theme-hue,217),var(--theme-saturation,91%),40%,.2) 100%);top:-100px;right:-50px;animation-delay:0s}.cta__orb--2{width:200px;height:200px;background:linear-gradient(135deg,hsl(calc(var(--theme-hue, 217) + 40),70%,50%,.4) 0,hsl(var(--theme-hue,217),var(--theme-saturation,91%),50%,.2) 100%);bottom:-80px;left:10%;animation-delay:-7s}.cta__orb--3{width:150px;height:150px;background:linear-gradient(135deg,hsl(calc(var(--theme-hue, 217) - 20),80%,50%,.4) 0,hsl(var(--theme-hue,217),60%,45%,.2) 100%);top:30%;left:-30px;animation-delay:-14s}.cta__content{position:relative;z-index:2;text-align:center;max-width:700px;margin:0 auto}.cta__badge{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:hsl(var(--theme-hue,217),var(--theme-saturation,91%),50%,.15);border:1px solid hsl(var(--theme-hue,217),var(--theme-saturation,91%),60%,.25);border-radius:9999px;font-size:13px;font-weight:600;color:rgba(255,255,255,.9);margin-bottom:28px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta__badge svg{color:hsl(var(--theme-hue,217),var(--theme-saturation,91%),70%)}.cta__title{font-size:36px;font-weight:800;color:white;margin:0 0 20px;line-height:1.15;letter-spacing:-.03em;text-shadow:0 2px 20px rgba(0,0,0,.3)}.cta__gradient-text,.cta__title .gradient-text{background:linear-gradient(135deg,hsl(var(--theme-hue,217),var(--theme-saturation,91%),75%) 0,hsl(var(--theme-hue,217),var(--theme-saturation,91%),65%) 50%,hsl(calc(var(--theme-hue, 217) + 20),80%,70%) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (min-width:768px){.cta__title{font-size:48px}}@media (min-width:1024px){.cta__title{font-size:52px}}.cta__text{font-size:18px;color:rgba(255,255,255,.75);line-height:1.7;max-width:550px;margin:0 auto 40px}.cta__buttons{display:flex;flex-direction:column;gap:16px;align-items:center}@media (min-width:640px){.cta__buttons{flex-direction:row;justify-content:center}}.cta__btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:18px 36px;font-size:16px;font-weight:600;color:hsl(var(--theme-hue,217),50%,20%);background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(255,255,255,.9));border:none;border-radius:14px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 32px rgba(0,0,0,.2),0 0 0 1px rgba(255,255,255,.1),inset 0 1px 0 rgba(255,255,255,1)}.cta__btn-primary:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 16px 48px rgba(0,0,0,.3),0 0 0 1px rgba(255,255,255,.2),0 0 40px hsl(var(--theme-hue,217),var(--theme-saturation,91%),50%,.2),inset 0 1px 0 rgba(255,255,255,1);background:linear-gradient(135deg,rgba(255,255,255,1),rgba(255,255,255,.98))}.cta__btn-primary svg{transition:transform .3s ease}.cta__btn-primary:hover svg{transform:translateX(4px)}.cta__btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:18px 36px;font-size:16px;font-weight:600;color:rgba(255,255,255,.9);background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.2);border-radius:14px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta__btn-secondary:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.35);transform:translateY(-2px);box-shadow:0 8px 32px hsl(var(--theme-hue,217),var(--theme-saturation,91%),50%,.25)}@media (max-width:767px){.cta{padding:40px 16px}.cta__card{padding:32px 20px;border-radius:18px}.cta__badge{padding:6px 12px;font-size:10px;margin-bottom:16px;gap:6px}.cta__badge svg{width:12px;height:12px}.cta__title{font-size:22px;margin-bottom:12px}.cta__text{font-size:13px;margin-bottom:24px;line-height:1.6}.cta__buttons{gap:10px}.cta__btn-primary,.cta__btn-secondary{width:100%;max-width:260px;padding:12px 20px;font-size:13px;border-radius:10px}.cta__btn-primary svg,.cta__btn-secondary svg{width:14px;height:14px}.cta__orb--1{width:150px;height:150px;top:-60px;right:-40px}.cta__orb--2{width:100px;height:100px}.cta__glow,.cta__orb--3{display:none}}@media (prefers-reduced-motion:reduce){.cta__card:before,.cta__orb{animation:none}}.contact{position:relative;padding:80px 0 100px;background:transparent}.contact__grid{display:grid;grid-template-columns:1fr;gap:48px;position:relative;z-index:1}@media (min-width:1024px){.contact__grid{grid-template-columns:1fr 1fr;gap:80px;align-items:start}}.contact__info{position:relative}.contact__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}.contact__label svg{color:hsl(var(--theme-hue,217),var(--theme-saturation,91%),var(--theme-lightness,60%))}.contact__title{font-size:28px;font-weight:800;color:var(--pub-text-primary,#0f172a);line-height:1.2;margin:0 0 20px;letter-spacing:-.02em}@media (min-width:768px){.contact__title{font-size:36px}}@media (min-width:1024px){.contact__title{font-size:42px}}.contact__text{font-size:16px;color:var(--pub-text-secondary,#475569);line-height:1.7;margin:0 0 32px;max-width:500px}.contact__items{display:flex;flex-direction:column;gap:12px}.contact__items-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width:639px){.contact__items-row{grid-template-columns:1fr}}.contact__item{display:flex;align-items:center;gap:12px;padding:12px 14px;background:var(--pub-bg-secondary,white);border:1px solid var(--pub-border-light,#e2e8f0);border-radius:10px;text-decoration:none;transition:all .2s ease;box-shadow:0 1px 3px rgba(0,0,0,.04)}.contact__item--compact{padding:10px 12px}.contact__item--compact .contact__item-icon{width:32px;height:32px;border-radius:8px}.contact__item--compact .contact__item-value{font-size:13px}.contact__item:hover{border-color:var(--theme-300,#93c5fd);box-shadow:0 4px 12px rgba(0,0,0,.06);transform:translateY(-2px)}.contact__item-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--theme-50,#eff6ff);border-radius:8px;color:var(--theme-600,#2563eb);flex-shrink:0;transition:all .2s ease}.contact__item:hover .contact__item-icon{background:var(--theme-100,#dbeafe)}.contact__item-content{display:flex;flex-direction:column;gap:4px}.contact__item-label{font-size:11px;font-weight:500;color:var(--pub-text-secondary,#64748b);text-transform:uppercase;letter-spacing:.03em}.contact__item-value{font-size:14px;font-weight:600;color:var(--pub-text-primary,#0f172a)}@media (max-width:767px){.contact{padding:40px 0 50px}.contact__grid{gap:24px}.contact__label{padding:6px 12px;font-size:10px;gap:6px;margin-bottom:14px}.contact__label svg{width:12px;height:12px}.contact__title{font-size:20px;margin-bottom:12px}.contact__text{font-size:13px;line-height:1.6;margin-bottom:20px}.contact__items,.contact__items-row{gap:8px}.contact__item{padding:10px 12px;gap:10px;border-radius:8px}.contact__item:hover{transform:none}.contact__item-icon{width:28px;height:28px;border-radius:6px}.contact__item-icon svg{width:14px;height:14px}.contact__item-value{font-size:12px}.contact__item-label{font-size:9px}.contact__item--compact{padding:8px 10px}.contact__item--compact .contact__item-icon{width:24px;height:24px}.contact__item--compact .contact__item-value{font-size:11px}}[data-theme-mode=dark-blue] .contact__title,[data-theme-mode=dark-emerald] .contact__title,[data-theme-mode=dark-ocean] .contact__title,[data-theme-mode=dark-violet] .contact__title,[data-theme-mode=dark] .contact__title{color:var(--pub-text-primary,#f8fafc)}[data-theme-mode=dark-blue] .contact__text,[data-theme-mode=dark-emerald] .contact__text,[data-theme-mode=dark-ocean] .contact__text,[data-theme-mode=dark-violet] .contact__text,[data-theme-mode=dark] .contact__text{color:var(--pub-text-secondary,#94a3b8)}[data-theme-mode=dark-blue] .contact__item,[data-theme-mode=dark-emerald] .contact__item,[data-theme-mode=dark-ocean] .contact__item,[data-theme-mode=dark-violet] .contact__item,[data-theme-mode=dark] .contact__item{background:rgba(0,0,0,.3);border-color:rgba(255,255,255,.08)}[data-theme-mode=dark-blue] .contact__item-label,[data-theme-mode=dark-emerald] .contact__item-label,[data-theme-mode=dark-ocean] .contact__item-label,[data-theme-mode=dark-violet] .contact__item-label,[data-theme-mode=dark] .contact__item-label{color:var(--pub-text-muted,rgba(255,255,255,.5))}[data-theme-mode=dark-blue] .contact__item-value,[data-theme-mode=dark-emerald] .contact__item-value,[data-theme-mode=dark-ocean] .contact__item-value,[data-theme-mode=dark-violet] .contact__item-value,[data-theme-mode=dark] .contact__item-value{color:var(--pub-text-primary,#f8fafc)}[data-theme-mode=dark-blue] .contact__item-icon,[data-theme-mode=dark-emerald] .contact__item-icon,[data-theme-mode=dark-ocean] .contact__item-icon,[data-theme-mode=dark-violet] .contact__item-icon,[data-theme-mode=dark] .contact__item-icon{background:rgba(255,255,255,.08)}[data-theme-mode=dark-blue] .contact__label,[data-theme-mode=dark-emerald] .contact__label,[data-theme-mode=dark-ocean] .contact__label,[data-theme-mode=dark-violet] .contact__label,[data-theme-mode=dark] .contact__label{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.15);color:var(--pub-text-primary,#f8fafc)}.amenities-gallery{position:relative;padding:80px 0 60px;background:transparent}.amenities-gallery__gallery{margin-bottom:24px}.amenities-gallery__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,180px);gap:16px;margin-top:32px}@media (min-width:768px){.amenities-gallery__grid{grid-template-columns:repeat(4,1fr);grid-template-rows:280px}}@media (min-width:1024px){.amenities-gallery__grid{grid-template-rows:320px;gap:20px}}.amenities-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)}.amenities-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)}.amenities-gallery__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.4,0,.2,1)}.amenities-gallery__item:hover .amenities-gallery__image{transform:scale(1.08)}.amenities-gallery__overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.7));display:flex;align-items:flex-end;padding:20px;opacity:0;transition:opacity .3s ease}.amenities-gallery__item:hover .amenities-gallery__overlay{opacity:1}.amenities-gallery__caption{font-size:15px;font-weight:600;color:white;text-shadow:0 2px 8px rgba(0,0,0,.3)}.amenities-gallery__carousel{display:none}@media (max-width:767px){.amenities-gallery__grid{display:none}.amenities-gallery__carousel{display:block;margin-top:24px}.amenities-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:12px;padding:0 20px}.amenities-gallery__carousel-track::-webkit-scrollbar{display:none}.amenities-gallery__carousel-item{flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 40px);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)}.amenities-gallery__carousel-item .amenities-gallery__image{width:100%;height:100%;object-fit:cover}.amenities-gallery__carousel-item .amenities-gallery__overlay{opacity:1;padding:16px}.amenities-gallery__dots{display:flex;justify-content:center;gap:6px;margin-top:20px;padding:0 20px}.amenities-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}.amenities-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}.amenities-gallery__dot--active:after{width:100%}}.amenities-gallery__amenities{display:grid;grid-template-columns:repeat(6,auto);justify-content:center;gap:10px 12px;padding:20px 0}.amenities-gallery__amenity{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:rgba(255,255,255,.7);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(0,0,0,.06);border-radius:100px;transition:all .25s ease}.amenities-gallery__amenity:hover{background:rgba(255,255,255,.95);transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.08)}.amenities-gallery__amenity-icon{width:28px;height:28px;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%),calc(var(--theme-lightness, 60%) - 15%)) 100%);border-radius:8px;color:white;flex-shrink:0}.amenities-gallery__amenity-icon svg{width:16px;height:16px}.amenities-gallery__amenity-label{font-size:13px;font-weight:600;color:#334155;white-space:nowrap}@media (min-width:640px) and (max-width:1023px){.amenities-gallery__amenities{grid-template-columns:repeat(4,auto);gap:10px 14px;padding:24px 0}}@media (min-width:1024px){.amenities-gallery__amenities{grid-template-columns:repeat(6,auto);gap:12px 16px;padding:28px 0}.amenities-gallery__amenity{padding:12px 20px;gap:10px}.amenities-gallery__amenity-icon{width:32px;height:32px}.amenities-gallery__amenity-icon svg{width:18px;height:18px}.amenities-gallery__amenity-label{font-size:14px}}@media (max-width:639px){.amenities-gallery__amenities{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;padding:12px 0}.amenities-gallery__amenity{padding:5px 8px;gap:5px;border-radius:20px}.amenities-gallery__amenity-icon{width:18px;height:18px;border-radius:5px}.amenities-gallery__amenity-icon svg{width:10px;height:10px}.amenities-gallery__amenity-label{font-size:10px}}[data-theme-mode=dark-blue] .amenities-gallery__amenity,[data-theme-mode=dark-emerald] .amenities-gallery__amenity,[data-theme-mode=dark-ocean] .amenities-gallery__amenity,[data-theme-mode=dark-violet] .amenities-gallery__amenity,[data-theme-mode=dark] .amenities-gallery__amenity{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.1)}[data-theme-mode=dark-blue] .amenities-gallery__amenity:hover,[data-theme-mode=dark-emerald] .amenities-gallery__amenity:hover,[data-theme-mode=dark-ocean] .amenities-gallery__amenity:hover,[data-theme-mode=dark-violet] .amenities-gallery__amenity:hover,[data-theme-mode=dark] .amenities-gallery__amenity:hover{background:rgba(255,255,255,.15)}[data-theme-mode=dark-blue] .amenities-gallery__amenity-label,[data-theme-mode=dark-emerald] .amenities-gallery__amenity-label,[data-theme-mode=dark-ocean] .amenities-gallery__amenity-label,[data-theme-mode=dark-violet] .amenities-gallery__amenity-label,[data-theme-mode=dark] .amenities-gallery__amenity-label{color:#e2e8f0}[data-theme-mode=dark-blue] .amenities-gallery__dot,[data-theme-mode=dark-emerald] .amenities-gallery__dot,[data-theme-mode=dark-ocean] .amenities-gallery__dot,[data-theme-mode=dark-violet] .amenities-gallery__dot,[data-theme-mode=dark] .amenities-gallery__dot{background:rgba(255,255,255,.15)}.global-orbs{top:0;left:0;right:0;bottom:0;overflow:hidden;z-index:1}.global-orb,.global-orbs{position:absolute;pointer-events:none}.global-orb{border-radius:50%}.global-orb--xs{width:120px;height:120px;filter:blur(60px);opacity:.25}.global-orb--sm{width:200px;height:200px;filter:blur(80px);opacity:.2}.global-orb--md{width:350px;height:350px;filter:blur(100px);opacity:.18}.global-orb--lg{width:500px;height:500px;filter:blur(120px);opacity:.15}.global-orb--xl{width:700px;height:700px;filter:blur(150px);opacity:.12}.global-orb--blue{background:radial-gradient(circle,hsl(217,70%,55%) 0,hsl(217,65%,50%) 50%,transparent 75%)}.global-orb--cyan{background:radial-gradient(circle,hsl(185,65%,52%) 0,hsl(185,60%,47%) 50%,transparent 75%)}.global-orb--violet{background:radial-gradient(circle,hsl(270,60%,60%) 0,hsl(270,55%,55%) 50%,transparent 75%)}.global-orb--pink{background:radial-gradient(circle,hsl(330,65%,60%) 0,hsl(330,60%,55%) 50%,transparent 75%)}.global-orb--orange{background:radial-gradient(circle,hsl(25,70%,57%) 0,hsl(25,65%,52%) 50%,transparent 75%)}.global-orb--green{background:radial-gradient(circle,hsl(160,55%,50%) 0,hsl(160,50%,45%) 50%,transparent 75%)}.global-orb--indigo{background:radial-gradient(circle,hsl(240,58%,58%) 0,hsl(240,53%,53%) 50%,transparent 75%)}.global-orb--gold{background:radial-gradient(circle,hsl(45,70%,53%) 0,hsl(45,65%,48%) 50%,transparent 75%)}.global-orb--teal{background:radial-gradient(circle,hsl(175,60%,47%) 0,hsl(175,55%,42%) 50%,transparent 75%)}.global-orb--coral{background:radial-gradient(circle,hsl(10,68%,57%) 0,hsl(10,63%,52%) 50%,transparent 75%)}.global-orb--1{top:500px;left:-150px}.global-orb--2{top:550px;right:-120px}.global-orb--3{top:1000px;left:5%}.global-orb--4{top:1400px;right:-100px}.global-orb--5{top:1800px;left:-40px}.global-orb--6{top:2200px;right:2%}.global-orb--7{top:2600px;left:-120px}.global-orb--8{top:3000px;right:-30px}.global-orb--9{top:3400px;left:3%}.global-orb--10{top:3800px;right:-80px}.global-orb--11{top:4200px;left:-100px}.global-orb--12{top:4600px;right:-60px}.global-orb--13{top:5000px;left:4%}.global-orb--14{top:5400px;right:-90px}[data-theme-mode=dark-blue] .global-orb,[data-theme-mode=dark-emerald] .global-orb,[data-theme-mode=dark-ocean] .global-orb,[data-theme-mode=dark-violet] .global-orb,[data-theme-mode=dark] .global-orb{mix-blend-mode:screen}[data-theme-mode=dark-blue] .global-orb--xs,[data-theme-mode=dark-emerald] .global-orb--xs,[data-theme-mode=dark-ocean] .global-orb--xs,[data-theme-mode=dark-violet] .global-orb--xs,[data-theme-mode=dark] .global-orb--xs{opacity:.22}[data-theme-mode=dark-blue] .global-orb--sm,[data-theme-mode=dark-emerald] .global-orb--sm,[data-theme-mode=dark-ocean] .global-orb--sm,[data-theme-mode=dark-violet] .global-orb--sm,[data-theme-mode=dark] .global-orb--sm{opacity:.18}[data-theme-mode=dark-blue] .global-orb--md,[data-theme-mode=dark-emerald] .global-orb--md,[data-theme-mode=dark-ocean] .global-orb--md,[data-theme-mode=dark-violet] .global-orb--md,[data-theme-mode=dark] .global-orb--md{opacity:.15}[data-theme-mode=dark-blue] .global-orb--lg,[data-theme-mode=dark-emerald] .global-orb--lg,[data-theme-mode=dark-ocean] .global-orb--lg,[data-theme-mode=dark-violet] .global-orb--lg,[data-theme-mode=dark] .global-orb--lg{opacity:.12}[data-theme-mode=dark-blue] .global-orb--xl,[data-theme-mode=dark-emerald] .global-orb--xl,[data-theme-mode=dark-ocean] .global-orb--xl,[data-theme-mode=dark-violet] .global-orb--xl,[data-theme-mode=dark] .global-orb--xl{opacity:.1}@media (max-width:767px){.global-orb--xs{width:80px;height:80px;filter:blur(40px);opacity:.15}.global-orb--sm{width:140px;height:140px;filter:blur(55px);opacity:.12}.global-orb--md{width:220px;height:220px;filter:blur(70px);opacity:.1}.global-orb--lg{width:280px;height:280px;filter:blur(90px);opacity:.08}.global-orb--xl{width:300px;height:300px;filter:blur(110px);opacity:.06}.global-orb--1{top:450px;left:-80px}.global-orb--2{top:500px;right:-60px}.global-orb--3{top:900px;left:0}.global-orb--4{top:1300px;right:-60px}.global-orb--5{top:1700px;left:-30px}.global-orb--6{top:2100px;right:0}.global-orb--7{top:2500px;left:-70px}.global-orb--8{top:2900px;right:-20px}.global-orb--9{top:3300px;left:0}.global-orb--10{top:3700px;right:-50px}.global-orb--11{top:4100px;left:-60px}.global-orb--12{top:4500px;right:-40px}.global-orb--13{top:4900px;left:0}.global-orb--14{top:5300px;right:-70px}}@media (prefers-reduced-motion:reduce){.global-orb{animation:none}}