/* Online Press hybrid homepage — #000a1e dark sections */

@font-face {
  font-family: "Monument Extended";
  src: url("/assets/images/onlinepress/MonumentExtended-Regular-2-1.woff2") format("woff2");
  font-display: swap;
}

:root {
  --navy: #000a1e;
  --cyan: #0aa7ed;
  --blue: #0aa7ed;
  --blue-soft: #0aa7ed;
  --white: #ffffff;
  --muted: #9aa3b5;
  --line: #1c2740;
  --card: #0b152c;
  --container: 1140px;
  --font-display: "Monument Extended", "Archivo", sans-serif;
  --font-body: "Archivo", "Inter", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body.op-page {
  margin: 0;
  background: var(--navy);
  color: var(--white);
  font-family: var(--font-body);
  overflow-x: hidden;
}

.op-page a { color: inherit; }
.op-container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }

/* —— Header —— */
.op-header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  transition: .3s ease;
  background: transparent;
}
.op-header.is-scrolled,
.op-header.is-solid {
  position: fixed;
  height: 76px;
  background: rgba(0, 10, 30, .96);
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, .35);
}
.op-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  max-width: 1190px;
}
.op-logo { display: block; width: 150px; flex: none; }
.op-logo img, .op-footer__logo { display: block; width: 100%; height: auto; }
.op-logo img {height: 50px;width: auto;}
.op-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1;
}
.op-nav a {
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  padding: 8px 15px;
  transition: color .2s;
}
.op-nav a:hover,
.op-nav a.is-active { color: var(--cyan); }
.op-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 28px;
  border: 1px solid transparent;
  border-radius: 48px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .25s, background .25s, color .25s, box-shadow .25s;
  cursor: pointer;
}
.op-btn:hover { transform: translateY(-2px); }
.op-btn--outline {
  min-height: 44px;
  min-width: 160px;
  padding: 10px 22px;
  border: 1px solid #fff;
  border-radius: 60px;
  background: transparent;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.op-btn--outline:hover { background: transparent; color: var(--cyan); border-color: var(--cyan); }
.op-btn--blue {
  background: #0aa7ed;
  color: #fff;
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: 600;
  border-radius: 48px;
  padding: 18px 30px;
  box-shadow: 0 10px 35px rgba(10, 167, 237, .35);
}
.op-btn--blue:hover { background: #0aa7ed; color: #fff; filter: brightness(0.92); }
.op-menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.op-menu-toggle span { display: block; width: 26px; height: 2px; background: #fff; margin: 5px 0; }

/* —— Shared —— */
.op-chip {
  display: inline-flex;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 38px;
  padding: 4px 16px;
  background: rgba(217, 217, 217, .18);
  box-shadow: 0 4px 15px rgba(255, 255, 255, .25);
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 39px;
  color: #fff;
}
.op-chip--small { padding: 5px 14px; font-size: 13px; line-height: 25px; }
.op-page em { color: var(--cyan); font-style: normal; }

/* Shared section titles — same family / size / weight everywhere */
.op-section-head,
.op-reach__head {
  max-width: 820px;
  margin: 0 auto 48px;
  text-align: center;
}
.op-section-head h2,
.op-reach__head h2,
.op-copy h2,
.op-cta .op-copy h2 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.op-section-head p,
.op-reach__head p {
  margin: 0 auto;
  max-width: 620px;
  color: #555;
  font-size: 16px;
  line-height: 1.7;
}
.op-eyebrow {
  display: block;
  margin-bottom: 10px;
  color: var(--blue-soft);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .02em;
}
.op-section-head .op-chip,
.op-section-head .op-eyebrow {
  margin-bottom: 16px;
}
.op-copy h2 em { display: block; font-size: 1.15em; }
.op-copy p { margin: 0; font-size: 16px; line-height: 1.7; color: #d7dce8; }

/* White-section titles stay dark; dark sections inherit white from parent */
.op-reach__head h2,
.op-media .op-section-head h2,
.op-standout .op-section-head h2 {
  color: #0a0a0a;
}

/* —— Hero banner —— */
.op-hero {
  position: relative;
  min-height: 700px;
  padding: 150px 0 90px;
  background: #000;
  overflow: hidden;
}
.op-hero__bg {
  position: absolute;
  top: -40px;
  right: -60px;
  width: min(980px, 68vw);
  height: calc(100% + 80px);
  background: url("/assets/images/onlinepress/8dfd966f0d024e7869161e1e1fbaf3db23ebc171-1.jpg") right center / cover no-repeat;
  filter: brightness(.78) contrast(1.4) saturate(2);
  pointer-events: none;
  z-index: 0;
}
.op-hero__bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, var(--navy) 0%, rgba(0, 10, 30, .72) 22%, rgba(0, 10, 30, .15) 48%, transparent 62%),
    linear-gradient(180deg, transparent 75%, var(--navy) 100%);
}
.op-hero__grid {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 460px;
}
.op-hero__copy { max-width: 640px; }
.op-hero h1 {
  margin: 28px 0 18px;
  font-family: "Outfit", var(--font-display), sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0;
  color: #fff;
}
.op-hero h1 em {
  display: block;
  white-space: nowrap;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--cyan);
}
.op-hero p {
  max-width: 560px;
  margin: 0 0 34px;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.55;
  color: #fff;
}

/* —— Reach / logos (white) —— */
.op-reach {
  padding: 80px 0 70px;
  background: #fff;
  color: #101010;
  overflow: hidden;
}
.op-reach__head { color: #101010; }
.op-reach__head h2 { color: #0a0a0a; }
.op-reach__sliders {
  display: grid;
  gap: 36px;
  margin-top: 28px;
  width: 100%;
  overflow: hidden;
}
.op-reach__slider {
  margin: 0;
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}
.op-reach__track {
  display: flex;
  width: max-content;
  align-items: center;
  will-change: transform;
}
.op-reach__slider--ltr .op-reach__track {
  animation: opReachMarqueeLtr 45s linear infinite;
}
.op-reach__slider--rtl .op-reach__track {
  animation: opReachMarqueeRtl 45s linear infinite;
}
.op-reach__slide {
  padding: 0 18px;
  outline: none;
  width: 200px;
  flex: 0 0 auto;
  box-sizing: content-box;
}
.op-reach__slide img {
  width: 200px;
  height: 60px;
  display: block;
  margin: 0 auto;
  object-fit: scale-down;
  pointer-events: none;
}
@keyframes opReachMarqueeLtr {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes opReachMarqueeRtl {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}
@media (prefers-reduced-motion: reduce) {
  .op-reach__slider--ltr .op-reach__track,
  .op-reach__slider--rtl .op-reach__track {
    animation: none;
  }
}

/* —— Solutions (dark / black version) —— */
.op-solutions {
  padding: 90px 0 0px;
  background: var(--navy);
  color: #fff;
}
.op-solutions .op-section-head {
  max-width: 920px;
  margin-bottom: 20px;
}
.op-solutions .op-section-head h2 {
  color: #fff;
}
.op-solutions .op-section-head h2 em {
  color: #0aa7ed;
  font-style: normal;
}
.op-solutions__grid {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  text-align: center;
  gap: 0;
  padding-top: 40px;
}
.op-sol-card {
  position: relative;
  flex: 1 1 25%;
  max-width: 25%;
  height: 350px;
  padding: 32px 22px;
  border-radius: 9px;
  background: transparent;
  border: 0;
  box-shadow: none;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
  transition: background .35s ease, box-shadow .35s ease;
  cursor: pointer;
}
.op-sol-card__icon {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  object-fit: contain;
  transform-origin: center top;
  filter: brightness(0) invert(1);
  opacity: .92;
  transition: filter .35s ease, transform .35s ease, opacity .35s ease, margin .35s ease;
}
.op-sol-card h3 {
  margin: 22px 0 0;
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #fff;
  transition: color .35s ease;
}
.op-sol-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  text-align: left;
  pointer-events: none;
  transition: max-height .35s ease, opacity .3s ease, margin .35s ease;
}
.op-sol-card li {
  position: relative;
  padding: 2px 0 2px 14px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
}
.op-sol-card li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
}
.op-sol-card__border {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 160px;
  background: rgba(255, 255, 255, .18);
  transform: translateY(-50%);
  pointer-events: none;
  transition: opacity .25s ease;
}
.op-sol-card.is-active {
  background: #0aa7ed;
  text-align: left;
  box-shadow: 0 18px 48px rgba(10, 167, 237, .45);
  z-index: 2;
}
.op-sol-card.is-active .op-sol-card__icon {
  filter: brightness(0) invert(1);
  opacity: 1;
  transform: scale(0.58);
  transform-origin: left top;
  margin-left: 0;
  margin-right: auto;
}
.op-sol-card.is-active h3 {
  color: #fff;
  text-align: left;
}
.op-sol-card.is-active ul {
  max-height: 120px;
  opacity: 1;
  margin-top: 10px;
  pointer-events: auto;
}
.op-sol-card.is-active .op-sol-card__border {
  opacity: 0;
}

/* —— Social Proof (dark #000a1e) —— */
.op-proof {
  padding: 100px 0;
  background: var(--navy);
}
.op-proof__grid {
  display: grid;
  grid-template-columns: 1fr 220px 1fr;
  gap: 36px;
  align-items: center;
}
.op-proof__graphic {
  position: relative;
  width: 210px;
  height: 210px;
  margin: 0 auto;
  display: grid;
  place-items: center;
}
.op-proof__center {
  position: relative;
  z-index: 2;
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--cyan);
  font-family: var(--font-display);
  font-size: 28px;
  color: var(--cyan);
  box-shadow: 0 0 40px rgba(10, 167, 237, .25);
  background: rgba(0, 20, 40, .6);
}
.op-orbit {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(10, 167, 237, .45);
  border-radius: 50%;
  animation: rotateIcon 14s linear infinite;
}
.op-orbit:before,
.op-orbit:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 18px var(--cyan);
}
.op-orbit--outer:before { top: 8%; left: 18%; }
.op-orbit--outer:after { bottom: 12%; right: 8%; }
.op-orbit--inner {
  inset: 28px;
  border-style: dashed;
  animation-direction: reverse;
  animation-duration: 18s;
}
.op-orbit--inner:before { top: -6px; left: 45%; }
.op-orbit--inner:after { bottom: 20%; left: -6px; }
.op-proof__points p {
  margin: 0 0 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #e4e8f2;
}

