/* Tech Glitters Website with SVG Logo
   Static, responsive, production-ready, no external dependencies.
*/

:root {
  --bg: #f5f5f7;
  --surface: #ffffff;
  --surface-soft: #fbfbfd;
  --ink: #1d1d1f;
  --ink-soft: #424245;
  --muted: #6e6e73;
  --line: rgba(0, 0, 0, 0.1);
  --blue: #0071e3;
  --blue-dark: #005bb5;
  --cyan: #06b6d4;
  --purple: #7c3aed;
  --orange: #ff9f0a;
  --green: #30d158;
  --max: 1180px;
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-pill: 14px;
  --app-icon-radius: 22%;
  --shadow-soft: 0 18px 60px rgba(0, 0, 0, 0.08);
  --shadow-card: 0 10px 34px rgba(0, 0, 0, 0.07);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text",
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

body.no-scroll {
  overflow: hidden;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  top: -44px;
  left: 18px;
  background: var(--ink);
  color: #fff;
  padding: 10px 14px;
  border-radius: var(--radius-pill);
  z-index: 999;
  text-decoration: none;
}

.skip-link:focus {
  top: 18px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(245, 245, 247, 0.78);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
}

.nav {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 22px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  white-space: nowrap;
}

.brand img {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 10px 22px rgba(0, 113, 227, 0.18);
}

.brand span {
  font-size: 18px;
  font-weight: 760;
  letter-spacing: -0.04em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-links a {
  text-decoration: none;
  font-size: 14px;
  color: rgba(29, 29, 31, 0.8);
  padding: 9px 12px;
  border-radius: var(--radius-pill);
  transition: background 0.2s ease, color 0.2s ease;
}

.nav-links a:hover,
.nav-links a.active {
  background: rgba(0, 0, 0, 0.06);
  color: var(--ink);
}

.nav-links a.cta {
  background: var(--blue);
  color: white;
}

.nav-links a.cta:hover {
  background: var(--blue-dark);
  color: white;
}

.menu-button {
  display: none;
  border: 0;
  background: transparent;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  cursor: pointer;
}

.menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--ink);
  margin: 5px auto;
  border-radius: 999px;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 82vh;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 96px 22px 76px;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 113, 227, 0.16), transparent 38%),
    radial-gradient(circle at 78% 24%, rgba(124, 58, 237, 0.14), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 72%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto -12% -20% -12%;
  height: 48%;
  background:
    radial-gradient(circle at 20% 25%, rgba(0, 113, 227, 0.14), transparent 26%),
    radial-gradient(circle at 50% 20%, rgba(255, 159, 10, 0.13), transparent 24%),
    radial-gradient(circle at 80% 30%, rgba(48, 209, 88, 0.14), transparent 24%);
  filter: blur(20px);
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 980px;
}

.hero-logo {
  width: min(430px, 88vw);
  height: auto;
  margin-bottom: 18px;
  border-radius: 30px;
  filter: drop-shadow(0 24px 52px rgba(0, 113, 227, 0.16));
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 8px 13px;
  border-radius: var(--radius-pill);
  background: rgba(0, 113, 227, 0.1);
  color: #0757a6;
  font-size: 14px;
  font-weight: 760;
}

.eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--blue);
}

.hero h1,
.page-hero h1 {
  margin: 0;
  font-size: clamp(44px, 7vw, 84px);
  font-weight: 520;
  line-height: 1.05;
  letter-spacing: 0;
}

.hero p,
.page-hero p {
  margin: 24px auto 0;
  max-width: 780px;
  font-size: clamp(19px, 2.4vw, 28px);
  line-height: 1.22;
  letter-spacing: -0.035em;
  color: var(--ink-soft);
}

.hero-actions {
  margin-top: 34px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 20px;
  border-radius: var(--radius-pill);
  background: var(--blue);
  color: white;
  text-decoration: none;
  font-weight: 760;
  box-shadow: 0 12px 30px rgba(0, 113, 227, 0.22);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
  background: var(--blue-dark);
  box-shadow: 0 16px 38px rgba(0, 113, 227, 0.26);
}

.button.secondary {
  background: rgba(0, 0, 0, 0.06);
  color: var(--ink);
  box-shadow: none;
}

.button.secondary:hover {
  background: rgba(0, 0, 0, 0.1);
}

.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 188px;
  min-height: 58px;
  padding: 9px 12px 7px;
  border: 2px solid #000;
  border-radius: 12px;
  background: #fff;
  color: #000;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.store-badge:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}

