@charset "UTF-8";
/*
 * DocuDocu — AutoDocu AI
 * Dedicated landing styles. All selectors are scoped to .dd-auto.
 */
.dd-auto,
.dd-auto * {
  box-sizing: border-box;
}

.dd-auto {
  --auto-deep: #020b16;
  --auto-navy: #071a32;
  --auto-navy-soft: #0b2949;
  --auto-blue: #0d4fd1;
  --auto-blue-bright: #1498ff;
  --auto-blue-pale: #eaf2fb;
  --auto-orange: #f0a714;
  --auto-orange-text: #8a5a00;
  --auto-green: #20a464;
  --auto-paper: #f6f9fc;
  --auto-white: #fff;
  --auto-text: #17364b;
  --auto-muted: #5d687e;
  --auto-line: #dce6f2;
  overflow-x: clip;
  overflow-y: visible;
  color: var(--auto-text);
  background: var(--auto-white);
  font-family: "Quicksand", sans-serif;
}

.dd-auto:focus {
  outline: none;
}

.dd-auto .content {
  position: relative;
  z-index: 2;
  width: 88%;
  max-width: 88rem;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
}

.dd-auto h1,
.dd-auto h2,
.dd-auto h3,
.dd-auto p,
.dd-auto ul,
.dd-auto ol,
.dd-auto figure {
  margin-top: 0;
}

.dd-auto h1,
.dd-auto h2,
.dd-auto h3 {
  font-family: "Quicksand", sans-serif;
  letter-spacing: 0;
}

.dd-auto p {
  line-height: 1.65;
}

.dd-auto a:focus-visible,
.dd-auto button:focus-visible,
.dd-auto summary:focus-visible {
  outline: 3px solid var(--auto-orange);
  outline-offset: 4px;
}

.dd-auto-kicker {
  margin-bottom: 12px;
  color: var(--auto-blue);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.35;
  text-transform: uppercase;
}

.dd-auto-section {
  position: relative;
  padding: clamp(78px, 8vw, 122px) 0;
}

.dd-auto-section-head {
  max-width: 880px;
  margin-bottom: clamp(38px, 5vw, 58px);
}

.dd-auto-section-head--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.dd-auto-section-head h2,
.dd-auto-engine__content h2,
.dd-auto-review__content h2,
.dd-auto-visual-story__content h2,
.dd-auto-before-after__head h2,
.dd-auto-control__content h2,
.dd-auto-cta h2 {
  margin-bottom: 20px;
  color: var(--auto-navy);
  font-size: clamp(2.05rem, 4vw, 3.55rem);
  font-weight: 800;
  line-height: 1.06;
}

.dd-auto-section-head h2 span,
.dd-auto-engine__content h2 span,
.dd-auto-review__content h2 span,
.dd-auto-visual-story__content h2 span,
.dd-auto-before-after__head h2 span,
.dd-auto-control__content h2 span,
.dd-auto-cta h2 span {
  color: var(--auto-blue);
}

.dd-auto-section-head > p:last-child,
.dd-auto-engine__content > p,
.dd-auto-review__content > p,
.dd-auto-visual-story__content > p,
.dd-auto-control__content > p:last-child,
.dd-auto-cta__content > p {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--auto-muted);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
}

.dd-auto-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  align-items: center;
}

.dd-auto .dd-auto-btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 10px;
  box-shadow: none;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.dd-auto .dd-auto-btn:hover {
  transform: translateY(-2px);
}

.dd-auto .dd-auto-btn--primary {
  color: var(--auto-navy);
  background: var(--auto-orange);
  box-shadow: 0 12px 28px rgba(240, 167, 20, 0.23);
}

.dd-auto .dd-auto-btn--primary:hover {
  background: #ffc247;
  box-shadow: 0 16px 34px rgba(240, 167, 20, 0.32);
}

.dd-auto .dd-auto-btn--ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.3);
}

.dd-auto .dd-auto-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.55);
}

/* Hero */
.dd-auto-hero {
  position: relative;
  isolation: isolate;
  padding: 168px 0 104px;
  overflow: hidden;
  color: #fff;
  background: radial-gradient(circle at 78% 24%, rgba(20, 121, 246, 0.34), transparent 34%), linear-gradient(135deg, #020b16 0%, #071a32 55%, #0c2f5d 100%);
}

.dd-auto-hero::after {
  position: absolute;
  z-index: -1;
  right: -160px;
  bottom: -300px;
  width: 590px;
  height: 590px;
  border: 82px solid rgba(240, 167, 20, 0.11);
  border-radius: 50%;
  content: "";
}

.dd-auto-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(560px, 1.1fr);
  gap: clamp(50px, 6vw, 96px);
  align-items: center;
}

.dd-auto-hero__content {
  position: relative;
  z-index: 4;
  min-width: 0;
  max-width: 660px;
}

.dd-auto-hero .dd-auto-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--auto-orange);
}

.dd-auto-hero .dd-auto-kicker::before {
  width: 18px;
  height: 2px;
  background: currentColor;
  content: "";
}

.dd-auto-hero h1 {
  max-width: 690px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(2.65rem, 5vw, 64px);
  font-weight: 800;
  line-height: 0.99;
}

.dd-auto-hero h1 span {
  display: block;
  color: var(--auto-orange);
}

.dd-auto-hero__lead {
  max-width: 650px;
  margin-bottom: 27px;
  color: #c8dcef;
  font-size: clamp(1.05rem, 1.55vw, 1.25rem);
}

.dd-auto-document-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 31px;
  padding: 0;
  list-style: none;
}

.dd-auto-document-list li {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  color: #d8e9f8;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
}

.dd-auto-document-list li::before {
  width: 7px;
  height: 9px;
  background: var(--auto-blue-bright);
  border-radius: 1px;
  box-shadow: 3px -3px 0 rgba(255, 255, 255, 0.35);
  content: "";
}

p.dd-auto-hero__note {
  display: flex;
  gap: 9px;
  align-items: center;
  margin: 18px 0 0;
  color: #aebfd1;
  font-size: 0.76rem;
}

.dd-auto-hero__note span {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  background: var(--auto-green);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(32, 164, 100, 0.13);
}

.dd-auto-hero__visual {
  position: relative;
  z-index: 3;
  width: min(720px, 50vw);
  min-width: 0;
}

.dd-auto-app {
  position: relative;
  overflow: hidden;
  background: #f5f8fc;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 19px;
  box-shadow: 0 38px 84px rgba(0, 0, 0, 0.42), 0 0 0 7px rgba(255, 255, 255, 0.035);
  color: var(--auto-text);
  transform: perspective(1500px) rotateY(-2deg) rotateX(1deg);
}

.dd-auto-app__bar {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  color: #d9e9f8;
  background: #06172b;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.dd-auto-app__brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
}

.dd-auto-app__brand > span {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: var(--auto-navy);
  background: var(--auto-orange);
  border-radius: 7px;
  font-weight: 900;
}

