﻿.page-home {
  min-height: calc(100vh - 130px);
}

.page-home .hero {
  position: relative;
  min-height: calc(100vh - 130px);
  background-image: url("../assets/home/hero-bg.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.page-home .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      96deg,
      rgba(3, 8, 20, 0.92) 0%,
      rgba(4, 10, 24, 0.82) 20%,
      rgba(7, 16, 34, 0.62) 42%,
      rgba(9, 20, 40, 0.36) 61%,
      rgba(10, 22, 44, 0.14) 78%,
      rgba(10, 22, 44, 0) 100%
    ),
    radial-gradient(
      circle at 18% 48%,
      rgba(9, 16, 31, 0.28) 0%,
      rgba(9, 16, 31, 0) 62%
    );
}

.page-home .hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(140px, 16vw, 240px);
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(4, 10, 22, 0.42) 0%,
    rgba(4, 10, 22, 0.06) 72%,
    rgba(4, 10, 22, 0) 100%
  );
}

.page-home .hero-inner {
  position: relative;
  z-index: 1;
  min-height: inherit;
  width: min(1380px, 100%);
  margin: 0 auto;
  padding: clamp(2.2rem, 8vw, 5rem) clamp(1.2rem, 6vw, 7.2rem);
}

.page-home .hero-content {
  max-width: 680px;
}

.page-home .hero-kicker {
  margin: 0 0 1.1rem;
  color: #f54835;
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: clamp(0.95rem, 1vw, 1.3rem);
}

.page-home .hero h1 {
  margin: 0;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(2.5rem, 6.9vw, 6.6rem);
  font-weight: 700;
  line-height: 0.96;
  text-transform: uppercase;
  max-width: 850px;
}

.page-home .hero-text {
  margin: 1.15rem 0 0;
  color: rgba(255, 255, 255, 0.86);
  max-width: 560px;
  font-size: clamp(0.98rem, 1.2vw, 1.2rem);
  line-height: 1.45;
}

.page-home .hero-btn {
  margin-top: 2.1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 60px;
  padding: 0.8rem 2rem;
  background: var(--accent);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 1.2rem;
  border-radius: 4px;
}

.page-home .hero-btn:hover {
  background: var(--accent-dark);
}

.about-spotlight {
  position: relative;
  background: #f2f2f2 url("../assets/home/about-bg.jpg") center/cover no-repeat;
  padding: clamp(3rem, 7vw, 6rem) 0;
  overflow: hidden;
}

.about-spotlight::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.82);
  pointer-events: none;
}

.about-spotlight::after {
  content: "";
  position: absolute;
  right: clamp(12px, 2vw, 28px);
  top: clamp(24px, 3vw, 44px);
  width: clamp(120px, 14vw, 210px);
  height: clamp(180px, 22vw, 330px);
  background-image: radial-gradient(
    circle,
    rgba(176, 182, 193, 0.42) 1.8px,
    transparent 1.8px
  );
  background-size: 12px 12px;
  opacity: 0.55;
  pointer-events: none;
}

.about-spotlight-inner {
  width: min(1320px, 92vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(1.5rem, 3vw, 3rem);
  position: relative;
  z-index: 1;
}

.about-visuals {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(200px, 30%, 260px);
  gap: 1.6rem;
}

.about-main-photo,
.about-sec-photo {
  margin: 0;
}

.about-main-photo img {
  width: 100%;
  height: clamp(500px, 56vw, 720px);
  object-fit: cover;
  display: block;
}

.about-side-stack {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 1.6rem;
}

.about-exp-card {
  margin: 0;
  background: #ef3b23;
  color: #fff;
  padding: 1.65rem 1.45rem 1.45rem;
  position: relative;
  overflow: hidden;
}

.about-exp-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 78% 14%,
      rgba(255, 255, 255, 0.16) 0,
      rgba(255, 255, 255, 0) 42%
    ),
    radial-gradient(
      circle at 14% 84%,
      rgba(255, 255, 255, 0.12) 0,
      rgba(255, 255, 255, 0) 55%
    );
}

