:root {
  --rows-bg: #f9f7f2;
  --rows-surface: #ffffff;
  --rows-border: #e3dfd6;
  --rows-border-strong: #d8d3c8;
  --rows-text: #3A032D;
  --rows-text-muted: #4f4a59;
  --rows-text-soft: #76707f;
  --rows-shadow-soft: 0 32px 60px -48px rgba(26, 26, 26, 0.2);
  --pdf-content-max-width: 122.4rem;
}

body {
  margin: 0;
  background: var(--rows-bg);
  color: var(--rows-text);
  font-family: "Output Sans", Helvetica, Arial, sans-serif;
}


._1NUn1 {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 0.95;
  padding-top: 60px;
}
.pdf-hero-bullets {
  margin: 16px 0 0;
  padding-left: 20px;
  display: grid;
  gap: 6px;
  color: var(--rows-text-soft);
  font-size: 15px;
}

.pdf-upload {
  display: grid;
  gap: 18px;
  padding: 24px 27px;
  background: var(--rows-surface);
  border: 1px solid var(--rows-border);
  border-radius: 24px;
  box-shadow: var(--rows-shadow-soft);
}

.pdf-upload__panel {
  display: grid;
  gap: 16px;
}

.pdf-upload__header {
  display: grid;
  gap: 6px;
}

.pdf-upload__header h2 {
  margin: 0;
  font-family: "Space Grotesk", "Inter", system-ui, sans-serif;
  font-size: 26px;
  letter-spacing: -0.01em;
  color: var(--rows-text);
}

.pdf-upload__header p {
  margin: 0;
  color: var(--rows-text-muted);
  font-size: 16px;
}

.pdf-upload__dropzone {
  position: relative;
  border: 2px dashed rgba(26, 26, 26, 0.16);
  background: rgba(26, 26, 26, 0.03);
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.pdf-upload__dropzone:hover {
  border-color: rgba(26, 26, 26, 0.28);
  background: rgba(26, 26, 26, 0.06);
}

.pdf-upload__dropzone.is-dragover {
  border-color: rgba(26, 26, 26, 0.38);
  background: rgba(26, 26, 26, 0.08);
}

.pdf-upload__dropzone input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.pdf-upload__dropzone-body {
  display: grid;
  gap: 10px;
  justify-items: center;
  color: var(--rows-text-muted);
}

.pdf-upload__dropzone-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(26, 26, 26, 0.08);
  color: var(--rows-text);
  font-size: 24px;
}

.pdf-upload__dropzone-body span {
  color: var(--rows-text);
  font-weight: 600;
}

.pdf-upload__instructions {
  border-radius: 18px;
  border: 1px solid rgba(26, 26, 26, 0.12);
  background: rgba(26, 26, 26, 0.03);
  padding: 14px 16px 18px;
  display: grid;
  gap: 10px;
}

.pdf-upload__instructions[hidden] {
  display: none;
}

.pdf-upload__instructions-header {
  display: grid;
  gap: 4px;
}

.pdf-upload__instructions-header h3 {
  margin: 0;
  font-family: "Space Grotesk", "Inter", system-ui, sans-serif;
  font-size: 18px;
  color: var(--rows-text);
}

.pdf-upload__instructions-header p {
  margin: 0;
  color: var(--rows-text-muted);
  font-size: 14px;
}

.pdf-upload__textarea {
  width: 100%;
  min-height: 92px;
  resize: vertical;
  border-radius: 14px;
  border: 1px solid rgba(26, 26, 26, 0.18);
  padding: 12px 14px;
  font-family: inherit;
  font-size: 14px;
  color: var(--rows-text);
  background: rgba(255, 255, 255, 0.96);
}

.pdf-upload__textarea:focus {
  outline: 2px solid rgba(26, 26, 26, 0.3);
  outline-offset: 2px;
}


.pdf-upload-section {
  margin-top: 0;
  padding-top: 1.8rem;
  padding-bottom: 1.4rem;
}

.pdf-upload-section._1lqy4 {
  margin-top: 0;
  padding-top: 1.8rem;
  padding-bottom: 1.4rem;
}

