:root {
  --primary: #ffcc00;
  --dark: #0d0d0d;
  --black: #000;
  --card: #111;
  --border: rgba(255, 204, 0, 0.22);
  --white: #fff;
  --muted: #b5b5b5;
}

body {
  background: var(--dark) !important;
  color: var(--white);
  overflow-x: hidden;
}

.contact-hero {
  position: relative;
  overflow: hidden;
  padding: 130px 0 100px;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,204,0,0.10), transparent 30%),
    linear-gradient(135deg, #050505, #0d0d0d 60%, #000);
}

.contact-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
}

.glow-one {
  width: 400px;
  height: 400px;
  background: rgba(255,204,0,0.08);
  right: -150px;
  top: -100px;
}

.glow-two {
  width: 350px;
  height: 350px;
  background: rgba(255,204,0,0.06);
  left: -150px;
  bottom: -100px;
}

.contact-badge,
.section-heading span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  border: 1px solid var(--border);
  background: rgba(255,204,0,0.04);
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.contact-hero h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.12;
  color: var(--white);
  margin-bottom: 22px;
}

.contact-hero h1 span,
.section-heading h2 span {
  color: var(--primary);
}

.contact-hero p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.85;
  max-width: 680px;
  margin-bottom: 32px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 38px;
}

.contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 14px 26px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 800;
  font-size: 15px;
  transition: 0.3s;
}

.yellow-btn {
  background: var(--primary);
  color: var(--black);
}

.outline-btn {
  color: var(--primary);
  border: 1px solid var(--border);
}

.yellow-btn:hover,
.outline-btn:hover {
  background: var(--white);
  color: var(--black);
  transform: translateY(-3px);
}

.dark-btn {
  background: var(--black);
  color: var(--white);
}

.whatsapp-btn {
  background: #25d366;
  color: var(--white);
}

.trust-mini-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.trust-mini-grid div {
  min-width: 140px;
  padding: 18px 20px;
  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(255,204,0,0.16);
  border-radius: 18px;
}

.trust-mini-grid strong {
  color: var(--primary);
  font-size: 30px;
  font-weight: bold;
  display: block;
}

.trust-mini-grid span {
  color: var(--muted);
  font-size: 13px;
}

.contact-form-card {
  position: relative;
  z-index: 2;
  padding: 34px;
  background: linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.02));
  border: 1px solid var(--border);
  border-radius: 28px;
  box-shadow: 0 18px 55px rgba(0,0,0,0.38);
}

.form-head h2 {
  font-size: 28px;
  font-weight: bold;
  color: var(--white);
}

.form-head p {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 25px;
}

.contact-form-card label {
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
}

.contact-form-card .form-control,
.contact-form-card .form-select {
  background: #0b0b0b;
  border: 1px solid rgba(255,255,255,0.10);
  color: var(--white);
  padding: 13px 14px;
  border-radius: 12px;
  font-size: 14px;
}

.contact-form-card .form-control::placeholder {
  color: #777;
}

.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(255,204,0,0.10);
  background: #0b0b0b;
  color: var(--white);
}

.submit-btn {
  width: 100%;
  border: none;
  background: var(--primary);
  color: var(--black);
  padding: 15px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: bold;
  transition: 0.3s;
}

.submit-btn:hover {
  background: var(--white);
  transform: translateY(-3px);
}

.secure-note {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
}

.secure-note i {
  color: var(--primary);
}

.contact-info-section,
.why-contact-section,
.process-section-contact,
.faq-contact-section,
.map-section,
.final-cta-contact {
  padding: 95px 0;
  background: var(--dark);
}

.contact-info-section,
.process-section-contact,
.map-section {
  background: #080808;
}

.info-card,
.why-card,
.process-card,
.faq-item {
  height: 100%;
  display: block;
  text-decoration: none;
  padding: 30px;
  background: var(--card);
  border: 1px solid rgba(255,204,0,0.18);
  border-radius: 24px;
  transition: 0.35s;
}

.info-card:hover,
.why-card:hover,
.process-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary);
  box-shadow: 0 18px 50px rgba(255,204,0,0.08);
}

