/* Contact page refinement, 2026-09-12. All rules are scoped to this template. */
body.testin-contact { background:#fff; color:#18243d; }
body.testin-contact main,body.testin-contact #primary { margin:0; }
body.testin-contact :is(.container,.max-width) { box-sizing:border-box; width:100%; max-width:1280px; margin-inline:auto; padding-inline:40px; }
body.testin-contact header.navigation { display:block; background:#fff; }
body.testin-contact .top-bar { background:#f2f4fc; }
body.testin-contact .top-bar-inner { min-height:36px; align-items:center; }
body.testin-contact .navigation_social span,body.testin-contact .navigation_contact-list a { font-size:12px; }
body.testin-contact .navigation_contact-list li { padding:7px 0 7px 24px; }
body.testin-contact .navigation_social span { margin-bottom:0; }
body.testin-contact .navigation_social-list img { width:17px; height:17px; }
body.testin-contact .top-header { min-height:88px; margin-inline:auto; align-items:center; flex-wrap:nowrap; gap:26px; order:0; }
body.testin-contact .top-header_left { flex:1; min-width:0; align-items:center; flex-direction:row; gap:36px; }
body.testin-contact .top-header_right { flex:0 0 auto; }
body.testin-contact .navigation_logo { flex:0 0 auto; width:auto; padding:0; }
body.testin-contact .navigation_logo img { width:126px; height:auto; }
body.testin-contact .upper-logo_txt { margin-top:4px; padding:0; font-size:8px; letter-spacing:.14em; line-height:1.4; }
body.testin-contact .audit-menu { gap:22px; }
body.testin-contact .audit-menu>li>a { font-size:14px; letter-spacing:0; }
body.testin-contact .audit-nav-cta { padding:12px 21px; font-size:13px; letter-spacing:0; line-height:1.4; }
body.testin-contact :is(a,button,summary):focus-visible { outline:3px solid #496dc7; outline-offset:5px; }
body.testin-contact :is(#formularz,#kontakt) { scroll-margin-top:30px; }
body.testin-contact .contact-stage { padding:56px 0 64px; background:#f4f6fb; }
body.testin-contact .contact-layout { display:grid; grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr); grid-template-rows:auto auto 1fr; grid-template-areas:'intro form' 'channels form' 'team form'; column-gap:68px; row-gap:28px; align-items:start; }
body.testin-contact .contact-intro { grid-area:intro; }
body.testin-contact .contact-eyebrow { margin:0 0 18px; font-size:10px; font-weight:600; line-height:1.6; letter-spacing:.13em; text-transform:uppercase; color:#385797; }
body.testin-contact .contact-intro .contact-eyebrow { display:flex; align-items:center; gap:9px; }
body.testin-contact .contact-intro .contact-eyebrow>span { width:7px; height:7px; border-radius:50%; background:#e99541; }
body.testin-contact .contact-intro h1 { margin:0; font-size:clamp(40px,4.35vw,62px); line-height:1.08; letter-spacing:-.05em; font-weight:600; color:#18243d; }
body.testin-contact .contact-intro h1>span { color:#365b9d; }
body.testin-contact .contact-lead { max-width:450px; margin:23px 0 0; font-size:15px; line-height:1.85; color:#53627b; }
body.testin-contact .contact-form-jump { display:none; }
body.testin-contact .contact-channels { grid-area:channels; }
body.testin-contact .contact-channel { position:relative; display:block; border-top:1px solid #d4dce9; padding:18px 44px 18px 0; text-decoration:none; color:#18243d; }
body.testin-contact .contact-channel__label { display:block; font-size:11px; line-height:1.6; color:#5c6a81; margin-bottom:6px; }
body.testin-contact .contact-channel__value { display:block; font-size:28px; letter-spacing:-.035em; line-height:1.35; font-weight:500; overflow-wrap:anywhere; }
body.testin-contact .contact-channel__arrow { position:absolute; right:1px; top:30px; display:grid; place-items:center; width:35px; height:35px; border:1px solid #ccd5e6; border-radius:50%; font-size:20px; transition:background-color .18s,color .18s,border-color .18s; }
body.testin-contact .contact-channel:hover .contact-channel__arrow { background:#365b9d; border-color:#365b9d; color:white; }
body.testin-contact .contact-hours { margin:-5px 0 0; font-size:11px; color:#617089; line-height:1.6; }
body.testin-contact .contact-team { grid-area:team; align-self:end; display:grid; grid-template-columns:160px minmax(0,1fr); align-items:center; gap:22px; padding-top:6px; }
body.testin-contact .contact-team img { display:block; width:160px; height:auto; border-radius:12px; }
body.testin-contact .contact-team .contact-eyebrow { font-size:9px; margin:0 0 8px; }
body.testin-contact .contact-team h2 { margin:0 0 10px; font-size:20px; font-weight:600; letter-spacing:-.025em; line-height:1.3; }
body.testin-contact .contact-team p:not(.contact-eyebrow) { margin:0 0 12px; font-size:12px; line-height:1.8; color:#53627b; }
body.testin-contact .contact-team a { display:inline-flex; align-items:center; gap:20px; min-height:28px; color:#365b9d; font-size:12px; text-decoration:underline; text-underline-offset:4px; font-weight:500; }
body.testin-contact .contact-form-panel { grid-area:form; padding:30px 32px 26px; border:1px solid #e2e7f0; border-radius:20px; background:#fff; box-shadow:0 12px 35px #19294c06; }
body.testin-contact .contact-form-kicker { margin:0 0 13px; color:#63718a; font-size:10px; letter-spacing:.09em; text-transform:uppercase; line-height:1.6; }
body.testin-contact .testin-lead-form { margin:0; padding:0; border:0; border-radius:0; box-shadow:none; background:none; }
body.testin-contact .testin-lead-form>h2 { margin:0 0 12px; font-size:28px; line-height:1.25; font-weight:600; letter-spacing:-.035em; color:#18243d; }
body.testin-contact .testin-lead-form>p { margin:0 0 25px; font-size:13px; line-height:1.7; color:#617089; }
body.testin-contact .testin-form-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px 16px; margin-bottom:20px; }
body.testin-contact .testin-form-grid .testin-form-field { margin:0; }
body.testin-contact .testin-form-field { min-width:0; margin-bottom:20px; }
body.testin-contact .testin-form-field label { font-size:13px; font-weight:500; line-height:1.65; margin-bottom:7px; color:#25334d; }
body.testin-contact .testin-form-field label span { font-size:11px; color:#63718a; }
body.testin-contact .testin-form-field input:not([type='checkbox']),body.testin-contact .testin-form-field select,body.testin-contact .testin-form-field textarea { min-width:0; min-height:49px; padding:12px; font-size:16px; line-height:1.5; border:1px solid #cad3e3; border-radius:8px; background:#fdfdff; color:#25334d; }
body.testin-contact .testin-form-field select { padding-right:28px; font-size:12px; }
body.testin-contact .testin-form-field textarea { min-height:126px; height:126px; resize:vertical; }
body.testin-contact .testin-form-field small { font-size:11px; line-height:1.65; margin-top:7px; color:#63718a; }
body.testin-contact .testin-form-field input::placeholder { color:#78859b; opacity:1; }
body.testin-contact .testin-form-field--consent { gap:10px; margin-bottom:21px; }
body.testin-contact .testin-form-field--consent input { appearance:auto; width:20px; height:20px; accent-color:#365b9d; margin:2px 0 0; }
body.testin-contact .testin-form-field--consent label { margin:0; font-size:12px; line-height:1.7; font-weight:400; }
body.testin-contact .testin-form-field--consent a { color:#365b9d; text-decoration:underline; text-underline-offset:3px; }
body.testin-contact .testin-lead-form button[type='submit'] { display:flex; align-items:center; justify-content:space-between; width:100%; min-height:51px; padding:14px 20px; border:0; border-radius:9px; background:#ed9b46; color:#19243d; box-shadow:none; font-size:14px; font-weight:500; line-height:1.5; text-transform:none; letter-spacing:0; cursor:pointer; transition:background-color .18s; }
body.testin-contact .testin-lead-form button[type='submit']::after { content:'↗'; font-size:20px; line-height:1; }
body.testin-contact .testin-lead-form button[type='submit']:hover { background:#e18c34; }
body.testin-contact .testin-lead-form__form>p { margin:0; }
body.testin-contact .testin-lead-form__form>p:last-child { margin:10px 0 0; }
body.testin-contact .testin-lead-form__form>p:last-child small { font-size:10px; line-height:1.6; color:#66748b; }
body.testin-contact .testin-form-message { font-size:13px; line-height:1.7; }
body.testin-contact .testin-form-message p { margin:7px 0 0; }
body.testin-contact .contact-next { padding:64px 0 60px; }
body.testin-contact .contact-section-heading { display:grid; grid-template-columns:1fr 1fr; column-gap:68px; }
body.testin-contact .contact-section-heading .contact-eyebrow { grid-column:1/-1; margin-bottom:12px; }
body.testin-contact .contact-section-heading h2 { margin:0; font-size:34px; line-height:1.2; font-weight:600; letter-spacing:-.035em; }
body.testin-contact .contact-section-heading>p:last-child { max-width:480px; margin:0; color:#53627b; font-size:14px; line-height:1.85; }
body.testin-contact .contact-steps { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:32px; list-style:none; padding:0; margin:34px 0 0; }
body.testin-contact .contact-steps li { display:flex; gap:17px; padding-top:22px; border-top:1px solid #d8dfeb; }
body.testin-contact .contact-steps li>span { color:#49669f; font-size:12px; font-weight:500; padding-top:3px; }
body.testin-contact .contact-steps h3 { margin:0 0 11px; color:#25334d; font-size:17px; line-height:1.4; font-weight:500; letter-spacing:-.02em; }
body.testin-contact .contact-steps p { margin:0; color:#617089; font-size:12px; line-height:1.85; }
body.testin-contact .contact-location { padding:0 0 64px; }
body.testin-contact .contact-location__card { display:grid; grid-template-columns:1fr 1fr; gap:70px; padding:40px 44px; background:#1c2f50; border-radius:16px; color:#fff; }
body.testin-contact .contact-location .contact-eyebrow { margin-bottom:13px; color:#bdcff1; }
body.testin-contact .contact-location h2 { margin:0 0 16px; color:white; font-size:34px; line-height:1.2; font-weight:500; letter-spacing:-.04em; }
body.testin-contact .contact-location__intro>p:last-child { margin:0; max-width:420px; font-size:13px; line-height:1.85; color:#c9d4e6; }
body.testin-contact .contact-location__address { align-content:center; display:grid; grid-template-columns:32px 1fr; column-gap:18px; row-gap:20px; }
body.testin-contact .contact-location__address svg { width:25px; height:25px; margin-top:4px; color:#f3b573; }
body.testin-contact .contact-location address { display:grid; gap:6px; margin:0; font-style:normal; color:white; }
body.testin-contact .contact-location address strong { font-size:24px; line-height:1.3; letter-spacing:-.025em; font-weight:500; }
body.testin-contact .contact-location address span { font-size:14px; line-height:1.6; color:#c9d4e6; }
body.testin-contact .contact-map-link { display:flex; align-items:center; justify-content:space-between; gap:20px; grid-column:2; justify-self:start; min-height:44px; padding:10px 16px; border:1px solid #637492; border-radius:7px; color:white; font-size:12px; line-height:1.6; text-decoration:none; transition:background-color .18s; }
body.testin-contact .contact-map-link:hover { background:#31486c; }
body.testin-contact .contact-sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
@media(max-width:1180px) {
 body.testin-contact .top-header_right { display:none; }
 body.testin-contact .audit-mobile-nav summary { box-sizing:border-box; width:44px; height:44px; align-content:center; }
 body.testin-contact #menu-mobile.audit-mobile-menu { box-sizing:border-box; left:40px; right:40px; top:calc(100% - 4px); width:auto; max-height:calc(100dvh - 130px); padding:14px; }
 body.testin-contact .audit-mobile-menu a { font-size:14px; letter-spacing:0; }
 body.testin-contact .contact-layout { column-gap:34px; grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr); }
 body.testin-contact .contact-form-panel { padding:26px; }
 body.testin-contact .contact-intro h1 { font-size:49px; }
 body.testin-contact .contact-team { grid-template-columns:125px minmax(0,1fr); gap:17px; }
 body.testin-contact .contact-team img { width:125px; }
 body.testin-contact .testin-form-grid { gap:18px 12px; }
 body.testin-contact .testin-form-field label { font-size:11px; }
 body.testin-contact .testin-form-field label span { font-size:9px; }
 body.testin-contact .testin-form-field select { font-size:11px; }
}
@media(max-width:980px) {
 body.testin-contact :is(.container,.max-width) { padding-inline:28px; }
 body.testin-contact .contact-stage { padding-top:40px; }
 body.testin-contact .contact-layout { grid-template-columns:1fr 1fr; grid-template-rows:auto; grid-template-areas:'intro channels' 'form form' 'team team'; row-gap:32px; }
 body.testin-contact .contact-intro h1 { font-size:45px; }
 body.testin-contact .contact-lead { font-size:14px; }
 body.testin-contact .contact-channels { align-self:center; }
 body.testin-contact .contact-channel__value { font-size:25px; }
 body.testin-contact .contact-form-panel { padding:32px; }
 body.testin-contact .contact-team { grid-template-columns:135px 1fr; max-width:470px; gap:25px; }
 body.testin-contact .contact-team img { width:135px; }
 body.testin-contact .contact-team p:not(.contact-eyebrow) { font-size:13px; }
 body.testin-contact .testin-form-field label { font-size:12px; }
 body.testin-contact .testin-form-field label span { font-size:10px; }
 body.testin-contact .testin-form-field select { font-size:14px; }
 body.testin-contact .testin-form-field small { font-size:11px; }
 body.testin-contact #menu-mobile.audit-mobile-menu { left:28px; right:28px; }
 body.testin-contact .contact-section-heading { column-gap:32px; }
 body.testin-contact .contact-location__card { gap:36px; padding:32px; }
 body.testin-contact .contact-steps { gap:24px; }
}
@media(max-width:700px) {
 body.testin-contact :is(.container,.max-width) { padding-inline:22px; }
 body.testin-contact .top-header { min-height:80px; }
 body.testin-contact .navigation_logo img { width:118px; }
 body.testin-contact .contact-stage { padding:32px 0 38px; }
 body.testin-contact .contact-layout { grid-template-columns:minmax(0,1fr); grid-template-areas:'intro' 'channels' 'form' 'team'; row-gap:25px; }
 body.testin-contact .contact-eyebrow { margin-bottom:17px; }
 body.testin-contact .contact-intro h1 { font-size:clamp(35px,10.7vw,48px); line-height:1.09; }
 body.testin-contact .contact-lead { margin-top:19px; font-size:14px; line-height:1.8; }
 body.testin-contact .contact-form-jump { display:flex; align-items:center; gap:24px; margin-top:15px; min-height:40px; font-size:12px; color:#365b9d; text-decoration:underline; text-underline-offset:5px; }
 body.testin-contact .contact-channel { padding-block:14px; }
 body.testin-contact .contact-channel__label { font-size:10px; margin-bottom:5px; }
 body.testin-contact .contact-channel__value { font-size:25px; }
 body.testin-contact .contact-channel__arrow { top:23px; width:32px; height:32px; }
 body.testin-contact .contact-hours { margin-top:0; }
 body.testin-contact .contact-form-panel { padding:24px 20px 22px; border-radius:15px; }
 body.testin-contact .contact-form-kicker { font-size:9px; margin-bottom:11px; }
 body.testin-contact .testin-lead-form>h2 { font-size:25px; }
 body.testin-contact .testin-lead-form>p { font-size:12px; margin-bottom:23px; }
 body.testin-contact .testin-form-grid { grid-template-columns:minmax(0,1fr); gap:18px; }
 body.testin-contact .testin-form-field label { font-size:12px; }
 body.testin-contact .testin-form-field select { font-size:16px; }
 body.testin-contact .testin-form-field textarea { min-height:140px; }
 body.testin-contact .testin-form-field--consent label { font-size:11px; }
 body.testin-contact .contact-team { grid-template-columns:112px minmax(0,1fr); gap:19px; padding-top:4px; }
 body.testin-contact .contact-team img { width:112px; border-radius:9px; }
 body.testin-contact .contact-team .contact-eyebrow { font-size:8px; margin-bottom:6px; }
 body.testin-contact .contact-team h2 { font-size:18px; margin-bottom:8px; }
 body.testin-contact .contact-team p:not(.contact-eyebrow) { font-size:11px; margin-bottom:5px; }
 body.testin-contact .contact-next { padding:43px 0; }
 body.testin-contact .contact-section-heading { grid-template-columns:1fr; gap:0; }
 body.testin-contact .contact-section-heading h2 { font-size:28px; }
 body.testin-contact .contact-section-heading>p:last-child { margin-top:15px; font-size:13px; }
 body.testin-contact .contact-steps { grid-template-columns:1fr; gap:21px; margin-top:27px; }
 body.testin-contact .contact-steps li { gap:18px; padding-top:20px; }
 body.testin-contact .contact-steps h3 { font-size:18px; margin-bottom:9px; }
 body.testin-contact .contact-steps p { font-size:13px; }
 body.testin-contact .contact-location { padding-bottom:40px; }
 body.testin-contact .contact-location__card { grid-template-columns:1fr; gap:28px; padding:27px 24px; border-radius:13px; }
 body.testin-contact .contact-location h2 { font-size:29px; }
 body.testin-contact .contact-location__intro>p:last-child { font-size:12px; }
 body.testin-contact .contact-location__address { grid-template-columns:22px 1fr; column-gap:13px; row-gap:18px; }
 body.testin-contact .contact-location address strong { font-size:22px; }
 body.testin-contact .contact-location__address svg { width:21px; height:21px; }
 body.testin-contact .contact-map-link { padding-inline:12px; font-size:11px; gap:16px; }
 body.testin-contact #menu-mobile.audit-mobile-menu { left:16px; right:16px; max-height:calc(100dvh - 104px); }
 body.testin-contact .audit-mobile-menu a { font-size:13px; padding:10px; }
}
@media(max-width:370px) {
 body.testin-contact :is(.container,.max-width) { padding-inline:18px; }
 body.testin-contact .contact-form-panel { padding-inline:17px; }
 body.testin-contact .contact-team { grid-template-columns:94px 1fr; gap:15px; }
 body.testin-contact .contact-team img { width:94px; }
 body.testin-contact .contact-channel__value { font-size:23px; }
 body.testin-contact .contact-location__card { padding-inline:21px; }
}
@media(prefers-reduced-motion:reduce) {
 body.testin-contact * { scroll-behavior:auto!important; transition:none!important; }
}
