/* OUR Creativity — charte studio + relief créatif (mobile first) */
:root {
  --oc-blue: #0258c0;
  --oc-blue-deep: #023a8c;
  --oc-turquoise: #00c2c4;
  --oc-yellow: #ffc400;
  --oc-coral: #ff6666;
  --oc-violet: #6b4dff;
  --oc-ink: #111111;
  --oc-anthracite: #1a1a1a;
  --oc-grey-dark: #5e5e5e;
  --oc-grey-mid: #9e9e9e;
  --oc-grey-light: #e2e8f0;
  --oc-off: #f5f5f5;
  --oc-white: #ffffff;
  --oc-radius: 12px;
  --oc-radius-sm: 8px;
  --oc-radius-lg: 28px;
  --oc-radius-organic: 24px 10px 22px 16px;
  --font-display: "Montserrat", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
  --oc-shadow-soft: 0 18px 48px rgba(2, 88, 192, 0.1);
  --oc-shadow-lift: 0 28px 70px rgba(17, 17, 17, 0.12);
  --oc-glow-blue: 0 0 80px rgba(2, 88, 192, 0.18);
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: clip;
  background-color: #121826;
}

body.oc-site {
  font-family: var(--font-body);
  color: var(--oc-anthracite);
  background-color: var(--oc-off);
  background-image:
    linear-gradient(165deg, rgba(255, 255, 255, 0.92) 0%, transparent 42%),
    radial-gradient(ellipse 100% 80% at 0% 0%, rgba(2, 88, 192, 0.11), transparent 52%),
    radial-gradient(ellipse 80% 60% at 100% 0%, rgba(107, 77, 255, 0.08), transparent 48%),
    radial-gradient(ellipse 70% 50% at 80% 100%, rgba(0, 194, 196, 0.1), transparent 50%),
    radial-gradient(ellipse 50% 40% at 10% 85%, rgba(255, 198, 0, 0.09), transparent 45%);
  background-attachment: scroll;
  text-rendering: optimizeLegibility;
  max-width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
}

/* Grain léger + trame diagonale (sans image externe) */
body.oc-site::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.38;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),
    repeating-linear-gradient(
      -18deg,
      transparent,
      transparent 11px,
      rgba(2, 88, 192, 0.02) 11px,
      rgba(2, 88, 192, 0.02) 12px
    );
}

body.oc-site > *:not(.site-header):not(.scroll-top-btn) {
  position: relative;
  z-index: 1;
}

#contenu-principal {
  flex: 1 0 auto;
  overflow-x: clip;
  max-width: 100%;
}

h1,
h2,
h3,
.h1,
.h2,
.h3,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  font-family: var(--font-display);
  letter-spacing: -0.03em;
}

.display-creative {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.015em;
  font-size: clamp(2.1rem, 4.8vw, 3.25rem);
  overflow-wrap: break-word;
  hyphens: manual;
  color: var(--oc-ink);
  font-synthesis: none;
}

.text-gradient {
  display: inline-block;
  vertical-align: bottom;
  /* Dégradé resserré : moins de « trou » terne entre turquoise et corail */
  background: linear-gradient(
    115deg,
    var(--oc-violet) 0%,
    var(--oc-blue) 28%,
    var(--oc-turquoise) 52%,
    #12d4c8 68%,
    var(--oc-coral) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  -webkit-font-smoothing: antialiased;
}

.text-gradient-subtle {
  display: inline-block;
  vertical-align: bottom;
  background: linear-gradient(90deg, var(--oc-blue), var(--oc-turquoise));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

.brand-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #4a9fff, var(--oc-blue));
  box-shadow: 0 0 0 4px rgba(2, 88, 192, 0.2);
  flex-shrink: 0;
}

.brand-text strong {
  font-weight: 800;
  color: var(--oc-blue);
}

.brand-text em {
  font-style: italic;
  font-weight: 600;
  color: var(--oc-anthracite);
}

.site-header.z-fixed {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%;
  max-width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.97) 100%);
  box-shadow: 0 1px 0 rgba(2, 88, 192, 0.1), 0 12px 40px rgba(18, 24, 38, 0.04);
}

.site-header.is-scrolled {
  box-shadow: 0 1px 0 rgba(2, 88, 192, 0.12), 0 16px 48px rgba(18, 24, 38, 0.08);
}

.navbar-oc.navbar {
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background-color: rgba(255, 255, 255, 0.88) !important;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.9) 50%, rgba(255, 255, 255, 0.92) 100%) !important;
  border-bottom: 1px solid rgba(2, 88, 192, 0.1) !important;
  box-shadow: inset 0 -1px 0 rgba(0, 194, 196, 0.12);
}

