@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@600;700;800&display=swap');

body.contact-v2 {
  --contact-ink: #111d3b;
  --contact-muted: #5e6d86;
  --contact-blue: #155eef;
  --contact-line: #dce7f5;
  min-height: 100vh;
  color: var(--contact-ink);
  background: #f5f9ff;
  font: 15px/1.55 'DM Sans', system-ui, sans-serif;
}
.contact-v2 #site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid #e7eef8;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(14px);
}
.contact-v2 .nav { min-height: 72px; padding: 0; gap: 28px; }
.contact-v2 .logo-lockup { display: block; width: 132px; height: auto; }
.contact-v2 .nav-links { gap: clamp(14px,2.2vw,30px); margin: 0 auto; }
.contact-v2 .nav-links a {
  color: #34415d;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  transition: color .18s ease;
}
.contact-v2 .nav-links a:hover { color: var(--contact-blue); }
.contact-v2 .nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 17px !important;
  border: 0 !important;
  border-radius: 10px !important;
  color: white !important;
  background: linear-gradient(135deg,#155eef,#245cf5) !important;
  box-shadow: 0 6px 18px #155eef2b;
  font-size: 13px;
  font-weight: 700;
}
.contact-v2 .hamburger { display: none; }
.contact-v2 .drawer-backdrop { z-index: 99; }
.contact-v2 .drawer-panel { z-index: 100; }
.contact-v2 .drawer-links a { font-size: 1.2rem; font-weight: 700; }
.contact-v2 .drawer-cta { color: var(--contact-blue) !important; }
.contact-v2 .contact-main {
  position: relative;
  overflow: hidden;
  padding: clamp(52px,8vw,104px) 0;
  background:
    radial-gradient(ellipse at 78% 15%,rgba(201,222,255,.58),transparent 37%),
    linear-gradient(180deg,#f8fbff,#eef5ff);
}
.contact-v2 .contact-main::before {
  position: absolute;
  top: 36px;
  right: max(4vw,calc((100vw - 1240px)/2));
  width: 150px;
  height: 150px;
  border: 1px solid #d9e7ff;
  border-radius: 38px;
  content: '';
  transform: rotate(18deg);
  opacity: .55;
  pointer-events: none;
}
.contact-v2 .contact-layout {
  position: relative;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: clamp(34px,7vw,96px);
  align-items: center;
  max-width: 1120px;
}
.contact-v2 .contact-intro { padding: 14px 0; }
.contact-v2 .contact-eyebrow,.contact-v2 .form-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--contact-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}
.contact-v2 .contact-eyebrow { padding: 8px 12px; border: 1px solid #cbdcff; border-radius: 999px; background: #edf4ff; }
.contact-v2 .contact-eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: #2563eb; }
.contact-v2 .contact-intro h1 {
  max-width: 570px;
  margin: 25px 0 16px;
  color: #111d3b;
  font: 800 clamp(36px,5vw,58px)/1.08 'Plus Jakarta Sans',sans-serif;
  letter-spacing: -.045em;
}
.contact-v2 .contact-intro h1 em { color: var(--contact-blue); font-style: normal; }
.contact-v2 .contact-intro>p { max-width: 490px; color: #53647f; font-size: 17px; line-height: 1.65; }
.contact-v2 .contact-email { display: inline-flex; gap: 9px; align-items: center; margin-top: 30px; color: #155eef; font-size: clamp(19px,2.4vw,25px); font-weight: 800; }
.contact-v2 .contact-email span { font-size: 17px; }
.contact-v2 .contact-location { display: flex; gap: 9px; align-items: center; margin-top: 15px; color: #66758d; font-size: 14px; }
.contact-v2 .contact-location span { color: #155eef; font-size: 20px; }
.contact-v2 .contact-promise { display: flex; gap: 10px; align-items: flex-start; max-width: 420px; margin-top: 32px; padding: 14px 16px; border: 1px solid #dce8f8; border-radius: 12px; background: rgba(255,255,255,.65); color: #53647f; font-size: 13px; }
.contact-v2 .contact-promise b { display: grid; width: 22px; height: 22px; flex: none; place-items: center; border-radius: 50%; color: #fff; background: #12b76a; }
.contact-v2 .contact-form-card { padding: clamp(23px,4vw,38px); border: 1px solid #e1eaf6; border-radius: 20px; background: #fff; box-shadow: 0 22px 65px rgba(31,76,145,.11); }
.contact-v2 .contact-form-card h2 { margin: 12px 0 5px; color: #111d3b; font: 700 clamp(22px,3vw,29px)/1.2 'Plus Jakarta Sans',sans-serif; }
.contact-v2 .contact-form-card>p { margin: 0 0 22px; color: #66758d; font-size: 14px; }
.contact-v2 #contactForm label { margin: 13px 0 6px; color: #283754; font-size: 12px; font-weight: 700; }
.contact-v2 #contactForm input,.contact-v2 #contactForm select,.contact-v2 #contactForm textarea {
  width: 100%;
  padding: 12px 13px;
  border: 1px solid #d8e2f0;
  border-radius: 9px;
  outline: none;
  color: #172441;
  background: #fff;
  font: 14px 'DM Sans',sans-serif;
  transition: border-color .18s ease,box-shadow .18s ease;
}
.contact-v2 #contactForm input:focus,.contact-v2 #contactForm select:focus,.contact-v2 #contactForm textarea:focus { border-color: #6d9eff; box-shadow: 0 0 0 3px #155eef18; }
.contact-v2 #contactForm textarea { min-height: 128px; resize: vertical; }
.contact-v2 .row { gap: 12px; }
.contact-v2 .form-submit { margin-top: 17px; }
.contact-v2 #contactBtn { min-height: 46px; padding: 12px 19px; border-radius: 9px; color: white; background: linear-gradient(135deg,#155eef,#245cf5); box-shadow: 0 7px 18px #155eef2b; font-size: 14px; }
.contact-v2 .form-call { margin-top: 13px; color: #697991; font-size: 12px; }
.contact-v2 .form-call a { color: #155eef; font-weight: 700; }
.contact-v2 .contact-footer { padding: 24px 0 20px; border-top: 1px solid #e3ebf6; background: #fff; }
.contact-v2 .contact-footer-inner { display: flex; gap: 22px; align-items: center; color: #62718a; font-size: 12px; }
.contact-v2 .footer-brand img { width: 112px; height: auto; }
.contact-v2 .contact-footer nav { display: flex; gap: clamp(12px,2vw,24px); margin: 0 auto; }
.contact-v2 .contact-footer nav a { color: #52617b; font-weight: 600; }
.contact-v2 .contact-footer nav a:hover { color: var(--contact-blue); }
.contact-v2 .contact-socials { display: flex; gap: 9px; }
.contact-v2 .contact-socials a { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid #dce7f5; border-radius: 50%; color: #34415d; }
.contact-v2 .contact-socials svg { width: 15px; height: 15px; fill: currentColor; }
.contact-v2 .contact-socials a:last-child svg { fill: none; stroke: currentColor; stroke-width: 1.8; }
.contact-v2 .contact-footer small { color: #8793a8; font-size: 10px; white-space: nowrap; }
.contact-v2 .toast { color: #e9ecf7; background: #111d3b; }
@media (max-width: 1100px) {
  .contact-v2 .nav-links,.contact-v2 .nav-cta { display: none !important; }
  .contact-v2 .nav .hamburger { display: flex; margin-left: auto; }
  .contact-v2 .hamburger span { background: #152447; }
}
@media (max-width: 820px) {
  .contact-v2 .contact-layout { grid-template-columns: 1fr; gap: 30px; max-width: 650px; }
  .contact-v2 .contact-main { padding: 45px 0 54px; }
  .contact-v2 .contact-intro h1 { max-width: 620px; margin-top: 18px; }
  .contact-v2 .contact-promise { margin-top: 21px; }
  .contact-v2 .contact-footer-inner { flex-wrap: wrap; }
  .contact-v2 .contact-footer nav { order: 3; width: 100%; flex-wrap: wrap; margin: 0; }
  .contact-v2 .contact-footer small { margin-left: auto; }
}
@media (max-width: 520px) {
  .contact-v2 .container { padding-left: 18px; padding-right: 18px; }
  .contact-v2 .nav { min-height: 64px; }
  .contact-v2 .contact-layout { gap: 21px; }
  .contact-v2 .contact-intro h1 { font-size: 38px; }
  .contact-v2 .contact-intro>p { font-size: 15px; }
  .contact-v2 .contact-form-card { padding: 21px 17px; border-radius: 15px; }
  .contact-v2 .row { display: block; }
  .contact-v2 .row>div+div { margin-top: 0; }
  .contact-v2 .contact-footer-inner { gap: 13px; }
  .contact-v2 .contact-footer nav { gap: 11px 17px; font-size: 11px; }
  .contact-v2 .contact-footer small { width: 100%; margin-left: 0; }
}
