/* ==========================================================================
   OpenAgent Contact Page — Black / White / Orange
   Scoped to the Contact page only (body.contact). Matches the homepage,
   About and Services page visual identity.
   ========================================================================== */

body.contact {
  background: #ffffff;
  color: #3a3a3a;
  overflow-x: hidden;
}

body.contact h1, body.contact h2, body.contact h3, body.contact h4, body.contact h5 {
  font-family: 'Poppins', sans-serif;
  color: #0a0a0a;
  letter-spacing: -.02em;
}

body.contact ::selection { background: #FF6B00; color: #fff; }

/* --------------------------------------------------------------------------
   Header / navigation — black bar
   -------------------------------------------------------------------------- */
body.contact .topbar { background: #000000; box-shadow: none; }
body.contact .topbar.scrolled { box-shadow: 0 10px 30px rgba(0,0,0,.18); }
body.contact .topbar-inner { max-width: var(--wrap); }

body.contact .brand { color: #ffffff; }
body.contact .brand .dot { background: #FF6B00; border-radius: 8px; }
body.contact .brand span { color: #FF6B00; }

body.contact .nav-desktop > li > a { color: #e6e6e6; font-weight: 500; }
body.contact .nav-desktop > li > a:hover,
body.contact .nav-desktop > li.active > a { color: #ffffff; background: rgba(255,255,255,.12); }
body.contact .nav-desktop > li.has-drop > a i { color: #999; }

body.contact .dropdown { background: #111111; border-color: #2a2a2a; box-shadow: 0 24px 60px rgba(0,0,0,.5); }
body.contact .dropdown::before { background: #111111; border-color: #2a2a2a; }
body.contact .dropdown a { color: #e6e6e6; }
body.contact .dropdown a i { color: #FF6B00; }
body.contact .dropdown a:hover { background: #1f1f1f; color: #ffffff; }

body.contact .header-actions .btn { background: #FF6B00; border-radius: 999px; font-weight: 600; color: #ffffff; box-shadow: 0 10px 26px rgba(255,107,0,.32); }
body.contact .header-actions .btn:hover { background: #ff7f1f; transform: translateY(-2px); }

body.contact .hamburger { background: rgba(255,255,255,.12); color: #ffffff; }

/* Offcanvas mobile menu */
body.contact .offcanvas { background: #0a0a0a; }
body.contact .offcanvas .brand { color: #fff; }
body.contact .oc-close { background: #1f1f1f; color: #fff; }
body.contact .oc-nav > li { border-color: #242424; }
body.contact .oc-link { color: #fff; }
body.contact .oc-link:hover { color: #FF6B00; }
body.contact .oc-sub a { color: #bdbdbd; border-color: #2a2a2a; }
body.contact .oc-sub a:hover { color: #FF6B00; border-color: #FF6B00; }
body.contact .overlay { background: rgba(0,0,0,.6); }
body.contact .offcanvas .btn { background: #FF6B00; color: #fff; }

/* --------------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------------- */
body.contact .btn { border-radius: 999px; font-weight: 600; font-family: 'Poppins', sans-serif; }
body.contact .btn-primary { background: #FF6B00; color: #ffffff; box-shadow: 0 12px 30px rgba(255,107,0,.32); }
body.contact .btn-primary:hover { background: #ff7f1f; transform: translateY(-3px); box-shadow: 0 18px 40px rgba(255,107,0,.4); }
body.contact .btn-ghost { background: transparent; color: #ffffff; border: 2px solid rgba(255,255,255,.7); }
body.contact .btn-ghost:hover { background: #ffffff; color: #0a0a0a; }
body.contact .btn-ghost-dark { background: transparent; color: #0a0a0a; border: 2px solid #0a0a0a; }
body.contact .btn-ghost-dark:hover { background: #0a0a0a; color: #fff; }

/* --------------------------------------------------------------------------
   Breadcrumb (black hero)
   -------------------------------------------------------------------------- */
body.contact .page-hero .breadcrumb { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); box-shadow: none; }
body.contact .breadcrumb a { color: #aeaeae; }
body.contact .breadcrumb a:hover { color: #fff; }
body.contact .breadcrumb i { color: #FF6B00; }
body.contact .breadcrumb [aria-current] { color: #ffffff; font-weight: 600; }

/* --------------------------------------------------------------------------
   Hero — dark, typography-led
   -------------------------------------------------------------------------- */
body.contact .hero {
  background: #ffffff;
  padding: 110px 0 100px;
}
body.contact .hero-inner { text-align: center; max-width: 900px; margin-inline: auto; }
body.contact .hero-media {
  margin: 0 auto 36px;
  max-width: 900px;
  border: 1px solid #ece8e2;
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
}
body.contact .hero-media img {
  display: block; width: 100%; height: 380px; object-fit: cover; object-position: center;
}
@media (max-width: 640px) {
  body.contact .hero-media img { height: 220px; }
}
body.contact .hero .eyebrow {
  display: inline-flex; align-items: center;
  background: transparent;
  border: 1px solid rgba(255,255,255,.25);
  color: #aeaeae;
  font-weight: 600; font-size: 13px;
  letter-spacing: .12em; text-transform: uppercase;
  padding: 9px 18px; border-radius: 999px;
  margin-bottom: 26px;
}
body.contact .hero .eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #FF6B00; }
body.contact .hero h1 {
  color: #0a0a0a;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  line-height: 1.12;
  margin: 0;
}
body.contact .hero h1 strong { color: #FF6B00; font-weight: 800; }
body.contact .hero p.lede { color: #555555; font-size: clamp(1.02rem, 1.7vw, 1.2rem); max-width: 680px; margin: 24px auto 0; line-height: 1.7; }

/* --------------------------------------------------------------------------
   Sections base
   -------------------------------------------------------------------------- */
body.contact .section { padding: 100px 0; }
body.contact .section.tint { background: #f7f7f5; }
body.contact .section.dark { background: #0a0a0a; }

body.contact .section-head { max-width: 720px; margin: 0 auto 60px; text-align: center; }
body.contact .section-head.left { margin-left: 0; text-align: left; }
body.contact .section-head .tag-label {
  display: inline-flex; align-items: center; gap: 10px;
  color: #FF6B00; font-weight: 700; font-size: 13px;
  text-transform: uppercase; letter-spacing: .14em; margin-bottom: 16px;
}
body.contact .section-head .tag-label::before { content: ""; width: 26px; height: 2px; background: #FF6B00; }
body.contact .section-head h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); line-height: 1.15; }
body.contact .section-head p { color: #5f5f5f; margin-top: 16px; font-size: 1.05rem; }

/* --------------------------------------------------------------------------
   Contact options — two column split
   -------------------------------------------------------------------------- */
body.contact .contact-split {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}
body.contact .contact-side h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); line-height: 1.18; margin-bottom: 16px; }
body.contact .contact-side > p { color: #5f5f5f; font-size: 1.02rem; line-height: 1.7; max-width: 460px; margin-bottom: 40px; }

body.contact .ct-options { display: grid; gap: 16px; }
body.contact .ct-opt {
  display: flex; align-items: flex-start; gap: 18px;
  background: #ffffff;
  border: 1px solid #ece8e2;
  border-left: 3px solid #FF6B00;
  border-radius: 14px;
  padding: 24px 26px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
body.contact .ct-opt:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(0,0,0,.08); border-color: #FF6B00; }
body.contact .ct-num { font-size: 0.95rem; font-weight: 800; color: #FF6B00; letter-spacing: .02em; flex: none; padding-top: 3px; }
body.contact .ct-opt-body h3 { font-size: 1.12rem; margin-bottom: 6px; }
body.contact .ct-opt-body p { font-size: 14.5px; color: #5f5f5f; margin: 0 0 16px; }
body.contact .ct-opt .btn { padding: 11px 22px; font-size: 14px; }
body.contact .ct-opt .btn-ghost-dark { color: #0a0a0a; border-color: #0a0a0a; }
body.contact .ct-opt .btn-ghost-dark:hover { background: #0a0a0a; color: #fff; }

/* --------------------------------------------------------------------------
   Project inquiry form
   -------------------------------------------------------------------------- */
body.contact .form-card {
  background: #ffffff;
  border: 1px solid #ece8e2;
  border-top: 3px solid #FF6B00;
  border-radius: 18px;
  padding: clamp(30px, 4vw, 48px);
  box-shadow: 0 30px 70px rgba(0,0,0,.07);
}
body.contact .form-head h2 { font-size: clamp(1.5rem, 2.6vw, 2.1rem); margin-bottom: 12px; }
body.contact .form-head p { color: #5f5f5f; font-size: 15px; line-height: 1.7; max-width: 520px; margin-bottom: 32px; }
body.contact .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
body.contact .field { display: flex; flex-direction: column; gap: 7px; }
body.contact .field.full { grid-column: 1 / -1; }
body.contact .field label { font-weight: 600; font-size: 13.5px; color: #0a0a0a; }
body.contact .field .req { color: #FF6B00; }
body.contact .field input, body.contact .field select, body.contact .field textarea {
  border: 1.5px solid #e7e2da;
  border-radius: 12px;
  padding: 13px 16px;
  outline: none;
  background: #faf9f7;
  color: #0a0a0a;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  transition: border .2s, background .2s, box-shadow .2s;
}
body.contact .field input:focus, body.contact .field select:focus, body.contact .field textarea:focus {
  border-color: #FF6B00;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255,107,0,.14);
}
body.contact .field textarea { resize: vertical; min-height: 130px; }
body.contact .field .radio-row { display: flex; gap: 24px; flex-wrap: wrap; padding: 4px 0 2px; }
body.contact .field .radio-opt { display: inline-flex; align-items: center; gap: 9px; font-size: 14.5px; color: #3a3a3a; cursor: pointer; }
body.contact .field input[type="radio"] { width: auto; accent-color: #FF6B00; }
body.contact .form-status {
  margin-top: 16px;
  font-size: 14.5px;
  font-weight: 500;
  color: #16A34A;
  background: #f0fbf3;
  border: 1px solid #cdeed8;
  border-radius: 12px;
  padding: 14px 18px;
  display: none;
  line-height: 1.6;
}
body.contact .form-status.show { display: block; }

/* --------------------------------------------------------------------------
   What happens next — 3 steps
   -------------------------------------------------------------------------- */
body.contact .steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
body.contact .steps-card {
  background: #ffffff;
  border: 1px solid #ece8e2;
  border-top: 3px solid #FF6B00;
  border-radius: 16px;
  padding: 38px 30px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
body.contact .steps-card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgba(0,0,0,.08); border-color: #FF6B00; }
body.contact .steps-num { font-size: 2.6rem; font-weight: 800; line-height: 1; color: #FF6B00; display: block; margin-bottom: 20px; letter-spacing: -.02em; }
body.contact .steps-card h3 { font-size: 1.12rem; margin-bottom: 10px; }
body.contact .steps-card p { font-size: 14.5px; color: #5f5f5f; margin: 0; line-height: 1.7; }

/* --------------------------------------------------------------------------
   Service reminder — compact list
   -------------------------------------------------------------------------- */
body.contact .help-grid {
  background: #ffffff;
  border: 1px solid #ece8e2;
  border-radius: 18px;
  padding: clamp(32px, 5vw, 56px);
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}
body.contact .help-grid h2 { font-size: clamp(1.5rem, 2.8vw, 2.2rem); line-height: 1.2; margin-bottom: 16px; }
body.contact .help-grid .help-note { color: #5f5f5f; font-size: 15px; line-height: 1.7; margin-bottom: 28px; }
body.contact .help-grid .help-cta { display: flex; flex-wrap: wrap; gap: 14px; }
body.contact .help-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
body.contact .help-list li {
  display: flex; align-items: center; gap: 12px;
  font-size: 15px; font-weight: 500; color: #0a0a0a;
  padding: 12px 4px;
  border-bottom: 1px solid #f0ece6;
}
body.contact .help-list li::before { content: "\f054"; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 11px; color: #FF6B00; }

/* --------------------------------------------------------------------------
   Transparency — minimalist
   -------------------------------------------------------------------------- */
body.contact .trans-block { max-width: 820px; margin: 0 auto; text-align: center; }
body.contact .trans-block h2 { font-size: clamp(1.7rem, 3.4vw, 2.6rem); line-height: 1.15; margin-bottom: 18px; }
body.contact .trans-block p { color: #5f5f5f; font-size: 1.05rem; line-height: 1.75; margin-bottom: 28px; }
body.contact .trans-line {
  display: inline-block;
  border: 1px solid #e7e2da;
  background: #faf9f7;
  border-radius: 999px;
  padding: 12px 26px;
  font-size: 14px; font-weight: 500; color: #3a3a3a;
}

/* --------------------------------------------------------------------------
   Final CTA — black banner
   -------------------------------------------------------------------------- */
body.contact .final-cta {
  background: #000000;
  border-radius: 20px;
  padding: clamp(56px, 8vw, 96px) clamp(26px, 7vw, 96px);
  text-align: center;
  color: #fff;
  position: relative; overflow: hidden;
}
body.contact .final-cta::before {
  content: ""; position: absolute; width: 360px; height: 360px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,107,0,.28), transparent 65%);
  top: -120px; right: -80px;
}
body.contact .final-cta::after {
  content: ""; position: absolute; width: 300px; height: 300px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,107,0,.2), transparent 65%);
  bottom: -130px; left: -70px;
}
body.contact .final-cta h2 { color: #ffffff; position: relative; z-index: 1; font-size: clamp(2rem, 4vw, 3rem); }
body.contact .final-cta p { position: relative; z-index: 1; color: #cfcfcf; max-width: 640px; margin: 18px auto 0; font-size: 1.05rem; }
body.contact .final-cta .btn-row { position: relative; z-index: 1; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 38px; }

/* --------------------------------------------------------------------------
   Footer — minimal, matches homepage/About/Services
   -------------------------------------------------------------------------- */
body.contact .footer { background: #000000; color: #b5b5b5; padding: 72px 0 0; }
body.contact .footer::before { display: none; }
body.contact .footer .brand { color: #fff; }
body.contact .footer .brand span { color: #FF6B00; }
body.contact .footer h4 { color: #ffffff; font-size: 1rem; margin-bottom: 20px; letter-spacing: .02em; }
body.contact .footer-about > p { color: #b5b5b5; }
body.contact .footer ul a { color: #b5b5b5; }
body.contact .footer ul a:hover { color: #FF6B00; }
body.contact .footer .socials a { border-color: rgba(255,255,255,.22); color: #fff; }
body.contact .footer .socials a:hover { background: #FF6B00; border-color: #FF6B00; }
body.contact .footer .contact-list i { color: #FF6B00; }
body.contact .footer-bottom { border-color: rgba(255,255,255,.14); color: #9a9a9a; }
body.contact .footer-bottom p strong { color: #FF6B00; }

/* --------------------------------------------------------------------------
   Scroll-to-top / WhatsApp float
   -------------------------------------------------------------------------- */
body.contact .to-top { background: #FF6B00; color: #fff; box-shadow: 0 10px 24px rgba(255,107,0,.4); }
body.contact .to-top:hover { background: #ff7f1f; }
body.contact .fwa { background: #25D366; }
body.contact .fwa:hover { background: #1fb857; }

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1080px) {
  body.contact .contact-split { grid-template-columns: 1fr; gap: 48px; }
  body.contact .steps-grid { grid-template-columns: repeat(2, 1fr); }
  body.contact .help-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  body.contact .section { padding: 68px 0; }
  body.contact .hero { padding: 84px 0 80px; }
  body.contact .form-grid { grid-template-columns: 1fr; }
  body.contact .steps-grid { grid-template-columns: 1fr; }
  body.contact .field .radio-row { flex-direction: column; gap: 14px; }
}

@media print {
  body.contact .hero, body.contact .fwa { display: none; }
}
