:root {
  --ocm-ink: #0b2533;
  --ocm-ink-soft: #506671;
  --ocm-navy: #07384a;
  --ocm-navy-deep: #041f2d;
  --ocm-teal: #00aeb8;
  --ocm-teal-dark: #008995;
  --ocm-cyan: #a7f1ee;
  --ocm-mint: #e8f8f6;
  --ocm-cream: #f7f8f4;
  --ocm-white: #ffffff;
  --ocm-line: rgba(11, 37, 51, 0.11);
  --ocm-shadow: 0 24px 70px rgba(4, 31, 45, 0.12);
}

html {
  scroll-behavior: smooth;
}

body.ocm-home {
  margin: 0;
  overflow-x: hidden;
  background: var(--ocm-cream);
  color: var(--ocm-ink);
  font-family: "DM Sans", "Open Sans", Arial, sans-serif;
}

.ocm-home *,
.ocm-home *::before,
.ocm-home *::after {
  box-sizing: border-box;
}

.ocm-home a {
  text-decoration: none;
}

.ocm-home .topbar {
  padding: 9px max(28px, calc((100vw - 1280px) / 2));
  background: var(--ocm-navy-deep);
  border: 0;
}

.ocm-home .topbar .phone-call2 .icon img {
  width: 20px;
  filter: brightness(0) invert(1);
  opacity: 0.76;
}

.ocm-home .topbar .phone-call2 .number span,
.ocm-home .topbar .phone-call2 .number h5 a {
  color: rgba(255, 255, 255, 0.78);
}

.ocm-home .topbar .phone-call2 .number h5 {
  margin-top: -5px;
}

.ocm-home .topbar .phone-call2 .number h5 a {
  font-size: 13px;
  letter-spacing: 0.01em;
}

.ocm-home header.header-area.style-2 {
  position: sticky;
  top: 0;
  z-index: 1040;
  min-height: 86px;
  padding: 0 max(28px, calc((100vw - 1280px) / 2));
  background: rgba(4, 31, 45, 0.97);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 42px rgba(4, 31, 45, 0.16);
  backdrop-filter: blur(18px);
}

.ocm-home header.header-area.style-2.sticky {
  background: rgba(4, 31, 45, 0.985);
  box-shadow: 0 14px 45px rgba(4, 31, 45, 0.22);
}

.ocm-home header.style-2 .header-logo {
  display: flex;
  align-items: center;
  min-width: 200px;
  padding: 10px 0;
}

.ocm-home header.style-2 .header-logo img {
  width: 190px;
  min-width: 0;
  max-height: 64px;
  object-fit: contain;
}

.ocm-home header.style-2 .main-nav ul li {
  padding: 0 11px;
}