.dd-auto-app__brand small {
  padding: 3px 6px;
  color: #0e5b39;
  background: #c9f1dc;
  border-radius: 999px;
  font-size: 0.56rem;
  font-weight: 900;
}

.dd-auto-app__actions {
  display: flex;
  gap: 6px;
}

.dd-auto-app__actions i {
  width: 7px;
  height: 7px;
  background: #35506f;
  border-radius: 50%;
}

.dd-auto-app__actions i:last-child {
  background: var(--auto-green);
}

.dd-auto-app__body {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  min-height: 520px;
}

.dd-auto-app__rail {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  padding-top: 24px;
  background: #edf2f7;
  border-right: 1px solid #dde6ef;
}

.dd-auto-app__rail span {
  position: relative;
  width: 16px;
  height: 16px;
  border: 2px solid #95aac0;
  border-radius: 4px;
}

.dd-auto-app__rail span.is-active {
  border-color: var(--auto-blue);
  box-shadow: 0 0 0 7px rgba(13, 79, 209, 0.1);
}

.dd-auto-app__workspace {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 14px;
}

.dd-auto-upload,
.dd-auto-queue {
  padding: 14px;
  background: #fff;
  border: 1px solid #e1e8f0;
  border-radius: 11px;
  box-shadow: 0 9px 22px rgba(29, 53, 79, 0.08);
}

.dd-auto-upload__title {
  margin-bottom: 10px;
  color: #405d79;
  font-size: 0.7rem;
  font-weight: 700;
}

.dd-auto-upload__title span {
  display: inline-grid;
  width: 17px;
  height: 17px;
  place-items: center;
  margin-right: 5px;
  color: #fff;
  background: var(--auto-blue);
  border-radius: 50%;
  font-size: 0.65rem;
}

.dd-auto-upload__drop {
  display: flex;
  min-height: 152px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 13px;
  background: #f8fbff;
  border: 2px dashed #cddaea;
  border-radius: 9px;
  text-align: center;
}

.dd-auto-upload__drop strong {
  margin: 8px 0 3px;
  color: #17364b;
  font-size: 0.72rem;
}

.dd-auto-upload__drop small {
  color: #7b8da0;
  font-size: 0.56rem;
}

.dd-auto-pdf {
  position: relative;
  display: flex;
  width: 46px;
  height: 57px;
  flex-direction: column;
  align-items: center;
  padding-top: 9px;
  color: #fff;
  background: #fff;
  border: 2px solid #f17d80;
  border-radius: 8px;
  box-shadow: 0 5px 11px rgba(103, 124, 147, 0.17);
}

