:root {
  color-scheme: light;
  --page-background: #f8fafc;
  --card-background: rgba(255, 255, 255, 0.88);
  --card-border: rgba(13, 48, 92, 0.08);
  --ink: #0a315d;
  --shadow: 0 24px 55px rgba(21, 53, 92, 0.12), 0 8px 20px rgba(21, 53, 92, 0.06);
  --shadow-hover: 0 34px 75px rgba(21, 53, 92, 0.18), 0 12px 28px rgba(21, 53, 92, 0.1);
}

* { box-sizing: border-box; }
html { min-height: 100%; background: var(--page-background); }
body {
  min-height: 100vh;
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at 50% 14%, rgba(255,255,255,.98) 0 23%, transparent 56%), radial-gradient(circle at 50% 76%, rgba(221,232,245,.58), transparent 48%), linear-gradient(180deg, #fff 0%, #f8fafc 68%, #f2f6fb 100%);
  color: var(--ink);
  overflow-x: hidden;
}
body::before, body::after { position: fixed; z-index: -1; width: 28rem; height: 28rem; content: ""; filter: blur(95px); border-radius: 50%; opacity: .22; }
body::before { top: -12rem; left: -10rem; background: #58c59a; }
body::after { right: -12rem; bottom: -14rem; background: #6f90cd; }
.launcher-shell { width: min(92vw, 1420px); min-height: 100vh; margin: 0 auto; padding: clamp(2.5rem, 6vh, 5rem) 0 clamp(3rem, 7vh, 6rem); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: clamp(2.8rem, 6vh, 5.4rem); }
.brand-block { display: grid; place-items: center; width: 100%; animation: brand-arrival 700ms cubic-bezier(.22,1,.36,1) both; }
.company-logo { display: block; width: clamp(230px, 29vw, 430px); max-height: 42vh; object-fit: contain; filter: drop-shadow(0 18px 20px rgba(18,65,77,.08)); user-select: none; -webkit-user-drag: none; }
.product-grid { width: 100%; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: clamp(1rem, 2.4vw, 2.4rem); perspective: 1200px; }
.product-card {
  --rotate-x: 0deg; --rotate-y: 0deg; --lift: 0px;
  position: relative; min-height: clamp(290px, 27vw, 390px); padding: clamp(1.4rem, 2.7vw, 2.5rem); display: grid; place-items: center; border: 1px solid var(--card-border); border-radius: clamp(24px, 2.4vw, 36px); background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(248,251,255,.82)); box-shadow: var(--shadow); text-decoration: none; overflow: hidden; isolation: isolate; transform: translateY(var(--lift)) rotateX(var(--rotate-x)) rotateY(var(--rotate-y)); transform-style: preserve-3d; transition: transform 180ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease; will-change: transform; animation: card-arrival 620ms cubic-bezier(.22,1,.36,1) both;
}
.product-card:nth-child(2) { animation-delay: 70ms; }
.product-card:nth-child(3) { animation-delay: 140ms; }
.product-card::before { position: absolute; inset: 0; z-index: -2; content: ""; background: linear-gradient(125deg, rgba(255,255,255,.82), rgba(255,255,255,.2) 46%, rgba(219,231,245,.32)); }
.product-card::after { position: absolute; inset: 1px; z-index: -1; content: ""; border-radius: inherit; border: 1px solid rgba(255,255,255,.72); pointer-events: none; }
.product-card:hover, .product-card:focus-visible { --lift: -10px; box-shadow: var(--shadow-hover); border-color: rgba(13,48,92,.15); }
.product-card:active { --lift: -3px; transform: translateY(var(--lift)) scale(.985) rotateX(calc(var(--rotate-x) * .3)) rotateY(calc(var(--rotate-y) * .3)); }
.product-card:focus-visible { outline: 4px solid rgba(14,89,153,.22); outline-offset: 6px; }
.product-logo { display: block; width: min(94%, 360px); max-height: 295px; object-fit: contain; transform: translateZ(34px); transition: transform 220ms ease, filter 220ms ease; filter: drop-shadow(0 10px 15px rgba(26,59,96,.08)); user-select: none; -webkit-user-drag: none; }
.product-card:hover .product-logo, .product-card:focus-visible .product-logo { transform: translateZ(46px) scale(1.018); filter: drop-shadow(0 14px 22px rgba(26,59,96,.12)); }
.card-glow { position: absolute; inset: auto 12% -48% 12%; z-index: -1; height: 58%; border-radius: 50%; background: rgba(34,98,158,.12); filter: blur(44px); opacity: 0; transition: opacity 240ms ease, transform 240ms ease; }
.product-card[data-product="wageflow"] .card-glow { background: rgba(0,158,87,.18); }
.product-card[data-product="peopleflow"] .card-glow { background: rgba(110,32,176,.17); }
.product-card[data-product="accountsflow"] .card-glow { background: rgba(235,112,10,.17); }
.product-card:hover .card-glow, .product-card:focus-visible .card-glow { opacity: 1; transform: translateY(-22%); }
.launch-button { position: absolute; right: clamp(1.2rem,2vw,1.9rem); bottom: clamp(1.2rem,2vw,1.9rem); width: 3.1rem; height: 3.1rem; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.92); box-shadow: 0 10px 24px rgba(18,52,89,.12), inset 0 0 0 1px rgba(16,58,102,.06); color: #0c4279; font-size: 2rem; line-height: 1; transform: translateZ(42px); transition: transform 200ms ease, background 200ms ease; }
.product-card:hover .launch-button, .product-card:focus-visible .launch-button { transform: translateZ(54px) translateX(4px); background: #fff; }
@keyframes brand-arrival { from { opacity: 0; transform: translateY(-18px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes card-arrival { from { opacity: 0; transform: translateY(26px) scale(.975); } to { opacity: 1; transform: translateY(0) scale(1); } }
@media (max-width: 860px) { .launcher-shell { justify-content: flex-start; gap: 2.5rem; } .company-logo { width: clamp(220px,54vw,360px); max-height: none; } .product-grid { grid-template-columns: 1fr; max-width: 640px; } .product-card { min-height: 265px; } .product-logo { width: min(88%,350px); max-height: 230px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .product-card { transform: none !important; } }
.product-card[aria-disabled="true"] { cursor: not-allowed; opacity: .58; filter: grayscale(.35); }
.product-card[aria-disabled="true"]:hover, .product-card[aria-disabled="true"]:focus-visible { --lift: 0px; box-shadow: var(--shadow); }
.configuration-message, .noscript-message { margin: 0; color: #6b2530; font-weight: 700; text-align: center; }
.noscript-message { position: fixed; right: 1rem; bottom: 1rem; left: 1rem; padding: .8rem 1rem; border: 1px solid rgba(107,37,48,.18); border-radius: 1rem; background: rgba(255,255,255,.95); }
