/* ===== Shared page styles for Services / Book Meeting / Privacy ===== */

/* Page hero */
.page-hero {
  position: relative;
  padding: 64px 0 40px;
  text-align: center;
}

.page-title {
  font-weight: 700;
  font-size: 2rem;
  color: var(--teps-navy);
  margin-bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.page-sub {
  color: #5f6b74;
  max-width: 620px;
  margin: 0 auto;
  font-size: 1.02rem;
  line-height: 1.6;
}

.lang-switch img {
  height: 20px;
  width: auto;
}

/* ===== Services ===== */
.svc-section {
  padding: 50px 0 70px;
}

.svc-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 34px 26px;
  height: 100%;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .05);
  transition: transform .2s ease, box-shadow .2s ease;
}

.svc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 46px rgba(245, 165, 36, .13);
}

.svc-ico {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #fdeccd;
  color: var(--teps-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  margin-bottom: 18px;
}

.svc-title {
  font-weight: 700;
  font-size: 1.12rem;
  color: var(--teps-navy);
  margin-bottom: 10px;
}

.svc-desc {
  color: #7a7a7a;
  font-size: .92rem;
  line-height: 1.6;
  margin: 0;
}

/* ===== Services — detail / show rows ===== */
.svc-detail-section {
  padding: 30px 0 80px;
}

.svc-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-bottom: 70px;
}

.svc-row:last-child {
  margin-bottom: 0;
}

.svc-row-text {
  flex: 1 1 420px;
}

.svc-row-media {
  flex: 1 1 420px;
}

.svc-detail-title {
  font-weight: 700;
  font-size: 1.75rem;
  color: var(--teps-navy);
  margin: 0 0 24px;
}

.svc-points {
  list-style: none;
  padding: 0;
  margin: 0;
}

.svc-points li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 22px;
  color: #6a6a6a;
  font-size: 1rem;
  line-height: 1.6;
}

.svc-points li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8a8a8a;
}

/* Photo collage */
.svc-collage {
  position: relative;
  padding: 0 0 40px 40px;
}

.svc-collage.left {
  padding: 40px 40px 0 0;
}

.svc-img-main {
  width: 100%;
  max-width: 500px;
  aspect-ratio: 1/.9;
  border-radius: 26px;
  overflow: hidden;
  background: #e7e9ec;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

.svc-collage.left .svc-img-main {
  margin-left: 0;
}

.svc-img-sub {
  position: absolute;
  width: 40%;
  max-width: 210px;
  aspect-ratio: 1/1;
  border-radius: 18px;
  overflow: hidden;
  background: #dfe2e6;
  border: 6px solid #fdf7ec;
  display: flex;
  align-items: center;
  justify-content: center;
}

.svc-collage .svc-img-sub {
  left: 0;
  bottom: 0;
}

.svc-collage.left .svc-img-sub {
  right: 0;
  top: 0;
  left: auto;
  bottom: auto;
}

.svc-img-main img,
.svc-img-sub img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.svc-ph-ico {
  color: #b3b8be;
  font-size: 1.6rem;
}

@media (max-width: 991px) {
  .svc-row {
    margin-bottom: 50px;
  }

  .svc-row-media {
    order: 2;
  }
}

/* ===== Book a Meeting ===== */
.meeting-section {
  padding: 8px 0 70px;
}

/* Support info bar */
.support-bar {
  background: #fff;
  border-radius: 20px;
  padding: 30px 40px;
  margin-bottom: 34px;
  box-shadow: 0 16px 44px rgba(0, 0, 0, .05);
  border: 1px solid #f4f4f4;
}

.support-title {
  color: var(--teps-orange);
  font-weight: 600;
  font-size: 1.28rem;
  margin: 0 0 16px;
}

.support-divider {
  height: 1px;
  background: var(--line);
  margin: 0 0 20px;
}

.support-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.support-item {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 260px;
}

.support-item.end {
  justify-content: flex-end;
}

.support-label {
  color: var(--teps-navy);
  font-weight: 600;
  font-size: 1rem;
}

.support-ico {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: #fdeccd;
  color: var(--teps-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .9rem;
  flex: 0 0 auto;
}

.support-val {
  color: var(--teps-navy);
  font-weight: 500;
  font-size: 1rem;
}

.support-sep {
  width: 1px;
  align-self: stretch;
  background: var(--line);
  margin: 0 30px;
}

/* Meeting layout */
.meeting-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  align-items: stretch;
}

.meeting-col-form {
  flex: 1 1 380px;
}

.meeting-col-info {
  flex: 1 1 460px;
}

.meeting-card {
  background: #fff;
  border-radius: 22px;
  padding: 36px;
  height: 100%;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .06);
  border: 1px solid #f2f2f2;
}

