.contact-hero { background: radial-gradient(circle at 89% 16%, #e8f7cb 0, transparent 26%), linear-gradient(115deg, #f6f8ff 0%, #f8faf7 100%); }
.contact-hero-grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr); align-items: center; gap: clamp(36px, 6vw, 96px); }
.contact-intro h1 { margin: 25px 0 23px; font-size: clamp(55px, 6.2vw, 92px); line-height: .98; letter-spacing: -.065em; }
.contact-intro h1 span { color: var(--blue); }
.contact-intro > p { max-width: 590px; margin: 0; color: #5f6977; font-size: 19px; line-height: 1.68; }
.contact-intro-links { display: flex; flex-wrap: wrap; gap: 14px 25px; margin-top: 39px; }
.contact-intro-links a { color: var(--ink); font-size: 15px; font-weight: 800; text-decoration: underline; text-decoration-color: #b7c5e3; text-underline-offset: 6px; }
.contact-intro-links a:hover { color: var(--blue); }
.contact-intro-links span { color: var(--blue); }
.contact-card { padding: clamp(30px, 4vw, 52px); background: #fff; border: 1px solid #dce4f3; border-radius: 30px; box-shadow: 0 32px 76px rgba(38, 63, 111, .1); }
.contact-card-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.contact-card-icon { width: 62px; height: 62px; display: grid; place-items: center; flex: none; color: #fff; background: var(--blue); border-radius: 18px; }
.contact-card-icon svg { width: 31px; height: 31px; }
.contact-card-label { display: flex; align-items: center; gap: 8px; color: #68798e; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-align: right; }
.contact-card-label i { width: 9px; height: 9px; flex: none; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 4px #eff8d7; }
.contact-card h2 { margin: 30px 0 15px; font-size: clamp(32px, 3vw, 43px); line-height: 1.08; letter-spacing: -.05em; }
.contact-card > p { margin: 0 0 28px; color: #637082; font-size: 16px; line-height: 1.65; }
.contact-email { display: block; width: fit-content; max-width: 100%; color: var(--blue); font-size: clamp(22px, 2.4vw, 32px); font-weight: 850; letter-spacing: -.035em; overflow-wrap: anywhere; }
.contact-email:hover { text-decoration: underline; text-underline-offset: 4px; }
.contact-mail-button { min-height: 55px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; margin-top: 27px; padding: 0 23px; color: #fff; background: var(--ink); border-radius: 13px; font-size: 15px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.contact-mail-button:hover { background: var(--blue); transform: translateY(-2px); }
.contact-card > small { display: block; margin-top: 27px; padding-top: 20px; color: #788597; border-top: 1px solid #e7ebf3; font-size: 13px; line-height: 1.6; }
.contact-topics { background: #fff; }
.contact-topics-heading h2 { margin: 20px 0 38px; font-size: clamp(38px, 4vw, 58px); line-height: 1.05; letter-spacing: -.055em; }
.contact-topics-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.contact-topics-grid article { min-height: 236px; padding: 28px; background: #f6f7f5; border: 1px solid #e1e5e4; border-radius: 22px; }
.contact-topics-grid article:nth-child(2) { background: #eef3ff; border-color: #dde6fc; }
.contact-topics-grid article:nth-child(3) { background: #f1f8df; border-color: #e2edc5; }
.contact-topics-grid article > span { color: var(--blue); font-size: 14px; font-weight: 900; letter-spacing: .08em; }
.contact-topics-grid h3 { margin: 31px 0 11px; font-size: 22px; letter-spacing: -.03em; }
.contact-topics-grid p { margin: 0; color: #617081; font-size: 15px; line-height: 1.6; }
@media (max-width: 900px) { .contact-hero-grid { grid-template-columns: 1fr; }.contact-intro { max-width: 710px; }.contact-card { max-width: 710px; }.contact-topics-grid { grid-template-columns: 1fr; }.contact-topics-grid article { min-height: auto; } }
@media (max-width: 560px) { .contact-intro h1 { font-size: clamp(50px, 12vw, 68px); }.contact-intro > p { font-size: 17px; }.contact-intro-links { flex-direction: column; }.contact-card { padding: 26px 22px; border-radius: 24px; }.contact-card-label { max-width: 145px; }.contact-card h2 br { display: none; }.contact-card h2 { font-size: 34px; }.contact-topics-grid article { padding: 24px; } }
