:root {
  --midnight-shine: #203e80;
  --crystal-blue: #429af1;
  --golden-hour: #fbc336;
  --silver-slate: #8f9ebf;
  --dew-drop: #c7cfdf;
  --text: #0f244c;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  color: var(--text);
  font-size: 17px;
  line-height: 1.6;
  background: radial-gradient(circle at 7% 10%, #eaf3fe 0%, #f6faff 30%, #ffffff 70%);
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4 {
  color: var(--midnight-shine);
}

.hero-wrap,
.page-hero {
  position: relative;
  overflow: hidden;
  background: #f4f8fd;
  min-height: 112vh;
}

.plain-hero::before,
.plain-hero::after {
  display: none;
}

.hero-wrap::before,
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../banner-opt.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 0;
  pointer-events: none;
}

.hero-wrap::after,
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(245, 247, 250, 0.98) 0%,
    rgba(245, 247, 250, 0.95) 42%,
    rgba(245, 247, 250, 0.78) 60%,
    rgba(245, 247, 250, 0.12) 78%,
    rgba(245, 247, 250, 0) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.hero-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding-top: 0 !important;
  padding-bottom: 0.6rem !important;
}

.hero-nav .container {
  position: relative;
  z-index: 1001;
  border-left: 4px solid #66aaf0;
  border-right: 4px solid #66aaf0;
  border-bottom: 4px solid #66aaf0;
  border-radius: 0 0 1rem 1rem;
  background: #ffffff;
  padding: 0.9rem 1.2rem;
  min-height: 6.8rem;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  padding: 0;
}

.brand-logo {
  height: 3.8rem;
  width: auto;
  display: block;
}

.nav-link {
  font-weight: 600;
  font-size: 1.02rem;
  color: var(--midnight-shine);
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
  color: var(--crystal-blue);
}

.nav-controls {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-left: 1rem;
}

.country-dropdown {
  min-width: 5.4rem;
  position: relative;
  z-index: 1002;
}

.country-trigger {
  min-width: 5.4rem;
  border-radius: 999px;
  border: 1px solid #d3e0f5;
  color: var(--midnight-shine);
  font-weight: 600;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
  padding: 0.45rem 0.95rem;
}

.country-menu {
  position: absolute;
  top: calc(100% + 0.45rem);
  right: 0;
  min-width: 9rem;
  border: 1px solid #dce6f6;
  border-radius: 1rem;
  padding: 0.4rem;
  box-shadow: 0 14px 28px rgba(32, 62, 128, 0.16);
}

.country-menu .dropdown-item {
  border-radius: 0.7rem;
}

.country-menu .dropdown-item.active {
  background: #eaf3fe;
  color: var(--midnight-shine);
}

.btn-accent {
  border-radius: 999px;
  border: none;
  background: linear-gradient(120deg, var(--golden-hour), #ffd974);
  color: #17315f;
  font-weight: 700;
  padding: 0.7rem 1.3rem;
  box-shadow: 0 8px 25px rgba(251, 195, 54, 0.33);
}

.btn-accent:hover {
  color: #112952;
  transform: translateY(-1px);
}

.btn-outline-brand {
  border-radius: 999px;
  border: 2px solid var(--crystal-blue);
  color: var(--crystal-blue);
  font-weight: 700;
}

.btn-outline-brand:hover {
  background: var(--crystal-blue);
  color: #fff;
}

.hero-main,
.page-hero-main {
  position: relative;
  z-index: 2;
  padding: 2rem 0 4rem;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--crystal-blue);
}

.hero-title-display {
  font-size: clamp(2.1rem, 4.2vw, 4.2rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-weight: 500;
}

.hero-highlight {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-weight: 800;
}

.hero-highlight::before,
.hero-highlight::after {
  content: "";
  position: absolute;
  left: -0.28em;
  right: -0.28em;
  border-radius: 999px;
  background: var(--golden-hour);
  z-index: -1;
}

.hero-highlight::before {
  height: 0.42em;
  bottom: 0.08em;
  transform: rotate(-4deg);
}

.hero-highlight::after {
  height: 0.38em;
  bottom: -0.06em;
  transform: rotate(4deg);
}

.section-space {
  padding: 4rem 0;
}

.info-card,
.job-card,
.step-card,
.benefit-card,
.faq-item,
.form-card,
.confirm-card,
.value-card {
  background: #fff;
  border-radius: 1.25rem;
  border: 1px solid #d8e3f2;
  box-shadow: 0 8px 20px rgba(32, 62, 128, 0.07);
}

.info-card,
.job-card,
.step-card,
.benefit-card,
.value-card {
  padding: 1.25rem;
  height: 100%;
}

.info-card h3,
.job-card h3,
.step-card h3,
.benefit-card h3,
.value-card h3 {
  font-size: 1.22rem;
  font-weight: 700;
}

.info-card p,
.job-card p,
.step-card p,
.benefit-card p,
.value-card p,
.faq-item p {
  color: #4b648f;
  margin-bottom: 0;
}

.section-head {
  margin-bottom: 1.2rem;
}

.section-soft {
  background: linear-gradient(180deg, #f6faff 0%, #eff5ff 100%);
}

.form-card {
  padding: 1.7rem;
}

.pre-services-cta {
  padding: 2.1rem 0;
  background: #f4f8fd;
}

.pre-services-cta-inner {
  border-radius: 1.2rem;
  background: linear-gradient(120deg, var(--midnight-shine), #2f63b5);
  color: #fff;
  padding: 1.1rem 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
}

.pre-services-cta-inner h3 {
  margin: 0 0 0.2rem;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  color: #fff;
}

.pre-services-cta-inner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
}

.form-label {
  font-weight: 600;
  color: var(--midnight-shine);
}

.form-control,
.form-select {
  border-radius: 0.85rem;
  border: 1px solid #d5e2f4;
  padding: 0.7rem 0.9rem;
}

.input-with-icon {
  position: relative;
}

.input-icon {
  position: absolute;
  left: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
  color: #6c83a8;
  z-index: 2;
  line-height: 1;
}

.input-with-icon .form-control,
.input-with-icon .form-select {
  padding-left: 2.5rem;
}

.textarea-wrap .input-icon {
  top: 1rem;
  transform: none;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--crystal-blue);
  box-shadow: 0 0 0 0.2rem rgba(66, 154, 241, 0.15);
}

.form-note {
  font-size: 0.95rem;
  color: #5d7398;
}

.faq-item {
  padding: 1rem 1.2rem;
  margin-bottom: 0.85rem;
}

.faq-item summary {
  font-weight: 700;
  color: var(--midnight-shine);
  cursor: pointer;
}

.confirm-card {
  padding: 2rem;
  text-align: center;
}

.confirm-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  margin: 0 auto 1rem;
  background: rgba(66, 154, 241, 0.15);
  display: grid;
  place-items: center;
  color: var(--midnight-shine);
  font-size: 1.8rem;
}