.navbar-oc .navbar-brand {
  letter-spacing: -0.02em;
}

.navbar-oc .nav-link {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0;
  color: var(--oc-grey-dark);
  position: relative;
  padding-bottom: 0.35rem !important;
}

.navbar-oc .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--oc-blue), var(--oc-turquoise));
  transform: translateX(-50%);
  transition: width 0.25s ease;
}

.navbar-oc .nav-link:hover::after,
.navbar-oc .nav-link.active::after {
  width: 70%;
}

.navbar-oc .nav-link:hover,
.navbar-oc .nav-link:focus {
  color: var(--oc-blue);
}

.navbar-oc .nav-link.active {
  color: var(--oc-blue);
}

.scroll-top-btn {
  position: fixed !important;
  right: 1rem;
  bottom: 1.25rem;
  z-index: 1025;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, var(--oc-blue), var(--oc-blue-deep));
  color: #fff;
  border: none;
  box-shadow: 0 10px 28px rgba(2, 88, 192, 0.35);
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.5rem);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, box-shadow 0.2s ease;
  text-decoration: none;
}

.scroll-top-btn:hover,
.scroll-top-btn:focus-visible {
  color: #fff;
  box-shadow: 0 14px 36px rgba(2, 88, 192, 0.45);
  transform: translateY(-2px);
}

.scroll-top-btn.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-top-btn.is-visible:hover,
.scroll-top-btn.is-visible:focus-visible {
  transform: translateY(-2px);
}

.scroll-top-btn i {
  font-size: 1.25rem;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .navbar-oc .navbar-collapse {
    margin-top: 0.75rem;
    padding: 1rem 1.25rem;
    border-radius: var(--oc-radius-sm);
    background: rgba(255, 255, 255, 0.99);
    border: 1px solid rgba(2, 88, 192, 0.12);
    box-shadow: var(--oc-shadow-soft);
  }
}

.btn-primary {
  --bs-btn-bg: linear-gradient(135deg, #0268ea 0%, var(--oc-blue) 45%, #0246a8 100%);
  --bs-btn-border-color: transparent;
  --bs-btn-hover-bg: #0246a8;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-bg: #023d94;
  --bs-btn-active-border-color: transparent;
  background: linear-gradient(135deg, #0a6ef0 0%, var(--oc-blue) 40%, var(--oc-blue-deep) 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.875rem;
  border-radius: var(--oc-radius-sm);
  box-shadow: 0 4px 18px rgba(2, 88, 192, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.btn-primary:hover {
  transform: translateY(-1px);
}

/* Boutons compacts (évite le btn-lg trop massif sur les bandeaux bleus) */
.btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1.15rem;
  --bs-btn-font-size: 0.9375rem;
  --bs-btn-line-height: 1.45;
}

.service-hero__actions .btn,
.service-cta-band__actions .btn {
  --bs-btn-padding-y: 0.42rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-line-height: 1.4;
  font-family: var(--font-display);
  font-weight: 600;
  border-radius: var(--oc-radius-sm);
}

.service-hero__actions .btn-outline-light,
.service-cta-band__actions .btn-outline-light {
  --bs-btn-border-width: 1.5px;
}

.hero-actions .btn {
  --bs-btn-padding-y: 0.45rem;
  --bs-btn-padding-x: 1.05rem;
  --bs-btn-font-size: 0.875rem;
}

.btn-outline-primary {
  --bs-btn-color: var(--oc-blue);
  --bs-btn-border-color: rgba(2, 88, 192, 0.45);
  --bs-btn-hover-bg: var(--oc-blue);
  --bs-btn-hover-border-color: var(--oc-blue);
  border-width: 2px;
  border-radius: var(--oc-radius-sm);
  font-family: var(--font-display);
  font-weight: 600;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6) inset;
}

.btn-coral {
  --bs-btn-bg: var(--oc-coral);
  --bs-btn-border-color: var(--oc-coral);
  --bs-btn-hover-bg: #e85555;
  --bs-btn-hover-border-color: #e85555;
  color: #fff;
  font-family: var(--font-display);
  font-weight: 600;
  border-radius: var(--oc-radius-sm);
}

.btn-coral:hover {
  color: #fff;
  transform: translateY(-1px);
}

.pill-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.95rem;
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  border: 1px solid transparent;
}

.pill-tag--blue {
  background: rgba(2, 88, 192, 0.1);
  color: var(--oc-blue);
  border-color: rgba(2, 88, 192, 0.18);
}

.pill-tag--yellow {
  background: rgba(255, 198, 0, 0.28);
  color: #4a3b00;
  border-color: rgba(212, 160, 0, 0.35);
}

.pill-tag--coral {
  background: rgba(255, 107, 107, 0.18);
  color: #b32d2d;
  border-color: rgba(255, 107, 107, 0.35);
}

/* Hero : intro en block (pas flex+gap) — sinon les retours à la ligne / indentations
   entre balises deviennent des flex items anonymes et le gap double l’espace visuel. */
.hero-intro-text {
  display: block;
  margin-bottom: 1.5rem;
}

.hero-intro-text > h1 {
  margin: 0 0 0.35rem;
}

.hero-intro-body {
  display: block;
  max-width: 38rem;
}

.hero-intro-body > p {
  margin-top: 0;
  margin-bottom: 0;
}

.hero-intro-body > p + p {
  margin-top: 0.4rem;
}

.hero-intro-text .display-creative {
  line-height: 1.05;
}

.hero-intro-text .lead {
  font-size: 1.1rem;
  line-height: 1.45;
}

.hero-section {
  position: relative;
  overflow: hidden;
  min-height: 72vh;
  display: flex;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 80%, rgba(255, 107, 107, 0.11), transparent 35%),
    radial-gradient(circle at 85% 20%, rgba(255, 198, 0, 0.15), transparent 30%);
  pointer-events: none;
}

