/* Home page sections. Reuses the shared ripple, stat grid, button, and modal components. */
@property --dr-prompt-border-angle { syntax: "<angle>"; inherits: false; initial-value: 0deg; }
.dr-home-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(170px, 13.65vw, 262px) 0 clamp(100px, 8vw, 154px);
  background: var(--color-dark);
  color: var(--color-light);
}
.dr-home-hero::after { content: ""; position: absolute; z-index: 0; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, .71) 0%, rgba(0, 0, 0, 0) 14.9%, rgba(0, 0, 0, .71) 100%), rgba(0, 0, 0, 0); pointer-events: none; }

.dr-home-hero__ripple {
  top: clamp(650px, 66vw, 1260px);
  width: min(2200px, 145vw);
  opacity: 0; transform: translate(-50%, -35%); will-change: opacity;
}
.dr-home-hero__ripple.is-canvas-revealed { animation: dr-hero-canvas-reveal .5s cubic-bezier(.16, 1, .3, 1) both; }
.dr-home-hero:not(.is-hero-sequence-started) .load-reveal { animation-play-state: paused; }

.dr-home-hero__inner { position: relative; z-index: 1; }

.dr-home-hero__head {
  width: min(100%, 1052px); margin: 0 auto;
  text-align: center;
}

.dr-home-hero__head .eyebrow {
  margin-bottom: 5px;
  color: var(--color-eyebrow);
}

.dr-home-hero__title {
  max-width: 1050px; margin: 0 auto;
  font-size: clamp(42px, 3.44vw, 66px);
  font-weight: var(--weight-body);
  line-height: 1.25;
  letter-spacing: -.02em;
  color: var(--color-light);
}

.dr-home-hero__title em {
  font-family: var(--font-accent);
  font-style: italic;
  font-weight: 400;
}

.dr-home-hero__builder {
  width: min(100%, 737px);
  margin: 75px auto 0;
}

.dr-home-hero__prompt-shell {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 84px;
  padding: 18px 18px 18px 30px;
  border: 1px solid transparent; border-radius: 30px;
  background: color-mix(in srgb, var(--color-light) 18%, transparent);
  -webkit-backdrop-filter: blur(23px) saturate(4.5); backdrop-filter: blur(23px) saturate(4.5);
}
.dr-home-hero__prompt-shell::before { content: ""; position: absolute; inset: -1px; padding: 1px; border-radius: inherit; background: conic-gradient(from var(--dr-prompt-border-angle), transparent 0 28%, color-mix(in srgb, var(--color-light) 25%, transparent) 38%, var(--color-light) 50%, color-mix(in srgb, var(--color-light) 35%, transparent) 62%, transparent 72% 100%); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; animation: dr-prompt-border 5s linear infinite; }

.dr-home-hero__ai-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  margin-right: 12px;
  color: var(--color-light);
}

.dr-home-hero__prompt {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  font-size: 16px;
  line-height: normal;
  color: var(--color-light);
  white-space: nowrap;
}

.dr-home-hero__prompt::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1em;
  margin-left: 2px;
  vertical-align: -.12em;
  background: currentColor;
  animation: dr-builder-caret .8s step-end infinite;
}

.dr-home-hero__build {
  min-width: 82px;
  min-height: 48px;
  margin-left: auto;
  padding: 15px 25px;
  flex: 0 0 auto;
}

.dr-home-hero__loader {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid color-mix(in srgb, var(--color-light) 35%, transparent);
  border-top-color: var(--color-light); mix-blend-mode: difference;
  border-radius: 50%;
  animation: dr-builder-spin .7s linear infinite;
}

.dr-home-hero.is-processing .dr-home-hero__loader { display: block; }
.dr-home-hero.is-processing [data-builder-label] { display: none; }
.dr-home-hero.is-processing .dr-home-hero__prompt {
  background: linear-gradient(90deg, color-mix(in srgb, var(--color-light) 40%, transparent), var(--color-light), color-mix(in srgb, var(--color-light) 40%, transparent));
  background-size: 220% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: dr-builder-gradient 1.1s linear infinite;
}

.dr-home-hero__deploy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  margin-top: 30px;
}

.dr-home-hero__deploy > .eyebrow { margin: 0; color: var(--color-light); }

.dr-home-hero__destinations {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dr-home-hero__destinations li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid color-mix(in srgb, var(--color-light) 50%, transparent);
  border-radius: var(--radius-sm);
  font-family: var(--font-h6);
  font-size: 13px;
  line-height: 1.25;
}

