/* Contact Us page — flowrushtech.com/contact-us */

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  background: #f8fafc;
  color: #0f172a;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

.page-wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.header-embed {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  line-height: 0;
}

.header-frame {
  width: 100%;
  height: 82px;
  border: 0;
  display: block;
  background: transparent;
}

.full-footer-embed {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  line-height: 0;
  margin-top: 40px;
}

.full-footer-frame {
  width: 100%;
  height: 286px;
  border: 0;
  display: block;
  background: transparent;
}

.float-icon {
  position: fixed;
  bottom: 12px;
  width: 68px;
  height: 68px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.28);
  z-index: 9999;
}

.float-wa {
  left: 14px;
  background: #25d366;
  font-size: 36px;
}

.float-call {
  right: 14px;
  background: #1d4ed8;
  font-size: 24px;
}

.page-title {
  padding: 36px 0 28px;
  text-align: center;
}

.page-title h1 {
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  font-weight: 900;
  color: #0f172a;
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}

.page-title p {
  font-size: 1rem;
  color: #475569;
  max-width: 560px;
  margin: 0 auto 12px;
  line-height: 1.7;
}

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 0.82rem;
  color: #94a3b8;
  list-style: none;
}

.breadcrumb a {
  color: #2563eb;
  font-weight: 600;
  transition: color 0.2s;
}

.breadcrumb a:hover {
  color: #1d4ed8;
}

.breadcrumb li + li::before {
  content: "/";
  margin-right: 6px;
  opacity: 0.5;
}

.contact-section {
  flex: 1;
  padding-bottom: 60px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 24px;
  align-items: start;
}

.info-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 4px 20px rgba(15, 42, 100, 0.05);
}

.info-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.info-card-head .ic {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, #eff6ff, #dbeafe);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.info-card-head .ic i {
  font-size: 1.1rem;
  color: #2563eb;
}

.info-card-head h2 {
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f172a;
}

.info-card > p {
  font-size: 0.9rem;
  color: #64748b;
  margin-bottom: 16px;
  line-height: 1.6;
}

.contact-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: #f8fafc;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #334155;
  margin-bottom: 8px;
}

.contact-row i {
  color: #2563eb;
  font-size: 0.9rem;
  width: 16px;
  text-align: center;
}

.contact-row a {
  color: #334155;
  font-weight: 600;
}

.contact-row a:hover {
  color: #2563eb;
}

.locations-section {
  padding: 52px 0 64px;
}

.locations-section h2 {
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-weight: 900;
  color: #0f172a;
  text-align: center;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.locations-section .loc-sub {
  text-align: center;
  color: #64748b;
  font-size: 0.97rem;
  max-width: 560px;
  margin: 0 auto 34px;
  line-height: 1.65;
}

.loc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.loc-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 28px 22px;
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: box-shadow 0.2s, transform 0.2s;
}

.loc-card:hover {
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.1);
  transform: translateY(-3px);
}

.loc-flag {
  font-size: 2.4rem;
  line-height: 1;
}

.loc-card h3 {
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
}

.loc-country {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2563eb;
  margin: 0;
}

.loc-desc {
  font-size: 0.86rem;
  color: #475569;
  line-height: 1.6;
  margin: 0;
}

.loc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.loc-tag {
  background: #eff6ff;
  color: #1e40af;
  border-radius: 6px;
  padding: 3px 10px;
  font-size: 0.74rem;
  font-weight: 700;
}

.loc-cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #f0f7ff;
  color: #1d4ed8;
  border-radius: 50px;
  padding: 9px 16px;
  font-size: 0.82rem;
  font-weight: 700;
  border: 1px solid #bfdbfe;
  margin-top: auto;
}

.loc-cta:hover {
  background: #dbeafe;
}

.quick-btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.quick-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.88rem;
  transition: transform 0.15s, box-shadow 0.15s;
}

.quick-btn:hover {
  transform: translateY(-2px);
}

.btn-call {
  background: linear-gradient(135deg, #1e3a8a, #2563eb);
  color: #fff;
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.25);
}

.btn-wa {
  background: #25d366;
  color: #fff;
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.25);
}

.btn-email {
  background: #fff;
  color: #0f172a;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 12px rgba(15, 42, 100, 0.06);
}

.form-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 36px;
  box-shadow: 0 4px 20px rgba(15, 42, 100, 0.05);
}

.form-card h2 {
  font-size: 1.4rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 6px;
}

.form-card .sub {
  font-size: 0.88rem;
  color: #64748b;
  margin-bottom: 24px;
}

.form-group {
  margin-bottom: 14px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  font-size: 0.93rem;
  font-family: inherit;
  background: #fff;
  color: #0f172a;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.form-group textarea {
  min-height: 110px;
  resize: vertical;
}

.btn-submit {
  width: 100%;
  background: linear-gradient(135deg, #1e3a8a, #2563eb);
  color: #fff;
  padding: 14px;
  border: none;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(30, 64, 175, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: box-shadow 0.2s, transform 0.2s;
}

.btn-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(30, 64, 175, 0.35);
}

.btn-submit .btn-ico {
  font-size: 1.1rem;
}

.privacy-note {
  text-align: center;
  margin-top: 12px;
  font-size: 0.8rem;
  color: #94a3b8;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.privacy-note .lock-ico {
  font-size: 0.75rem;
}

.meeting-card {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 55%, #1d4ed8 100%);
  border-radius: 20px;
  padding: 40px 36px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.meeting-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}

.meeting-card h2 {
  font-size: clamp(1.3rem, 2.8vw, 1.8rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: 12px;
  position: relative;
  line-height: 1.3;
}

.meeting-card p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  margin-bottom: 24px;
  line-height: 1.7;
  position: relative;
}

.meeting-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #1e3a8a;
  font-weight: 800;
  font-size: 0.97rem;
  padding: 14px 28px;
  border-radius: 50px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
}

.meeting-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.meeting-btn .arrow {
  font-size: 0.8rem;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

  .form-stack {
    order: -1;
  }

  .loc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .form-card {
    padding: 28px 20px;
  }

  .meeting-card {
    padding: 30px 22px;
  }

  .quick-btns {
    flex-direction: column;
  }

  .quick-btn {
    justify-content: center;
  }

  .header-frame {
    height: 74px;
  }

  .full-footer-frame {
    height: 330px;
  }

  .float-icon {
    width: 60px;
    height: 60px;
    bottom: 10px;
  }

  .float-wa {
    left: 10px;
    font-size: 31px;
  }

  .float-call {
    right: 10px;
    font-size: 22px;
  }
}

@media (max-width: 500px) {
  .loc-grid {
    grid-template-columns: 1fr;
  }
}
