.product-single {
  --product-ink: #091f43;
  --product-muted: #63748d;
  --product-line: #dce8f7;
  color: var(--product-ink);
  overflow: clip;
}

.product-detail-hero {
  position: relative;
  padding: 38px 0 78px;
  background:
    radial-gradient(circle at 80% 18%, color-mix(in srgb, var(--product-accent) 16%, transparent), transparent 32%),
    radial-gradient(circle at 15% 70%, rgba(19, 191, 166, .09), transparent 29%),
    linear-gradient(180deg, #f9fcff, #fff);
}

.product-detail-hero::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(8, 104, 242, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(8, 104, 242, .035) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
  pointer-events: none;
}

.product-detail-hero .container {
  position: relative;
  z-index: 1;
}

.product-eyebrow,
.product-section-kicker {
  color: var(--product-accent);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.product-eyebrow {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.product-detail-hero h1 {
  max-width: 700px;
  margin: 18px 0;
  font-size: clamp(2.55rem, 5vw, 4.65rem);
  font-weight: 800;
  line-height: 1.07;
  letter-spacing: -.055em;
}

.product-detail-hero h1 span {
  display: block;
  color: var(--product-accent);
  font-size: .52em;
  letter-spacing: -.035em;
  line-height: 1.2;
}

.product-hero-lead {
  max-width: 650px;
  margin: 0;
  color: var(--product-muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.product-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
  color: #526782;
  font-size: .79rem;
  font-weight: 650;
}

.product-trust-row span {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}

.product-trust-row i {
  color: var(--product-accent);
}

.product-hero-visual {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
}

.product-visual-glow {
  position: absolute;
  inset: 8% 3% 5%;
  border-radius: 50%;
  background: color-mix(in srgb, var(--product-accent) 19%, transparent);
  filter: blur(46px);
}

.product-dashboard-frame {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(157, 188, 226, .58);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(15, 59, 119, .2);
  transform: perspective(1100px) rotateY(-5deg) rotateX(2deg);
}

.product-window-bar {
  display: flex;
  height: 42px;
  gap: 6px;
  align-items: center;
  padding: 0 14px;
  border-bottom: 1px solid #e5edf7;
  color: #75869c;
  font-size: .68rem;
}

.product-window-bar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c7d6e8;
}

.product-window-bar span:first-child { background: #ff766d; }
.product-window-bar span:nth-child(2) { background: #ffbf55; }
.product-window-bar span:nth-child(3) { background: #37c988; }

.product-window-bar b {
  margin-left: auto;
  font-weight: 700;
}

.product-dashboard-frame img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
}

.product-float-card {
  position: absolute;
  z-index: 2;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 11px 13px;
  border: 1px solid rgba(214, 229, 247, .9);
  border-radius: 13px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 15px 35px rgba(25, 69, 126, .14);
  backdrop-filter: blur(10px);
}

.product-float-card i {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 9px;
  background: color-mix(in srgb, var(--product-accent) 10%, #fff);
  color: var(--product-accent);
}

.product-float-card span {
  color: #7a899c;
  font-size: .66rem;
}

.product-float-card strong {
  display: block;
  color: #163052;
  font-size: .75rem;
}

.product-float-card-a { top: 3%; right: -2%; }
.product-float-card-b { bottom: 3%; left: -4%; }

.product-metric-section {
  position: relative;
  z-index: 3;
  margin-top: -32px;
}

.product-metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid var(--product-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(18, 67, 128, .1);
}

.product-metric-grid > div {
  padding: 23px;
  border-right: 1px solid var(--product-line);
  text-align: center;
}

.product-metric-grid > div:last-child { border-right: 0; }

.product-metric-grid strong {
  display: block;
  margin-bottom: 4px;
  color: var(--product-accent);
  font-size: 1.65rem;
  font-weight: 800;
}

.product-metric-grid span {
  color: #6c7c91;
  font-size: .76rem;
  line-height: 1.5;
}

.product-overview-section h2,
.product-section-title {
  margin: 8px 0 14px;
  font-size: clamp(1.9rem, 3vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.2;
}

.product-richtext,
.product-section-copy,
.product-section-lead {
  color: var(--product-muted);
  line-height: 1.82;
}

.product-richtext p:last-child { margin-bottom: 0; }

.product-text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 20px;
  color: var(--product-accent);
  font-size: .88rem;
  font-weight: 800;
  text-decoration: none;
}

.product-text-link:hover i { transform: translateX(3px); }
.product-text-link i { transition: transform .2s ease; }

.product-module-panel {
  overflow: hidden;
  border: 1px solid var(--product-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(16, 65, 125, .09);
}

.product-panel-head {
  display: flex;
  justify-content: space-between;
  padding: 18px 20px;
  background: linear-gradient(135deg, var(--product-ink), #123f76);
  color: #fff;
  font-size: .85rem;
  font-weight: 800;
}

.product-module-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 8px;
}

.product-module-grid > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  margin: 4px;
  padding: 14px;
  border-radius: 12px;
  background: #f6f9fd;
}

.product-module-grid span {
  color: var(--product-accent);
  font-size: .69rem;
  font-weight: 800;
}

.product-module-grid strong { font-size: .82rem; }
.product-module-grid i { color: #16aa85; }

.product-feature-section { background: #f6f9fd; }
.product-section-lead { max-width: 690px; margin-inline: auto; }

.product-feature-card {
  display: flex;
  height: 100%;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--product-line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 9px 25px rgba(22, 66, 122, .05);
  transition: transform .2s ease, box-shadow .2s ease;
}

.product-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(22, 66, 122, .1);
}

.product-feature-icon {
  display: grid;
  width: 45px;
  height: 45px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 13px;
  background: color-mix(in srgb, var(--product-accent) 9%, #fff);
  color: var(--product-accent);
  font-size: 1.1rem;
}

.product-feature-card h3 {
  margin: 1px 0 7px;
  font-size: 1rem;
  font-weight: 800;
}

.product-feature-card p {
  margin: 0;
  color: var(--product-muted);
  font-size: .85rem;
  line-height: 1.7;
}

.product-flow-list {
  position: relative;
  display: grid;
  gap: 12px;
}

.product-flow-list > div {
  display: grid;
  grid-template-columns: 36px 46px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--product-line);
  border-radius: 15px;
  background: #fff;
}

.product-flow-list > div > span {
  color: #9aa9bc;
  font-size: .72rem;
  font-weight: 800;
}

.product-flow-list > div > i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  background: color-mix(in srgb, var(--product-accent) 8%, #fff);
  color: var(--product-accent);
}

.product-flow-list p {
  margin: 0;
  color: var(--product-muted);
  font-size: .82rem;
}

.product-flow-list strong {
  display: block;
  margin-bottom: 4px;
  color: var(--product-ink);
  font-size: .92rem;
}

.product-related-section { background: #f8fbff; }

.product-related-card {
  height: 100%;
  padding: 23px;
  border: 1px solid var(--product-line);
  border-radius: 17px;
  background: #fff;
}

.product-related-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 17px;
  place-items: center;
  border-radius: 14px;
  background: color-mix(in srgb, var(--product-accent) 9%, #fff);
  color: var(--product-accent);
  font-size: 1.15rem;
}

.product-related-card h3 { font-size: 1.02rem; font-weight: 800; }
.product-related-card h3 a { color: var(--product-ink); text-decoration: none; }
.product-related-card p { color: var(--product-muted); font-size: .83rem; line-height: 1.65; }
.product-related-card > a { color: var(--product-accent); font-size: .82rem; font-weight: 800; text-decoration: none; }

.product-final-cta {
  padding: 0 0 72px;
  background: #f8fbff;
}

.product-final-cta-inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  padding: 36px 40px;
  border-radius: 22px;
  background: linear-gradient(115deg, var(--product-accent), #0751b9 56%, #13bfa6);
  color: #fff;
  box-shadow: 0 22px 55px color-mix(in srgb, var(--product-accent) 24%, transparent);
}

.product-final-cta-inner span { font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; opacity: .82; }
.product-final-cta-inner h2 { margin: 6px 0; font-size: clamp(1.55rem, 2.7vw, 2.35rem); font-weight: 800; }
.product-final-cta-inner p { margin: 0; opacity: .86; }

@media (max-width: 991.98px) {
  .product-detail-hero { padding-bottom: 64px; }
  .product-hero-visual { min-height: 390px; margin-top: 4px; }
  .product-dashboard-frame { transform: none; }
  .product-metric-grid { grid-template-columns: 1fr 1fr; }
  .product-metric-grid > div:nth-child(2) { border-right: 0; }
  .product-metric-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--product-line); }
  .product-final-cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 575.98px) {
  .product-detail-hero { padding: 28px 0 54px; }
  .product-detail-hero h1 { font-size: 2.45rem; }
  .product-detail-hero h1 span { margin-top: 5px; font-size: .5em; }
  .product-hero-visual { min-height: 285px; }
  .product-float-card { display: none; }
  .product-metric-section { margin-top: -24px; }
  .product-metric-grid { grid-template-columns: 1fr; }
  .product-metric-grid > div { padding: 17px; border-right: 0; border-bottom: 1px solid var(--product-line); }
  .product-metric-grid > div:nth-child(2) { border-right: 0; }
  .product-metric-grid > div:last-child { border-bottom: 0; }
  .product-module-grid { grid-template-columns: 1fr; }
  .product-feature-card { padding: 20px; }
  .product-flow-list > div { grid-template-columns: 28px 40px minmax(0, 1fr); gap: 9px; padding: 13px; }
  .product-final-cta { padding-bottom: 52px; }
  .product-final-cta-inner { padding: 27px 22px; }
}
