.store-intro{background:var(--bg-primary);position:relative}.store-intro:before{background:radial-gradient(circle at 0 0,#2563eb0f,#0000 40%),radial-gradient(circle at 100% 100%,#2563eb0a,#0000 40%);content:"";inset:0;pointer-events:none;position:absolute}.store-intro-grid{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1.1fr;position:relative;z-index:1}.store-intro-eyebrow{background:#2563eb0f;border:1.5px solid var(--primary);border-radius:999px;color:var(--primary);display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.18em;margin:0 0 1.15rem;padding:.3rem .85rem;text-transform:uppercase}.store-intro-title{color:var(--text-primary);font-size:clamp(1.75rem,3.5vw,2.6rem);font-weight:800;letter-spacing:-.02em;line-height:1.15;margin:0 0 1rem}.store-intro-text{color:var(--text-secondary);font-size:1.05rem;line-height:1.7;margin:0 0 1.5rem;max-width:540px}.store-intro-text strong{color:var(--text-primary);font-weight:700}.store-intro-cta{align-items:center;background:var(--primary);border-radius:999px;box-shadow:0 8px 22px #2563eb40;color:#fff;display:inline-flex;font-size:1rem;font-weight:600;gap:.55rem;margin-bottom:1.75rem;padding:.85rem 1.5rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.store-intro-cta:hover{box-shadow:0 12px 28px #2563eb59;transform:translateY(-2px)}.store-intro-cta-arrow{transition:transform .2s ease}.store-intro-cta:hover .store-intro-cta-arrow{transform:translateX(4px)}.store-intro-features{display:flex;flex-direction:column;gap:.6rem;list-style:none;margin:0;padding:0}.store-intro-features li{align-items:center;color:var(--text-secondary);display:flex;font-size:.95rem;gap:.6rem}.store-intro-tick{align-items:center;background:#2563eb1f;border-radius:50%;color:var(--primary);display:inline-flex;flex-shrink:0;font-size:.75rem;font-weight:800;height:22px;justify-content:center;width:22px}.store-intro-visuals{grid-gap:1rem;aspect-ratio:1.1/1;display:grid;gap:1rem;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;margin-left:auto;max-width:560px;width:100%}.store-intro-tile{animation:tileIn .5s ease both;background:var(--bg-tertiary);border-radius:20px;box-shadow:0 12px 32px #0000001f;contain:paint;display:block;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease}.store-intro-tile img{height:100%;object-fit:cover;transition:transform .45s ease;width:100%}.store-intro-tile:hover{box-shadow:0 18px 40px #0000002e;transform:translateY(-3px)}.store-intro-tile:hover img{transform:scale(1.06)}.store-intro-tile-label{background:linear-gradient(180deg,#0000,#000000bf);bottom:0;color:#fff;font-size:.85rem;font-weight:600;left:0;letter-spacing:.01em;padding:.7rem .85rem;position:absolute;right:0}.tile-1{transform:translateY(-10px)}.tile-1:hover{transform:translateY(-13px)}.tile-4{transform:translateY(10px)}.tile-4:hover{transform:translateY(7px)}.store-intro-fallback{align-items:center;background:var(--bg-secondary);border:1.5px dashed var(--border-color);border-radius:20px;color:var(--text-muted);display:flex;grid-column:1/-1;grid-row:1/-1;justify-content:center}@keyframes tileIn{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1}}@media (max-width:1024px){.store-intro-grid{gap:2rem}.store-intro-visuals{max-width:460px}}@media (max-width:768px){.store-intro-grid{gap:2rem;grid-template-columns:1fr}.store-intro-visuals{margin:0 auto;max-width:100%}.store-intro-title{font-size:clamp(1.5rem,6vw,2rem)}.store-intro-text{font-size:1rem}.store-intro-cta{font-size:.95rem;padding:.75rem 1.25rem}.tile-1,.tile-4{transform:none}.tile-1:hover,.tile-4:hover{transform:translateY(-3px)}}@media (max-width:480px){.store-intro-visuals{aspect-ratio:1.3/1;gap:.6rem}.store-intro-tile-label{font-size:.75rem;padding:.5rem .6rem}.store-intro-features li{font-size:.875rem}}@media (hover:none){.store-intro-cta:hover,.store-intro-tile:hover,.store-intro-tile:hover img,.tile-1,.tile-4{transform:none}}