.theme-module-slider{position:relative;overflow:hidden;margin:0 0 30px;border:1px solid var(--border);border-radius:var(--theme-card-radius,24px);background:var(--surface);box-shadow:var(--theme-shadow);isolation:isolate}.theme-module-slider:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 18%,color-mix(in srgb,var(--primary) 18%,transparent),transparent 34%),linear-gradient(135deg,color-mix(in srgb,var(--primary-soft) 76%,transparent),transparent 58%);pointer-events:none;z-index:-1}.theme-module-slider-stage{position:relative}.theme-module-slide{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(310px,.88fr);gap:clamp(28px,5vw,72px);align-items:center;min-height:520px;padding:clamp(32px,5vw,68px)}.theme-module-slide[hidden]{display:none!important}.theme-module-copy{min-width:0}.theme-module-eyebrows{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:18px}.theme-module-eyebrows span{display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border:1px solid color-mix(in srgb,var(--primary) 24%,var(--border));border-radius:999px;background:color-mix(in srgb,var(--surface) 78%,transparent);color:var(--primary);font-size:.78rem;font-weight:800;letter-spacing:.04em}.theme-module-eyebrows svg{width:16px;height:16px}.theme-module-heading-pair{display:grid;gap:12px}.theme-module-heading-pair h1,.theme-module-heading-pair h2,.theme-module-heading-pair h3,.theme-module-heading-pair h4{max-width:760px;margin:0;color:var(--heading);font-family:var(--font-heading);font-weight:800;letter-spacing:-.045em}.theme-module-heading-pair h1,.theme-module-heading-pair h3{font-size:clamp(2.35rem,5vw,4.9rem);line-height:.98}.theme-module-heading-pair h2,.theme-module-heading-pair h4{font-size:clamp(1.55rem,3vw,2.75rem);line-height:1.2;letter-spacing:0}.theme-module-description-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:22px 0 26px}.theme-module-description-pair p{margin:0;padding:15px 0;border-top:1px solid color-mix(in srgb,var(--border) 88%,transparent);color:var(--muted);font-size:1rem;line-height:1.72}.theme-module-description-pair p[dir=rtl]{font-size:1.03rem}.theme-module-cta{display:inline-flex;flex-wrap:wrap;align-items:center;gap:8px}.theme-module-cta span[dir=rtl]{padding-inline-start:8px;border-inline-start:1px solid color-mix(in srgb,currentColor 34%,transparent)}.theme-module-visual{position:relative;display:grid;place-items:center;min-height:380px;border:1px solid color-mix(in srgb,var(--primary) 22%,var(--border));border-radius:calc(var(--theme-card-radius,24px) + 10px);background:linear-gradient(145deg,color-mix(in srgb,var(--surface) 90%,transparent),color-mix(in srgb,var(--primary-soft) 76%,transparent));overflow:hidden}.theme-module-visual-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.theme-module-visual.has-image:before{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(145deg,color-mix(in srgb,var(--surface) 20%,transparent),color-mix(in srgb,var(--primary) 34%,transparent))}.theme-module-orbit{position:absolute;z-index:2;border:1px solid color-mix(in srgb,var(--primary) 30%,transparent);border-radius:50%}.theme-module-orbit-one{width:290px;height:290px}.theme-module-orbit-two{width:210px;height:210px}.theme-module-visual-core{position:relative;z-index:2;display:grid;place-items:center;width:170px;min-height:170px;padding:24px;text-align:center;border:1px solid color-mix(in srgb,var(--primary) 28%,var(--border));border-radius:50%;background:color-mix(in srgb,var(--surface) 88%,transparent);backdrop-filter:blur(14px);box-shadow:0 22px 55px color-mix(in srgb,var(--heading) 14%,transparent)}.theme-module-visual-core svg{width:42px;height:42px;margin-bottom:10px;color:var(--primary)}.theme-module-visual-core strong{color:var(--heading);font-size:.93rem;line-height:1.25}.theme-module-visual-core small{display:block;margin-top:7px;color:var(--muted);font-size:.79rem;line-height:1.45}.theme-module-visual-chip{position:absolute;z-index:3;display:inline-flex;align-items:center;gap:6px;padding:8px 11px;border:1px solid color-mix(in srgb,var(--primary) 22%,var(--border));border-radius:999px;background:color-mix(in srgb,var(--surface) 88%,transparent);color:var(--heading);font-size:.77rem;font-weight:800;backdrop-filter:blur(12px)}.theme-module-visual-chip svg{width:14px;height:14px;color:var(--primary)}.theme-module-visual-chip.chip-one{top:15%;left:8%}.theme-module-visual-chip.chip-two{right:7%;bottom:17%}.theme-module-visual-chip.chip-three{top:12%;right:12%;min-width:42px;justify-content:center;color:var(--primary)}.theme-module-slider-controls{position:absolute;right:clamp(24px,4vw,52px);bottom:24px;z-index:5;display:flex;align-items:center;gap:10px}.theme-module-slider-controls>button{display:grid;place-items:center;width:42px;height:42px;border:1px solid color-mix(in srgb,var(--primary) 24%,var(--border));border-radius:50%;background:color-mix(in srgb,var(--surface) 90%,transparent);color:var(--heading);cursor:pointer}.theme-module-slider-controls>button:hover{border-color:var(--primary);color:var(--primary)}.theme-module-slider-controls>button svg{width:17px;height:17px}.theme-module-slider-controls>button[data-slider-prev] svg{transform:rotate(180deg)}.theme-module-slider-controls [data-slider-dots]{display:flex;gap:7px}.theme-module-slider-controls [data-slider-dots] button{width:8px;height:8px;padding:0;border:0;border-radius:99px;background:color-mix(in srgb,var(--muted) 36%,transparent);cursor:pointer;transition:width .2s ease,background .2s ease}.theme-module-slider-controls [data-slider-dots] button.active{width:24px;background:var(--primary)}body.frontend-theme-midnight_neon .theme-module-slider,body.frontend-theme-monolith_black .theme-module-slider,body.frontend-theme-graphite_pro .theme-module-slider{background:color-mix(in srgb,var(--surface) 92%,#000 8%)}@media(max-width:900px){.theme-module-slide{grid-template-columns:1fr;min-height:0;padding-bottom:86px}.theme-module-visual{min-height:310px}.theme-module-description-pair{grid-template-columns:1fr}.theme-module-slider-controls{right:50%;transform:translateX(50%)}}@media(max-width:560px){.theme-module-slide{padding:28px 20px 82px}.theme-module-heading-pair h1,.theme-module-heading-pair h3{font-size:clamp(2rem,12vw,3rem)}.theme-module-heading-pair h2,.theme-module-heading-pair h4{font-size:1.45rem}.theme-module-visual{min-height:260px}.theme-module-visual-core{width:145px;min-height:145px;padding:18px}.theme-module-visual-chip.chip-one{left:4%;top:8%}.theme-module-visual-chip.chip-two{right:4%;bottom:10%}}

.home-theme-module-sliders{padding-top:clamp(48px,7vw,96px);padding-bottom:clamp(36px,6vw,80px);background:color-mix(in srgb,var(--surface-2) 72%,transparent)}.home-theme-module-sliders-heading{max-width:820px;margin-bottom:28px}.home-theme-module-slider-stack{display:grid;gap:clamp(24px,4vw,42px)}.home-theme-module-slider-stack .theme-module-slider{margin:0}.home-theme-module-slider-stack .theme-module-slide{min-height:480px}@media(max-width:900px){.home-theme-module-slider-stack .theme-module-slide{min-height:0}}
