.contact-hero {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: url('../images/Haryana_Circle_Kabaddi/haryana-circle-1.png?v=mat-20260806') center/cover;
}

.contact-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2,17,49,.97), rgba(5,35,85,.74) 52%, rgba(2,20,51,.28)), linear-gradient(0deg, rgba(2,15,42,.72), transparent 54%, rgba(2,15,42,.48));
}

.contact-hero::after {
  content: '';
  position: absolute;
  right: 7%;
  bottom: -120px;
  width: 350px;
  height: 350px;
  border: 62px solid rgba(244,173,22,.15);
  border-radius: 50%;
}

.contact-hero .container {
  position: relative;
  z-index: 2;
  padding-top: 130px;
}

.contact-hero-panel {
  max-width: 710px;
  padding: clamp(30px,4vw,50px);
  border: 1px solid rgba(255,255,255,.14);
  border-left: 4px solid var(--gold);
  border-radius: 0 22px 22px 0;
  background: linear-gradient(120deg, rgba(5,29,72,.8), rgba(8,42,91,.45));
  box-shadow: 0 28px 80px rgba(1,12,34,.3);
  backdrop-filter: blur(9px);
}

.contact-hero h1 {
  margin: 18px 0 20px;
  font: 800 clamp(4.4rem,7vw,7.2rem)/.88 var(--display);
  letter-spacing: -.025em;
  text-transform: uppercase;
  text-shadow: 0 18px 44px rgba(1,12,34,.62);
}

.contact-hero p {
  max-width: 570px;
  margin: 0;
  color: rgba(255,255,255,.86);
  font-size: 1rem;
}

.contact-section {
  position: relative;
  padding: clamp(85px,8vw,130px) 0;
  background: radial-gradient(circle at 8% 15%, rgba(17,72,181,.08), transparent 27%), radial-gradient(circle at 91% 82%, rgba(244,173,22,.1), transparent 25%), var(--paper);
}

.contact-grid {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: clamp(28px,5vw,72px);
  align-items: stretch;
}

.contact-info,
.contact-form-card {
  position: relative;
  overflow: hidden;
  padding: clamp(32px,4vw,52px);
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(33,45,64,.09);
}

.contact-info {
  color: #fff;
  border: 0;
  background: linear-gradient(145deg, #061c46, #1148b5);
}

.contact-info::after {
  content: '';
  position: absolute;
  right: -85px;
  bottom: -85px;
  width: 220px;
  height: 220px;
  border: 42px solid rgba(244,173,22,.13);
  border-radius: 50%;
}

.contact-info h2,
.contact-form-card h2 {
  margin: 12px 0 15px;
  font: 800 clamp(2.8rem,4.5vw,4.3rem)/.94 var(--display);
  letter-spacing: -.02em;
  text-transform: uppercase;
}

.contact-info > p,
.contact-form-card > p {
  margin: 0 0 32px;
  color: rgba(255,255,255,.67);
  font-size: .86rem;
}

.contact-form-card > p {
  color: var(--muted);
}

.contact-info .eyebrow {
  color: #ffe09a;
}

.info-item {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 16px;
  align-items: center;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 12px;
  background: rgba(255,255,255,.07);
  transition: transform .25s, border-color .25s, background .25s;
}

.info-item:hover {
  transform: translateY(-3px);
  border-color: rgba(255,216,120,.45);
  background: rgba(255,255,255,.11);
}

.info-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 11px;
  color: #102c5d;
  background: var(--gold);
  font-size: 1.15rem;
}