.dr-home-hero__destinations li > span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-status-live);
}

.dr-home-hero__previews {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 627px));
  justify-content: center;
  gap: 36px;
  margin-top: 125px;
}

.dr-home-hero__preview {
  overflow: hidden;
  aspect-ratio: 627 / 706;
  margin: 0;
  border-radius: var(--card-radius);
  background: var(--color-bg-soft);
}

.dr-home-hero__preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dr-home-hero__stats {
  margin-top: 125px;
}

.dr-home-hero__testimonial {
  align-items: center;
  width: min(100%, 630px);
  height: auto;
  margin: 125px auto 0;
  padding: 0;
  gap: 41px;
  color: var(--color-light);
  text-align: center;
}

.dr-home-hero__testimonial .testimonial-card__quote p {
  font-family: var(--font-body);
  font-size: 18px;
  font-style: normal;
  font-weight: var(--weight-body);
  line-height: normal;
  color: var(--color-light);
}

.dr-home-hero__testimonial .testimonial-card__author {
  flex-direction: row;
  align-items: center;
  gap: 12px;
  text-align: left;
}

.dr-home-hero__testimonial-avatar {
  display: block;
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
}

.dr-home-hero__testimonial-details {
  display: flex;
  width: 170px;
  flex-direction: column;
}

.dr-home-hero__testimonial .testimonial-card__name,
.dr-home-hero__testimonial .testimonial-card__role {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: var(--weight-body);
  line-height: normal;
  color: var(--color-light);
}

.dr-home-hero__testimonial .testimonial-card__role { opacity: .7; }
.dr-home-hero__demo-dialog {
  --field-bg: var(--color-bg-muted); --field-text: var(--color-light);
  --field-border: var(--color-border); --field-border-focus: var(--color-light);
  --field-focus-ring: transparent; --field-placeholder: var(--color-text-muted);
  width: min(720px, calc(100vw - 32px)); max-height: calc(100dvh - 32px); overflow: auto;
  border: 1px solid var(--color-border);
}
.dr-home-hero__demo-dialog::backdrop { background: color-mix(in srgb, var(--color-dark) 80%, transparent); }
.dr-home-hero__demo-dialog .modal__head { position: relative; justify-content: center; padding: 40px 72px 24px; border: 0; background: var(--color-dark); }
.dr-home-hero__demo-dialog .modal__head .eyebrow {
  color: var(--color-light); font-family: var(--font-heading); font-size: 28px; font-weight: var(--weight-h2-h5);
  line-height: 1.2; letter-spacing: var(--ls-tight); text-transform: none;
}
.dr-home-hero__demo-dialog .modal__close { position: absolute; top: 24px; right: 24px; color: var(--color-light); }
.dr-home-hero__demo-dialog .modal__close:hover { background: var(--color-bg-muted); }
.dr-home-hero__demo-dialog .modal__body { padding: 0 40px 40px; }
.dr-home-hero__demo-dialog .hs-form-preview-note { display: none; }
.dr-home-hero__demo-dialog .hs-form fieldset { gap: 16px; }
.dr-home-hero__demo-dialog .hs-form .hs-form-field { margin-bottom: 18px; }
.dr-home-hero__demo-dialog .hs-form label { margin: 0 0 8px; color: var(--color-text-muted); font-size: 14px; font-weight: var(--weight-body); }
.dr-home-hero__demo-dialog .hs-form .hs-form-required { color: inherit; }
.dr-home-hero__demo-dialog .hs-form .hs-input { min-height: 46px !important; padding: 12px 14px !important; border-radius: var(--radius-sm); color: var(--color-light); }
.dr-home-hero__demo-dialog .hs-form textarea.hs-input { min-height: 108px !important; }
.dr-home-hero__demo-dialog .hs-form .hs-button { min-height: 50px; margin-top: 4px; color: var(--color-dark); background: var(--color-light); border-radius: var(--radius-sm); box-shadow: none; }
.dr-home-hero__demo-dialog .hs-form .hs-button:hover { color: var(--color-dark); background: var(--color-eyebrow); }
/* AI Website Accelerator, Figma nodes 34:470 and 34:469. */
.accelerator { overflow: hidden; background: var(--color-dark); color: var(--color-light); }
.accelerator__layout { display: grid; grid-template-columns: minmax(440px, 523px) minmax(0, 749px); align-items: center; width: min(100%, 1309px); margin-inline: auto; gap: 37px; }
.accelerator__content { display: flex; flex-direction: column; align-items: flex-start; }
.accelerator__intro .eyebrow { margin-bottom: 5px; color: var(--color-eyebrow); }
.accelerator__title { margin: 0; font-size: clamp(42px, 3.6vw, 52px); font-weight: var(--weight-body); line-height: 1.25; letter-spacing: -.02em; }
.accelerator__title span,
.accelerator__title em { display: block; }
.accelerator__title em { font-family: var(--font-accent); font-style: italic; font-weight: 400; }
.accelerator__description { max-width: 490px; margin: 50px 0 0; line-height: 1.5; }
.accelerator__outcomes { margin-top: 50px; }
.accelerator__label { margin: 0 0 16px; font-family: var(--font-h6); font-size: 13px; font-weight: var(--weight-h6); line-height: 1.25; letter-spacing: .05em; text-transform: uppercase; }
.accelerator__checks,
.accelerator__credentials { display: flex; flex-direction: column; gap: 8px; }
.accelerator__checks li,
.accelerator__credentials li {
  align-items: center; gap: 12px; color: color-mix(in srgb, var(--color-light) 70%, transparent);
  font-size: 14px; line-height: 1.25; letter-spacing: -.02em;
}
.accelerator__checks img,
.accelerator__credentials img {
  display: block; width: 14px; height: 10px; flex: 0 0 14px;
}

