.product-page h1,
.product-page h2,
.product-page h3 { color: var(--ink, #0b1029); }
.product-page p { margin: 0; }


.product-hero {
  position: relative;
  overflow: hidden;
  padding-block: var(--section-space-compact);
  background: var(--section-fade), radial-gradient(ellipse at 65% 0%, #e8eeff 0%, transparent 47%), radial-gradient(ellipse at 98% 78%, #ede8ff 0%, transparent 33%), #fafbff;
}
.product-hero::before {
  content: "";
  position: absolute;
  width: 390px;
  height: 390px;
  left: -290px;
  top: 20px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, #eee6ff, #eae6fc00 70%);
}
.product-hero-inner { min-height: 325px; display: grid; grid-template-columns: .98fr 1.25fr; align-items: center; position: relative; }
.product-hero-copy { position: relative; z-index: 2; padding: 28px 0 42px; }
.product-hero .section-title { margin: 0 0 13px; font-size: clamp(40px, 4.7vw, 62px); line-height: 1.2; font-weight: 800; letter-spacing: -.025em; }
.product-hero .product-hero-subtitle { margin: 0 0 13px; font-size: clamp(22px, 2.38vw, 31px); white-space: nowrap; line-height: 1.45; font-weight: 700; }
.product-hero-copy p { font-size: clamp(15px, 1.55vw, 19px); line-height: 1.65; }
.product-hero-art { position: absolute; width: 60%; height: 100%; right: -1%; bottom: 0; }
.product-hero-art::before { content: ""; position: absolute; width: 43%; aspect-ratio: 1; border-radius: 50%; left: 1%; bottom: 12%; background: linear-gradient(120deg, #eee6ff80, #f8d9ed75, #e0ecff40); transform: rotate(-25deg); }
.product-app-window { position: absolute; top: 5%; right: 0; width: 88%; border: 10px solid #fff9; border-radius: 20px; box-shadow: 0 12px 45px #5650c20c; transform: perspective(1100px) rotateY(-6deg) rotateZ(2deg); overflow: hidden; }
.product-app-window img { width: 100%; height: auto; display: block; }
.product-hero-mascot { position: absolute; width: 37%; height: 88%; object-fit: contain; bottom: 0; left: 0; filter: drop-shadow(0 12px 15px #5645d31a); }
.product-tabs { display: flex; justify-content: center; gap: 44px; background: #fefeff; border-bottom: 1px solid #edf0f7; min-height: 62px; }
.product-tabs a { display: inline-flex; align-items: center; gap: 12px; padding: 14px 6px; border-bottom: 3px solid transparent; font-weight: 600; font-size: 17px; color: var(--text); }
.product-tabs a:hover, .product-tabs a.is-active { color: var(--primary, #5546ff); border-bottom-color: var(--primary, #5546ff); }
.product-tabs svg { width: 24px; height: 24px; flex-shrink: 0; }

.workspace-section { padding: var(--section-space) 0; }
.workspace-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 24px; }
.product-page h2 { margin: 0 0 5px; line-height: 1.35; font-weight: 750; letter-spacing: -.02em; }
.workspace-heading p, .product-section-intro { font-size: clamp(16px, 1.6vw, 21px); line-height: 1.65; }
.product-page .screenshot { display: block; height: auto; border: 1px solid #e8ecf9; border-radius: 9px; box-shadow: 0 6px 24px #3547a310; }
.workspace-screenshot { width: 100%; }
.workspace-features { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 21px; margin-top: 23px; }
.workspace-feature { display: flex; align-items: flex-start; gap: 14px; }
.workspace-feature > .app-icon { width: 64px; height: 64px; }
.workspace-feature h3 { margin: 2px 0 5px; font-size: clamp(15px, 1.55vw, 19px); line-height: 1.45; font-weight: 700; white-space: nowrap; }
.workspace-feature p { font-size: clamp(13px, 1.36vw, 17px); line-height: 1.6; }

.product-split { display: grid; grid-template-columns: 28% minmax(0, 1fr); gap: 40px; align-items: center; }
.management-split { grid-template-columns: 35% minmax(0, 1fr); gap: 30px; }
.management-section { padding: var(--section-space) 0; background: var(--section-fade), #f5f8fc; }
.product-section-copy { align-self: center; min-width: 0; }
.product-section-copy h2 { white-space: nowrap; }
.product-section-note { margin-top: 5px !important; font-size: clamp(13px, 1.3vw, 16px); line-height: 1.65; }
.product-detail-list { display: grid; gap: 27px; margin-top: 29px; }
.product-detail { display: flex; align-items: center; gap: 19px; }
.product-icon { display: grid; place-items: center; width: 65px; height: 65px; border-radius: 12px; flex-shrink: 0; }
.product-icon svg { width: 32px; height: 32px; }
.product-icon.purple { color: #6243ff; background: #eee9ff; }
.product-icon.coral { color: #ff786e; background: #fff1ef; }
.product-icon.blue { color: #0786ff; background: #effaff; }
.product-icon.outlined { border: 1px solid currentColor; box-shadow: inset 0 0 0 5px #fff; }
.product-detail h3 { margin: 0 0 4px; font-size: clamp(16px, 1.6vw, 21px); line-height: 1.35; }
.product-detail p { font-size: clamp(13px, 1.36vw, 17px); line-height: 1.55; }
.management-screenshot { width: 100%; }
.creative-section { padding: var(--section-space) 0; }
.agents-section { padding: var(--section-space) 0; background: var(--section-fade), #f5f8fc; }
.creative-screenshot, .agents-screenshot { width: 100%; }
.product-detail-list.compact { gap: 12px; margin-top: 19px; }
.compact .product-icon { width: 53px; height: 53px; border-radius: 9px; }
.compact .product-icon svg { width: 28px; height: 28px; }
.compact .product-detail { gap: 16px; }
.compact .product-detail h3 { font-size: clamp(15px, 1.5vw, 18px); }
.agent-subtitle { color: #202640; font-weight: 600; font-size: clamp(16px, 1.5vw, 19px); }

.product-cta { position: relative; isolation: isolate; padding: var(--section-space-compact) 0; overflow: hidden; text-align: center; background: var(--section-fade), radial-gradient(ellipse at center, #f3f0ff, #fff 72%); }
.product-cta h2 { font-size: clamp(24px, 2.65vw, 34px); }
.product-cta > .container > p { margin: 5px 0 17px; font-size: clamp(14px, 1.35vw, 17px); }
.product-cta-links { display: flex; align-items: center; justify-content: center; gap: 13px; font-size: 15px; }
.product-cta-links .text-link { min-height: 44px; }

@media (min-width: 1500px) {
  .product-hero-inner { min-height: 360px; }
}
@media (max-width: 1023px) {
  .product-hero-inner { min-height: 235px; }
  .product-hero-copy { padding: 24px 0 30px; }
  .product-hero .section-title { font-size: 42px; }
  .product-hero .product-hero-subtitle { font-size: 22px; }
  .product-hero-copy p { font-size: 15px; }
  .product-app-window { border-width: 7px; top: 8%; }
  .product-tabs { min-height: 48px; gap: 30px; }
  .product-tabs a { font-size: 15px; padding: 10px 5px; gap: 10px; }
  .product-tabs svg { width: 22px; height: 22px; }
  .workspace-features { gap: 14px; margin-top: 18px; }
  .workspace-feature { gap: 10px; }
  .workspace-feature > .app-icon { width: 48px; height: 48px; }
  .workspace-feature h3 { font-size: 14px; white-space: normal; }
  .workspace-feature p { font-size: 13px; }
  .product-split { gap: 24px; grid-template-columns: 29% minmax(0, 1fr); }
  .management-split { gap: 25px; grid-template-columns: 34% minmax(0, 1fr); }
  .management-section h2 { font-size: clamp(24px, 3.35vw, 34px); white-space: normal; }
  .product-detail-list { gap: 20px; margin-top: 24px; }
  .product-detail { gap: 14px; }
  .product-icon { width: 49px; height: 49px; }
  .product-icon svg { width: 28px; height: 28px; }
  .product-detail h3 { font-size: 16px; }
  .product-detail p { font-size: 13px; }
  .product-section-intro { font-size: 16px; }
  .product-section-note { font-size: 12px; }
  .compact .product-icon { width: 42px; height: 42px; }
  .compact .product-icon svg { width: 24px; height: 24px; }
  .compact .product-detail { gap: 12px; }
  .compact .product-detail h3 { font-size: 14px; }
  .product-detail-list.compact { gap: 9px; margin: 15px 0 0; }
}
@media (max-width: 767px) {
  .product-hero-inner { display: flex; flex-direction: column; min-height: 470px; }
  .product-hero-copy { align-self: flex-start; width: 100%; padding: 8px 0 0; }
  .product-hero .section-title { font-size: 40px; }
  .product-hero .product-hero-subtitle { font-size: clamp(18px, 4.5vw, 24px); white-space: normal; margin-top: 11px; }
  .product-hero-copy p { font-size: 14px; }
  .product-hero-art { position: relative; width: min(110%, 470px); height: 245px; flex-shrink: 0; margin-top: 12px; right: auto; }
  .product-hero-mascot { height: 94%; }
  .product-app-window { width: 88%; top: 5%; right: 0; }
  .product-tabs { gap: 16px; min-height: 57px; }
  .product-tabs a { font-size: 14px; gap: 7px; padding-inline: 1px; }
  .product-tabs svg { width: 20px; height: 20px; }
  .workspace-heading { align-items: flex-start; gap: 15px; flex-wrap: wrap; margin-bottom: 18px; }
  .workspace-heading p { font-size: 15px; }
  .workspace-features { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 15px; margin-top: 24px; }
  .workspace-feature { gap: 10px; }
  .workspace-feature > .app-icon { width: 42px; height: 42px; }
  .workspace-feature h3 { font-size: 16px; white-space: normal; }
  .workspace-feature p { font-size: 14px; }
  .product-split, .management-split { grid-template-columns: minmax(0, 1fr); gap: 26px; }
  .product-section-copy h2 { font-size: 28px; white-space: normal; }
  .product-section-intro { font-size: 16px; }
  .product-section-note { font-size: 14px; }
  .product-detail-list { gap: 20px; margin-top: 24px; }
  .product-detail { gap: 16px; }
  .product-icon, .compact .product-icon { width: 49px; height: 49px; }
  .product-detail h3, .compact .product-detail h3 { font-size: 16px; }
  .product-detail p { font-size: 14px; }
  .product-detail-list.compact { gap: 14px; margin: 22px 0 0; }
  .desktop-break { display: none; }
  .product-cta h2 { font-size: 24px; text-wrap: balance; }
  .product-cta > .container > p { font-size: 14px; margin: 10px 0 20px; text-wrap: balance; }
}
@media (max-width: 480px) {
  .workspace-features { grid-template-columns: 1fr; }
  .workspace-feature { gap: 16px; }
}
