/* Dedicated Link Lab inquiry pages. Shared brand styles stay unchanged. */
.contact-page { --contact-accent: #6334a5; --contact-ink: #30243e; --contact-tint: #f1ebf8; background: #f7f6f3; color: #302d35; }
.contact-page.contact-business { --contact-accent: #50407d; --contact-ink: #282936; --contact-tint: #eeebf5; }
.contact-page [hidden] { display: none !important; }
.contact-shell { width: min(1120px, calc(100% - 64px)); margin-inline: auto; }
.contact-header { border-bottom: 1px solid #e4e0e7; background: #fff; }
.contact-header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.contact-header .logo { font-size: 25px; }
.contact-back { font-size: 13px; font-weight: 700; color: #655d70; }
.contact-back:hover, .contact-footer a:hover { text-decoration: underline; }
.contact-breadcrumb { padding-top: 28px; font-size: 12px; color: #716979; display: flex; flex-wrap: wrap; gap: 8px; }
.contact-breadcrumb a { text-decoration: underline; text-underline-offset: 3px; }
.contact-layout { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.25fr); gap: clamp(36px, 6vw, 80px); align-items: start; padding-block: 44px 88px; }
.contact-intro { padding-top: 16px; }
.contact-eyebrow { color: var(--contact-accent); font: 700 12px 'Inter', sans-serif; letter-spacing: .14em; margin-bottom: 22px; }
.contact-title { color: var(--contact-ink); font-size: clamp(29px, 3.15vw, 41px); letter-spacing: -.035em; line-height: 1.55; font-weight: 700; }
.contact-title span { display: block; }
.contact-lead { margin-top: 24px; font-size: 15px; line-height: 2; color: #655e6d; }
.contact-points { margin-top: 32px; list-style: none; display: grid; gap: 13px; font-size: 14px; }
.contact-points li { display: flex; align-items: baseline; gap: 10px; }
.contact-points li::before { content: '✓'; color: var(--contact-accent); font-weight: 700; }
.contact-note { margin-top: 32px; padding-top: 22px; border-top: 1px solid #ddd7e4; font-size: 13px; color: #6b6373; line-height: 1.9; }
.contact-workspace { min-width: 0; }
.contact-switch { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; padding: 5px; border: 1px solid #e0dae8; border-radius: 12px; margin-bottom: 22px; background: #eeeaf1; }
.contact-switch a { padding: 12px 8px; text-align: center; font-size: 14px; font-weight: 700; color: #6a6174; border-radius: 8px; }
.contact-switch a[aria-current='page'] { background: white; color: var(--contact-accent); box-shadow: 0 2px 5px #32203d0a; }
.contact-switch a:hover { color: var(--contact-accent); }
.contact-panel { padding: 36px; border: 1px solid #e6e1eb; border-radius: 18px; background: white; box-shadow: 0 12px 35px #36284405; }
.contact-progress { list-style: none; display: flex; align-items: center; gap: 12px; padding-bottom: 24px; margin-bottom: 25px; border-bottom: 1px solid #ede9f0; font-size: 11px; color: #78717e; }
.contact-progress li { display: flex; align-items: center; gap: 7px; }
.contact-progress li + li::before { content: ''; width: 15px; height: 1px; background: #d6cedf; margin-right: 5px; }
.contact-progress span { font: 600 11px 'Inter', sans-serif; }
.contact-progress [aria-current='step'] { color: var(--contact-accent); font-weight: 700; }
.contact-form fieldset { border: 0; min-width: 0; }
.contact-form legend, .contact-review h2 { font-size: 21px; font-weight: 700; color: var(--contact-ink); margin-bottom: 8px; }
.contact-form-hint { color: #746b7c; font-size: 12px; margin-bottom: 28px; line-height: 1.9; }
.contact-field { margin-top: 23px; }
.contact-field label { display: block; font-size: 14px; font-weight: 700; margin-bottom: 9px; }
.contact-required, .contact-optional { display: inline-block; vertical-align: middle; font-size: 10px; font-weight: 500; margin-left: 8px; padding: 2px 6px; border-radius: 4px; }
.contact-required { background: var(--contact-tint); color: var(--contact-accent); }
.contact-optional { background: #f3f2f4; color: #706776; }
.contact-field input, .contact-field select, .contact-field textarea { width: 100%; min-width: 0; border: 1px solid #cfc6da; border-radius: 8px; padding: 13px 14px; background: #fff; color: #332c3d; font: inherit; font-size: 16px; line-height: 1.65; }
.contact-field input:hover, .contact-field select:hover, .contact-field textarea:hover { border-color: #a390b8; }
.contact-field input::placeholder, .contact-field textarea::placeholder { color: #807588; opacity: 1; }
.contact-field textarea { min-height: 154px; resize: vertical; }
.contact-field-help { margin-top: 7px; color: #776f7f; font-size: 12px; line-height: 1.8; }
.contact-acceptance { display: flex; align-items: start; gap: 10px; margin-top: 26px; padding: 17px 15px; border-radius: 8px; background: #f7f5fa; font-size: 13px; line-height: 1.9; }
.contact-acceptance input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 4px; accent-color: var(--contact-accent); }
.contact-acceptance a, .contact-recaptcha a, .contact-other a:not(.btn) { text-decoration: underline; text-underline-offset: 3px; }
.contact-submit { width: 100%; gap: 12px; margin-top: 24px; border: 0; background: var(--contact-accent); color: white; font: 700 15px var(--font-main); cursor: pointer; }
.contact-submit:hover { background: var(--contact-ink); }
.contact-submit:disabled { cursor: wait; opacity: .55; }
.contact-submit-note { text-align: center; font-size: 11px; color: #746b7c; margin-top: 10px; }
.contact-recaptcha { font-size: 10px; line-height: 1.9; color: #796f81; margin-top: 20px; }
.contact-error { margin-top: 20px; padding: 16px; color: #8b2639; background: #fff1f2; border: 1px solid #f2c5cd; border-radius: 8px; font-size: 13px; line-height: 1.9; }
.contact-status { font-size: 13px; color: var(--contact-accent); margin-top: 14px; }
.contact-review dl { margin-top: 24px; }
.contact-review dt { font-size: 12px; font-weight: 700; color: #6c6178; margin-top: 19px; }
.contact-review dd { padding-block: 8px 17px; border-bottom: 1px solid #eee9f2; font-size: 15px; white-space: pre-wrap; overflow-wrap: anywhere; }
.contact-edit { width: 100%; margin-top: 12px; font: 700 14px var(--font-main); cursor: pointer; }
.contact-edit:disabled { opacity: .55; cursor: wait; }
.contact-other { margin-top: 26px; padding: 0 8px; font-size: 13px; line-height: 1.9; color: #655b70; }
.contact-other h2 { font-size: 13px; color: #3f354a; margin-bottom: 8px; }
.contact-other p + p { margin-top: 6px; }
.contact-phone { font: 600 20px 'Inter', sans-serif; letter-spacing: .01em; color: var(--contact-ink); }
.contact-other small { margin-left: 8px; font-size: 11px; }
.contact-footer { border-top: 1px solid #e4e0e7; padding-block: 28px; font-size: 11px; color: #746b7c; }
.contact-footer-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 18px; }
.contact-footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.contact-success { width: min(660px, calc(100% - 40px)); margin: 64px auto 88px; text-align: center; }
.contact-success .contact-panel { padding: 44px; }
.contact-success-mark { width: 60px; height: 60px; display: grid; place-items: center; border-radius: 50%; margin: 0 auto 24px; background: var(--contact-tint); color: var(--contact-accent); font-size: 28px; }
.contact-success h1 { font-size: clamp(25px, 5vw, 32px); color: var(--contact-ink); line-height: 1.6; }
.contact-success p { margin-top: 22px; line-height: 1.9; font-size: 14px; color: #6b6175; }
.contact-success .btn { margin-top: 30px; background: var(--contact-accent); color: white; }
.contact-success .contact-progress { justify-content: center; text-align: left; }
@media (max-width: 850px) {
    .contact-shell { width: min(620px, calc(100% - 40px)); }
    .contact-layout { grid-template-columns: minmax(0, 1fr); gap: 30px; padding-block: 20px 54px; }
    .contact-intro { padding-top: 8px; }
    .contact-eyebrow { margin-bottom: 12px; }
    .contact-title { font-size: 30px; }
    .contact-lead { margin-top: 16px; font-size: 14px; }
    .contact-points { display: none; }
    .contact-note { margin-top: 20px; padding-top: 16px; }
    .contact-footer-inner { justify-content: center; text-align: center; }
    .contact-footer-links { justify-content: center; }
}
@media (max-width: 480px) {
    .contact-header-inner { min-height: 76px; gap: 12px; }
    .contact-header .logo { font-size: 21px; }
    .contact-header .logo span { font-size: 10px; }
    .contact-back { font-size: 11px; }
    .contact-breadcrumb { padding-top: 20px; font-size: 11px; }
    .contact-title { font-size: 28px; }
    .contact-panel { padding: 24px 20px; border-radius: 14px; }
    .contact-switch a { font-size: 13px; }
    .contact-progress { gap: 8px; font-size: 10px; }
    .contact-progress li { gap: 5px; }
    .contact-progress li + li::before { width: 9px; margin-right: 0; }
    .contact-success { margin-top: 38px; }
    .contact-success .contact-panel { padding: 30px 20px; }
}
