* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  background-color: #000;
  color: #fff;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  font-family: "Archivo", sans-serif; /* ← applies Archivo to everything */
}
.hero-left h1,
.hero-left h2 {
  font-family: "Archivo Black", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/* hero section */
.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 110vh;
  min-width: 600px;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%),
    url(../Images/6025ac801900c6b7000d2003d647e3de957a8cf3.png)
      lightgray -268.535px 11px / 137.297% 121.925% no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding-left: 80px;
}

.hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.5) 40%,
    rgba(0, 0, 0, 0.82) 100%
  ); */
  z-index: 2; /* above the image, below the text */
  pointer-events: none;
}

.hero-content {
  position: relative;
  /* z-index: 2; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  height: 220px;
  padding: 0 2rem 2.8rem;
}

.hero-left h1 {
  max-width: 926px;
  color: #f8fafc;
  font-family: Archivo;
  font-size: 64px;
  font-style: italic;
  font-weight: 900;
  line-height: 123%; /* 78.72px */
}

.hero-left h2 {
  color: var(--Main-2, #b3af9e);
  font-family: Archivo;
  font-size: 64px;
  font-style: italic;
  font-weight: 900;
  line-height: 123%;
}

.hero-right {
  display: flex;
  width: 366px;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.4rem;
  flex-shrink: 0;
}

.hero-right p {
  align-self: stretch;
  color: var(--White, #fff);
  /* B1 */
  font-family: Archivo;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 167%; /* 30.06px */
  letter-spacing: 1.08px;
}

.btn-contact {
  display: flex;
  width: 319px;
  height: 54px;
  padding: 10px 16px;
  align-items: center;
  gap: 179px;
  border-radius: 2px;
  background: var(--Main-color, #3b82f6);
  text-decoration: none;
  color: #fff;
  font-family: Archivo;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
}

.trusted-bar {
  display: inline-flex;
  width: 100%;
  height: 90px;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 33px 80px 33px 80px;
  box-sizing: border-box;
}

.trusted-label {
  white-space: nowrap;
  color: var(--Black, #000);
  font-family: Archivo;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: 0.28px;
  width: 410px;
  gap: 313px;
}

.trusted-industries {
  display: flex;
  gap: 44px;
  align-items: center;
}

.trusted-industries span {
  color: var(--Black, #000);
  /* B2 m */
  font-family: Archivo;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  padding: 0 28px;
  border-left: 4px solid #000;
  border-left-width: 1.5px;
}

.trusted-industries span:first-child {
  border-left: none;
  width: 60px;
}

.trusted-industries span:second-child {
  width: 55px;
}

.trusted-industries span:third-child {
  width: 90px;
}
.trusted-industries span:last-child {
  width: 70px;
}

.security-section {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 99px 80px 99.568px 90px;
  width: 100%;
  background: var(
    --Linear-2,
    linear-gradient(105deg, #050d19 7.48%, #072440 58.12%, #095886 98.21%)
  );
  gap: 97px;
}
.security-imgage-wrap {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  gap: 97px;
}

.security-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 34px;
  width: 683px;
}

.security-heading {
  color: #fff;

  /* H2 */
  font-family: Archivo;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 48px */
  letter-spacing: -0.4px;
}

.highlight {
  color: var(--Main-2, #b3af9e);

  /* H2 */
  font-family: Archivo;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: -0.4px;
}

.security-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 15px;
  padding: 0;
  margin: 0;
}

.security-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;

  /* B1 */
  font-family: Archivo;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 167%; /* 30.06px */
  letter-spacing: 1.08px;
}

.security-list li img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  border-radius: 50%; /* this makes the circle */
  border: 1.5px solid rgba(255, 255, 255, 0.5); /* faint white circle border */
  flex-shrink: 0;
}
.check-icon img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
.btn-getstarted {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;

  /* H5 */
  font-family: Archivo;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 160% */
  text-decoration: none;
}
.btn-getstarted img {
  width: 26px;
  height: 26px;
}

.stats-bar {
  display: inline-flex;
  padding: 43px 199px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
}

.stat-item {
  display: flex;
  width: 226px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.stat-number {
  width: 90px;
  height: 40px;
  color: #000;
  text-align: center;

  /* H2 */
  font-family: Archivo;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 48px */
  letter-spacing: -0.4px;
}

.stat-label {
  align-self: stretch;
  color: #000;
  text-align: center;

  /* B2 */
  font-family: Archivo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.about-section {
  display: flex;
  width: 100%;
  padding: 225px 80px 280px 80px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.about-bg-img {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 40% 45%;
  z-index: 0;
}
.about-overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.about-card {
  display: flex;
  max-width: 100%;
  width: 1280px;
  padding: 34px 56px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 12px;
  background: var(--Main-2, #b3af9e);
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}

.about-label {
  color: var(--Black, #000);

  /* B2 m */
  font-family: Archivo;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.about-arrow {
  position: absolute;
  top: 28px;
  right: 36px;
  text-decoration: none;
  display: block;
}
.about-arrow img {
  width: 74px;
  height: 74px;
  display: block;
  transform: rotate-right(-150.925deg);
}

.about-body {
  display: flex;
  align-items: flex-start;
  gap: 138px;
  align-self: stretch;
}

.about-left {
  display: flex;
  width: 492px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex-shrink: 0;
}

.about-title {
  color: #000;

  /* H2 */
  font-family: Archivo;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 48px */
  letter-spacing: -0.4px;
}

.about-icon {
  width: 111px;
  height: 175px;
}

.about-right {
  width: 417px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.about-text {
  color: var(--Black, #000);

  /* B1 */
  font-family: Archivo;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 167%; /* 30.06px */
  letter-spacing: 1.08px;
}

.services-section {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 80px;
  padding: 80px 80px 100px 80px;
  box-sizing: border-box;
}

.services-section {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  min-height: 670px;
  box-sizing: border-box;
  background: var(
    --Linear-2,
    linear-gradient(105deg, #050d19 7.48%, #072440 58.12%, #095886 98.21%)
  );
}

.services-header {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 24px;
  min-width: 220px;
}

.services-label {
  height: 13px;
  text-transform: uppercase;
  color: var(--Main-2, #b3af9e);
  /* B2 m */
  font-family: Archivo;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}

.services-title {
  height: 40px;
  color: var(--White, #fff);
  /* H2 */
  font-family: Archivo;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 48px */
  letter-spacing: -0.4px;
}

.services-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* grid top, link bottom */
  flex: 1;
  padding-left: 90px;
  padding-top: 110px;
  height: 100%;
  box-sizing: border-box;
}
.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 70px 60px;
}

.service-card {
  display: flex;
  width: 349px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.service-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  align-self: stretch;
}
.service-icon {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 7.273px;
  justify-content: center;
  align-items: center;
  gap: 7.273px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(217, 217, 217, 0.16);
  flex-shrink: 0;
}

.service-icon img {
  width: 100%;
  height: 100%;
  display: block;
  filter: brightness(0) invert(1);
}

.service-name {
  color: var(--White, #fff);
  font-family: Archivo;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 31.2px */
}

.service-desc {
  color: rgba(255, 255, 255, 0.8);
  font-family: Archivo;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 167%; /* 30.06px */
  letter-spacing: 1.08px;
}

.services-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 48px;
  color: var(--White, #fff);

  /* H5 */
  font-family: Archivo;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 160% */
  text-decoration: none;
  transition: opacity 0.2s;
  grid-column: 1 / -1;
}

.services-link:hover {
  opacity: 0.7;
}

.contact-cta-section {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 480px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}

.contact-cta-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  z-index: 0;
}

.contact-cta-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 805px;
  gap: 16px;
  padding-left: 318px;
  padding-top: 134px;
  padding-right: 317px;
  padding-bottom: 134px;
  box-sizing: border-box;
}

.contact-cta-h1 {
  color: #fff;
  text-align: center;

  /* H2 */
  font-family: Archivo;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2; /* 48px */
}

.contact-cta-h2 {
  color: var(--Main-2, #b3af9e);

  /* H2 */
  font-family: Archivo;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
  margin: -8px;
}

.contact-cta-sub {
  color: #c6d0da;

  /* B1 */
  font-family: Archivo;
  font-size: 18px;

  font-weight: 400;
  line-height: 1.6; /* 30.06px */
  margin-top: 8px;
}

.btn-contactUS {
  display: inline-flex;
  width: 170px;
  height: 54px;
  padding: 14px 19px;
  margin-top: 16px;
  align-items: center;
  gap: 12px;
  border-radius: 12px;
  background: var(--Main-color, #3b82f6);
  text-decoration: none;
  transition: background0.2s;
  color: #fff;

  /* Buttons */
  font-family: Archivo;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}

.btn-contactUS img {
  width: 26px;
  height: 26px;
  filter: brightness(0) invert(1);
}

.btn-contactUS:hover {
  background: #1a6de0;
}

/* ─────────────────────────────────────────────────────────────
   MOBILE STYLES — max-width: 480px
   Append these to the bottom of your existing homepage CSS
───────────────────────────────────────────────────────────── */
@media (max-width: 480px) {
  .hero {
    height: 441px; /* exact Figma height */
    min-width: unset;
    min-height: unset;
    /* No dark gradient overlay — plain image only */
    background: url(/Images/Mobile.png) lightgray 50% / cover no-repeat;
    padding-left: 0;
    justify-content: flex-start;
  }
  .hero::after {
    display: none;
  }
  .hero-content {
    background: transparent;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 206px 61px 25px 27px;
    gap: 0;
    width: 100%;
  }

  /* hero-left and hero-right stack naturally in column */
  .hero-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .hero-left h1,
  .hero-left h2 {
    font-size: 24px;
    line-height: 123%;
  }

  /* hero-right sits directly below hero-left, no float/separation */
  .hero-right {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-top: 14px; /* 14px gap between h2 and paragraph */
    flex-shrink: 0;
  }

  .hero-right p {
    width: 274px;
    font-size: 14px;
    line-height: 148%;
    letter-spacing: normal;
    font-weight: 400;
  }

  .btn-contact {
    width: 262px;
    height: 44px;
    padding: 10px 16px;
    justify-content: space-between; /* ← pushes text left, arrow right */
    gap: unset; /* ← remove the fixed 144px gap */
    font-size: 14px;
  }

  .trusted-bar {
    display: flex;
    width: 100%;
    min-width: 393px;
    height: 184px;
    padding: 40px 17px 21px 18px;
    flex-direction: column;
    align-items: flex-end;
    gap: 44px;
    box-sizing: border-box;
    background: #fff;
  }
  .trusted-label {
    min-width: 348px;
    color: #000;
    text-align: center;
    font-family: Archivo;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    white-space: normal;
    padding: 0;
    margin: 0px;
  }
  .trusted-industries {
    display: flex;
    align-items: center;
    gap: 11px; /* exact Figma */
    align-self: stretch;
    flex-wrap: nowrap;
    padding-left: 0;
    margin-left: 10px;
    align-self: flex-start;
  }
  .trusted-industries span {
    border-left: 1.5px solid #000;
    padding: 0 6px; /* left padding matches gap */
    color: var(--Black, #000);
    /* B2 m */
    font-family: Archivo;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    white-space: nowrap;
    text-align: center;
    flex-shrink: 0;
  }
  .trusted-industries span:nth-child(1) {
    min-width: 60px;
    border-left: none;
  }

  .trusted-industries span:nth-child(2) {
    min-width: 55px;
  }

  .trusted-industries span:nth-child(3) {
    min-width: 97px;
  }

  .trusted-industries span:nth-child(4) {
    min-width: 80px;
  }

  .security-section {
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 0;
    width: 100%;
    background: var(
      --Linear-2,
      linear-gradient(105deg, #050d19 7.48%, #072440 58.12%, #095886 98.21%)
    );
  }

  /* CORRECTED class name */
  .security-image-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-left: 28px; /* exact Figma left padding */
    padding-right: 21px;
    padding-top: 40px; /* no top padding — sits flush against trusted bar */
    box-sizing: border-box;
  }

  .security-image-wrap img {
    width: 320px;
    height: 334.35px;
    display: block;
    object-fit: cover;
  }

  .security-content {
    width: 100%;
    gap: 0;
    align-items: center;
    padding: 0 27px 45px 27px;
    box-sizing: border-box;
    text-align: center;
    margin-top: 22px;
  }

  .security-heading {
    width: 319px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    font-style: normal;
    line-height: 120%;
    letter-spacing: -0.24px;
  }

  .highlight {
    color: #b3af9e;
    font-size: 24px;
    font-weight: 900;
    line-height: 120%;
    letter-spacing: -0.24px;
  }

  .security-list,
  .btn-getstarted {
    display: none;
  }
  .stats-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    width: 393px;
    min-height: 184px;
    width: 100%;
    background: #fff;
    padding: 25px 16px 45px 16px; /* top:25, bottom:39 from Figma */
    box-sizing: border-box;
    column-gap: 33px 54px;
    row-gap: 24px;
  }
  .stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
  }

  .stat-number {
    width: auto;
    height: auto;
    color: #000;
    text-align: center;
    font-family: Archivo;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%; /* 28.8px */
    letter-spacing: -0.24px;
  }

  .stat-label {
    color: #000;
    text-align: center;
    font-family: Archivo;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .about-section {
    width: 393px;
    width: 100%;
    height: 967px;
    padding: 76px 0; /* 76px top and bottom — Figma */
    justify-content: center;
    align-items: flex-start;
  }
  .about-bg-img {
    object-position: 50% 80%; /* moves view to lower right — shows arm */
  }
  .about-overlay {
    background: rgba(0, 0, 0, 0.4); /* darker overlay on mobile — Figma */
  }
  .about-card {
    width: 328px;
    height: 815px;
    padding: 56px 32px 65px 32px;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto;
  }
  .about-body {
    flex-direction: column; /* stack left and right vertically */
    gap: 0;
    align-self: stretch;
  }
  .about-left {
    width: 122px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex-shrink: 0;
  }
  .about-label {
    color: var(--Black, #000);

    /* B2 m */
    font-family: Archivo;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
  }
  .about-title {
    color: #000;

    /* H5 */
    font-family: Archivo;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 160% */
  }

  .about-icon {
    width: 80px;
    height: 126.13px;
  }
  .about-right {
    width: 100%;
    margin-top: 47px; /* 47px gap between icon and text — Figma */
  }
  .about-text {
    color: var(--Black, #000);

    /* B1 */
    font-family: Archivo;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 167%; /* 30.06px */
    letter-spacing: 1.08px;
  }
  .about-arrow {
    display: none;
  }
  .services-section {
    flex-direction: column;
    padding: 40px 0 60px 0;
    gap: 0;
    min-height: unset;
    width: 393px;
    width: 100%;
  }
  .services-header {
    flex-direction: column;
    gap: 24px; /* 24px between label and title — Figma */
    min-width: unset;
    width: 100%;
    padding: 0 24px;
    align-self: auto;
  }
  .services-label {
    height: 13px;
    color: var(--Main-2, #b3af9e);

    /* B2 m */
    font-family: Archivo;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
  }
  .services-title {
    height: 40px;
    color: var(--White, #fff);

    /* H4 */
    font-family: Archivo;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 31.2px */
  }
  /* ── RIGHT: grid + link ── */
  .services-right {
    padding-left: 0;
    padding-top: 0;
    margin-top: 24px; /* 24px gap between header and first card */
    width: 100%;
  }
  .services-grid {
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
  }
  /* Each card: single column, exact widths from Figma */
  .service-card {
    flex-direction: column;
    gap: 24px; /* gap between icon and text block */
    padding: 24px 20px 24px 24px; /* 24px left always, right varies */
    width: 100%;
    box-sizing: border-box;
  }
  /* Different right padding per card — Figma */
  .service-card:nth-child(1) {
    padding-right: 20px;
  } /* 349px wide */
  .service-card:nth-child(2) {
    padding-right: 87px;
  } /* 278px wide */
  .service-card:nth-child(3) {
    padding-right: 22px;
  } /* 347px wide */
  .service-card:nth-child(4) {
    padding-right: 89px;
  }

  .service-icon {
    width: 32px;
    height: 32px;
    min-width: 32px; /* prevent flex from stretching it */
    min-height: 32px;
    padding: 7.273px; /* exact Figma */
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(217, 217, 217, 0.16);
    flex-shrink: 0;
    box-sizing: border-box;
  }

  .service-icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    filter: brightness(0) invert(1);
  }

  .service-text {
    gap: 14px; /* 14px between name and desc — Figma */
  }

  .service-name {
    color: var(--White, #fff);

    /* H4 */
    font-family: Archivo;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 31.2px */
  }
  .service-desc {
    color: rgba(255, 255, 255, 0.8);

    /* B1 */
    font-family: Archivo;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 167%; /* 30.06px */
    letter-spacing: 1.08px;
  }

  /* ── VIEW ALL LINK ── */
  .services-link {
    margin-top: 40px;
    padding-left: 24px;
    color: var(--White, #fff);

    /* H5 */
    font-family: Archivo;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 160% */
  }
  .contact-cta-section {
    width: 393px;
    width: 100%;
    min-height: unset;
  }
  .contact-cta-content {
    display: flex;
    width: 393px;
    min-width: unset;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 123px 57px 122px 57px;
    gap: 0;
    box-sizing: border-box;
  }
  .contact-cta-h1 {
    width: 287px; /* exact Figma */
    color: #fff;
    text-align: center;

    /* H4 */
    font-family: Archivo;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 31.2px */
  }
  .contact-cta-h2 {
    width: 287px; /* same width */
    color: var(--Main-2, #b3af9e);

    /* H4 */
    font-family: Archivo;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin: 0; /* remove desktop negative margin */
  }
  .contact-cta-sub {
    width: 715px; /* Figma width — but constrained by parent */
    max-width: 100%;
    color: #c6d0da;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 167%;
    letter-spacing: 1.08px;
    margin-top: 16px; /* 16px gap from h2 */
  }
  .btn-contactUS {
    width: 170px;
    height: 54px;
    margin-top: 34px; /* 34px gap from subtitle — Figma */
    border-radius: 12px;
    justify-content: center;
    gap: 12px;
    font-size: 16px;
    padding: 14px 19px;
  }
}
