/*
Theme Name: Oca Solutions
Theme URI: https://ocasolutions.ch/
Author: OCA Solutions
Author URI: https://ocasolutions.ch/
Description: Custom WordPress theme for OCA Solutions website.
Version: 1.0.0
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ocasolutions
*/
summary::-webkit-details-marker {
  display: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Source Sans Pro", sans-serif;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
html {
  scroll-behavior: smooth;
}

.oca-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.container {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.oca-br-sm {
  display: none;
}

@media (min-width: 640px) {
  .oca-br-sm {
    display: inline;
  }
}

.oca-icon-invert {
  filter: invert(1) brightness(0);
}

/* HEADER */
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}

.header__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  padding-left: 16px;
  padding-right: 16px;
}

.mobile-indent-0 {
  padding-left: 20px;
}
.mobile-indent-1 {
  padding-left: 36px;
}
.mobile-indent-2 {
  padding-left: 52px;
}
.mobile-indent-3 {
  padding-left: 68px;
}
.mobile-indent-4 {
  padding-left: 84px;
}
.mobile-indent-5 {
  padding-left: 100px;
}
.mobile-indent-6 {
  padding-left: 116px;
}

@media (min-width: 640px) {
  .header__bar {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 1024px) {
  .header__bar {
    padding-left: 48px;
    padding-right: 48px;
  }
}

.header__logo {
  width: 300px;
  height: 52px;
  display: flex;
  align-items: center;
}

.header__logo-img {
  height: 100%;
  width: auto;
  object-fit: contain;
  display: block;
}

.header__nav {
  display: none;
}

@media (min-width: 1024px) {
  .header__nav {
    display: flex;
    align-items: center;
    gap: 80px;
    width: 640px;
    min-height: 22px;
  }
}

.nav-link,
.nav-dropdown__btn {
  font-size: 17px;
  font-weight: 400;
 line-height: 1.2;
  height: 22px;
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  transition: color 200ms ease;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
}

.nav-link.is-active,
.nav-dropdown__btn.is-active {
  color: #43b4e7;
	 font-weight: 900 !important;
	    font-family: "Inter Black", sans-serif;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown.is-open::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 20px;
}

.nav-dropdown__btn {
  gap: 4px;
  user-select: none;
}

.nav-dropdown__label {
  display: inline-flex;
  align-items: center;
  height: 18px;
}

.nav-dropdown__arrow {
  width: 16px;
  height: 16px;
  transition: transform 200ms ease;
}

.nav-dropdown__menu {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: 16px;
  transform: translateX(-50%);
  width: 90vw;
  max-width: 1152px;
  z-index: 60;
  display: none;
}

.nav-dropdown.is-open .nav-dropdown__menu {
  display: block;
}

.nav-dropdown.is-open .nav-dropdown__arrow {
  transform: rotate(180deg);
}

.nav-dropdown__panel {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px) {
  .nav-dropdown__panel {
    flex-direction: row;
  }
}

.nav-dropdown__feature {
  position: relative;
  height: 220px;
}

@media (min-width: 768px) {
  .nav-dropdown__feature {
    width: 50%;
    height: 260px;
  }
}

.nav-dropdown__feature-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nav-dropdown__feature-cta {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 12px 40px;
  border-radius: 9999px;
  background: #43b4e7;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.15);
  transition: background 200ms ease;
}

.nav-dropdown__feature-cta:hover {
  background: #2ea0d8;
}

.nav-dropdown__links {
  padding: 40px 48px;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 48px;
  row-gap: 24px;
}

@media (min-width: 640px) {
  .nav-dropdown__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .nav-dropdown__links {
    width: 50%;
  }
}

.nav-dropdown__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}

