/* Conversion and product-preview surfaces. Shared shell lives in site.css. */
[hidden] { display: none !important; }
.ex-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 7vw, 108px); align-items: start; }
.ex-contact-intro h1 { font-size: clamp(46px, 5.3vw, 76px); line-height: 1.06; letter-spacing: -.06em; font-weight: 500; margin: 20px 0 26px; }
.ex-contact-intro .lede { max-width: 440px; }
.ex-contact-topics { display: grid; gap: 29px; margin: 48px 0 40px; }
.ex-contact-topics > button { display: flex; align-items: flex-start; gap: 17px; margin: 0; padding: 8px 0; border: 0; background: none; text-align: left; color: inherit; cursor: pointer; min-height: 44px; }
.ex-contact-topics > button:hover h2,
.ex-contact-topics > button:focus-visible h2 { color: var(--blue); }
.ex-topic-mark { display: grid; place-items: center; flex: 0 0 34px; height: 34px; border-radius: 50%; color: #205cf4; background: #e7edfc; font-size: 11px; font-weight: 600; margin-top: 2px; }
.ex-contact-topics h2 { font-size: 17px; line-height: 1.4; font-weight: 500; margin: 0 0 5px; letter-spacing: -.025em; }
.ex-contact-topics p { color: #667384; font-size: 14px; line-height: 1.6; margin: 0; }
.ex-contact-email { font-size: 18px; }
.ex-contact-card { background: #fff; border-radius: 24px; padding: clamp(26px, 3.2vw, 44px); box-shadow: 0 16px 64px rgba(20, 47, 80, .045); }
.ex-card-heading { display: flex; gap: 16px; align-items: flex-start; }
.ex-card-heading h2 { font-size: 26px; font-weight: 500; line-height: 1.23; letter-spacing: -.045em; margin: 0; max-width: 300px; }
.ex-mini-mark { flex: 0 0 36px; height: 36px; display: grid; place-items: center; background: #edf2ff; color: #205cf4; border-radius: 11px; font-size: 21px; }
.ex-form-intro { font-size: 14px; color: #667384; line-height: 1.7; margin: 20px 0 28px; max-width: 370px; }
.ex-form-intro a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.ex-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ex-field { display: block; color: #34465c; font-size: 12px; font-weight: 500; line-height: 1.5; margin-bottom: 19px; }
.ex-field input, .ex-field select, .ex-field textarea { display: block; width: 100%; min-width: 0; color: #10243a; background: #f7f9fc; border: 1px solid #e8edf4; border-radius: 9px; padding: 13px 14px; font: inherit; font-size: 14px; font-weight: 400; line-height: 1.5; margin-top: 8px; transition: background .2s, border-color .2s, box-shadow .2s; }
.ex-field select {
  min-height: 49px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-color: #f7f9fc;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1.25 1.75 6 6.25l4.75-4.5' stroke='%2353657e' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 22px center;
  background-size: 12px 8px;
  padding-right: 48px;
}
.ex-field select::-ms-expand { display: none; }
.ex-field textarea { resize: vertical; min-height: 100px; }
.ex-field input::placeholder, .ex-field textarea::placeholder { color: #8590a0; }
.ex-field input:focus, .ex-field textarea:focus, .ex-field select:focus { outline: 0; border-color: #205cf4; background-color: white; box-shadow: 0 0 0 3px #205cf41a; }
.ex-optional { color: #53657e; font-weight: 400; }
.ex-field-warning { display: block; margin: 8px 0 0; color: #9a4a12; font-size: 12px; font-weight: 500; line-height: 1.5; }
.ex-field textarea.ex-at-limit { border-color: #d9a066; }
.ex-field textarea.ex-at-limit:focus { border-color: #c56a20; box-shadow: 0 0 0 3px #c56a2014; }
.ex-full-button {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  text-decoration: none;
  color: #fff;
}
.ex-full-button:hover,
.ex-full-button:focus-visible {
  color: #fff;
  text-decoration: none;
}
.ex-form-note { font-size: 11px; color: #53657e; line-height: 1.7; margin: 15px 0 0; }
.ex-mailto-fallback { font-size: 13px; line-height: 1.7; color: #34465c; margin: 14px 0 0; }
.ex-copy-email { display: inline; margin: 0; padding: 0; border: 0; background: none; color: var(--blue); font: inherit; font-weight: 500; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.ex-email-review { padding-top: 28px; margin-top: 28px; border-top: 1px solid #e8edf4; }
.ex-email-review h3 { font-size: 24px; line-height: 1.25; letter-spacing: -.04em; font-weight: 500; margin: 10px 0 16px; }
.ex-email-review > p:not(.eyebrow):not(.ex-form-note) { font-size: 13px; color: #667384; }
.ex-email-review .actions { gap: 10px; flex-wrap: wrap; }
.ex-email-review .button { font-size: 12px; }
.ex-email-review textarea { background: #f7f9fc; font-size: 12px; }
.ex-conversation { background: #fff; }
.ex-conversation-heading { margin-bottom: 48px; }
.ex-conversation-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.ex-step-number { display: block; font-size: 11px; line-height: 1.5; color: #205cf4; margin-bottom: 22px; }
.ex-conversation-grid h3 { font-size: 23px; line-height: 1.25; font-weight: 500; letter-spacing: -.04em; margin: 0 0 16px; }
.ex-conversation-grid p { font-size: 15px; color: #667384; line-height: 1.8; margin: 0; }
.ex-conversation-grid .text-link { margin-top: 22px; }
.ex-no-script { color: #53657e; font-size: 13px; line-height: 1.7; margin: 24px 0; }
.ex-contact-card button:focus-visible { outline: 2px solid #205cf4; outline-offset: 4px; }
@media (min-width: 1200px) { .ex-contact-hero { padding-top: 105px; padding-bottom: 100px; } }
@media (max-width: 1000px) { .ex-contact-grid { gap: 40px; }.ex-contact-card { padding: 28px; }.ex-field-row { grid-template-columns: 1fr; gap: 0; }.ex-conversation-grid { gap: 30px; } }
@media (max-width: 760px) { .ex-contact-grid { grid-template-columns: 1fr; gap: 45px; }.ex-contact-intro .lede { max-width: 560px; }.ex-contact-topics { margin: 35px 0; gap: 23px; }.ex-contact-card { padding: 30px; }.ex-field-row { grid-template-columns: 1fr 1fr; gap: 14px; }.ex-conversation-grid { grid-template-columns: 1fr; gap: 35px; }.ex-conversation-grid article { max-width: 500px; }.ex-step-number { margin-bottom: 13px; }.ex-conversation-heading { margin-bottom: 34px; }.ex-conversation-grid h3 { margin-bottom: 10px; } }
@media (max-width: 480px) { .ex-contact-intro h1 { font-size: 45px; }.ex-contact-card { padding: 25px 22px; border-radius: 17px; }.ex-card-heading h2 { font-size: 23px; }.ex-field-row { grid-template-columns: 1fr; gap: 0; }.ex-contact-topics h2 { font-size: 16px; }.ex-contact-topics p { font-size: 13px; }.ex-email-review .actions { align-items: stretch; flex-direction: column; } }
@media (prefers-reduced-motion: reduce) { .ex-field input, .ex-field select, .ex-field textarea { transition: none; } }