.store-badge > span {
  display: grid;
  gap: 0;
  line-height: 1;
  white-space: nowrap;
}

.store-badge > span span {
  font-size: 13px;
  font-weight: 800;
}

.store-badge strong {
  display: block;
  margin-top: 2px;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0;
}

.store-badge-icon {
  flex: 0 0 auto;
  width: 33px;
  height: 33px;
}

.store-badge-play .store-badge-icon {
  width: 35px;
  height: 35px;
}

.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 68px 22px;
}

.section-title {
  margin: 0 0 24px;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 520;
  line-height: 1;
  letter-spacing: 0;
}

.section-copy {
  max-width: 780px;
  margin: 0 0 34px;
  font-size: 21px;
  line-height: 1.33;
  letter-spacing: -0.03em;
  color: var(--ink-soft);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature-card {
  min-height: 260px;
  padding: 28px;
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.feature-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 15px;
  color: white;
  font-weight: 900;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
}

.feature-card:nth-child(2) .feature-icon {
  background: linear-gradient(135deg, var(--purple), var(--blue));
}

.feature-card:nth-child(3) .feature-icon {
  background: linear-gradient(135deg, var(--orange), var(--green));
}

.feature-card h3 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 520;
  line-height: 1.1;
  letter-spacing: 0;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
}

.logo-showcase {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 22px;
  align-items: stretch;
  margin-top: 22px;
}

.logo-card {
  display: grid;
  place-items: center;
  min-height: 360px;
  padding: 28px;
  border-radius: var(--radius-xl);
  background: white;
  box-shadow: var(--shadow-card);
}

.logo-card.dark {
  background:
    radial-gradient(circle at 20% 15%, rgba(255,255,255,0.22), transparent 25%),
    linear-gradient(135deg, #0f172a, #1d4ed8 56%, #06b6d4);
}

.logo-card img.logo-full {
  width: min(500px, 100%);
  border-radius: 30px;
}

.logo-card img.logo-mark-large {
  width: min(220px, 58vw);
  border-radius: 34px;
  filter: drop-shadow(0 26px 48px rgba(0, 0, 0, 0.26));
}

.showcase {
  border-radius: var(--radius-xl);
  min-height: 580px;
  padding: 46px;
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 22% 12%, rgba(255,255,255,0.9), transparent 20%),
    radial-gradient(circle at 80% 20%, rgba(0, 113, 227, 0.18), transparent 28%),
    linear-gradient(135deg, #0f172a 0%, #111827 45%, #1d4ed8 100%);
  color: white;
  box-shadow: var(--shadow-soft);
}

.showcase h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(38px, 5vw, 70px);
  font-weight: 520;
  line-height: 1.05;
  letter-spacing: 0;
}

.showcase p {
  max-width: 620px;
  font-size: 21px;
  color: rgba(255, 255, 255, 0.76);
}

.device-scene {
  margin-top: 36px;
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 22px;
  align-items: end;
}

.device-card {
  min-height: 300px;
  border-radius: 34px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px);
}

.puzzle-preview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 28px;
}

.puzzle-preview span {
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  background:
    radial-gradient(circle at 35% 35%, rgba(255,255,255,0.95), transparent 20%),
    linear-gradient(135deg, rgba(255,255,255,0.82), rgba(255,255,255,0.18));
}

.page-hero {
  padding: 94px 22px 58px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 113, 227, 0.13), transparent 36%),
    linear-gradient(180deg, white 0%, var(--bg) 100%);
}

.page-hero-inner {
  max-width: 950px;
  margin: 0 auto;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: start;
}

.glass-panel,
.content-card {
  border-radius: var(--radius-xl);
  padding: 36px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(255,255,255,0.9);
  box-shadow: var(--shadow-card);
}

.glass-panel {
  position: sticky;
  top: 88px;
}

.kicker {
  color: var(--blue);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
}

.content-card h2,
.glass-panel h2 {
  margin: 0 0 14px;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 520;
  line-height: 1.04;
  letter-spacing: 0;
}

.content-card p,
.glass-panel p {
  color: var(--ink-soft);
  font-size: 18px;
}

.quote-block {
  margin: 22px 0 0;
  padding: 28px;
  border-radius: var(--radius-lg);
  background: #111827;
  color: white;
}

.quote-block p {
  margin: 0;
  color: rgba(255,255,255,0.86);
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 520;
  line-height: 1.12;
  letter-spacing: 0;
}

.principles {
  display: grid;
  gap: 14px;
}

