.contact-page { --contact-blue: #0b2746; --contact-blue-2: #071b31; --contact-soft: #eef3f7; background: #fff; }
.contact-page .site-header { background: rgba(255,255,255,.97); }
.contact-page .site-nav [aria-current="page"] { color: var(--orange); }
.contact-kicker { margin: 0 0 15px; color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.contact-section { padding: 96px clamp(22px, 6vw, 96px); }
.contact-heading { max-width: 760px; margin-bottom: 42px; }
.contact-heading h2, .rfq-intro h2 { margin: 0 0 14px; color: var(--contact-blue); font-size: clamp(32px, 4vw, 52px); line-height: 1.12; letter-spacing: -.035em; }
.contact-heading > p:last-child, .rfq-intro > p:last-child { color: var(--muted); font-size: 17px; }

.contact-hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(440px, .95fr); min-height: 690px; color: #fff; background: var(--contact-blue); }
.contact-hero__copy { display: flex; flex-direction: column; justify-content: center; padding: 86px clamp(28px, 6vw, 100px); }
.contact-hero h1 { max-width: 760px; margin: 0 0 24px; color: #fff; font-size: clamp(44px, 5.6vw, 80px); line-height: 1.02; letter-spacing: -.05em; }
.contact-hero__lead { max-width: 700px; margin: 0; color: #cbd6e0; font-size: clamp(17px, 1.5vw, 20px); line-height: 1.75; }
.contact-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.contact-page .button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 22px; border-radius: 4px; font-weight: 900; }
.contact-button-light { color: #fff; border: 1px solid rgba(255,255,255,.55); background: transparent; }
.contact-button-light:hover { color: var(--contact-blue); background: #fff; }
.hero-proof { display: flex; gap: 32px; margin-top: 46px; padding: 20px 22px; border-left: 4px solid var(--orange); background: #164b70; }
.hero-proof span { display: grid; gap: 4px; }
.hero-proof strong { color: #fff; font-size: 21px; }
.hero-proof small { color: #aebdcc; font-size: 12px; }
.contact-hero__visual { position: relative; overflow: hidden; min-height: 560px; margin: 0; background: #233b51; }
.contact-hero__visual::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(11,39,70,.45), transparent 40%), linear-gradient(0deg, rgba(7,27,49,.45), transparent 45%); }
.contact-hero__visual img { height: 100%; object-fit: cover; }
.contact-hero__visual figcaption { position: absolute; z-index: 2; right: 30px; bottom: 30px; left: 30px; display: flex; gap: 13px; padding: 18px 20px; background: rgba(7,27,49,.9); backdrop-filter: blur(10px); }
.contact-hero__visual figcaption span { width: 4px; background: var(--orange); }
.contact-hero__visual figcaption p { margin: 0; color: #d9e2e9; font-size: 13px; }

.contact-paths { background: #f5f7f9; }
.path-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.path-card { position: relative; min-height: 330px; padding: 32px; background: #fff; border: 1px solid #dde4ea; border-top: 4px solid var(--orange); transition: transform .2s ease, box-shadow .2s ease; }
.path-card:hover { transform: translateY(-4px); box-shadow: 0 18px 44px rgba(11,39,70,.1); }
.path-card--primary { border-top: 4px solid var(--orange); }
.path-number { color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.path-card h3 { margin: 54px 0 12px; color: var(--contact-blue); font-size: 24px; }
.path-card p { color: var(--muted); }
.path-card a { position: absolute; bottom: 30px; color: var(--contact-blue); font-weight: 900; }

.rfq-section { background: #fff; }
.rfq-intro { max-width: 840px; margin-bottom: 42px; }
.rfq-layout { display: grid; grid-template-columns: minmax(0, 2.1fr) minmax(290px, .85fr); gap: 28px; align-items: start; }
.contact-form { display: grid; gap: 0; padding: 0; overflow: hidden; border: 1px solid #dfe5eb; background: #fff; box-shadow: 0 22px 60px rgba(11,39,70,.08); }
.contact-form fieldset { min-width: 0; margin: 0; padding: 32px; border: 0; border-bottom: 1px solid #e4e8ec; }
.contact-form legend { display: flex; align-items: center; gap: 14px; width: 100%; padding: 0; margin-bottom: 24px; }
.contact-form legend > span { display: grid; place-items: center; width: 36px; height: 36px; flex: 0 0 36px; color: #fff; background: var(--contact-blue); font-size: 12px; font-weight: 900; }
.contact-form legend div { display: grid; }
.contact-form legend strong { color: var(--contact-blue); font-size: 18px; }
.contact-form legend small { color: var(--muted); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.form-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.contact-form label:not(.contact-upload):not(.consent) { display: grid; gap: 8px; color: #24394d; font-size: 13px; font-weight: 800; }
.contact-form label.full { grid-column: 1 / -1; }
.contact-form input:not([type="file"]):not([type="checkbox"]), .contact-form select, .contact-form textarea { width: 100%; min-height: 49px; padding: 12px 13px; color: var(--ink); border: 1px solid #d6dde4; border-radius: 3px; background: #fafbfc; font: inherit; outline: none; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(249,115,22,.1); background: #fff; }
.contact-upload { display: grid; place-items: center; min-height: 180px; padding: 28px; text-align: center; border: 2px dashed #b7c3cf; background: #f7f9fb; cursor: pointer; }
.contact-upload input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.upload-icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 10px; color: #fff; background: var(--contact-blue); font-size: 22px; }
.contact-upload strong { color: var(--contact-blue); }
.contact-upload small { max-width: 560px; margin-top: 6px; color: var(--muted); }
.confidentiality { display: flex; gap: 12px; margin-top: 14px; padding: 14px 16px; color: #365064; background: #edf6f2; }
.confidentiality > span { color: #11845b; font-size: 22px; }
.confidentiality p { display: grid; gap: 3px; margin: 0; }
.confidentiality small { color: #587267; }
.consent { display: flex; gap: 8px; align-items: flex-start; margin: 24px 32px 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.contact-form .consent input[type="checkbox"] { appearance: auto; width: 18px; min-width: 18px; height: 18px; min-height: 18px; flex: 0 0 18px; margin: 1px 0 0; padding: 0; border: 1px solid #aab6c2; border-radius: 2px; box-shadow: none; accent-color: var(--orange); }
.contact-submit { gap: 30px; margin: 20px 32px 0; border: 0; cursor: pointer; }
.contact-submit b { font-size: 20px; }
.response-note { margin: 12px 32px 30px; color: var(--muted); text-align: center; font-size: 12px; }
.rfq-aside { position: sticky; top: 96px; display: grid; gap: 18px; }
.aside-card { padding: 26px; border: 1px solid #dfe5eb; background: #fff; }
.aside-card--dark { color: #fff; background: var(--contact-blue); border: 0; }
.aside-card h3 { margin: 0 0 15px; color: var(--contact-blue); font-size: 21px; }
.aside-card--dark h3 { color: #fff; }
.aside-email { display: block; margin-bottom: 22px; color: #fff; font-size: clamp(14px, 1.4vw, 18px); font-weight: 900; word-break: break-word; }
.aside-card--dark > p:not(.contact-kicker) { margin-bottom: 7px; color: #aebdcc; font-size: 12px; }
.aside-card code { display: block; margin-bottom: 20px; padding: 11px; color: #d8e2ea; background: rgba(255,255,255,.08); white-space: normal; }
.aside-card .button { width: 100%; }
.aside-email-actions { display: grid; gap: 10px; }
.aside-email-actions button { font: inherit; cursor: pointer; }
.aside-mark { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 18px; color: #fff; background: var(--orange); }
.aside-card ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; color: #455b6c; font-size: 14px; }
.aside-card li::before { margin-right: 9px; color: var(--orange); content: "✓"; font-weight: 900; }
.aside-help { margin: 20px 0 0; padding-top: 18px; border-top: 1px solid #e4e8ec; color: var(--muted); font-size: 13px; }
.aside-trust { display: flex; gap: 16px; }
.aside-trust > span { color: var(--orange); font-size: 50px; font-weight: 900; line-height: 1; }
.aside-trust strong { color: var(--contact-blue); }
.aside-trust p { margin: 7px 0 0; color: var(--muted); font-size: 13px; }

.process-section { color: #fff; background: var(--contact-blue); }
.process-section .contact-heading h2 { color: #fff; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.process-grid article { position: relative; padding: 32px 30px; border-top: 1px solid rgba(255,255,255,.18); border-right: 1px solid rgba(255,255,255,.18); }
.process-grid article:last-child { border-right: 0; }
.process-grid article > span { color: var(--orange); font-size: 12px; font-weight: 900; }
.process-symbol { display: grid; place-items: center; width: 52px; height: 52px; margin: 32px 0 24px; color: #fff; border: 1px solid rgba(255,255,255,.25); font-size: 23px; }
.process-symbol svg, .detail-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.process-grid h3 { color: #fff; font-size: 19px; }
.process-grid p { color: #aebdcc; font-size: 14px; }

.details-section { background: #f5f7f9; }
.contact-details-panel { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); overflow: hidden; border: 1px solid #dfe5eb; background: #fff; }
.details-company, .details-contact { padding: 30px; }
.details-contact { border-left: 1px solid #dfe5eb; }
.detail-icon { display: grid; place-items: center; width: 42px; height: 42px; color: var(--orange); border: 1px solid #f2c7a8; background: #fff8f3; }
.details-company .contact-kicker { margin-top: 22px; }
.details-company h3, .details-contact h3 { margin: 7px 0 12px; color: var(--contact-blue); font-size: 21px; }
.details-company address { max-width: 620px; color: var(--muted); font-style: normal; line-height: 1.65; }
.details-contact > p:not(.contact-kicker) { margin: 0; color: var(--muted); font-size: 13px; }
.contact-channel-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 20px; }
.contact-channel-list a { display: grid; gap: 4px; min-width: 0; padding: 13px 14px; border: 1px solid #dfe5eb; background: #f7f9fb; }
.contact-channel-list span { color: var(--muted); font-size: 11px; font-weight: 800; }
.contact-channel-list strong { color: var(--contact-blue); font-size: 13px; overflow-wrap: anywhere; }
.detail-copy { display: inline-flex; align-items: center; justify-content: center; min-height: 36px; margin-top: 20px; padding: 7px 13px; color: var(--contact-blue); border: 1px solid #b9c6d1; border-radius: 3px; background: transparent; font: inherit; font-size: 12px; font-weight: 900; cursor: pointer; transition: color .18s ease, border-color .18s ease, background .18s ease; }
.detail-copy:hover { color: #fff; border-color: var(--contact-blue); background: var(--contact-blue); }
.faq-section { max-width: 1120px; margin: 0 auto; }
.faq-list { border-top: 1px solid #dfe5eb; }
.faq-list details { border-bottom: 1px solid #dfe5eb; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; color: var(--contact-blue); font-weight: 900; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary b { color: var(--orange); font-size: 24px; transition: transform .2s ease; }
.faq-list details[open] summary b { transform: rotate(45deg); }
.faq-list details p { max-width: 850px; margin: -4px 0 22px; color: var(--muted); }
.faq-link { display: inline-block; margin-top: 25px; color: var(--contact-blue); font-weight: 900; }

@media (max-width: 1050px) {
  .contact-hero { grid-template-columns: 1fr; }
  .contact-hero__visual { min-height: 430px; max-height: 540px; }
  .rfq-layout { grid-template-columns: 1fr; }
  .rfq-aside { position: static; grid-template-columns: repeat(3, 1fr); }
  .form-grid--three { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid article:nth-child(2) { border-right: 0; }
}
@media (max-width: 760px) {
  .contact-section { padding: 68px 20px; }
  .contact-hero__copy { padding: 70px 20px 54px; }
  .contact-hero h1 { font-size: clamp(40px, 12vw, 58px); }
  .contact-hero__visual { min-height: 340px; }
  .hero-proof { flex-wrap: wrap; gap: 18px 28px; }
  .path-grid, .rfq-aside { grid-template-columns: 1fr; }
  .form-grid, .form-grid--three { grid-template-columns: 1fr; }
  .contact-form fieldset { padding: 25px 20px; }
  .consent { margin-right: 20px; margin-left: 20px; }
  .contact-submit { margin-right: 20px; margin-left: 20px; }
  .response-note { margin-right: 20px; margin-left: 20px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { border-right: 0; }
  .contact-details-panel, .contact-channel-list { grid-template-columns: 1fr; }
  .details-contact { border-top: 1px solid #dfe5eb; border-left: 0; }
}