.hero-blob {
  position: absolute;
  width: min(52vw, 420px);
  max-width: 100%;
  aspect-ratio: 1;
  border-radius: 42% 58% 48% 52% / 55% 45% 55% 45%;
  background: linear-gradient(145deg, rgba(2, 88, 192, 0.15), rgba(0, 194, 196, 0.12));
  right: max(-5%, -2rem);
  top: 10%;
  animation: blob-morph 18s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

.hero-blob--2 {
  width: min(32vw, 240px);
  max-width: 100%;
  left: max(-3%, -1rem);
  bottom: 5%;
  top: auto;
  right: auto;
  background: linear-gradient(200deg, rgba(255, 198, 0, 0.2), rgba(255, 107, 107, 0.12));
  animation-delay: -6s;
}

@keyframes blob-morph {
  0%,
  100% {
    border-radius: 42% 58% 48% 52% / 55% 45% 55% 45%;
    transform: rotate(0deg) scale(1);
  }
  33% {
    border-radius: 58% 42% 62% 38% / 48% 52% 44% 56%;
    transform: rotate(6deg) scale(1.03);
  }
  66% {
    border-radius: 48% 52% 42% 58% / 52% 48% 58% 42%;
    transform: rotate(-4deg) scale(0.98);
  }
}

.hero-grid-lines {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(2, 88, 192, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(2, 88, 192, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 70% at 50% 40%, black 20%, transparent 75%);
  pointer-events: none;
  z-index: 0;
}

/* Composition visuelle hero (sans image lourde) */
.hero-visual-stack {
  position: relative;
  min-height: 280px;
  z-index: 1;
  overflow: visible;
  max-width: 100%;
}

@media (min-width: 992px) {
  .hero-visual-stack {
    min-height: 320px;
  }
}

.hero-visual-stack__orbit {
  position: absolute;
  width: 200px;
  height: 200px;
  border: 2px dashed rgba(2, 88, 192, 0.2);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: spin-slow 32s linear infinite;
  z-index: 0;
}

@keyframes spin-slow {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.hero-visual-stack__card {
  position: absolute;
  border-radius: var(--oc-radius);
  background: #fff;
  box-shadow: var(--oc-shadow-lift);
  border: 1px solid rgba(2, 88, 192, 0.1);
}

.hero-visual-stack__card--1 {
  width: 72%;
  left: 0;
  top: 8%;
  height: 120px;
  background: linear-gradient(135deg, #fff 0%, #eef5ff 100%);
  transform: rotate(-3deg);
  z-index: 1;
}

.hero-visual-stack__card--2 {
  width: 62%;
  right: 0;
  bottom: 12%;
  min-height: 100px;
  height: auto;
  background: linear-gradient(135deg, #fff 0%, #e8fbfa 100%);
  transform: rotate(4deg);
  z-index: 2;
}

.hero-visual-stack__card--3 {
  left: 4%;
  right: auto;
  top: auto;
  bottom: 14%;
  width: 38%;
  max-width: 152px;
  min-height: 72px;
  height: auto;
  padding: 0.5rem 0.65rem;
  background: linear-gradient(120deg, var(--oc-yellow), #ffe566);
  border: none;
  transform: rotate(-2deg);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.8rem;
  line-height: 1.15;
  color: var(--oc-anthracite);
  z-index: 3;
  box-shadow: var(--oc-shadow-lift);
}

.hero-visual-stack__dot {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--oc-coral);
  top: 18%;
  right: 12%;
  box-shadow: 0 0 0 6px rgba(255, 107, 107, 0.25);
  z-index: 4;
}

/* Marquee */
.oc-marquee {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background: linear-gradient(100deg, var(--oc-violet) 0%, var(--oc-blue) 35%, #0278f0 55%, var(--oc-turquoise) 100%);
  color: #fff;
  padding: 0.7rem 0;
  border-block: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.oc-marquee__track {
  display: flex;
  width: max-content;
  gap: 3rem;
  animation: marquee-scroll 38s linear infinite;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  white-space: nowrap;
}

.oc-marquee__track:hover {
  animation-play-state: paused;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Stats */
.stat-bubble {
  text-align: center;
  padding: 1.25rem 1rem;
  border-radius: 22px 14px 20px 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f7fd 100%);
  border: 1px solid rgba(2, 88, 192, 0.1);
  box-shadow: var(--oc-shadow-soft);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-bubble:hover {
  transform: translateY(-6px) rotate(-1.25deg);
  box-shadow: var(--oc-shadow-lift);
}

.stat-bubble__num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  line-height: 1;
  background: linear-gradient(120deg, var(--oc-violet), var(--oc-blue), var(--oc-turquoise));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.stat-bubble__label {
  font-size: 0.8rem;
  color: var(--oc-grey-dark);
  margin-top: 0.5rem;
}

/* Section titres — ton magazine / studio */
.section-title {
  font-size: clamp(1.85rem, 4.2vw, 2.65rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  color: var(--oc-ink);
  line-height: 1.15;
}

.section-kicker {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: linear-gradient(105deg, var(--oc-blue), var(--oc-violet), var(--oc-turquoise));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.section-kicker::before {
  content: "";
  width: 1.5rem;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--oc-yellow), var(--oc-coral));
}

/* Cartes — formes organiques, sans barre latérale */
.card-oc {
  border: 1px solid rgba(2, 88, 192, 0.12);
  border-radius: var(--oc-radius-organic);
  background: linear-gradient(165deg, #ffffff 0%, #fafbff 55%, #ffffff 100%);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 0 rgba(2, 88, 192, 0.06), var(--oc-shadow-soft);
}

.card-oc:hover {
  transform: translateY(-6px) rotate(-0.25deg);
  box-shadow: var(--oc-shadow-lift), var(--oc-glow-blue);
  border-color: rgba(107, 77, 255, 0.25);
}

.product-card-cover {
  border-radius: 0;
}

.product-card-cover--placeholder {
  background: #0c1118;
}

.product-card-thumbs__img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid rgba(2, 88, 192, 0.12);
}

.product-card-thumbs__more {
  padding: 0 0.25rem;
}

/* Grille services — carte entière cliquable, survol bleu (sans bouton) */
.service-tiles-grid {
  --service-tile-min-h: 13.5rem;
}

.service-tile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  width: 100%;
  height: 100%;
  min-height: var(--service-tile-min-h);
  padding: 1.65rem 1.5rem;
  border-radius: var(--oc-radius-lg);
  background: linear-gradient(160deg, #eef4fb 0%, #e8eef6 100%);
  color: var(--oc-ink);
  text-decoration: none;
  border: 1px solid rgba(2, 88, 192, 0.08);
  box-shadow: 0 2px 12px rgba(2, 88, 192, 0.06);
  transition:
    background-color 0.32s ease,
    color 0.32s ease,
    border-color 0.32s ease,
    box-shadow 0.32s ease,
    transform 0.32s ease;
}

.service-tile:hover,
.service-tile:focus-visible {
  background: var(--oc-blue);
  color: #fff;
  border-color: var(--oc-blue);
  box-shadow: 0 18px 44px rgba(2, 88, 192, 0.32);
  transform: translateY(-4px);
  text-decoration: none;
  outline: none;
}

.service-tile:focus-visible {
  box-shadow:
    0 18px 44px rgba(2, 88, 192, 0.32),
    0 0 0 3px rgba(2, 88, 192, 0.35);
}

.service-tile__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.65rem;
  line-height: 1;
  margin-bottom: 1.15rem;
  color: var(--oc-blue);
  transition: color 0.32s ease;
}

.service-tile__icon--dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--oc-blue);
}

.service-tile:hover .service-tile__icon,
.service-tile:focus-visible .service-tile__icon {
  color: #fff;
}

.service-tile:hover .service-tile__icon--dot,
.service-tile:focus-visible .service-tile__icon--dot {
  background: #fff;
}

.service-tile__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.3;
  margin: 0 0 0.65rem;
  color: inherit;
}

.service-tile__desc {
  font-size: 0.9rem;
  line-height: 1.55;
  margin: 0;
  color: var(--oc-grey-dark);
  transition: color 0.32s ease;
}

.service-tile:hover .service-tile__desc,
.service-tile:focus-visible .service-tile__desc {
  color: rgba(255, 255, 255, 0.92);
}

.service-details-stack {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.service-detail {
  scroll-margin-top: 6.5rem;
}

.service-detail__icon {
  opacity: 0.85;
}

/* Page service (landing dédiée) */
.service-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--oc-blue-deep) 0%, var(--oc-blue) 48%, #0a6fd4 100%);
  color: #fff;
}

.service-hero__mesh {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.18), transparent 45%),
    radial-gradient(circle at 85% 70%, rgba(0, 194, 196, 0.2), transparent 40%),
    repeating-linear-gradient(-24deg, transparent, transparent 18px, rgba(255, 255, 255, 0.04) 18px, rgba(255, 255, 255, 0.04) 19px);
  pointer-events: none;
}

.service-hero__breadcrumb a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

.service-hero__breadcrumb a:hover {
  color: #fff;
  text-decoration: underline;
}

.service-hero__breadcrumb span {
  margin: 0 0.35rem;
  opacity: 0.65;
}

.service-hero__kicker {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.service-hero__title {
  color: #fff;
  line-height: 1.12;
}

.service-hero__lead {
  font-size: 1.1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  max-width: 38rem;
}

.service-hero__icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 9.5rem;
  height: 9.5rem;
  border-radius: 32px;
  font-size: 3.75rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.12);
}

