/* Tailor-made journey */
.tailor-made-area {
  position: relative;
  overflow: hidden;
  background: #f5f7f8;
}
.tailor-made-area::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  left: -180px;
  bottom: -220px;
  border-radius: 50%;
  background: rgba(0, 37, 74, 0.05);
}
.tailor-made-shell {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(19, 42, 58, 0.12);
}
.tailor-made-content {
  height: 100%;
  padding: 64px 60px;
  color: #fff;
  background: linear-gradient(145deg, rgba(0, 37, 74, 0.92), rgba(4, 64, 91, 0.88)), url("../images/gallery/PHOTO-2026-06-17-13-44-03.jpg") center/cover;
}
.tailor-made-kicker,
.tailor-made-form-heading > span {
  display: inline-block;
  margin-bottom: 16px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.tailor-made-content h2 {
  max-width: 520px;
  color: #fff;
  font-family: var(--f-secondary);
  font-size: 44px;
  line-height: 1.16;
}
.tailor-made-content > p {
  margin-top: 22px;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.75;
}
.tailor-made-benefits {
  margin-top: 30px;
}
.tailor-made-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 15px;
  line-height: 1.5;
}
.tailor-made-benefits i {
  margin-top: 3px;
  color: #fff;
}
.tailor-made-note {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 36px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.tailor-made-note > i {
  display: grid;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  color: #00254a;
  background: #fff;
  font-size: 22px;
}
.tailor-made-note strong,
.tailor-made-note span {
  display: block;
}
.tailor-made-note strong {
  margin-bottom: 4px;
  font-size: 16px;
}
.tailor-made-note span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.5;
}
.tailor-made-form-wrap {
  height: 100%;
  padding: 56px 60px;
}
.tailor-made-form-heading > span {
  margin-bottom: 9px;
  color: #00254a;
}
.tailor-made-form-heading h3 {
  color: #2d373c;
  font-family: var(--f-secondary);
  font-size: 31px;
  line-height: 1.25;
}
.tailor-made-form-heading p {
  margin-top: 9px;
  color: #6d7478;
  line-height: 1.6;
}
.tailor-made-form {
  margin-top: 26px;
}
.tailor-made-form label {
  display: block;
  margin-bottom: 7px;
  color: #2d373c;
  font-size: 13px;
  font-weight: 600;
}
.tailor-made-form input,
.tailor-made-form select,
.tailor-made-form textarea {
  width: 100%;
  border: 1px solid #dfe5e8;
  border-radius: 8px;
  color: #2d373c;
  background: #f8fafb;
  font-family: var(--f-primary);
  font-size: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.tailor-made-form input,
.tailor-made-form select {
  height: 49px;
  padding: 0 14px;
}
.tailor-made-form textarea {
  min-height: 106px;
  padding: 13px 14px;
  resize: vertical;
}
.tailor-made-form input:focus,
.tailor-made-form select:focus,
.tailor-made-form textarea:focus {
  border-color: #00254a;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 37, 74, 0.08);
}
.tailor-made-submit {
  display: flex;
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: #00254a;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.3px;
  transition: background 0.2s ease, transform 0.2s ease;
}
.tailor-made-submit:hover {
  color: #fff;
  background: #162b32;
  transform: translateY(-1px);
}
.tailor-made-submit:disabled {
  cursor: wait;
  opacity: 0.75;
  transform: none;
}
.tailor-made-privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 13px;
  color: #7a8286;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 1199px) {
  .tailor-made-content,
  .tailor-made-form-wrap {
    padding: 48px 40px;
  }
  .tailor-made-content h2 {
    font-size: 38px;
  }
}

@media (max-width: 991px) {
  .tailor-made-shell {
    max-width: 760px;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .tailor-made-area {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .tailor-made-shell {
    border-radius: 14px;
  }
  .tailor-made-content,
  .tailor-made-form-wrap {
    padding: 38px 24px;
  }
  .tailor-made-content h2 {
    font-size: 32px;
  }
  .tailor-made-content > p {
    font-size: 15px;
  }
  .tailor-made-form-heading h3 {
    font-size: 27px;
  }
}
