.contact-link.active { background: var(--blue-700); box-shadow: 0 0 0 3px rgba(9,95,151,.13); }
.contact-hero { padding: 90px 0 105px; position: relative; overflow: hidden; background: linear-gradient(115deg, #041a2b 0%, #073b5d 62%, #0b78a7 100%); color: var(--white); }
.contact-hero::before { content: ""; position: absolute; width: 510px; height: 510px; right: -120px; top: -230px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 72px rgba(255,255,255,.035), 0 0 0 145px rgba(255,255,255,.02); }
.contact-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .62fr; gap: 90px; align-items: center; }
.contact-hero h1 { max-width: 850px; margin: 16px 0 22px; font-size: clamp(49px, 6.4vw, 82px); line-height: .98; letter-spacing: -.058em; text-wrap: balance; }
.contact-hero-grid > div > p:not(.section-kicker) { max-width: 720px; color: rgba(255,255,255,.74); font-size: 16px; line-height: 1.75; }
.contact-hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 11px; }
.contact-hero-card { min-height: 350px; padding: 35px; border: 1px solid rgba(255,255,255,.22); border-radius: 27px; background: rgba(4,26,43,.55); backdrop-filter: blur(15px); display: flex; flex-direction: column; }
.contact-hero-card > p { margin: 0 0 13px; color: var(--gold-300); font-size: 10px; font-weight: 850; letter-spacing: .15em; }
.contact-hero-card > a { color: var(--white); font-size: clamp(24px, 2.4vw, 34px); font-weight: 830; letter-spacing: -.03em; overflow-wrap: anywhere; }
.contact-hero-card > div { margin-top: auto; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.16); display: flex; flex-direction: column; gap: 7px; }
.contact-hero-card > div + div { margin-top: 19px; }
.contact-hero-card span { color: rgba(255,255,255,.55); font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .11em; }
.contact-hero-card strong, .contact-hero-card div a { color: var(--white); font-size: 12px; line-height: 1.5; }
.contact-shortcuts { position: relative; z-index: 2; margin-top: -38px; }
.contact-shortcut-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 25px; overflow: hidden; background: var(--white); box-shadow: 0 23px 65px rgba(5,39,61,.17); }
.contact-shortcut-grid a { min-height: 140px; padding: 24px; border-right: 1px solid var(--line); display: flex; flex-direction: column; transition: .2s ease; }
.contact-shortcut-grid a:last-child { border-right: 0; }
.contact-shortcut-grid a:hover { background: var(--paper); }
.contact-shortcut-grid span { color: var(--gold-500); font-size: 10px; font-weight: 900; }
.contact-shortcut-grid strong { margin-top: auto; font-size: 17px; }
.contact-shortcut-grid small { margin-top: 5px; color: var(--muted); font-size: 10px; }
.contact-main { padding-top: 125px; background: var(--paper); }
.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 75px; align-items: start; }
.contact-intro { position: sticky; top: 125px; }
.contact-intro h2 { margin: 12px 0 22px; font-size: clamp(36px, 4.2vw, 53px); line-height: 1.05; letter-spacing: -.048em; }
.contact-intro > p:not(.section-kicker) { color: var(--muted); font-size: 14px; line-height: 1.76; }
.contact-intro ul { margin: 28px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 12px; }
.contact-intro li { display: flex; gap: 11px; align-items: center; color: #365565; font-size: 12px; font-weight: 760; }
.contact-intro li span { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: #dff5ea; color: #0a7150; }
.contact-help { margin-top: 36px; padding: 23px; border-radius: 18px; background: #e4f0f3; }
.contact-help strong { font-size: 13px; }
.contact-help p { margin: 7px 0 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.contact-help a { color: var(--blue-700); font-weight: 850; }
.contact-form { padding: 36px; border: 1px solid var(--line); border-radius: 28px; background: var(--white); box-shadow: 0 16px 45px rgba(5,39,61,.07); }
.form-heading { margin-bottom: 27px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.form-heading span { color: var(--blue-700); font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.form-heading h2 { margin: 8px 0 0; font-size: 29px; letter-spacing: -.035em; }
.form-heading p { margin: 0; color: var(--muted); font-size: 9px; }
.form-heading p strong, .contact-form label > strong, .consent strong { color: #b32727; }
.form-alert { margin-bottom: 22px; padding: 15px 17px; border-radius: 12px; font-size: 12px; line-height: 1.55; }
.form-alert.success { background: #e3f7ed; color: #0d6747; border: 1px solid #bfe6d2; }
.form-alert.error { background: #fff0ef; color: #9a2929; border: 1px solid #f1c8c4; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 19px; }
.contact-form label { display: flex; flex-direction: column; gap: 8px; color: #2a4a5a; font-size: 11px; font-weight: 780; }
.contact-form label.full { grid-column: 1 / -1; position: relative; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea { width: 100%; min-height: 52px; padding: 0 14px; border: 1px solid #cbdde3; border-radius: 12px; outline: 0; background: #fbfdfd; color: var(--ink); font: inherit; font-weight: 500; transition: .18s ease; }
.contact-form textarea { min-height: 130px; padding-top: 14px; resize: vertical; line-height: 1.6; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue-700); box-shadow: 0 0 0 4px rgba(8,104,153,.11); background: var(--white); }
.contact-form input.invalid, .contact-form select.invalid, .contact-form textarea.invalid { border-color: #b52f2f; background: #fff9f8; }
.contact-form label > small { align-self: flex-end; color: var(--muted); font-size: 9px; font-weight: 500; }
.consent { margin-top: 22px; display: grid !important; grid-template-columns: 19px 1fr; align-items: start; line-height: 1.55; font-weight: 500 !important; }
.consent input { width: 18px; height: 18px; margin: 0; accent-color: var(--blue-700); }
.form-submit { margin-top: 25px; display: flex; align-items: center; gap: 22px; }
.form-submit .button { width: auto; min-width: 235px; border: 0; }
.form-submit p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.5; }
.contact-form.is-sending { opacity: .78; pointer-events: none; }
.contact-details { background: var(--white); }
.contact-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.contact-detail-grid article { min-height: 290px; padding: 29px; border: 1px solid var(--line); border-radius: 23px; background: var(--paper); display: flex; flex-direction: column; }
.contact-detail-grid article:first-child { background: var(--navy-900); color: var(--white); }
.contact-detail-grid article > span { color: var(--gold-500); font-size: 10px; font-weight: 900; }
.contact-detail-grid h3 { margin: auto 0 12px; font-size: 22px; }
.contact-detail-grid p { min-height: 3.5em; color: var(--muted); font-size: 11px; line-height: 1.65; }
.contact-detail-grid article:first-child p { color: rgba(255,255,255,.65); }
.contact-detail-grid a { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--blue-700); font-size: 11px; font-weight: 850; }
.contact-detail-grid article:first-child a { border-top-color: rgba(255,255,255,.18); color: var(--gold-300); }
@media (max-width: 980px) { .contact-hero-grid, .contact-layout { grid-template-columns: 1fr; } .contact-hero-card { max-width: 650px; } .contact-shortcut-grid { grid-template-columns: repeat(2, 1fr); } .contact-shortcut-grid a:nth-child(2) { border-right: 0; } .contact-shortcut-grid a:nth-child(-n+2) { border-bottom: 1px solid var(--line); } .contact-intro { position: static; max-width: 700px; } }
@media (max-width: 680px) { .contact-hero { padding: 65px 0 88px; } .contact-hero h1 { font-size: 46px; } .contact-hero-actions { align-items: stretch; flex-direction: column; } .contact-hero-actions .button { width: 100%; } .contact-shortcut-grid { grid-template-columns: 1fr; } .contact-shortcut-grid a, .contact-shortcut-grid a:nth-child(2) { min-height: 112px; border-right: 0; border-bottom: 1px solid var(--line); } .contact-shortcut-grid a:last-child { border-bottom: 0; } .contact-layout { gap: 45px; } .contact-form { padding: 25px 20px; } .form-heading { align-items: flex-start; flex-direction: column; } .form-grid { grid-template-columns: 1fr; } .contact-form label.full { grid-column: auto; } .form-submit { align-items: stretch; flex-direction: column; } .form-submit .button { width: 100%; } .contact-detail-grid { grid-template-columns: 1fr; } }
