.hs-one { background: #000; color: #f5f5f6; font-family: 'Inter', sans-serif; }
.hs-one *, .hs-one *::before, .hs-one *::after { box-sizing: border-box; }
.hs-one [hidden] { display: none !important; }
.hs-one .hs-one-container { width: 100%; max-width: 1280px; padding: 0 48px; margin: 0 auto; }
.hs-one h1, .hs-one h2, .hs-one h3 { font-family: 'Gustavo', sans-serif; color: inherit; }
.hs-one h1 { font-size: clamp(40px, 5vw, 64px); font-weight: 700; line-height: 1.05; letter-spacing: -.03em; margin: 0 0 20px; }
.hs-one h2 { font-size: clamp(28px, 3.5vw, 40px); font-weight: 500; line-height: 1.15; letter-spacing: -.025em; margin: 0 0 24px; }
.hs-one p { color: #a6a8ae; font-size: 16px; line-height: 1.7; margin: 0 0 20px; }
.hs-one .hs-one-eyebrow { color: #ccff00; font: 600 13px/1.5 'Inter', sans-serif; margin: 0 0 20px; }
.hs-one .hs-one-section { padding: 96px 0; }
.hs-one .hs-one-surface { background: #131313; }
.hs-one .hs-one-heading { text-align: center; margin-bottom: 64px; }
.hs-one .hs-one-purchase { background: #ccff00; color: #000; font-weight: 700; }
.hs-one .hs-one-purchase:hover { background: #b8e600; }
.hs-one a:focus-visible, .hs-one button:focus-visible, .hs-one summary:focus-visible, .hs-one [tabindex]:focus-visible { outline: 2px solid #ccff00; outline-offset: 5px; }
.hs-one .hs-one-hero { position: relative; min-height: 660px; overflow: hidden; display: flex; align-items: center; }
.hs-one .hs-one-hero-image { position: absolute; height: 660px; width: auto; max-width: none; left: calc(50% - 790px); object-fit: contain; }
.hs-one .hs-one-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 35%, rgba(0,0,0,.6) 53%, #000 72%); }
.hs-one .hs-one-hero-content { position: relative; z-index: 1; padding-top: 72px; padding-bottom: 72px; }
.hs-one .hs-one-hero-content > div { margin-left: 50%; max-width: 520px; }
.hs-one .hs-one-hero-content p:not(.hs-one-eyebrow) { color: #cecfd2; font-size: 18px; }
.hs-one .hs-one-hero-content .cta { margin-top: 8px; }
.hs-one .hs-one-partners { padding: 28px 0 0; }
.hs-one .hs-one-logo-strip { display: flex; gap: 64px; align-items: center; overflow-x: auto; padding: 30px max(24px, calc((100vw - 1184px) / 2)); border-top: 1px solid #626262; border-bottom: 1px solid #626262; scrollbar-width: thin; }
.hs-one .hs-one-logo-strip img { flex: 0 0 150px; width: 150px; height: 64px; object-fit: contain; }
.hs-one .hs-one-workflow { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 64px; position: relative; }
.hs-one .hs-one-workflow::before { content: ''; position: absolute; top: 44px; height: 1px; left: 16%; right: 16%; background: linear-gradient(90deg,#1cb580,#ccff00); }
.hs-one .hs-one-workflow li { text-align: center; color: #1cb580; }
.hs-one .hs-one-workflow li:nth-child(2) { color: #74da40; }
.hs-one .hs-one-workflow li:nth-child(3) { color: #ccff00; }
.hs-one .hs-one-step-icon { position: relative; width: 88px; height: 88px; border: 2px solid currentColor; border-radius: 50%; display: grid; place-items: center; background: #000; margin: 0 auto 28px; }
.hs-one .hs-one-step-number { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hs-one .hs-one-workflow h3 { color: #f5f5f6; font-size: 26px; margin: 10px 0 12px; }
.hs-one .hs-one-workflow p { font-size: 15px; margin: 0; }
.hs-one .hs-one-comparisons { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-top: 64px; }
.hs-one .hs-one-comparison { display: grid; grid-template-columns: minmax(0,1fr) 44px minmax(0,1fr); gap: 12px; align-items: center; background: #fff; border-radius: 20px; padding: 28px; color: #191919; }
.hs-one .hs-one-comparison figure { margin: 0; min-width: 0; }
.hs-one .hs-one-comparison img { width: 100%; height: 300px; object-fit: contain; }
.hs-one .hs-one-comparison figcaption { text-align: center; text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: .08em; margin-top: 12px; }
.hs-one .hs-one-arrow { display: grid; place-items: center; background: #ccff00; width: 44px; height: 44px; border-radius: 50%; font-size: 24px; }
.hs-one .hs-one-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 56px 64px; text-align: center; }
.hs-one .hs-one-feature-icon { display: grid; place-items: center; width: 40px; height: 40px; color: #ccff00; background: #151a00; border: 1px solid #7a9400; border-radius: 8px; margin: 0 auto 20px; }
.hs-one .hs-one-feature-icon svg { width: 22px; height: 22px; }
.hs-one .hs-one-features h3 { font: 600 15px/1.5 'Inter',sans-serif; margin: 0 0 16px; }
.hs-one .hs-one-features p { font-size: 14px; margin: 0; }
.hs-one .hs-one-detroit { background: #ccff00; color: #000; overflow: hidden; }
.hs-one .hs-one-detroit .hs-one-container { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.hs-one .hs-one-detroit img { width: 100%; height: 400px; object-fit: contain; transform: scale(1.3); }
.hs-one .hs-one-detroit .hs-one-container > div { padding: 48px 0; position: relative; }
.hs-one .hs-one-detroit h2 { font-size: clamp(32px,4vw,48px); margin-bottom: 16px; }
.hs-one .hs-one-detroit p { color: #172000; margin: 0; }
.hs-one .hs-one-box { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; margin-top: 48px; }
.hs-one .hs-one-box-lists { display: flex; flex-direction: column; gap: 36px; }
.hs-one .hs-one-box-lists h3 { color: #ccff00; font: 600 11px/1.5 'Inter',sans-serif; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 16px; }
.hs-one .hs-one-box-lists ul { border-top: 1px solid #777; list-style: none; padding: 0; margin: 0; }
.hs-one .hs-one-box-lists li { padding: 14px 0; border-bottom: 1px solid #202020; font-size: 14px; font-weight: 500; }
.hs-one .hs-one-box-lists li span { display: inline-block; font-size: 10px; border-radius: 999px; background: #292929; color: #c4c4c4; padding: 2px 8px; margin-left: 8px; }
.hs-one .hs-one-box-lists li p { font-size: 12px; margin: 4px 0 0; }
.hs-one .hs-one-product-views { display: flex; flex-direction: column; justify-content: space-between; gap: 24px; }
.hs-one .hs-one-product-image { aspect-ratio: 1; background: #fff; border-radius: 20px; overflow: hidden; display: grid; place-items: center; }
.hs-one .hs-one-product-image img { width: 100%; height: 100%; object-fit: contain; }
.hs-one .hs-one-toggle { display: flex; align-self: center; background: #292929; border-radius: 999px; padding: 4px; gap: 4px; }
.hs-one .hs-one-toggle button { padding: 10px 22px; min-height: 44px; border-radius: 999px; border: 0; background: transparent; color: #b6b6bc; font: 600 13px/1.5 'Inter', sans-serif; cursor: pointer; }
.hs-one .hs-one-toggle button[aria-pressed="true"] { background: #ccff00; color: #000; }
.hs-one .hs-one-faq { max-width: 864px; }
.hs-one .hs-one-faq details { padding: 24px 0; }
.hs-one .hs-one-faq summary { cursor: pointer; list-style: none; display: flex; gap: 24px; align-items: baseline; font-size: 16px; font-weight: 500; }
.hs-one .hs-one-faq summary::-webkit-details-marker { display: none; }
.hs-one .hs-one-faq summary::before { content: '+'; flex-shrink: 0; width: 20px; height: 20px; border: 1px solid #94969c; border-radius: 50%; text-align: center; line-height: 18px; }
.hs-one .hs-one-faq details[open] summary::before { content: '−'; }
.hs-one .hs-one-faq details p { margin: 20px 0 0 44px; }
.hs-one .hs-one-faq a { color: #ccff00; text-decoration: underline; }
.hs-one .hs-one-webinar { display: flex; justify-content: space-between; gap: 32px; align-items: center; padding: 56px 64px; border-radius: 24px; background: linear-gradient(110deg,#ccff00 40%,#69e985); color: #000; }
.hs-one .hs-one-webinar h2 { margin-bottom: 12px; }
.hs-one .hs-one-webinar p { font-size: 14px; color: #304000; margin: 0; }
.hs-one .hs-one-webinar .cta { flex-shrink: 0; }
@media (max-width: 1024px) {
  .hs-one .hs-one-container { padding-left: 24px; padding-right: 24px; }
  .hs-one .hs-one-hero { min-height: 540px; }
  .hs-one .hs-one-workflow, .hs-one .hs-one-features { gap: 32px; }
  .hs-one .hs-one-comparisons { gap: 24px; }
  .hs-one .hs-one-comparison { padding: 20px 12px; grid-template-columns: minmax(0,1fr) 32px minmax(0,1fr); gap: 8px; }
  .hs-one .hs-one-comparison img { height: 230px; }
  .hs-one .hs-one-arrow { width: 32px; height: 32px; }
  .hs-one .hs-one-box { gap: 32px; }
  .hs-one .hs-one-webinar { padding: 40px 32px; }
}
@media (max-width: 700px) {
  .hs-one .hs-one-section { padding: 56px 0; }
  .hs-one .hs-one-heading { margin-bottom: 40px; }
  .hs-one .hs-one-hero { display: block; min-height: 0; }
  .hs-one .hs-one-hero-image { position: relative; left: auto; width: 100%; height: auto; aspect-ratio: 1.3; object-fit: cover; }
  .hs-one .hs-one-hero::after { display: none; }
  .hs-one .hs-one-hero-content { padding-top: 16px; padding-bottom: 48px; }
  .hs-one .hs-one-hero-content > div { margin-left: 0; max-width: none; }
  .hs-one .hs-one-hero-content p:not(.hs-one-eyebrow) { font-size: 16px; }
  .hs-one .hs-one-workflow { grid-template-columns: 1fr; gap: 40px; }
  .hs-one .hs-one-workflow::before { display: none; }
  .hs-one .hs-one-workflow li { max-width: 360px; margin: auto; }
  .hs-one .hs-one-comparisons { grid-template-columns: 1fr; margin-top: 32px; }
  .hs-one .hs-one-comparison img { height: 250px; }
  .hs-one .hs-one-features { grid-template-columns: repeat(2,1fr); gap: 40px 24px; }
  .hs-one .hs-one-detroit .hs-one-container { grid-template-columns: 1fr; gap: 0; }
  .hs-one .hs-one-detroit img { height: 280px; transform: none; }
  .hs-one .hs-one-detroit .hs-one-container > div { padding: 16px 0 40px; }
  .hs-one .hs-one-box { grid-template-columns: 1fr; }
  .hs-one .hs-one-product-views { grid-row: 1; }
  .hs-one .hs-one-faq summary { gap: 16px; }
  .hs-one .hs-one-faq details p { margin-left: 36px; }
  .hs-one .hs-one-webinar { flex-direction: column; align-items: flex-start; padding: 32px 24px; }
}