.service-step-card {
  padding: 1.35rem 1.25rem;
  border-radius: var(--oc-radius);
  background: #fff;
  border: 1px solid rgba(2, 88, 192, 0.1);
  box-shadow: 0 8px 28px rgba(2, 88, 192, 0.06);
  height: 100%;
}

.service-step-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.85rem;
  border-radius: 50%;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.85rem;
  color: #fff;
  background: linear-gradient(135deg, var(--oc-blue), var(--oc-turquoise));
}

.service-benefit-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.15rem 1.25rem;
  border-radius: var(--oc-radius);
  background: linear-gradient(160deg, #fff 0%, #f4f8fd 100%);
  border: 1px solid rgba(2, 88, 192, 0.1);
  box-shadow: 0 6px 22px rgba(2, 88, 192, 0.06);
}

.service-benefit-card__icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 1.15rem;
  color: var(--oc-blue);
  background: rgba(2, 88, 192, 0.1);
}

.service-body h2,
.service-body h3 {
  font-family: var(--font-display);
  color: var(--oc-ink);
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.service-body p {
  line-height: 1.7;
}

.service-cta-band {
  background: linear-gradient(120deg, var(--oc-blue-deep), var(--oc-blue) 55%, var(--oc-turquoise));
}

.py-lg-6 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.accent-line--center {
  margin-left: auto;
  margin-right: auto;
}

.dot-grid {
  background-image: radial-gradient(var(--oc-grey-light) 1px, transparent 1px);
  background-size: 14px 14px;
}

.accent-line {
  width: 4.5rem;
  height: 6px;
  border-radius: 6px;
  transform: skewX(-8deg);
  background: linear-gradient(90deg, var(--oc-violet), var(--oc-blue), var(--oc-yellow), var(--oc-turquoise));
  box-shadow: 0 2px 12px rgba(107, 77, 255, 0.35);
}

/* Visuel section Méthode (accueil) */
.method-visual {
  display: flex;
  min-height: 280px;
}

.method-visual__img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  max-height: 520px;
  object-fit: cover;
  border-radius: var(--oc-radius-lg);
  box-shadow: var(--oc-shadow-lift);
  border: 1px solid rgba(2, 88, 192, 0.1);
}