.nav-dropdown__link-left {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.nav-dropdown__icon {
  width: 24px;
  height: 24px;
  display: block;
}

.nav-dropdown__text,
.nav-dropdown__chev {
  font-size: 20px;
  color: #111827;
  transition: color 200ms ease, transform 200ms ease;
}

.nav-dropdown__text.is-active,
.nav-dropdown__chev.is-active {
  color: #43b4e7;
}

.nav-dropdown__link:hover .nav-dropdown__text,
.nav-dropdown__link:hover .nav-dropdown__chev {
  color: #43b4e7;
}

.nav-dropdown__link:hover .nav-dropdown__chev {
  transform: translateX(4px);
}

.header__actions {
  display: none;
}

@media (min-width: 1024px) {
  .header__actions {
    display: flex;
    align-items: center;
    gap: 24px;
  }
}

.lang-toggle {
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  height: 22px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 0;
}

.header__contact-btn {
  width: 180px;
  height: 54px;
  background: #43b4e7;
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}

.header__contact-btn--mobile {
  width: auto;
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 17px;
}

/* Mobile header menu (details/summary) */
.mobile-menu {
  position: relative;
}

@media (min-width: 1024px) {
  .mobile-menu {
    display: none;
  }
}

.mobile-menu__toggle {
  list-style: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

.mobile-menu__icon {
  width: 24px;
  height: 24px;
}

.mobile-menu__icon--close {
  display: none;
}

details[open] .mobile-menu__icon--open {
  display: none;
}

details[open] .mobile-menu__icon--close {
  display: inline;
}

.mobile-menu__panel {
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  z-index: 9999;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 24px;
}

@media (min-width: 640px) {
  .mobile-menu__panel {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.mobile-menu__panel-inner {
  margin-top: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  overflow: hidden;
}

.mobile-menu__list {
  display: flex;
  flex-direction: column;
}

.mobile-menu__footer {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* FOOTER */
.footer {
  width: 100%;
  background: #1e2a5a;
  color: #ffffff;
  margin-top: 24px;
}

.footer__top {
  padding-top: 64px;
  padding-bottom: 40px;
}

.footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
}

@media (min-width: 768px) {
  .footer__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.footer__heading {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #ffffff;
  margin: 0 0 32px 0;
}

.footer__subheading {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.7);
  margin: 40px 0 16px 0;
}

.footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}
.footer__grid > div:first-child .footer__list {
  gap: 5px !important;
}
.footer__address {
  font-size: 15px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.9);
}

.footer__col3 {
  text-align: left;
}

@media (min-width: 768px) {
  .footer__col3 {
    justify-self: start;
    text-align: left;
  }
}

.footer__link {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 200ms ease;
}

.footer__link:hover {
  color: #ffffff;
}

.footer__link.is-active {
  color: #43b4e7;
}

.footer__divider {
  margin-top: 64px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer__bottom {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 768px) {
  .footer__bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.footer__bottom-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (min-width: 640px) {
  .footer__bottom-left {
    flex-direction: row;
    gap: 40px;
  }
}

.footer__bottom-right {
  display: flex;
  gap: 32px;
}

@media (min-width: 768px) {
  .footer__bottom-right {
    justify-content: flex-end;
  }
}

/* COMPANIES PAGE */
.oca-hero--left .hero__content .hero__content {
  align-items: flex-start;
  text-align: left;
  padding-left: 48px;
  padding-right: 48px;
}

@media (max-width: 639px) {
  .oca-hero--left .hero__content .hero__content {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.companies-hero__title {
  max-width: 980px;
  color: #ffffff;
  font-weight: 400;
  font-size: 54px;
  line-height: 1.05;
  margin: 0;
}

@media (min-width: 1024px) {
  .companies-hero__title {
    font-size: 72px;
  }
}

.section {
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
}

.section__title {
  font-size: 32px;
  font-weight: 400;
  color: #000000;
  margin: 0 0 16px 0;
}

.section__text {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  margin: 0;
}

.companies__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (min-width: 768px) {
  .companies__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.company-card {
  border-radius: 14px;
  overflow: hidden;
  background: #131c46;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.company-card__logo {
  background: #ffffff;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.company-card__logo-img {
  max-height: 80px;
  width: auto;
  object-fit: contain;
  display: block;
}

.company-card__content {
  padding: 24px;
  color: #ffffff;
  font-size: 13px;
  line-height: 20px;
}

.company-card__title {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 12px 0;
}

.company-card__text {
  margin: 0 0 24px 0;
}

.company-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-decoration: none;
}

.company-card__chev {
  font-size: 14px;
}

.company-card--wide {
  margin-top: 16px;
}

@media (min-width: 768px) {
  .company-card--wide {
    grid-column: 1 / -1;
  }
}

.company-card__logo--wide {
  height: 170px;
}

.company-card__logo-img--wide {
  max-height: 90px;
}

.company-card__content--wide {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 768px) {
  .company-card__content--wide {
    padding: 32px 40px;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}

.company-card__wide-text {
  max-width: 768px;
}

.company-card__wide-cta {
  margin-top: 8px;
}

@media (min-width: 768px) {
  .company-card__wide-cta {
    margin-top: 0;
  }
}

/* JOIN PAGE */
.hero__bg--dim {
  filter: brightness(0.5);
}

.oca-join-hero__title {
  font-size: 64px;
  line-height: 1.1;
  font-weight: 400;
  margin: 0;
  color: #ffffff;
}

.section--white {
  background: #ffffff;
}

.section--muted {
  background: #f5f7fa;
}

.join__title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 400;
  color: #000000;
  margin: 0 0 24px 0;
}

.join__lead {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  margin: 0 0 48px 0;
}

.join__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}

@media (min-width: 1024px) {
  .join__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.join__grid--center {
  align-items: center;
}

.join__sticky {
  align-self: start;
}

@media (min-width: 1024px) {
  .join__sticky {
    position: sticky;
    top: 32px;
  }
}

.join__image {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}

@media (min-width: 1024px) {
  .oca-join__image {
    height: 520px;
  }
}

.oca-join__image--full {
  height: 100%;
}

.join__accordions {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.join__accordion-group {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.join-accordion__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 16px;
}

.join-accordion__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.join-accordion__title {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  color: #000000;
}

.join-accordion__icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #43b4e7;
  color: #ffffff;
  border-radius: 9999px;
  font-size: 18px;
  border: 0;
}

.join-accordion__content {
  margin-top: 12px;
  font-size: 14px;
  line-height: 22px;
  color: #4a5874;
}

.join-accordion__list {
  margin: 0;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style: disc;
}

.join__hint {
  font-size: 14px;
  line-height: 22px;
  color: #4a5874;
  margin: 0 0 32px 0;
}

.join-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 14px;
  line-height: 22px;
  color: #1f2933;
}

.join-checklist__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.join-checklist__dot {
  margin-top: 3px;
  display: inline-flex;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid #3eb489;
  color: #3eb489;
  font-size: 10px;
  flex: 0 0 auto;
}

.join-checklist__dot img {
  width: 10px;
  height: 10px;
  display: block;
}

.join-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

@media (min-width: 1024px) {
  .join-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.join-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  padding: 24px;
}

.join-card--center {
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.join-card__img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.join-card__title {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 600;
  color: #1c2a4a;
}

.join-card__title--center {
  margin-top: 0;
  line-height: 1.25;
}

.join-card__text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 22px;
  color: #4a5874;
}

.join-card__text--center {
  max-width: 380px;
}

.join-card__calendar {
  margin-top: 32px;
  width: 300px;
  border-radius: 6px;
  display: block;
}

/* QUALITY PAGE */
.quality-hero__title {
  max-width: 980px;
  text-align: left;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.05;
  color: #ffffff;
  margin: 0;
}

@media (min-width: 1024px) {
  .quality-hero__title {
    font-size: 72px;
  }
}

.quality-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (min-width: 768px) {
  .quality-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.quality-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 20px;
  padding: 24px 32px;
  background: #f7f9fc;
  box-shadow: 0 4px 16px rgba(15, 35, 52, 0.06);
}

.quality-card__body {
  max-width: 360px;
}

.quality-card__title {
  font-size: 16px;
  font-weight: 600;
  color: #1f2a3c;
  margin: 0 0 8px 0;
}

.quality-card__text {
  font-size: 14px;
  line-height: 22px;
  color: #4a5874;
}

.quality-card__list {
  margin: 0;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style: disc;
}

.quality-card__icon {
  margin-left: 16px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: rgba(67, 180, 231, 0.1);
}

.quality-card__icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}

.quality-process__title {
  font-size: 36px;
  font-weight: 400;
  margin: 0 0 64px 0;
  color: #000000;
}

.quality-timeline {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 64px;
}

.quality-timeline__line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: #e5eaf1;
  transform: translateY(-50%);
}

.quality-timeline__arrow {
  z-index: 10;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: #ffffff;
  border: 1px solid #d9dfea;
  color: #6a7a93;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.1);
  cursor: pointer;
}

.quality-timeline__arrow:hover {
  background: #f3f4f6;
}

.quality-timeline__step-label {
  font-size: 14px;
  margin-bottom: 8px;
}

.quality-timeline__step {
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  background: #43b4e7;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border: 0;
  cursor: pointer;
}

.quality-process__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

@media (min-width: 768px) {
  .quality-process__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.quality-process-card {
  border-radius: 12px;
  border: 1px solid #e4e7ec;
  padding: 32px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
  background: #ffffff;
}

.quality-process-card__icon {
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  display: block;
}

.quality-process-card__title {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 12px 0;
  color: #000000;
}

.quality-process-card__text {
  font-size: 14px;
  line-height: 22px;
  color: #4a5874;
  margin: 0;
}

/* SUSTAINABILITY PAGE */
.sustainability-hero__title {
  font-size: 64px;
  line-height: 1.1;
  font-weight: 400;
  margin: 0;
  color: #ffffff;
  text-align: center;
}

.section--brand {
  background: #242f66;
  color: #ffffff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.sus__brand-title {
  font-size: 36px;
  font-weight: 400;
  margin: 0 0 40px 0;
}

.sus__brand-text {
  font-size: 14px;
  line-height: 22px;
  max-width: 1100px;
  margin: 0;
}

.sus__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: start;
}

@media (min-width: 1024px) {
  .sus__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.section--white .sus__grid {
  padding-left: 48px;
  padding-right: 48px;
}

@media (max-width: 639px) {
  .section--white .sus__grid {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.sus__image-wrap {
  overflow: hidden;
  border-radius: 12px;
}

@media (min-width: 1024px) {
  .sus__image-wrap {
    height: 260px;
  }
}

@media (max-width: 639px) {
  .sus__image-wrap {
    height: 220px;
  }
}

.sus__title {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
  color: #000000;
  margin: 0 0 16px 0;
}

@media (min-width: 1024px) {
  .sus__title {
    font-size: 36px;
  }
}

.sus__text {
  font-size: 14px;
  line-height: 22px;
  color: #4a5874;
  max-width: 560px;
  margin: 0;
}

.sus__image-wrap {
  width: 100%;
}

.sus__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ABOUT PAGE */
.oca-about-hero__title {
  font-size: 64px;
  line-height: 1.1;
  font-weight: 400;
  margin: 0;
  color: #ffffff;
  text-align: center;
}

.oca-about__intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}

@media (min-width: 1024px) {
  .oca-about__intro {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.oca-about__intro-title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 400;
  color: #000000;
  margin: 0 0 32px 0;
}

.oca-about__intro-text {
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  margin: 0;
}

.oca-about__intro-text--spaced {
  margin-bottom: 24px;
}

.oca-about__intro-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.oca-about__kpis-title {
  font-size: 36px;
  font-weight: 400;
  color: #000000;
  margin: 80px 0 0 0;
}

.oca-about__kpis {
  display: grid;
  grid-template-columns: 1fr;
  gap: 80px;
}

@media (min-width: 768px) {
  .oca-about__kpis {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.oca-kpi {
  display: flex;
}

.oca-kpi__bar {
  width: 4px;
  height: 120px;
  background: #43b4e7;
  margin-right: 24px;
}

.oca-kpi__value {
  font-size: 64px;
  line-height: 1;
  font-weight: 300;
  color: #000000;
}

.oca-kpi__label {
  font-size: 14px;
  margin-top: 8px;
  color: #000000;
}

.oca-about__anchors {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}

@media (min-width: 1024px) {
  .oca-about__anchors {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.oca-about__anchors-title {
  font-size: 36px;
  font-weight: 400;
  color: #000000;
  margin: 0;
}

.oca-about__accordion {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.oca-about-acc__item {
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 32px;
}

.oca-about-acc__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.oca-about-acc__title {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin: 0;
}

.oca-about-acc__toggle {
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  background: #43b4e7;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
}

.oca-about-acc__toggle-icon {
  font-size: 22px;
  line-height: 1;
}

.oca-about-acc__content {
  margin-top: 16px;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}

.oca-about__contacts-title {
  font-size: 36px;
  font-weight: 400;
  color: #000000;
  margin: 0 0 24px 0;
}

.oca-about__contacts-lead {
  max-width: 896px;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  margin: 0 0 40px 0;
}

.oca-about__contacts-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (min-width: 768px) {
  .oca-about__contacts-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.oca-contact-card {
  background: #f3f4f6;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

.oca-contact-card__media {
  height: 220px;
  width: 100%;
  overflow: hidden;
}

.oca-contact-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.oca-contact-card__body {
  padding: 20px 24px;
}

.oca-contact-card__name {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin: 0 0 4px 0;
}

.oca-contact-card__role {
  font-size: 13px;
  line-height: 20px;
  color: #4b5563;
  margin: 0 0 16px 0;
}

.oca-contact-card__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 12px;
  color: #111827;
}

.oca-contact-card__meta-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.oca-contact-card__dot {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  display: inline-block;
}

.oca-contact-card__dot--mail {
  background: #43b4e7;
}

.oca-contact-card__dot--linkedin {
  background: #0a66c2;
}

/* CAREER SINGLE PAGE */
.career-single {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
  padding-top: 96px;
}

@media (min-width: 768px) {
  .career-single {
    flex-direction: row;
  }
}

.career-single__left,
.career-single__right {
  width: 100%;
}

@media (min-width: 768px) {
  .career-single__left,
  .career-single__right {
    width: 50%;
  }
}

.career-single__left {
  padding: 32px;
}

.career-single__right {
  background: #f3f3f3;
  padding: 32px 40px;
}

@media (min-width: 768px) {
  .career-single__right {
    border-left: 1px solid #e5e7eb;
  }
}

.career-single__back {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  background: transparent;
  border: 0;
  padding: 0;
}

.career-single__back a {
  color: inherit;
  text-decoration: none;
}

.career-single__title {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 400;
  color: #000000;
  margin: 0 0 32px 0;
}

.career-single__block {
  margin-bottom: 32px;
}

.career-single__block--last {
  margin-bottom: 16px;
}

.career-single__h2 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #000000;
}

.career-single__p {
  font-size: 13px;
  line-height: 1.65;
  color: #374151;
  margin: 0;
}

.career-single__list {
  margin: 0;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style: disc;
  font-size: 13px;
  line-height: 1.65;
  color: #374151;
}

.career-single__form-title {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin: 0 0 8px 0;
}

.career-single__form-lead {
  font-size: 12px;
  line-height: 1.65;
  color: #6b7280;
  margin: 0 0 32px 0;
}

.form-field {
  margin-bottom: 24px;
}

.form-field--textarea {
  margin-bottom: 32px;
}

.form-field__label {
  display: block;
  font-size: 12px;
  color: #4b5563;
  margin-bottom: 8px;
}

.form-field__input,
.form-field__textarea {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d1d5db;
  font-size: 13px;
  padding-bottom: 4px;
  outline: none;
}

.form-field__textarea {
  resize: none;
}

.dropzone {
  width: 100%;
  height: 110px;
  border: 1px dashed #d1d5db;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #6b7280;
  cursor: pointer;
  transition: border-color 200ms ease;
}

.dropzone:hover {
  border-color: #43b4e7;
}

.dropzone__icon {
  font-size: 24px;
  margin-bottom: 8px;
}

.career-single__submit {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #111827;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.career-single__submit-underline {
  height: 2px;
  width: 50px;
  background: #1da1f2;
  margin-top: 4px;
}

/* CAREER LISTING PAGE */
.carrier-hero {
  position: relative;
  width: 100%;
  height: 720px;
  overflow: hidden;
}

.carrier-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}

.carrier-hero__overlay {
  position: absolute;
  inset: 0;
}

.carrier-hero__content {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  color: #ffffff;
  padding-left: 48px;
  padding-right: 48px;
}

.carrier-hero__title {
  font-size: 64px;
  line-height: 1.1;
  font-weight: 400;
  margin: 0;
}

.carrier-hero__pattern {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
  pointer-events: none;
}

.carrier-hero__actions {
  margin-top: 40px;
  display: flex;
  gap: 16px;
}

.carrier-hero__btn {
  padding: 12px 32px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.carrier-hero__btn--primary {
  background: #ffffff;
  color: #000000;
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.14);
  border: 1px solid #ffffff;
}

.carrier-hero__btn--ghost {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  border: 1px solid #ffffff;
}

/* CONTACT PAGE */
.contact-hero {
  position: relative;
  width: 100%;
  height: 720px;
  overflow: hidden;
}

.contact-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}

.contact-hero__pattern {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
  pointer-events: none;
}

.contact-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}

.contact-hero__content {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  color: #ffffff;
  padding-left: 48px;
  padding-right: 48px;
}

.contact-hero__title {
  font-size: 64px;
  line-height: 1.1;
  font-weight: 400;
  margin: 0;
}

.contact-hero__actions {
  margin-top: 40px;
  display: flex;
  gap: 16px;
}

.contact-hero__btn {
  padding: 12px 32px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.contact-hero__btn--primary {
  background: #ffffff;
  color: #000000;
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.14);
  border: 1px solid #ffffff;
}

.contact-hero__btn--ghost {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  border: 1px solid #ffffff;
}

/* NEWS SINGLE PAGE */
.news-single-hero {
  position: relative;
  width: 100%;
  height: 720px;
  overflow: hidden;
}

.news-single-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}

.news-single-hero__pattern {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
  pointer-events: none;
}

.news-single-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}

.news-single-hero__content {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  color: #ffffff;
  padding-left: 48px;
  padding-right: 48px;
}

.news-single-hero__title {
  font-size: 64px;
  line-height: 1.1;
  font-weight: 400;
  margin: 0;
}

.news-single-hero__actions {
  margin-top: 40px;
  display: flex;
  gap: 16px;
}

.news-single-hero__btn {
  padding: 12px 32px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.news-single-hero__btn--primary {
  background: #ffffff;
  color: #000000;
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.14);
  border: 1px solid #ffffff;
}

.news-single-hero__btn--ghost {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  border: 1px solid #ffffff;
}

.news-single {
  width: 100%;
  margin: 0 auto;
  padding: 48px 48px;
}

.news-single__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

@media (min-width: 1024px) {
  .news-single__grid {
    grid-template-columns: 2fr 1fr;
  }
}

.news-single__h1 {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 400;
  margin: 0 0 24px 0;
}

@media (min-width: 1024px) {
  .news-single__h1 {
    font-size: 36px;
  }
}

.news-single__h2 {
  font-size: 28px;
  line-height: 1.25;
  font-weight: 400;
  margin: 0 0 16px 0;
}

@media (min-width: 1024px) {
  .news-single__h2 {
    font-size: 30px;
  }
}

.news-single__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 14px;
  line-height: 22px;
  color: #111827;
}

.news-single__text--lead {
  margin-bottom: 32px;
}

.news-single__image {
  margin-bottom: 32px;
}

.news-single__image-img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.news-single__sidebar {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.news-single__sidebar-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 16px 0;
}

.news-single__related {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.news-single__related-item {
  display: flex;
  background: #f4f5f7;
  border-radius: 2px;
  overflow: hidden;
}

.news-single__related-img {
  width: 110px;
  height: 80px;
  object-fit: cover;
  flex-shrink: 0;
}

.news-single__related-body {
  flex: 1;
  padding: 8px 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-single__related-date {
  font-size: 11px;
  color: #6b7280;
}

.news-single__related-text {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  color: #111827;
}

.news-single__related-btn {
  margin-top: 4px;
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  color: #111827;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.news-single__related-btn-text {
  margin-right: 4px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.news-single__related-btn-icon {
  font-size: 11px;
}

.news-single__share {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* NEWS LIST PAGE */
.news-hero {
  position: relative;
  width: 100%;
  height: 720px;
  overflow: hidden;
}

.news-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}

.news-hero__pattern {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
  pointer-events: none;
}

.news-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}

.news-hero__content {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  color: #ffffff;
  padding-left: 48px;
  padding-right: 48px;
}

.news-hero__title {
  font-size: 64px;
  line-height: 1.1;
  font-weight: 400;
  margin: 0;
}

.news-hero__actions {
  margin-top: 40px;
  display: flex;
  gap: 16px;
}

.news-hero__btn {
  padding: 12px 32px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.news-hero__btn--primary {
  background: #ffffff;
  color: #000000;
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.14);
  border: 1px solid #ffffff;
}

.news-hero__btn--ghost {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  border: 1px solid #ffffff;
}

.news-list {
  width: 100%;
  margin: 0 auto;
  padding: 48px 48px;
}

.news-list__header {
  margin-bottom: 40px;
}

.news-list__title {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 400;
  margin: 32px 0 16px 0;
}

@media (min-width: 768px) {
  .news-list__title {
    font-size: 36px;
  }
}

.news-list__intro {
  font-family: "Source Sans Pro", system-ui, -apple-system, Segoe UI, Roboto,
    Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #000000;
  margin: 48px 0 0 0;
}

.news-list__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (min-width: 768px) {
  .news-list__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.news-card {
  display: flex;
  flex-direction: column;
  background: #f4f5f7;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

.news-card__img {
  height: 190px;
  width: 100%;
  object-fit: cover;
}

.news-card__body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.news-card__date {
  font-size: 11px;
  color: #6b7280;
  margin-bottom: 8px;
}

.news-card__title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 8px 0;
  color: #111827;
}

.news-card__excerpt {
  font-size: 13px;
  line-height: 20px;
  color: #4b5563;
  margin: 0 0 16px 0;
  flex: 1;
}

.news-card__btn {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  color: #111827;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.news-card__btn-text {
  margin-right: 8px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.news-card__btn-text a {
  color: inherit;
  text-decoration: inherit;
}

.news-card__btn-icon {
  font-size: 12px;
}

.news-list__more {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.news-list__more-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 32px;
  border-radius: 9999px;
  background: #42b4e7;
  color: #ffffff;
  font-size: 12px;
  border: 0;
  cursor: pointer;
}

.news-list__more-btn a {
  color: inherit;
  text-decoration: none;
}

.news-list__more-btn-icon {
  font-size: 12px;
}

/* SERVICE - CLEANING SERVICES */
.service-cleaning-hero {
  position: relative;
  width: 100%;
  height: 720px;
  overflow: hidden;
}

.service-cleaning-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-cleaning-hero__pattern {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
  pointer-events: none;
}

.service-cleaning-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}

.service-cleaning-hero__content {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  padding-left: 48px;
  padding-right: 48px;
}

.service-cleaning-hero__title {
  max-width: 1080px;
  text-align: left;
  font-size: 54px;
  line-height: 1.05;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}

@media (min-width: 1024px) {
  .service-cleaning-hero__title {
    font-size: 72px;
  }
}

.service-cleaning-hero__actions {
  margin-top: 40px;
  display: flex;
  gap: 16px;
}

.service-cleaning-hero__btn {
  padding: 12px 32px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.service-cleaning-hero__btn--primary {
  background: #ffffff;
  color: #000000;
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.14);
  border: 1px solid #ffffff;
}

.service-cleaning-hero__btn--ghost {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  border: 1px solid #ffffff;
}

.service-cleaning-intro {
  width: 100%;
  padding: 64px 0;
}

.service-cleaning-intro__inner {
  width: 100%;
  padding-left: 48px;
  padding-right: 48px;
}

.service-cleaning-intro__title {
  font-size: 32px;
  font-weight: 400;
  color: #000000;
  margin: 0 0 16px 0;
}

.service-cleaning-intro__text {
  font-family: "Source Sans Pro", system-ui, -apple-system, Segoe UI, Roboto,
    Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #000000;
  margin: 0;
}

.service-cleaning-features {
  width: 100%;
  padding: 16px 0;
}

.service-cleaning-features__inner {
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}

.service-cleaning-features__grid {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .service-cleaning-features__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.service-cleaning-feature {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 20px;
  padding: 24px 32px;
  box-shadow: 0 4px 16px rgba(15, 35, 52, 0.06);
  background: #f7f9fc;
}

.service-cleaning-feature__content {
  max-width: 360px;
}

.service-cleaning-feature__title {
  font-size: 16px;
  font-weight: 600;
  color: #1f2a3c;
  margin: 0 0 8px 0;
}

.service-cleaning-feature__text {
  font-size: 14px;
  line-height: 22px;
  color: #4a5874;
  margin: 0;
}

.service-cleaning-feature__icon {
  margin-left: 16px;
  display: flex;
  height: 56px;
  width: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: rgba(67, 180, 231, 0.1);
  color: #43b4e7;
}

.service-cleaning-gallery {
  width: 100%;
  padding: 40px 0;
  background: #ffffff;
}

.service-cleaning-gallery__inner {
  width: 100%;
  padding-left: 48px;
  padding-right: 48px;
}

.service-cleaning-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.service-cleaning-gallery__item {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 4px;
}

.service-cleaning-gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* SERVICE - DATA CENTER SERVICES (NO OCA PREFIX) */
.service-dc-hero {
  position: relative;
  width: 100%;
  height: 720px;
  overflow: hidden;
}

.service-dc-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}

.service-dc-hero__pattern {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
  pointer-events: none;
}

.service-dc-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}

.service-dc-hero__content {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  padding-left: 48px;
  padding-right: 48px;
}

.service-dc-hero__title {
  max-width: 1480px;
  text-align: left;
  font-size: 54px;
  line-height: 1.05;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}

@media (min-width: 1024px) {
  .service-dc-hero__title {
    font-size: 72px;
  }
}

.service-dc-hero__actions {
  margin-top: 40px;
  display: flex;
  gap: 16px;
}

.service-dc-hero__btn {
  padding: 12px 32px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.service-dc-hero__btn--primary {
  background: #ffffff;
  color: #000000;
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.14);
  border: 1px solid #ffffff;
}

.service-dc-hero__btn--ghost {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  border: 1px solid #ffffff;
}

.service-dc-intro {
  width: 100%;
  padding: 64px 0;
}

.service-dc-intro__inner {
  width: 100%;
  padding-left: 48px;
  padding-right: 48px;
}

.service-dc-intro__title {
  font-size: 32px;
  font-weight: 400;
  color: #000000;
  margin: 0 0 16px 0;
}

.service-dc-intro__text {
  font-family: "Source Sans Pro", system-ui, -apple-system, Segoe UI, Roboto,
    Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #000000;
  margin: 0;
}

.service-dc-features {
  width: 100%;
  padding: 4px 0;
}

.service-dc-features__inner {
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}

.service-dc-features__grid {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .service-dc-features__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.service-dc-feature {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 20px;
  padding: 24px 32px;
  box-shadow: 0 4px 16px rgba(15, 35, 52, 0.06);
  background: #f7f9fc;
}

.service-dc-feature__content {
  max-width: 360px;
}

.service-dc-feature__title {
  font-size: 16px;
  font-weight: 600;
  color: #1f2a3c;
  margin: 0 0 8px 0;
}

.service-dc-feature__text {
  font-size: 14px;
  line-height: 22px;
  color: #4a5874;
  margin: 0;
}

.service-dc-feature__icon {
  margin-left: 16px;
  display: flex;
  height: 56px;
  width: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: rgba(67, 180, 231, 0.1);
  color: #43b4e7;
}

.service-dc-gallery {
  width: 100%;
  padding: 40px 0;
  background: #ffffff;
}

.service-dc-gallery__inner {
  width: 100%;
  padding-left: 48px;
  padding-right: 48px;
}

.service-dc-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.service-dc-gallery__item {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 4px;
}

.service-dc-gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* SERVICE - FACILITY MANAGEMENT (NO OCA PREFIX) */
.service-fm-hero {
  position: relative;
  width: 100%;
  height: 720px;
  overflow: hidden;
}

.service-hero {
  position: relative;
  width: 100%;
  height: 720px;
  overflow: hidden;
}

.service-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-fm-hero__pattern {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
  pointer-events: none;
}

.service-fm-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}

.service-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}

.service-fm-hero__content {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  padding-left: 48px;
  padding-right: 48px;
}

.service-hero__content {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  padding-left: 48px;
  padding-right: 48px;
}

.service-fm-hero__title {
  max-width: 1080px;
  text-align: left;
  font-size: 54px;
  line-height: 1.05;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}

.service-hero__title {
  max-width: 1080px;
  text-align: left;
  font-size: 54px;
  line-height: 1.05;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}
@media (min-width: 1024px) {
  .service-hero__title {
    font-size: 72px;
  }
}

.service-fm-hero__actions {
  margin-top: 40px;
  display: flex;
  gap: 16px;
}

.service-fm-hero__btn {
  padding: 12px 32px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.service-fm-hero__btn--primary {
  background: #ffffff;
  color: #000000;
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.14);
  border: 1px solid #ffffff;
}

.service-fm-hero__btn--ghost {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  border: 1px solid #ffffff;
}

.service-fm-intro {
  width: 100%;
  padding: 64px 0;
}

.service-fm-intro__inner {
  width: 100%;
  padding-left: 48px;
  padding-right: 48px;
}

.service-fm-intro__title {
  font-size: 32px;
  font-weight: 400;
  color: #000000;
  margin: 0 0 16px 0;
}

.service-fm-intro__text {
  font-family: "Source Sans Pro", system-ui, -apple-system, Segoe UI, Roboto,
    Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #000000;
  margin: 0;
}

.service-features {
  width: 100%;
  padding: 4px 0;
}

.service-features__inner {
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}

.service-features__grid {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .service-features__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.service-feature {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 20px;
  padding: 24px 32px;
  box-shadow: 0 4px 16px rgba(15, 35, 52, 0.06);
  background: #f7f9fc;
}

.service-feature__content {
  max-width: 360px;
}

.service-feature__title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #1f2a3c;
  margin: 0 0 12px 0;
}

.service-feature__text {
  font-size: 14px;
  line-height: 22px;
  color: #4a5874;
  margin: 0;
}

.service-feature__icon {
  margin-left: 16px;
  display: flex;
  height: 56px;
  width: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: rgba(67, 180, 231, 0.1);
  color: #43b4e7;
}

.service-gallery {
  width: 100%;
  padding: 40px 0;
  background: #ffffff;
}

.service-gallery__inner {
  width: 100%;
  padding-left: 48px;
  padding-right: 48px;
}

.service-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.service-gallery__item {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 4px;
}

.service-gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* SERVICE - HOTEL SERVICES (NO OCA PREFIX) */
.service-hs-hero {
  position: relative;
  width: 100%;
  height: 720px;
  overflow: hidden;
}

.service-hs-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-hs-hero__pattern {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
  pointer-events: none;
}

.service-hs-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}

.service-hs-hero__content {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  padding-left: 48px;
  padding-right: 48px;
}

.service-hs-hero__title {
  max-width: 980px;
  text-align: left;
  font-size: 54px;
  line-height: 1.05;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}

@media (min-width: 1024px) {
  .service-hs-hero__title {
    font-size: 72px;
  }
}

.service-hs-hero__actions {
  margin-top: 40px;
  display: flex;
  gap: 16px;
}

.service-hs-hero__btn {
  padding: 12px 32px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.service-hs-hero__btn--primary {
  background: #ffffff;
  color: #000000;
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.14);
  border: 1px solid #ffffff;
}

.service-hs-hero__btn--ghost {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  border: 1px solid #ffffff;
}

.service-hs-intro {
  width: 100%;
  padding: 64px 0;
}

.service-hs-intro__inner {
  width: 100%;
  padding-left: 48px;
  padding-right: 48px;
}

.service-hs-intro__title {
  font-size: 32px;
  font-weight: 400;
  color: #000000;
  margin: 0 0 16px 0;
}

.service-hs-intro__text {
  font-family: "Source Sans Pro", system-ui, -apple-system, Segoe UI, Roboto,
    Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #000000;
  margin: 0;
}

.service-hs-features {
  width: 100%;
  padding: 4px 0;
}

.service-hs-features__inner {
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}

.service-hs-features__grid {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .service-hs-features__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.service-hs-feature {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 20px;
  padding: 24px 32px;
  box-shadow: 0 4px 16px rgba(15, 35, 52, 0.06);
  background: #f7f9fc;
}

.service-hs-feature__content {
  max-width: 360px;
}

.service-hs-feature__title {
  font-size: 16px;
  font-weight: 600;
  color: #1f2a3c;
  margin: 0 0 8px 0;
}

.service-hs-feature__text {
  font-size: 14px;
  line-height: 22px;
  color: #4a5874;
  margin: 0;
}

.service-hs-feature__icon {
  margin-left: 16px;
  display: flex;
  height: 56px;
  width: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: rgba(67, 180, 231, 0.1);
  color: #43b4e7;
}

.service-hs-gallery {
  width: 100%;
  padding: 40px 0;
  background: #ffffff;
}

.service-hs-gallery__inner {
  width: 100%;
  padding-left: 48px;
  padding-right: 48px;
}

.service-hs-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.service-hs-gallery__item {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 4px;
}

.service-hs-gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* SERVICE - SECURITY SERVICES (NO OCA PREFIX) */
.service-ss-hero {
  position: relative;
  width: 100%;
  height: 720px;
  overflow: hidden;
}

.service-ss-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-ss-hero__pattern {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
  pointer-events: none;
}

.service-ss-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}

.service-ss-hero__content {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  padding-left: 48px;
  padding-right: 48px;
}

.service-ss-hero__title {
  max-width: 1080px;
  text-align: left;
  font-size: 54px;
  line-height: 1.05;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}

@media (min-width: 1024px) {
  .service-ss-hero__title {
    font-size: 72px;
  }
}

.service-ss-hero__actions {
  margin-top: 40px;
  display: flex;
  gap: 16px;
}

.service-ss-hero__btn {
  padding: 12px 32px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.service-ss-hero__btn--primary {
  background: #ffffff;
  color: #000000;
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.14);
  border: 1px solid #ffffff;
}

.service-ss-hero__btn--ghost {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  border: 1px solid #ffffff;
}

.service-intro {
  width: 100%;
  padding: 64px 0;
}

.service-intro__inner {
  width: 100%;
  padding-left: 48px;
  padding-right: 48px;
}

.service-intro__title {
  font-size: 32px;
  font-weight: 400;
  color: #000000;
  margin: 0 0 16px 0;
}

.service-intro__text {
  font-family: "Source Sans Pro", system-ui, -apple-system, Segoe UI, Roboto,
    Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #000000;
  margin: 0;
}

.service-ss-features {
  width: 100%;
  padding: 16px 0;
}

.service-ss-features__inner {
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}

.service-ss-features__grid {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .service-ss-features__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.service-ss-feature {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 20px;
  padding: 24px 32px;
  box-shadow: 0 4px 16px rgba(15, 35, 52, 0.06);
  background: #f7f9fc;
}

.service-ss-feature__content {
  max-width: 360px;
}

.service-ss-feature__title {
  font-size: 16px;
  font-weight: 600;
  color: #1f2a3c;
  margin: 0 0 8px 0;
}

.service-ss-feature__text {
  font-size: 14px;
  line-height: 22px;
  color: #4a5874;
  margin: 0;
}

.service-ss-feature__icon {
  margin-left: 16px;
  display: flex;
  height: 56px;
  width: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: rgba(67, 180, 231, 0.1);
  color: #43b4e7;
}

.service-ss-gallery {
  width: 100%;
  padding: 40px 0;
  background: #ffffff;
}

.service-ss-gallery__inner {
  width: 100%;
  padding-left: 48px;
  padding-right: 48px;
}

.service-ss-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.service-ss-gallery__item {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 4px;
}

.service-ss-gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* SERVICES PAGE (NO OCA PREFIX) */
.icon-invert {
  filter: invert(1) brightness(0);
}

.services-hero {
  position: relative;
  width: 100%;
  height: 720px;
  overflow: hidden;
}

.services-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.75);
}

.services-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}

.services-hero__content {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  align-items: center;
}

.services-hero__inner {
  width: 100%;
  padding-left: 48px;
  padding-right: 48px;
}

@media (min-width: 1024px) {
  .services-hero__inner {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.services-hero__title {
  max-width: 1080px;
  text-align: left;
  font-size: 54px;
  line-height: 1.05;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}

@media (min-width: 1024px) {
  .services-hero__title {
    font-size: 72px;
  }
}

.services-intro {
  width: 100%;
  padding: 80px 0;
}

.services-intro__container {
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}

.services-intro__title {
  font-size: 48px;
  line-height: 56px;
  font-weight: 400;
  color: #000000;
  margin: 0 0 40px 0;
}

.services-intro__body {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.services-intro__text {
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  margin: 0;
}

.services-intro__cta {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}

.services-intro__cta-btn {
  margin-top: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 197px;
  height: 52px;
  border-radius: 18px;
  background: #43b4e7;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.1);
  border: 0;
  cursor: pointer;
  transition: background-color 200ms ease;
}

.services-intro__cta-btn:hover {
  background: #32a1df;
}

.services-intro__cta-icon {
  filter: invert(1) brightness(0);
}

.services-strip {
  position: relative;
  width: 100%;
  height: 520px;
  overflow: hidden;
}

.services-strip__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-strip__overlay {
  position: absolute;
  inset: 0;
}

.services-strip__overlay--50 {
  background: rgba(0, 0, 0, 0.5);
}

.services-strip__overlay--40 {
  background: rgba(0, 0, 0, 0.4);
}

.services-strip__content {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 80px;
  padding-right: 40px;
}

.services-strip__content--pt {
  padding-top: 24px;
}

.services-strip__title {
  color: #ffffff;
  font-size: 36px;
  font-weight: 400;
  margin: 0 0 16px 0;
}

.services-strip__title--xl {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.services-strip__text {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 32px 0;
}

.services-strip__text--muted {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  line-height: 24px;
}

.services-strip__text--wide {
  max-width: 620px;
}

.services-strip__text--wide.services-strip__text--muted {
  max-width: 640px;
}

.services-strip__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  width: 179px;
  height: 52px;
  border-radius: 18px;
  background: #43b4e7;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  border: 0;
  transition: background-color 200ms ease;
}

.services-strip__btn:hover {
  background: #32a1df;
}

.services-strip__btn-icon {
  filter: invert(1) brightness(0);
}

.services-cta {
  width: 100%;
}

.services-cta__inner {
  margin: 0 auto;
}

.services-cta__wrap {
  position: relative;
  overflow: hidden;
  color: #ffffff;
}

.services-cta__base {
  position: absolute;
  inset: 0;
  background: #172a78;
}

.services-cta__pattern {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.6;
}

.services-cta__mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 220px;
  bottom: 220px;
  background: #172a78;
}

@media (min-width: 768px) {
  .services-cta__mask {
    top: 100px;
    bottom: 100px;
  }
}

.services-cta__content {
  position: relative;
  z-index: 10;
  padding: 64px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media (min-width: 768px) {
  .services-cta__content {
    padding: 80px 64px;
  }
}

.services-cta__title {
  font-size: 32px;
  line-height: 1.15;
  font-weight: 400;
  margin: 0 0 24px 0;
  max-width: 900px;
}

@media (min-width: 768px) {
  .services-cta__title {
    font-size: 44px;
  }
}

.services-cta__text {
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 32px 0;
  max-width: 720px;
}

@media (min-width: 768px) {
  .services-cta__text {
    font-size: 16px;
    line-height: 24px;
  }
}

.services-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 44px;
  padding: 0 32px;
  border-radius: 9999px;
  background: #43b4e7;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  border: 0;
  cursor: pointer;
  transition: background-color 200ms ease;
  color: #ffffff;
}

.services-cta__btn:hover {
  background: #32a1df;
}

@media (max-width: 639px) {
  .services-hero__inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .services-hero__title {
    font-size: 44px;
  }

  .services-intro__container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .services-strip__content {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 1023px) {
  .service-ss-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 639px) {
  .service-ss-hero__content,
  .service-ss-intro__inner,
  .service-ss-features__inner,
  .service-ss-gallery__inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .service-ss-hero__title {
    font-size: 44px;
  }

  .service-ss-gallery__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1023px) {
  .service-hs-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 639px) {
  .service-hs-hero__content,
  .service-hs-intro__inner,
  .service-hs-features__inner,
  .service-hs-gallery__inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .service-hs-hero__title {
    font-size: 44px;
  }

  .service-hs-gallery__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1023px) {
  .service-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 639px) {
  .service-fm-hero__content,
  .service-fm-intro__inner,
  .service-features__inner,
  .service-gallery__inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .service-fm-hero__title {
    font-size: 44px;
  }

  .service-gallery__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1023px) {
  .service-dc-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 639px) {
  .service-dc-hero__content,
  .service-dc-intro__inner,
  .service-dc-features__inner,
  .service-dc-gallery__inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .service-dc-hero__title {
    font-size: 44px;
  }

  .service-dc-gallery__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1023px) {
  .service-cleaning-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 639px) {
  .service-cleaning-hero__content,
  .service-cleaning-intro__inner,
  .service-cleaning-features__inner,
  .service-cleaning-gallery__inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .service-cleaning-hero__title {
    font-size: 44px;
  }

  .service-cleaning-gallery__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 639px) {
  .news-hero__content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .news-hero__title {
    font-size: 44px;
  }

  .news-list {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 639px) {
  .news-single-hero__content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .news-single-hero__title {
    font-size: 44px;
  }

  .news-single {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.contact-main {
  width: 100%;
  margin: 0 auto;
  padding: 64px 0;
}

.contact-main__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
  padding-left: 48px;
  padding-right: 48px;
}

@media (min-width: 768px) {
  .contact-main__grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 64px;
  }

  .contact-main__left {
    grid-column: span 1;
  }

  .contact-main__right {
    grid-column: span 2;
  }
}

@media (min-width: 1024px) {
  .contact-main__grid {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (max-width: 1023px) {
  .contact-main__grid {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.contact-main__title {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 400;
  margin: 0 0 40px 0;
}

.contact-main__block {
  margin-bottom: 40px;
  font-size: 13px;
  line-height: 20px;
  color: #111827;
}

.contact-main__block--no-margin {
  margin-bottom: 0;
}

.contact-main__label {
  font-weight: 600;
  margin-bottom: 8px;
}

.contact-main__lines p {
  margin: 0;
}

.contact-main__lines {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.contact-form__title {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 24px 0;
}

.contact-services {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.contact-services__btn {
  height: 32px;
  padding: 0 20px;
  border-radius: 2px;
  background: #f5f5f7;
  color: #111827;
  border: 0;
  cursor: pointer;
}

.contact-services__btn.is-active {
  background: #34a3e9;
  color: #ffffff;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.contact-field {
  border-bottom: 1px solid #d1d5db;
  padding-bottom: 8px;
}

.contact-field--message {
  padding-bottom: 64px;
}

.contact-field__label {
  display: block;
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 4px;
}

.contact-field__input,
.contact-field__textarea {
  width: 100%;
  background: transparent;
  outline: none;
  font-size: 13px;
  color: #111827;
  border: 0;
}

.contact-field__textarea {
  resize: none;
}

.oca-contact-captcha {
  margin-bottom: 24px;
}

.contact-map {
  width: 100%;
}

.contact-map__inner {
  margin: 0 auto;
}

.contact-map__frame {
  width: 100%;
  height: 420px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
}

@media (max-width: 639px) {
  .contact-hero__content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .contact-hero__title {
    font-size: 44px;
  }
}

.carrier-intro {
  width: 100%;
  padding: 80px 0;
  background: #ffffff;
}

.carrier-intro__title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 400;
  color: #000000;
  margin: 0 0 24px 0;
}

.carrier-intro__text {
  font-family: "Source Sans Pro", system-ui, -apple-system, Segoe UI, Roboto,
    Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #000000;
  margin: 0;
}

.carrier-features {
  width: 100%;
  padding: 8px 0;
  background: #ffffff;
}

.carrier-features__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}

@media (min-width: 768px) {
  .carrier-features__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.carrier-features__title {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  margin: 0 0 12px 0;
}

.carrier-features__text {
  font-size: 14px;
  color: #4a5874;
  line-height: 22px;
  margin: 0 0 24px 0;
}

.carrier-features__bar {
  width: 100%;
  height: 4px;
  background: #43b4e7;
}

.carrier-filter {
  width: 100%;
  background: #f3f4f6;
}

.carrier-filter__inner {
  padding-top: 40px;
  padding-bottom: 40px;
}

.carrier-filter__row {
  display: flex;
  align-items: center;
  gap: 24px;
}

.carrier-filter__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111827;
}

.carrier-filter__icon-svg {
  width: 28px;
  height: 28px;
}

.carrier-filter__controls {
  display: flex;
  align-items: center;
  gap: 24px;
}

.carrier-filter__select-wrap {
  position: relative;
  width: 260px;
}

.carrier-filter__select {
  height: 56px;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #e6e9f2;
  background: #ffffff;
  padding-left: 24px;
  padding-right: 48px;
  font-size: 16px;
  color: #111827;
  outline: none;
  appearance: none;
}

.carrier-filter__select-arrow {
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #111827;
}

.carrier-filter__spacer {
  flex: 1;
}

.carrier-filter__search {
  position: relative;
  width: 360px;
}

.carrier-filter__search-icon {
  pointer-events: none;
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: #111827;
}

.carrier-filter__search-input {
  height: 56px;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #e6e9f2;
  background: #ffffff;
  padding-left: 56px;
  padding-right: 24px;
  font-size: 16px;
  color: #111827;
  outline: none;
}

.carrier-filter__search-input::placeholder {
  color: #6b7280;
}

.carrier-jobs {
  width: 100%;
  background: #ffffff;
  padding: 48px 0;
}

.carrier-jobs__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 768px) {
  .carrier-jobs__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .carrier-jobs__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.carrier-job-card {
  position: relative;
  min-height: 240px;
  border: 1px solid #d7dde8;
  background: #ffffff;
  padding: 24px;
  text-decoration: none;
  color: inherit;
}

.carrier-job-card__arrow {
  position: absolute;
  right: 24px;
  top: 24px;
  font-size: 22px;
  color: #000000;
}

.carrier-job-card__text {
  margin-top: 56px;
  max-width: 260px;
  font-size: 14px;
  line-height: 22px;
  color: #111827;
}

.carrier-job-card__pills {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.carrier-job-card__pill {
  height: 28px;
  border-radius: 8px;
  background: #43b4e7;
  padding: 0 16px;
  font-size: 11px;
  line-height: 28px;
  color: #ffffff;
  display: inline-block;
}

.carrier-more {
  margin-top: 56px;
  display: flex;
  justify-content: center;
}

.carrier-more__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 197px;
  height: 52px;
  border-radius: 18px;
  background: #43b4e7;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 200ms ease;
}
.new-container {
  padding-right: 40px;
  padding-left: 40px;
}
.carrier-more__btn:hover {
  background: #2ea0d8;
}

.carrier-more__btn-icon {
  font-size: 16px;
  line-height: 1;
}

@media (max-width: 1023px) {
  .oca-carrier-filter__row {
    flex-wrap: wrap;
  }

  .oca-carrier-filter__spacer {
    display: none;
  }

  .oca-carrier-filter__search {
    width: 100%;
  }
}

@media (max-width: 639px) {
  .oca-carrier-hero__content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .oca-carrier-hero__title {
    font-size: 44px;
  }

  .oca-carrier-filter__controls {
    width: 100%;
    flex-wrap: wrap;
  }

  .oca-carrier-filter__select-wrap {
    width: 100%;
  }
}

@media (min-width: 640px) {
  .oca-container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 1024px) {
  .oca-container {
    padding-left: 48px;
    padding-right: 48px;
  }
  .container {
    padding-left: 48px;
    padding-right: 48px;
  }
}

.line-clamp-4 {
  overflow: hidden;
  line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

/* HERO */
.hero {
  position: relative;
  width: 100%;
  height: 720px;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}

.hero__content {
  position: relative;
  z-index: 10;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  padding-left: 16px;
  padding-right: 16px;
}
.hero__companies_content {
  position: relative;
  z-index: 10;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  text-align: start;
  color: #ffffff;
  padding-left: 16px;
  padding-right: 16px;
}

.hero__title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 112px;
  line-height: 111.96px;
  font-weight: 400;
  letter-spacing: -2.24px;
  text-align: center;
  margin: 0;
}

.hero__actions {
  margin-top: 40px;
  display: flex;
  gap: 16px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 32px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 200ms ease, color 200ms ease,
    border-color 200ms ease, transform 200ms ease;
}

.btn--primary {
  background: #ffffff;
  color: #000000;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  border: 1px solid transparent;
}

.btn--primary:hover {
  background: #43b4e7;
  color: #ffffff;
}

.btn--outline {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  border: 1px solid #ffffff;
}

.btn--outline:hover {
  border-color: #43b4e7;
  color: #43b4e7;
}

.btn__icon {
  width: 16px;
  height: 16px;
  transition: transform 200ms ease;
}

.btn--primary:hover .btn__icon,
.btn--outline:hover .btn__icon {
  transform: translateX(4px);
}

/* SERVICES */
.services {
  width: 100%;
  margin-top: 5px;
}

.services__inner {
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  flex-direction: column;
  align-items: center;
}

/* .services__title {
  margin-top: 40px;
  text-align: left;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.25;
  color: #000000;
}

@media (min-width: 640px) {
  .services__title {
    margin-top: 64px;
    font-size: 36px;
  }
}

@media (min-width: 1024px) {
  .services__title {
    margin-top: 100px;
    font-size: 50px;
    line-height: 50px;
  }
} */
.services__title {
  /* spacing */
  margin-top: 40px; /* mt-10 */

  /* typography */
  font-family: 'Source Sans Pro', sans-serif; /* font-[Source_Sans_Pro] */
  font-size: 32px; /* text-[32px] */
  font-weight: 400; /* font-normal */
  line-height: 1.25; /* leading-tight */
  letter-spacing: 0px; /* tracking-[0px] */

  /* alignment & color */
  text-align: center; /* text-center */
  color: #000000; /* text-black */
}

/* sm breakpoint (≥ 640px) */
@media (min-width: 640px) {
  .services__title {
    margin-top: 64px; /* sm:mt-16 */
    font-size: 40px; /* sm:text-[40px] */
  }
}

/* lg breakpoint (≥ 1024px) */
@media (min-width: 1024px) {
  .services__title {
    margin-top: 100px; /* lg:mt-[100px] */
    font-size: 50px; /* lg:text-[50px] */
    line-height: 50px; /* lg:leading-[50px] */
  }
}


.services__lead {
  margin: 16px auto 0;
  max-width: 1061px;

  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;

  text-align: center;
  color: #000000;
}

@media (min-width: 640px) {
  .services__lead {
    margin-top: 24px;
    font-size: 16px;
  }
}

.services__grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  width: 100%;
}

@media (min-width: 640px) {
  .services__grid {
    margin-top: 56px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}

@media (min-width: 1280px) {
  .services__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .services__grid {
    margin-top: 64px;
  }
}

.service-card {
  position: relative;
  width: 100%;
  height: 320px;
  border-radius: 20px;
  overflow: hidden;
}

@media (min-width: 640px) {
  .service-card {
    height: 380px;
  }
}

@media (min-width: 1280px) {
  .service-card {
    height: 450px;
  }
}

.service-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.75) blur(1px);
  transition: filter 500ms ease;
}

.service-card:hover .service-card__img {
  filter: brightness(1) blur(0);
}

.service-card__shade {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: background 500ms ease;
}

.service-card:hover .service-card__shade {
  background: rgba(0, 0, 0, 0.2);
}

.service-card__icon {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 36px;
  height: 36px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  z-index: 10;
}

@media (min-width: 640px) {
  .service-card__icon {
    top: 24px;
    left: 24px;
    width: 40px;
    height: 40px;
  }
}

.service-card__content {
  position: absolute;
  inset: 20px; /* replaces left/right/bottom */
  z-index: 10;

  display: flex;
  flex-direction: column;
  justify-content: center; /* vertical centering */
  align-items: center;     /* horizontal centering */
  text-align: center;
}

@media (min-width: 640px) {
  .service-card__content {
    inset: 24px;
  }
}


.service-card__title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 12px 0;
}

@media (min-width: 640px) {
  .service-card__title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

@media (min-width: 1024px) {
  .service-card__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}


.service-card__desc {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 500ms ease, transform 500ms ease;
  margin: 0;
}

.service-card:hover .service-card__desc {
  opacity: 1;
  transform: translateY(0);
}

/* TRUST / VIDEO */
/* .trust {
  width: 100%;
  margin-top: 80px;
}

.trust__text {
  max-width: 1740px;
  margin: 0 auto;

  font-family: "Source Sans Pro", sans-serif;
  font-weight: 10;
  font-size: 20px;
  line-height: 35px; 

  color: #000000;
  text-align: start;
}


.video {
  position: relative;
  margin-top: 32px;
}

.video__media {
  width: 100%;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
  display: block;
}

.video__play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 72px;
  height: 72px;
  border-radius: 9999px;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: transform 200ms ease;
}

.video__play:hover {
  transform: scale(1.05);
}

.video__play svg {
  width: 28px;
  height: 28px;
  fill: #ffffff;
  margin-left: 2px;
} */
/* .trust {
  padding: 80px 0;
}

.trust__title {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 48px;
  text-align: start;
}

.trust__steps {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 32px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.trust__step {
  text-align: start;
}

.trust__step img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

.trust__step-title {
  margin-top: 16px;
  font-weight: 500;
}

.trust__arrow {
  font-size: 28px;
  font-weight: 300;
}

.trust__text {
  
  margin: 0 auto;
  text-align: start;
}

.trust__text p {
  margin-bottom: 24px;
  line-height: 1.6;
}


@media (max-width: 768px) {
  .trust__steps {
    flex-direction: column;
  }

  .trust__arrow {
    transform: rotate(90deg);
  }

  .trust__title {
    font-size: 32px;
  }
} */
.trust {
  padding: 6rem 0;
  background: #f8fafc;
}

.trust__title {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 4rem;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
  color: #0f172a;
}

.trust__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  gap: 2rem;
  position: relative;
}

.trust__step {
  background: #ffffff;
  border-radius: 18px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.trust__step:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.15);
}

.trust__image {
  overflow: hidden;
  border-radius: 14px;
  margin-bottom: 1.5rem;
}

.trust__image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.trust__step:hover img {
  transform: scale(1.05);
}

.trust__step-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  color: #020617;
}

.trust__step-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #475569;
}

.trust__arrow {
  display: none;
  align-self: center;
  font-size: 2rem;
  color: #94a3b8;
}

/* Desktop arrows */
@media (min-width: 1024px) {
  .trust__steps {
    grid-template-columns: 1fr auto 1fr auto 1fr;
  }

  .trust__arrow {
    display: block;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .trust__steps {
    grid-template-columns: 1fr;
  }

  .trust__arrow {
    display: none;
  }
}

/* QUALITY SECTION */
.quality {
  width: 100%;
  margin-top: 80px;
}

.quality__grid {
  padding-top: 64px;
  padding-bottom: 64px;
  display: grid;
  gap: 48px;
  align-items: center;
}

@media (min-width: 1024px) {
  .quality__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.quality__title {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 400;
  color: #000000;
  margin: 0 0 32px 0;
}

@media (min-width: 1024px) {
  .quality__title {
    font-size: 48px;
  }
}

.quality__p {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin: 0 0 16px 0;
  max-width: 540px;
}
.quality__p1 {
	 font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin: 0 0 16px 0;
}
.quality__p--last {
  margin-bottom: 40px;
}

.btn--pill {
  border-radius: 12px;
  padding: 0 24px;
  height: 44px;
  background: #43b4e7;
  color: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.btn--pill:hover {
  background: #242e64;
}

.quality__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}

/* VALUES / ACCORDION */
.values {
  width: 100%;
  margin-top: 96px;
}

.values__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
}

@media (min-width: 1024px) {
  .values__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.values__title {
  font-size: 42px;
  line-height: 48px;
  font-weight: 400;
  color: #000000;
  margin: 0;
}

.accordion {
  width: 100%;
  border-top: 1px solid #e5e7eb;
}

.accordion__item {
  border-bottom: 1px solid #e5e7eb;
}

.accordion__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  text-align: left;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.accordion__label {
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

.accordion__icon {
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  background: #43b4e7;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.accordion__content {
  padding: 0 24px 24px 24px;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
}

/* NETWORK / MAP */
.oca-network {
  width: 100%;
  margin-top: 96px;
}

.oca-network__title {
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  color: #0f172a;
  margin: 0;
}

@media (min-width: 1024px) {
  .oca-network__title {
    font-size: 40px;
  }
}

.oca-map-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 48px 0;
}

.oca-map {
  position: relative;
  width: 100%;
  height: 420px;
  border-radius: 24px;
  background: #f8fafc;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
  transition: box-shadow 200ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.oca-map:hover {
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.1);
  outline: 1px solid rgba(67, 180, 231, 0.4);
}

.oca-map__img {
  position: relative;
  width: 92%;
  height: 85%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* LOGO SLIDER */
.oca-logo-slider {
  width: 100%;
  margin-top: 64px;
}

.oca-logo-track {
  display: flex;
  gap: 32px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
}

.oca-logo-track::-webkit-scrollbar {
  display: none;
}

.oca-logo-card {
  position: relative;
  flex: 0 0 auto;
  width: 220px;
  height: 220px;
  border: 1px solid #d1d5db;
  border-radius: 24px;
  background: #ffffff;
  overflow: hidden;
  scroll-snap-align: start;
}

.oca-logo-card__default {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 300ms ease;
}

.oca-logo-card:hover .oca-logo-card__default {
  opacity: 0;
}

.oca-logo-card__default img {
  max-width: 70%;
  max-height: 70%;
  object-fit: contain;
}

.oca-logo-card__hover {
  position: absolute;
  inset: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 300ms ease, transform 300ms ease;
}

.oca-logo-card:hover .oca-logo-card__hover {
  opacity: 1;
  transform: translateY(0);
}

.oca-logo-card__toplogo {
  width: 120px;
  object-fit: contain;
  margin-bottom: 16px;
}

.oca-logo-card__title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #000000;
  margin: 0 0 8px 0;
}

.oca-logo-card__desc {
  font-size: 13px;
  line-height: 18px;
  color: #4b5563;
  margin: 0;
}

.oca-logo-card__link {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
}

.oca-logo-card__link span {
  transition: transform 200ms ease;
}

.oca-logo-card:hover .oca-logo-card__link span {
  transform: translateX(4px);
}

.oca-logo-arrows {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.oca-arrow-btn {
  width: 64px;
  height: 64px;
  border-radius: 9999px;
  background: #43b4e7;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 500;
  border: 0;
  cursor: pointer;
  transition: background 200ms ease, transform 200ms ease;
}

.oca-arrow-btn:hover {
  background: #32a1df;
}

/* NEWS */
.oca-news {
  width: 100%;
  margin-top: 96px;
}

.oca-news__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.oca-news__title {
  font-size: 32px;
  font-weight: 400;
  color: #000000;
  margin: 0;
}

@media (min-width: 768px) {
  .oca-news__title {
    font-size: 36px;
  }
}

.oca-news__lead {
  margin-top: 12px;
  max-width: 720px;
  font-size: 16px;
  line-height: 24px;
  color: #444444;
}

.oca-news__cta {
  margin-top: 4px;
}

.oca-btn--news {
  width: 224px;
  height: 52px;
  border-radius: 18px;
  background: #43b4e7;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  border: 0;
}

.oca-btn--news:hover {
  background: #32a1df;
}

.oca-news__cards {
  margin-top: 40px;
  display: grid;
  gap: 32px;
}

@media (min-width: 768px) {
  .oca-news__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.news-card {
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.news-card__imgwrap {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.news-card__img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 500ms ease;
  display: block;
}

.news-card:hover .news-card__img {
  transform: scale(1.05);
}

.news-card__badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #43b4e7;
  color: #ffffff;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 9999px;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 300ms ease, transform 300ms ease;
}

.news-card:hover .news-card__badge {
  opacity: 1;
  transform: translateY(0);
}

.news-card__title {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0;
}

.news-card__desc {
  margin-top: 8px;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 0;
}

.news-card__readmore {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #242e64;
  font-weight: 500;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 300ms ease, transform 300ms ease;
}

.news-card:hover .news-card__readmore {
  opacity: 1;
  transform: translateY(0);
}

.news-card__readmore span {
  transition: transform 200ms ease;
}

.news-card:hover .news-card__readmore span {
  transform: translateX(4px);
}

.partner-network {
  width: 100%;
  margin-top: 96px;
}

.partner-network__inner {
  padding-left: 0;
  padding-right: 0;
}

.partner-network__title {
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  color: #0f172a;
  margin: 0;
}

@media (min-width: 1024px) {
  .partner-network__title {
    font-size: 40px;
  }
}

.partner-network__map-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 48px;
  padding-bottom: 48px;
}

.partner-network__map-card {
  position: relative;
  width: 100%;
  height: 420px;
  border-radius: 24px;
  background: #f8fafc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: box-shadow 200ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-network__map-card:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.partner-network__map {
  position: relative;
  width: 92%;
  height: 85%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.partner-slider {
  width: 100%;
  margin-top: 64px;
}

.partner-slider__inner {
  padding-left: 0;
  padding-right: 0;
}

.partner-slider__wrap {
  position: relative;
}

.partner-slider__track {
  display: flex;
  gap: 32px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
}

.partner-slider__track::-webkit-scrollbar {
  display: none;
}

.partner-slider__track {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.partner-card {
  position: relative;
  flex: 0 0 auto;
  width: 220px;
  height: 220px;
  border: 1px solid #d1d5db;
  border-radius: 24px;
  background: #ffffff;
  overflow: hidden;
  scroll-snap-align: start;
}

.partner-card__logo-wrap {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 300ms ease;
}

.partner-card__logo {
  max-width: 70%;
  max-height: 70%;
  object-fit: contain;
  display: block;
}

.partner-card__content {
  position: absolute;
  inset: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 300ms ease, transform 300ms ease;
}

.partner-card:hover .partner-card__logo-wrap {
  opacity: 0;
}

.partner-card:hover .partner-card__content {
  opacity: 1;
  transform: translateY(0);
}

.partner-card__logo-top {
  width: 120px;
  object-fit: contain;
  display: block;
  margin-bottom: 16px;
}

.partner-card__title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #000000;
  margin: 0 0 8px 0;
}

.partner-card__desc {
  font-size: 13px;
  line-height: 18px;
  color: #63504b;
  margin: 0;
}

.partner-card__link {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
}

.partner-card__arrow {
  transition: transform 200ms ease;
}

.partner-card:hover .partner-card__arrow {
  transform: translateX(4px);
}

.news-section {
  width: 100%;
  margin-top: 96px;
}

.news-section__inner {
  padding-left: 0;
  padding-right: 0;
}

.news-section__header {
  display: flex;
/*   align-items: flex-start; */
  justify-content: space-between;
/*   gap: 24px; */
}

.news-section__title {
  font-size: 32px;
  font-weight: 400;
  color: #000000;
  margin: 0;
}

@media (min-width: 768px) {
  .news-section__title {
    font-size: 36px;
  }
}

.news-section__lead {
  margin-top: 12px;
/*   max-width: 720px; */
  font-size: 16px;
  line-height: 24px;
  color: #444444;
}

.news-section__cta {
  margin-top: 4px;
}

.news-section__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  width: 224px;
  height: 52px;
  border-radius: 18px;
  background: #43b4e7;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  white-space: nowrap;
  border: 0;
  transition: background 200ms ease;
}

.news-section__cta-btn:hover {
  background: #32a1df;
}

.news-section__cta-icon {
  display: inline-flex;
  align-items: center;
}

.news-section__cta-icon-img {
  filter: invert(1) brightness(0);
}

.news-section__grid {
  margin-top: 40px;
  display: grid;
  gap: 32px;
}

@media (min-width: 768px) {
  .news-section__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.news-card {
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.news-card__image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.news-card__image {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 500ms ease;
  display: block;
}

.news-card:hover .news-card__image {
  transform: scale(1.05);
}

.news-card__badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #43b4e7;
  color: #ffffff;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 9999px;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 300ms ease, transform 300ms ease;
}

.news-card:hover .news-card__badge {
  opacity: 1;
  transform: translateY(0);
}

.news-card__title {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0;
}

.news-card__desc {
  margin-top: 8px;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 0;
}

.news-card__cta {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #242e64;
  font-weight: 500;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 300ms ease, transform 300ms ease;
}

.news-card:hover .news-card__cta {
  opacity: 1;
  transform: translateY(0);
}

.news-card__cta-arrow {
  transition: transform 200ms ease;
}

.news-card:hover .news-card__cta-arrow {
  transform: translateX(4px);
}

.partner-slider__controls {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.partner-slider__btn {
  width: 64px;
  height: 64px;
  border-radius: 9999px;
  background: #43b4e7;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 500;
  cursor: pointer;
  border: 0;
  transition: background 200ms ease;
}

.partner-slider__btn:hover {
  background: #32a1df;
}

.clamp-4 {
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.honeycomb-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20129.90%20225.00%22%20width%3D%22129.90%22%20height%3D%22225.00%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%224.5%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpolygon%20points%3D%2264.9519%2C0.0000%20129.9038%2C37.5000%20129.9038%2C112.5000%2064.9519%2C150.0000%200.0000%2C112.5000%200.0000%2C37.5000%22%20%2F%3E%3Cpolygon%20points%3D%220.0000%2C112.5000%2064.9519%2C150.0000%2064.9519%2C225.0000%200.0000%2C262.5000%20-64.9519%2C225.0000%20-64.9519%2C150.0000%22%20%2F%3E%3Cpolygon%20points%3D%22129.9038%2C112.5000%20194.8557%2C150.0000%20194.8557%2C225.0000%20129.9038%2C262.5000%2064.9519%2C225.0000%2064.9519%2C150.0000%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: repeat;
  background-size: 200px 350px;
  opacity: 0.59;
  mix-blend-mode: overlay;
  -webkit-mask-image: linear-gradient(
    to bottom right,
    transparent 50%,
    black 100%
  );
  mask-image: linear-gradient(to bottom right, transparent 50%, black 100%);
  pointer-events: none;
}
.honeycomb-overlay1 {
  position: absolute;
  inset: 0;

background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2075.34%20130.50%22%20width%3D%2275.34%22%20height%3D%22130.50%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23178bde%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpolygon%20points%3D%2237.6721%2C0.0000%2075.3442%2C21.7500%2075.3442%2C65.2500%2037.6721%2C87.0000%200.0000%2C65.2500%200.0000%2C21.7500%22%20%2F%3E%3Cpolygon%20points%3D%220.0000%2C65.2500%2037.6721%2C87.0000%2037.6721%2C130.5000%200.0000%2C152.2500%20-37.6721%2C130.5000%20-37.6721%2C87.0000%22%20%2F%3E%3Cpolygon%20points%3D%2275.3442%2C65.2500%20113.0163%2C87.0000%20113.0163%2C130.5000%2075.3442%2C152.2500%2037.6721%2C130.5000%2037.6721%2C87.0000%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: repeat;


  background-size: 6.6vw auto; 

  opacity: 0.23;
  mix-blend-mode: screen;

  pointer-events: none;

  -webkit-mask-image: linear-gradient(225deg, black 97%, transparent 99%);
  mask-image: linear-gradient(225deg, black 97%, transparent 99%);
}

.cta-hex {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding: 100px 24px;
  background: #132a73;
  text-align: center;
}

/* BASE BLUE */
.cta-hex__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #132a73 0%, #1b3a8a 100%);
  z-index: 1;
}

/* HONEYCOMB – FULL COVERAGE, NO MASK */
.cta-hex__honeycomb {
  position: absolute;
   z-index: 6;            /* 👈 higher than content */
  pointer-events: none; /* 👈 text still clickable */
  opacity: 0.35;  
  inset: 0;
  width: 100%;
  height: 100%;

  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 44.17 76.5"%3E%3Cg fill="none" stroke="%23ffffff" stroke-width="1"%3E%3Cpolygon points="22.08,0 44.17,12.75 44.17,38.25 22.08,51 0,38.25 0,12.75"/%3E%3Cpolygon points="0,38.25 22.08,51 22.08,76.5 0,89.25 -22.08,76.5 -22.08,51"/%3E%3Cpolygon points="44.17,38.25 66.25,51 66.25,76.5 44.17,89.25 22.08,76.5 22.08,51"/%3E%3C/g%3E%3C/svg%3E');

  background-repeat: repeat;
  background-size: 48px 84px;

  opacity: 0.25;
  mix-blend-mode: overlay;


  pointer-events: none;
}

/* CONTENT */
.cta-hex__content {
  position: relative;
  z-index: 5;
  max-width: 960px;
  margin: 0 auto;
  color: #fff;
}

/* TITLE */
.cta-hex__content h2 {
  font-size: 44px;
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 24px;
}

/* TEXT */
.cta-hex__content p {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.9;
  max-width: 820px;
  margin: 0 auto 40px;
}

/* BUTTON */
.cta-hex__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 999px;
  border: none;
  background: #5cc6ff;
  color: #0b245a;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta-hex__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.oca-hero {
  position: relative;
  width: 100%;
  height: 480px;
  overflow: hidden;
}

.oca-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.oca-hero__bg--dim {
  filter: brightness(0.5);
}

.oca-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}

.oca-hero__content {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 1024px) {
  .oca-hero {
    height: 520px;
  }
  .oca-hero__content {
    padding-left: 48px;
    padding-right: 48px;
  }
}
