.system-grid{position:relative;padding:clamp(4rem,7vw,7rem) 0;overflow:hidden}.system-grid__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.system-grid__header{max-width:52rem;margin:0 0 3rem}.system-grid__eyebrow{font-family:ui-monospace,SFMono-Regular,Menlo,SF Mono,monospace;font-size:.6875rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:rgb(var(--brand-violet));margin:0 0 1rem}.system-grid__heading{font-family:SF Pro Display,system-ui,sans-serif;font-size:clamp(2rem,4vw + .5rem,3.5rem);line-height:1;letter-spacing:-.04em;font-weight:700;color:hsl(var(--foreground));margin:0;display:flex;flex-direction:column;gap:.1em}.system-grid__heading-accent{display:block;color:rgb(var(--brand-violet))}.system-grid__sub{margin-top:1.25rem;font-size:1.0625rem;line-height:1.55;color:#4d4d4d;max-width:42rem}.system-grid__grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:3rem;perspective:1400px}@media (min-width:640px){.system-grid__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:960px){.system-grid__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.system-grid__cell{height:100%}.system-grid__card{position:relative;display:flex;flex-direction:column;gap:.625rem;height:100%;padding:1.6rem 1.4rem 1.25rem;background:hsl(var(--card));border:1px solid hsla(0,0%,5%,.06);border-radius:.875rem;text-decoration:none;color:inherit;overflow:hidden;transform:translateZ(0);will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s cubic-bezier(.22,1,.36,1),border-color .3s ease}.system-grid__card:after{content:"";position:absolute;inset:-1px;border-radius:inherit;background:radial-gradient(circle at 50% 0,var(--card-accent,transparent) 0,transparent 55%);opacity:0;pointer-events:none;transition:opacity .35s ease;mix-blend-mode:multiply;z-index:0}.system-grid__card>*{position:relative;z-index:1}.system-grid__card:hover{transform:translate3d(0,-4px,0);border-color:color-mix(in srgb,var(--card-accent,#0d0d0d) 22%,transparent);box-shadow:0 18px 38px -14px color-mix(in srgb,var(--card-accent,#000) 35%,transparent),0 8px 22px -10px rgba(0,0,0,.08)}.system-grid__card:hover:after{opacity:.12}.system-grid__card:hover .system-grid__stripe{height:6px}.system-grid__stripe{position:absolute;top:0;left:0;right:0;height:4px;border-top-left-radius:.875rem;border-top-right-radius:.875rem;transition:height .3s cubic-bezier(.22,1,.36,1)}.system-grid__card-top{display:flex;align-items:center;justify-content:space-between;gap:.625rem}.system-grid__icon{width:1.875rem;height:1.875rem;border-radius:.5rem;display:inline-flex;align-items:center;justify-content:center}.system-grid__price{font-size:.75rem;color:#595959;letter-spacing:.01em}.system-grid__new,.system-grid__price{font-family:ui-monospace,SFMono-Regular,Menlo,SF Mono,monospace;font-weight:700}.system-grid__new{display:inline-flex;align-items:center;padding:.15rem .55rem;border-radius:9999px;background:rgba(145,217,38,.18);color:#517915;font-size:.5625rem;letter-spacing:.18em}.system-grid__name{font-size:1.375rem;font-weight:700;letter-spacing:-.028em;color:hsl(var(--foreground));margin:0}.system-grid__tagline{font-size:.9375rem;line-height:1.5;color:#525252;margin:0;flex:1}.system-grid__card-bottom{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.5rem;padding-top:.75rem;border-top:1px dashed hsla(0,0%,5%,.08)}.system-grid__lane{padding:.2rem .6rem;border-radius:9999px;font-family:ui-monospace,SFMono-Regular,Menlo,SF Mono,monospace;font-size:.5625rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.system-grid__cta,.system-grid__lane{display:inline-flex;align-items:center}.system-grid__cta{gap:.25rem;font-size:.75rem;font-weight:600;color:hsla(0,0%,5%,.55);letter-spacing:-.005em;transition:color .25s ease,transform .25s ease}.system-grid__card:hover .system-grid__cta{color:hsl(var(--foreground));transform:translateX(2px)}.system-grid__rules{padding:1.75rem 2rem;background:rgb(var(--brand-violet)/.06);border:1px solid rgb(var(--brand-violet)/.18);border-radius:1.25rem}.system-grid__rules-kicker{font-family:ui-monospace,SFMono-Regular,Menlo,SF Mono,monospace;font-size:.6875rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:rgb(var(--brand-violet));margin:0 0 .5rem}.system-grid__rules-title{font-size:1.375rem;font-weight:700;letter-spacing:-.025em;color:hsl(var(--foreground));margin:0 0 1.5rem}.system-grid__rules-list{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width:720px){.system-grid__rules-list{grid-template-columns:repeat(3,minmax(0,1fr))}}.system-grid__rule{display:flex;align-items:flex-start;gap:.875rem}.system-grid__rule-n{flex-shrink:0;width:1.75rem;height:1.75rem;border-radius:9999px;background:rgb(var(--brand-violet));color:hsl(var(--primary-foreground));display:inline-flex;align-items:center;justify-content:center;font-family:ui-monospace,SFMono-Regular,Menlo,SF Mono,monospace;font-size:.75rem;font-weight:700}.system-grid__rule-name{font-size:1rem;font-weight:700;letter-spacing:-.015em;color:hsl(var(--foreground));margin:0 0 .25rem}.system-grid__rule-body{font-size:.9rem;line-height:1.5;color:#4d4d4d;margin:0}