.mf-field {
  margin-bottom: 22px;
}

.mf-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: .92rem;
  color: var(--teps-navy);
  margin-bottom: 7px;
}

.mf-req {
  color: #FF383C;
  font-weight: 700;
}

.mf-input {
  width: 100%;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: .92rem;
  color: var(--teps-navy);
  font-family: inherit;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.mf-input::placeholder {
  color: #9a9a9a;
}

.mf-input:focus {
  border-color: var(--teps-orange);
  box-shadow: 0 0 0 4px rgba(245, 165, 36, .16);
}

.mf-phone {
  display: flex;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.mf-phone:focus-within {
  border-color: var(--teps-orange);
  box-shadow: 0 0 0 4px rgba(245, 165, 36, .16);
}

.mf-cc {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 14px;
  background: #f7f7f8;
  color: var(--teps-navy);
  font-size: .9rem;
  font-weight: 500;
  border-right: 1px solid #f2f2f2;
  white-space: nowrap;
}

.mf-cc i {
  color: var(--teps-orange);
  font-size: .82rem;
}

.mf-phone .mf-input {
  border: none;
  border-radius: 0;
}

.mf-phone .mf-input:focus {
  box-shadow: none;
}

.mf-submit {
  width: 100%;
  border: none;
  border-radius: 8px;
  padding: 14px;
  background: var(--teps-orange);
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: background .2s ease;
  margin-top: 6px;
}

.mf-submit:hover {
  background: var(--teps-orange-dark);
}

/* Right info panel */
.info-panel {
  background: #fff;
  border-radius: 22px;
  padding: 36px 32px;
  height: 100%;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .06);
  border: 1px solid #f2f2f2;
  display: flex;
  flex-direction: column;
}

.info-head {
  text-align: center;
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--teps-navy);
  margin: 0 0 26px;
}

.info-head .text-teps {
  color: var(--teps-orange);
}

.info-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  flex: 1;
}

.pay-card {
  border-radius: 16px;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
}

.pay-card.dark {
  background: var(--teps-navy);
}

.pay-card.light {
  background: #fdf4e3;
  border: 1px solid #f7dca0;
}

.pay-ico {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  margin-bottom: 34px;
}

.pay-card.dark .pay-ico {
  background: rgba(255, 255, 255, .12);
  color: #c9d2da;
}

.pay-card.light .pay-ico {
  background: var(--teps-orange);
  color: #fff;
}

.pay-title {
  font-weight: 600;
  font-size: 1rem;
  margin: 0 0 8px;
}

.pay-card.dark .pay-title {
  color: #fff;
}

.pay-card.light .pay-title {
  color: var(--teps-navy);
}

.pay-desc {
  font-size: .86rem;
  line-height: 1.5;
  margin: 0;
}

.pay-card.dark .pay-desc {
  color: #aab4bd;
}

.pay-card.light .pay-desc {
  color: #8a7a55;
}

@media (max-width: 991px) {
  .support-item.end {
    justify-content: flex-start;
  }

  .support-sep {
    display: none;
  }

  .support-row {
    gap: 14px;
  }
}

/* ===== Privacy / Legal ===== */
.legal-section {
  padding: 16px 0 80px;
}

.legal-wrap {
  max-width: 820px;
  margin: 0 auto;
}

.legal-updated {
  color: #9aa4ad;
  font-size: .85rem;
  margin-bottom: 30px;
  text-align: center;
}

.legal-block {
  margin-bottom: 28px;
}

.legal-h {
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--teps-navy);
  margin-bottom: 10px;
}

.legal-p {
  color: #555;
  font-size: .95rem;
  line-height: 1.75;
  margin-bottom: 10px;
}

.legal-list {
  color: #555;
  font-size: .95rem;
  line-height: 1.85;
  padding-left: 20px;
  margin: 0 0 10px;
}

.legal-list li {
  margin-bottom: 4px;
}