.contact-page{min-height:100vh;display:flex;flex-direction:column;color:#0d2442;background:radial-gradient(circle at 50% 18%,rgba(45,139,146,.08),transparent 34%),linear-gradient(180deg,#f8fbfd,#eef8fb)}.contact-header{height:76px;display:flex;align-items:center;border-bottom:1px solid #dce8ef;background:rgba(255,255,255,.94)}.contact-header-inner{width:min(100% - 64px,1720px);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.contact-logo{display:inline-flex;align-items:center;width:204px}.contact-logo img{width:100%;height:auto;display:block}.contact-main{flex:1 1;width:min(100% - 40px,560px);margin:0 auto;padding:40px 0 64px;text-align:center}.contact-eyebrow{margin:0 0 12px;color:#10a5bb;font-size:13px;font-weight:900;letter-spacing:.04em}.contact-title{margin:0 0 12px;font-size:clamp(22px,3vw,28px);line-height:1.5;letter-spacing:0}.contact-lead{margin:0 auto 32px;max-width:560px;color:#52687c;font-size:14px;font-weight:700;line-height:1.7}.contact-form-card,.contact-thanks-card{text-align:left;border:1px solid #cfe3ee;border-radius:16px;background:rgba(255,255,255,.94);box-shadow:0 20px 48px rgba(18,73,106,.08)}.contact-form-card{padding:32px}.contact-form{display:grid;grid-gap:20px;gap:20px}.contact-type-field{min-width:0;margin:0;padding:0;border:0}.contact-field label,.contact-type-field legend{margin:0 0 6px;font-size:13px;font-weight:900;color:#14304d}.contact-type-list{display:grid;grid-gap:8px;gap:8px}.contact-type-option{min-height:48px;display:flex;align-items:center;gap:10px;padding:12px 16px;border:1.5px solid #d4e5ee;border-radius:12px;color:#14304d;background:#fbfdff;cursor:pointer;font-size:14px;font-weight:500;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.contact-type-option:has(input:checked){border-color:#2d8b92;background:#f0fbfc;box-shadow:0 0 0 4px rgba(45,139,146,.1)}.contact-type-option input{width:16px;height:16px;margin:0;accent-color:#2d8b92}.contact-divider{height:1px;background:#e3edf3}.contact-field,.contact-field-grid{min-width:0}.contact-field{display:grid;grid-gap:6px;gap:6px}.contact-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.contact-required{color:#ef4444}.contact-help{margin:-2px 0 2px;color:#71859a;font-size:11px;font-weight:700}.contact-field input{width:100%;height:48px;padding:0 16px;border:1.5px solid #d4e5ee;border-radius:12px;outline:none;color:#14304d;background:#fbfdff;font:inherit;font-size:15px;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.contact-field input:focus{border-color:#2d8b92;background:#fff;box-shadow:0 0 0 4px rgba(45,139,146,.12)}.contact-field input::placeholder{color:#9aa8b7}.contact-policy{margin:12px 0 0;text-align:center;color:#70859a;font-size:13px;font-weight:700;line-height:1.7}.contact-policy a{color:#1880c2;text-decoration:underline;text-underline-offset:3px}.contact-error,.contact-success{margin:0;border-radius:12px;padding:12px 14px;font-size:13px;font-weight:800;line-height:1.6}.contact-error{color:#b42318;background:#fff1f1;border:1px solid #fecaca}.contact-success{color:#166534;background:#ecfdf3;border:1px solid #bbf7d0}.contact-submit{height:54px;margin-top:4px;border:0;border-radius:999px;color:#fff;background:linear-gradient(135deg,#18b6bb,#06879a);box-shadow:0 16px 28px rgba(6,135,154,.18);cursor:pointer;font:inherit;font-size:15px;font-weight:900;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease}.contact-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 20px 34px rgba(6,135,154,.23)}.contact-submit:disabled{cursor:not-allowed;opacity:.68}.contact-footer{padding:28px 20px 34px;color:#71859a;text-align:center;font-size:13px;font-weight:700}.contact-thanks-card{padding:48px 42px;text-align:center}.contact-thanks-mark{width:64px;height:64px;display:grid;place-items:center;margin:0 auto 24px;border-radius:50%;color:#fff;background:linear-gradient(135deg,#2d8b92,#45c2c8);font-size:30px;font-weight:900}.contact-thanks-card h1{margin:0 0 16px;color:#0d2442;font-size:30px;line-height:1.4}.contact-thanks-card p{margin:0 auto 28px;max-width:520px;color:#52687c;font-size:15px;font-weight:700;line-height:1.9}.contact-thanks-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.contact-thanks-button{display:inline-flex;align-items:center;justify-content:center;min-width:180px;height:52px;padding:0 22px;border-radius:999px;text-decoration:none;font-weight:900}.contact-thanks-button.primary{color:#fff;background:linear-gradient(135deg,#2d8b92,#237078)}.contact-thanks-button.secondary{color:#2d8b92;border:1.5px solid #b9dbe3;background:#fff}@media (max-width:640px){.contact-header{height:66px}.contact-header-inner{width:min(100% - 32px,1720px)}.contact-logo{width:166px}.contact-main{width:min(100% - 28px,560px);padding:32px 0 54px}.contact-title{margin-bottom:10px}.contact-lead{margin-bottom:24px;font-size:13px}.contact-form-card,.contact-thanks-card{border-radius:14px}.contact-form-card{padding:24px 18px}.contact-form{gap:18px}.contact-field-grid{grid-template-columns:1fr;gap:18px}.contact-type-option{min-height:46px;padding:10px 14px;font-size:13px}.contact-field input{height:48px;padding:0 16px;font-size:15px}.contact-submit{height:52px}.contact-thanks-card{padding:38px 20px}}