.pdf-upload-section .c803m {
  padding-bottom: 1.4rem;
}

.pdf-upload-section ._2X7WY {
  margin: 0 auto;
}

@media (max-width: 64em) {
  .pdf-upload-section,
  .pdf-upload-section._1lqy4 {
    margin-top: 0;
    padding-top: 1.2rem;
    padding-bottom: 1.1rem;
  }
}

.hero-section {
  padding-bottom: 0.6rem;
}

@media (min-width: 64.0625em) {
  .hero-section {
    padding-bottom: 0.5rem;
  }
}

.pdf-social-proof {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.8rem, 4vw, 3rem);
  width: 100%;
  padding: 0 0 30px;
  background: transparent;
  border-radius: 0;
  text-align: center;
}

.pdf-social-proof__copy {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
}

.pdf-social-proof__label {
  margin: 0;
  padding: 0;
  font-family: "Output Sans", Helvetica, Arial, sans-serif;
  font-size: clamp(1.25rem, 1.05rem + 0.7vw, 1.6rem);
  letter-spacing: -0.01em;
  color: #3a032d;
}

.pdf-social-proof__logos {
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(2.4rem, 5vw, 5rem);
  justify-content: center;
  align-items: center;
  width: 100%;
}

.pdf-social-proof__cta {
  margin-top: clamp(1.6rem, 4vw, 2.4rem);
  align-self: center;
}

.pdf-social-proof__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdf-social-proof__logo img {
  width: auto;
  height: auto;
  max-height: 48px;
  max-width: 140px;
  display: block;
}

@media (max-width: 40em) {
  .pdf-social-proof {
    border-radius: 0;
  }

  .pdf-social-proof__logos {
    flex-wrap: wrap;
    gap: clamp(1.4rem, 6vw, 2.4rem);
  }
}

.pdf-proof-section {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: clamp(1.4rem, 4vw, 3rem);
}

.pdf-proof-section .c803m {
  width: 100%;
  max-width: var(--pdf-content-max-width);
  margin: 0 auto;
  padding-bottom: 0;
}


.pdf-faq-section._1TPZq {
  padding: 4rem 0;
  padding-block: 4rem;
}

.pdf-faq__container {
  width: 100%;
  max-width: var(--pdf-content-max-width);
  margin: 0 auto;
  padding-inline: 0;
  display: grid;
  gap: 2.4rem;
  align-items: start;
  justify-items: stretch;
}

.pdf-faq-section .d9wCr {
  width: 100%;
  max-width: var(--pdf-content-max-width);
  margin: 0 auto;
}

.pdf-faq-section ._1q3fB {
  display: block;
  gap: 0;
}

.pdf-faq-section ._2X7WY {
  width: 100%;
  max-width: var(--pdf-content-max-width);
  margin: 5.2rem auto 0;
}

.pdf-faq-section ._2X7WY > * {
  padding: clamp(1.6rem, 3vw, 3.2rem) clamp(2.4rem, 5vw, 4.8rem);
}

@media (max-width: 40em) {
  .pdf-faq-section ._2X7WY > * {
    padding: 1.6rem;
  }
}

.pdf-faq-section ._2X7WY > h2 {
  padding: 0;
}

.pdf-faq-section ._3oW_k {
  margin: 0;
}

.pdf-faq__container > h2 {
  margin: 0;
  text-align: left;
}

.pdf-faq__container #pdf-faq {
  margin: 0;
}

.pdf-proof-section + ._2q6N9 .pdf-capabilities__intro {
  width: 100%;
  max-width: var(--pdf-content-max-width);
  margin: 0 0 3.2rem;
}

.pdf-proof-section + ._2q6N9 .pdf-capabilities__intro .NkDFg {
  margin: 0 0 1.6rem;
}

.pdf-proof-section + ._2q6N9 .pdf-capabilities__intro ._2Ghck {
  margin: 0;
  width: 100%;
  max-width: 100%;
  line-height: 1.55;
}