.accelerator__form {
  --field-bg: var(--color-bg-soft); --field-text: var(--color-light);
  --field-border: transparent; --field-border-focus: var(--color-light);
  --field-focus-ring: transparent; --field-placeholder: var(--color-light);
  --field-radius: var(--btn-radius);
  display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; width: 100%; margin-top: 50px;
}

.accelerator__form .hs-input { min-width: 0; height: 50px; padding: 0 20px !important; font-size: 14px; }
.accelerator__form .hs-input::placeholder { opacity: .7; }
.accelerator__form .hs-input:focus-visible { outline: 2px solid var(--color-light); outline-offset: 3px; }
.accelerator__form .btn { min-height: 50px; padding-inline: 22px; }
.accelerator__media { position: relative; isolation: isolate; width: min(100%, 749px); aspect-ratio: 749 / 634; }
.accelerator__glow { position: absolute; z-index: 0; top: 0; left: 0; display: block; width: 77.17%; height: auto; aspect-ratio: 1; }
.accelerator__orbit { position: absolute; z-index: 1; top: 8.675%; left: 28.438%; width: 69.426%; aspect-ratio: 1; border: 1px dashed color-mix(in srgb, var(--color-light) 28%, transparent); border-radius: 50%; }
.accelerator__rocket-track { position: absolute; z-index: 2; inset: 0; border-radius: 50%; animation: accelerator-orbit 30s linear infinite; will-change: transform; }
.accelerator__rocket { position: absolute; top: 50%; right: -17px; display: block; width: 34px; height: 34px; transform: translateY(-50%); }
.accelerator__presenter { position: absolute; z-index: 3; top: 17.981%; left: 20.694%; width: 69.426%; aspect-ratio: 1; }
.accelerator__presenter-bg { position: absolute; z-index: -1; inset: 0; display: block; width: 100%; height: 100%; }

.accelerator__led-by {
  position: absolute; top: 6.5%; right: 12.5%; padding: 10px 20px;
  border-radius: var(--btn-radius); background: var(--color-primary-hover); color: var(--color-eyebrow);
  font-family: var(--font-h6); font-size: 13px; line-height: 1.25; letter-spacing: .05em; text-transform: uppercase;
}

.accelerator__presenter-intro {
  display: flex; width: 284px; flex-direction: column; align-items: center; gap: 16px; text-align: center;
}

.accelerator__portrait {
  display: block; width: 90px; height: 90px; border-radius: 50%; object-fit: cover;
}

.accelerator__presenter-intro h4 {
  margin: 0 0 4px; font-size: 24px; line-height: 1.25; letter-spacing: -.02em;
}

.accelerator__presenter-intro p {
  margin: 0; color: color-mix(in srgb, var(--color-light) 70%, transparent);
  font-size: 14px; line-height: 1.25; letter-spacing: -.02em;
}

.accelerator__presenter-content {
  position: absolute; top: 80px; left: 50%; display: flex; width: 380px;
  flex-direction: column; align-items: center; transform: translateX(-50%);
}
.accelerator__separator { display: block; width: 100%; height: 1px; margin-top: 58px; background: var(--color-border); }
.accelerator__credentials { width: 280px; margin-top: 30px; }
@keyframes accelerator-orbit { to { transform: rotate(-360deg); } }