.about-exp-card > * {
  position: relative;
  z-index: 1;
}

.about-exp-card h3 {
  margin: 0;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(2.9rem, 4vw, 4rem);
  line-height: 0.86;
}

.about-exp-card .exp-label {
  margin: 0.65rem 0 1rem;
  color: #fff;
  font-weight: 600;
  font-size: 1.05rem;
}

.about-exp-avatars {
  display: flex;
  align-items: center;
  margin-bottom: 0.85rem;
}

.about-exp-avatars span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-right: -10px;
  border: 2px solid #fff;
  background: #d2d6de;
  color: #0f1428;
  font-weight: 700;
  font-size: 0.9rem;
}

.about-exp-avatars span:nth-child(2) {
  background: #e5d9cf;
}
.about-exp-avatars span:nth-child(3) {
  background: #c1d9d9;
}
.about-exp-avatars span:nth-child(4) {
  background: #d8c8bc;
}

.about-exp-avatars .exp-plus {
  background: rgba(13, 16, 28, 0.88);
  color: #fff;
  font-size: 1.15rem;
}

.about-exp-card .exp-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: 1.02rem;
}

.about-sec-photo img {
  width: 100%;
  height: 100%;
  min-height: 270px;
  object-fit: cover;
  display: block;
}

.about-content {
  max-width: 670px;
}

.about-kicker {
  margin: 0 0 0.8rem;
  color: #cc3a28;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.about-kicker span {
  width: 30px;
  height: 2px;
  background: #9a5d53;
  position: relative;
}

.about-kicker span::after {
  content: "";
  position: absolute;
  left: 8px;
  top: -7px;
  width: 22px;
  height: 2px;
  background: #9a5d53;
}