@media (min-width: 992px) {
  .method-visual__img {
    min-height: 100%;
    max-height: none;
  }
}

/* Bento (devis et composants ponctuels) */
.bento-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .bento-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
  }

  .bento-item--wide {
    grid-column: span 2;
  }

  .bento-item--tall {
    grid-row: span 2;
  }
}

.bento-item {
  border-radius: var(--oc-radius-organic);
  padding: 1.5rem;
  background: linear-gradient(160deg, #ffffff 0%, #f6f8fc 100%);
  border: 1px solid rgba(2, 88, 192, 0.1);
  box-shadow: var(--oc-shadow-soft);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bento-item:hover {
  transform: translateY(-2px);
  box-shadow: var(--oc-shadow-lift);
}

.bento-item--accent {
  background: linear-gradient(145deg, #0258c0 0%, #0146a3 50%, #00c2c4 100%);
  color: #fff;
  border: none;
}

.bento-item--accent .text-secondary {
  color: rgba(255, 255, 255, 0.85) !important;
}

.bento-item--yellow {
  background: linear-gradient(160deg, #ffc400, #ffe066);
  border: none;
}

/* Timeline process */
.oc-timeline {
  position: relative;
  padding-left: 0;
  list-style: none;
}

.oc-timeline li {
  position: relative;
  padding-left: 3rem;
  padding-bottom: 1.75rem;
  margin-left: 0.85rem;
}

.oc-timeline li:last-child {
  padding-bottom: 0;
}

.oc-timeline__num {
  position: absolute;
  left: -0.85rem;
  top: 0;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--oc-blue), var(--oc-turquoise));
  color: #fff;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(2, 88, 192, 0.35);
}

/* Témoignages — carrousel centré */
.testimonials-section {
  background: linear-gradient(180deg, #f8f9fb 0%, var(--oc-off) 100%);
  border-top: 1px solid rgba(2, 88, 192, 0.08);
}

.testimonial-carousel {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 2.75rem;
}

.testimonial-swiper {
  overflow: hidden;
  padding: 1rem 0 2.5rem;
}

.testimonial-swiper .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
}

.testimonial-card {
  position: relative;
  width: 100%;
  max-width: 340px;
  min-height: 280px;
  margin: 0 auto;
  padding: 2rem 1.75rem 2.25rem;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 14px 40px rgba(17, 17, 17, 0.08);
  text-align: center;
  overflow: hidden;
  opacity: 0.5;
  transform: scale(0.9);
  transition: opacity 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease;
}

.swiper-slide-active .testimonial-card {
  opacity: 1;
  transform: scale(1);
  box-shadow: 0 22px 56px rgba(17, 17, 17, 0.12);
}

.testimonial-card__stars {
  display: flex;
  justify-content: center;
  gap: 0.2rem;
  margin-bottom: 1.15rem;
}

.testimonial-star {
  font-size: 1rem;
  color: var(--oc-blue);
}

.testimonial-star--empty {
  color: #d8dce3;
}

.testimonial-card__quote {
  position: relative;
  z-index: 1;
  margin: 0 0 1.25rem;
}

.testimonial-card__quote p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  font-style: italic;
  color: var(--oc-grey-dark);
}

.testimonial-card__author {
  position: relative;
  z-index: 1;
  font-size: 0.9rem;
  color: var(--oc-anthracite);
}

.testimonial-card__author strong {
  font-family: var(--font-display);
  font-weight: 700;
}

.testimonial-card__meta {
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: var(--oc-grey-dark);
}

.testimonial-card__mark {
  position: absolute;
  right: 0.35rem;
  bottom: -0.65rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 5.5rem;
  line-height: 1;
  color: var(--oc-blue);
  opacity: 0.92;
  pointer-events: none;
  user-select: none;
}

.testimonial-carousel__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 2.25rem;
  height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--oc-anthracite);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s ease, transform 0.2s ease;
}