.product-list {
  display: grid;
  gap: 34px;
}

.product-section {
  position: relative;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 28px;
  min-height: 430px;
  padding: 38px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: var(--surface);
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(255,255,255,0.8);
}

.product-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 18%, rgba(0, 113, 227, 0.14), transparent 25%),
    radial-gradient(circle at 88% 12%, rgba(124, 58, 237, 0.12), transparent 24%);
}

.product-section.alt::before {
  background:
    radial-gradient(circle at 18% 20%, rgba(48, 209, 88, 0.16), transparent 25%),
    radial-gradient(circle at 88% 18%, rgba(255, 159, 10, 0.14), transparent 24%);
}

.product-section.feelory-section::before {
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 184, 107, 0.18), transparent 25%),
    radial-gradient(circle at 86% 16%, rgba(110, 165, 154, 0.16), transparent 25%);
}

.product-copy,
.product-visual {
  position: relative;
  z-index: 2;
}

.product-number {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--blue);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.product-copy h2 {
  margin: 0 0 14px;
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 520;
  line-height: 1.05;
  letter-spacing: 0;
}

.product-copy p {
  margin: 0 0 18px;
  font-size: 19px;
  color: var(--ink-soft);
}

.status-pill {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: var(--radius-pill);
  background: rgba(0, 113, 227, 0.1);
  color: #0757a6;
  font-size: 14px;
  font-weight: 800;
}

.status-pill-warm {
  background: rgba(255, 159, 10, 0.15);
  color: #9a5200;
}