.about-content h2 {
  margin: 0;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(2.2rem, 4.2vw, 4.3rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.about-summary {
  margin: 1.1rem 0 0;
  color: #5f6572;
  font-size: clamp(1rem, 1.2vw, 1.24rem);
  line-height: 1.58;
}

.about-feature-list {
  margin-top: 1.5rem;
  display: grid;
}

.about-feature {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 1.25rem;
  align-items: flex-start;
  padding: 1.22rem 0;
  border-bottom: 1px solid #dddddf;
}

.about-feature:last-child {
  border-bottom: none;
}

.about-feature-icon {
  width: 74px;
  height: 74px;
  border-radius: 10px;
  background: #ef3b23;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.7rem;
}

.about-feature h3 {
  margin: 0;
  font-family: "Rajdhani", sans-serif;
  font-size: 2.1rem;
  line-height: 0.95;
  text-transform: uppercase;
}

.about-feature p {
  margin: 0.55rem 0 0;
  color: #606673;
  font-size: 1.06rem;
  line-height: 1.55;
}

.about-bottom {
  margin-top: 1.4rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem 1.7rem;
}

.about-readmore {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  min-height: 60px;
  padding: 0.85rem 2rem;
  border-radius: 4px;
  background: #ef3b23;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.services-highlight {
  padding: clamp(2.8rem, 6vw, 5.2rem) 0 clamp(3.2rem, 7vw, 6rem);
  background: #ececed;
}

.services-highlight-inner {
  width: min(1320px, 92vw);
  margin: 0 auto;
}

.services-head {
  text-align: center;
  margin-bottom: 2rem;
}

.services-kicker {
  margin: 0;
  color: #c43a2a;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
}

.services-kicker span {
  width: 32px;
  height: 2px;
  background: #a75d52;
  position: relative;
}

.services-kicker span::after {
  content: "";
  position: absolute;
  left: 8px;
  top: -7px;
  width: 22px;
  height: 2px;
  background: #a75d52;
}

.services-head h2 {
  margin: 0.5rem auto 1.1rem;
  max-width: 900px;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(2.2rem, 4vw, 4.1rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.services-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.56rem;
  min-height: 52px;
  padding: 0.65rem 1.4rem;
  border-radius: 4px;
  background: #ef3b23;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.4rem);
}

.service-card {
  position: relative;
  perspective: 900px;
}

.service-card-media {
  margin: 0;
}

.service-card-media img {
  width: 100%;
  height: clamp(220px, 22vw, 300px);
  object-fit: cover;
  display: block;
}

.service-card-body {
  width: calc(100% - 2rem);
  margin: -70px auto 0;
  background: #f6f6f7;
  padding: 2.4rem 1.5rem 1.55rem;
  position: relative;
  box-shadow: 0 14px 24px rgba(18, 20, 30, 0.08);
  border-top: 2px solid transparent;
  overflow: visible;
  transition:
    transform 0.34s ease,
    border-color 0.34s ease,
    box-shadow 0.34s ease;
}

.service-card-body::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, #11152f 0%, #0a0f25 100%);
  opacity: 0;
  transition: opacity 0.34s ease;
  pointer-events: none;
}

.service-card-body::after {
  content: "";
  position: absolute;
  top: 0.3rem;
  right: 0.5rem;
  width: 120px;
  height: 95px;
  background-image: radial-gradient(
    circle,
    rgba(188, 193, 203, 0.35) 1.6px,
    transparent 1.6px
  );
  background-size: 10px 10px;
  pointer-events: none;
  transition:
    background-image 0.34s ease,
    opacity 0.34s ease;
}

.service-card-body > * {
  position: relative;
  z-index: 1;
}

.service-card-icon {
  width: 84px;
  height: 84px;
  position: absolute;
  left: 2rem;
  top: -52px;
  background: #ef3b23;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 2rem;
  z-index: 2;
}

.service-card-icon i {
  display: inline-block;
  transform-origin: center;
  backface-visibility: hidden;
  transition: transform 0.7s ease;
}

.service-card h3 {
  margin: 0;
  font-family: "Rajdhani", sans-serif;
  font-size: 2rem;
  line-height: 0.96;
  text-transform: uppercase;
  transition: color 0.34s ease;
}

.service-card p {
  margin: 0.9rem 0 1.2rem;
  color: #636976;
  font-size: 1.03rem;
  line-height: 1.55;
  min-height: 96px;
  transition: color 0.34s ease;
}

.service-card a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #cd3e2e;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.14rem;
  font-weight: 700;
  transition: color 0.34s ease;
}

.service-card:hover .service-card-body,
.service-card:focus-within .service-card-body {
  transform: translateY(-4px);
  border-top-color: #ef3b23;
  box-shadow: 0 18px 32px rgba(7, 10, 22, 0.36);
}

.service-card:hover .service-card-body::before,
.service-card:focus-within .service-card-body::before {
  opacity: 1;
}

.service-card:hover .service-card-body::after,
.service-card:focus-within .service-card-body::after {
  background-image: radial-gradient(
    circle,
    rgba(242, 247, 255, 0.2) 1.6px,
    transparent 1.6px
  );
  opacity: 0.75;
}

.service-card:hover .service-card-icon i,
.service-card:focus-within .service-card-icon i {
  transform: rotateY(360deg);
}

.service-card:hover h3,
.service-card:focus-within h3 {
  color: #ffffff;
}

.service-card:hover p,
.service-card:focus-within p {
  color: rgba(232, 236, 247, 0.9);
}

.service-card:hover a,
.service-card:focus-within a {
  color: #ef3b23;
}

.booking-band {
  background: #0b0f23;
  overflow: hidden;
}

.booking-layout {
  width: 100%;
  max-width: 100%;
  min-height: clamp(520px, 45vw, 610px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.booking-media {
  background:
    linear-gradient(0deg, rgba(14, 19, 36, 0.28), rgba(14, 19, 36, 0.28)),
    url("../assets/home/hero-bg.jpg") center/cover no-repeat;
}

.booking-panel {
  background:
    radial-gradient(
      circle at 90% 14%,
      rgba(255, 255, 255, 0.06),
      rgba(255, 255, 255, 0) 40%
    ),
    linear-gradient(155deg, #0f1330 0%, #090d21 100%);
  color: #fff;
  padding: clamp(1.7rem, 3.1vw, 2.7rem) clamp(1.2rem, 4vw, 3.2rem)
    clamp(1.7rem, 3.1vw, 2.4rem) clamp(6rem, 9.6vw, 9.6rem);
}

.booking-kicker {
  margin: 0;
  color: #ef4631;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
}

.booking-kicker span {
  width: 32px;
  height: 2px;
  background: #a75d52;
  position: relative;
}

.booking-kicker span::after {
  content: "";
  position: absolute;
  left: 8px;
  top: -7px;
  width: 22px;
  height: 2px;
  background: #a75d52;
}

.booking-panel h2 {
  margin: 0.8rem 0 0;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(1.8rem, 3.4vw, 3.3rem);
  line-height: 0.98;
  text-transform: uppercase;
  max-width: 610px;
}

.booking-summary {
  margin: 1.15rem 0 0;
  color: rgba(237, 241, 253, 0.9);
  font-size: clamp(0.95rem, 1.02vw, 1.08rem);
  line-height: 1.58;
  max-width: 580px;
}

.booking-feature-grid {
  margin-top: 1.65rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.booking-feature {
  background: #f6f6f8;
  color: #101426;
  min-height: 108px;
  padding: 0.95rem 0.95rem 0.95rem 1rem;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 0.78rem;
  align-items: center;
}

.booking-feature i {
  color: #cf3d2d;
  font-size: 1.58rem;
}

.booking-feature h3 {
  margin: 0;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.34rem;
  line-height: 0.98;
  text-transform: uppercase;
}

.booking-form-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-122%, -50%);
  width: min(90vw, 360px);
  max-width: calc(100vw - 1.2rem);
  z-index: 2;
}

.booking-form {
  background: #ef3b23;
  padding: 1.45rem 1.2rem 1.05rem;
  position: relative;
  overflow: hidden;
}

.booking-form::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 170px;
  background:
    linear-gradient(
      180deg,
      rgba(239, 59, 35, 0) 0%,
      rgba(239, 59, 35, 0.08) 100%
    ),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.1) 0 2px,
      rgba(255, 255, 255, 0) 2px 34px
    );
  opacity: 0.45;
  pointer-events: none;
}

