.dds-product-page { --dds-surface: var(--public-surface, #fff); --dds-ink: var(--public-ink, #111); --dds-muted: var(--public-muted, #626262); --dds-line: var(--public-line, #dedede); background: var(--dds-surface); color: var(--dds-ink); }
.dds-product-page * { box-sizing: border-box; }
.dds-container { width: min(1320px, calc(100% - 64px)); margin-inline: auto; }
.dds-hero { padding: clamp(64px, 8vw, 120px) 0 64px; text-align: center; background: radial-gradient(ellipse at 50% 10%, color-mix(in srgb, #5470e8 12%, transparent), transparent 58%); }
.dds-eyebrow { margin: 0 0 24px; color: var(--dds-muted); font-size: 14px; font-weight: 550; letter-spacing: .02em; }
.dds-hero h1 { max-width: none; margin: 0 auto; font-size: clamp(56px, 7.4vw, 108px); font-weight: 560; letter-spacing: -.065em; line-height: 1.02; }
.dds-lead { margin: 28px auto 0; max-width: 660px; font-size: clamp(17px, 1.65vw, 22px); line-height: 1.55; color: var(--dds-muted); }
.dds-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.dds-product-page .dds-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 12px 23px; border: 1px solid transparent; border-radius: 999px; background: var(--dds-ink); color: var(--dds-surface) !important; font-size: 15px; font-weight: 550; text-decoration: none !important; line-height: 1.4; }
.dds-product-page .dds-button-secondary { background: color-mix(in srgb, var(--dds-ink) 8%, transparent); color: var(--dds-ink) !important; }
.dds-product-page a:focus-visible { outline: 2px solid var(--dds-ink); outline-offset: 5px; }
.dds-product-page .dds-button:hover { opacity: .8; }
.dds-platforms { margin: 18px 0 0; font-size: 13px; color: var(--dds-muted); }
.dds-showcase { margin: 64px auto 0; text-align: left; }
.dds-showcase .studio-gallery { max-width: none; }
.dds-showcase .studio-screen { border-radius: 16px; box-shadow: 0 24px 72px rgb(0 0 0 / .12); }
.dds-section-intro { max-width: 850px; margin: 0 auto 72px; text-align: center; }
.dds-product-page h2 { margin: 0; font-size: clamp(38px, 4.5vw, 64px); line-height: 1.08; font-weight: 550; letter-spacing: -.05em; }
.dds-section-intro > p:last-child { margin: 24px auto 0; max-width: 600px; font-size: 18px; line-height: 1.6; color: var(--dds-muted); }
.dds-workflows { padding-block: 72px 112px; }
.dds-feature { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.4fr); gap: clamp(32px, 5vw, 80px); align-items: center; margin-top: 96px; scroll-margin-top: 96px; }
.dds-feature:nth-of-type(even) { grid-template-columns: minmax(0, 1.4fr) minmax(0, .75fr); }
.dds-feature:nth-of-type(even) .dds-feature-copy { order: 2; }
.dds-feature h3 { margin: 0 0 20px; font-size: clamp(28px, 2.5vw, 38px); line-height: 1.12; letter-spacing: -.035em; font-weight: 550; }
.dds-feature-copy > p:not(.dds-eyebrow) { margin: 0; color: var(--dds-muted); font-size: 17px; line-height: 1.65; }
.dds-feature-copy > a { display: inline-block; margin-top: 24px; color: var(--dds-ink); font-size: 15px; text-underline-offset: 5px; }
.dds-feature figure { position: relative; overflow: hidden; aspect-ratio: 4 / 3; margin: 0; border: 1px solid var(--dds-line); border-radius: 12px; background: #191919; }
.dds-feature figure a { display: block; width: 100%; height: 100%; }
.dds-feature img { position: absolute; display: block; width: 190%; max-width: none; height: auto; left: -53%; top: -7%; }
.dds-feature:nth-of-type(2) img { width: 165%; left: -25%; top: -7%; }
.dds-feature:nth-of-type(3) img { width: 195%; left: -61%; top: -9%; }
.dds-environments { padding-block: 96px; border-top: 1px solid var(--dds-line); }
.dds-environment-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.dds-environment-grid article { display: flex; flex-direction: column; padding: 32px; border-radius: 18px; background: color-mix(in srgb, var(--dds-ink) 5%, var(--dds-surface)); }
.dds-environment-mark { color: var(--dds-muted); font-size: 14px; }
.dds-environment-grid h3 { margin: 44px 0 14px; font-size: 28px; font-weight: 550; letter-spacing: -.03em; }
.dds-environment-grid p { margin: 0 0 32px; color: var(--dds-muted); font-size: 16px; line-height: 1.6; }
.dds-environment-grid .dds-button { margin-top: auto; }
.dds-next { padding-block: 112px 144px; text-align: center; }
@media (max-width: 760px) {
  .dds-container { width: calc(100% - 40px); }
  .dds-hero { padding-top: 56px; }
  .dds-hero h1 { font-size: clamp(48px, 13vw, 76px); }
  .dds-lead br { display: none; }
  .dds-showcase { margin-top: 40px; }
  .dds-section-intro { margin-bottom: 40px; }
  .dds-feature, .dds-feature:nth-of-type(even) { grid-template-columns: minmax(0, 1fr); gap: 28px; margin-top: 56px; }
  .dds-feature:nth-of-type(even) .dds-feature-copy { order: 0; }
  .dds-feature figure { margin-inline: -6px; }
  .dds-workflows { padding-block: 40px 64px; }
  .dds-environments { padding-block: 64px; }
  .dds-environment-grid { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .dds-next { padding-block: 64px 88px; }
}