/* —— Publications (WHITE 3D coverflow) —— */
.op-media {
  padding: 90px 0 70px;
  background: #fff;
  color: #101010;
  overflow-x: clip;
  overflow-y: visible;
}
.op-media .op-section-head { margin-bottom: 36px; }
.op-media .op-section-head h2 em { color: #0aa7ed; }
.op-media__stage {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 10px 0 28px;
  min-height: 380px;
}
.op-media-swiper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 28px 0 48px;
  overflow: hidden;
}
.op-media-swiper .swiper-wrapper {
  align-items: center;
}
.op-media__slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.op-media__card {
  display: block;
  width: 100%;
  max-width: 210px;
  margin: 0 auto;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(10, 30, 60, .14);
  transition: border-color .35s ease, box-shadow .35s ease, transform .35s ease;
}
.op-media__card img {
  display: block;
  width: 100%;
  height: 310px;
  object-fit: cover;
  background: #f0f3f8;
  pointer-events: none;
}
.op-media-swiper .swiper-slide-shadow-left,
.op-media-swiper .swiper-slide-shadow-right {
  background: linear-gradient(to left, rgba(0, 10, 30, .28), transparent) !important;
  border-radius: 6px;
}
.op-media-swiper .swiper-slide-shadow-right {
  background: linear-gradient(to right, rgba(0, 10, 30, .28), transparent) !important;
}
.op-media-swiper .swiper-slide-active .op-media__card {
  border-color: #0aa7ed;
  box-shadow:
    0 0 0 1px rgba(10, 167, 237, .35),
    0 22px 50px rgba(10, 167, 237, .22);
  transform: translateY(-4px);
}
.op-media-swiper .swiper-slide-prev .op-media__card,
.op-media-swiper .swiper-slide-next .op-media__card {
  box-shadow: 0 14px 32px rgba(10, 30, 60, .12);
}
.op-media__dots {
  position: static !important;
  margin-top: 12px;
  text-align: center;
  width: 100%;
}
.op-media__dots .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #c5ccd8;
  opacity: 1;
  transition: background .25s ease, transform .25s ease;
}
.op-media__dots .swiper-pagination-bullet-active {
  background: #0aa7ed;
  transform: scale(1.2);
}