.dd-auto-pdf::after {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 13px;
  height: 13px;
  background: linear-gradient(225deg, #edf2f7 49%, #f17d80 51%, #f17d80 58%, #fff 60%);
  border-radius: 0 6px 0 0;
  content: "";
}

.dd-auto-pdf span {
  width: 31px;
  margin-bottom: 9px;
  padding: 2px 0;
  background: #eb5e62;
  border-radius: 3px;
  font-size: 0.55rem;
  font-weight: 900;
}

.dd-auto-pdf i {
  width: 24px;
  height: 3px;
  margin-bottom: 4px;
  background: #7d8b99;
  border-radius: 3px;
}

.dd-auto-upload__file {
  position: relative;
  display: grid;
  grid-template-columns: 12px 1fr auto;
  grid-template-rows: auto 4px;
  gap: 6px 7px;
  align-items: center;
  margin-top: 10px;
  padding: 9px 10px 8px;
  border: 1px solid #dfe7ef;
  border-radius: 7px;
  font-size: 0.58rem;
}

.dd-auto-upload__file > span {
  width: 9px;
  height: 12px;
  background: #f2676b;
  border-radius: 2px;
}

.dd-auto-upload__file strong {
  color: #31485d;
}

.dd-auto-upload__file small {
  color: #12823f;
  font-weight: 800;
}

.dd-auto-upload__file i {
  grid-column: 1/-1;
  width: 100%;
  height: 4px;
  background: var(--auto-green);
  border-radius: 999px;
}

.dd-auto-upload__file.is-progress-pending > i {
  width: 0;
  transition: width 2.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.dd-auto-upload__file.is-progress-pending.is-progress-visible > i {
  width: 100%;
}

.dd-auto-queue {
  padding: 0;
  overflow: hidden;
}

.dd-auto-queue__head {
  display: flex;
  min-height: 50px;
  align-items: center;
  gap: 7px;
  padding: 0 13px;
  border-bottom: 1px solid #e5ebf2;
  font-size: 0.68rem;
}

.dd-auto-queue__head > span {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  color: #fff;
  background: var(--auto-blue);
  border-radius: 50%;
  font-size: 0.57rem;
  font-weight: 800;
}

.dd-auto-queue__head button {
  margin-left: auto;
  padding: 7px 11px;
  color: #fff;
  background: #225e9d;
  border: 0;
  border-radius: 5px;
  font-family: inherit;
  font-size: 0.56rem;
  font-weight: 800;
  pointer-events: none;
}

.dd-auto-queue__labels,
.dd-auto-queue__row {
  display: grid;
  grid-template-columns: 1.2fr 0.75fr 0.65fr 1.05fr 0.8fr;
}

.dd-auto-queue__labels {
  padding: 8px 10px;
  color: #66798d;
  background: #f2f6fa;
  font-size: 0.48rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.dd-auto-queue__row {
  align-items: center;
  border-top: 1px solid #e5ebf2;
}

.dd-auto-queue__row > div {
  display: flex;
  min-width: 0;
  min-height: 58px;
  flex-direction: column;
  justify-content: center;
  padding: 8px 9px;
  border-right: 1px solid #e5ebf2;
}

.dd-auto-queue__row > div:last-child {
  border-right: 0;
}

.dd-auto-queue__row small {
  overflow: hidden;
  color: #8192a4;
  font-size: 0.45rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dd-auto-queue__row strong {
  overflow: hidden;
  color: #31506e;
  font-size: 0.53rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dd-auto-queue__row > div:first-child strong {
  color: #0c4f9d;
  text-transform: uppercase;
}

.dd-auto-queue__row .dd-auto-ready {
  position: relative;
  display: grid;
  grid-template-columns: 20px 1fr;
  grid-template-rows: auto auto;
  -moz-column-gap: 7px;
       column-gap: 7px;
  margin: 6px;
  min-height: 46px;
  padding: 6px 7px;
  background: #e2f6e4;
  border: 1px solid #c3e6c6;
  border-radius: 7px;
}

.dd-auto-ready span {
  display: grid;
  grid-row: 1/3;
  width: 20px;
  height: 20px;
  align-self: center;
  place-items: center;
  color: #fff;
  background: var(--auto-green);
  border-radius: 50%;
  font-size: 0.6rem;
  font-weight: 900;
}

.dd-auto-ready strong {
  color: #08702f;
}

.dd-auto-hero__float {
  position: absolute;
  z-index: 5;
  display: flex;
  color: var(--auto-text);
  background: #fff;
  border: 1px solid #dce7f2;
  border-radius: 12px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
}

.dd-auto-hero__float--queue {
  top: -30px;
  right: 38px;
  min-width: 142px;
  flex-direction: column;
  padding: 12px 16px;
  border-left: 4px solid var(--auto-blue-bright);
}

.dd-auto-hero__float--queue strong {
  color: var(--auto-navy);
  font-size: 0.95rem;
}

.dd-auto-hero__float--queue span {
  color: #7a8998;
  font-size: 0.63rem;
}

.dd-auto-hero__float--ready {
  right: 12px;
  bottom: -24px;
  gap: 9px;
  align-items: center;
  padding: 11px 15px;
}

.dd-auto-hero__float--ready span {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  color: #fff;
  background: var(--auto-green);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 900;
}

.dd-auto-hero__float--ready strong {
  color: #26513c;
  font-size: 0.75rem;
}

/* Proof */
.dd-auto-proof {
  position: relative;
  z-index: 4;
  color: #dce9f5;
  background: #06182c;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.dd-auto-proof .content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.dd-auto-proof article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  min-height: 116px;
  padding: 22px 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.dd-auto-proof article:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.dd-auto-proof article > span {
  color: var(--auto-orange);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.dd-auto-proof article strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: 0.83rem;
}

.dd-auto-proof article p {
  margin: 0;
  color: #93a9bf;
  font-size: 0.68rem;
  line-height: 1.45;
}

/* Cost */
.dd-auto-cost {
  background: radial-gradient(circle at 86% 14%, rgba(20, 152, 255, 0.08), transparent 27%), #fff;
}

.dd-auto-cost__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.dd-auto-cost__grid article {
  position: relative;
  min-height: 242px;
  padding: 29px 25px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--auto-line);
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(31, 67, 99, 0.07);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.dd-auto-cost__grid article:hover {
  transform: translateY(-5px);
  border-color: #b8d4ee;
  box-shadow: 0 24px 54px rgba(31, 67, 99, 0.12);
}

.dd-auto-cost__grid article::after {
  position: absolute;
  right: -26px;
  bottom: -31px;
  width: 92px;
  height: 92px;
  background: var(--auto-blue-pale);
  border-radius: 50%;
  content: "";
}

.dd-auto-cost__number {
  display: inline-block;
  margin-bottom: 33px;
  color: var(--auto-blue);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.dd-auto-cost__grid h3 {
  margin-bottom: 10px;
  color: var(--auto-navy);
  font-size: 1.14rem;
}

.dd-auto-cost__grid p {
  margin: 0;
  color: var(--auto-muted);
  font-size: 0.86rem;
}

.dd-auto-cost__statement {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  align-items: center;
  max-width: 980px;
  margin-top: 30px;
  padding: 23px 27px;
  color: #d8e8f6;
  background: var(--auto-navy);
  border-radius: 14px;
}

.dd-auto-cost__statement > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--auto-orange);
  background: rgba(240, 167, 20, 0.1);
  border-radius: 12px;
  font-size: 1.4rem;
}

.dd-auto-cost__statement p {
  margin: 0;
  font-size: 0.95rem;
}

.dd-auto-cost__statement strong {
  color: #fff;
}

/* Document types */
.dd-auto-documents {
  background: var(--auto-paper);
}

.dd-auto-documents__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.dd-auto-documents__grid article {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 27px 24px 24px;
  background: #fff;
  border: 1px solid #dce6f1;
  border-radius: 18px;
  box-shadow: 0 15px 34px rgba(31, 67, 99, 0.06);
}

.dd-auto-document-icon {
  position: relative;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  margin-bottom: 25px;
  color: var(--auto-blue);
  background: #e8f2ff;
  border-radius: 15px;
}

.dd-auto-document-icon::before {
  width: 24px;
  height: 30px;
  background: #fff;
  border: 2px solid currentColor;
  border-radius: 4px;
  box-shadow: 4px 4px 0 rgba(13, 79, 209, 0.1);
  content: "";
}

.dd-auto-document-icon::after {
  position: absolute;
  top: 21px;
  left: 20px;
  width: 17px;
  height: 3px;
  background: currentColor;
  border-radius: 3px;
  box-shadow: 0 6px 0 currentColor, 0 12px 0 currentColor;
  content: "";
  transform: scale(0.6);
}

.dd-auto-document-icon--contract {
  color: #7656c9;
  background: #f0ecff;
}

.dd-auto-document-icon--tax {
  color: #d27b0c;
  background: #fff3dd;
}

.dd-auto-document-icon--receipt {
  color: #169066;
  background: #e4f7ef;
}

.dd-auto-documents__label {
  margin-bottom: 6px;
  color: var(--auto-blue);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.dd-auto-documents__grid h3 {
  margin-bottom: 11px;
  color: var(--auto-navy);
  font-size: 1.17rem;
}

.dd-auto-documents__grid article > p:not(.dd-auto-documents__label) {
  margin-bottom: 22px;
  color: var(--auto-muted);
  font-size: 0.86rem;
}

.dd-auto-documents__state {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  margin-top: auto;
  color: #37725a;
  font-size: 0.68rem;
  font-weight: 800;
}

.dd-auto-documents__state i {
  width: 7px;
  height: 7px;
  background: var(--auto-green);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(32, 164, 100, 0.1);
}

/* Extraction */
.dd-auto-engine {
  position: relative;
  padding: clamp(82px, 9vw, 128px) 0;
}

.dd-auto-engine--extraction {
  background: #fff;
}

.dd-auto-engine--extraction .content {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr);
  gap: clamp(48px, 7vw, 102px);
  align-items: center;
}

.dd-auto-engine__content {
  max-width: 650px;
}

.dd-auto-checklist {
  display: grid;
  gap: 13px;
  margin: 29px 0 0;
  padding: 0;
  list-style: none;
}

.dd-auto-checklist li {
  position: relative;
  display: grid;
  grid-template-columns: minmax(165px, 0.8fr) 1.2fr;
  gap: 15px;
  align-items: center;
  padding: 14px 16px 14px 47px;
  background: #f7fafc;
  border: 1px solid #e1e9f1;
  border-radius: 11px;
}

.dd-auto-checklist li::before {
  position: absolute;
  left: 15px;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: #fff;
  background: var(--auto-blue);
  border-radius: 50%;
  content: "✓";
  font-size: 0.66rem;
  font-weight: 900;
}

.dd-auto-checklist strong {
  color: var(--auto-navy);
  font-size: 0.84rem;
}

.dd-auto-checklist span {
  color: var(--auto-muted);
  font-size: 0.77rem;
  line-height: 1.45;
}

.dd-auto-artwork {
  position: relative;
  margin: 0;
}

.dd-auto-artwork img {
  display: block;
  width: 100%;
  height: auto;
}

.dd-auto-artwork--light {
  padding: 10px;
  background: #f4f8fd;
  border: 1px solid #dfe9f3;
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(31, 67, 99, 0.12);
}

.dd-auto-artwork--light img {
  border-radius: 17px;
}

.dd-auto-artwork figcaption {
  position: absolute;
  right: 30px;
  bottom: 26px;
  padding: 9px 13px;
  color: #37546e;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(186, 206, 225, 0.8);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(41, 67, 92, 0.12);
  backdrop-filter: blur(10px);
  font-size: 0.66rem;
  font-weight: 800;
}

/* AutoDocu queue replica copied from the advisor landing. */
.dd-auto-autodocu-demo {
  min-width: 0;
  margin: 0;
  /* padding: 10px; */
  /* overflow: hidden; */
  color: #304f66;
  /* background: #f4f8fd; */
  /* border: 1px solid #dfe9f3; */
  border-radius: 24px;
  /* box-shadow: 0 28px 70px rgba(31, 67, 99, 0.12); */
}

.dd-auto-autodocu-demo .dd-company-autodocu-queue {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dce4ea;
  border-radius: 17px;
  box-shadow: 16px 28px 70px rgba(31, 67, 99, 0.16);
}

.dd-auto-autodocu-demo .dd-company-autodocu-queue > header,
.dd-auto-autodocu-demo .dd-company-autodocu-queue > header > div,
.dd-auto-autodocu-demo .dd-company-autodocu-list__state,
.dd-auto-autodocu-demo .dd-company-autodocu-list__actions {
  display: flex;
  align-items: center;
}

.dd-auto-autodocu-demo .dd-company-autodocu-queue > header {
  min-height: 62px;
  gap: 14px;
  justify-content: space-between;
  padding: 12px 14px;
}

.dd-auto-autodocu-demo .dd-company-autodocu-queue > header > div {
  min-width: 0;
  gap: 8px;
  color: #375b73;
  font-size: 0.76rem;
}

.dd-auto-autodocu-demo .dd-company-autodocu-queue > header i {
  color: #1688cc;
}

.dd-auto-autodocu-demo .dd-company-autodocu-queue > header > div > span {
  display: grid;
  min-width: 24px;
  height: 24px;
  place-items: center;
  color: #fff;
  background: #1688cc;
  border-radius: 999px;
  font-size: 0.55rem;
}

.dd-auto-autodocu-demo .dd-company-autodocu-queue > header > small {
  flex: 0 0 auto;
  color: #8397a5;
  font-size: 0.58rem;
  font-weight: 700;
}

.dd-auto-autodocu-demo .dd-company-autodocu-list__head,
.dd-auto-autodocu-demo .dd-company-autodocu-list__row {
  display: grid;
  gap: 5px;
  align-items: center;
  grid-template-columns: minmax(72px, 1.3fr) minmax(62px, 0.9fr) minmax(48px, 0.6fr) minmax(70px, 1fr) minmax(80px, 1.1fr) 76px;
}

.dd-auto-autodocu-demo .dd-company-autodocu-list__head {
  min-height: 36px;
  padding: 8px;
  color: #8395a3;
  background: #f4f6f8;
  border-top: 1px solid #e2e8ed;
  border-bottom: 1px solid #e2e8ed;
}

.dd-auto-autodocu-demo .dd-company-autodocu-list__head span {
  overflow: hidden;
  font-size: 0.44rem;
  font-weight: 850;
  letter-spacing: 0.035em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.dd-auto-autodocu-demo .dd-company-autodocu-list__row {
  --autodocu-state: #33a36c;
  --autodocu-state-bg: #edf8f2;
  min-height: 78px;
  padding: 10px 8px;
  background: #fff;
  border-bottom: 1px solid #e7ecf0;
}

.dd-auto-autodocu-demo .dd-company-autodocu-list__row:last-child {
  border-bottom: 0;
}

.dd-auto-autodocu-demo .dd-company-autodocu-list__row.is-review {
  --autodocu-state: #d88f22;
  --autodocu-state-bg: #fff8e9;
}

.dd-auto-autodocu-demo .dd-company-autodocu-list__row.is-incomplete {
  --autodocu-state: #d14d52;
  --autodocu-state-bg: #fff0f0;
}

.dd-auto-autodocu-demo .dd-company-autodocu-list__company,
.dd-auto-autodocu-demo .dd-company-autodocu-list__worker,
.dd-auto-autodocu-demo .dd-company-autodocu-list__state p {
  display: grid;
  min-width: 0;
  gap: 3px;
  margin: 0;
}

.dd-auto-autodocu-demo .dd-company-autodocu-list__company strong,
.dd-auto-autodocu-demo .dd-company-autodocu-list__worker strong,
.dd-auto-autodocu-demo .dd-company-autodocu-list__state strong {
  overflow: hidden;
  color: #3a5b70;
  font-size: 0.54rem;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dd-auto-autodocu-demo .dd-company-autodocu-list__company small,
.dd-auto-autodocu-demo .dd-company-autodocu-list__worker small,
.dd-auto-autodocu-demo .dd-company-autodocu-list__state small {
  overflow: hidden;
  color: #8b9ba6;
  font-size: 0.42rem;
  font-weight: 650;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dd-auto-autodocu-demo .is-incomplete .dd-company-autodocu-list__company small,
.dd-auto-autodocu-demo .is-incomplete .dd-company-autodocu-list__company strong,
.dd-auto-autodocu-demo .is-incomplete .dd-company-autodocu-list__worker strong {
  color: #bd4b50;
}

.dd-auto-autodocu-demo .dd-company-autodocu-list__select,
.dd-auto-autodocu-demo .dd-company-autodocu-list__period {
  min-width: 0;
  min-height: 32px;
  padding: 7px;
  overflow: hidden;
  color: #526d7e;
  background: #fff;
  border: 1px solid #dce4e9;
  border-radius: 6px;
  font-size: 0.5rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  align-content: center;
}

.dd-auto-autodocu-demo .dd-company-autodocu-list__select {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: space-between;
}

.dd-auto-autodocu-demo .dd-company-autodocu-list__select i {
  flex: 0 0 auto;
  color: #92a1ab;
  font-size: 0.42rem;
}

.dd-auto-autodocu-demo .dd-company-autodocu-list__period {
  color: #81929e;
}

.dd-auto-autodocu-demo .dd-company-autodocu-list__state {
  min-width: 0;
  min-height: 44px;
  gap: 6px;
  padding: 7px;
  color: var(--autodocu-state);
  background: var(--autodocu-state-bg);
  border-radius: 7px;
}

.dd-auto-autodocu-demo .dd-company-autodocu-list__state > i {
  flex: 0 0 auto;
  font-size: 0.68rem;
}

.dd-auto-autodocu-demo .dd-company-autodocu-list__state strong {
  color: var(--autodocu-state);
}

.dd-auto-autodocu-demo .dd-company-autodocu-list__actions {
  min-width: 0;
  gap: 4px;
  justify-content: flex-end;
}

.dd-auto-autodocu-demo .dd-company-autodocu-list__actions > i {
  display: grid;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  place-items: center;
  color: #238bc8;
  background: #fff;
  border: 1px solid #b9d7e9;
  border-radius: 5px;
  font-size: 0.5rem;
}

.dd-auto-autodocu-demo .dd-company-autodocu-list__actions > i:nth-child(2) {
  color: #31a16a;
  border-color: #b8ddc9;
}

.dd-auto-autodocu-demo .dd-company-autodocu-list__actions > i:nth-child(3) {
  color: #ca4c51;
  border-color: #edc6c7;
}

.dd-auto-autodocu-demo__caption {
  margin: 0;
  padding: 10px 6px 2px;
  color: #708797;
  font-size: 0.58rem;
  font-weight: 750;
  text-align: right;
}

/* Human review */
.dd-auto-review {
  position: relative;
  padding: clamp(88px, 9vw, 132px) 0;
  overflow: hidden;
  color: #d8e6f3;
  background: radial-gradient(circle at 16% 48%, rgba(20, 121, 246, 0.22), transparent 31%), linear-gradient(135deg, #020b16, #071a32 62%, #0b2949);
}

.dd-auto-review::after {
  position: absolute;
  right: -170px;
  bottom: -210px;
  width: 460px;
  height: 460px;
  border: 64px solid rgba(240, 167, 20, 0.08);
  border-radius: 50%;
  content: "";
}

.dd-auto-review .content {
  display: grid;
  grid-template-columns: minmax(480px, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(55px, 7vw, 105px);
  align-items: center;
}

.dd-auto-review__content h2 {
  color: #fff;
}

.dd-auto-review__content h2 span {
  color: var(--auto-orange);
}

.dd-auto-review__content > p {
  color: #adc0d3;
}

.dd-auto-review .dd-auto-kicker {
  color: var(--auto-orange);
}

.dd-auto-review__visual {
  position: relative;
  padding: 0 26px 24px 0;
}

.dd-auto-review-card {
  overflow: hidden;
  color: var(--auto-text);
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 17px;
  box-shadow: 0 34px 82px rgba(0, 0, 0, 0.4);
  transform: perspective(1500px) rotateY(3deg);
}

.dd-auto-review-card__head {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  background: #f8fafc;
  border-bottom: 1px solid #e2e9f0;
}

.dd-auto-review-card__head div {
  display: flex;
  flex-direction: column;
}

.dd-auto-review-card__head small {
  color: #7b8ea1;
  font-size: 0.58rem;
}

.dd-auto-review-card__head strong {
  color: var(--auto-navy);
  font-size: 0.86rem;
}

.dd-auto-review-card__head > span {
  color: #a0afbe;
  font-size: 1.25rem;
}

.dd-auto-review-card__preview {
  display: flex;
  min-height: 112px;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #7890a5;
  background: linear-gradient(rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.82)), repeating-linear-gradient(0deg, #dae5ef 0, #dae5ef 1px, transparent 1px, transparent 17px);
  border-bottom: 1px solid #e4ebf2;
  font-size: 0.6rem;
  font-weight: 700;
}

.dd-auto-review-paper {
  display: flex;
  width: 65px;
  height: 84px;
  flex-direction: column;
  gap: 6px;
  padding: 17px 10px 10px;
  background: #fff;
  border: 1px solid #d6e0e9;
  border-radius: 5px;
  box-shadow: 0 7px 18px rgba(54, 80, 104, 0.17);
}

.dd-auto-review-paper i {
  height: 4px;
  background: #c9d7e4;
  border-radius: 3px;
}

.dd-auto-review-paper i:first-child {
  width: 65%;
  background: #7caef1;
}

.dd-auto-review-card__fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 17px 18px 10px;
}

.dd-auto-review-card__fields label {
  display: flex;
  min-width: 0;
  min-height: 49px;
  flex-direction: column;
  justify-content: center;
  padding: 8px 11px;
  background: #fff;
  border: 1px solid #d7e1e9;
  border-radius: 8px;
}

.dd-auto-review-card__fields span,
.dd-auto-review-card__values > small {
  color: #6b8196;
  font-size: 0.52rem;
}

.dd-auto-review-card__fields strong {
  overflow: hidden;
  color: #1f4f84;
  font-size: 0.66rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dd-auto-review-card__values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  padding: 8px 18px 18px;
}

.dd-auto-review-card__values > small {
  grid-column: 1/-1;
  font-weight: 800;
}

.dd-auto-review-card__values div {
  display: flex;
  flex-direction: column;
  padding: 8px 9px;
  background: #f7fafc;
  border: 1px solid #dfe7ef;
  border-radius: 7px;
}

.dd-auto-review-card__values span {
  color: #3972af;
  font-size: 0.5rem;
}

.dd-auto-review-card__values strong {
  color: #6f7d8b;
  font-size: 0.72rem;
}

.dd-auto-review-card__footer {
  display: flex;
  min-height: 60px;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  background: #eef4fa;
}

.dd-auto-review-card__footer span {
  color: #73879b;
  font-size: 0.56rem;
}

.dd-auto-review-card__footer strong {
  padding: 8px 15px;
  color: #fff;
  background: #6eb45c;
  border-radius: 6px;
  font-size: 0.65rem;
}

.dd-auto-review__float {
  position: absolute;
  right: -6px;
  bottom: -5px;
  display: grid;
  grid-template-columns: 31px 1fr;
  grid-template-rows: auto auto;
  min-width: 174px;
  padding: 11px 14px;
  color: #6d4b00;
  background: #fff3cf;
  border: 1px solid #f1d27b;
  border-radius: 11px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
}

.dd-auto-review__float span {
  display: grid;
  grid-row: 1/3;
  width: 26px;
  height: 26px;
  align-self: center;
  place-items: center;
  color: #fff;
  background: var(--auto-orange);
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 900;
}

.dd-auto-review__float strong {
  font-size: 0.69rem;
}

.dd-auto-review__float small {
  font-size: 0.54rem;
}

.dd-auto-review-list {
  display: grid;
  gap: 2px;
  margin-top: 27px;
}

.dd-auto-review-list article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 11px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.dd-auto-review-list article > span {
  color: var(--auto-orange);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.09em;
}

.dd-auto-review-list strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: 0.86rem;
}

.dd-auto-review-list p {
  margin: 0;
  color: #91a8bd;
  font-size: 0.78rem;
}

/* Process */
.dd-auto-process {
  background: #fff;
}

.dd-auto-process__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dd-auto-process__steps::before {
  position: absolute;
  z-index: 0;
  top: 66px;
  right: 12%;
  left: 12%;
  height: 1px;
  background: repeating-linear-gradient(90deg, #b8cce0 0, #b8cce0 8px, transparent 8px, transparent 16px);
  content: "";
}

.dd-auto-process__steps li {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 245px;
  justify-items: center;
  padding: 0 20px;
  text-align: center;
}

.dd-auto-process__steps li > span {
  margin-bottom: 12px;
  color: var(--auto-blue);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.dd-auto-process__icon {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  margin-bottom: 23px;
  color: #fff;
  background: var(--auto-blue);
  border: 9px solid #e8f1ff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #b8d2ef;
  font-size: 1.05rem;
  font-weight: 900;
}

.dd-auto-process__steps li:nth-child(3) .dd-auto-process__icon {
  background: var(--auto-green);
  border-color: #e2f5eb;
}

.dd-auto-process__steps li:nth-child(4) .dd-auto-process__icon {
  color: var(--auto-navy);
  background: var(--auto-orange);
  border-color: #fff2d6;
}

.dd-auto-process__steps h3 {
  margin-bottom: 8px;
  color: var(--auto-navy);
  font-size: 1.12rem;
}

.dd-auto-process__steps p {
  margin: 0;
  color: var(--auto-muted);
  font-size: 0.82rem;
}

/* Generated visual story */
.dd-auto-visual-story {
  position: relative;
  padding: clamp(86px, 9vw, 132px) 0;
  overflow: hidden;
  color: #dce9f5;
  background: #020b16;
}

.dd-auto-visual-story .content {
  display: grid;
  grid-template-columns: minmax(340px, 0.72fr) minmax(560px, 1.28fr);
  gap: clamp(45px, 6vw, 90px);
  align-items: center;
}

.dd-auto-visual-story__content h2 {
  color: #fff;
}

.dd-auto-visual-story__content h2 span {
  color: var(--auto-orange);
}

.dd-auto-visual-story__content > p {
  color: #aebfd1;
}

.dd-auto-visual-story .dd-auto-kicker {
  color: var(--auto-orange);
}

.dd-auto-visual-story__content ul {
  display: grid;
  gap: 11px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.dd-auto-visual-story__content li {
  position: relative;
  padding-left: 28px;
  color: #d5e3f0;
  font-size: 0.85rem;
}

.dd-auto-visual-story__content li::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  color: #fff;
  background: var(--auto-blue);
  border-radius: 50%;
  content: "✓";
  font-size: 0.56rem;
  font-weight: 900;
}

.dd-auto-artwork--dark {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  box-shadow: 0 32px 78px rgba(0, 0, 0, 0.44);
}

/* Use cases */
.dd-auto-usecases {
  background: var(--auto-paper);
}

.dd-auto-usecases__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.dd-auto-usecases__grid article {
  position: relative;
  min-height: 355px;
  padding: 36px 34px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--auto-line);
  border-radius: 19px;
  box-shadow: 0 18px 44px rgba(31, 67, 99, 0.07);
}

.dd-auto-usecases__grid article::after {
  position: absolute;
  right: -58px;
  bottom: -75px;
  width: 210px;
  height: 210px;
  border: 32px solid #ebf3fb;
  border-radius: 50%;
  content: "";
}

.dd-auto-usecases__grid article:nth-child(2)::after {
  border-color: #fff0cf;
}

.dd-auto-usecases__eyebrow {
  display: inline-flex;
  margin-bottom: 21px;
  padding: 7px 10px;
  color: var(--auto-blue);
  background: #eaf2ff;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dd-auto-usecases__grid h3 {
  max-width: 520px;
  margin-bottom: 13px;
  color: var(--auto-navy);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.15;
}

.dd-auto-usecases__grid article > p {
  max-width: 600px;
  margin-bottom: 24px;
  color: var(--auto-muted);
  font-size: 0.9rem;
  z-index: 11;
  position: relative;
}

.dd-auto-usecases__grid ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dd-auto-usecases__grid li {
  position: relative;
  padding-left: 24px;
  color: #3d586f;
  font-size: 0.79rem;
}

.dd-auto-usecases__grid li::before {
  position: absolute;
  left: 0;
  color: var(--auto-green);
  content: "✓";
  font-weight: 900;
}

/* Before / after */
.dd-auto-before-after {
  padding: clamp(84px, 9vw, 128px) 0;
  background: #fff;
}

.dd-auto-before-after__head {
  max-width: 940px;
  margin-bottom: 42px;
}

.dd-auto-before-after__grid {
  display: grid;
  grid-template-columns: 1fr 64px 1fr;
  align-items: stretch;
}

.dd-auto-before-after__card {
  padding: 33px 32px;
  border-radius: 18px;
}

.dd-auto-before-after__card--before {
  background: #f7f8fa;
  border: 1px solid #dde2e8;
}

.dd-auto-before-after__card--after {
  background: #edf7ff;
  border: 1px solid #bcdaf2;
}

.dd-auto-before-after__label {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 24px;
  color: var(--auto-navy);
  font-size: 0.9rem;
  font-weight: 900;
}

.dd-auto-before-after__label span {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  color: #fff;
  background: #8a96a3;
  border-radius: 50%;
  font-size: 0.75rem;
}

.dd-auto-before-after__card--after .dd-auto-before-after__label span {
  background: var(--auto-green);
}

.dd-auto-before-after__card ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dd-auto-before-after__card li {
  position: relative;
  padding-left: 24px;
  color: var(--auto-muted);
  font-size: 0.85rem;
}

.dd-auto-before-after__card li::before {
  position: absolute;
  left: 0;
  color: #8794a2;
  content: "—";
  font-weight: 900;
}

.dd-auto-before-after__card--after li::before {
  color: var(--auto-green);
  content: "✓";
}

.dd-auto-before-after__arrow {
  display: grid;
  place-items: center;
  color: var(--auto-blue);
  font-size: 1.35rem;
  font-weight: 900;
}

/* Control */
.dd-auto-control {
  color: #dce9f5;
  background: radial-gradient(circle at 88% 18%, rgba(20, 121, 246, 0.18), transparent 28%), var(--auto-navy);
}

.dd-auto-control .content {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: clamp(50px, 8vw, 120px);
  align-items: center;
}

.dd-auto-control__content h2 {
  color: #fff;
}

.dd-auto-control__content h2 span {
  color: var(--auto-orange);
}

.dd-auto-control__content > p:last-child {
  color: #a8bbce;
}

.dd-auto-control .dd-auto-kicker {
  color: var(--auto-orange);
}

.dd-auto-control__grid {
  display: grid;
  gap: 13px;
}

.dd-auto-control__grid article {
  display: grid;
  grid-template-columns: 48px 1fr;
  grid-template-rows: auto auto;
  gap: 3px 16px;
  padding: 20px 22px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 13px;
}

.dd-auto-control__grid article > span {
  grid-row: 1/3;
  align-self: center;
  color: var(--auto-orange);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.dd-auto-control__grid strong {
  color: #fff;
  font-size: 0.87rem;
}

.dd-auto-control__grid p {
  margin: 0;
  color: #91a8bd;
  font-size: 0.77rem;
}

/* FAQ */
.dd-auto-faq {
  background: #fff;
}

.dd-auto-faq__list {
  max-width: 980px;
}

.dd-auto-faq details {
  border-top: 1px solid var(--auto-line);
}

.dd-auto-faq details:last-child {
  border-bottom: 1px solid var(--auto-line);
}

.dd-auto-faq summary {
  position: relative;
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 58px 20px 0;
  color: var(--auto-navy);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 800;
  list-style: none;
}

.dd-auto-faq summary::-webkit-details-marker {
  display: none;
}

.dd-auto-faq summary span {
  position: absolute;
  right: 8px;
  width: 28px;
  height: 28px;
  border: 1px solid #c6d6e5;
  border-radius: 50%;
}

.dd-auto-faq summary span::before,
.dd-auto-faq summary span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background: var(--auto-blue);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease;
}

.dd-auto-faq summary span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.dd-auto-faq details[open] summary span::after {
  transform: translate(-50%, -50%) rotate(0);
}

.dd-auto-faq details > p {
  max-width: 820px;
  margin: -3px 0 25px;
  padding-right: 40px;
  color: var(--auto-muted);
  font-size: 0.88rem;
}

/* Related guides integration */
.dd-auto .dd-guides,
.dd-guides--autodocu {
  background: var(--auto-paper);
}

/* CTA */
.dd-auto-cta {
  position: relative;
  padding: clamp(86px, 9vw, 132px) 0;
  overflow: hidden;
  color: #fff;
  background: radial-gradient(circle at 80% 44%, rgba(20, 121, 246, 0.32), transparent 30%), linear-gradient(135deg, #020b16, #071a32 58%, #0b315d);
}

.dd-auto-cta::after {
  position: absolute;
  right: -100px;
  bottom: -260px;
  width: 500px;
  height: 500px;
  border: 70px solid rgba(240, 167, 20, 0.1);
  border-radius: 50%;
  content: "";
}

.dd-auto-cta .content {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  gap: 80px;
  align-items: center;
}

.dd-auto-cta h2 {
  color: #fff;
}

.dd-auto-cta h2 span {
  color: var(--auto-orange);
}

.dd-auto-cta__content > p {
  color: #adc0d3;
}

.dd-auto-cta .dd-auto-kicker {
  color: var(--auto-orange);
}

.dd-auto-cta .dd-auto-actions {
  margin-top: 29px;
}

.dd-auto-cta__contact {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  padding: 9px 3px;
  color: #d9e8f5;
  font-size: 0.83rem;
  font-weight: 700;
  text-decoration: none;
}

.dd-auto-cta__contact:hover {
  color: #fff;
}

.dd-auto-cta__visual {
  position: relative;
  min-height: 330px;
}

.dd-auto-cta__orb {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 148px;
  height: 148px;
  place-items: center;
  background: radial-gradient(circle at 35% 28%, #2e92ff, #0d4fd1 63%, #06245d);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 42px;
  box-shadow: 0 25px 62px rgba(0, 0, 0, 0.35), 0 0 0 24px rgba(20, 121, 246, 0.08);
  transform: translate(-50%, -50%) rotate(45deg);
}

.dd-auto-cta__orb > span {
  color: #fff;
  font-size: 3.4rem;
  font-weight: 900;
  transform: rotate(-45deg);
}

.dd-auto-cta__orb i {
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--auto-orange);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(240, 167, 20, 0.12);
}

.dd-auto-cta__orb i:nth-child(2) {
  top: -25px;
  left: 50%;
}

.dd-auto-cta__orb i:nth-child(3) {
  right: -25px;
  top: 50%;
}

.dd-auto-cta__orb i:nth-child(4) {
  bottom: -25px;
  left: 50%;
}

.dd-auto-cta__message {
  position: absolute;
  display: flex;
  gap: 9px;
  align-items: center;
  padding: 13px 16px;
  color: var(--auto-text);
  background: #fff;
  border: 1px solid #d9e5f0;
  border-radius: 11px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
  font-size: 0.72rem;
  font-weight: 800;
}

.dd-auto-cta__message span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: #fff;
  background: var(--auto-blue);
  border-radius: 7px;
}

.dd-auto-cta__message--one {
  top: 34px;
  left: 5px;
}

.dd-auto-cta__message--two {
  right: 0;
  bottom: 34px;
}

.dd-auto-cta__message--two span {
  background: var(--auto-green);
}

@media (max-width: 1240px) {
  .dd-auto-hero__inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(510px, 1.1fr);
    gap: 42px;
  }
  .dd-auto-app__body {
    min-height: 490px;
  }
  .dd-auto-cost__grid,
  .dd-auto-documents__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1080px) {
  .dd-auto-hero__visual,
  .dd-auto > section:not(.dd-auto-hero) {
    content-visibility: auto;
  }
  .dd-auto-hero__visual {
    contain-intrinsic-size: auto 700px;
  }
  .dd-auto > section:not(.dd-auto-hero) {
    contain-intrinsic-size: auto 900px;
  }
  .dd-auto-hero {
    padding-top: 150px;
  }
  .dd-auto-hero__inner {
    grid-template-columns: 1fr;
  }
  .dd-auto-hero__content {
    max-width: 790px;
  }
  .dd-auto-hero h1 {
    max-width: 820px;
    font-size: clamp(3rem, 7vw, 4.4rem);
  }
  .dd-auto-hero__visual {
    width: min(850px, 100%);
    margin: 25px auto 0;
  }
  .dd-auto-proof .content {
    grid-template-columns: repeat(2, 1fr);
  }
  .dd-auto-proof article:nth-child(3) {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .dd-auto-proof article:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .dd-auto-engine--extraction .content,
  .dd-auto-review .content,
  .dd-auto-visual-story .content,
  .dd-auto-control .content {
    grid-template-columns: 1fr;
  }
  .dd-auto-engine__content,
  .dd-auto-review__content,
  .dd-auto-visual-story__content,
  .dd-auto-control__content {
    max-width: 800px;
  }
  .dd-auto-review__content {
    order: -1;
  }
  .dd-auto-review__visual {
    width: min(720px, 100%);
  }
  .dd-auto-visual-story .dd-auto-artwork {
    width: min(900px, 100%);
  }
  .dd-auto-process__steps {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 38px;
  }
  .dd-auto-process__steps::before {
    display: none;
  }
  .dd-auto-cta .content {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .dd-auto-cta__content {
    max-width: 900px;
  }
  .dd-auto-cta__visual {
    width: min(570px, 100%);
    margin: 0 auto;
  }
}
@media (max-width: 860px) {
  .dd-auto .content {
    width: calc(100% - 44px);
  }
  .dd-auto-section-head h2,
  .dd-auto-engine__content h2,
  .dd-auto-review__content h2,
  .dd-auto-visual-story__content h2,
  .dd-auto-before-after__head h2,
  .dd-auto-control__content h2,
  .dd-auto-cta h2 {
    font-size: clamp(2rem, 7vw, 3.2rem);
  }
  .dd-auto-app {
    transform: none;
  }
  .dd-auto-review-card {
    transform: none;
  }
  .dd-auto-queue__labels {
    display: none;
  }
  .dd-auto-queue__row {
    grid-template-columns: repeat(2, 1fr);
    padding: 8px;
  }
  .dd-auto-queue__row > div {
    min-height: 46px;
    border-right: 0;
  }
  .dd-auto-queue__row .dd-auto-ready {
    grid-column: 1/-1;
  }
  .dd-auto-before-after__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .dd-auto-before-after__arrow {
    min-height: 34px;
    transform: rotate(90deg);
  }
}
@media (max-width: 720px) {
  .dd-auto .content {
    width: calc(100% - 32px);
  }
  .dd-auto-hero {
    padding: 132px 0 78px;
  }
  .dd-auto-hero h1 {
    font-size: clamp(2.55rem, 11vw, 3.8rem);
  }
  .dd-auto-hero__visual {
    margin-top: 12px;
  }
  .dd-auto-app__body {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .dd-auto-app__rail {
    display: none;
  }
  .dd-auto-app__workspace {
    padding: 9px;
  }
  .dd-auto-upload {
    padding: 10px;
  }
  .dd-auto-upload__drop {
    min-height: 136px;
  }
  .dd-auto-hero__float--queue {
    top: -20px;
    right: 12px;
    min-width: 125px;
  }
  .dd-auto-hero__float--ready {
    right: 8px;
  }
  .dd-auto-proof .content,
  .dd-auto-cost__grid,
  .dd-auto-documents__grid,
  .dd-auto-usecases__grid,
  .dd-auto-process__steps {
    grid-template-columns: 1fr;
  }
  .dd-auto-proof article {
    min-height: 94px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .dd-auto-cost__grid article,
  .dd-auto-documents__grid article {
    min-height: 0;
  }
  .dd-auto-checklist li {
    grid-template-columns: 1fr;
    gap: 3px;
    align-items: start;
  }
  .dd-auto-review__visual {
    padding-right: 0;
  }
  .dd-auto-review-card__fields,
  .dd-auto-review-card__values {
    grid-template-columns: 1fr;
  }
  .dd-auto-review-card__values > small {
    grid-column: auto;
  }
  .dd-auto-review__float {
    right: -8px;
  }
  .dd-auto-process__steps li {
    min-height: 220px;
  }
  .dd-auto-artwork figcaption {
    display: none;
  }
}
@media (max-width: 580px) {
  .dd-auto-checklist li::before {
    top: 15px;
  }
  .dd-auto-cost__number {
    margin-bottom: 16px;
  }
  .dd-auto-autodocu-demo {
    padding: 8px;
    border-radius: 18px;
  }
  .dd-auto-autodocu-demo .dd-company-autodocu-queue {
    border-radius: 12px;
  }
  .dd-auto-autodocu-demo .dd-company-autodocu-queue > header {
    min-height: 58px;
    padding: 11px 12px;
  }
  .dd-auto-autodocu-demo .dd-company-autodocu-list__head {
    display: none;
  }
  .dd-auto-autodocu-demo .dd-company-autodocu-list__row {
    min-height: 0;
    gap: 10px;
    padding: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .dd-auto-autodocu-demo .dd-company-autodocu-list__company,
  .dd-auto-autodocu-demo .dd-company-autodocu-list__worker,
  .dd-auto-autodocu-demo .dd-company-autodocu-list__state,
  .dd-auto-autodocu-demo .dd-company-autodocu-list__actions {
    grid-column: 1/-1;
  }
  .dd-auto-autodocu-demo .dd-company-autodocu-list__company strong,
  .dd-auto-autodocu-demo .dd-company-autodocu-list__worker strong,
  .dd-auto-autodocu-demo .dd-company-autodocu-list__state strong {
    font-size: 0.72rem;
  }
  .dd-auto-autodocu-demo .dd-company-autodocu-list__company small,
  .dd-auto-autodocu-demo .dd-company-autodocu-list__worker small,
  .dd-auto-autodocu-demo .dd-company-autodocu-list__state small {
    font-size: 0.57rem;
  }
  .dd-auto-autodocu-demo .dd-company-autodocu-list__select,
  .dd-auto-autodocu-demo .dd-company-autodocu-list__period {
    min-height: 40px;
    padding: 9px;
    font-size: 0.66rem;
  }
  .dd-auto-autodocu-demo .dd-company-autodocu-list__state {
    min-height: 52px;
    padding: 9px;
  }
  .dd-auto-autodocu-demo .dd-company-autodocu-list__actions {
    width: 100%;
    flex-wrap: nowrap;
  }
  .dd-auto-autodocu-demo .dd-company-autodocu-list__actions > i {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
    font-size: 0.68rem;
  }
}
@media (max-width: 480px) {
  .dd-auto .content {
    width: calc(100% - 24px);
  }
  .dd-auto-section {
    padding: 66px 0;
  }
  .dd-auto-hero {
    padding-top: 122px;
  }
  .dd-auto-hero h1 {
    font-size: 2.55rem;
    line-height: 1.01;
  }
  .dd-auto-hero__lead {
    font-size: 1rem;
  }
  .dd-auto-document-list li {
    font-size: 0.72rem;
  }
  .dd-auto-autodocu-demo .dd-company-autodocu-queue > header {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
  .dd-auto-autodocu-demo__caption {
    text-align: left;
  }
  .dd-auto-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .dd-auto .dd-auto-btn {
    width: 100%;
  }
  .dd-auto-app__bar {
    min-height: 47px;
    padding: 0 11px;
  }
  .dd-auto-app__brand {
    font-size: 0.72rem;
  }
  .dd-auto-upload__file {
    grid-template-columns: 10px 1fr auto;
  }
  .dd-auto-queue__head button {
    display: none;
  }
  .dd-auto-hero__float--queue {
    display: none;
  }
  .dd-auto-hero__float--ready {
    right: 6px;
    bottom: 8px;
  }
  .dd-auto-cost__statement {
    grid-template-columns: 1fr;
    padding: 21px;
  }
  .dd-auto-usecases__grid article,
  .dd-auto-before-after__card {
    padding: 27px 23px;
  }
  .dd-auto-review-card__head {
    padding: 0 15px;
  }
  .dd-auto-review-card__preview {
    min-height: 100px;
  }
  .dd-auto-review-card__fields,
  .dd-auto-review-card__values {
    padding-right: 12px;
    padding-left: 12px;
  }
  .dd-auto-review-card__footer {
    padding: 0 12px;
  }
  .dd-auto-review__float {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 10px 0 0 auto;
  }
  .dd-auto-faq summary {
    min-height: 70px;
    padding-right: 46px;
    font-size: 0.9rem;
  }
  .dd-auto-cta__visual {
    min-height: 290px;
    transform: scale(0.9);
  }
  .dd-auto-cta__message--one {
    left: -8px;
  }
  .dd-auto-cta__message--two {
    right: -8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .dd-auto-upload__file.is-progress-pending > i {
    width: 100%;
    transition: none;
  }

  .dd-auto *,
  .dd-auto *::before,
  .dd-auto *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Mobile section rhythm */
@media (max-width: 47.99rem) {
  .dd-auto>.dd-auto-hero {
    padding-bottom: 4rem;
  }

  .dd-auto>section:not(.dd-auto-hero):not(.dd-auto-proof):not(.dd-guides):not(.dd-auto-cta) {
    padding-block: 4rem;
  }

  .dd-auto>.dd-guides {
    padding-block: 3.5rem;
  }

  .dd-auto>.dd-auto-cta {
    padding-block: 4rem;
  }
}

/*# sourceMappingURL=autodocu.css.map */