.info-item small {
  display: block;
  margin-bottom: 3px;
  color: rgba(255,255,255,.56);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.info-item strong {
  color: #fff;
  font-size: .83rem;
  font-weight: 600;
}

.info-arrow {
  align-self: center;
  margin-left: auto;
  color: #ffd878;
  font-size: 1.1rem;
  transition: transform .25s;
}

.info-item:hover .info-arrow {
  transform: translate(3px,-3px);
}

.contact-form {
  display: grid;
  gap: 17px;
}

.field {
  display: grid;
  gap: 8px;
}

.field label {
  color: #526078;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #dce3ed;
  border-radius: 10px;
  padding: 15px 16px;
  outline: 0;
  color: var(--text);
  background: #f8faff;
  font: 500 .82rem var(--body);
  transition: border-color .2s, box-shadow .2s, background .2s;
}

.contact-form textarea {
  min-height: 145px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(17,72,181,.09);
}

.submit-btn {
  min-height: 56px;
  border: 0;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(135deg, var(--red), #f2543f);
  box-shadow: 0 14px 32px rgba(228,43,50,.25);
  font: 800 .7rem var(--body);
  letter-spacing: .05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .25s, box-shadow .25s;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(228,43,50,.34);
}

.form-note {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: .66rem;
}

.location-section {
  position: relative;
  overflow: hidden;
  padding: 0 0 clamp(90px,8vw,135px);
  background: var(--paper);
}

.location-section::before {
  content: '';
  position: absolute;
  right: -170px;
  bottom: -170px;
  width: 400px;
  height: 400px;
  border: 68px solid rgba(17,72,181,.06);
  border-radius: 50%;
  pointer-events: none;
}

.location-heading {
  display: grid;
  grid-template-columns: 1fr minmax(320px,.7fr);
  gap: clamp(30px,6vw,90px);
  align-items: end;
  margin-bottom: 42px;
}

.location-heading h2 {
  margin: 13px 0 0;
  font: 800 clamp(3.2rem,5vw,5.2rem)/.92 var(--display);
  letter-spacing: -.02em;
  text-transform: uppercase;
}

.location-heading p {
  margin: 0;
  color: var(--muted);
  font-size: .88rem;
}

.map-shell {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  border: 1px solid #d8e1ef;
  border-radius: 22px;
  background: #dfe7f2;
  box-shadow: 0 28px 75px rgba(16,44,93,.15);
}

.map-shell::before {
  content: '';
  position: absolute;
  z-index: 2;
  inset: 0;
  border: 9px solid rgba(255,255,255,.42);
  border-radius: inherit;
  pointer-events: none;
}

.map-shell iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(.88) contrast(1.03);
}

.map-card {
  position: absolute;
  z-index: 3;
  left: 34px;
  bottom: 34px;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  width: min(410px,calc(100% - 68px));
  padding: 25px;
  border: 1px solid rgba(255,255,255,.16);
  border-left: 4px solid var(--gold);
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(145deg,rgba(6,28,70,.96),rgba(17,72,181,.92));
  box-shadow: 0 20px 55px rgba(2,15,42,.38);
  backdrop-filter: blur(14px);
}

.map-pin {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 14px;
  color: #102c5d;
  background: var(--gold);
  box-shadow: 0 10px 28px rgba(244,173,22,.27);
  font-size: 1.45rem;
}

.map-card small {
  color: #ffd878;
  font-size: .56rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.map-card h3 {
  margin: 4px 0 10px;
  font: 800 1.75rem/1 var(--display);
  text-transform: uppercase;
}

.map-card address {
  color: rgba(255,255,255,.72);
  font-size: .75rem;
  font-style: normal;
  line-height: 1.7;
}

.directions-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 45px;
  margin-top: 18px;
  padding: 0 17px;
  border-radius: 8px;
  color: #102c5d;
  background: var(--gold);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: transform .25s, box-shadow .25s;
}

.directions-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(244,173,22,.28);
}

@media(max-width:900px) {
  .contact-grid { grid-template-columns: 1fr; }
  .location-heading { grid-template-columns: 1fr; gap: 14px; }
}

@media(max-width:600px) {
  .contact-hero { min-height: 650px; }
  .contact-hero .container { padding-top: 115px; }
  .contact-hero-panel { padding: 28px 22px; }
  .contact-hero h1 { font-size: 4rem; }
  .contact-info, .contact-form-card { padding: 30px 22px; }
  .location-section { padding-bottom: 72px; }
  .map-shell { min-height: 650px; }
  .map-card { left: 14px; bottom: 14px; width: calc(100% - 28px); padding: 20px 18px; grid-template-columns: 46px 1fr; }
  .map-pin { width: 46px; height: 46px; border-radius: 11px; }
}
