.bsk-contact,
.bsk-contact * { box-sizing: border-box; }
.bsk-contact { color: var(--bsk-text-primary); background: #fff; }

.bsk-contact-hero { height: 576px; background: #e8eefa; }
.bsk-contact-hero-content { display: flex; height: 576px; padding-bottom: 2px; flex-direction: column; justify-content: center; align-items: flex-start; background: url("../../images/aboutUs/contact/contact-talk-to-our-team-anytime-bg.webp") center/1200px 576px no-repeat; }
.bsk-contact-hero h1 { width: 600px; margin: 0; color: var(--bsk-title-important); font-size: var(--bsk-pc-h1-split-size); font-weight: var(--bsk-pc-h1-split-weight); line-height: var(--bsk-pc-h1-split-line-height); }
.bsk-contact-hero-actions { display: flex; margin-top: 32px; align-items: center; gap: 24px; }

.bsk-contact-methods { padding: 120px 0; background: #fff; }
.bsk-contact-section-head { text-align: center; }
.bsk-contact-section-head h2 { margin: 0; color: var(--bsk-text-primary); font-size: var(--bsk-pc-h2-size); font-weight: var(--bsk-pc-h2-weight); line-height: var(--bsk-pc-h2-line-height); }
.bsk-contact-section-head > p { margin: 16px 0 0; color: var(--bsk-text-tertiary); font-size: var(--bsk-pc-h2-subtitle-size); font-weight: var(--bsk-pc-h2-subtitle-weight); line-height: var(--bsk-pc-h2-subtitle-line-height); }
.bsk-contact-method-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 48px; gap: 48px; }
.bsk-contact-method-card { display: flex; min-height: 392px; padding: 48px; border: 1px solid #e6efff; border-radius: 16px; flex-direction: column; align-items: flex-start; appearance: none; background: #fff; color: inherit; box-shadow: 2px 4px 4px rgba(0, 0, 0, .1); font-family: var(--bsk-font-base); text-align: left; }
.bsk-contact-method-icon { display: block; width: 72px; height: 72px; }
.bsk-contact-method-card h3 { margin: 24px 0 0; color: var(--bsk-text-primary); font-size: 24px; font-weight: 700; line-height: 34px; }
.bsk-contact-method-card p { flex: 1; margin: 16px 0 0; color: #656567; font-size: 20px; font-weight: 500; line-height: 30px; }
.bsk-contact-method-arrow { display: block; width: 36px; height: 36px; margin: 23px 0 0 auto; filter: brightness(0) saturate(100%) invert(18%) sepia(99%) saturate(4660%) hue-rotate(231deg) brightness(84%) contrast(119%); }

.bsk-contact-explore { padding: 0 0 120px; scroll-margin-top: 24px; background: #fff; }
.bsk-contact-explore-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 48px; gap: 24px; }
.bsk-contact-explore-card { display: block; overflow: hidden; border: 1px solid var(--bsk-divider); border-radius: 20px; background: #fff; color: inherit; box-shadow: 4px 4px 32px rgba(7, 24, 91, .03); text-decoration: none; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.bsk-contact-explore-card:hover,
.bsk-contact-explore-card:focus-visible { border-color: rgba(6, 52, 230, .4); color: inherit; box-shadow: 0 18px 42px rgba(7, 24, 91, .12); transform: translateY(-6px); }
.bsk-contact-explore-card > img { display: block; width: 100%; height: 280px; object-fit: cover; }
.bsk-contact-explore-copy { padding: 28px 24px; }
.bsk-contact-explore-copy h3 { margin: 0; color: var(--bsk-title-important); font-size: 24px; font-weight: 700; line-height: 33px; transition: color .2s ease; }
.bsk-contact-explore-card:hover h3,
.bsk-contact-explore-card:focus-visible h3 { color: var(--bsk-primary); }
.bsk-contact-explore-copy p { margin: 16px 0 0; color: #666; font-size: 20px; font-weight: 400; line-height: 30px; }