.booking-form h3 {
  margin: 0 0 1.15rem;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 0.92;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.booking-form input,
.booking-form button {
  width: 100%;
  border: 0;
  border-radius: 0;
  min-height: 46px;
  font-size: 0.98rem;
  position: relative;
  z-index: 1;
}

.booking-form input {
  margin-bottom: 0.72rem;
  padding: 0 1rem;
  background: #ececee;
  color: #1a2030;
}

.booking-form input::placeholder {
  color: #696f7d;
}

.booking-form button {
  margin-top: 0.32rem;
  background: #11152f;
  color: #fff;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.06rem;
  font-weight: 700;
  cursor: pointer;
}

.booking-form button:hover {
  background: #0b1024;
}

.match-success {
  margin: 0.8rem 0 0;
  color: #ffffff;
  background: rgba(8, 12, 26, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.36);
  padding: 0.6rem 0.75rem;
  font-size: 0.95rem;
  line-height: 1.3;
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  pointer-events: none;
  position: relative;
  z-index: 1;
}

.match-success.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.faq-band {
  position: relative;
  background: #ececef url("../assets/home/faq-bg.jpg") center/cover no-repeat;
  padding: clamp(2rem, 4.6vw, 4.1rem) 0 0;
  overflow: hidden;
}

.faq-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.86);
  pointer-events: none;
}