@keyframes dr-builder-caret { 50% { opacity: 0; } }
@keyframes dr-builder-spin { to { transform: rotate(360deg); } }
@keyframes dr-builder-gradient { to { background-position: -220% 0; } }
@keyframes dr-prompt-border { to { --dr-prompt-border-angle: 1turn; } } @keyframes dr-hero-canvas-reveal { from { opacity: 0; } to { opacity: 1; } }

@media (max-width: 1100px) {
  .accelerator__layout { grid-template-columns: 1fr; gap: 64px; }
  .accelerator__content { width: min(100%, 600px); }
  .accelerator__media { width: min(100%, 749px); margin-inline: auto; }
}

@media (max-width: 767px) {
  .dr-home-hero { padding: 110px 0 80px; }
  .dr-home-hero__title { font-size: clamp(34px, 9.2vw, 40px); }
  .dr-home-hero__title br { display: none; }
  .dr-home-hero__title-line::before { content: "\00a0"; }
  .dr-home-hero__builder { margin-top: 48px; }
  .dr-home-hero__prompt-shell { min-height: 76px; padding: 14px; border-radius: 24px; }
  .dr-home-hero__ai-icon { width: 20px; height: 20px; margin-right: 8px; }
  .dr-home-hero__prompt { font-size: 14px; text-align: left; text-overflow: ellipsis; }
  .dr-home-hero__build { min-width: 72px; min-height: 44px; padding: 12px 20px; }
  .dr-home-hero__deploy { align-items: center; gap: 8px; }
  .dr-home-hero__deploy > .eyebrow { flex: 0 0 auto; font-size: 10px; white-space: nowrap; }
  .dr-home-hero__destinations { flex: 1 1 auto; flex-wrap: nowrap; gap: 4px; }
  .dr-home-hero__destinations li { gap: 4px; min-height: 30px; padding: 6px 7px; font-size: 10px; }
  .dr-home-hero__previews { display: flex; justify-content: flex-start; gap: 20px; margin: 76px -15px 0; padding: 0 15px 8px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .dr-home-hero__previews::-webkit-scrollbar { display: none; }
  .dr-home-hero__preview { flex: 0 0 calc(100vw - 54px); scroll-snap-align: start; }
  .dr-home-hero__ripple { top: 58%; width: max(2000px, 500vw); }
  .dr-home-hero__stats { margin-top: 24px; }
  .dr-home-hero__testimonial { margin-top: 42px; }
  .accelerator__layout { grid-template-columns: 1fr; gap: 72px; }
  .accelerator__content { width: 100%; }
  .accelerator__title { font-size: clamp(26px, 7.25vw, 30px); }
  .accelerator__description { margin-top: 25px; }
  .accelerator__outcomes { margin-top: 25px; }
  .accelerator__form { grid-template-columns: 1fr; }
  .accelerator__form .btn { width: 100%; }
  .accelerator__media { width: 100%; max-width: 520px; margin-inline: 0; }
  .accelerator__glow, .accelerator__orbit, .accelerator__rocket, .accelerator__presenter-bg { display: none; }
  .accelerator__media { aspect-ratio: auto; }
  .accelerator__presenter { position: relative; inset: auto; width: 100%; aspect-ratio: auto; }
  .accelerator__led-by { position: static; display: inline-block; margin-bottom: 24px; }
  .accelerator__presenter-content { position: static; width: 100%; align-items: flex-start; transform: none; }
  .accelerator__presenter-intro { width: 100%; flex-direction: row; align-items: center; gap: 20px; text-align: left; }
  .accelerator__portrait { width: 80px; height: 80px; }
  .accelerator__separator { margin-top: 32px; }
  .accelerator__credentials { width: 100%; margin-top: 24px; }
  .accelerator__led-by { padding: 6px 12px; font-size: 10px; }
  .accelerator__presenter-intro h4 { font-size: 18px; }
  .accelerator__presenter-intro p, .accelerator__credentials li { font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .dr-home-hero__ripple, .dr-home-hero__prompt-shell::before, .dr-home-hero__prompt::after,
  .dr-home-hero__loader,
  .dr-home-hero.is-processing .dr-home-hero__prompt { animation: none; }
  .dr-home-hero__ripple { opacity: 1; filter: none; } .accelerator__rocket-track { animation: none; }
}