.fss-section{width:100%;padding:2.5rem 1rem;background:var(--color-background-secondary,#f9fafb)}.fss-inner{max-width:1312px;margin:0 auto}.fss-header{justify-content:space-between;padding:1rem 0}.fss-header,.fss-title{display:flex;align-items:center}.fss-title{gap:.5rem;margin:0;font-size:1.15rem;font-weight:700;color:var(--color-text-primary);font-family:Alexandria,Open Sans,system-ui,sans-serif;-webkit-font-smoothing:antialiased}.fss-title .material-symbols-sharp{font-size:1.25rem;color:#470ae2;font-variation-settings:"FILL" 1}.fss-view-all{display:inline-flex;align-items:center;gap:.25rem;font-size:.8rem;font-weight:600;color:#470ae2;text-decoration:none;font-family:Alexandria,Open Sans,system-ui,sans-serif;transition:opacity .15s;white-space:nowrap}.fss-view-all:hover{opacity:.75}.fss-view-all .material-symbols-sharp{font-size:.95rem}.fss-grid{display:grid;grid-template-rows:repeat(2,auto);grid-auto-flow:column;grid-auto-columns:calc(82% - .625rem);grid-gap:.5rem;gap:.5rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;padding:.25rem 0 .75rem}.fss-grid::-webkit-scrollbar{display:none}.fss-cell{scroll-snap-align:start;min-width:0;display:flex;flex-direction:column}@media (min-width:768px){.fss-section{padding:3rem 1rem}.fss-header{padding:0 1rem 1.5rem}.fss-grid{display:grid;grid-template-rows:unset;grid-template-columns:repeat(4,1fr);grid-auto-flow:row;grid-auto-columns:unset;overflow-x:visible;overflow-y:visible;scroll-snap-type:none;grid-gap:.5rem;gap:.5rem;padding:0 0 .25rem}.fss-cell{scroll-snap-align:unset}}@media (min-width:1100px){.fss-section{padding:3.5rem 1.5rem}.fss-header{padding:0 1.5rem 1.5rem}.fss-title{font-size:1.25rem}.fss-grid{gap:1.25rem;padding:0 1.5rem .25rem}}[dir=rtl] .fss-view-all .material-symbols-sharp{transform:scaleX(-1)}.hcc-carousel-wrapper{position:relative;width:100%;max-width:1312px;padding:1rem;margin:0 auto}.hcc-root{width:100%}.hcc-carousel-wrapper .ec-viewport{flex:1 1;overflow:hidden;padding:0;transform:translateZ(0)}.hcc-carousel-wrapper .ec-slide{flex:0 0 auto!important;width:85%!important;max-width:500px!important;max-height:550px;background:none;border-radius:8px;padding:8px!important;transition:none!important;transform:none!important;opacity:1!important}.hcc-carousel-wrapper .ec-slide:hover{background:#f1f2f3}@media (min-width:640px){.hcc-carousel-wrapper .ec-slide{width:65%!important}}@media (min-width:1024px){.hcc-carousel-wrapper .ec-slide{width:45%!important}}.hcc-card-link{text-decoration:none;display:block;height:100%}.hcc-card{display:flex;flex-direction:column;background-color:var(--card-bg);color:var(--card-text);border-radius:8px;overflow:hidden;height:100%;box-shadow:0 4px 6px -1px rgba(0,0,0,.05),0 2px 4px -1px rgba(0,0,0,.03);transition:box-shadow .2s ease}.hcc-img-container{position:relative;width:100%;aspect-ratio:2/1;overflow:hidden}.hcc-img{width:100%;height:100%;object-fit:cover;display:block}.hcc-img-overlay{position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to bottom,transparent 25%,var(--card-bg) 95%);pointer-events:none}.hcc-badge{position:absolute;top:12px;left:12px;z-index:2;background-color:var(--badge-bg);color:var(--badge-text);font-size:.75rem;font-weight:600;padding:4px 10px;border-radius:4px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hcc-card-details{padding:20px 16px;display:flex;flex-direction:column;flex-grow:1}.hcc-body{margin-bottom:10px}.hcc-title{font-size:1.2rem;font-weight:500;line-height:1.25;margin:0 0 6px;color:var(--card-text)}.hcc-subtitle{font-size:.85rem;opacity:.85;margin:0;color:var(--card-text)}.hcc-footer{justify-content:space-between;margin-top:auto;gap:16px}.hcc-app-info,.hcc-footer{display:flex;align-items:center}.hcc-app-info{gap:12px;min-width:0}.hcc-app-icon{width:54px;height:54px;border-radius:16px;object-fit:cover;flex-shrink:0;box-shadow:0 2px 4px rgba(0,0,0,.08)}.hcc-app-meta-wrap{display:flex;flex-direction:column;min-width:0}.hcc-app-name{font-size:.95rem;font-weight:600}.hcc-app-meta,.hcc-app-name{color:var(--card-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hcc-app-meta{font-size:.8rem;opacity:.7}.hcc-cta-wrap{display:flex;flex-direction:column;align-items:center;gap:4px;flex-shrink:0}.hcc-cta{background-color:var(--btn-bg);color:var(--btn-text);font-size:.85rem;font-weight:700;padding:8px 18px;border-radius:20px;border:none;cursor:pointer;white-space:nowrap;transition:opacity .15s ease}.hcc-card-link:hover .hcc-cta{opacity:.8}.hcc-cta-subtext{font-size:.65rem;opacity:.65;font-weight:500;color:var(--card-text)}.hcc-nav-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background-color:#ffffff;border:none;box-shadow:0 4px 14px rgba(0,0,0,.12);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;color:#333333;transition:transform .2s ease,opacity .2s ease}.hcc-nav-arrow:hover{transform:translateY(-50%) scale(1.05)}.hcc-nav-arrow svg{width:20px;height:20px}.hcc-nav-next{right:-24px}[dir=rtl] .hcc-nav-next{right:auto;left:-24px;transform:translateY(-50%) scaleX(-1)}[dir=rtl] .hcc-nav-next:hover{transform:translateY(-50%) scaleX(-1) scale(1.05)}@media (max-width:768px){.hcc-nav-arrow{display:none}.hcc-carousel-wrapper{padding:.5rem 0}.hcc-carousel-wrapper .ec-viewport{padding:0 .6rem}}.hhs-root{width:100%;background:rgba(250,249,250,.95);padding:1rem 0 .75rem}.hhs-grid{max-width:1312px;margin:0 auto;padding:0 1rem;display:grid;grid-template-columns:minmax(0,2.4fr) minmax(0,1.25fr) 296px;grid-gap:12px;gap:12px;align-items:start}.hhs-panel{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.06)}.hhs-panel--hero{height:100%}.hhs-hero-img-link{display:block;text-decoration:none;transition:opacity .2s ease;height:70%;min-height:260px}.hhs-hero-img-link--fading{opacity:0}.hhs-hero-img{position:relative;width:100%;height:100%;background:#1a1a2e;overflow:hidden}.hhs-hero-img-fallback{position:absolute;inset:0;background:linear-gradient(135deg,#1a1a2e,#3b0fa0)}.hhs-hero-grad{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.45) 0,rgba(0,0,0,0) 35%,rgba(0,0,0,0) 55%,rgba(0,0,0,.72));pointer-events:none;z-index:1}.hhs-hero-topbar{position:absolute;top:14px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:0;z-index:3;white-space:nowrap}[dir=rtl] .hhs-hero-topbar{left:auto;right:50%;transform:translateX(50%)}.hhs-hero-week{background:#2d2d2d;color:#fff;font-size:.65rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:5px 12px;font-family:Alexandria,Open Sans,sans-serif;border-radius:4px 0 0 4px}.hhs-hero-label,[dir=rtl] .hhs-hero-week{border-radius:0 4px 4px 0}.hhs-hero-label{background:#470ae2;color:#fff;font-size:.65rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:5px 12px;font-family:Alexandria,Open Sans,sans-serif}[dir=rtl] .hhs-hero-label{border-radius:4px 0 0 4px}.hhs-progress{position:absolute;bottom:0;left:0;height:3px;background:linear-gradient(90deg,#470ae2,#a78bfa);z-index:4;animation:hhs-prog 30s linear forwards}@keyframes hhs-prog{0%{width:0}to{width:100%}}.hhs-cards-row{position:absolute;bottom:32px;left:0;right:0;display:flex;justify-content:center;align-items:flex-end;gap:10px;padding:0 1.25rem;z-index:3}.hhs-card{all:unset;cursor:pointer;display:flex;flex-direction:column;align-items:center;flex:1 1;max-width:130px;transition:transform .2s ease}.hhs-card:hover{transform:translateY(-4px)}.hhs-card--active{transform:translateY(-6px)}.hhs-card-img{position:relative;width:100%;aspect-ratio:2/3;border-radius:8px 8px 0 0;overflow:hidden;background:#334155}.hhs-card-img-fallback{position:absolute;inset:0;background:linear-gradient(180deg,#334155,#1e293b)}.hhs-card-ring{position:absolute;inset:0;border-radius:8px 8px 0 0;box-shadow:inset 0 0 0 2.5px #470ae2;pointer-events:none;z-index:2}.hhs-card-bar{width:100%;background:#00c650;padding:4px 6px;border-radius:0;display:flex;align-items:center;justify-content:center}.hhs-card--active .hhs-card-bar{background:#470ae2}.hhs-card-name{font-size:.58rem;font-weight:800;color:#fff;text-align:center;letter-spacing:.03em;text-transform:uppercase;font-family:Alexandria,Open Sans,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;display:block}.hhs-card-crest{position:relative;width:32px;height:32px;background:#fff;border-radius:50%;border:2px solid #e2e8f0;overflow:hidden;margin-top:4px;flex-shrink:0;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px rgba(0,0,0,.12)}.hhs-card-crest-fallback{font-size:.7rem;font-weight:800;color:#470ae2;font-family:Alexandria,Open Sans,sans-serif}.hhs-info-section{height:30%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:12px;background:#1a1033;padding:1rem 1.25rem 1.1rem;text-decoration:none;cursor:pointer;transition:background .15s}.hhs-info-section:hover{background:#220e45}.hhs-info-text{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:4px}.hhs-info-name{font-size:1.35rem;font-weight:800;color:#fff;margin:0;font-family:Alexandria,Open Sans,sans-serif;letter-spacing:-.02em;line-height:1.2;transition:opacity .2s}.hhs-info-name--fading{opacity:0}.hhs-info-seotitle{font-size:.8rem;font-weight:600;color:rgba(255,255,255,.75);margin:0;font-family:Alexandria,Open Sans,sans-serif;line-height:1.4;transition:opacity .2s}.hhs-info-seotitle--fading{opacity:0}.hhs-info-desc{font-size:.73rem;color:rgba(255,255,255,.5);margin:2px 0 0;font-family:Alexandria,Open Sans,sans-serif;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:opacity .2s}.hhs-info-desc--fading{opacity:0}.hhs-info-tag{flex-shrink:0;font-size:.72rem;font-weight:700;color:rgba(255,255,255,.8);font-family:Alexandria,Open Sans,sans-serif;white-space:nowrap;padding:6px 0;letter-spacing:.02em;border-bottom:1px solid rgba(255,255,255,.3);align-self:flex-end;transition:color .15s}.hhs-info-section:hover .hhs-info-tag{color:#fff}.hhs-panel--list{display:flex;flex-direction:column;height:100%}.hhs-list-header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid #f1f5f9;flex-shrink:0}.hhs-list-title{font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#1e293b;font-family:Alexandria,Open Sans,sans-serif}.hhs-list-items{display:flex;flex-direction:column}.hhs-list-item{all:unset;cursor:pointer;display:flex;align-items:stretch;gap:0;padding:12px 14px;border-bottom:1px solid #f1f5f9;transition:background .12s;text-align:start}.hhs-list-item:last-child{border-bottom:none}.hhs-list-item:hover{background:#faf5ff}.hhs-list-item--active{background:#f5f0ff}.hhs-list-text{flex:1 1;min-width:0;padding-right:10px;display:flex;flex-direction:column;gap:4px;justify-content:center}[dir=rtl] .hhs-list-text{padding-right:0;padding-left:10px}.hhs-list-storename{font-size:.82rem;font-weight:700;color:#541e5d;margin:0;font-family:Alexandria,Open Sans,sans-serif;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hhs-list-item--active .hhs-list-storename{color:#470ae2}.hhs-list-seotitle{font-size:.7rem;color:#64748b;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hhs-list-offer,.hhs-list-seotitle{font-family:Alexandria,Open Sans,sans-serif}.hhs-list-offer{display:inline-block;font-size:.62rem;font-weight:700;color:#16d77d;margin-top:2px}.hhs-list-thumb{position:relative;width:100px;height:76px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#e2e8f0;align-self:center}.hhs-list-item--active .hhs-list-thumb{outline:2px solid #470ae2;outline-offset:1px}.hhs-list-thumb-fallback{position:absolute;inset:0;background:linear-gradient(135deg,#e0e7ff,#c4b5fd)}.hhs-list-thumb-logo{position:absolute;bottom:4px;left:50%;transform:translateX(-50%);width:56px;height:20px;background:rgba(255,255,255,.88);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:4px;padding:2px 3px;overflow:hidden}.hhs-viewall{font-size:.7rem;font-weight:600;color:#470ae2;text-decoration:none;font-family:Alexandria,Open Sans,sans-serif}.hhs-viewall:hover{text-decoration:underline}.hhs-panel--lb{border-top:5px solid #541e5d;height:100%;display:flex;flex-direction:column}.hhs-lb-header{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;padding:12px 14px;border-bottom:1px solid #f1f5f9;flex-shrink:0}.hhs-lb-header .material-symbols-sharp{color:#16d77d}.hhs-lb-title{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#1e293b;font-family:Alexandria,Open Sans,sans-serif}.hhs-lb-col-row{display:flex;align-items:center;padding:5px 14px;background:#f8fafc;border-bottom:1px solid #f1f5f9;gap:6px}.hhs-lb-col{font-size:.58rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#94a3b8;font-family:Alexandria,Open Sans,sans-serif;width:26px;flex-shrink:0}.hhs-lb-col--stretch{flex:1 1;width:auto}.hhs-lb-col--end{text-align:end}.hhs-lb-rows{overflow-y:auto;flex:1 1;max-height:440px}.hhs-lb-rows::-webkit-scrollbar{width:3px}.hhs-lb-rows::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:2px}.hhs-lb-empty{padding:2rem;text-align:center;font-size:.8rem;color:#94a3b8;font-family:Alexandria,Open Sans,sans-serif}.hhs-lb-row{display:flex;align-items:center;gap:6px;padding:9px 14px;border-bottom:1px solid #f8fafc;text-decoration:none;transition:background .12s}.hhs-lb-row:last-child{border-bottom:none}.hhs-lb-row:hover{background:#faf5ff}.hhs-lb-row--top1{background:rgba(255,200,0,.05)}.hhs-lb-row--top1:hover{background:rgba(255,200,0,.1)}.hhs-lb-row--top2{background:rgba(190,195,205,.04)}.hhs-lb-row--top3{background:rgba(180,100,40,.03)}.hhs-lb-rank{width:26px;flex-shrink:0;display:flex;justify-content:center}.hhs-medal{width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:800;font-family:Alexandria,Open Sans,sans-serif}.hhs-medal--1{background:linear-gradient(135deg,#FFD700,#FFA500);color:#fff;box-shadow:0 2px 6px rgba(255,165,0,.35)}.hhs-medal--2{background:linear-gradient(135deg,#C0C0C0,#A0A0A0);color:#fff}.hhs-medal--3{background:linear-gradient(135deg,#CD7F32,#A0522D);color:#fff}.hhs-rank-n{font-size:.68rem;font-weight:700;color:#94a3b8;font-family:Alexandria,Open Sans,sans-serif}.hhs-lb-store{flex:1 1;gap:7px;min-width:0}.hhs-lb-logo,.hhs-lb-store{display:flex;align-items:center}.hhs-lb-logo{width:32px;height:32px;border-radius:7px;background:#f1f5f9;border:none;border-radius:50%;padding:0;justify-content:center;overflow:hidden;flex-shrink:0}.hhs-lb-logo img{object-fit:cover;width:100%;height:100%;transform:scale(1.25)}.hhs-lb-init{font-size:.7rem;font-weight:800;color:#470ae2;font-family:Alexandria,Open Sans,sans-serif}.hhs-lb-namestack{display:flex;flex-direction:row;gap:4px;min-width:0}.hhs-lb-name{font-size:.72rem;font-weight:600;color:#1e293b;font-family:Alexandria,Open Sans,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hhs-lb-save{flex-shrink:0}.hhs-save-pill{font-size:.65rem;color:#16d77d;background:none;border:1px solid #16d77d;padding:1px 3px;border-radius:3px;white-space:nowrap}.hhs-mv,.hhs-save-pill{font-family:Alexandria,Open Sans,sans-serif}.hhs-mv{display:inline-flex;align-items:center;font-size:.58rem;font-weight:700;letter-spacing:.01em}.hhs-mv--new{background:none;color:#470ae2;font-size:.52rem;padding:2px 4px;border-radius:3px;border:none;font-weight:700;width:-moz-fit-content;width:fit-content}.hhs-mv--up{color:#16a34a}.hhs-mv--dn{color:#dc2626}.hhs-mv--eq{color:#94a3b8}@media (max-width:1200px){.hhs-grid{grid-template-columns:minmax(0,2.2fr) minmax(0,1.2fr) 268px}}@media (max-width:1024px){.hhs-grid{grid-template-columns:minmax(0,1.8fr) minmax(0,1fr) 240px}.hhs-list-thumb{width:80px;height:64px}}@media (max-width:860px){.hhs-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto auto}.hhs-panel--hero{grid-column:1/3}.hhs-panel--list{grid-column:1}.hhs-panel--lb{grid-column:2}.hhs-hero-img{height:100%;width:100%}.hhs-card{max-width:100px}}@media (max-width:600px){.hhs-grid{grid-template-columns:1fr;gap:12px 0}.hhs-panel--lb,.hhs-panel--list{grid-column:1}.hhs-cards-row{gap:6px;padding:0 .75rem}.hhs-card{max-width:80px}.hhs-card-crest{width:24px;height:24px}.hhs-info-name{font-size:1.1rem}}.hiw-unique-section{--h-primary:#6366f1;--h-primary-soft:#818cf8;--h-secondary:#10b981;--h-accent:#f59e0b;--h-bg-start:#fefefe;--h-bg-end:#f8fafc;--h-card-bg:rgba(255,255,255,0.92);--h-text-dark:#0f172a;--h-text-muted:#475569;--h-border-light:rgba(99,102,241,0.12);--h-shadow-sm:0 8px 20px rgba(0,0,0,0.02),0 2px 6px rgba(0,0,0,0.03);--h-shadow-hover:0 25px 35px -12px rgba(99,102,241,0.25),0 2px 8px rgba(0,0,0,0.02);background:linear-gradient(145deg,var(--h-bg-start) 0,var(--h-bg-end) 100%);padding:3rem 1.5rem;position:relative;overflow-x:clip;font-family:Alexandria,system-ui,-apple-system,Segoe UI,sans-serif}.hiw-unique-section:before{top:-20%;left:-10%;width:80%;height:80%;background:radial-gradient(circle,rgba(99,102,241,.08) 0,rgba(99,102,241,0) 70%);animation:floatBlob 16s ease-in-out infinite alternate}.hiw-unique-section:after,.hiw-unique-section:before{content:"";position:absolute;border-radius:50%;z-index:0;pointer-events:none}.hiw-unique-section:after{bottom:-15%;right:-5%;width:70%;height:70%;background:radial-gradient(circle,rgba(16,185,129,.07) 0,rgba(16,185,129,0) 70%);animation:floatBlob 14s ease-in-out infinite alternate-reverse}@keyframes floatBlob{0%{transform:translate(0) scale(1)}to{transform:translate(5%,5%) scale(1.08)}}.hiw-unique-container{max-width:1312px;margin:0 auto;position:relative;z-index:2}.hiw-unique-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;margin:0 auto}.hiw-unique-card{position:relative;background:var(--h-card-bg);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:2rem;padding:2rem 1.5rem;text-align:center;transition:all .4s cubic-bezier(.2,.9,.4,1.1);box-shadow:var(--h-shadow-sm);border:1px solid var(--h-border-light);overflow:hidden;display:flex;flex-direction:column;align-items:center}.hiw-unique-card:hover{transform:translateY(-8px);box-shadow:var(--h-shadow-hover);border-color:rgba(99,102,241,.3);background:rgba(255,255,255,.98)}.hiw-unique-step-badge{position:absolute;top:1rem;inset-inline-start:1.5rem;width:2rem;height:2rem;background:linear-gradient(135deg,var(--h-primary),#4f46e5);color:white;font-weight:800;font-size:.9rem;border-radius:60px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 16px -6px rgba(99,102,241,.4);transition:transform .2s ease,box-shadow .2s;z-index:2}.hiw-unique-card:hover .hiw-unique-step-badge{transform:scale(1.05);box-shadow:0 10px 20px -6px rgba(99,102,241,.6)}.hiw-unique-card:first-child .hiw-unique-step-badge{background:linear-gradient(135deg,#6366f1,#4338ca)}.hiw-unique-card:nth-child(2) .hiw-unique-step-badge{background:linear-gradient(135deg,#f59e0b,#d97706)}.hiw-unique-card:nth-child(3) .hiw-unique-step-badge{background:linear-gradient(135deg,#10b981,#047857)}.hiw-unique-icon-wrapper{margin:1rem 0 .5rem;width:100px;height:100px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.hiw-unique-card:hover .hiw-unique-icon-wrapper{transform:scale(1.02)}.hiw-unique-icon-wrapper svg{width:85px;height:85px;filter:drop-shadow(0 6px 10px rgba(0,0,0,.05));transition:all .2s}.hiw-unique-title{font-size:1.4rem;font-weight:800;letter-spacing:-.02em;color:var(--h-text-dark);margin:1rem 0 .6rem;line-height:1.3}.hiw-unique-description{font-size:.9rem;line-height:1.5;color:var(--h-text-muted);font-weight:500;max-width:260px;margin:0 auto}.hiw-unique-glow{position:absolute;inset:0;border-radius:2rem;opacity:0;background:radial-gradient(circle at 50% 0,rgba(99,102,241,.12),transparent 70%);transition:opacity .4s ease;pointer-events:none;z-index:0}.hiw-unique-card:hover .hiw-unique-glow{opacity:1}@media (min-width:640px){.hiw-unique-section{padding:4rem 2rem}.hiw-unique-grid{gap:1.8rem;grid-template-columns:repeat(2,1fr)}.hiw-unique-card{padding:2rem 1.8rem}.hiw-unique-title{font-size:1.5rem}.hiw-unique-icon-wrapper svg{width:95px;height:95px}}@media (min-width:1024px){.hiw-unique-section{padding:5rem 2rem}.hiw-unique-grid{grid-template-columns:repeat(3,1fr);gap:2rem}.hiw-unique-card{padding:2.5rem 1.8rem 2.2rem}.hiw-unique-icon-wrapper{width:120px;height:120px;margin-bottom:.5rem}.hiw-unique-icon-wrapper svg{width:105px;height:105px}.hiw-unique-title{font-size:1.6rem}.hiw-unique-description{font-size:.95rem;max-width:280px}.hiw-unique-grid{position:relative}.hiw-unique-grid:before{content:"";position:absolute;top:35%;left:12%;right:12%;height:2px;background:linear-gradient(90deg,transparent,rgba(99,102,241,.25) 20%,rgba(99,102,241,.5) 45%,rgba(245,158,11,.5) 55%,rgba(16,185,129,.25) 80%,transparent);z-index:0;pointer-events:none;border-radius:4px}[dir=rtl] .hiw-unique-grid:before{background:linear-gradient(270deg,transparent,rgba(99,102,241,.25) 20%,rgba(99,102,241,.5) 45%,rgba(245,158,11,.5) 55%,rgba(16,185,129,.25) 80%,transparent)}}@media (min-width:1312px){.hiw-unique-container{padding:0}.hiw-unique-grid{gap:2.5rem}}[dir=rtl] .hiw-unique-step-badge{inset-inline-start:auto;inset-inline-end:1.5rem}[dir=rtl] .hiw-unique-description,[dir=rtl] .hiw-unique-title{text-align:center}@media (prefers-reduced-motion:reduce){.hiw-unique-card,.hiw-unique-card:hover,.hiw-unique-icon-wrapper,.hiw-unique-section:after,.hiw-unique-section:before,.hiw-unique-step-badge{transition:none;transform:none;animation:none}.hiw-unique-card:hover{transform:none}}