/* Contact page — sales layout */

.ct-hero {
  position: relative;
  max-width: calc(var(--max-width) + 48px);
  margin: 0 auto;
  padding: 180px 24px 80px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 72px;
  align-items: start;
}
.ct-hero::before,
.ct-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
  border-radius: 50%;
  filter: blur(90px);
}
.ct-hero::before {
  top: -40px;
  left: -18%;
  width: 70%;
  height: 560px;
  background: rgba(96, 145, 126, 0.22);
}
.ct-hero::after {
  top: 20px;
  right: -16%;
  width: 58%;
  height: 520px;
  background: rgba(120, 90, 160, 0.16);
}
.ct-copy,
.ct-form-col {
  position: relative;
  z-index: 1;
}
.ct-form-col {
  position: sticky;
  top: 96px;
}
#see-deck {
  scroll-margin-top: 96px;
}

.ct-title {
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.12;
  color: #fff;
  margin-bottom: 20px;
}
.ct-pill {
  display: inline-block;
  border: 1.5px solid var(--accent);
  border-radius: 999px;
  padding: 0 0.42em 0.06em;
  line-height: 1.2;
  color: inherit;
}
.ct-desc {
  font-size: 17px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.65;
  max-width: 540px;
  margin-bottom: 36px;
}

.ct-steps {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-bottom: 36px;
  max-width: 540px;
}
.ct-step {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 14px;
  align-items: start;
}
.ct-step-icon {
  width: 22px;
  height: 22px;
  margin-top: 1px;
  color: var(--green-100);
  flex-shrink: 0;
}
.ct-step-icon svg {
  display: block;
  width: 22px;
  height: 22px;
}
.ct-step strong {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #f5f5f5;
  margin-bottom: 4px;
  letter-spacing: -0.01em;
}
.ct-step p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.55;
  margin: 0;
}

.ct-quote {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 540px;
  padding: 24px 26px 22px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(253, 250, 195, 0.18);
  border-radius: 14px;
}
.ct-quote::before {
  content: "\201C";
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 52px;
  line-height: 0.55;
  color: var(--accent);
  margin-bottom: -4px;
}
.ct-quote p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.025em;
  color: #f5f5f5;
  line-height: 1.4;
  margin: 0;
}
.ct-quote p::after {
  content: "\201D";
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 52px;
  line-height: 0.55;
  color: var(--accent);
  text-align: right;
  margin-top: 2px;
}
.ct-quote-person {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ct-quote-person strong {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 6px;
}
.ct-quote-logo {
  display: block;
  height: 16px;
  width: auto;
  object-fit: contain;
  object-position: left center;
}

.ct-form-card {
  width: 100%;
  padding: 32px 32px 28px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
}
.ct-form-title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 22px;
}
#hs-form-container iframe {
  width: 100% !important;
  min-height: 620px;
  border: none;
}
.ct-form-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  margin-top: 16px;
}
.ct-form-trust span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.38);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.ct-form-trust span::before {
  content: "✓";
  color: var(--green-100);
  font-size: 11px;
}

/* Logo bar */
.ct-logos {
  padding: 24px 24px 80px;
  text-align: center;
}
.ct-logos-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.38);
  margin-bottom: 28px;
}
.ct-logos-row {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 28px 44px;
}
.ct-logos-row .cl-logo {
  height: 22px;
  opacity: 0.85;
}
.ct-logos-row .cl-logo-sm {
  height: 18px;
}

/* Case studies */
.ct-studies {
  max-width: calc(var(--max-width) + 48px);
  margin: 0 auto;
  padding: 40px 24px 100px;
}
.ct-section-head {
  margin-bottom: 40px;
}
.ct-section-title {
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 10px;
}
.ct-section-sub {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.5;
  max-width: 560px;
}
.ct-study-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.ct-study {
  display: flex;
  flex-direction: column;
  padding: 28px 26px 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, background 0.2s;
}
.ct-study:hover {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.045);
}
.ct-study-logo {
  display: block;
  height: 18px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert(1);
  opacity: 0.85;
  margin-bottom: 18px;
}
.ct-study-logo-light {
  filter: none;
  height: 22px;
}
.ct-study-stat {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--accent);
  line-height: 1.2;
  margin-bottom: 12px;
}
.ct-study-body {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.48);
  line-height: 1.6;
  margin: 0 0 18px;
}
.ct-study-quote {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.55;
  margin: 0 0 8px;
  font-style: normal;
}
.ct-study-cite {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.32);
  font-style: normal;
  margin-bottom: 20px;
}
.ct-study-person {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.ct-study-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  flex-shrink: 0;
}
.ct-study-person strong {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #f5f5f5;
}
.ct-study-person .ct-study-cite {
  margin-bottom: 0;
}
.ct-study-link {
  margin-top: auto;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.72);
}

/* Compliance pills */
.ct-pills {
  padding: 20px 24px 100px;
  text-align: center;
}
.ct-pills-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.38);
  margin-bottom: 22px;
}
.ct-pills-row {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.ct-pill-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
  white-space: nowrap;
}

/* FAQ */
.ct-faq {
  max-width: calc(var(--max-width) + 48px);
  margin: 0 auto;
  padding: 20px 24px 80px;
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 0.58fr);
  gap: 64px;
  align-items: start;
}
.ct-faq-title {
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 12px;
}
.ct-faq-sub {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.42);
  line-height: 1.55;
  max-width: 320px;
}
.ct-faq-list {
  display: flex;
  flex-direction: column;
}
.ct-faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.ct-faq-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.ct-faq-q {
  width: 100%;
  text-align: left;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 500;
  color: #f5f5f5;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: none;
  border: none;
  font-family: inherit;
  letter-spacing: -0.01em;
}
.ct-faq-q::after {
  content: "+";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.28);
  flex-shrink: 0;
  font-weight: 400;
}
.ct-faq-item.open .ct-faq-q::after {
  content: "−";
}
.ct-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.ct-faq-item.open .ct-faq-a {
  max-height: 420px;
}
.ct-faq-a p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.7;
  padding-bottom: 20px;
  margin: 0;
}
.ct-faq-a a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
}

/* Footer CTA */
.ct-cta {
  position: relative;
  text-align: center;
  padding: 80px 24px 140px;
  overflow: hidden;
}
.ct-cta::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 80%;
  height: 320px;
  border-radius: 50%;
  background: rgba(96, 145, 126, 0.28);
  filter: blur(90px);
  pointer-events: none;
}
.ct-cta-inner {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin: 0 auto;
}
.ct-cta-title {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 14px;
}
.ct-cta-sub {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.6;
  margin-bottom: 28px;
}
.ct-cta .btn-primary {
  border-radius: 8px;
  padding: 12px 22px;
  font-size: 15px;
}

@media (max-width: 1024px) {
  .ct-hero {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 160px 24px 64px;
  }
  .ct-form-col {
    position: static;
  }
  .ct-faq {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .ct-study-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .ct-hero {
    padding: 140px 16px 48px;
    gap: 40px;
  }
  .ct-form-card {
    padding: 24px 20px 20px;
  }
  .ct-logos,
  .ct-studies,
  .ct-pills,
  .ct-faq {
    padding-left: 16px;
    padding-right: 16px;
  }
  .ct-cta {
    padding: 48px 16px 100px;
  }
}

@media (max-width: 480px) {
  .ct-hero {
    padding: 120px 14px 40px;
  }
  .ct-form-card {
    padding: 20px 16px 16px;
  }
  .ct-title {
    font-size: 36px;
  }
}
