/* Contact page */

.ot-contact{
  background:
    linear-gradient(180deg, #f8fbff 0%, #fff 42%, #f7fafc 100%);
  color:#111827;
}

.ot-contactHero{
  position:relative;
  overflow:hidden;
  padding:76px 0 72px;
  background:
    radial-gradient(760px 360px at 82% 18%, rgba(20,184,166,.18), transparent 62%),
    linear-gradient(135deg, #34106f 0%, #6d28d9 48%, #0f766e 100%);
  color:#fff;
}

.ot-contactHero::after{
  content:none;
}

.ot-contactHero__grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0, 1fr) 380px;
  align-items:center;
  gap:36px;
}

.ot-contact__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:12px;
  color:#0f766e;
  font-size:13px;
  font-weight:800;
  letter-spacing:0;
}

.ot-contactHero .ot-contact__eyebrow{
  color:#bff7ee;
}

.ot-contactHero h1,
.ot-contactInfo h2,
.ot-contactForm h2{
  margin:0;
  line-height:1.1;
  letter-spacing:0;
}

.ot-contactHero h1{
  max-width:720px;
  font-size:clamp(36px, 5vw, 66px);
}

.ot-contactHero p{
  max-width:660px;
  margin:18px 0 0;
  color:rgba(255,255,255,.86);
  font-size:18px;
  line-height:1.7;
}

.ot-contactHero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}

.ot-contact__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  gap:10px;
  padding:12px 18px;
  border-radius:12px;
  font-weight:800;
  text-decoration:none;
  border:1px solid transparent;
}

.ot-contact__btn--primary{
  background:#14b8a6;
  color:#042f2e !important;
  box-shadow:0 18px 40px rgba(20,184,166,.28);
}

.ot-contact__btn--ghost{
  background:rgba(255,255,255,.12);
  color:#fff !important;
  border-color:rgba(255,255,255,.3);
}

.ot-contactMain .ot-contact__btn--ghost{
  background:#fff;
  color:#4c1d95 !important;
  border-color:#e5e7eb;
}

.ot-contactHero__card{
  display:grid;
  gap:12px;
  padding:18px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:8px;
  background:rgba(255,255,255,.12);
  box-shadow:0 24px 60px rgba(15,23,42,.24);
  backdrop-filter:blur(14px);
}

.ot-contactHero__card a{
  display:grid;
  grid-template-columns:44px minmax(0, 1fr);
  gap:12px;
  align-items:center;
  padding:12px;
  border-radius:8px;
  color:#fff;
  text-decoration:none;
  background:rgba(255,255,255,.1);
}

.ot-contactHero__card i{
  display:grid;
  width:44px;
  height:44px;
  place-items:center;
  border-radius:12px;
  color:#042f2e;
  background:#bff7ee;
}

.ot-contactHero__card span{
  min-width:0;
  color:rgba(255,255,255,.82);
  overflow-wrap:anywhere;
}

.ot-contactHero__card strong{
  display:block;
  color:#fff;
  font-size:13px;
}

.ot-contactMap{
  position:relative;
  z-index:1;
  margin-top:0;
  padding:0 0 52px;
}

.ot-contactMap__frame{
  overflow:hidden;
  min-height:340px;
  border-radius:8px;
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 26px 60px rgba(15,23,42,.12);
  background:#e2e8f0;
}

.ot-contactMap__frame iframe{
  display:block;
  width:100%;
  height:420px;
  border:0;
}

.ot-contactMain{
  padding:0 0 76px;
}

.ot-contactMain__grid{
  display:grid;
  grid-template-columns:minmax(300px, 430px) minmax(0, 1fr);
  gap:24px;
  align-items:start;
}

.ot-contactInfo,
.ot-contactForm{
  border:1px solid rgba(15,23,42,.08);
  border-radius:8px;
  background:#fff;
  box-shadow:0 22px 60px rgba(15,23,42,.08);
}

.ot-contactInfo{
  padding:30px;
}

.ot-contactForm{
  padding:30px;
}

.ot-contactInfo h2,
.ot-contactForm h2{
  font-size:clamp(28px, 3vw, 40px);
}

.ot-contactInfo p{
  margin:12px 0 24px;
  color:#4b5563;
}

.ot-contactInfo__list{
  display:grid;
  gap:18px;
  margin:0;
}

.ot-contactInfo__list div{
  padding-top:18px;
  border-top:1px solid #eef2f7;
}

.ot-contactInfo__list dt{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 6px;
  color:#111827;
  font-weight:900;
}

.ot-contactInfo__list dt i{
  color:#0f766e;
}

.ot-contactInfo__list dd{
  margin:0;
  color:#4b5563;
  overflow-wrap:anywhere;
}

.ot-contactInfo__list a{
  color:#5b21b6;
  font-weight:700;
}

.ot-contactForm__body{
  margin-top:22px;
}

.ot-contactForm form{
  display:grid;
  gap:14px;
}

.ot-contactForm label{
  display:grid;
  gap:7px;
  color:#374151;
  font-weight:800;
}

.ot-contactForm input,
.ot-contactForm textarea,
.ot-contactForm select{
  width:100%;
  min-height:48px;
  border:1px solid #d8dee8;
  border-radius:8px;
  padding:12px 14px;
  color:#111827;
  background:#f8fafc;
  font:inherit;
}

.ot-contactForm textarea{
  min-height:140px;
  resize:vertical;
}

.ot-contactForm input:focus,
.ot-contactForm textarea:focus,
.ot-contactForm select:focus{
  outline:3px solid rgba(20,184,166,.22);
  border-color:#14b8a6;
  background:#fff;
}

.ot-contactForm input[type="submit"],
.ot-contactForm button[type="submit"]{
  width:auto;
  min-width:170px;
  border:0;
  background:#5b21b6;
  color:#fff;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 16px 34px rgba(91,33,182,.22);
}

.ot-contactForm__fallback{
  margin-top:22px;
  padding:22px;
  border-radius:8px;
  background:#f8fafc;
  border:1px solid #e5e7eb;
}

.ot-contactForm__fallback p{
  margin:0;
  color:#4b5563;
}

@media (max-width:980px){
  .ot-contactHero{
    padding:58px 0 56px;
  }

  .ot-contactHero__grid,
  .ot-contactMain__grid{
    grid-template-columns:1fr;
  }

  .ot-contactHero__card{
    max-width:560px;
  }
}

@media (max-width:640px){
  .ot-contactHero{
    padding-top:44px;
  }

  .ot-contactHero h1{
    font-size:36px;
  }

  .ot-contactHero p{
    font-size:16px;
  }

  .ot-contactHero__actions,
  .ot-contactForm__fallback .ot-contactHero__actions{
    display:grid;
  }

  .ot-contact__btn{
    width:100%;
  }

  .ot-contactMap{
    padding-bottom:34px;
  }

  .ot-contactMap__frame iframe{
    height:320px;
  }

  .ot-contactInfo,
  .ot-contactForm{
    padding:22px;
  }
}
