.landing-suites-grid{display:grid;gap:clamp(1.25rem,4vw,1.75rem);grid-template-columns:1fr;min-width:0}@media(min-width:900px){.landing-suites-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.landing-suite-card{display:flex;flex-direction:column;min-width:0;height:100%;border-radius:var(--landing-suite-radius, 16px);overflow:hidden;border:1px solid var(--landing-suite-border);background:var(--landing-suite-surface);box-shadow:0 4px 20px #0f172a0d;transition:border-color .2s ease,box-shadow .2s ease}.landing-suite-card:hover{border-color:var(--landing-suite-accent-border);box-shadow:0 12px 32px #0f172a14}.landing-suite-card__accent{height:4px;flex-shrink:0}.landing-suite-card__hero{position:relative;aspect-ratio:16 / 9;overflow:hidden;flex-shrink:0}.landing-suite-card__hero img{width:100%;height:100%;object-fit:cover;display:block}.landing-suite-card__hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0f172a14,#0f172a8c 72%,#0f172ad1)}.landing-suite-card__live-badge{position:absolute;top:clamp(.75rem,2vw,1rem);right:clamp(.75rem,2vw,1rem);padding:.25rem .75rem;border-radius:999px;font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:#fffffff2;color:var(--landing-suite-accent);border:1px solid rgba(255,255,255,.4)}.landing-suite-card__hero-meta{position:absolute;bottom:clamp(.75rem,2vw,1rem);left:clamp(.75rem,2vw,1rem);right:clamp(.75rem,2vw,1rem);display:flex;align-items:flex-end;gap:clamp(.625rem,2vw,.875rem);min-width:0}.landing-suite-card__icon-wrap{width:clamp(40px,8vw,48px);height:clamp(40px,8vw,48px);border-radius:12px;display:flex;align-items:center;justify-content:center;background:#fffffff2;flex-shrink:0}.landing-suite-card__hero-title{margin:0;font-family:Figtree,var(--elink-font-heading, system-ui);font-size:clamp(1.0625rem,2.5vw,1.25rem);font-weight:700;color:#fff;letter-spacing:-.02em;line-height:1.25;text-shadow:0 1px 8px rgba(0,0,0,.35)}.landing-suite-card__hero-tagline{margin:.25rem 0 0;font-size:clamp(.8125rem,2vw,.875rem);color:#ffffffeb;line-height:1.4}.landing-suite-card__body{padding:clamp(1rem,3vw,1.25rem);flex:1;display:flex;flex-direction:column;gap:clamp(.875rem,2.5vw,1.125rem);min-width:0}.landing-suite-card__description{margin:0;font-size:clamp(.875rem,2vw,.9375rem);line-height:1.65;color:var(--landing-suite-text-muted)}.landing-suite-module-grid{display:grid;gap:clamp(.5rem,2vw,.75rem);grid-template-columns:repeat(auto-fill,minmax(140px,1fr));min-width:0}.landing-suite-module-grid--scroll{max-height:280px;overflow-y:auto;padding-right:.25rem;scrollbar-width:thin}.landing-suite-module-tile{padding:clamp(.625rem,2vw,.75rem);border-radius:12px;background:var(--landing-suite-accent-bg);border:1px solid var(--landing-suite-accent-border);min-height:4.25rem;min-width:0}.landing-suite-module-tile__name{font-size:clamp(.8125rem,2vw,.875rem);font-weight:700;line-height:1.35;color:var(--landing-suite-text);margin-bottom:.25rem}.landing-suite-module-tile__desc{font-size:.75rem;line-height:1.45;color:var(--landing-suite-text-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.landing-suite-card__footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding-top:.75rem;border-top:1px solid var(--landing-suite-border);margin-top:auto}.landing-suite-card__module-pill{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:999px;font-size:.75rem;font-weight:700;color:var(--landing-suite-text-muted);background:var(--landing-suite-bg);border:1px solid var(--landing-suite-border)}.landing-suite-card__expand{font-size:.8125rem;font-weight:600;color:var(--landing-suite-accent);background:none;border:none;padding:0;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.landing-suite-card__expand:hover{opacity:.85}.landing-suite-card--soon{opacity:.94}.landing-suite-card--soon .landing-suite-card__hero img{filter:grayscale(.12)}@media(prefers-reduced-motion:reduce){.landing-suite-card{transition:none}}.landing-page{--landing-band-primary: var(--elink-primary, #4f46e5);--landing-band-accent: var(--elink-accent, #06b6d4);--landing-band-info: var(--elink-color-info, #0369a1);--landing-band-surface: var(--elink-surface, #fff);--landing-band-bg: var(--elink-bg, #f8fafc);--landing-band-text: var(--elink-text, #0f172a);--landing-band-muted: var(--elink-text-muted, #64748b);--landing-band-border: var(--elink-border, #e2e8f0);min-width:0}.landing-section{position:relative;isolation:isolate}.landing-section__mesh{pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.landing-section__mesh:before,.landing-section__mesh:after{content:"";position:absolute;border-radius:50%;filter:blur(64px);opacity:.55;animation:landing-mesh-drift 22s ease-in-out infinite alternate}.landing-section__mesh:before{width:min(52vw,420px);height:min(52vw,420px);top:-12%;left:-8%;background:color-mix(in srgb,var(--landing-band-primary) 42%,transparent)}.landing-section__mesh:after{width:min(48vw,380px);height:min(48vw,380px);bottom:-18%;right:-6%;background:color-mix(in srgb,var(--landing-band-accent) 38%,transparent);animation-delay:-8s}.landing-section--warm{background:linear-gradient(165deg,color-mix(in srgb,var(--landing-band-primary) 8%,var(--landing-band-bg)) 0%,var(--landing-band-surface) 42%,color-mix(in srgb,var(--landing-band-accent) 10%,var(--landing-band-bg)) 100%)}.landing-section--cool{background:linear-gradient(180deg,var(--landing-band-bg) 0%,color-mix(in srgb,var(--landing-band-info) 9%,var(--landing-band-surface)) 50%,var(--landing-band-bg) 100%)}.landing-section--vivid{background:linear-gradient(135deg,color-mix(in srgb,var(--landing-band-primary) 14%,var(--landing-band-surface)),color-mix(in srgb,var(--landing-band-accent) 12%,var(--landing-band-surface)) 48%,color-mix(in srgb,var(--landing-band-info) 10%,var(--landing-band-bg)))}.landing-section--strip{background:linear-gradient(90deg,color-mix(in srgb,var(--landing-band-primary) 6%,var(--landing-band-surface)),var(--landing-band-surface),color-mix(in srgb,var(--landing-band-accent) 6%,var(--landing-band-surface)));border-bottom:1px solid var(--landing-band-border)}.landing-section__inner{position:relative;z-index:1}.landing-gradient-text{background:linear-gradient(120deg,var(--landing-band-primary) 0%,var(--landing-band-accent) 45%,var(--landing-band-info) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.landing-pill{display:inline-flex;align-items:center;gap:.5rem;min-height:44px;padding:.5rem 1rem;border-radius:999px;font-size:.875rem;font-weight:600;text-decoration:none;border:1px solid color-mix(in srgb,var(--pill-accent, var(--landing-band-primary)) 35%,transparent);background:color-mix(in srgb,var(--pill-accent, var(--landing-band-primary)) 12%,var(--landing-band-surface));color:var(--landing-band-text);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.landing-pill:hover{transform:translateY(-2px);box-shadow:0 8px 24px color-mix(in srgb,var(--pill-accent, var(--landing-band-primary)) 22%,transparent);border-color:color-mix(in srgb,var(--pill-accent, var(--landing-band-primary)) 55%,transparent)}.landing-pill__dot{width:8px;height:8px;border-radius:50%;background:var(--pill-accent, var(--landing-band-primary));flex-shrink:0}.landing-stat-card{padding:clamp(1rem,3vw,1.25rem);border-radius:16px;background:var(--landing-band-surface);border:1px solid var(--landing-band-border);box-shadow:0 4px 20px #0f172a0a;transition:transform .25s ease,box-shadow .25s ease}.landing-stat-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px color-mix(in srgb,var(--stat-accent, var(--landing-band-primary)) 18%,transparent)}.landing-stat-card__value{font-family:Figtree,var(--elink-font-heading, system-ui);font-size:clamp(1.75rem,5vw,2.5rem);font-weight:700;letter-spacing:-.02em;line-height:1.1;color:var(--stat-accent, var(--landing-band-primary))}.landing-feature-card{height:100%;border-radius:16px;border:1px solid var(--landing-band-border);background:linear-gradient(160deg,var(--landing-band-surface) 0%,color-mix(in srgb,var(--feature-accent, var(--landing-band-primary)) 6%,var(--landing-band-surface)) 100%);border-top:3px solid var(--feature-accent, var(--landing-band-primary));transition:transform .22s ease,box-shadow .22s ease}.landing-feature-card:hover{transform:translateY(-4px);box-shadow:0 14px 36px color-mix(in srgb,var(--feature-accent, var(--landing-band-primary)) 16%,transparent)}.landing-cta-band{position:relative;overflow:hidden;border-radius:clamp(16px,3vw,24px);padding:clamp(2.5rem,6vw,3.5rem) clamp(1.25rem,4vw,2rem);background:linear-gradient(125deg,var(--landing-band-primary) 0%,color-mix(in srgb,var(--landing-band-accent) 70%,var(--landing-band-primary)) 50%,var(--landing-band-info) 100%);color:#fff;box-shadow:0 24px 48px color-mix(in srgb,var(--landing-band-primary) 35%,transparent)}.landing-cta-band:before{content:"";position:absolute;top:-40%;right:-40%;bottom:-40%;left:-40%;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.22),transparent 55%);animation:landing-shimmer 8s ease-in-out infinite alternate;pointer-events:none}@keyframes landing-mesh-drift{0%{transform:translate(0) scale(1)}to{transform:translate(6%,8%) scale(1.08)}}@keyframes landing-shimmer{0%{opacity:.35;transform:translate(-4%,-2%)}to{opacity:.65;transform:translate(4%,2%)}}@keyframes landing-hero-platform-shimmer{0%{transform:translate(-120%) skew(-12deg);opacity:0}35%{opacity:.45}to{transform:translate(120%) skew(-12deg);opacity:0}}@keyframes landing-hero-platform-line{0%{stroke-dashoffset:24;opacity:.25}50%{opacity:.55}to{stroke-dashoffset:0;opacity:.25}}.hero-platform-visual{isolation:isolate}.hero-platform-visual__art{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.42;mix-blend-mode:soft-light}.hero-platform-visual__mesh{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero-platform-visual__blob{position:absolute;border-radius:50%;filter:blur(42px);width:42%;height:42%}.hero-platform-visual__blob--a{top:-8%;right:-6%}.hero-platform-visual__blob--b{bottom:-12%;left:-8%}.hero-platform-visual__svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.hero-platform-visual__line{stroke-dasharray:6 4;animation:landing-hero-platform-line 4.5s ease-in-out infinite alternate}.hero-platform-visual__shimmer{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;animation:landing-hero-platform-shimmer 7s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.hero-platform-visual__shimmer,.hero-platform-visual__line{animation:none}}@media(max-width:640px){.landing-hero-actions{grid-template-columns:1fr}}.landing-hero-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;width:100%;max-width:520px;align-items:stretch}.landing-hero-actions__item{min-width:0}.landing-hero-cta{width:100%;min-height:48px;box-sizing:border-box}.landing-hero-cta--link{display:flex;align-items:center;justify-content:center;padding:0 20px;border-radius:10px;color:#fff;border:1px solid rgba(255,255,255,.55);background:#ffffff1f;font-family:Noto Sans,system-ui,sans-serif;font-size:1rem;font-weight:500;line-height:1.2;text-decoration:none;text-align:center;transition:background .2s ease,border-color .2s ease,transform .2s ease}.landing-hero-cta--link:hover{background:#ffffff2e;border-color:#ffffffb3}.landing-hero-cta--link:focus-visible{outline:2px solid rgba(255,255,255,.85);outline-offset:2px}.landing-hero-visual-col{display:flex;flex-direction:row;align-items:flex-end;gap:16px;width:100%}.landing-hero-browser-card{flex:1 1 auto;min-width:0}.landing-hero-phone{flex:0 0 auto;width:min(200px,38%);transform:translateY(8px)}.landing-hero-phone [data-testid=device-mockup],.landing-hero-phone [data-testid=hero-mockup]{width:100%}@media(max-width:720px){.landing-hero-visual-col{flex-direction:column;align-items:center;gap:20px}.landing-hero-phone{width:min(240px,72vw);transform:none}}@media(max-width:640px){.landing-hero-actions{grid-template-columns:1fr}.landing-hero-actions a,.landing-hero-actions button{justify-content:center;width:100%}}.landing-suite-marquee{overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}.landing-suite-marquee__track{display:flex;gap:.75rem;width:max-content;padding:.25rem 0;will-change:transform}.landing-suite-marquee__pill{flex-shrink:0;white-space:nowrap}@media(prefers-reduced-motion:reduce){.landing-section__mesh:before,.landing-section__mesh:after,.landing-cta-band:before{animation:none}.landing-pill:hover,.landing-stat-card:hover,.landing-feature-card:hover{transform:none}}.shop-page{overflow-x:clip}.shop-page__hero-title{font-size:clamp(1.5rem,4vw,2.25rem);line-height:1.2;padding-inline:clamp(.25rem,2vw,0)}.shop-page__hero-subtitle{font-size:clamp(.9375rem,2.2vw,1.125rem);padding-inline:clamp(.25rem,2vw,0)}.shop-layout{width:100%;max-width:min(1440px,100%);margin-inline:auto;padding:clamp(1.5rem,5vw,3.5rem) clamp(1rem,4vw,2rem);min-width:0}.shop-layout--catalog-only{display:block}@media(min-width:1920px){.shop-layout{max-width:1560px;padding-inline:2.5rem}}.shop-catalog{display:grid;gap:clamp(2rem,5vw,3rem);min-width:0}.shop-suite-header{display:flex;align-items:flex-start;gap:clamp(.75rem,3vw,1.25rem);margin-bottom:clamp(1rem,3vw,1.5rem);padding-bottom:clamp(.75rem,2vw,1rem);min-width:0}.shop-suite-header__icon{width:clamp(44px,10vw,56px);height:clamp(44px,10vw,56px);flex-shrink:0}.shop-suite-header__title{font-size:clamp(1.125rem,2.8vw,1.375rem);line-height:1.25;word-break:break-word}.shop-suite-header__tagline{font-size:clamp(.875rem,2vw,1rem);line-height:1.5}.shop-product-grid{display:grid;gap:clamp(.75rem,2.5vw,1.25rem);grid-template-columns:1fr;min-width:0}@media(min-width:480px){.shop-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:900px){.shop-product-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}@media(min-width:1440px){.shop-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1920px){.shop-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.shop-bundle-card{grid-column:1 / -1;display:grid;grid-template-columns:1fr;min-width:0}.shop-bundle-card__accent{grid-column:1 / -1}.shop-bundle-card__media{position:relative;min-height:clamp(160px,35vw,220px)}.shop-bundle-card__media img{width:100%;height:100%;min-height:inherit;object-fit:cover;display:block}.shop-bundle-card__body{padding:clamp(1rem,3vw,1.5rem);display:flex;flex-direction:column;justify-content:center;gap:clamp(.75rem,2vw,1rem);min-width:0}.shop-bundle-card__title{font-size:clamp(1.0625rem,2.5vw,1.375rem);line-height:1.25;word-break:break-word}.shop-bundle-card__desc{font-size:clamp(.875rem,2vw,1rem);line-height:1.55;max-width:56ch}@media(min-width:640px){.shop-bundle-card{grid-template-columns:minmax(200px,40%) minmax(0,1fr)}.shop-bundle-card__media{min-height:100%}}@media(min-width:1200px){.shop-bundle-card{grid-template-columns:minmax(260px,36%) minmax(0,1fr)}}.shop-card-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1rem}@media(max-width:479px){.shop-card-footer{flex-direction:column;align-items:stretch}.shop-card-footer .shop-card-cta{width:100%;min-height:2.75rem}}.shop-card-cta{min-height:2.5rem}@media(min-width:480px){.shop-card-cta--bundle{min-width:8.75rem}}.shop-module-card{display:flex;flex-direction:column;min-width:0;height:100%}.shop-module-card__media{position:relative;aspect-ratio:16 / 10}.shop-module-card__media img{width:100%;height:100%;object-fit:cover;display:block}.shop-module-card__body{padding:clamp(.875rem,2.5vw,1rem);flex:1;display:flex;flex-direction:column;gap:.5rem;min-width:0}.shop-module-card__title{font-size:clamp(.9375rem,2vw,1rem);line-height:1.35;word-break:break-word}.shop-module-card__footer{margin-top:auto;padding-top:.75rem}.shop-card-price{font-size:clamp(1rem,2.2vw,1.125rem)}.shop-card-price--bundle{font-size:clamp(1.25rem,3vw,1.75rem)}@media(prefers-reduced-motion:reduce){.shop-bundle-card,.shop-module-card{transition:none}}