.ocm-home header.style-2 .main-nav ul li > a {
  padding: 32px 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.ocm-home header.style-2 .main-nav ul li > a::after {
  position: absolute;
  right: 0;
  bottom: 23px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--ocm-teal);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.ocm-home header.style-2 .main-nav ul li > a:hover,
.ocm-home header.style-2 .main-nav ul li > a.active {
  color: var(--ocm-cyan);
}

.ocm-home header.style-2 .main-nav ul li > a:hover::after,
.ocm-home header.style-2 .main-nav ul li > a.active::after {
  transform: scaleX(1);
}

.ocm-home header.style-2 .main-nav ul li i {
  top: 34px;
  right: -13px;
  color: rgba(255, 255, 255, 0.72);
}

.ocm-home header.style-2 .main-nav ul li ul.sub-menu {
  min-width: 270px;
  padding: 10px;
  background: rgba(4, 31, 45, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0 0 18px 18px;
  box-shadow: var(--ocm-shadow);
}

.ocm-home header.style-2 .main-nav ul li ul.sub-menu > li {
  border: 0;
  border-radius: 10px;
}

.ocm-home header.style-2 .main-nav ul li ul.sub-menu > li > a {
  padding: 12px 13px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.35;
}

.ocm-home header.style-2 .main-nav ul li ul.sub-menu > li > a::after {
  display: none;
}

.ocm-home header.style-2 .main-nav ul li ul.sub-menu > li > a:hover {
  margin-left: 0;
  color: var(--ocm-white);
  background: rgba(0, 174, 184, 0.18);
}

.ocm-home .header-area .nav-right .eg-btn {
  padding: 0;
  overflow: hidden;
  background: var(--ocm-cyan);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(7, 56, 74, 0.18);
}

.ocm-home .header-area .nav-right .eg-btn a {
  display: flex;
  align-items: center;
  padding: 12px 18px;
  color: var(--ocm-navy-deep);
  font-size: 13px;
  font-weight: 800;
}

.ocm-home .header-area .nav-right .eg-btn:hover {
  background: var(--ocm-white);
  transform: translateY(-1px);
}

.ocm26-main {
  position: relative;
  overflow: hidden;
}

.ocm26-main h3 {
  font-family: "DM Sans", "Open Sans", Arial, sans-serif;
}

.ocm26-container {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.ocm26-hero {
  position: relative;
  min-height: 720px;
  padding: 86px 0 76px;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(232, 248, 246, 0.96), rgba(247, 248, 244, 0.86) 58%, rgba(255, 255, 255, 0.96)),
    radial-gradient(circle at 80% 10%, rgba(0, 174, 184, 0.14), transparent 42%);
}

.ocm26-hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image: radial-gradient(rgba(7, 56, 74, 0.08) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(to right, black, transparent 42%);
}

.ocm26-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.ocm26-orb--one {
  top: -180px;
  right: -120px;
  width: 430px;
  height: 430px;
  background: rgba(0, 174, 184, 0.11);
}

.ocm26-orb--two {
  bottom: -190px;
  left: 28%;
  width: 360px;
  height: 360px;
  background: rgba(7, 56, 74, 0.08);
}

.ocm26-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.86fr);
  gap: 86px;
  align-items: center;
}

.ocm26-eyebrow,
.ocm26-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ocm-teal-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ocm26-eyebrow {
  padding: 9px 13px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(0, 137, 149, 0.16);
  border-radius: 999px;
  box-shadow: 0 10px 35px rgba(4, 31, 45, 0.06);
}

.ocm26-eyebrow__dot {
  width: 8px;
  height: 8px;
  background: var(--ocm-teal);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(0, 174, 184, 0.12);
}

.ocm26-hero h1,
.ocm26-section h2,
.ocm26-final-cta h2 {
  margin: 0;
  color: var(--ocm-ink);
  font-family: "DM Sans", "Open Sans", Arial, sans-serif;
  letter-spacing: -0.045em;
}

.ocm26-hero h1 {
  max-width: 720px;
  margin-top: 24px;
  font-size: clamp(52px, 5.45vw, 82px);
  font-weight: 800;
  line-height: 0.99;
}

.ocm26-hero h1 span,
.ocm26-section h2 span {
  color: var(--ocm-teal-dark);
}

.ocm26-hero__lead {
  max-width: 660px;
  margin: 28px 0 0;
  color: var(--ocm-ink-soft);
  font-size: 18px;
  line-height: 1.75;
}

.ocm26-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.ocm26-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 14px 21px;
  border: 1px solid transparent;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.ocm26-btn:hover {
  transform: translateY(-3px);
}

.ocm26-btn--primary {
  color: var(--ocm-white);
  background: var(--ocm-navy);
  box-shadow: 0 16px 36px rgba(7, 56, 74, 0.2);
}

.ocm26-btn--primary:hover {
  color: var(--ocm-white);
  background: var(--ocm-teal-dark);
  box-shadow: 0 18px 42px rgba(0, 137, 149, 0.24);
}

.ocm26-btn--ghost {
  color: var(--ocm-ink);
  background: rgba(255, 255, 255, 0.55);
  border-color: var(--ocm-line);
}

.ocm26-btn--ghost:hover {
  color: var(--ocm-ink);
  background: var(--ocm-white);
  box-shadow: 0 14px 35px rgba(4, 31, 45, 0.08);
}

.ocm26-proof {
  display: flex;
  gap: 0;
  margin: 46px 0 0;
  padding: 0;
  list-style: none;
}

.ocm26-proof li {
  min-width: 145px;
  padding: 0 26px;
  border-left: 1px solid var(--ocm-line);
}

.ocm26-proof li:first-child {
  padding-left: 0;
  border-left: 0;
}

.ocm26-proof strong,
.ocm26-proof span {
  display: block;
}

