
  .dps-about-page {
    --dps-accent: #FF2513;
    --dps-ink: #191919;
    --dps-muted: #666;
    --dps-line: #e8e8e8;
    --dps-soft: #f7f7f7;
    --dps-max: 1180px;
    color: var(--dps-ink);
    background: #fff;
    font-family: "Lato", "Lato Light", Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
  }
  .dps-about-page, .dps-about-page * { box-sizing: border-box; }
  .dps-about-page h1, .dps-about-page h2, .dps-about-page h3,
  .dps-about-page p, .dps-about-page ul { margin-top: 0; }
  .dps-about-page h1, .dps-about-page h2, .dps-about-page h3 {
    font-weight: 300; line-height: 1.16; letter-spacing: .01em;
  }
  .dps-about-page h1 { max-width: 900px; margin-bottom: 16px; font-size: clamp(34px, 5vw, 58px); }
  .dps-about-page h2 { margin-bottom: 14px; font-size: clamp(28px, 3.8vw, 42px); }
  .dps-about-page h3 { margin-bottom: 9px; font-size: 22px; }
  .dps-about-page p { margin-bottom: 14px; color: #444; }
  .dps-about-page a { color: inherit; }
  .dps-about-page .dps-wrap { width: min(var(--dps-max), calc(100% - 48px)); margin: 0 auto; }
  .dps-about-page .dps-hero { padding: 28px 0 42px; }
  .dps-about-page .dps-hero-main { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(240px, .55fr); gap: 42px; align-items: center; }
  .dps-about-page .dps-hero-media { position: relative; margin-bottom: 0; justify-self: end; width: min(100%, 360px); }
  .dps-about-page .dps-hero-media img { display: block; width: 100%; height: auto; max-width: 100%; object-fit: contain; }
  .dps-about-page .dps-hero-media::after { position: absolute; right: -10px; bottom: -10px; width: 20%; height: 24%; border-right: 2px solid var(--dps-accent); border-bottom: 2px solid var(--dps-accent); content: ""; pointer-events: none; }
  .dps-about-page .dps-hero-copy { max-width: 900px; }
  .dps-about-page .dps-eyebrow { margin-bottom: 10px; color: var(--dps-accent); font-size: 12px; letter-spacing: .16em; line-height: 1.3; text-transform: uppercase; }
  .dps-about-page .dps-lede { max-width: 780px; margin-bottom: 0; color: #444; font-size: 18px; }
  .dps-about-page .dps-rule { width: 48px; height: 2px; margin: 16px 0 18px; background: var(--dps-accent); }
  .dps-about-page .dps-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
  .dps-about-page .dps-button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 0 18px; border: 1px solid var(--dps-ink); font-size: 14px; text-decoration: none; transition: .2s ease; }
  .dps-about-page .dps-button-primary { border-color: var(--dps-accent); background: var(--dps-accent); color: #fff; }
  .dps-about-page .dps-button-primary:hover, .dps-about-page .dps-button-primary:focus { border-color: #d91d0f; background: #d91d0f; }
  .dps-about-page .dps-button-quiet:hover, .dps-about-page .dps-button-quiet:focus { border-color: var(--dps-accent); color: var(--dps-accent); }
  .dps-about-page .dps-stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 28px; border-top: 1px solid var(--dps-line); border-bottom: 1px solid var(--dps-line); }
  .dps-about-page .dps-stat { padding: 18px 16px; border-right: 1px solid var(--dps-line); }
  .dps-about-page .dps-stat:last-child { border-right: 0; }
  .dps-about-page .dps-stat strong { display: block; color: var(--dps-accent); font-size: 28px; font-weight: 300; line-height: 1; }
  .dps-about-page .dps-stat span { display: block; margin-top: 8px; color: var(--dps-muted); font-size: 13px; }
  .dps-about-page .dps-section { padding: 52px 0; }
  .dps-about-page .dps-section + .dps-section { border-top: 1px solid var(--dps-line); }
  .dps-about-page .dps-soft-band { background: var(--dps-soft); }
  .dps-about-page .dps-section-head { max-width: 780px; margin-bottom: 24px; }
  .dps-about-page .dps-grid-split { display: grid; grid-template-columns: .86fr 1.14fr; gap: 36px; align-items: start; }
  .dps-about-page .dps-copy p:last-child { margin-bottom: 0; }
  .dps-about-page .dps-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .dps-about-page .dps-service-card { min-height: 100%; padding: 22px; border: 1px solid var(--dps-line); background: #fff; }
  .dps-about-page .dps-service-number { margin-bottom: 8px; color: var(--dps-accent); font-size: 13px; letter-spacing: .14em; }
  .dps-about-page .dps-service-card p { font-size: 15px; }
  .dps-about-page .dps-service-card ul, .dps-about-page .dps-check-list, .dps-about-page .dps-location ul { padding: 0; margin: 16px 0 0; list-style: none; }
  .dps-about-page .dps-service-card li, .dps-about-page .dps-check-list li, .dps-about-page .dps-location li { position: relative; padding-left: 17px; margin: 7px 0; color: #444; font-size: 14px; }
  .dps-about-page .dps-service-card li::before, .dps-about-page .dps-check-list li::before, .dps-about-page .dps-location li::before { position: absolute; top: .7em; left: 0; width: 6px; height: 6px; border: 1px solid var(--dps-accent); border-radius: 50%; content: ""; }
  .dps-about-page .dps-why-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 36px; align-items: start; }
  .dps-about-page .dps-check-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 24px; margin-top: 0; }
  .dps-about-page .dps-check-list li { margin: 0 0 12px; }
  .dps-about-page .dps-video-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 36px; align-items: center; }
  .dps-about-page .dps-video-frame { overflow: hidden; aspect-ratio: 16 / 9; background: #111; }
  .dps-about-page .dps-video-frame iframe { width: 100%; height: 100%; border: 0; }
  .dps-about-page .dps-location-grid, .dps-about-page .dps-contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .dps-about-page .dps-location, .dps-about-page .dps-contact { padding: 22px; border: 1px solid var(--dps-line); background: #fff; }
  .dps-about-page .dps-location { border-top: 2px solid var(--dps-accent); }
  .dps-about-page .dps-location p:last-of-type, .dps-about-page .dps-contact p:last-of-type { margin-bottom: 0; }
  .dps-about-page .dps-platforms { display: flex; flex-wrap: wrap; align-content: flex-start; gap: 8px; }
  .dps-about-page .dps-platform { padding: 7px 11px; border: 1px solid var(--dps-line); background: #fff; color: #444; font-size: 14px; }
  .dps-about-page .dps-comparison-wrap { overflow-x: auto; border: 1px solid var(--dps-line); background: #fff; }
  .dps-about-page .dps-comparison { width: 100%; min-width: 760px; border-collapse: collapse; font-size: 13px; }
  .dps-about-page .dps-comparison th, .dps-about-page .dps-comparison td { padding: 12px 13px; border-right: 1px solid var(--dps-line); border-bottom: 1px solid var(--dps-line); text-align: left; vertical-align: top; }
  .dps-about-page .dps-comparison th:last-child, .dps-about-page .dps-comparison td:last-child { border-right: 0; }
  .dps-about-page .dps-comparison tr:last-child td { border-bottom: 0; }
  .dps-about-page .dps-comparison th { background: #fafafa; font-weight: 300; }
  .dps-about-page .dps-dps-col { color: var(--dps-accent); }
  .dps-about-page .dps-cta { padding: 44px 0; border-top: 1px solid var(--dps-line); border-bottom: 1px solid var(--dps-line); }
  .dps-about-page .dps-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
  .dps-about-page .dps-contact a { text-decoration-color: var(--dps-accent); text-underline-offset: 3px; }
  @media (max-width: 900px) {
    .dps-about-page .dps-service-grid, .dps-about-page .dps-grid-split, .dps-about-page .dps-why-grid, .dps-about-page .dps-video-grid { grid-template-columns: 1fr; gap: 28px; }
    .dps-about-page .dps-hero-main { grid-template-columns: 1fr; gap: 28px; }
    .dps-about-page .dps-hero-media { justify-self: start; width: min(100%, 520px); }
    .dps-about-page .dps-service-grid { gap: 14px; }
    .dps-about-page .dps-stats { grid-template-columns: repeat(2, 1fr); }
    .dps-about-page .dps-stat:nth-child(2) { border-right: 0; }
    .dps-about-page .dps-stat:nth-child(-n+2) { border-bottom: 1px solid var(--dps-line); }
    .dps-about-page .dps-cta-inner { align-items: flex-start; flex-direction: column; }
  }
  @media (max-width: 600px) {
    .dps-about-page .dps-wrap { width: min(var(--dps-max), calc(100% - 32px)); }
    .dps-about-page .dps-section { padding: 38px 0; }
    .dps-about-page .dps-hero { padding: 20px 0 34px; }
    .dps-about-page .dps-hero-media { margin-bottom: 0; width: 100%; }
    .dps-about-page .dps-hero-media::after { right: -6px; bottom: -6px; }
    .dps-about-page .dps-lede { font-size: 16px; }
    .dps-about-page .dps-check-list, .dps-about-page .dps-location-grid, .dps-about-page .dps-contact-grid { grid-template-columns: 1fr; }
    .dps-about-page .dps-check-list { gap: 0; }
    .dps-about-page .dps-cta { padding: 36px 0; }
  }