.brand-footer {
  background: #4f9ce9;
  color: #fff;
  padding: 1rem 0 0.9rem;
  margin-top: 2.2rem;
}

.brand-footer-inner {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr 1fr 0.82fr;
  gap: 0.95rem;
  align-items: center;
}

.footer-logo {
  width: 11.8rem;
  height: auto;
  display: block;
}

.footer-contact-block,
.footer-social-block {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}

.footer-contact-block small,
.footer-social-block small {
  font-size: 1rem;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.94);
}

.footer-copy-hidden {
  display: none;
}

.footer-social-icons {
  display: flex;
  align-items: center;
  gap: 0.32rem;
  margin: 0.08rem 0;
}

.social-chip {
  width: 1.15rem;
  height: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 0.16rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.62rem;
  font-weight: 700;
  color: #fff;
}

.trust-section {
  background: #264995;
  padding: 4.2rem 0 0;
  color: #fff;
}

.trust-inner {
  position: relative;
  padding-top: 3.2rem;
}

.trust-eyebrow {
  color: var(--golden-hour);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 0.7rem;
}

.trust-title {
  font-size: clamp(2rem, 3.2vw, 3.15rem);
  font-weight: 800;
  margin-bottom: 1.9rem;
  color: #fff;
}

.trust-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  margin-bottom: 1.3rem;
}

.trust-card {
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 1rem;
  background: rgba(18, 42, 92, 0.45);
  padding: 1rem 0.9rem 1.2rem;
  min-height: 11.3rem;
  position: relative;
}

.trust-card h3 {
  color: var(--golden-hour);
  font-size: 1.35rem;
  line-height: 1;
  margin-bottom: 0.45rem;
  font-weight: 800;
}

.trust-card p {
  font-size: 0.96rem;
  line-height: 1.35;
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
}

.trust-check {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.95rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: var(--golden-hour);
  color: #1e3c80;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  font-weight: 700;
}

.trust-team-wrap {
  max-width: 46rem;
  margin: 0.7rem auto 0;
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
}

.trust-team-image {
  width: 100%;
  height: 29rem;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}

@media (max-width: 991.98px) {
  .hero-wrap,
  .page-hero {
    min-height: auto;
  }

  .hero-wrap::before,
  .page-hero::before {
    background-size: cover;
    background-position: center top;
  }

  .hero-wrap::after,
  .page-hero::after {
    background: linear-gradient(
      180deg,
      rgba(245, 247, 250, 0.96) 0%,
      rgba(245, 247, 250, 0.9) 42%,
      rgba(245, 247, 250, 0.66) 68%,
      rgba(245, 247, 250, 0.2) 100%
    );
  }

  .brand-footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .hero-main,
  .page-hero-main {
    padding-top: 1rem;
  }

  .trust-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 1rem;
  }

  .trust-card {
    min-height: 10.6rem;
  }

  .trust-inner {
    padding-top: 2rem;
  }

  .trust-team-wrap {
    border-radius: 1.35rem;
  }

  .trust-team-image {
    height: 22rem;
  }
}

@media (max-width: 767.98px) {
  .brand-footer-inner {
    grid-template-columns: 1fr;
  }

  .hero-nav .container {
    min-height: auto;
  }

  .btn-accent,
  .btn-outline-brand {
    width: 100%;
  }

  .trust-cards {
    grid-template-columns: 1fr;
  }

  .trust-card {
    min-height: auto;
  }

  .trust-team-image {
    height: 18rem;
  }

}

@media (min-width: 1500px) {
  .hero-wrap,
  .page-hero {
    min-height: 100vh;
  }
}