.ocm26-proof strong {
  color: var(--ocm-navy);
  font-size: 18px;
  font-weight: 900;
}

.ocm26-proof span {
  margin-top: 3px;
  color: var(--ocm-ink-soft);
  font-size: 12px;
}

.ocm26-hero__visual {
  position: relative;
  min-height: 560px;
}

.ocm26-hero-card {
  position: absolute;
  inset: 0 20px 0 58px;
  overflow: hidden;
  background: var(--ocm-navy);
  border: 10px solid rgba(255, 255, 255, 0.75);
  border-radius: 34px 90px 34px 34px;
  box-shadow: var(--ocm-shadow);
  transform: rotate(2deg);
}

.ocm26-hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
  transform: scale(1.03);
}

.ocm26-hero-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(4, 31, 45, 0.92), rgba(4, 31, 45, 0.02) 56%);
}

.ocm26-hero-card__caption {
  position: absolute;
  right: 32px;
  bottom: 30px;
  left: 32px;
  color: var(--ocm-white);
}

.ocm26-hero-card__caption span,
.ocm26-hero-card__caption strong {
  display: block;
}

.ocm26-hero-card__caption span {
  margin-bottom: 7px;
  color: var(--ocm-cyan);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ocm26-hero-card__caption strong {
  max-width: 320px;
  font-size: 25px;
  line-height: 1.22;
}

.ocm26-float-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 245px;
  padding: 14px 16px;
  color: var(--ocm-ink);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(4, 31, 45, 0.15);
  backdrop-filter: blur(15px);
}

.ocm26-float-card strong,
.ocm26-float-card > span:last-child {
  display: block;
}

.ocm26-float-card > span:last-child {
  color: var(--ocm-ink-soft);
  font-size: 11px;
  line-height: 1.45;
}

.ocm26-float-card strong {
  color: var(--ocm-ink);
  font-size: 13px;
}

.ocm26-float-card--top {
  top: 48px;
  left: 0;
}

.ocm26-float-card--bottom {
  right: 0;
  bottom: 62px;
}

.ocm26-float-card__icon {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--ocm-white);
  background: var(--ocm-teal-dark);
  border-radius: 12px;
}

.ocm26-float-card__status {
  flex: 0 0 11px;
  width: 11px;
  height: 11px;
  background: #29bf62;
  border: 3px solid rgba(41, 191, 98, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
}

.ocm26-trustbar {
  position: relative;
  z-index: 4;
  margin-top: -1px;
  padding: 24px 0;
  color: var(--ocm-white);
  background: var(--ocm-navy-deep);
}

.ocm26-trustbar__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.ocm26-trustbar__grid > div {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 34px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.ocm26-trustbar__grid > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.ocm26-trustbar i {
  color: var(--ocm-cyan);
  font-size: 26px;
}

.ocm26-trustbar span,
.ocm26-trustbar strong {
  display: block;
}

.ocm26-trustbar strong {
  margin-bottom: 2px;
  font-size: 14px;
}

.ocm26-trustbar span {
  color: rgba(255, 255, 255, 0.63);
  font-size: 11px;
}

.ocm26-section {
  padding: 112px 0;
}

.ocm26-services {
  background: var(--ocm-white);
}

.ocm26-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(310px, 0.55fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 52px;
}

.ocm26-section h2 {
  max-width: 760px;
  margin-top: 15px;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 800;
  line-height: 1.07;
}

.ocm26-section-head > p,
.ocm26-section-head--center > p {
  margin: 0;
  color: var(--ocm-ink-soft);
  font-size: 16px;
  line-height: 1.75;
}

.ocm26-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.ocm26-service-card {
  min-width: 0;
}

.ocm26-service-card__link {
  display: flex;
  height: 100%;
  min-height: 590px;
  overflow: hidden;
  color: var(--ocm-ink);
  background: var(--ocm-cream);
  border: 1px solid var(--ocm-line);
  border-radius: 24px;
  flex-direction: column;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.ocm26-service-card__link:hover {
  color: var(--ocm-ink);
  border-color: rgba(0, 137, 149, 0.35);
  box-shadow: 0 26px 65px rgba(4, 31, 45, 0.13);
  transform: translateY(-8px);
}

.ocm26-service-card__media {
  position: relative;
  height: 325px;
  overflow: hidden;
  background: var(--ocm-mint);
}

.ocm26-service-card__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to top, rgba(4, 31, 45, 0.18), transparent 48%);
}

.ocm26-service-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.55s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.ocm26-service-card__link:hover .ocm26-service-card__media img {
  transform: scale(1.045);
}

.ocm26-service-card__number {
  position: absolute;
  z-index: 2;
  top: 17px;
  right: 17px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--ocm-white);
  background: rgba(4, 31, 45, 0.73);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.ocm26-service-card__body {
  display: flex;
  flex: 1;
  padding: 28px 27px 27px;
  flex-direction: column;
}

.ocm26-service-card__label {
  color: var(--ocm-teal-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ocm26-service-card h3 {
  margin: 12px 0 13px;
  color: var(--ocm-ink);
  font-size: 23px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.ocm26-service-card p {
  margin: 0 0 24px;
  color: var(--ocm-ink-soft);
  font-size: 14px;
  line-height: 1.65;
}

.ocm26-service-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--ocm-navy);
  font-size: 13px;
  font-weight: 900;
}

.ocm26-service-card__cta i {
  transition: transform 0.25s ease;
}

.ocm26-service-card__link:hover .ocm26-service-card__cta i {
  transform: translateX(5px);
}

.ocm26-process {
  position: relative;
  color: var(--ocm-white);
  background:
    radial-gradient(circle at 9% 0, rgba(0, 174, 184, 0.24), transparent 28%),
    var(--ocm-navy-deep);
}

.ocm26-process::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 38%;
  height: 100%;
  pointer-events: none;
  content: "";
  background: linear-gradient(135deg, transparent 15%, rgba(167, 241, 238, 0.05));
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
}

.ocm26-process__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: 105px;
  align-items: center;
}

