.dfd-contact-page{
  background:#ffffff;
  color:#07172F;
}

.dfd-contact-wrap{
  max-width:1250px;
  margin:0 auto;
  padding:60px 24px;
}

.dfd-section-label {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #145DA0;
    margin-bottom: 18px;
}

.dfd-section-title{
  font-size:36px;
  line-height:1.08;
  font-weight:700;
  letter-spacing:2px;
  color:#07172F;
  max-width:1100px;
  margin:0;
}
.dfd-section-line {
    width: 130px;
    height: 4px;
    border-radius: 99px;
    background: #FBBF24;
    margin-top: 18px;
    margin-bottom: 18px;
}

.dfd-section-desc{
  font-size:16px;
  line-height:1.8;
  color:#334155;
}

.dfd-section-desc a{
  color:#07172F;
  text-decoration:none;
}

.dfd-section-desc a:hover{
  color:#145DA0;
}

.dfd-contact-grid{
  margin-top:48px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:32px;
  align-items:stretch;
}

.dfd-support-card{
  border-radius:32px;
  background:#07172F;
  color:#fff;
  padding:36px;
  min-height:520px;
  box-shadow:0 25px 60px rgba(7,23,47,.18);
}

.dfd-support-card h2,
.dfd-reasons-card h2{
  font-size:26px;
  line-height:1.2;
  font-weight:900;
  margin:0;
}

.dfd-support-card p{
  margin-top:18px;
  color:#CBD5E1;
  font-size:16px;
  line-height:1.7;
}

.dfd-call-btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top:28px;
  border-radius:999px;
  background:#FBBF24;
  color:#07172F;
  padding:16px 28px;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 14px 30px rgba(251,191,36,.35);
}

.dfd-call-btn:hover{
  color:#07172F;
  transform:translateY(-2px);
}

.dfd-support-info{
  margin-top:32px;
  display:grid;
  gap:18px;
  font-size:14px;
  color:#CBD5E1;
}

.dfd-support-info strong{
  color:#fff;
}

.dfd-reasons-card{
  border-radius:32px;
  background:#fff;
  padding:36px;
  box-shadow:0 25px 60px rgba(7,23,47,.10);
  border:1px solid #E2E8F0;
}

.dfd-reasons-card h2{
  color:#07172F;
}

.dfd-reasons-card > p{
  margin-top:18px;
  color:#475569;
  font-size:16px;
  line-height:1.7;
}

.dfd-reason-grid{
  margin-top:32px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.dfd-reason-box{
  border:1px solid #DDE7F3;
  border-radius:18px;
  padding:22px;
  background:#fff;
  transition:.25s ease;
}

.dfd-reason-box:hover{
  transform:translateY(-4px);
  box-shadow:0 16px 38px rgba(7,23,47,.08);
  border-color:#145DA0;
}

.dfd-reason-box h3{
  font-size:16px;
  line-height:1.35;
  font-weight:900;
  color:#07172F;
  margin:0;
}

.dfd-reason-box p{
  margin-top:10px;
  font-size:14px;
  line-height:1.55;
  color:#475569;
}

.dfd-reason-box a{
  color:#07172F;
  text-decoration:none;
}

.dfd-sky-btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top:30px;
  border-radius:999px;
  background:#FCB30C;
  color:#fff;
  padding:16px 28px;
  font-weight:700;
  text-decoration:none;
  box-shadow:0 14px 30px rgba(24,174,234,.28);
}

.dfd-sky-btn:hover{
  color:#fff;
  transform:translateY(-2px);
}

@media(max-width:1024px){
  .dfd-section-title{
    font-size:48px;
  }

  .dfd-section-label{
    font-size:16px;
    letter-spacing:3px;
  }

  .dfd-contact-grid{
    grid-template-columns:1fr;
  }

  .dfd-support-card{
    min-height:auto;
  }
}

@media(max-width:640px){
  .dfd-contact-wrap{
    padding:56px 16px;
  }

  .dfd-section-title{
    font-size:24px;
    letter-spacing:1px;
  }

  .dfd-section-label{
    font-size:12px;
    letter-spacing:2px;
  }

  .dfd-section-line{
    width:90px;
    height:4px;
  }

  .dfd-reason-grid{
    grid-template-columns:1fr;
  }

  .dfd-support-card,
  .dfd-reasons-card{
    padding:26px;
    border-radius:24px;
  }
}

/* Google Map in Contact Support Card */
.dfd-support-map{
  margin-top: 22px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 12px 30px rgba(0,0,0,0.22);
  background: rgba(255,255,255,0.04);
}

.dfd-support-map iframe{
  display: block;
  width: 100%;
  height: 220px;
  border: 0;
  filter: grayscale(8%) contrast(1.02);
}

.dfd-map-link{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease;
}

.dfd-map-link:hover{
  background: #fbbf24;
  border-color: #fbbf24;
  color: #06172E;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(251,191,36,0.25);
}

/* Mobile Responsive */
@media (max-width: 767px){
  .dfd-support-map{
    margin-top: 18px;
    border-radius: 14px;
  }

  .dfd-support-map iframe{
    height: 200px;
  }

  .dfd-map-link{
    width: 100%;
    justify-content: center;
    font-size: 13px;
    padding: 11px 16px;
  }
}