.info-card i,
.why-card i {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  background: rgba(255,204,0,0.08);
  color: var(--primary);
  border: 1px solid rgba(255,204,0,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.info-card h3,
.why-card h3,
.process-card h3 {
  color: var(--white);
  font-size: 22px;
  font-weight: 850;
  margin-bottom: 10px;
}

.info-card p,
.why-card p,
.process-card p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 55px;
}

.section-heading h2 {
  color: var(--white);
  font-size: 44px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 14px;
}

.section-heading p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.process-card strong {
  width: 48px;
  height: 48px;
  background: var(--primary);
  color: var(--black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 20px;
}

.faq-wrapper {
  max-width: 900px;
  margin: auto;
}

.faq-item {
  height: auto;
  margin-bottom: 16px;
  padding: 0;
  overflow: hidden;
}

.faq-item.active {
  border-color: var(--primary);
}

.faq-question {
  padding: 22px 24px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
}

.faq-question h3 {
  color: var(--white);
  font-size: 17px;
  font-weight: 800;
  margin: 0;
}

.faq-question i {
  color: var(--primary);
  transition: 0.3s;
}

.faq-item.active .faq-question i {
  transform: rotate(45deg);
}

.faq-answer {
  display: none;
  padding: 0 24px 22px;
}

.faq-answer p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

.faq-item.active .faq-answer {
  display: block;
}

.map-box {
  border: 1px solid var(--border);
  border-radius: 28px;
  overflow: hidden;
  height: 420px;
}

.map-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(100%) invert(90%);
}

.final-cta-box {
  text-align: center;
  background: linear-gradient(135deg, #ffcc00, #c99f00);
  border-radius: 32px;
  padding: 60px 30px;
}

.final-cta-box h2 {
  color: var(--black);
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 15px;
}

.final-cta-box p {
  color: #1c1c1c;
  max-width: 720px;
  margin: 0 auto 28px;
  font-size: 16px;
  line-height: 1.8;
}

.mobile-sticky-cta {
  display: none;
}

.success-popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.75);
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.success-box {
  width: 100%;
  max-width: 420px;
  background: #111;
  border: 1px solid var(--primary);
  border-radius: 24px;
  padding: 36px;
  text-align: center;
}

.success-box i {
  color: var(--primary);
  font-size: 54px;
  margin-bottom: 18px;
}

.success-box h3 {
  color: var(--white);
  font-weight: bold;
}

.success-box p {
  color: var(--muted);
}

.success-box button {
  border: none;
  background: var(--primary);
  color: var(--black);
  padding: 12px 28px;
  border-radius: 10px;
  font-weight: 800;
}

@media (max-width: 991px) {
  .contact-hero {
    padding: 100px 0 75px;
  }

  .contact-hero h1 {
    font-size: 42px;
  }

  .section-heading h2,
  .final-cta-box h2 {
    font-size: 34px;
  }

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .contact-hero {
    padding: 80px 0 60px;
  }

  .contact-hero h1 {
    font-size: 34px;
  }

  .contact-hero p {
    font-size: 15px;
  }

  .contact-btn {
    width: 100%;
  }

  .trust-mini-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .contact-form-card {
    padding: 24px;
    border-radius: 22px;
  }

  .contact-info-section,
  .why-contact-section,
  .process-section-contact,
  .faq-contact-section,
  .map-section,
  .final-cta-contact {
    padding: 65px 0;
  }

  .section-heading h2,
  .final-cta-box h2 {
    font-size: 28px;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .map-box {
    height: 320px;
  }

  .mobile-sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    z-index: 9999;
  }

  .mobile-sticky-cta a {
    padding: 13px;
    text-align: center;
    text-decoration: none;
    color: var(--black);
    background: var(--primary);
    font-weight: bold;
  }

  .mobile-sticky-cta a:last-child {
    background: #25d366;
    color: var(--white);
  }

  body {
    padding-bottom: 52px;
  }
}

@media (max-width: 420px) {
  .contact-hero h1 {
    font-size: 29px;
  }

  .section-heading h2,
  .final-cta-box h2 {
    font-size: 25px;
  }

  .info-card,
  .why-card,
  .process-card {
    padding: 24px;
  }
}