.ocm26-kicker--light {
  color: var(--ocm-cyan);
}

.ocm26-process h2,
.ocm26-final-cta h2 {
  color: var(--ocm-white);
}

.ocm26-process h2 span {
  color: var(--ocm-cyan);
}

.ocm26-process__intro > p {
  margin: 24px 0 28px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 16px;
  line-height: 1.75;
}

.ocm26-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ocm-white);
  font-size: 14px;
  font-weight: 900;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.ocm26-text-link:hover {
  color: var(--ocm-cyan);
}

.ocm26-process__steps {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ocm26-process__steps li {
  display: grid;
  grid-template-columns: 66px 1fr;
  gap: 20px;
  align-items: start;
  padding: 25px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  transition: background 0.25s ease, transform 0.25s ease;
}

.ocm26-process__steps li:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(5px);
}

.ocm26-process__steps li > span {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  color: var(--ocm-navy-deep);
  background: var(--ocm-cyan);
  border-radius: 16px;
  font-size: 13px;
  font-weight: 900;
}

.ocm26-process__steps h3 {
  margin: 2px 0 6px;
  color: var(--ocm-white);
  font-size: 20px;
  font-weight: 800;
}

.ocm26-process__steps p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.6;
}

.ocm26-values {
  background: var(--ocm-mint);
}

.ocm26-section-head--center {
  display: block;
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.ocm26-section-head--center h2 {
  margin-right: auto;
  margin-left: auto;
}

.ocm26-section-head--center > p {
  max-width: 640px;
  margin: 22px auto 0;
}

.ocm26-values__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ocm26-values__grid article {
  padding: 30px 27px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  box-shadow: 0 18px 48px rgba(4, 31, 45, 0.06);
}

.ocm26-values__grid article > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--ocm-white);
  background: var(--ocm-navy);
  border-radius: 14px;
  font-size: 19px;
}

.ocm26-values__grid h3 {
  margin: 22px 0 9px;
  color: var(--ocm-ink);
  font-size: 18px;
  font-weight: 800;
}

.ocm26-values__grid p {
  margin: 0;
  color: var(--ocm-ink-soft);
  font-size: 13px;
  line-height: 1.7;
}

.ocm26-testimonials {
  background: var(--ocm-white);
}

.ocm26-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.ocm26-testimonial {
  display: flex;
  min-height: 300px;
  padding: 30px;
  background: var(--ocm-cream);
  border: 1px solid var(--ocm-line);
  border-radius: 22px;
  flex-direction: column;
}

