/* ===== HERO ===== */
.contact-hero { position: relative; height: 480px; overflow: hidden; }
.hero-bg-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.hero-blob { position: absolute; top: 0; left: 0; bottom: 0; width: 50%; background: rgba(18,28,58,.88); border-radius: 0 30% 30% 0 / 0 50% 50% 0; z-index: 1; pointer-events: none; }
.hero-left { position: relative; z-index: 2; height: 100%; display: flex; align-items: center; padding: 60px 80px; width: 58%; }
.hero-left-content { padding-left: 6rem; }
.hero-left-content h1 { font-size: clamp(2rem, 3.5vw, 3.2rem); font-weight: 600; color: #fff; line-height: 1.2; margin: 0 0 18px; }
.hero-left-content p { font-size: 1rem; color: rgba(255,255,255,.75); line-height: 1.7; max-width: 440px; }

/* ===== MAIN CONTENT ===== */
.contact-body { background: #F2F4F8; padding: 0 0 60px; }
.contact-inner {
  max-width: 1180px; margin: 0 auto; padding: 0 28px;
  display: grid; grid-template-columns: 2fr 1fr; gap: 28px;
  position: relative; top: -80px; margin-bottom: -80px;
}

/* FORM CARD */
.form-card { background: #fff; border-radius: 16px; padding: 44px 44px 36px; box-shadow: 0 4px 24px rgba(0,0,0,.08); position: relative; z-index: 10; }
.form-card h2 { font-size: 1.3rem; font-weight: 600; color: #009EE3; margin: 0 0 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-group { display: flex; flex-direction: column; margin-bottom: 18px; }
.form-group label { font-size: .82rem; font-weight: 500; color: #374151; margin-bottom: 7px; }
.form-group label span { color: #E53E3E; }
.form-group input, .form-group select, .form-group textarea {
  border: 1.5px solid #E2E8F0; border-radius: 8px; padding: 12px 14px;
  font-family: 'Poppins', sans-serif; font-size: .88rem; color: #374151;
  outline: none; transition: border-color .2s; background: #fff; width: 100%;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: #009EE3; }
.form-group input::placeholder, .form-group textarea::placeholder { color: #9CA3AF; }
.form-group textarea { resize: vertical; min-height: 130px; }
.form-group select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236B7280' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; cursor: pointer;
}
.form-check { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 24px; }
.form-check input[type="checkbox"] { width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px; cursor: pointer; accent-color: #1A4272; }
.form-check label { font-size: .82rem; color: #4B5563; line-height: 1.5; cursor: pointer; }
.btn-submit {
  display: inline-flex; align-items: center; gap: 10px;
  background: #1A2B4A; color: #fff; font-family: 'Poppins', sans-serif;
  font-size: .92rem; font-weight: 600; padding: 14px 32px; border-radius: 8px;
  border: none; cursor: pointer; transition: background .2s, transform .2s;
}
.btn-submit:hover { background: #009EE3; transform: translateY(-1px); }
.btn-submit svg { width: 18px; height: 18px; }

/* INFO SIDEBAR */
.info-sidebar { display: flex; flex-direction: column; gap: 20px; position: relative; z-index: 10; }
.info-card { background: #fff; border-radius: 16px; padding: 32px 28px; box-shadow: 0 4px 24px rgba(0,0,0,.08); }
.info-card h3 { font-size: 1.15rem; font-weight: 600; color: #009EE3; margin: 0 0 24px; }
.info-item { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 20px; }
.info-item:last-child { margin-bottom: 0; }
.iicon { width: 32px; height: 32px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; color: #1A4272; margin-top: 1px; }
.iicon svg { width: 18px; height: 18px; }
.itext strong { display: block; font-size: .72rem; font-weight: 600; color: #1A4272; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 4px; }
.itext span { font-size: .85rem; color: #4B5563; line-height: 1.55; }
.assist-card { background: #1A2B4A; border-radius: 16px; padding: 32px 28px; position: relative; overflow: hidden; }
.assist-card h3 { font-size: 1.05rem; font-weight: 600; color: #fff; margin: 0 0 10px; }
.assist-card p { font-size: .85rem; color: rgba(255,255,255,.68); line-height: 1.65; margin: 0 0 24px; }
.btn-assist { display: block; text-align: center; border: 1.5px solid #fff; color: #fff; font-family: 'Poppins', sans-serif; font-size: .88rem; font-weight: 600; padding: 12px 20px; border-radius: 8px; transition: background .2s; }
.btn-assist:hover { background: rgba(255,255,255,.1); }
.privacy-note { max-width: 1180px; margin: 0 auto; padding: 40px 28px 0; font-size: .76rem; color: #6B7280; line-height: 1.6; position: relative; top: -24px; }

/* ===== RESPONSIVE ===== */

/* Large tablets / small desktops */
@media (max-width: 1100px) {
  .hero-left-content { padding-left: 2rem; }
}

/* Tablets */
@media (max-width: 900px) {
  .contact-hero { height: 400px; }
  .hero-left { width: 75%; padding: 60px 40px; }
  .hero-blob { width: 75%; }
  .hero-left-content { padding-left: 0; }
  .contact-inner { grid-template-columns: 1fr; top: -40px; margin-bottom: -40px; }
  .form-row { grid-template-columns: 1fr 1fr; }
}

/* Mobile */
@media (max-width: 768px) {
  .contact-hero { height: auto; min-height: 260px; }
  .hero-left { width: 100%; padding: 100px 20px 40px; }
  .hero-blob { width: 100%; border-radius: 0; }
  .hero-left-content { padding-left: 0; }
  .hero-left-content h1 { font-size: clamp(1.6rem, 6vw, 2.4rem); }
  .contact-inner { grid-template-columns: 1fr; top: 0; margin-bottom: 0; padding: 24px 16px 0; }
  .form-card { padding: 28px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .info-sidebar { gap: 16px; }
  .contact-body { padding: 0 0 40px; }
  .privacy-note { top: 0; padding: 16px 16px 0; }
}

/* Small mobile */
@media (max-width: 480px) {
  .hero-left { padding: 90px 16px 32px; }
  .form-card { padding: 22px 14px; }
  .btn-submit { width: 100%; justify-content: center; }
  .form-group[style] { max-width: 100% !important; }
}
