/* =========================================================
   KADALGAMING CONTACT BRANCH UPDATE - POLISHED RESPONSIVE
   Contacts: Surabaya / Bekasi / Malang
========================================================= */
.kg-branch-contact-page .kg-contact-branch-hero{
  position:relative;
  padding:clamp(64px,6.4vw,104px) 0 clamp(44px,5vw,76px);
  overflow:hidden;
  background:
    radial-gradient(circle at 13% 18%,rgba(183,255,57,.15),transparent 33%),
    radial-gradient(circle at 86% 0,rgba(0,255,178,.09),transparent 30%),
    linear-gradient(180deg,#020607 0%,#050a0c 58%,#040809 100%);
  border-bottom:1px solid rgba(183,255,57,.10);
}
.kg-branch-contact-page .kg-contact-branch-hero:before,
.kg-branch-contact-page .kg-contact-branch-section:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.22;
  background-image:
    linear-gradient(rgba(183,255,57,.07) 1px,transparent 1px),
    linear-gradient(90deg,rgba(183,255,57,.055) 1px,transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.95),transparent 78%);
}
.kg-contact-branch-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(380px,.82fr);
  gap:clamp(22px,3.6vw,48px);
  align-items:stretch;
}
.kg-contact-branch-copy,
.kg-contact-master-card,
.kg-branch-map-card,
.kg-contact-branch-cta-card{
  background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));
  border:1px solid rgba(183,255,57,.16);
  box-shadow:0 28px 80px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter:blur(14px);
}
.kg-contact-branch-copy{
  position:relative;
  min-height:386px;
  padding:clamp(30px,4vw,52px);
  display:flex;
  flex-direction:column;
  justify-content:center;
  clip-path:polygon(28px 0,100% 0,100% calc(100% - 34px),calc(100% - 34px) 100%,0 100%,0 28px);
}
.kg-contact-branch-copy:after{
  content:"";
  position:absolute;
  right:-90px;
  bottom:-110px;
  width:310px;
  height:310px;
  border-radius:50%;
  border:1px solid rgba(183,255,57,.16);
  box-shadow:0 0 80px rgba(183,255,57,.10);
  pointer-events:none;
}
.kg-contact-branch-copy h1{
  max-width:780px;
  margin:14px 0 16px;
  color:#fff;
  font-family:var(--font-head, 'Teko', sans-serif);
  font-size:clamp(48px,6.2vw,88px);
  line-height:.88;
  letter-spacing:-.035em;
  text-transform:uppercase;
}
.kg-contact-branch-copy p{
  max-width:660px;
  margin:0;
  color:#d8e3dc;
  font-size:clamp(15px,1.35vw,18px);
  line-height:1.68;
}
.kg-contact-branch-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:28px;
}
.kg-contact-master-card{
  padding:clamp(24px,3vw,34px);
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:386px;
  clip-path:polygon(24px 0,100% 0,100% calc(100% - 24px),calc(100% - 24px) 100%,0 100%,0 24px);
}
.kg-contact-master-title span,
.kg-branch-map-info span{
  display:block;
  color:#b7ff39;
  font-size:11px;
  font-weight:950;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.kg-contact-master-title strong{
  display:block;
  max-width:560px;
  margin-top:9px;
  color:#fff;
  font-family:var(--font-head, 'Teko', sans-serif);
  font-size:clamp(34px,3.55vw,48px);
  line-height:.96;
  letter-spacing:-.02em;
  text-transform:uppercase;
}
.kg-contact-master-list{
  display:grid;
  gap:11px;
  margin:24px 0 20px;
}
.kg-contact-master-list a{
  display:grid;
  grid-template-columns:110px minmax(0,1fr);
  align-items:center;
  gap:14px;
  min-height:60px;
  padding:14px 16px;
  color:#fff;
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));
  border:1px solid rgba(255,255,255,.10);
  clip-path:polygon(12px 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%,0 12px);
  transition:.24s ease;
}
.kg-contact-master-list a:hover{
  transform:translateY(-2px);
  border-color:rgba(183,255,57,.34);
  background:linear-gradient(135deg,rgba(183,255,57,.16),rgba(255,255,255,.026));
}
.kg-contact-master-list span{
  color:#aebbb5;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.10em;
}
.kg-contact-master-list strong{
  color:#fff;
  font-size:clamp(15px,1.5vw,18px);
  font-weight:950;
  text-align:right;
  white-space:nowrap;
}
.kg-contact-master-email{
  display:flex;
  align-items:center;
  gap:12px;
  color:#effff2;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.10);
}
.kg-contact-master-email svg{
  width:20px;
  height:20px;
  color:#b7ff39;
  flex:0 0 auto;
}
.kg-contact-master-email a{
  font-weight:900;
  line-height:1.35;
  word-break:break-word;
}
.kg-contact-social-row{
  display:flex;
  gap:11px;
  margin-top:20px;
}
.kg-contact-social-row a{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  color:#fff;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  transition:.24s ease;
}
.kg-contact-social-row a:hover{
  color:#071007;
  background:#b7ff39;
  border-color:#b7ff39;
  transform:translateY(-2px);
}
.kg-contact-social-row svg{
  width:21px;
  height:21px;
}
.kg-contact-branch-section{
  position:relative;
  padding:clamp(64px,6.4vw,98px) 0;
  overflow:hidden;
  background:#040809;
}
.kg-contact-branch-section > .container{
  position:relative;
  z-index:1;
}
.kg-contact-branch-head{
  max-width:780px;
  margin:0 0 32px;
}
.kg-contact-branch-head h2,
.kg-contact-branch-cta-copy h2{
  margin:12px 0 12px;
  color:#fff;
  font-family:var(--font-head, 'Teko', sans-serif);
  font-size:clamp(42px,4.8vw,68px);
  line-height:.92;
  letter-spacing:-.03em;
  text-transform:uppercase;
}
.kg-contact-branch-head p,
.kg-contact-branch-cta-copy p{
  margin:0;
  max-width:660px;
  color:#c6d2cc;
  font-size:16px;
  line-height:1.7;
}
.kg-branch-map-list{
  display:grid;
  gap:22px;
}
.kg-branch-map-card{
  display:grid;
  grid-template-columns:minmax(310px,.72fr) minmax(0,1fr);
  gap:22px;
  padding:22px;
  border-radius:28px;
}
.kg-branch-map-info{
  display:grid;
  grid-template-columns:56px minmax(0,1fr);
  gap:16px;
  align-content:center;
  padding:10px 4px 10px 0;
}
.kg-branch-number{
  width:56px;
  height:56px;
  display:grid;
  place-items:center;
  color:#071007;
  background:#b7ff39;
  font-weight:950;
  box-shadow:0 0 30px rgba(183,255,57,.20);
  clip-path:polygon(12px 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%,0 12px);
}
.kg-branch-map-info h3{
  margin:8px 0 9px;
  color:#fff;
  font-family:var(--font-head, 'Teko', sans-serif);
  font-size:clamp(32px,3.6vw,48px);
  line-height:.92;
  letter-spacing:-.02em;
  text-transform:uppercase;
}
.kg-branch-map-info p{
  margin:0;
  color:#dce6e1;
  font-size:15.5px;
  line-height:1.58;
}
.kg-branch-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px;
}
.kg-branch-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:43px;
  padding:0 15px;
  color:#effff2;
  font-size:13px;
  font-weight:950;
  border:1px solid rgba(183,255,57,.20);
  background:rgba(255,255,255,.04);
  border-radius:999px;
  transition:.24s ease;
}
.kg-branch-actions a:hover{
  color:#071007;
  background:#b7ff39;
  border-color:#b7ff39;
  transform:translateY(-2px);
}
.kg-branch-actions svg{
  width:16px;
  height:16px;
}
.kg-branch-map-frame{
  position:relative;
  overflow:hidden;
  min-height:300px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.10);
  background:#0b1114;
}
.kg-branch-map-frame iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  filter:saturate(.92) contrast(1.02);
}
.kg-contact-branch-cta{
  padding:0 0 clamp(68px,6.5vw,104px);
  background:#040809;
}
.kg-contact-branch-cta-card{
  display:grid;
  grid-template-columns:minmax(116px,150px) minmax(0,1fr) auto;
  align-items:center;
  gap:clamp(22px,3vw,42px);
  padding:clamp(28px,4vw,48px);
  border-radius:30px;
  background:
    radial-gradient(circle at 0 0,rgba(183,255,57,.18),transparent 32%),
    linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));
}
.kg-contact-branch-cta-card .kg-kicker{
  margin:0;
  white-space:normal;
}
.kg-contact-branch-cta-copy{
  min-width:0;
}
.kg-contact-branch-cta-copy h2{
  max-width:640px;
  margin-top:0;
  margin-bottom:10px;
  font-size:clamp(44px,5vw,74px);
}
.kg-contact-branch-cta-copy p{
  max-width:520px;
}
.kg-contact-branch-cta-card .kg-btn{
  flex:0 0 auto;
  white-space:nowrap;
}
.site-footer .kg-footer-contact-list{
  display:grid;
  gap:10px;
  margin-top:4px;
}
.site-footer .kg-footer-contact-list a,
.site-footer .kg-footer-contact-list span{
  margin:0;
  color:var(--muted,#9aa6a0);
  line-height:1.45;
}
.site-footer .kg-footer-contact-list a:hover{
  color:var(--green2,#b7ff39);
}
.site-footer .kg-footer-contact-list strong{
  display:block;
  color:#fff;
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:2px;
}
.site-footer .kg-footer-socials{
  display:flex;
  gap:10px;
  margin-top:12px;
}
.site-footer .kg-footer-socials a{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  margin:0;
  color:#fff;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.10);
  border-radius:13px;
}
.site-footer .kg-footer-socials a:hover{
  color:#071007;
  background:#b7ff39;
  border-color:#b7ff39;
}
.site-footer .kg-footer-socials svg{
  width:18px;
  height:18px;
}
@media (max-width:1120px){
  .kg-contact-branch-hero-grid,
  .kg-branch-map-card{
    grid-template-columns:1fr;
  }
  .kg-contact-master-card,
  .kg-contact-branch-copy{
    min-height:auto;
  }
  .kg-contact-branch-cta-card{
    grid-template-columns:1fr auto;
  }
  .kg-contact-branch-cta-card .kg-kicker{
    grid-column:1/-1;
  }
  .kg-branch-map-frame{
    min-height:300px;
  }
}
@media (max-width:720px){
  .kg-branch-contact-page .kg-contact-branch-hero{
    padding-top:48px;
  }
  .kg-contact-branch-copy,
  .kg-contact-master-card,
  .kg-branch-map-card,
  .kg-contact-branch-cta-card{
    clip-path:none;
    border-radius:22px;
  }
  .kg-contact-branch-copy,
  .kg-contact-master-card,
  .kg-contact-branch-cta-card{
    padding:24px 20px;
  }
  .kg-contact-branch-copy h1{
    font-size:clamp(42px,13vw,58px);
    line-height:.9;
  }
  .kg-contact-branch-actions,
  .kg-branch-actions{
    flex-direction:column;
  }
  .kg-contact-branch-actions .kg-btn,
  .kg-branch-actions a,
  .kg-contact-branch-cta-card .kg-btn{
    width:100%;
  }
  .kg-contact-master-title strong{
    font-size:clamp(32px,10vw,44px);
  }
  .kg-contact-master-list{
    gap:10px;
    margin:20px 0 18px;
  }
  .kg-contact-master-list a{
    grid-template-columns:98px minmax(0,1fr);
    min-height:58px;
    padding:13px 14px;
  }
  .kg-contact-master-list strong{
    font-size:15px;
  }
  .kg-contact-master-email{
    align-items:flex-start;
  }
  .kg-branch-map-card{
    padding:16px;
    gap:16px;
  }
  .kg-branch-map-info{
    grid-template-columns:1fr;
    padding:2px 0 0;
  }
  .kg-branch-number{
    width:50px;
    height:50px;
  }
  .kg-branch-map-frame{
    min-height:250px;
    border-radius:18px;
  }
  .kg-contact-branch-cta-card{
    grid-template-columns:1fr;
    gap:16px;
  }
  .kg-contact-branch-cta-copy h2{
    font-size:clamp(42px,13vw,58px);
    line-height:.9;
  }
}
@media (max-width:460px){
  .kg-contact-branch-copy,
  .kg-contact-master-card,
  .kg-contact-branch-cta-card{
    padding:22px 18px;
  }
  .kg-contact-branch-head h2{
    font-size:40px;
  }
  .kg-contact-master-list a{
    grid-template-columns:1fr;
    gap:4px;
  }
  .kg-contact-master-list strong{
    text-align:left;
    white-space:normal;
  }
  .kg-branch-map-info h3{
    font-size:32px;
  }
}