.testimonial-carousel__nav:hover,
.testimonial-carousel__nav:focus-visible {
  color: var(--oc-blue);
  transform: translateY(-50%) scale(1.08);
  outline: none;
}

.testimonial-carousel__nav--prev {
  left: 0;
}

.testimonial-carousel__nav--next {
  right: 0;
}

@media (max-width: 575.98px) {
  .testimonial-carousel {
    padding: 0 2rem;
  }

  .testimonial-card {
    max-width: 100%;
    min-height: 0;
    padding: 1.5rem 1.25rem 1.75rem;
  }

  .testimonial-card__mark {
    font-size: 4.25rem;
    bottom: -0.45rem;
  }
}

/* FAQ */
.faq-oc .accordion-item {
  border-radius: var(--oc-radius-sm) !important;
  overflow: hidden;
  border: 1px solid rgba(2, 88, 192, 0.1) !important;
}

.faq-oc .accordion-button:not(.collapsed) {
  background: linear-gradient(100deg, rgba(107, 77, 255, 0.1), rgba(2, 88, 192, 0.08), rgba(0, 194, 196, 0.08));
  color: var(--oc-blue-deep);
  font-family: var(--font-display);
  font-weight: 600;
}

.faq-oc .accordion-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 77, 255, 0.2);
}

/* Section diagonale — effet léger sans skew (évite la zone blanche sous le footer) */
.section-skew {
  margin: 3rem 0;
  padding-block: 0.5rem;
  overflow: hidden;
}

.section-skew > .container {
  transform: none;
}

/* Swiper */
.js-swiper-projects.swiper {
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 2.75rem;
}

.swiper-pagination-bullet-active {
  background: var(--oc-blue) !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--oc-blue) !important;
}