.pdf-proof-section + ._2q6N9 ._1BjnZ {
  width: 100%;
  max-width: var(--pdf-content-max-width);
  margin: 0;
  grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
  gap: clamp(1.6rem, 4vw, 2.8rem);
}

.pdf-proof-section + ._2q6N9 .pdf-capabilities__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.6rem;
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
}

.pdf-proof-section + ._2q6N9 .pdf-capabilities__icon img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 28px;
  max-height: 28px;
  object-fit: contain;
}

.pdf-proof-section + ._2q6N9 ._1BjnZ ._3P84P {
  line-height: 1.55;
}

@media (max-width: 75rem) {
  .pdf-proof-section + ._2q6N9 ._1BjnZ {
    grid-template-columns: repeat(2, minmax(22rem, 1fr));
  }
}

@media (max-width: 48rem) {
  .pdf-proof-section + ._2q6N9 ._1BjnZ {
    grid-template-columns: 1fr;
  }

  .pdf-proof-section + ._2q6N9 .pdf-capabilities__intro {
    margin-bottom: 2.4rem;
  }
}

.pdf-proof-section + ._2q6N9 .pdf-capabilities__actions {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.2rem, 3vw, 1.8rem);
  justify-content: center;
  width: 100%;
  max-width: var(--pdf-content-max-width);
  margin: clamp(2.4rem, 5vw, 3.2rem) 0 0;
}

.pdf-proof-section + ._2q6N9 .pdf-capabilities__actions ._3C39E {
  min-width: 16rem;
  text-align: center;
}

.pdf-proof-section + ._2q6N9 .pdf-capabilities__actions ._3C39E._1xJeX {
  color: #3a032d;
}

.pdf-proof-section + ._2q6N9 .pdf-capabilities__actions .pdf-capabilities__cta--ghost {
  border: 0.2rem solid #ffc800;
  color: #3a032d;
  background: transparent;
}

.pdf-faq-section .dvgDm h3 {
  font-size: 2.4rem;
  line-height: 1.25;
}

.pdf-faq-section ._1-9mt > div {
  font-size: 1.8rem;
  line-height: 1.6;
}

.pdf-faq-section ._1-9mt > div p,
.pdf-faq-section ._1-9mt > div li {
  font-size: inherit;
}

@media (max-width: 64em) {
  .pdf-faq-section._1TPZq {
    padding: 2.4rem 0;
    padding-block: 2.4rem;
  }

  .pdf-faq__container {
    max-width: 73rem;
    padding-inline: clamp(1.6rem, 4vw, 3.2rem);
  }
}

.pdf-upload__cta {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: none;
  background: #1a1a1a;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 12px 28px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pdf-upload__cta:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  box-shadow: none;
}

.pdf-upload__cta:not(:disabled):hover {
  transform: translateY(-1px);
  box-shadow: 0 24px 40px -28px rgba(26, 26, 26, 0.28);
}

.pdf-upload__cta--primary {
  width: 100%;
  justify-self: stretch;
  align-self: stretch;
  margin-top: 6px;
  background: #ffc800;
  color: #3a032d;
  box-shadow: 0 12px 32px -20px rgba(255, 200, 0, 0.8);
}

.pdf-upload__cta--primary:not(:disabled):hover {
  box-shadow: 0 16px 36px -18px rgba(255, 200, 0, 0.95);
}

.pdf-upload__progress {
  display: none;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: var(--rows-text-muted);
}

.pdf-upload__progress.is-visible {
  display: flex;
}

.pdf-upload__spinner {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid rgba(26, 26, 26, 0.16);
  border-top-color: rgba(26, 26, 26, 0.65);
  animation: pdf-spin 1s linear infinite;
}

@keyframes pdf-spin {
  to {
    transform: rotate(360deg);
  }
}

.pdf-upload__message {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(26, 26, 26, 0.06);
  color: var(--rows-text);
  font-size: 14px;
}

.pdf-upload__message[hidden] {
  display: none;
}