/* —— Stand out (white) —— */
.op-standout {
  padding: 90px 0 100px;
  background: #fff;
  color: #101010;
}
.op-standout__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.op-standout__grid article {
  position: relative;
  min-height: 180px;
  padding: 28px 18px 18px;
}
.op-standout__num {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(72px, 8vw, 110px);
  line-height: .85;
  color: transparent;
  -webkit-text-stroke: 1.5px #d5dbe8;
  margin-bottom: 12px;
}
.op-standout__grid h3 {
  margin: 0;
  max-width: 260px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  color: #0a0a0a;
}

/* —— Testimonials (dark) —— */
.op-testimonials {
  padding: 90px 0;
  background: var(--navy);
  color: #fff;
}
.op-testimonials .op-section-head h2 { color: #fff; }
.op-testimonials .op-section-head h2 em { color: #0aa7ed; }
.op-testimonials .op-section-head p { color: #9aa3b5; }
.op-testimonials .op-chip {
  border-color: rgba(255, 255, 255, .28);
  color: #fff;
  background: rgba(217, 217, 217, .12);
  box-shadow: 0 4px 15px rgba(0, 0, 0, .25);
}
.op-quote {
  position: relative;
  min-height: 280px;
  margin: 0 12px;
  padding: 28px;
  border-radius: 22px;
  background: #0f1a33;
  border: 1px solid #1e2c4a;
  box-shadow: 0 14px 36px rgba(0, 0, 0, .28);
}
.op-quote__quote {
  position: absolute;
  top: 12px;
  right: 24px;
  font-size: 72px;
  line-height: 1;
  color: rgba(255, 255, 255, .08);
  font-family: Georgia, serif;
}
.op-stars { margin: 0 0 14px; color: #ffbd00; letter-spacing: 2px; }
.op-quote p {
  margin: 0 0 24px;
  color: #c9d0df;
  font-size: 15px;
  line-height: 1.7;
  min-height: 110px;
}
.op-quote__top { display: flex; align-items: center; gap: 14px; }
.op-quote__top img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  background: #152238;
}
.op-quote__top strong { display: block; font-size: 16px; color: #fff; }
.op-quote__top span { display: block; margin-top: 3px; color: #8893a8; font-size: 13px; }
.op-testimonial-slider {
  position: relative;
  padding: 0 56px;
}
.op-testimonial-slider .slick-slide { opacity: .7; transition: .35s; }
.op-testimonial-slider .slick-active { filter: blur(0); opacity: 1; }
.op-testimonial-slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid !important;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(10, 167, 237, .35);
  border-radius: 50%;
  background: rgba(10, 167, 237, .12);
  color: #0aa7ed;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  box-shadow: none;
  transform: translate(0, -50%);
  transition: background .25s ease, border-color .25s ease, color .25s ease, box-shadow .25s ease;
}
.op-testimonial-slider .slick-arrow:before { display: none; content: none; }
.op-testimonial-slider .slick-arrow:hover,
.op-testimonial-slider .slick-arrow:focus {
  background: #0aa7ed;
  border-color: #0aa7ed;
  color: #fff;
  outline: none;
  box-shadow: 0 10px 28px rgba(10, 167, 237, .35);
  transform: translate(0, -50%);
}
.op-testimonial-slider .slick-prev { left: 0; }
.op-testimonial-slider .slick-next { right: 0; }
.op-testimonial-slider .slick-arrow i {
  display: block;
  line-height: 1;
  pointer-events: none;
}

/* —— Journey tabs (dark) —— */
.op-journey {
  padding: 90px 0 100px;
  background: var(--navy);
  color: #fff;
}
.op-journey .op-section-head h2 { color: #fff; }
.op-journey .op-eyebrow { color: #0aa7ed; }
.op-journey__layout {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 40px;
  align-items: stretch;
}
.op-journey__tabs { display: flex; flex-direction: column; gap: 12px; }
.op-journey__tab {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  width: 100%;
  text-align: left;
  padding: 18px 16px;
  border: 1px solid #1e2c4a;
  border-radius: 16px;
  background: #0b152c;
  cursor: pointer;
  transition: .25s;
}
.op-journey__tab:hover,
.op-journey__tab.is-active {
  border-color: rgba(10, 167, 237, .45);
  background: rgba(10, 167, 237, .14);
  box-shadow: 0 10px 28px rgba(10, 167, 237, .16);
}
.op-journey__tab-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(10, 167, 237, .12);
  color: #0aa7ed;
  flex: none;
}
.op-journey__tab strong { display: block; font-size: 16px; color: #fff; margin-bottom: 4px; }
.op-journey__tab small { display: block; color: #9aa3b5; font-size: 13px; line-height: 1.45; }
.op-journey__panels {
  padding: 36px 34px;
  border-radius: 22px;
  background: #0f1a33;
  border: 1px solid #1e2c4a;
}
.op-journey__panel h3 {
  margin: 0 0 14px;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}
.op-journey__panel p {
  margin: 0 0 24px;
  color: #c9d0df;
  font-size: 16px;
  line-height: 1.7;
}

/* —— CTA (white) —— */
.op-cta {
  padding: 90px 0;
  background: #fff;
  color: #0a0a0a;
}
.op-cta__grid {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 40px;
  align-items: center;
}
.op-cta .op-copy { max-width: 720px; }
.op-cta .op-copy h2 { color: #0a0a0a; }
.op-cta .op-copy p {
  margin: 0 0 24px;
  color: #555;
}
.op-cta__art { display: grid; place-items: center; min-height: 260px; }
.op-hire-ring-btn {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 50%;
  line-height: 0;
  transition: transform .25s ease;
}
.op-hire-ring-btn:hover,
.op-hire-ring-btn:focus-visible {
  transform: scale(1.05);
  outline: none;
}
.op-hire-ring-btn:focus-visible {
  box-shadow: 0 0 0 3px rgba(10, 167, 237, .35);
}
.op-hire-ring {
  width: 240px;
  height: 240px;
  animation: rotateIcon 12s linear infinite;
  pointer-events: none;
}
.op-hire-ring text { font: 20px "Archivo", sans-serif; letter-spacing: 1px; fill: #0a0a0a; }
.op-hire-ring circle { fill: var(--blue); }
.op-hire-ring .op-hire-arrow {
  font-size: 42px;
  fill: #fff;
  animation: rotateIcon 12s linear infinite reverse;
  transform-origin: 130px 130px;
}

/* —— Footer —— */
.op-footer {
  padding: 70px 0 28px;
  background: var(--navy);
  border-top: 1px solid #132038;
}
.op-footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 50px;
}
.op-footer__logo { max-width: 160px; margin-bottom: 18px; }
.op-footer p { color: var(--muted); line-height: 1.65; }
.op-footer h3 { margin: 0 0 18px; font-size: 16px; text-transform: uppercase; letter-spacing: .04em; }
.op-footer__grid a {
  display: block;
  margin: 0 0 12px;
  color: var(--muted);
  text-decoration: none;
}
.op-footer__grid a:hover { color: var(--cyan); }
.op-footer__disclaimer {
  margin: 48px 0 22px;
  padding-top: 24px;
  border-top: 1px solid #132038;
  font-size: 13px;
}
.op-footer__bottom {
  padding-top: 18px;
  border-top: 1px solid #132038;
  color: #6d778c;
  font-size: 14px;
}

@keyframes rotateIcon { to { transform: rotate(360deg); } }
@keyframes opPulse { 50% { transform: scale(1.15); opacity: .55; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .op-page * { animation: none !important; transition: none !important; }
}

@media (max-width: 1024px) {
  .op-nav { gap: 0; flex-wrap: wrap; justify-content: flex-end; }
  .op-nav a { font-size: 14px; padding: 8px 10px; }
  .op-header__cta { display: none; }
  .op-hero__bg { width: 75vw; opacity: .85; background-position: center right; background-size: cover; filter: brightness(.7) contrast(1.3) saturate(1.8); }
  .op-hero h1 { font-size: 34px; line-height: 1.35; }
  .op-hero h1 em { font-size: 42px; }
  .op-solutions__grid {
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 24px;
  }
  .op-sol-card {
    flex: 1 1 45%;
    max-width: 48%;
    padding: 28px 16px;
  }
  .op-sol-card__border { display: none; }
  .op-sol-card:nth-child(odd)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 120px;
    background: rgba(255, 255, 255, .18);
    transform: translateY(-50%);
  }
  .op-sol-card.is-active:nth-child(odd)::after { opacity: 0; }
  .op-proof__grid { grid-template-columns: 1fr; gap: 40px; }
  .op-journey__layout { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .op-container { width: min(100% - 28px, var(--container)); }
  .op-header { height: 72px; }
  .op-logo { width: 132px; }
  .op-logo img { height: 28px; }
  .op-menu-toggle { display: block; }
  .op-nav {
    display: none;
    position: absolute;
    top: 64px;
    left: 14px;
    right: 14px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 18px;
    background: #001433;
    border-radius: 14px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .4);
    flex: none;
  }
  .op-nav.is-open { display: flex; }
  .op-nav a { font-size: 16px; width: 100%; padding: 8px 4px; }
  .op-hero { min-height: 640px; padding: 120px 0 70px; }
  .op-hero__grid { min-height: auto; }
  .op-hero h1 { margin-top: 22px; font-size: 30px; line-height: 1.3; }
  .op-hero h1 em { font-size: 32px; white-space: normal; }
  .op-hero p { font-size: 15px; }
  .op-hero .op-btn--blue { padding: 15px 18px; font-size: 14px; }
  .op-chip { font-size: 14px; line-height: 28px; padding: 2px 12px; }
  .op-hero__bg {
    top: 180px;
    right: -120px;
    width: 560px;
    height: 420px;
    opacity: .55;
    background-position: center;
    background-size: cover;
  }
  .op-solutions__grid {
    flex-direction: column;
    gap: 8px;
  }
  .op-sol-card,
  .op-sol-card:nth-child(odd) {
    max-width: 100%;
    flex: 1 1 100%;
  }
  .op-sol-card:nth-child(odd)::after { display: none; }
  .op-testimonial-slider { padding: 0 44px; }
  .op-testimonial-slider .slick-arrow {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .op-standout__grid,
  .op-footer__grid,
  .op-cta__grid { grid-template-columns: 1fr; }
  .op-media-swiper { max-width: 100%; padding-left: 8px; padding-right: 8px; }
  .op-media__card { max-width: 160px; }
  .op-media__card img { height: 230px; }
  .op-journey__panels { padding: 24px 18px; }
  .op-journey__panel h3 { font-size: 22px; }
  .op-lead-modal__aside { padding: 28px 24px 20px; }
  .op-lead-modal__main { padding: 28px 24px 26px; }
  .op-lead-modal__close { top: 10px; right: 12px; }
}

/* —— Lead popup modal —— */
.op-lead-modal__dialog {
  max-width: min(860px, calc(100vw - 1.25rem));
  margin: 1rem auto;
}
.op-lead-modal__content {
  position: relative;
  border: 0;
  border-radius: 20px;
  overflow: hidden;
  background: transparent;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, .55),
    0 0 0 1px rgba(10, 167, 237, .12);
}
.op-lead-modal__close {
  position: absolute;
  top: 14px;
  right: 16px;
  z-index: 5;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #eef2f6;
  color: #101828;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .2s ease, color .2s ease;
}
.op-lead-modal__close:hover {
  background: rgba(10, 167, 237, .15);
  color: #0aa7ed;
}
.op-lead-modal__grid {
  display: grid;
  grid-template-columns: 0.92fr 1.4fr;
  min-height: 460px;
}
.op-lead-modal__aside {
  position: relative;
  padding: 40px 34px;
  background:
    radial-gradient(ellipse 80% 60% at 10% 0%, rgba(10, 167, 237, .18), transparent 55%),
    linear-gradient(160deg, #001433 0%, #000a1e 55%, #000616 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.op-lead-modal__badge {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 16px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(10, 167, 237, .35);
  background: rgba(10, 167, 237, .1);
  color: var(--cyan);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.op-lead-modal__aside-title {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: clamp(24px, 2.4vw, 30px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.op-lead-modal__aside-text {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
  line-height: 1.65;
}
.op-lead-modal__perks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.op-lead-modal__perks li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, .88);
  font-size: 14px;
  line-height: 1.45;
}
.op-lead-modal__perks i {
  margin-top: 3px;
  color: var(--cyan);
  font-size: 12px;
}
.op-lead-modal__main {
  padding: 40px 36px 32px;
  background: #fff;
  color: #101010;
}
.op-lead-modal__head { margin-bottom: 18px; padding-right: 28px; }
.op-lead-modal__title {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0a0a0a;
}
.op-lead-modal__lead {
  margin: 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.55;
}
.op-lead-modal__form {
  display: grid;
  gap: 14px;
}
.op-lead-modal__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.op-lead-modal__field {
  display: grid;
  gap: 6px;
  margin: 0;
}
.op-lead-modal__label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .02em;
  color: #475467;
}
.op-lead-modal__input-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  min-height: 48px;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
  background: #f8fafc;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.op-lead-modal__input-wrap:focus-within {
  background: #fff;
  border-color: #0aa7ed;
  box-shadow: 0 0 0 3px rgba(10, 167, 237, .15);
}
.op-lead-modal__input-wrap i {
  color: #98a2b3;
  font-size: 14px;
  width: 16px;
  text-align: center;
  flex-shrink: 0;
}
.op-lead-modal__input-wrap input,
.op-lead-modal__input-wrap textarea {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #101828;
  font-family: var(--font-body);
  font-size: 14px;
  padding: 12px 0;
}
.op-lead-modal__input-wrap input::placeholder,
.op-lead-modal__input-wrap textarea::placeholder {
  color: #98a2b3;
}
.op-lead-modal__input-wrap--area {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  min-height: 0;
}
.op-lead-modal__input-wrap--area i { margin-top: 4px; }
.op-lead-modal__input-wrap--area textarea {
  resize: vertical;
  min-height: 72px;
  line-height: 1.45;
  padding: 0;
}
.op-lead-modal__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 4px;
  padding: 14px 18px;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  background: #0aa7ed;
  color: #fff;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .01em;
  box-shadow: 0 12px 28px rgba(10, 167, 237, .35);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.op-lead-modal__submit:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 16px 34px rgba(10, 167, 237, .42);
}
.op-lead-modal__fineprint {
  margin: 2px 0 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  color: #98a2b3;
}
.modal-backdrop.show {
  background: #000a1e;
  opacity: .72;
}

@media (max-width: 767px) {
  .op-lead-modal__grid { grid-template-columns: 1fr; min-height: 0; }
  .op-lead-modal__aside { padding: 28px 22px 18px; }
  .op-lead-modal__main { padding: 24px 22px 22px; }
  .op-lead-modal__row { grid-template-columns: 1fr; }
  .op-lead-modal__perks { display: none; }
}

/* —— Thank you page —— */
.op-thankyou-page { min-height: 100vh; }
.op-thankyou-page .op-header.is-solid {
  position: fixed;
}
.op-thankyou {
  position: relative;
  min-height: calc(100vh - 220px);
  padding: 140px 0 90px;
  overflow: hidden;
  background: var(--navy);
}
.op-thankyou__glow {
  position: absolute;
  inset: -20% auto auto 50%;
  width: 720px;
  height: 720px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(10, 167, 237, .18) 0%, transparent 65%);
  pointer-events: none;
}
.op-thankyou__inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.op-thankyou__card {
  width: min(100%, 680px);
  padding: 48px 40px;
  text-align: center;
  border-radius: 24px;
  background: linear-gradient(165deg, rgba(15, 26, 51, .95), rgba(8, 16, 36, .98));
  border: 1px solid rgba(10, 167, 237, .16);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .35);
}
.op-thankyou__icon {
  display: inline-grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(10, 167, 237, .12);
  color: var(--cyan);
  font-size: 34px;
}
.op-thankyou__card h1 {
  margin: 16px 0 14px;
  font-family: var(--font-display);
  font-size: clamp(34px, 5vw, 48px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.op-thankyou__lead {
  margin: 0 auto 18px;
  max-width: 520px;
  color: #d7dce8;
  font-size: 17px;
  line-height: 1.7;
}
.op-thankyou__sub {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 14px;
}
.op-thankyou__contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 28px;
}
.op-thankyou__contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .04);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: border-color .2s ease, color .2s ease, background .2s ease;
}
.op-thankyou__contact:hover {
  border-color: rgba(10, 167, 237, .45);
  color: var(--cyan);
  background: rgba(10, 167, 237, .08);
}
.op-thankyou__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
@media (max-width: 767px) {
  .op-thankyou { padding: 120px 0 70px; }
  .op-thankyou__card { padding: 36px 22px; }
  .op-thankyou__actions .op-btn { width: 100%; }
}