/* Images de remplacement (SVG) dans les ratios Bootstrap */
.ratio .oc-placeholder-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.navbar-oc .navbar-brand {
  align-items: center;
}

.site-logo-custom {
  display: block;
  object-fit: contain;
  width: auto;
  max-width: 200px;
  height: 40px;
}

.site-logo-custom--footer {
  max-width: 220px;
  height: 48px;
}

.page-cover-hero {
  position: relative;
  min-height: clamp(280px, 42vw, 420px);
  display: flex;
  align-items: flex-end;
  padding: 4.5rem 0 2.75rem;
  background: var(--page-cover-image, none) center/cover no-repeat #0c1118;
  color: #fff;
  overflow: hidden;
}

.page-cover-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    115deg,
    rgba(2, 58, 140, 0.82) 0%,
    rgba(2, 88, 192, 0.68) 45%,
    rgba(10, 16, 32, 0.88) 100%
  );
  pointer-events: none;
}

.page-cover-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 44rem;
}

.page-cover-hero__inner.text-center {
  margin-left: auto;
  margin-right: auto;
}

.page-cover-hero__kicker {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}

.page-cover-hero__title {
  color: #fff;
  line-height: 1.12;
}

.page-cover-hero__title .text-gradient {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #7ee8ff, #fff 55%, #ffe566);
  -webkit-background-clip: text;
  background-clip: text;
}

.page-cover-hero__lead {
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  max-width: 40rem;
}

.page-cover-hero__inner.text-center .page-cover-hero__lead {
  margin-left: auto;
  margin-right: auto;
}

.page-cover-hero__lead a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.agency-studio-banner__shade {
  background: linear-gradient(180deg, rgba(12, 17, 24, 0.1) 0%, rgba(12, 17, 24, 0.75) 100%);
  pointer-events: none;
}

/* Footer créatif — composition type studio */
.site-footer--creative {
  margin-top: 4rem;
  color: rgba(255, 255, 255, 0.88);
  position: relative;
  flex-shrink: 0;
}

.site-footer--creative::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 5px;
  z-index: 4;
  background: linear-gradient(90deg, var(--oc-blue), var(--oc-turquoise), var(--oc-yellow), var(--oc-coral));
}

.footer-shell {
  background: radial-gradient(ellipse 120% 80% at 50% -20%, rgba(2, 88, 192, 0.35), transparent 55%),
    linear-gradient(168deg, #0a0e14 0%, #151b28 38%, #1a2233 72%, #121826 100%);
}

.footer-deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.footer-deco__mesh {
  position: absolute;
  inset: -10%;
  opacity: 0.07;
  background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.9) 1px, transparent 0);
  background-size: 28px 28px;
}

.footer-deco__ring {
  position: absolute;
  width: min(90vw, 520px);
  height: min(90vw, 520px);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  top: -180px;
  right: -120px;
}

.footer-deco__dot {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.45;
}

.footer-deco__dot--1 {
  width: 200px;
  height: 200px;
  background: var(--oc-blue);
  bottom: 10%;
  left: -40px;
}

.footer-deco__dot--2 {
  width: 160px;
  height: 160px;
  background: var(--oc-turquoise);
  top: 35%;
  right: 8%;
}

.footer-deco__dot--3 {
  width: 120px;
  height: 120px;
  background: var(--oc-coral);
  bottom: 25%;
  right: 25%;
}

.footer-cta-band {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(105deg, rgba(2, 88, 192, 0.35) 0%, rgba(0, 194, 196, 0.12) 45%, transparent 100%);
}

.footer-cta-band__kicker {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--oc-yellow);
}

.footer-cta-band__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.35rem, 3.5vw, 2rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.footer-cta-band__sub {
  color: rgba(255, 255, 255, 0.65);
  max-width: 36rem;
}

