.contact-page { background: var(--soft); }
.contact-hero { padding: 90px 24px 115px; text-align: center; background: linear-gradient(145deg, #fff, #fff0f3); }
.contact-hero h1 { font-size: clamp(44px, 6vw, 72px); }
.contact-hero > p:not(.eyebrow) { color: var(--muted); }
.contact-content { max-width: 1050px; margin: -45px auto 0; padding: 0 24px 120px; position: relative; display: grid; grid-template-columns: .65fr 1.35fr; gap: 35px; align-items: start; }
.contact-intro { padding: 40px 36px; border-radius: 20px; color: #fff; background: var(--navy); }
.contact-intro h2 { font-size: 32px; }
.contact-intro p:not(.eyebrow) { color: #aab2c2; font-size: 13px; }
.contact-intro ul { margin: 32px 0 0; padding: 24px 0 0; border-top: 1px solid #354057; list-style: none; }
.contact-intro li { margin: 11px 0; color: #dce0e8; font-size: 12px; }
.contact-intro li span { margin-right: 8px; color: #53d99a; }
.form-card { padding: 42px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 15px 45px rgba(24,33,52,.08); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
form > label, .form-row label { margin-bottom: 20px; display: block; font-size: 12px; font-weight: 700; }
label em { margin-left: 5px; color: var(--red); font-size: 10px; font-style: normal; }
input, select, textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #dfe2e8; border-radius: 8px; color: var(--ink); background: #fff; font: inherit; font-size: 14px; outline: none; transition: border-color .2s, box-shadow .2s; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(247,35,67,.1); }
.privacy-check { margin: 7px 0 25px !important; display: flex !important; align-items: center; gap: 10px; font-weight: 500 !important; }
.privacy-check input { width: 18px; height: 18px; margin: 0; accent-color: var(--red); }
.privacy-check a { color: var(--red); text-decoration: underline; }
.submit-button { width: 100%; border: 0; cursor: pointer; font-family: inherit; font-size: 14px; }
.form-note { margin: 12px 0 0; color: var(--muted); text-align: center; font-size: 10px; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.form-errors { margin-bottom: 25px; padding: 18px 20px; color: #a30d28; border-radius: 10px; background: #fff0f3; font-size: 12px; }
.form-errors ul { margin: 5px 0 0; padding-left: 20px; }
.sent-card { grid-column: 1 / -1; padding: 75px 40px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 15px 45px rgba(24,33,52,.08); text-align: center; }
.sent-card > span { width: 58px; height: 58px; margin: 0 auto 24px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: #2ac77f; font-size: 26px; }
.sent-card h2 { font-size: 34px; }
.sent-card p { max-width: 600px; margin: 0 auto 28px; color: var(--muted); }
@media (max-width: 800px) {
  .contact-content { max-width: 650px; grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .contact-hero { padding: 70px 18px 95px; }
  .contact-content { padding-left: 18px; padding-right: 18px; }
  .contact-intro, .form-card { padding: 30px 24px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .sent-card { padding: 50px 24px; }
  .sent-card h2 { font-size: 27px; }
}