.ocm26-testimonial__stars {
  color: #e2a72b;
  font-size: 15px;
  letter-spacing: 0.12em;
}

.ocm26-testimonial blockquote {
  margin: 25px 0 26px;
  color: var(--ocm-ink);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
}

.ocm26-testimonial footer {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--ocm-line);
}

.ocm26-testimonial footer span,
.ocm26-testimonial footer small {
  display: block;
}

.ocm26-testimonial footer span {
  color: var(--ocm-ink);
  font-size: 14px;
  font-weight: 900;
}

.ocm26-testimonial footer small {
  margin-top: 2px;
  color: var(--ocm-ink-soft);
  font-size: 11px;
}

.ocm26-final-cta {
  padding: 0 0 112px;
  background: var(--ocm-white);
}

.ocm26-final-cta__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  gap: 55px;
  align-items: center;
  padding: 58px 62px;
  overflow: hidden;
  color: var(--ocm-white);
  background:
    radial-gradient(circle at 86% 10%, rgba(167, 241, 238, 0.24), transparent 25%),
    linear-gradient(125deg, var(--ocm-navy-deep), var(--ocm-navy));
  border-radius: 30px;
  box-shadow: var(--ocm-shadow);
}

.ocm26-final-cta__inner::after {
  position: absolute;
  right: -70px;
  bottom: -100px;
  width: 280px;
  height: 280px;
  content: "";
  border: 55px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}

.ocm26-final-cta h2 {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin-top: 15px;
  font-size: clamp(34px, 3.7vw, 52px);
  line-height: 1.08;
}

.ocm26-final-cta__actions {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 24px;
}

.ocm26-btn--light {
  white-space: nowrap;
  color: var(--ocm-navy-deep);
  background: var(--ocm-cyan);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.15);
}

.ocm26-btn--light:hover {
  color: var(--ocm-navy-deep);
  background: var(--ocm-white);
}

.ocm26-final-cta__phone span,
.ocm26-final-cta__phone strong {
  display: block;
}

.ocm26-final-cta__phone span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ocm26-final-cta__phone strong {
  margin-top: 4px;
  white-space: nowrap;
  color: var(--ocm-white);
  font-size: 17px;
}

.ocm-home .footer-section.sibling2 {
  background: #031a26;
}

.ocm-home .footer-section .footer-top {
  padding-top: 86px;
  padding-bottom: 60px;
}

.ocm-home .footer-section.sibling2 h4,
.ocm-home .footer-section.sibling2 .footer-about .open-hour h6 {
  color: var(--ocm-cyan);
}

.ocm-home .footer-section .footer-about > img {
  max-width: 210px;
}

.ocm-home .footer-section .footer-about p,
.ocm-home .footer-section .link-list a,
.ocm-home .footer-section .contact-list a,
.ocm-home .footer-section .contact-list .text,
.ocm-home .footer-section .footer-module-workhour-div {
  color: rgba(255, 255, 255, 0.68);
}

.ocm-home .footer-section .link-list a:hover,
.ocm-home .footer-section .contact-list a:hover {
  color: var(--ocm-cyan);
}

