.zg-contact-main { padding: 18px 0 70px; overflow: hidden; }
.zg-contact-main .woocommerce-breadcrumb { margin-bottom: 22px; }
.zg-contact-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(310px, .85fr); align-items: center; gap: 44px; min-height: 430px; padding: 54px 58px; overflow: hidden; border-radius: 34px; color: #fff; background: linear-gradient(125deg, var(--zg-navy) 0%, #253129 58%, var(--zg-primary) 130%); box-shadow: 0 26px 65px rgba(37,49,41,.18); }
.zg-contact-hero::before { content: ""; position: absolute; inset: auto -110px -170px auto; width: 390px; height: 390px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 58px rgba(255,255,255,.035), 0 0 0 118px rgba(255,255,255,.025); }
.zg-contact-hero::after { content: ""; position: absolute; top: -140px; right: 40%; width: 280px; height: 280px; border-radius: 50%; background: rgba(130,194,110,.18); filter: blur(10px); }
.zg-contact-hero-copy, .zg-contact-hero-visual { position: relative; z-index: 2; }
.zg-contact-kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 16px; color: rgba(255,255,255,.78); font-size: 14px; font-weight: 700; }
.zg-contact-kicker::before { content: ""; width: 28px; height: 3px; border-radius: 99px; background: var(--zg-primary-light); }
.zg-contact-hero h1 { max-width: 720px; margin: 0; color: #fff; font-size: clamp(32px, 4.2vw, 58px); line-height: 1.35; letter-spacing: -.8px; }
.zg-contact-hero-copy > p { max-width: 700px; margin: 22px 0 0; color: rgba(255,255,255,.78); font-size: 16px; line-height: 2.05; }
.zg-contact-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 32px; }
.zg-contact-hero-link { color: #fff; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.45); padding-bottom: 4px; }
.zg-contact-hero-link:hover { color: #fff; border-color: #fff; }
.zg-contact-hero-visual { min-height: 300px; display: grid; place-items: center; }
.zg-contact-logo-orbit { position: relative; display: grid; place-items: center; width: 292px; height: 292px; }
.zg-contact-orbit-ring { position: absolute; inset: 0; border: 1px dashed rgba(255,255,255,.35); border-radius: 50%; animation: zgContactSpin 28s linear infinite; }
.zg-contact-logo-card { display: grid; place-items: center; width: 192px; height: 192px; padding: 35px; border-radius: 50%; background: #fff; box-shadow: 0 22px 60px rgba(23,32,24,.2); }
.zg-contact-logo-card img { width: 100%; max-height: 88px; object-fit: contain; }
.zg-contact-orbit-dot { position: absolute; display: block; width: 18px; height: 18px; border: 4px solid rgba(255,255,255,.45); border-radius: 50%; background: #fff; }
.zg-contact-orbit-dot.is-one { top: 22px; right: 42px; }
.zg-contact-orbit-dot.is-two { bottom: 34px; left: 27px; width: 14px; height: 14px; }
.zg-contact-orbit-dot.is-three { top: 118px; left: -5px; width: 11px; height: 11px; }
.zg-contact-response-badge { position: absolute; left: 0; bottom: 10px; display: flex; flex-direction: column; min-width: 175px; padding: 13px 18px; border: 1px solid rgba(255,255,255,.25); border-radius: 15px; background: rgba(255,255,255,.12); backdrop-filter: blur(12px); box-shadow: 0 14px 30px rgba(23,32,24,.12); }
.zg-contact-response-badge strong { color: #fff; font-size: 14px; }
.zg-contact-response-badge small { margin-top: 3px; color: rgba(255,255,255,.72); }
@keyframes zgContactSpin { to { transform: rotate(360deg); } }

.zg-contact-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 30px; }
.zg-contact-card { position: relative; display: flex; flex-direction: column; min-height: 300px; padding: 28px; overflow: hidden; border: 1px solid rgba(37,49,41,.08); border-radius: 26px; background: #fff; box-shadow: 0 16px 38px rgba(37,49,41,.075); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.zg-contact-card::after { content: ""; position: absolute; width: 150px; height: 150px; left: -65px; bottom: -78px; border-radius: 50%; background: rgba(130,194,110,.05); }
.zg-contact-card:hover { transform: translateY(-5px); border-color: rgba(130,194,110,.2); box-shadow: 0 24px 54px rgba(37,49,41,.12); }
.zg-contact-card-icon { display: grid; place-items: center; width: 56px; height: 56px; margin-bottom: 22px; color: var(--zg-primary); border-radius: 17px; background: rgba(130,194,110,.08); }
.zg-contact-card > div > span { color: var(--zg-primary); font-size: 12px; font-weight: 700; }
.zg-contact-card h2 { margin: 7px 0 12px; color: var(--zg-navy); font-size: 20px; }
.zg-contact-card p { margin: 0; color: var(--zg-gray-100); font-size: 14px; line-height: 2; overflow-wrap: anywhere; }
.zg-contact-card small { display: block; margin-top: 12px; color: var(--zg-gray-100); line-height: 1.9; }
.zg-contact-card-link { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 8px; width: max-content; margin-top: auto; padding-top: 20px; color: var(--zg-navy); font-size: 13px; font-weight: 700; }
.zg-contact-card-link:hover { color: var(--zg-primary); }
.zg-contact-phone-list { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.zg-contact-phone-entry { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.zg-contact-phone-note { max-width: 330px; margin-top: 0 !important; padding: 9px 11px; border-radius: 11px; background: #eef5e8; color: var(--zg-gray-200) !important; font-size: 11px; line-height: 1.9; }
.zg-contact-phone-list a, .zg-contact-email { color: var(--zg-dark-700); font-size: 17px; font-weight: 700; letter-spacing: .2px; overflow-wrap: anywhere; }
.zg-contact-phone-list a:hover, .zg-contact-email:hover { color: var(--zg-primary); }

.zg-contact-support-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(310px, .75fr); gap: 22px; margin-top: 28px; }
.zg-contact-help-panel, .zg-contact-location-panel { border-radius: 30px; }
.zg-contact-help-panel { padding: 38px; background: #eef5e8; border: 1px solid rgba(37,49,41,.07); }
.zg-contact-section-heading > span, .zg-contact-location-panel > span { color: var(--zg-primary); font-size: 13px; font-weight: 700; }
.zg-contact-section-heading h2, .zg-contact-location-panel h2 { margin: 8px 0 12px; color: var(--zg-navy); font-size: 27px; }
.zg-contact-section-heading p { max-width: 750px; margin: 0; color: var(--zg-gray-100); line-height: 2; }
.zg-contact-help-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; margin-top: 26px; }
.zg-contact-help-links a { display: grid; grid-template-columns: 44px minmax(0, 1fr) 24px; align-items: center; gap: 12px; min-height: 92px; padding: 15px; border: 1px solid rgba(37,49,41,.08); border-radius: 18px; background: #fff; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.zg-contact-help-links a:hover { transform: translateY(-3px); border-color: rgba(130,194,110,.18); box-shadow: 0 12px 28px rgba(37,49,41,.08); }
.zg-contact-help-links i { display: grid; place-items: center; width: 44px; height: 44px; color: var(--zg-primary); font-style: normal; font-size: 19px; font-weight: 700; border-radius: 14px; background: rgba(130,194,110,.075); }
.zg-contact-help-links span { display: flex; min-width: 0; flex-direction: column; }
.zg-contact-help-links strong { color: var(--zg-dark-700); font-size: 14px; }
.zg-contact-help-links small { margin-top: 4px; color: var(--zg-gray-100); font-size: 11px; white-space: normal; }
.zg-contact-help-links b { color: var(--zg-primary); font-size: 20px; }
.zg-contact-location-panel { position: relative; display: flex; flex-direction: column; justify-content: center; min-height: 100%; padding: 38px; overflow: hidden; color: #fff; background: linear-gradient(145deg, var(--zg-primary), #5cb270); box-shadow: var(--zg-red-shadow); }
.zg-contact-location-panel::after { content: ""; position: absolute; width: 270px; height: 270px; left: -120px; bottom: -130px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.045), 0 0 0 90px rgba(255,255,255,.03); }
.zg-contact-location-panel > * { position: relative; z-index: 2; }
.zg-contact-location-mark { display: grid; place-items: center; width: 78px; height: 78px; margin-bottom: 24px; border-radius: 24px; color: #fff; background: rgba(255,255,255,.14); }
.zg-contact-location-panel > span { color: rgba(255,255,255,.78); }
.zg-contact-location-panel h2 { color: #fff; }
.zg-contact-location-panel p { margin: 0 0 25px; color: rgba(255,255,255,.82); font-size: 14px; line-height: 2.1; overflow-wrap: anywhere; }
.zg-contact-location-panel .zg-button { align-self: flex-start; }

.zg-contact-final-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 28px; padding: 32px 38px; border-radius: 26px; color: #fff; background: var(--zg-navy); }
.zg-contact-final-cta span { color: rgba(255,255,255,.68); font-size: 13px; }
.zg-contact-final-cta h2 { max-width: 750px; margin: 7px 0 0; color: #fff; font-size: 24px; }
.zg-contact-final-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; flex: 0 0 auto; }
.zg-contact-social-link { color: #fff; font-size: 13px; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.42); padding-bottom: 4px; }
.zg-contact-social-link:hover { color: #fff; border-color: #fff; }

@media (max-width: 1100px) {
  .zg-contact-hero { grid-template-columns: minmax(0, 1fr) 310px; padding: 46px 40px; }
  .zg-contact-logo-orbit { width: 250px; height: 250px; }
  .zg-contact-logo-card { width: 166px; height: 166px; }
  .zg-contact-support-grid { grid-template-columns: 1fr; }
  .zg-contact-location-panel { min-height: 370px; }
}

@media (max-width: 820px) {
  .zg-contact-main { padding-bottom: 48px; }
  .zg-contact-hero { grid-template-columns: 1fr; min-height: 0; padding: 38px 28px; }
  .zg-contact-hero-copy { text-align: center; }
  .zg-contact-hero h1, .zg-contact-hero-copy > p { margin-right: auto; margin-left: auto; }
  .zg-contact-kicker, .zg-contact-hero-actions { justify-content: center; }
  .zg-contact-hero-visual { min-height: 260px; }
  .zg-contact-response-badge { left: 50%; bottom: 0; transform: translateX(-50%); text-align: center; }
  .zg-contact-cards { grid-template-columns: 1fr; }
  .zg-contact-card { min-height: 250px; }
  .zg-contact-help-links { grid-template-columns: 1fr; }
  .zg-contact-final-cta { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 600px) {
  .zg-contact-main { padding-top: 8px; }
  .zg-contact-main .woocommerce-breadcrumb { margin-bottom: 14px; }
  .zg-contact-hero { padding: 30px 20px 35px; border-radius: 24px; gap: 22px; }
  .zg-contact-hero h1 { font-size: 29px; line-height: 1.5; }
  .zg-contact-hero-copy > p { margin-top: 16px; font-size: 14px; line-height: 2; }
  .zg-contact-hero-actions { gap: 13px; margin-top: 24px; }
  .zg-contact-hero-visual { min-height: 230px; }
  .zg-contact-logo-orbit { width: 220px; height: 220px; }
  .zg-contact-logo-card { width: 142px; height: 142px; padding: 28px; }
  .zg-contact-response-badge { min-width: 160px; padding: 10px 14px; }
  .zg-contact-cards { gap: 14px; margin-top: 18px; }
  .zg-contact-card { min-height: 0; padding: 22px; border-radius: 21px; }
  .zg-contact-card-icon { width: 50px; height: 50px; margin-bottom: 17px; }
  .zg-contact-card h2 { font-size: 18px; }
  .zg-contact-help-panel, .zg-contact-location-panel { padding: 25px 20px; border-radius: 23px; }
  .zg-contact-section-heading h2, .zg-contact-location-panel h2 { font-size: 22px; line-height: 1.55; }
  .zg-contact-help-links { gap: 10px; margin-top: 20px; }
  .zg-contact-help-links a { grid-template-columns: 40px minmax(0, 1fr) 20px; min-height: 84px; padding: 12px; }
  .zg-contact-help-links i { width: 40px; height: 40px; }
  .zg-contact-location-panel { min-height: 340px; }
  .zg-contact-final-cta { padding: 25px 20px; border-radius: 22px; }
  .zg-contact-final-cta h2 { font-size: 20px; line-height: 1.65; }
  .zg-contact-final-actions { width: 100%; }
}