.product-visual {
  min-height: 330px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 35% 22%, rgba(255,255,255,0.92), transparent 18%),
    linear-gradient(135deg, #e0f2fe, #f5d0fe 48%, #fde68a);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.product-visual.dark {
  background:
    radial-gradient(circle at 40% 20%, rgba(255,255,255,0.24), transparent 18%),
    linear-gradient(135deg, #0f172a, #1d4ed8, #06b6d4);
}

.app-tile {
  width: min(78%, 360px);
  aspect-ratio: 1 / 1;
  border-radius: 38px;
  padding: 24px;
  background: rgba(255,255,255,0.76);
  border: 1px solid rgba(255,255,255,0.9);
  box-shadow: 0 20px 70px rgba(0,0,0,0.14);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  transform: rotate(-4deg);
}

.app-tile span {
  border-radius: 18px;
  background:
    radial-gradient(circle at 35% 35%, white, transparent 24%),
    linear-gradient(135deg, #60a5fa, #22c55e, #f59e0b);
}

.product-visual.dark .app-tile {
  background: rgba(255,255,255,0.13);
  border-color: rgba(255,255,255,0.22);
}

.jigsy-visual {
  background:
    radial-gradient(circle at 24% 18%, rgba(255,255,255,0.9), transparent 18%),
    linear-gradient(135deg, #d1fae5 0%, #bae6fd 45%, #fed7aa 100%);
}

.feelory-visual {
  background:
    radial-gradient(circle at 28% 18%, rgba(255,255,255,0.92), transparent 18%),
    linear-gradient(135deg, #f8d7c4 0%, #f6eed9 44%, #a7c8bd 100%);
}

.separator {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.separator::before,
.separator::after {
  content: "";
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,0,0,0.18), transparent);
}

.policy-list {
  display: grid;
  gap: 18px;
}

.policy-item {
  padding: 24px;
  border-radius: var(--radius-lg);
  background: white;
  border: 1px solid var(--line);
}

.policy-item h2 {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 520;
  letter-spacing: 0;
}

.policy-item p {
  margin: 0;
  color: var(--ink-soft);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.contact-card {
  padding: 28px;
  border-radius: var(--radius-lg);
  background: white;
  box-shadow: var(--shadow-card);
}

.contact-card h2 {
  margin: 0 0 10px;
  font-weight: 520;
  letter-spacing: 0;
}

.contact-link {
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
}

.contact-link:hover {
  text-decoration: underline;
}

.footer {
  padding: 46px 22px;
  background: #f0f0f2;
  border-top: 1px solid var(--line);
}

.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-brand img {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  object-fit: cover;
}

.footer p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.footer-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-links a {
  color: var(--muted);
  font-size: 14px;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--ink);
}

:focus-visible {
  outline: 3px solid rgba(0, 113, 227, 0.38);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .card-grid,
  .logo-showcase,
  .split,
  .product-section,
  .device-scene,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .glass-panel {
    position: relative;
    top: auto;
  }

  .showcase {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .menu-button {
    display: block;
  }

  .nav-links {
    position: fixed;
    left: 14px;
    right: 14px;
    top: 72px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    border-radius: 24px;
    background: rgba(255,255,255,0.96);
    box-shadow: var(--shadow-soft);
    border: 1px solid var(--line);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    color: var(--ink);
    padding: 14px 16px;
  }

  .nav-links a.cta {
    color: white;
    text-align: center;
  }

  .hero {
    min-height: 72vh;
    padding-top: 72px;
  }

  .brand span {
    font-size: 17px;
  }

  .container {
    padding: 48px 18px;
  }

  .showcase,
  .product-section,
  .content-card,
  .glass-panel {
    padding: 26px;
    border-radius: 26px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}


.product-logo-image {
  width: min(70%, 340px);
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: var(--app-icon-radius);
  filter: drop-shadow(0 28px 52px rgba(0, 0, 0, 0.24));
  transform: rotate(-3deg);
}

.product-badge-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.product-link {
  margin-top: 10px;
  padding-block: 16px;
}

.product-action-rows {
  display: grid;
  gap: 18px;
  margin-top: 4px;
  max-width: 520px;
}

.product-action-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.product-action-row .status-pill,
.product-action-row .product-link,
.product-action-row .store-badge,
.product-link-wide {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  margin-top: 0;
}

.product-action-row .store-badge {
  padding-inline: 10px;
  padding-top: 9px;
}

.product-action-row .store-badge strong {
  font-size: 23px;
}

.product-action-row .status-pill {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product-logo-link {
  box-sizing: border-box;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 36px 42px;
  text-decoration: none;
}

.home-product-logo {
  width: min(220px, 70vw);
  border-radius: var(--app-icon-radius);
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.28));
}

.device-card.logo-center {
  display: grid;
  place-items: center;
}

.product-hero {
  overflow: hidden;
  padding: 86px 22px 58px;
  background:
    radial-gradient(circle at 16% 10%, rgba(48, 209, 88, 0.16), transparent 28%),
    radial-gradient(circle at 80% 12%, rgba(255, 159, 10, 0.16), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 100%);
}

.product-hero-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: center;
}

.product-hero-copy h1 {
  margin: 0;
  font-size: clamp(44px, 7vw, 84px);
  font-weight: 520;
  line-height: 1.05;
  letter-spacing: 0;
}

.product-hero-copy p {
  margin: 24px 0 0;
  max-width: 680px;
  font-size: clamp(19px, 2.2vw, 27px);
  line-height: 1.22;
  letter-spacing: -0.035em;
  color: var(--ink-soft);
}

.product-hero-copy .hero-actions {
  justify-content: flex-start;
}

.product-hero-art {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
}

.product-hero-art::before {
  content: "";
  position: absolute;
  inset: 34px 0 22px;
  border-radius: 42px;
  background:
    radial-gradient(circle at 28% 20%, rgba(255,255,255,0.92), transparent 18%),
    linear-gradient(135deg, #e0f2fe, #f5d0fe 48%, #fde68a);
  box-shadow: var(--shadow-soft);
}

.product-hero-logo {
  position: absolute;
  left: 2%;
  top: 14%;
  z-index: 2;
  width: min(31%, 190px);
  border-radius: var(--app-icon-radius);
  filter: drop-shadow(0 22px 42px rgba(0, 0, 0, 0.24));
  transform: rotate(-8deg);
}

.product-hero-phone-frame {
  position: relative;
  z-index: 3;
  width: min(48%, 290px);
  aspect-ratio: 1284 / 2778;
  overflow: hidden;
  background: #111827;
  border: 9px solid #111827;
  border-radius: 34px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
  transform: rotate(4deg);
}

.product-hero-phone {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 900ms ease;
}

.product-hero-phone.is-active {
  opacity: 1;
}

.jigsy-hero {
  background:
    radial-gradient(circle at 18% 12%, rgba(6, 182, 212, 0.15), transparent 28%),
    radial-gradient(circle at 78% 14%, rgba(255, 159, 10, 0.18), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 100%);
}

.feelory-hero {
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 184, 107, 0.18), transparent 28%),
    radial-gradient(circle at 78% 14%, rgba(110, 165, 154, 0.18), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 100%);
}

.product-hero-art.logo-showcase::before {
  background:
    radial-gradient(circle at 24% 18%, rgba(255,255,255,0.92), transparent 18%),
    linear-gradient(135deg, #d1fae5 0%, #bae6fd 46%, #fed7aa 100%);
}

.product-hero-art.feelory-showcase::before {
  background:
    radial-gradient(circle at 28% 18%, rgba(255,255,255,0.92), transparent 18%),
    linear-gradient(135deg, #f8d7c4 0%, #f6eed9 44%, #a7c8bd 100%);
}

.product-hero-logo.solo {
  position: relative;
  left: auto;
  top: auto;
  width: min(68%, 390px);
  border-radius: var(--app-icon-radius);
  transform: rotate(-4deg);
  filter: drop-shadow(0 28px 58px rgba(0, 0, 0, 0.28));
}

.product-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product-detail-card,
.resource-panel {
  padding: 28px;
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid rgba(255,255,255,0.8);
  box-shadow: var(--shadow-card);
}

.product-detail-card h2,
.resource-panel h2 {
  margin: 0 0 10px;
  font-size: 26px;
  font-weight: 520;
  line-height: 1.08;
  letter-spacing: 0;
}

.product-detail-card p,
.resource-panel p {
  margin: 0;
  color: var(--ink-soft);
}

.product-info-section {
  padding-bottom: 34px;
}

.product-info-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product-info-panel {
  padding: 28px;
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid rgba(255,255,255,0.8);
  box-shadow: var(--shadow-card);
}

.product-info-panel.lead {
  grid-column: span 2;
  background:
    radial-gradient(circle at 10% 10%, rgba(48, 209, 88, 0.13), transparent 24%),
    radial-gradient(circle at 88% 20%, rgba(255, 159, 10, 0.12), transparent 24%),
    var(--surface);
}

.product-info-panel h3 {
  margin: 0 0 12px;
  font-size: 26px;
  font-weight: 520;
  line-height: 1.08;
  letter-spacing: 0;
}

.product-info-panel p {
  margin: 0;
  color: var(--ink-soft);
}

.feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  color: var(--ink-soft);
}

.feature-list li {
  position: relative;
  padding-left: 22px;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(48, 209, 88, 0.14);
}

.section-heading-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
}

.flow-section {
  padding-top: 34px;
}

.flow-preview {
  display: grid;
  place-items: center;
}

.flow-preview figure {
  width: min(100%, 360px);
  margin: 0;
  padding: 10px;
  border-radius: 30px;
  background: #111827;
  box-shadow: var(--shadow-card);
}

.flow-preview img {
  display: block;
  width: 100%;
  aspect-ratio: 360 / 780;
  object-fit: cover;
  border-radius: 22px;
  background: #000;
}

.screenshot-section {
  padding-top: 34px;
}

.screenshot-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.screenshot-gallery figure {
  margin: 0;
  padding: 8px;
  border-radius: 30px;
  background: #111827;
  box-shadow: var(--shadow-card);
}

.screenshot-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 1284 / 2778;
  object-fit: cover;
  border-radius: 22px;
}

.product-resource-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding-top: 28px;
}