/* Boutons CTA du bandeau : taille « normale » (pas btn-lg) et hauteur alignée */
.footer-cta-band .footer-cta-band__btn {
  --bs-btn-font-size: 1rem;
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1.25rem;
  --bs-btn-line-height: 1.5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-footer-cta {
  --bs-btn-color: #1a1400;
  --bs-btn-bg: linear-gradient(135deg, #ffc400, #ffe066);
  --bs-btn-border-color: transparent;
  background: linear-gradient(135deg, #ffc400, #ffe066);
  border: none;
  font-family: var(--font-display);
  font-weight: 700;
  box-shadow: 0 8px 28px rgba(255, 198, 0, 0.35);
}

.btn-footer-cta:hover {
  filter: brightness(1.05);
  transform: translateY(-2px);
  color: #1a1400;
}

.footer-brand-lockup__mark {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 25%, #6eb0ff, var(--oc-blue));
  box-shadow: 0 0 0 6px rgba(2, 88, 192, 0.35), 0 12px 32px rgba(0, 0, 0, 0.35);
}

.footer-brand-lockup .brand-text strong {
  color: #b8d9ff;
}

.footer-brand-lockup .brand-text em {
  color: rgba(255, 255, 255, 0.92);
}

.footer-lead {
  font-size: 0.98rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
  max-width: 22rem;
}

.footer-chip {
  display: inline-block;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.85);
}

.footer-social__btn {
  width: 2.75rem;
  height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 1.15rem;
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.footer-social__btn:hover {
  background: rgba(2, 88, 192, 0.55);
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
  transform: translateY(-3px);
}

.footer-col-title {
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 1rem;
}

.footer-links {
  font-size: 0.92rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  display: inline-block;
  padding: 0.2rem 0;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-links a:hover {
  color: var(--oc-yellow);
  transform: translateX(4px);
}

.footer-hours {
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.5;
}

.footer-newsletter-card {
  padding: 1.35rem 1.5rem;
  border-radius: var(--oc-radius);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

.footer-newsletter-input {
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  background: rgba(10, 14, 20, 0.5) !important;
  color: #fff !important;
  border-radius: var(--oc-radius-sm) 0 0 var(--oc-radius-sm) !important;
}

.footer-newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.btn-newsletter-send {
  border-radius: 0 var(--oc-radius-sm) var(--oc-radius-sm) 0 !important;
  background: linear-gradient(135deg, var(--oc-blue), #0246a8) !important;
  border: none !important;
  color: #fff !important;
  padding-left: 1rem;
  padding-right: 1rem;
}

.btn-newsletter-send:hover {
  filter: brightness(1.08);
  color: #fff !important;
}

.footer-quote-row {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1.5rem;
}

.footer-quote {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 600;
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  color: rgba(255, 255, 255, 0.55);
  border-left: 4px solid var(--oc-turquoise);
  padding-left: 1.25rem;
}

.footer-quote-sub {
  color: rgba(255, 255, 255, 0.4);
  padding-left: calc(1.25rem + 4px);
}

.footer-divider {
  border-color: rgba(255, 255, 255, 0.12) !important;
  opacity: 1 !important;
}

.footer-legal {
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.6;
}

.footer-legal a {
  color: rgba(255, 198, 0, 0.85);
  text-decoration: none;
}

.footer-legal a:hover {
  text-decoration: underline;
}

.footer-mini-visual {
  max-width: 220px;
  width: 100%;
  height: auto;
  border-radius: var(--oc-radius-sm);
  opacity: 0.85;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 767.98px) {
  .footer-mini-visual {
    max-width: 160px;
    margin-top: 0.5rem;
  }
}

.site-footer a.link-secondary:hover {
  color: var(--oc-blue) !important;
}

/* Pages intérieures — en-tête type manifeste */
.page-intro {
  max-width: 48rem;
  position: relative;
}

.page-intro-lead {
  font-size: 1.12rem;
  line-height: 1.68;
  color: var(--oc-grey-dark);
  font-weight: 450;
}

.aside-card {
  border-radius: var(--oc-radius-organic);
  border: 1px solid rgba(2, 88, 192, 0.12);
  background: linear-gradient(145deg, #ffffff 0%, #f0f4fc 55%, #ffffff 100%);
  padding: 1.5rem;
  box-shadow: var(--oc-shadow-soft);
  position: relative;
  overflow: hidden;
}

.aside-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle at 100% 0%, rgba(107, 77, 255, 0.12), transparent 70%);
  pointer-events: none;
}

@media (max-width: 575.98px) {
  .hero-section {
    min-height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  body.oc-site::before {
    opacity: 0.12;
    background-image: repeating-linear-gradient(
      -18deg,
      transparent,
      transparent 11px,
      rgba(2, 88, 192, 0.02) 11px,
      rgba(2, 88, 192, 0.02) 12px
    );
  }

  .card-oc,
  .stat-bubble,
  .btn-primary,
  .btn-outline-primary,
  .bento-item {
    transition: none;
  }

  .card-oc:hover,
  .stat-bubble:hover,
  .btn-primary:hover,
  .bento-item:hover,
  .service-tile:hover,
  .service-tile:focus-visible {
    transform: none;
  }

  .btn-footer-cta:hover {
    transform: none;
  }

  .hero-blob,
  .oc-marquee__track,
  .hero-visual-stack__orbit {
    animation: none !important;
  }

  .scroll-top-btn,
  .scroll-top-btn.is-visible {
    transition: none;
    transform: none;
  }

  .testimonial-card {
    transition: none;
    opacity: 1;
    transform: none;
  }
}