.faq-inner {
  width: min(1320px, 92vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(460px, 1.16fr);
  gap: clamp(0.8rem, 2.1vw, 2rem);
  align-items: end;
  position: relative;
  z-index: 1;
}

.faq-content {
  width: 100%;
  max-width: 1014px;
  margin: 0 auto;
  justify-self: center;
  position: relative;
  z-index: 3;
}

.faq-kicker {
  margin: 0;
  color: #cd3f2e;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
}

.faq-kicker span {
  width: 32px;
  height: 2px;
  background: #a75d52;
  position: relative;
}

.faq-kicker span::after {
  content: "";
  position: absolute;
  left: 8px;
  top: -7px;
  width: 22px;
  height: 2px;
  background: #a75d52;
}

.faq-content h2 {
  margin: 0.72rem 0 1.3rem;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(2.2rem, 4.2vw, 4.3rem);
  line-height: 0.98;
  text-transform: uppercase;
  max-width: 760px;
}

.faq-accordion {
  display: grid;
  gap: 0.85rem;
  padding-bottom: 20px;
  width: 100%;
}

.faq-item {
  background: #fff;
  border: 1px solid #e6e7eb;
}

.faq-trigger {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  min-height: 74px;
  padding: 0.8rem 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.faq-trigger span:first-child {
  font-family: "Rajdhani", sans-serif;
  font-size: 2rem;
  line-height: 0.95;
  font-weight: 700;
  text-transform: uppercase;
  color: #121626;
}

.faq-icon {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
}

.faq-icon i {
  font-size: 1.2rem;
  color: #141829;
  transition:
    color 0.25s ease,
    transform 0.3s ease;
}

.faq-item.is-open .faq-icon i {
  color: #ef3b23;
  transform: scale(1.05);
}

.faq-panel {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.44s ease,
    opacity 0.28s ease;
}

.faq-item.is-open .faq-panel {
  opacity: 1;
}

.faq-panel-inner {
  padding: 0 1.4rem 1.2rem;
}

.faq-panel p {
  margin: 0;
  color: #5d6472;
  font-size: 1.02rem;
  line-height: 1.55;
  max-width: 94%;
}

.faq-visual {
  margin: 0;
  justify-self: end;
  align-self: end;
  width: min(100%, 860px);
  transform: translateX(14%);
  position: relative;
  z-index: 1;
}

.faq-visual img {
  width: 100%;
  max-height: clamp(300px, 34vw, 520px);
  object-fit: contain;
  object-position: right bottom;
  height: auto;
  display: block;
  transform: scale(1.4);
  transform-origin: right bottom;
}

.metrics-ribbon {
  position: relative;
  width: 100%;
  background:
    radial-gradient(
      circle at 10% -10%,
      rgba(255, 255, 255, 0.16),
      rgba(255, 255, 255, 0) 42%
    ),
    radial-gradient(
      circle at 90% 120%,
      rgba(255, 255, 255, 0.12),
      rgba(255, 255, 255, 0) 45%
    ),
    repeating-radial-gradient(
      circle at 25% 50%,
      rgba(255, 255, 255, 0.05) 0 2px,
      rgba(255, 255, 255, 0) 2px 34px
    ),
    #ef3b23;
  overflow: hidden;
}

.metrics-ribbon-inner {
  width: min(1320px, 94vw);
  margin: 0 auto;
  min-height: 190px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  align-items: center;
  padding: 1.1rem 0.4rem;
}

.metric-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 0.85rem;
  align-items: center;
  color: #fff;
}

.metric-item i {
  font-size: 2.6rem;
  opacity: 0.92;
}

.metric-item strong {
  display: block;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(2.2rem, 3.4vw, 3.7rem);
  line-height: 0.82;
  letter-spacing: 0.01em;
}

.metric-item span {
  display: block;
  margin-top: 0.32rem;
  font-size: clamp(0.9rem, 1vw, 1.18rem);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
}

.match-flow {
  position: relative;
  padding: clamp(2.8rem, 5.6vw, 5rem) 0;
  background:
    radial-gradient(
      circle at 8% 18%,
      rgba(239, 59, 35, 0.12),
      rgba(239, 59, 35, 0) 34%
    ),
    radial-gradient(
      circle at 88% 78%,
      rgba(18, 26, 52, 0.09),
      rgba(18, 26, 52, 0) 38%
    ),
    #f4f4f6;
  overflow: hidden;
}

.match-flow::before {
  content: "";
  position: absolute;
  right: clamp(16px, 2.6vw, 46px);
  top: clamp(24px, 2.8vw, 54px);
  width: clamp(130px, 13vw, 220px);
  height: clamp(180px, 20vw, 320px);
  background-image: radial-gradient(
    circle,
    rgba(161, 168, 181, 0.35) 1.6px,
    transparent 1.6px
  );
  background-size: 12px 12px;
  opacity: 0.45;
  pointer-events: none;
}

.match-flow-inner {
  width: min(1320px, 92vw);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.match-flow-head {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.match-flow-kicker {
  margin: 0;
  color: #cd3f2e;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
}

.match-flow-kicker span {
  width: 32px;
  height: 2px;
  background: #a75d52;
  position: relative;
}

.match-flow-kicker span::after {
  content: "";
  position: absolute;
  left: 8px;
  top: -7px;
  width: 22px;
  height: 2px;
  background: #a75d52;
}

.match-flow-head h2 {
  margin: 0.7rem 0 0;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 0.98;
  text-transform: uppercase;
  color: #121729;
}

.match-flow-intro {
  margin: 0.95rem auto 0;
  max-width: 860px;
  color: #5d6472;
  font-size: clamp(0.98rem, 1.18vw, 1.18rem);
  line-height: 1.58;
}

.match-flow-grid {
  margin-top: clamp(1.5rem, 3vw, 2.3rem);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.9rem, 2vw, 1.4rem);
}

.match-step {
  position: relative;
  background: #fff;
  border: 1px solid #e2e4ea;
  padding: 1.35rem 1.2rem 1.3rem;
  min-height: 250px;
  box-shadow: 0 12px 26px rgba(16, 20, 33, 0.07);
  transition:
    background-color 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.match-step-num {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: rgba(17, 24, 43, 0.24);
  transition: color 0.28s ease;
}

.match-step i {
  width: 58px;
  height: 58px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: #ef3b23;
  color: #fff;
  font-size: 1.45rem;
  transform-origin: center;
  backface-visibility: visible;
  transition:
    transform 0.7s ease,
    background-color 0.28s ease,
    color 0.28s ease;
}

.match-step h3 {
  margin: 1rem 0 0;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.95rem;
  line-height: 0.95;
  text-transform: uppercase;
  color: #111629;
  transition: color 0.28s ease;
}

.match-step p {
  margin: 0.72rem 0 0;
  color: #5d6472;
  font-size: 1rem;
  line-height: 1.55;
  transition: color 0.28s ease;
}

.match-step:hover,
.match-step:focus-within {
  background: #11152f;
  border-color: #11152f;
  box-shadow: 0 16px 30px rgba(17, 21, 47, 0.3);
}

.match-step:hover h3,
.match-step:focus-within h3,
.match-step:hover p,
.match-step:focus-within p {
  color: #fff;
}

.match-step:hover .match-step-num,
.match-step:focus-within .match-step-num {
  color: rgba(255, 255, 255, 0.55);
}

.match-step:hover i,
.match-step:focus-within i {
  transform: rotateY(360deg);
  background: #ef3b23;
  color: #fff;
}

.match-flow-cta {
  margin-top: clamp(1.2rem, 2.6vw, 2rem);
  position: relative;
  width: 100%;
  background: #ef3b23 url("../assets/home/cta-bg.jpg") center/cover no-repeat;
  color: #fff;
  overflow: hidden;
}

.match-flow-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(239, 59, 35, 0.9);
}

.match-flow-cta-inner {
  width: min(1320px, 92vw);
  margin: 0 auto;
  min-height: clamp(128px, 11vw, 170px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0.2rem;
  position: relative;
  z-index: 1;
}

.match-flow-cta-copy span {
  display: block;
  margin: 0;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.93);
}

.match-flow-cta-copy p {
  margin: 0;
  margin-top: 0.2rem;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(2rem, 3vw, 3.8rem);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.92;
}

.match-flow-cta a {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 60px;
  padding: 0.75rem 1.9rem;
  background: #fff;
  color: #101628;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.28rem;
  font-weight: 700;
  border-radius: 4px;
}

.match-flow-cta a:hover {
  background: #f1f2f5;
}

@media (max-width: 1140px) {
  .booking-layout {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .booking-media {
    min-height: 310px;
  }

  .booking-form-wrap {
    position: static;
    transform: none;
    width: min(92vw, 500px);
    margin: -56px auto 0;
  }

  .booking-panel {
    padding: 1.85rem 1.25rem 2.35rem;
  }

  .booking-feature-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .page-home {
    min-height: auto;
  }

  .page-home .hero {
    min-height: auto;
    background-position: 62% center;
  }

  .page-home .hero-inner {
    padding-top: 3.2rem;
    padding-bottom: 3rem;
  }

  .page-home .hero h1 {
    font-size: clamp(2.2rem, 9.5vw, 4.2rem);
  }

  .about-spotlight-inner {
    grid-template-columns: 1fr;
    gap: 1.9rem;
  }

  .about-content {
    max-width: 100%;
  }

  .services-head {
    text-align: left;
  }

  .services-head h2 {
    margin-left: 0;
    margin-right: 0;
    max-width: 680px;
  }

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

  .service-card p {
    min-height: 0;
  }

  .booking-layout {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .booking-media {
    min-height: 320px;
  }

  .booking-form-wrap {
    position: static;
    transform: none;
    width: min(92vw, 520px);
    margin: -62px auto 0;
  }

  .booking-panel {
    padding: 2rem 1.4rem 2.5rem;
  }

  .booking-feature-grid {
    grid-template-columns: 1fr;
  }

  .booking-feature {
    min-height: 104px;
  }

  .faq-inner {
    grid-template-columns: 1fr;
    gap: 1.3rem;
  }

  .faq-content {
    max-width: 100%;
  }

  .faq-accordion {
    width: 100%;
  }

  .faq-visual {
    justify-self: center;
    width: min(100%, 760px);
    transform: none;
  }

  .faq-visual img {
    max-height: 420px;
  }

  .metrics-ribbon-inner {
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 1.4rem;
    padding: 1.3rem 0.3rem 1.5rem;
  }

  .match-flow-grid {
    grid-template-columns: 1fr;
  }

  .match-step {
    min-height: 0;
  }

  .match-flow-cta {
    margin-top: 1.1rem;
  }

  .match-flow-cta-inner {
    min-height: 0;
    padding: 1rem 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .match-flow-cta-copy p {
    font-size: clamp(1.7rem, 6vw, 2.5rem);
  }
}

@media (max-width: 620px) {
  .page-home .hero::after {
    width: 110px;
    opacity: 0.65;
  }

  .page-home .hero-text {
    font-size: 0.95rem;
  }

  .page-home .hero-btn {
    min-height: 52px;
    padding: 0.65rem 1.35rem;
    font-size: 1.02rem;
  }

  .about-spotlight {
    padding-top: 2.3rem;
    padding-bottom: 2.5rem;
  }

  .about-spotlight::after {
    opacity: 0.35;
  }

  .about-visuals {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .about-main-photo img {
    height: 320px;
  }

  .about-side-stack {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 1rem;
  }

  .about-sec-photo img {
    min-height: 200px;
  }

  .about-exp-card {
    padding: 1.2rem 1rem 1rem;
  }

  .about-exp-card h3 {
    font-size: 2.3rem;
  }

  .about-exp-card .exp-label {
    font-size: 0.95rem;
  }

  .about-exp-card .exp-note {
    font-size: 0.9rem;
  }

  .about-exp-avatars span {
    width: 34px;
    height: 34px;
    font-size: 0.72rem;
    margin-right: -8px;
  }

  .about-content h2 {
    font-size: clamp(1.8rem, 11vw, 3rem);
  }

  .about-kicker {
    font-size: 1.05rem;
  }

  .about-feature {
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 0.9rem;
    padding: 1rem 0;
  }

  .about-feature-icon {
    width: 60px;
    height: 60px;
    font-size: 1.35rem;
  }

  .about-feature h3 {
    font-size: 1.62rem;
  }

  .about-feature p {
    font-size: 0.95rem;
  }

  .about-readmore {
    min-height: 50px;
    padding: 0.65rem 1.2rem;
    font-size: 1rem;
  }

  .services-highlight {
    padding-top: 2.3rem;
    padding-bottom: 2.8rem;
  }

  .services-kicker {
    font-size: 1.05rem;
  }

  .services-head h2 {
    font-size: clamp(1.8rem, 11vw, 2.8rem);
  }

  .services-all-btn {
    min-height: 46px;
    padding: 0.55rem 1rem;
    font-size: 0.95rem;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .service-card-media img {
    height: 220px;
  }

  .service-card-body {
    width: calc(100% - 1.1rem);
    margin-top: -58px;
    padding: 2rem 1.1rem 1.25rem;
  }

  .service-card-icon {
    width: 72px;
    height: 72px;
    left: 1.2rem;
    font-size: 1.7rem;
  }

  .service-card h3 {
    font-size: 1.6rem;
  }

  .service-card p {
    font-size: 0.95rem;
    margin-bottom: 1rem;
  }

  .booking-media {
    min-height: 260px;
  }

  .booking-form-wrap {
    width: calc(100% - 1rem);
    margin-top: -50px;
  }

  .booking-form {
    padding: 1.3rem 1rem 1rem;
    margin-top: 50px;
  }

  .booking-form h3 {
    font-size: 1.6rem;
    margin-bottom: 0.9rem;
  }

  .booking-form input,
  .booking-form button {
    min-height: 48px;
    font-size: 0.96rem;
  }

  .booking-form button {
    font-size: 1.02rem;
  }

  .booking-panel {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .booking-kicker {
    font-size: 1.05rem;
  }

  .booking-panel h2 {
    font-size: clamp(1.8rem, 10.8vw, 2.8rem);
  }

  .booking-feature {
    padding: 0.8rem 0.85rem;
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 92px;
  }

  .booking-feature i {
    font-size: 1.5rem;
  }

  .booking-feature h3 {
    font-size: 1.34rem;
  }

  .faq-band {
    padding-top: 1.8rem;
    padding-bottom: 0.6rem;
  }

  .faq-kicker {
    font-size: 1.05rem;
  }

  .faq-content h2 {
    font-size: clamp(1.8rem, 11vw, 2.9rem);
    margin-bottom: 1rem;
  }

  .faq-trigger {
    min-height: 62px;
    padding: 0.7rem 0.95rem;
  }

  .faq-trigger span:first-child {
    font-size: 1.45rem;
  }

  .faq-panel-inner {
    padding: 0 0.95rem 1rem;
  }

  .faq-panel p {
    font-size: 0.95rem;
    max-width: 100%;
  }

  .faq-visual img {
    max-height: 310px;
  }

  .metrics-ribbon-inner {
    grid-template-columns: 1fr;
    gap: 1.05rem;
    padding: 1.2rem 0.25rem 1.35rem;
  }

  .metric-item {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 0.68rem;
  }

  .metric-item i {
    font-size: 2rem;
  }

  .metric-item strong {
    font-size: clamp(1.9rem, 9vw, 2.5rem);
  }

  .metric-item span {
    font-size: 0.92rem;
  }

  .match-flow {
    padding-top: 2.2rem;
    padding-bottom: 2.4rem;
  }

  .match-flow-kicker {
    font-size: 1.05rem;
  }

  .match-flow-head h2 {
    font-size: clamp(1.8rem, 11vw, 2.8rem);
  }

  .match-flow-intro {
    font-size: 0.95rem;
  }

  .match-step {
    padding: 1rem 0.9rem 0.95rem;
  }

  .match-step i {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  .match-step h3 {
    font-size: 1.55rem;
  }

  .match-step p {
    font-size: 0.94rem;
  }

  .match-flow-cta {
    margin-top: 1rem;
  }

  .match-flow-cta-copy span {
    font-size: 0.94rem;
  }

  .match-flow-cta-copy p {
    font-size: clamp(1.5rem, 8.2vw, 2rem);
  }

  .match-flow-cta a {
    min-height: 48px;
    padding: 0.55rem 1.1rem;
    font-size: 0.98rem;
  }
}