.resource-panel a {
  display: block;
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
}

.resource-panel a + a {
  margin-top: 8px;
}

.resource-panel a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .product-hero-inner,
  .product-detail-grid,
  .product-info-layout,
  .product-resource-grid {
    grid-template-columns: 1fr;
  }

  .product-info-panel.lead {
    grid-column: auto;
  }

  .product-hero-art {
    min-height: 520px;
  }

  .screenshot-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .product-hero {
    padding: 62px 18px 38px;
  }

  .product-hero-copy .hero-actions {
    justify-content: center;
  }

  .product-hero-copy {
    text-align: center;
  }

  .product-hero-art {
    min-height: 440px;
  }

  .product-hero-logo {
    left: 4%;
    top: 18%;
    width: min(34%, 150px);
  }

  .product-hero-logo.solo {
    width: min(72%, 300px);
    border-radius: var(--app-icon-radius);
  }

  .product-hero-phone-frame {
    width: min(55%, 250px);
    border-width: 7px;
    border-radius: 28px;
  }

  .product-action-row {
    grid-template-columns: 1fr;
  }

  .product-detail-card,
  .product-info-panel,
  .resource-panel {
    padding: 24px;
    border-radius: 24px;
  }

  .screenshot-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .screenshot-gallery figure {
    padding: 6px;
    border-radius: 24px;
  }

  .flow-preview figure {
    padding: 6px;
    border-radius: 24px;
  }

  .screenshot-gallery img {
    border-radius: 18px;
  }

  .flow-preview img {
    border-radius: 18px;
  }
}