p.pdf-upload__footnote,
.pdf-upload__panel p.pdf-upload__footnote,
.d9wCr p.pdf-upload__footnote {
  padding: 0 !important;
  margin: 6px 0 0 !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  color: var(--rows-text-soft) !important;
}

p.pdf-upload__footnote a {
  font-size: inherit !important;
}

.pdf-upload__message.error {
  background: #fdeceb;
  color: #b42318;
}

.pdf-preview {
  display: none;
  border-radius: 22px;
  border: 1px solid var(--rows-border);
  background: var(--rows-surface);
  padding: 24px;
  box-shadow: var(--rows-shadow-soft);
  font-size: 14px;
  gap: 18px;
}

.pdf-preview.is-visible {
  display: grid;
}

.pdf-preview__header {
  color: var(--rows-text-muted);
  font-weight: 600;
}

.pdf-preview__tables {
  display: grid;
  gap: 16px;
}

.pdf-preview__block {
  border-radius: 16px;
  border: 1px solid rgba(26, 26, 26, 0.12);
  background: rgba(26, 26, 26, 0.03);
  overflow: hidden;
}

.pdf-preview__block h3 {
  margin: 0;
  padding: 14px 18px;
  background: rgba(26, 26, 26, 0.06);
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.pdf-preview__block-actions {
  display: flex;
  justify-content: flex-end;
  padding: 12px 18px;
  gap: 8px;
}

.pdf-preview__copy,
.pdf-preview__open {
  border: 1px solid rgba(26, 26, 26, 0.16);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 16px;
  cursor: pointer;
}

.pdf-preview__scroll {
  overflow-x: auto;
}

.pdf-preview__scroll table {
  width: 100%;
  border-collapse: collapse;
}

.pdf-preview__scroll th,
.pdf-preview__scroll td {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(227, 223, 214, 0.7);
  color: var(--rows-text-muted);
  text-align: left;
}

.pdf-preview__scroll th {
  background: rgba(26, 26, 26, 0.05);
  color: var(--rows-text);
  font-weight: 600;
}

.pdf-preview__scroll tr:last-child td {
  border-bottom: none;
}

.pdf-preview__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.pdf-preview__actions .pdf-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid rgba(26, 26, 26, 0.16);
  color: var(--rows-text);
  text-decoration: none;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.92);
}

.pdf-preview__actions .pdf-link:hover {
  border-color: rgba(26, 26, 26, 0.28);
}

p.pdf-upload__disclaimer {
  margin: 1px 0 0 !important;
  color: var(--rows-text-soft);
  font-size: clamp(0.55rem, 0.9vw, 0.7rem) !important;
  line-height: 1.1;
}

p.pdf-upload__disclaimer a {
  font-size: inherit;
}

.pdf-upload__disclaimer a {
  color: inherit;
}

.pdf-upload__file {
  display: flex;
  align-items: center;
  gap: 14px;
  border-radius: 16px;
  border: 1px solid var(--rows-border);
  background: rgba(26, 26, 26, 0.05);
  padding: 12px 16px;
  font-size: 14px;
  color: var(--rows-text);
  margin-top: 12px;
}

.pdf-upload__file[hidden] {
  display: none;
}

.pdf-upload__file-pill {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: rgba(26, 26, 26, 0.12);
  position: relative;
}

.pdf-upload__file-pill::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 6px;
  background: #1a1a1a;
}

.pdf-upload__file-meta {
  display: grid;
  gap: 2px;
}

.pdf-upload__file-name {
  font-weight: 600;
}

.pdf-upload__file-size {
  font-size: 13px;
  color: var(--rows-text-soft);
}

.pdf-upload__file-clear {
  border: none;
  background: rgba(26, 26, 26, 0.08);
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-size: 18px;
  line-height: 1;
  color: var(--rows-text);
  cursor: pointer;
}

.pdf-upload__file-clear:hover {
  background: rgba(26, 26, 26, 0.12);
}

#product-dropdown .LgMpy {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 10;
}

#product-dropdown.is-open .LgMpy,
#product-dropdown:hover .LgMpy,
#product-dropdown:focus-within .LgMpy {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