@media (max-width: 1199px) {
  .ocm-home header.header-area.style-2 {
    min-height: 76px;
    padding: 0 24px;
  }

  .ocm-home header.style-2 .header-logo {
    padding: 8px 0;
  }

  .ocm-home header.style-2 .header-logo img {
    width: 175px;
    max-height: 58px;
  }

  .ocm-home header.style-2 .main-nav {
    background: var(--ocm-navy-deep);
  }

  .ocm-home header.style-2 .main-nav ul li > a,
  .ocm-home header.style-2 .main-nav ul li i {
    color: var(--ocm-white);
  }

  .ocm-home header.style-2 .main-nav ul li > a::after {
    display: none;
  }

  .ocm-home .mobile-menu-btn i {
    color: var(--ocm-cyan) !important;
    font-size: 29px;
  }

  .ocm26-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.8fr);
    gap: 45px;
  }

  .ocm26-hero h1 {
    font-size: clamp(48px, 5.8vw, 66px);
  }

  .ocm26-hero__visual {
    min-height: 515px;
  }

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

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

  .ocm26-final-cta__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .ocm26-hero {
    padding-top: 65px;
  }

  .ocm26-hero__grid,
  .ocm26-process__grid {
    grid-template-columns: 1fr;
  }

  .ocm26-hero__grid {
    gap: 60px;
  }

  .ocm26-hero__content {
    max-width: 760px;
  }

  .ocm26-hero__visual {
    width: min(620px, 100%);
    margin: 0 auto;
  }

  .ocm26-trustbar__grid {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .ocm26-trustbar__grid > div,
  .ocm26-trustbar__grid > div:first-child {
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 0;
  }

  .ocm26-trustbar__grid > div:first-child {
    border-top: 0;
  }

  .ocm26-section-head {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .ocm26-section-head > p {
    max-width: 680px;
  }

  .ocm26-process__grid {
    gap: 55px;
  }
}

@media (max-width: 767px) {
  .ocm26-container {
    width: min(100% - 32px, 640px);
  }

  .ocm-home header.header-area.style-2 {
    min-height: 68px;
    padding: 0 16px;
  }

  .ocm-home header.style-2 .header-logo img {
    width: 150px;
    max-height: 51px;
  }

  .ocm26-hero {
    min-height: 0;
    padding: 52px 0 64px;
  }

  .ocm26-hero h1 {
    margin-top: 20px;
    font-size: clamp(42px, 13vw, 60px);
    line-height: 1;
  }

  .ocm26-hero__lead {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.7;
  }

  .ocm26-eyebrow {
    max-width: 100%;
    padding: 9px 12px;
    font-size: 10px;
    letter-spacing: 0.08em;
  }

  .ocm26-actions,
  .ocm26-actions .ocm26-btn {
    width: 100%;
  }

  .ocm26-proof {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 35px;
  }

  .ocm26-proof li,
  .ocm26-proof li:first-child {
    min-width: 0;
    padding: 0 10px;
    border-left: 1px solid var(--ocm-line);
  }

  .ocm26-proof li:first-child {
    padding-left: 0;
    border-left: 0;
  }

  .ocm26-proof strong {
    font-size: 14px;
  }

  .ocm26-proof span {
    font-size: 10px;
    line-height: 1.35;
  }

  .ocm26-hero__visual {
    min-height: 450px;
  }

  .ocm26-hero-card {
    inset: 0 8px 0 24px;
    border-width: 7px;
    border-radius: 24px 60px 24px 24px;
  }

  .ocm26-hero-card__caption {
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .ocm26-hero-card__caption strong {
    font-size: 21px;
  }

  .ocm26-float-card {
    min-width: 220px;
    padding: 11px 13px;
  }

  .ocm26-float-card--top {
    top: 28px;
  }

  .ocm26-float-card--bottom {
    right: 0;
    bottom: 32px;
  }

  .ocm26-section {
    padding: 78px 0;
  }

  .ocm26-section-head {
    margin-bottom: 35px;
  }

  .ocm26-section h2,
  .ocm26-final-cta h2 {
    font-size: clamp(34px, 10.5vw, 48px);
  }

  .ocm26-service-grid,
  .ocm26-values__grid,
  .ocm26-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .ocm26-service-card__link {
    min-height: 0;
  }

  .ocm26-service-card__media {
    height: 340px;
  }

  .ocm26-process__steps li {
    grid-template-columns: 52px 1fr;
    gap: 15px;
    padding: 20px 17px;
  }

  .ocm26-process__steps li > span {
    width: 48px;
    height: 48px;
  }

  .ocm26-process__steps h3 {
    font-size: 17px;
  }

  .ocm26-final-cta {
    padding-bottom: 78px;
  }

  .ocm26-final-cta__inner {
    gap: 34px;
    padding: 42px 24px;
    border-radius: 24px;
  }

  .ocm26-final-cta__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ocm26-final-cta__phone {
    text-align: center;
  }
}

@media (max-width: 420px) {
  .ocm26-hero__visual {
    min-height: 410px;
  }

  .ocm26-float-card--top {
    left: -4px;
  }

  .ocm26-float-card--bottom {
    right: -5px;
  }

  .ocm26-service-card__media {
    height: 315px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .ocm-home *,
  .ocm-home *::before,
  .ocm-home *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
