.phone-contact { width: min(100%, var(--phone-content-width)); margin: 0 auto; background: #f5f6f7; }
.phone-contact h1, .phone-contact h2, .phone-contact h3, .phone-contact p { margin: 0; }
.phone-contact-hero { position: relative; min-height: clamp(260px, 61vw, 458px); padding: clamp(96px, 22vw, 165px) clamp(20px, 5.5vw, 42px) clamp(38px, 8vw, 60px); background: linear-gradient(145deg, #f8fafc 0%, #eff7ff 58%, #e8f5ff 100%); text-align: center; }
.phone-contact-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.phone-contact-hero h1 { position: relative; z-index: 1; color: #1d2233; font-size: clamp(29px, 6.5vw, 49px); font-weight: 700; line-height: 1.25; }
.phone-contact-hero p { position: relative; z-index: 1; margin-top: clamp(17px, 4vw, 30px); color: #465268; font-size: clamp(15px, 3.467vw, 26px); line-height: 1.5; }
.phone-contact-hero a { position: relative; z-index: 1; display: inline-block; margin-top: clamp(20px, 4.5vw, 34px); color: var(--phone-blue); font-size: clamp(18px, 3.6vw, 27px); font-weight: 700; line-height: 1.4; text-decoration: none; }
.phone-contact-offices { padding: clamp(16px, 4vw, 30px) 16px clamp(18px, 4.5vw, 34px); overflow: hidden; }
.phone-contact-office-track { display: flex; gap: 8px; padding: 16px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scroll-padding: 0 16px; scrollbar-width: none; touch-action: auto; -webkit-overflow-scrolling: touch; background: #fff; border-radius: 12px; }
.phone-contact-office-track::-webkit-scrollbar { display: none; }
.phone-contact-office-card { display: flex; min-width: 0; flex: 0 0 272px; flex-direction: column;  overflow: hidden; border-radius: 6px; background: #f4f9ff; row-gap: 16px; scroll-snap-align: start; scroll-snap-stop: always; }
.phone-contact-office-card h2 { color: var(--phone-blue); font-size: clamp(16px, 3.467vw, 26px); font-weight: 500; line-height: 1.35; padding: 16px 16px 0 16px; }
.phone-contact-office-card p { color: rgba(29, 34, 51, .6); font-size: clamp(14px, 3.2vw, 24px); line-height: 1.43; padding: 0 16px; }
.phone-contact-office-card img { display: block; width: calc(100% + 32px); margin: auto -16px 0 0; height: 200px; object-fit: cover; object-position: center; }
.phone-contact-channels { margin: 0 clamp(18px, 4vw, 30px) clamp(22px, 5vw, 38px); padding: clamp(28px, 6.4vw, 48px) clamp(16px, 4vw, 30px); border-radius: clamp(12px, 3vw, 28px); background: linear-gradient(145deg, #dbeaff 0%, #e9f4ff 100%); }
.phone-contact-section-heading { text-align: center; }
.phone-contact-section-heading h2 { color: #1d2233; font-size: clamp(20px, 4.4vw, 33px); font-weight: 500; line-height: 1.35; }
.phone-contact-section-heading p { margin-top: 10px; color: #697181; font-size: clamp(14px, 3.2vw, 24px); line-height: 1.55; }
.phone-contact-channel-list { display: grid; gap: clamp(12px, 3vw, 22px); margin-top: clamp(24px, 5.3vw, 40px); }
.phone-contact-channel-card { padding: clamp(12px, 4.1vw, 28px); border-radius: clamp(8px, 2vw, 15px); background: #fff; }
.phone-contact-channel-card h3 { color: #1d2233; font-size: clamp(16px, 3.6vw, 27px); font-weight: 500; line-height: 1.35; }
.phone-contact-channel-card p { margin-top: 10px; color: #697181; font-size: clamp(14px, 3.2vw, 24px); line-height: 1.55; }
.phone-contact-channel-card strong { display: block; margin-top: clamp(17px, 3.8vw, 28px); color: #1d2233d8; font-size: clamp(14px, 3.2vw, 24px); font-weight: 400; line-height: 1.7; }
.phone-contact-channel-card a { display: inline-flex; max-width: 100%; align-items: center; justify-content: center; margin-top: 13px; padding: 9px clamp(14px, 3.4vw, 26px); border-radius: 6px; background: #e4f4ff; color: var(--phone-blue); font-size: clamp(14px, 3.2vw, 24px); line-height: 1.4; text-align: center; text-decoration: none; }
.phone-contact-channel-card em { display: block; margin-top: 3px; color: var(--phone-blue); font-size: clamp(14px, 3vw, 22px); font-style: normal; line-height: 1.5; }

@media (max-width: 359px) {
  .phone-contact-hero p br { display: none; }
  .phone-contact-channel-card { padding: 18px; }
}
