:root {
  --o6-red: #E40613;
  --o6-red-dark: #B8050F;
  --o6-ink: #0A0F1A;
  --o6-slate: #475569;
  --o6-mist: #F1F5F9;
  --o6-white: #FFFFFF;
  --o6-gold: #D4A853;
  --o6-border: #E2E8F0;
  --o6-container: min(1200px, calc(100% - 2rem));
  --o6-gutter: clamp(1rem, 4vw, 2rem);
  --o6-radius: 0.75rem;
  --o6-radius-sm: 0.375rem;
  --o6-radius-lg: 1rem;
  --o6-radius-full: 999px;
  --o6-shadow-sm: 0 1px 2px rgba(10,15,26,0.05);
  --o6-shadow-md: 0 4px 12px rgba(10,15,26,0.08);
  --o6-shadow-lg: 0 12px 32px rgba(10,15,26,0.10);
  --o6-shadow-header: 0 4px 20px rgba(10,15,26,0.06);
}

html {
  overflow-x: clip;
}

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

body.ocean6-marketing #primary,
body.ocean6-marketing .o6-site-main {
  margin-top: 0;
  margin-bottom: 0;
}

body.ocean6-marketing {
  color: var(--o6-ink);
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  margin: 0;
  max-width: 100%;
  overflow-x: clip;
  -webkit-tap-highlight-color: rgba(228, 6, 19, 0.12);
}

::selection {
  background: rgba(228, 6, 19, 0.16);
  color: var(--o6-ink);
}

body.ocean6-marketing a:focus-visible,
body.ocean6-marketing button:focus-visible,
body.ocean6-marketing input:focus-visible,
body.ocean6-marketing textarea:focus-visible,
body.ocean6-marketing select:focus-visible,
body.ocean6-marketing [role="button"]:focus-visible {
  outline: 2px solid var(--o6-red);
  outline-offset: 2px;
  box-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Sora", system-ui, -apple-system, sans-serif;
}

.o6-site-main {
  max-width: 100%;
  min-width: 0;
  overflow-x: clip;
}

.o6-container {
  margin-inline: auto;
  max-width: 100%;
  min-width: 0;
  padding-inline: var(--o6-gutter);
  width: min(1200px, 100%);
}

.o6-kicker {
  color: var(--o6-red);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
}

.o6-text-accent {
  color: var(--o6-red);
}

.o6-section {
  padding: clamp(2.5rem, 6vw, 4.5rem) 0;
}

.o6-section--muted {
  background: var(--o6-mist);
}

.o6-section__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.2;
  margin: 0 0 1rem;
}

.o6-section__lead {
  color: var(--o6-slate);
  margin: 0 0 1.5rem;
  max-width: 42rem;
}

.o6-split {
  display: grid;
  gap: 2rem;
}

@media (min-width: 900px) {
  .o6-split {
    align-items: center;
    grid-template-columns: 1fr 1fr;
  }
}

.o6-hero {
  background: var(--o6-ink);
  isolation: isolate;
  max-width: 100%;
  min-height: clamp(32rem, 88vh, 40rem);
  overflow: hidden;
  padding: 0;
  position: relative;
}

.o6-hero__media {
  inset: 0;
  margin: 0;
  max-width: none;
  min-width: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.o6-hero__media--video {
  background: var(--o6-ink);
  border-radius: 0;
}

.o6-hero__scrim {
  background: linear-gradient(
    90deg,
    rgba(10, 15, 26, 0.94) 0%,
    rgba(10, 15, 26, 0.82) 42%,
    rgba(10, 15, 26, 0.45) 68%,
    rgba(10, 15, 26, 0.12) 100%
  );
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.o6-hero__inner {
  align-items: center;
  display: flex;
  min-height: inherit;
  position: relative;
  z-index: 2;
}

.o6-hero__copy {
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: min(36rem, 100%);
  min-width: 0;
  padding-block: clamp(2rem, 8vw, 4rem);
  position: relative;
}

.o6-hero__title {
  color: #fff;
  font-size: clamp(1.65rem, 6.5vw, 3.25rem);
  hyphens: manual;
  line-height: 1.12;
  margin: 0 0 1rem;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

.o6-hero__lead {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(0.95rem, 3.8vw, 1.05rem);
  margin: 0 0 1.25rem;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.o6-hero .o6-kicker {
  color: var(--o6-red);
}

.o6-hero__actions {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  max-width: 100%;
  width: 100%;
}

.o6-hero__video,
.o6-hero__poster-fallback {
  display: block;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 72% center;
  width: 100%;
}

.o6-hero__video {
  position: relative;
  z-index: 1;
}

.o6-hero__poster-fallback {
  display: none;
  inset: 0;
  object-position: 72% center;
  position: absolute;
  z-index: 0;
}

@media (prefers-reduced-motion: reduce) {
  .o6-hero__video {
    display: none;
  }

  .o6-hero__poster-fallback {
    display: block;
    position: absolute;
  }
}

@media (min-width: 480px) {
  .o6-hero__actions {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: auto;
  }
}

@media (max-width: 767px) {
  .o6-hero {
    min-height: clamp(28rem, 82vh, 36rem);
  }

  .o6-hero__scrim {
    background: linear-gradient(
      180deg,
      rgba(10, 15, 26, 0.92) 0%,
      rgba(10, 15, 26, 0.88) 55%,
      rgba(10, 15, 26, 0.55) 100%
    );
  }

  .o6-hero__copy {
    max-width: min(22rem, 100%);
    padding-block: clamp(1.75rem, 7vw, 2.5rem) clamp(1.5rem, 5vw, 2rem);
  }

  .o6-hero__video,
  .o6-hero__poster-fallback {
    object-position: center 38%;
  }
}

@media (min-width: 768px) {
  .o6-hero {
    min-height: clamp(34rem, 82vh, 42rem);
  }

  .o6-hero__actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (min-width: 1280px) {
  .o6-hero {
    min-height: clamp(36rem, 84vh, 44rem);
  }
}

.o6-btn {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 600;
  gap: 0.35rem;
  justify-content: center;
  max-width: 100%;
  min-height: 2.75rem;
  padding: 0.65rem 1.25rem;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  white-space: normal;
}

.o6-btn--primary {
  background: var(--o6-red);
  color: #fff;
}

.o6-btn--primary:hover,
.o6-btn--primary:focus-visible {
  background: var(--o6-red-dark);
  color: #fff;
}

.o6-btn--secondary {
  background: #fff;
  border-color: #111;
  color: #111;
}

.o6-btn--secondary:hover,
.o6-btn--secondary:focus-visible {
  background: #111;
  color: #fff;
}

/* Button hover enhancements */
.o6-btn:hover {
  transform: translateY(-1px);
}
.o6-btn:active {
  transform: translateY(0);
}

.o6-btn--secondary-on-dark {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.72);
  color: #fff;
}

.o6-btn--secondary-on-dark:hover,
.o6-btn--secondary-on-dark:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  color: #fff;
}

.o6-audience-list {
  display: grid;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.o6-audience-list li {
  border-left: 3px solid var(--o6-red);
  padding-left: 0.85rem;
}

.o6-audience-list strong {
  display: block;
  font-size: 1.05rem;
}

.o6-audience-list span {
  color: var(--o6-slate);
  font-size: 0.95rem;
}

.o6-service-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
}

.o6-service-card {
  background: var(--o6-white);
  border: 1px solid var(--o6-border);
  border-radius: var(--o6-radius);
  padding: 1.25rem;
}

.o6-service-card__title {
  font-size: 1.05rem;
  margin: 0 0 0.5rem;
}

.o6-service-card__desc {
  color: var(--o6-slate);
  font-size: 0.95rem;
  margin: 0;
}

.o6-testimonial-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
}

.o6-testimonial {
  background: var(--o6-white);
  border: 1px solid var(--o6-border);
  border-radius: var(--o6-radius);
  margin: 0;
  padding: 1.25rem;
}

.o6-testimonial footer {
  color: var(--o6-slate);
  font-size: 0.9rem;
  margin-top: 0.75rem;
}

.o6-partner-grid {
  align-items: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(7rem, 1fr));
}

.o6-partner-grid__item {
  align-items: center;
  background: #fff;
  border: 1px solid var(--o6-border);
  border-radius: var(--o6-radius);
  display: flex;
  justify-content: center;
  min-height: 5rem;
  padding: 0.75rem;
}

.o6-partner-grid__logo {
  height: auto;
  max-height: 3rem;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.o6-cta-band {
  background: var(--o6-ink);
  color: #fff;
}

.o6-cta-band .o6-section__title {
  color: #fff;
}

.o6-cta-band--dark,
.o6-section--dark {
  background: var(--o6-ink);
  color: #fff;
}

.o6-cta-band--dark .o6-section__title,
.o6-section--dark .o6-section__title {
  color: #fff;
}

.o6-cta-band--dark .o6-section__lead,
.o6-section--dark .o6-section__lead,
.o6-cta-band--dark .o6-prose p,
.o6-section--dark .o6-prose p,
.o6-cta-band--dark .o6-prose li,
.o6-section--dark .o6-prose li {
  color: rgba(255, 255, 255, 0.86);
}

.o6-site-main > .o6-cta-band--dark:last-child {
  margin-bottom: 0;
  padding-bottom: clamp(2.5rem, 6vw, 4.5rem);
}

.o6-page__header {
  padding: clamp(2rem, 5vw, 3rem) 0 1rem;
}

.o6-page-hero {
  background: var(--o6-mist);
  border-bottom: 1px solid var(--o6-border);
  padding: clamp(2rem, 5vw, 3.5rem) 0 clamp(1.5rem, 4vw, 2.5rem);
}

.o6-page-hero .o6-page__title {
  margin-bottom: 0.75rem;
}

.o6-page__title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  margin: 0 0 0.75rem;
}

.o6-page__lead {
  color: var(--o6-slate);
  font-size: clamp(1rem, 2.5vw, 1.1rem);
  line-height: 1.6;
  margin: 0;
  max-width: 42rem;
}

.o6-page__content {
  padding: clamp(1.5rem, 4vw, 2.5rem) 0 clamp(2rem, 5vw, 3rem);
}

.o6-prose {
  color: var(--o6-ink);
  max-width: 48rem;
}

.o6-prose > :first-child {
  margin-top: 0;
}

.o6-prose h2,
.o6-prose h3 {
  font-family: "Sora", system-ui, sans-serif;
  line-height: 1.25;
  margin: 2rem 0 0.75rem;
}

.o6-prose h2 {
  font-size: clamp(1.25rem, 3vw, 1.5rem);
}

.o6-prose h3 {
  font-size: clamp(1.05rem, 2.5vw, 1.2rem);
}

.o6-prose p,
.o6-prose li {
  color: var(--o6-slate);
  line-height: 1.65;
}

.o6-prose p {
  margin: 0 0 1rem;
}

.o6-prose ul,
.o6-prose ol {
  margin: 0 0 1.25rem;
  padding-left: 1.25rem;
}

.o6-prose li + li {
  margin-top: 0.35rem;
}

.o6-prose strong {
  color: var(--o6-ink);
}

.o6-page-cta {
  padding-bottom: clamp(2rem, 5vw, 3.5rem);
}

.o6-legal-notice {
  background: #fff8e6;
  border: 1px solid #f0d58a;
  border-radius: var(--o6-radius);
  color: #6b4f00;
  font-size: 0.92rem;
  margin-bottom: 1.25rem;
  padding: 0.85rem 1rem;
}

.o6-contact__grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  padding-bottom: 2rem;
}

@media (min-width: 900px) {
  .o6-contact__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.o6-contact__panel {
  background: var(--o6-white);
  border: 1px solid var(--o6-border);
  border-radius: var(--o6-radius);
  padding: 1.25rem;
}

.o6-lead-form .o6-field {
  margin: 0 0 1rem;
}

.o6-lead-form label {
  display: block;
  font-size: 0.92rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.o6-lead-form input,
.o6-lead-form textarea {
  border: 1px solid var(--o6-border);
  border-radius: 0.5rem;
  font: inherit;
  padding: 0.65rem 0.75rem;
  width: 100%;
}

.o6-lead-form input:focus-visible,
.o6-lead-form textarea:focus-visible,
.o6-btn:focus-visible,
a:focus-visible {
  outline: 2px solid var(--o6-red);
  outline-offset: 2px;
}

.o6-field.is-invalid input,
.o6-field.is-invalid textarea {
  border-color: var(--o6-red);
}

.o6-hp,
.o6m-hp-wrap {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  height: 0 !important;
  left: -9999px !important;
  margin: 0 !important;
  max-height: 0 !important;
  max-width: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0 !important;
}

.o6m-hp-label,
.o6m-hp {
  display: none !important;
}

.o6-form-status.is-success {
  color: var(--o6-ink);
}

.o6-form-status.is-error {
  color: var(--o6-red);
}

.o6-placeholder {
  background: var(--o6-mist);
  border: 1px dashed var(--o6-border);
  border-radius: var(--o6-radius);
  color: var(--o6-slate);
  padding: 1rem;
}

.o6-faq__item {
  border: 1px solid var(--o6-border);
  border-radius: var(--o6-radius);
  margin-bottom: 0.75rem;
  padding: 0.75rem 1rem;
}

.o6-faq__item summary {
  cursor: pointer;
  font-weight: 600;
}

.o6-faq__answer {
  color: var(--o6-slate);
  margin-top: 0.75rem;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  [data-o6-reveal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Site header / footer --------------------------------------------------- */
.o6-site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--o6-border);
  max-width: 100%;
  overflow-x: clip;
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(8px);
}

body.o6-nav-open .o6-site-header {
  overflow: visible;
}

.o6-site-header.is-scrolled {
  box-shadow: 0 4px 20px rgba(11, 18, 32, 0.06);
}

.o6-site-header__inner {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  min-height: 4.25rem;
  min-width: 0;
  position: relative;
}

.o6-brand {
  align-items: center;
  color: var(--o6-ink);
  display: inline-flex;
  flex-shrink: 0;
  gap: 0.5rem;
  max-width: min(10rem, 30vw);
  min-width: 0;
  text-decoration: none;
  font-weight: 700;
}

.o6-site-logo,
.o6-brand__icon {
  display: block;
  flex-shrink: 0;
  height: 2.5rem;
  object-fit: contain;
  width: 2.5rem;
}

.o6-brand__text {
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.o6-nav-toggle {
  background: transparent;
  border: 1px solid var(--o6-border);
  border-radius: 0.5rem;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 0.22rem;
  margin-left: auto;
  padding: 0.55rem;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.o6-nav-toggle:hover {
  background: rgba(228, 6, 19, 0.06);
  border-color: var(--o6-red);
}

.o6-nav-toggle:focus-visible {
  background: rgba(228, 6, 19, 0.08);
  border-color: var(--o6-red);
  box-shadow: 0 0 0 3px rgba(228, 6, 19, 0.28);
  outline: 2px solid var(--o6-red);
  outline-offset: 2px;
}

.o6-nav-toggle[aria-expanded="true"] {
  background: rgba(228, 6, 19, 0.1);
  border-color: var(--o6-red);
}

.o6-nav-toggle[aria-expanded="true"] .o6-nav-toggle__bar {
  background: var(--o6-red);
}

.o6-nav-toggle__bar {
  background: var(--o6-ink);
  border-radius: 999px;
  display: block;
  height: 2px;
  width: 1.25rem;
}

.o6-primary-nav {
  align-items: center;
  display: none;
  gap: 1rem;
}

.o6-primary-nav.is-open {
  background: var(--o6-white);
  border: 1px solid var(--o6-border);
  border-radius: var(--o6-radius);
  box-shadow: 0 12px 30px rgba(11, 18, 32, 0.08);
  display: flex;
  flex-direction: column;
  left: 1rem;
  max-height: calc(100dvh - 5.5rem);
  overflow-y: auto;
  padding: 1rem;
  position: fixed;
  right: 1rem;
  top: 4.5rem;
  z-index: 200;
}

.o6-primary-nav__list {
  display: grid;
  gap: 0.35rem;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.o6-primary-nav__list a {
  color: var(--o6-ink);
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 0.45rem 0.25rem;
  text-decoration: none;
  white-space: nowrap;
}

.o6-primary-nav__list a:hover,
.o6-primary-nav__list a:focus-visible {
  color: var(--o6-red);
}

.o6-primary-nav__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  width: 100%;
}

.o6-btn--sm {
  font-size: 0.88rem;
  min-height: 2.35rem;
  padding: 0.45rem 0.95rem;
}

@media (min-width: 1200px) {
  .o6-site-header__inner {
    gap: 1rem;
    position: relative;
  }

  .o6-nav-toggle {
    display: none;
  }

  .o6-primary-nav {
    background: transparent;
    border: 0;
    box-shadow: none;
    display: flex;
    flex: 1 1 auto;
    flex-direction: row;
    justify-content: flex-end;
    min-width: 0;
    padding: 0;
    position: static;
  }

  .o6-primary-nav__list {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    gap: 0.1rem 0.65rem;
    justify-content: center;
    min-width: 0;
    width: auto;
  }

  .o6-primary-nav__list a {
    font-size: 0.84rem;
    padding-inline: 0.15rem;
  }

  .o6-primary-nav__ctas {
    flex-shrink: 0;
    flex-wrap: nowrap;
    width: auto;
  }

  .o6-lang-switch {
    flex-shrink: 0;
  }

  .o6-btn--sm {
    font-size: 0.8rem;
    padding-inline: 0.75rem;
  }
}

.o6-site-footer {
  background: #0d0d0d;
  color: #fff;
  margin-top: 0;
}

/* ── Grid ── */
.o6-site-footer__grid {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr;
  padding: 0 0 2.5rem;
}

@media (min-width: 768px) {
  .o6-site-footer__grid {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 2rem;
  }
}

@media (max-width: 767px) {
  .o6-site-footer .o6-container {
    padding-inline: 20px;
  }

  .o6-site-footer__grid {
    gap: 2rem;
    padding: 0 0 2rem;
  }
}

/* ── Brand ── */
.o6-site-footer__brand {
  margin-bottom: 2.5rem;
  padding-top: 3.5rem;
}

@media (max-width: 767px) {
  .o6-site-footer__brand {
    padding-top: 2.5rem;
    margin-bottom: 1.5rem;
  }
}

/* ── Engage column ── */
.o6-footer-engage {
  display: grid;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.o6-footer-engage__group-label {
  color: #fff;
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0.45rem;
  text-transform: uppercase;
}

.o6-footer-engage__people {
  display: grid;
  gap: 0.85rem;
  list-style: none;
  margin: 0 0 0.15rem;
  padding: 0;
}

.o6-footer-engage__person,
.o6-footer-engage__email {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.o6-footer-engage__icon {
  flex-shrink: 0;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.6);
}

.o6-footer-engage__body {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
}

.o6-footer-engage__body strong {
  color: #fff;
  font-weight: 600;
}

.o6-footer-engage__body a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.o6-footer-engage__body a:hover,
.o6-footer-engage__body a:focus-visible {
  color: #fff;
  text-decoration: underline;
}

/* ── Column headings ── */
.o6-site-footer__heading {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

/* ── Nav link columns ── */
.o6-footer-nav {
  display: grid;
  gap: 0.55rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.o6-footer-nav a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  text-decoration: none;
  transition: color 0.15s ease;
}

.o6-footer-nav a:hover,
.o6-footer-nav a:focus-visible {
  color: #fff;
}

/* ── Bottom bar ── */
.o6-site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.o6-site-footer__bottom-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1.5rem;
  justify-content: space-between;
  padding: 1.25rem 0;
}

.o6-site-footer__social {
  flex-shrink: 0;
}

.o6-site-footer__location {
  align-items: center;
  color: rgba(255, 255, 255, 0.65);
  display: flex;
  font-size: 0.85rem;
  gap: 0.4rem;
  margin: 0 auto;
  white-space: nowrap;
}

.o6-site-footer__location span {
  color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 767px) {
  .o6-site-footer__bottom-inner {
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem 0;
  }

  .o6-site-footer__location {
    margin: 0;
  }
}

/* ── Legal ── */
.o6-site-footer__legal {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.o6-site-footer__legal-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  justify-content: space-between;
  padding: 1rem 0 1.5rem;
}

.o6-site-footer__legal-inner p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  margin: 0;
}

.o6-site-footer__copyright {
  flex: 1 1 16rem;
  line-height: 1.55;
  max-width: 100%;
  text-wrap: pretty;
}

.o6-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.o6-legal-links a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.85rem;
  text-decoration: none;
}

.o6-legal-links a:hover,
.o6-legal-links a:focus-visible {
  color: #fff;
}

@media (max-width: 767px) {
  .o6-site-footer__legal-inner {
    flex-direction: column;
    gap: 0.65rem;
    text-align: center;
  }

  .o6-site-footer__copyright {
    font-size: 0.78rem;
    line-height: 1.5;
    overflow-wrap: anywhere;
    text-wrap: pretty;
  }

  .o6-legal-links {
    justify-content: center;
  }

  .o6-footer-nav a,
  .o6-legal-links a {
    overflow-wrap: anywhere;
  }
}

/* ── Brand within footer ── */
.o6-brand--footer .o6-brand__text {
  color: #fff;
}

/* ── Social links ── */
.o6-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.o6-social-links a {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.8);
  display: inline-flex;
  flex-shrink: 0;
  height: 2.5rem;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  width: 2.5rem;
}

.o6-social-links a:hover,
.o6-social-links a:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.o6-social-links .o6-icon {
  display: block;
}

.o6-social-links--contact a {
  border-color: rgba(15, 23, 42, 0.14);
  color: var(--o6-ink);
}

.o6-social-links--contact a:hover,
.o6-social-links--contact a:focus-visible {
  background: rgba(15, 23, 42, 0.05);
  border-color: rgba(15, 23, 42, 0.28);
  color: var(--o6-ink);
}

.o6-contact-social {
  margin-top: 1.25rem;
}

.o6-contact-social__title {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}

body.o6-nav-open {
  overflow: hidden;
}

/* ==========================================================================
   Language Switcher
   ========================================================================== */
.o6-lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-family: 'DM Sans', sans-serif;
  font-size: var(--text-sm, 0.875rem);
  font-weight: 500;
}
.o6-lang-switch a {
  color: var(--o6-slate);
  text-decoration: none;
  padding: 0.25rem 0.5rem;
  border-radius: var(--o6-radius-sm);
  transition: color 0.2s ease, background 0.2s ease;
}
.o6-lang-switch a:hover,
.o6-lang-switch a:focus-visible {
  color: var(--o6-ink);
  background: var(--o6-mist);
}
.o6-lang-switch .o6-lang-active {
  color: var(--o6-red);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}
.o6-lang-switch .o6-lang-separator {
  color: var(--o6-border);
  user-select: none;
}

/* ==========================================================================
   Skip-to-Content Link
   ========================================================================== */
.o6-skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 10000;
  background: var(--o6-ink);
  color: var(--o6-white);
  font-family: 'DM Sans', sans-serif;
  font-size: var(--text-base, 1rem);
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  border-radius: 0 0 var(--o6-radius-sm) var(--o6-radius-sm);
}
.o6-skip-link:focus {
  left: 1rem;
  top: 0;
  clip: auto;
  clip-path: none;
  outline: 2px solid var(--o6-gold);
  outline-offset: 2px;
}

/* ==========================================================================
   Smart Contact Form
   ========================================================================== */
.o6m-smart-form {
  max-width: 640px;
  margin: 0 auto;
}
/* ── Step progress indicator ── */
.o6m-step-progress {
  align-items: center;
  display: flex;
  gap: 0;
  justify-content: center;
  margin-bottom: 2rem;
}

.o6m-step-progress__dot {
  align-items: center;
  background: var(--o6-mist);
  border: 2px solid var(--o6-border);
  border-radius: 50%;
  color: var(--o6-slate);
  display: inline-flex;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  height: 2.25rem;
  justify-content: center;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  width: 2.25rem;
}

.o6m-step-progress__dot.is-active {
  background: var(--o6-red);
  border-color: var(--o6-red);
  color: #fff;
}

.o6m-step-progress__line {
  background: var(--o6-border);
  display: block;
  height: 2px;
  width: 2.5rem;
}

/* ── Step fieldsets ── */
.o6m-step {
  display: none;
}

.o6m-step.is-active {
  display: block;
}

/* Smart form stays hidden until forms.js adds html.o6m-forms-ready (not generic html.js). */
#o6m-lead-form {
  display: none !important;
}

html.o6m-forms-ready #o6m-lead-form {
  display: block !important;
}

html.o6m-forms-ready .o6m-contact-fallback {
  display: none !important;
}

.o6m-contact-fallback {
  background: #fff8e6;
  border: 1px solid #f0d98c;
  border-radius: var(--o6-radius-sm);
  color: var(--o6-ink);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.92rem;
  line-height: 1.55;
  margin-bottom: 1.25rem;
  padding: 0.85rem 1rem;
}

.o6m-contact-fallback__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin: 0.75rem 0 0;
}

.o6m-contact-fallback a {
  color: var(--o6-red);
  font-weight: 700;
  text-decoration: underline;
}

.o6m-step__heading {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.25rem;
}

.o6m-step__actions {
  display: flex;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.o6m-step__actions--between {
  justify-content: space-between;
}

.o6m-step__next,
.o6m-step__prev {
  align-items: center;
  border-radius: var(--o6-radius-full);
  cursor: pointer;
  display: inline-flex;
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.65rem 1.5rem;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

/* ── Ghost (secondary) button ── */
.o6m-btn--ghost {
  background: transparent;
  border: 1.5px solid var(--o6-border);
  color: var(--o6-ink);
}

.o6m-btn--ghost:hover {
  background: var(--o6-mist);
  border-color: var(--o6-slate);
}

.o6m-btn--ghost:focus-visible {
  outline: 2px solid var(--o6-red);
  outline-offset: 2px;
}

/* ── Success state ── */
.o6m-form-success {
  text-align: center;
  padding: 2rem 0;
}

.o6m-form-success__title {
  font-family: 'Sora', sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}

.o6m-form-success__text {
  color: var(--o6-slate);
  font-size: 0.95rem;
  margin: 0 0 1.5rem;
}

.o6m-form-success__wa {
  color: var(--o6-red);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.o6m-form-success__wa:hover {
  text-decoration: underline;
}
.o6m-smart-form .o6m-field {
  margin-bottom: 1.25rem;
}
.o6m-smart-form label {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: var(--text-sm, 0.875rem);
  font-weight: 500;
  color: var(--o6-ink);
  margin-bottom: 0.375rem;
}
.o6m-smart-form input[type="text"],
.o6m-smart-form input[type="email"],
.o6m-smart-form input[type="tel"],
.o6m-smart-form input[type="url"],
.o6m-smart-form textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  font-family: 'DM Sans', sans-serif;
  font-size: var(--text-base, 1rem);
  color: var(--o6-ink);
  background: var(--o6-white);
  border: 1.5px solid var(--o6-border);
  border-radius: var(--o6-radius-sm);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.o6m-smart-form input:focus,
.o6m-smart-form textarea:focus {
  outline: none;
  border-color: var(--o6-red);
  box-shadow: 0 0 0 3px rgba(228, 6, 19, 0.1);
}
.o6m-smart-form input[aria-invalid="true"],
.o6m-smart-form textarea[aria-invalid="true"] {
  border-color: var(--o6-red);
  box-shadow: 0 0 0 1px var(--o6-red);
}
.o6m-field-error {
  font-family: 'DM Sans', sans-serif;
  font-size: var(--text-xs, 0.75rem);
  color: var(--o6-red);
  margin-top: 0.25rem;
  min-height: 1.2em;
}
.o6m-smart-form .o6m-consent {
  font-size: var(--text-sm, 0.875rem);
  color: var(--o6-slate);
}
.o6m-smart-form .o6m-consent a {
  color: var(--o6-red);
  text-decoration: underline;
}
.o6m-required {
  color: var(--o6-red);
}
.o6m-smart-form .o6m-btn--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 2.5rem;
  font-family: 'DM Sans', sans-serif;
  font-size: var(--text-base, 1rem);
  font-weight: 600;
  color: var(--o6-white);
  background: var(--o6-red);
  border: none;
  border-radius: var(--o6-radius-full);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
.o6m-smart-form .o6m-btn--primary:hover,
.o6m-smart-form .o6m-btn--primary:focus-visible {
  background: var(--o6-red-dark);
  transform: translateY(-1px);
}
.o6m-smart-form .o6m-btn--primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.o6m-form-status {
  font-family: 'DM Sans', sans-serif;
  font-size: var(--text-sm, 0.875rem);
  color: var(--o6-ink);
  margin-top: 1rem;
  min-height: 1.5em;
}

.o6m-privacy-notice {
  background: #f8fafc;
  border: 1px solid var(--o6-border);
  border-radius: var(--o6-radius-sm);
  color: var(--o6-slate);
  font-family: 'DM Sans', sans-serif;
  font-size: var(--text-sm, 0.875rem);
  line-height: 1.55;
  margin-bottom: 1.25rem;
  padding: 0.85rem 1rem;
}

.o6m-privacy-notice p {
  margin: 0;
}

.o6m-privacy-notice p + p {
  margin-top: 0.65rem;
}

.o6m-privacy-notice a {
  color: var(--o6-red);
  text-decoration: underline;
}

.o6-contact-form .o6m-smart-form {
  margin: 0;
  max-width: none;
}

.o6-contact-form .o6m-btn--primary,
.o6-contact-form .o6m-step__next,
.o6-contact-submit {
  width: 100%;
}

@media (min-width: 480px) {
  .o6-contact-form .o6m-btn--primary,
  .o6-contact-form .o6m-step__next,
  .o6-contact-submit {
    width: auto;
  }
}

/* ════════════════════════════════════════════════════════════════
   Contact page — editorial hero (no video, Syaza portrait)
   ════════════════════════════════════════════════════════════════ */
.o6-contact-hero {
  background: var(--o6-ink);
  isolation: isolate;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.o6-contact-hero__bg {
  background:
    radial-gradient(ellipse 70% 60% at 75% 50%, rgba(228, 6, 19, 0.08) 0%, transparent 70%),
    linear-gradient(135deg, var(--o6-ink) 0%, #0d1424 50%, var(--o6-ink) 100%);
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.o6-contact-hero__inner {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  min-height: clamp(24rem, 70vh, 36rem);
  padding-block: clamp(2rem, 6vw, 3rem);
  position: relative;
  z-index: 1;
}

.o6-contact-hero__copy {
  max-width: min(36rem, 100%);
}

.o6-contact-hero__title {
  color: #fff;
  font-size: clamp(1.75rem, 5vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 0.85rem;
}

.o6-contact-hero__sub {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.98rem, 2.5vw, 1.12rem);
  line-height: 1.65;
  margin: 0 0 1.25rem;
  max-width: 32rem;
}

.o6-contact-hero .o6-kicker {
  color: #ff727a;
}

/* ── Hero portrait ── */
.o6-contact-hero__visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 320px;
  margin-inline: auto;
}

.o6-contact-hero__portrait {
  border-radius: 1rem;
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.o6-contact-hero__credit {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
  margin: 0.75rem 0 0;
  text-align: center;
}

.o6-contact-hero__credit-name {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}

.o6-contact-hero__credit-role {
  display: block;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.65);
}

/* ── Path pills (integrated in hero) ── */
.o6-contact-paths__grid {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: 1fr;
  margin-top: 1.25rem;
}

.o6-contact-path {
  background: rgba(255, 255, 255, 0.06);
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.75rem;
  color: #fff;
  cursor: pointer;
  font: inherit;
  padding: 0.85rem 1rem;
  text-align: left;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  width: 100%;
}

.o6-contact-path:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-1px);
}

.o6-contact-path:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.o6-contact-path.is-active,
.o6-contact-path[aria-pressed="true"] {
  background: rgba(228, 6, 19, 0.15);
  border-color: var(--o6-red);
}

.o6-contact-path.is-active:hover,
.o6-contact-path[aria-pressed="true"]:hover {
  background: rgba(228, 6, 19, 0.2);
  border-color: var(--o6-red);
}

.o6-contact-path:active {
  background: rgba(228, 6, 19, 0.22);
  border-color: var(--o6-red-dark);
  transform: translateY(0);
}

.o6-contact-path__title {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.o6-contact-path.is-active .o6-contact-path__title,
.o6-contact-path[aria-pressed="true"] .o6-contact-path__title {
  color: #ff727a;
}

.o6-contact-path__desc {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  font-size: 0.85rem;
  line-height: 1.5;
}

@media (min-width: 620px) {
  .o6-contact-paths__grid {
    gap: 0.75rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .o6-contact-hero__inner {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 3rem;
  }

  .o6-contact-hero__visual {
    align-items: flex-end;
    margin-inline: 0;
    max-width: none;
  }

  .o6-contact-hero__portrait {
    max-width: 320px;
  }

  .o6-contact-hero__credit {
    text-align: right;
    width: 320px;
  }

  .o6-contact-paths__grid {
    margin-top: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .o6-contact-hero__inner {
    gap: 4rem;
  }

  .o6-contact-hero__portrait {
    max-width: 360px;
  }
}

@media (max-width: 767px) {
  .o6-contact-hero {
    min-height: auto;
  }

  .o6-contact-hero__inner {
    gap: 1.5rem;
    min-height: auto;
    padding-bottom: clamp(1.5rem, 5vw, 2rem);
  }

  .o6-contact-hero__visual {
    order: -1;
  }

  .o6-contact-hero__portrait {
    max-width: 200px;
    border-radius: 0.75rem;
  }

  .o6-contact-hero__copy {
    text-align: center;
  }

  .o6-contact-hero__sub {
    margin-inline: auto;
  }

  .o6-contact-path {
    text-align: center;
  }

  .o6-contact-hero .o6-container {
    padding-inline: 24px;
  }
}

/* ════════════════════════════════════════════════════════════════
   Contact page — action rail
   ════════════════════════════════════════════════════════════════ */
.o6-contact-rail {
  background: var(--o6-white);
  border-bottom: 1px solid var(--o6-border);
  padding-block: clamp(1rem, 3vw, 1.5rem);
}

.o6-contact-rail__items {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 1fr;
}

.o6-contact-rail__items--quick {
  margin-bottom: 0.75rem;
}

@media (min-width: 640px) {
  .o6-contact-rail__items--quick {
    grid-template-columns: repeat(2, 1fr);
  }
}

.o6-contact-rail__whatsapp {
  border: 1px solid var(--o6-border);
  border-radius: var(--o6-radius);
  padding: 0.85rem 0.95rem;
}

.o6-contact-rail__whatsapp-head {
  align-items: center;
  color: var(--o6-slate);
  display: flex;
  font-size: 0.7rem;
  font-weight: 600;
  gap: 0.5rem;
  letter-spacing: 0.06em;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.o6-engage-contacts--contact {
  display: grid;
  gap: 0.85rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.o6-engage-contacts--contact .o6-engage-contacts__group-label {
  color: var(--o6-ink);
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

.o6-engage-contacts--contact .o6-engage-contacts__people {
  display: grid;
  gap: 0.35rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.o6-engage-contacts--contact .o6-engage-contacts__person {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.88rem;
  gap: 0.35rem 0.65rem;
}

.o6-engage-contacts--contact .o6-engage-contacts__person-name {
  color: var(--o6-ink);
  font-weight: 600;
}

.o6-engage-contacts--contact .o6-engage-contacts__person a {
  color: var(--o6-red);
  font-weight: 600;
  text-decoration: none;
}

.o6-engage-contacts--contact .o6-engage-contacts__person a:hover,
.o6-engage-contacts--contact .o6-engage-contacts__person a:focus-visible {
  text-decoration: underline;
}

.o6-contact-rail__item,
.o6-contact-rail__item:visited {
  align-items: center;
  border: 1px solid var(--o6-border);
  border-radius: var(--o6-radius);
  color: var(--o6-ink);
  display: flex;
  gap: 0.65rem;
  min-height: 44px;
  padding: 0.65rem 0.85rem;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.o6-contact-rail__item:hover {
  background: rgba(228, 6, 19, 0.04);
  border-color: var(--o6-red);
  color: var(--o6-ink);
}

.o6-contact-rail__item:active {
  background: rgba(228, 6, 19, 0.08);
  border-color: var(--o6-red-dark);
  color: var(--o6-ink);
}

.o6-contact-rail__item:focus-visible {
  color: var(--o6-ink);
  outline: 2px solid var(--o6-red);
  outline-offset: 2px;
}

.o6-contact-rail__icon {
  color: var(--o6-red);
  display: inline-flex;
  flex-shrink: 0;
}

.o6-contact-rail__copy {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
  overflow: hidden;
}

.o6-contact-rail__label {
  color: var(--o6-slate);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.o6-contact-rail__value {
  color: var(--o6-ink);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ════════════════════════════════════════════════════════════════
   Contact page — location
   ════════════════════════════════════════════════════════════════ */
.o6-contact-location {
  background: var(--o6-mist);
  border-bottom: 1px solid var(--o6-border);
  padding-block: clamp(2rem, 5vw, 3rem);
}

.o6-contact-location__inner {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .o6-contact-location__inner {
    align-items: start;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }
}

.o6-contact-location__info {
  max-width: 28rem;
}

.o6-contact-location__title {
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin: 0.25rem 0 0.75rem;
}

.o6-contact-location__address {
  color: var(--o6-slate);
  font-size: 0.95rem;
  font-style: normal;
  line-height: 1.65;
  margin: 0 0 1rem;
}

.o6-contact-location__hours {
  margin: 0 0 1.25rem;
}

.o6-contact-location__hours dd {
  color: var(--o6-slate);
  font-size: 0.92rem;
  line-height: 1.6;
  margin: 0;
}

.o6-contact-location__hours dd + dd {
  margin-top: 0.2rem;
}

.o6-contact-location__cta {
  align-items: center;
  color: var(--o6-red);
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 700;
  gap: 0.35rem;
  text-decoration: none;
}

.o6-contact-location__cta:hover {
  text-decoration: underline;
}

.o6-contact-location__cta:focus-visible {
  outline: 2px solid var(--o6-red);
  outline-offset: 2px;
  border-radius: 2px;
}

/* ── Map placeholder (no API key) ── */
.o6-contact-location__map-link {
  display: block;
  text-decoration: none;
}

.o6-contact-location__map-placeholder {
  align-items: center;
  background: var(--o6-white);
  border: 1.5px solid var(--o6-border);
  border-radius: var(--o6-radius-lg);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  justify-content: center;
  min-height: 200px;
  padding: 2rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.o6-contact-location__map-link:hover .o6-contact-location__map-placeholder {
  border-color: var(--o6-red);
  box-shadow: 0 4px 16px rgba(228, 6, 19, 0.08);
}

.o6-contact-location__map-link:focus-visible .o6-contact-location__map-placeholder {
  outline: 2px solid var(--o6-red);
  outline-offset: 2px;
}

.o6-contact-location__map-icon {
  color: var(--o6-red);
  display: inline-flex;
}

.o6-contact-location__map-text {
  color: var(--o6-slate);
  font-size: 0.92rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .o6-contact-location__map-placeholder {
    min-height: 240px;
  }
}

/* ════════════════════════════════════════════════════════════════
   Contact page — form
   ════════════════════════════════════════════════════════════════ */
.o6-contact-form {
  background: var(--o6-white);
  padding-block: clamp(2rem, 5vw, 3rem);
}

.o6-contact-form__shell {
  margin-inline: auto;
  max-width: 36rem;
}

.o6-contact-faq {
  background: var(--o6-white);
}

/* ── Responsive overrides for contact page ── */
@media (max-width: 767px) {
  .o6-contact .o6-container {
    padding-inline: 24px;
  }

  .o6-contact-form .o6m-smart-form input[type="text"],
  .o6-contact-form .o6m-smart-form input[type="email"],
  .o6-contact-form .o6m-smart-form input[type="tel"],
  .o6-contact-form .o6m-smart-form input[type="url"],
  .o6-contact-form .o6m-smart-form textarea {
    width: 100%;
  }
}

/* ==========================================================================
   Blog Archive
   ========================================================================== */
.o6-blog-header {
  padding: var(--space-12, 3rem) 0 var(--space-8, 2rem);
  text-align: center;
}
.o6-blog-header h1 {
  font-family: 'Sora', sans-serif;
  font-size: var(--text-3xl, clamp(1.75rem, 4vw, 2.5rem));
  font-weight: 700;
  color: var(--o6-ink);
  margin-bottom: 0.75rem;
}
.o6-blog-header p {
  color: var(--o6-slate);
  font-size: var(--text-lg, 1.125rem);
  max-width: 600px;
  margin: 0 auto;
}
.o6-blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding-bottom: var(--space-16, 4rem);
}
@media (min-width: 640px) {
  .o6-blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .o6-blog-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.o6-blog-card {
  background: var(--o6-white);
  border: 1px solid var(--o6-border);
  border-radius: var(--o6-radius);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.o6-blog-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--o6-shadow-md);
}
.o6-blog-card__image {
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--o6-mist);
}
.o6-blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.o6-blog-card__body {
  padding: 1.5rem;
}
.o6-blog-card__meta {
  font-family: 'DM Sans', sans-serif;
  font-size: var(--text-xs, 0.75rem);
  color: var(--o6-slate);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.o6-blog-card__title {
  font-family: 'Sora', sans-serif;
  font-size: var(--text-xl, clamp(1.25rem, 2vw, 1.5rem));
  font-weight: 600;
  color: var(--o6-ink);
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.o6-blog-card__title a {
  color: inherit;
  text-decoration: none;
}
.o6-blog-card__title a:hover {
  color: var(--o6-red);
}
.o6-blog-card__excerpt {
  font-family: 'DM Sans', sans-serif;
  font-size: var(--text-base, 1rem);
  color: var(--o6-slate);
  line-height: 1.6;
}
.o6-blog-card__excerpt p {
  margin: 0;
}

/* ==========================================================================
   Blog Single
   ========================================================================== */
.o6-blog-single {
  max-width: 720px;
  margin: 0 auto;
  padding: var(--space-12, 3rem) 0;
}
.o6-blog-single .entry-title {
  font-family: 'Sora', sans-serif;
  font-size: var(--text-3xl, clamp(1.75rem, 4vw, 2.5rem));
  font-weight: 700;
  color: var(--o6-ink);
  line-height: 1.2;
  margin-bottom: 1rem;
}
.o6-blog-single .entry-meta {
  font-family: 'DM Sans', sans-serif;
  font-size: var(--text-sm, 0.875rem);
  color: var(--o6-slate);
  margin-bottom: 2rem;
}
.o6-blog-single .entry-content {
  font-family: 'DM Sans', sans-serif;
  font-size: var(--text-lg, 1.125rem);
  color: var(--o6-ink);
  line-height: 1.8;
}
.o6-blog-single .entry-content p {
  margin-bottom: 1.5rem;
}
.o6-blog-single .entry-content h2 {
  font-family: 'Sora', sans-serif;
  font-size: var(--text-2xl, clamp(1.5rem, 3vw, 2rem));
  font-weight: 600;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.o6-blog-single .entry-content h3 {
  font-family: 'Sora', sans-serif;
  font-size: var(--text-xl, clamp(1.25rem, 2vw, 1.5rem));
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.o6-blog-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--o6-border);
}
.o6-blog-nav a {
  font-family: 'DM Sans', sans-serif;
  font-size: var(--text-base, 1rem);
  color: var(--o6-red);
  text-decoration: none;
}
.o6-blog-nav a:hover {
  text-decoration: underline;
}

/* ==========================================================================
   Premium 404
   ========================================================================== */
.o6-404 {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: var(--space-16, 4rem) var(--space-4, 1rem);
  position: relative;
  overflow: hidden;
}
.o6-404::before {
  content: '404';
  position: absolute;
  font-family: 'Sora', sans-serif;
  font-size: clamp(8rem, 25vw, 20rem);
  font-weight: 800;
  color: var(--o6-mist);
  opacity: 0.4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
}
.o6-404__content {
  position: relative;
  z-index: 1;
  max-width: 480px;
}
.o6-404__title {
  font-family: 'Sora', sans-serif;
  font-size: var(--text-2xl, clamp(1.5rem, 3vw, 2rem));
  font-weight: 600;
  color: var(--o6-ink);
  margin-bottom: 0.75rem;
}
.o6-404__text {
  font-family: 'DM Sans', sans-serif;
  font-size: var(--text-lg, 1.125rem);
  color: var(--o6-slate);
  margin-bottom: 2rem;
  line-height: 1.6;
}
.o6-404__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
.o6-404__search {
  margin-bottom: 2rem;
  width: 100%;
  max-width: 360px;
}
.o6-404__search input[type="search"] {
  width: 100%;
  padding: 0.75rem 1rem;
  font-family: 'DM Sans', sans-serif;
  font-size: var(--text-base, 1rem);
  border: 1.5px solid var(--o6-border);
  border-radius: var(--o6-radius-full);
  background: var(--o6-white);
  color: var(--o6-ink);
}
.o6-404__search input[type="search"]:focus {
  outline: none;
  border-color: var(--o6-red);
  box-shadow: 0 0 0 3px rgba(228, 6, 19, 0.1);
}

/* About page — editorial story layout */
.o6-about-hero {
  background: var(--o6-ink);
  color: var(--o6-white);
  padding: clamp(3rem, 8vw, 5rem) 0 clamp(2.5rem, 6vw, 4rem);
}

.o6-about-hero__inner {
  max-width: 40rem;
}

.o6-about-hero__title {
  color: #fff;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.1;
  margin: 0 0 1rem;
}

.o6-about-hero h1 {
  color: #fff;
}

.o6-about-hero .o6-kicker {
  color: #ff727a;
}

.o6-about-hero a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.o6-about-hero__lead {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 2.5vw, 1.2rem);
  line-height: 1.6;
  margin: 0;
  max-width: 36rem;
}

.o6-about-intro__grid {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 5vw, 3.5rem);
}

@media (min-width: 768px) {
  .o6-about-intro__grid {
    grid-template-columns: 1.15fr 0.85fr;
  }
}

.o6-about-intro__text {
  color: var(--o6-slate);
  font-size: clamp(1rem, 2.2vw, 1.08rem);
  line-height: 1.7;
  margin: 0;
  max-width: 34rem;
}

.o6-about-intro__visual {
  position: relative;
}

.o6-about-intro__mark {
  align-items: center;
  background: var(--o6-white);
  border: 1px solid var(--o6-border);
  border-radius: var(--o6-radius-lg);
  box-shadow: var(--o6-shadow-md);
  display: flex;
  justify-content: center;
  margin-inline: auto;
  max-width: 16rem;
  min-height: 16rem;
  padding: 2.5rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .o6-about-intro__mark {
    margin-inline: 0 0 auto;
  }
}

.o6-about-intro__accent {
  background: linear-gradient(135deg, rgba(228, 6, 19, 0.12), rgba(228, 6, 19, 0.03));
  border-radius: var(--o6-radius-lg);
  inset: 1.5rem -1rem -1rem 2rem;
  position: absolute;
  z-index: 0;
}

.o6-about-outcomes__grid {
  display: grid;
  gap: 1.25rem;
  margin-top: 1.5rem;
}

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

.o6-about-outcome {
  background: var(--o6-white);
  border: 1px solid var(--o6-border);
  border-radius: var(--o6-radius);
  padding: 1.5rem;
}

.o6-about-outcome__icon {
  color: var(--o6-red);
  margin-bottom: 1rem;
}

.o6-about-outcome__title {
  font-size: 1.15rem;
  margin: 0 0 0.5rem;
}

.o6-about-outcome__desc {
  color: var(--o6-slate);
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0;
}

.o6-about-flow__track {
  counter-reset: o6-flow;
  display: grid;
  gap: 0;
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  position: relative;
}

@media (min-width: 900px) {
  .o6-about-flow__track {
    gap: 0;
    grid-template-columns: repeat(3, 1fr);
  }

  .o6-about-flow__track::before {
    background: var(--o6-border);
    content: "";
    height: 2px;
    left: 12%;
    position: absolute;
    right: 12%;
    top: 1.75rem;
    z-index: 0;
  }
}

.o6-about-flow__step {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: auto 1fr;
  padding: 0 0 2rem;
  position: relative;
}

@media (min-width: 900px) {
  .o6-about-flow__step {
    display: block;
    padding: 0 1rem 0;
    text-align: center;
  }
}

.o6-about-flow__index {
  align-items: center;
  background: var(--o6-white);
  border: 2px solid var(--o6-red);
  border-radius: var(--o6-radius-full);
  color: var(--o6-red);
  display: inline-flex;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  font-weight: 500;
  height: 2.5rem;
  justify-content: center;
  position: relative;
  width: 2.5rem;
  z-index: 1;
}

@media (min-width: 900px) {
  .o6-about-flow__index {
    margin: 0 auto 1.25rem;
  }
}

.o6-about-flow__label {
  font-size: 1.05rem;
  margin: 0 0 0.35rem;
}

.o6-about-flow__text {
  color: var(--o6-slate);
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0;
  max-width: 22rem;
}

@media (min-width: 900px) {
  .o6-about-flow__text {
    margin-inline: auto;
  }
}

.o6-about-cta .o6-section__lead {
  color: rgba(255, 255, 255, 0.82);
}

.o6-about-trust {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  margin: 2rem 0 0;
}

/* Brands page — editorial acquisition layout */
.o6-brands-hero {
  background: var(--o6-ink);
  isolation: isolate;
  min-height: clamp(22rem, 72vh, 34rem);
  overflow: hidden;
  padding: 0;
  position: relative;
}

.o6-brands-hero__media {
  inset: 0;
  margin: 0;
  position: absolute;
  z-index: 0;
}

.o6-brands-hero__poster {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: 70% center;
  width: 100%;
}

.o6-brands-hero__scrim {
  background: linear-gradient(
    90deg,
    rgba(10, 15, 26, 0.96) 0%,
    rgba(10, 15, 26, 0.88) 45%,
    rgba(10, 15, 26, 0.55) 70%,
    rgba(10, 15, 26, 0.2) 100%
  );
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.o6-brands-hero__inner {
  align-items: center;
  display: flex;
  min-height: inherit;
  position: relative;
  z-index: 2;
}

.o6-brands-hero__copy {
  max-width: min(38rem, 100%);
  padding-block: clamp(2.5rem, 8vw, 4rem);
}

.o6-brands-hero__title {
  color: #fff;
  font-size: clamp(1.85rem, 5vw, 3rem);
  line-height: 1.12;
  margin: 0 0 1rem;
}

.o6-brands-hero h1 {
  color: #fff;
}

.o6-brands-hero .o6-kicker {
  color: #ff727a;
}

.o6-brands-hero__lead {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 2.5vw, 1.15rem);
  line-height: 1.65;
  margin: 0 0 1.5rem;
  max-width: 34rem;
}

.o6-brands-hero__actions {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  max-width: 100%;
}

@media (min-width: 540px) {
  .o6-brands-hero__actions {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.o6-brands-services {
  background: var(--o6-white);
  padding-block: clamp(2.5rem, 6vw, 4rem);
}

.o6-brands-chapters {
  display: grid;
  gap: clamp(2rem, 5vw, 3rem);
  margin-top: 1.5rem;
}

.o6-brands-chapter {
  align-items: center;
  border-top: 1px solid var(--o6-border);
  display: grid;
  gap: 1.5rem;
  padding-top: clamp(1.5rem, 4vw, 2rem);
}

@media (min-width: 768px) {
  .o6-brands-chapter {
    gap: 2.5rem;
    grid-template-columns: 1fr min(14rem, 32%);
  }

  .o6-brands-chapter--reverse {
    grid-template-columns: min(14rem, 32%) 1fr;
  }

  .o6-brands-chapter--reverse .o6-brands-chapter__copy {
    order: 2;
  }

  .o6-brands-chapter--reverse .o6-brands-chapter__visual {
    order: 1;
  }
}

.o6-brands-chapter__index {
  color: var(--o6-red);
  display: block;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 0.5rem;
}

.o6-brands-chapter__title {
  font-size: clamp(1.15rem, 3vw, 1.4rem);
  margin: 0 0 0.5rem;
}

.o6-brands-chapter__desc {
  color: var(--o6-slate);
  font-size: 0.98rem;
  line-height: 1.65;
  margin: 0;
  max-width: 34rem;
}

.o6-brands-chapter__visual {
  align-items: center;
  display: flex;
  justify-content: center;
}

.o6-brands-chapter__icon {
  align-items: center;
  background: var(--o6-white);
  border: 1px solid var(--o6-border);
  border-radius: var(--o6-radius-lg);
  box-shadow: var(--o6-shadow-sm);
  color: var(--o6-red);
  display: flex;
  height: 7.5rem;
  justify-content: center;
  width: 7.5rem;
}

.o6-brands-journey {
  background: #fafbfc;
  border-block: 1px solid var(--o6-border);
  padding-block: clamp(2.5rem, 6vw, 4rem);
}

.o6-brands-journey__track {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  position: relative;
}

@media (min-width: 900px) {
  .o6-brands-journey__track {
    grid-template-columns: repeat(4, 1fr);
  }

  .o6-brands-journey__track::before {
    background: var(--o6-border);
    content: "";
    height: 2px;
    left: 8%;
    position: absolute;
    right: 8%;
    top: 1.75rem;
    z-index: 0;
  }
}

.o6-brands-journey__step {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: auto 1fr;
  padding: 0 0 1.75rem;
  position: relative;
}

@media (min-width: 900px) {
  .o6-brands-journey__step {
    display: block;
    padding: 0 0.75rem;
    text-align: center;
  }
}

.o6-brands-journey__index {
  align-items: center;
  background: var(--o6-white);
  border: 2px solid var(--o6-red);
  border-radius: var(--o6-radius-full);
  color: var(--o6-red);
  display: inline-flex;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  font-weight: 500;
  height: 2.5rem;
  justify-content: center;
  position: relative;
  width: 2.5rem;
  z-index: 1;
}

@media (min-width: 900px) {
  .o6-brands-journey__index {
    margin: 0 auto 1rem;
  }
}

.o6-brands-journey__label {
  font-size: 1.05rem;
  margin: 0 0 0.35rem;
}

.o6-brands-journey__text {
  color: var(--o6-slate);
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0;
  max-width: 16rem;
}

@media (min-width: 900px) {
  .o6-brands-journey__text {
    margin-inline: auto;
  }
}

.o6-brands-cta {
  background: var(--o6-ink);
  color: #fff;
  padding-block: clamp(2.5rem, 6vw, 4rem);
}

.o6-brands-cta__inner {
  max-width: 36rem;
  text-align: center;
}

@media (max-width: 767px) {
  .o6-brands .o6-container {
    padding-inline: 24px;
  }

  .o6-brands-hero__actions .o6-btn {
    justify-content: center;
    width: 100%;
  }

  .o6-brands-cta__btn {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

.o6-brands-cta__title {
  color: #fff;
  font-size: clamp(1.5rem, 4vw, 2rem);
  line-height: 1.2;
  margin: 0 0 0.75rem;
}

.o6-brands-cta__lead {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 2.5vw, 1.08rem);
  line-height: 1.6;
  margin: 0 0 1.5rem;
}

.o6-brands-cta__btn:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35);
  outline: 2px solid #fff;
  outline-offset: 2px;
}

/* Creators page — primary recruitment layout */
.o6-creators-hero {
  background: var(--o6-ink);
  isolation: isolate;
  min-height: clamp(22rem, 72vh, 34rem);
  overflow: hidden;
  padding: 0;
  position: relative;
}

.o6-creators-hero__media {
  inset: 0;
  margin: 0;
  position: absolute;
  z-index: 0;
}

.o6-creators-hero__poster {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: 60% center;
  width: 100%;
}

.o6-creators-hero__scrim {
  background: linear-gradient(
    90deg,
    rgba(10, 15, 26, 0.96) 0%,
    rgba(10, 15, 26, 0.9) 42%,
    rgba(10, 15, 26, 0.58) 68%,
    rgba(10, 15, 26, 0.22) 100%
  );
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.o6-creators-hero__inner {
  align-items: center;
  display: flex;
  min-height: inherit;
  position: relative;
  z-index: 2;
}

.o6-creators-hero__copy {
  max-width: min(38rem, 100%);
  padding-block: clamp(2.5rem, 8vw, 4rem);
}

.o6-creators-hero__title {
  color: #fff;
  font-size: clamp(1.85rem, 5vw, 3rem);
  line-height: 1.12;
  margin: 0 0 1rem;
}

.o6-creators-hero h1 {
  color: #fff;
}

.o6-creators-hero .o6-kicker {
  color: #ff727a;
}

.o6-creators-hero__lead {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 2.5vw, 1.15rem);
  line-height: 1.65;
  margin: 0 0 1.5rem;
  max-width: 34rem;
}

.o6-creators-hero__actions {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  max-width: 100%;
}

@media (min-width: 540px) {
  .o6-creators-hero__actions {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.o6-creators-value {
  background: var(--o6-white);
  padding-block: clamp(2.5rem, 6vw, 4rem);
}

.o6-creators-chapters {
  display: grid;
  gap: clamp(2rem, 5vw, 3rem);
  margin-top: 1.5rem;
}

.o6-creators-chapter {
  align-items: center;
  border-top: 1px solid var(--o6-border);
  display: grid;
  gap: 1.5rem;
  padding-top: clamp(1.5rem, 4vw, 2rem);
}

@media (min-width: 768px) {
  .o6-creators-chapter {
    gap: 2.5rem;
    grid-template-columns: 1fr min(14rem, 32%);
  }

  .o6-creators-chapter--reverse {
    grid-template-columns: min(14rem, 32%) 1fr;
  }

  .o6-creators-chapter--reverse .o6-creators-chapter__copy {
    order: 2;
  }

  .o6-creators-chapter--reverse .o6-creators-chapter__visual {
    order: 1;
  }
}

.o6-creators-chapter__index {
  color: var(--o6-red);
  display: block;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 0.5rem;
}

.o6-creators-chapter__title {
  font-size: clamp(1.15rem, 3vw, 1.4rem);
  margin: 0 0 0.5rem;
}

.o6-creators-chapter__desc {
  color: var(--o6-slate);
  font-size: 0.98rem;
  line-height: 1.65;
  margin: 0;
  max-width: 34rem;
}

.o6-creators-chapter__visual {
  align-items: center;
  display: flex;
  justify-content: center;
}

.o6-creators-chapter__icon {
  align-items: center;
  background: var(--o6-white);
  border: 1px solid var(--o6-border);
  border-radius: var(--o6-radius-lg);
  box-shadow: var(--o6-shadow-sm);
  color: var(--o6-red);
  display: flex;
  height: 7.5rem;
  justify-content: center;
  width: 7.5rem;
}

.o6-creators-journey {
  background: #fafbfc;
  border-block: 1px solid var(--o6-border);
  padding-block: clamp(2.5rem, 6vw, 4rem);
}

.o6-creators-journey__track {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  position: relative;
}

@media (min-width: 900px) {
  .o6-creators-journey__track {
    grid-template-columns: repeat(4, 1fr);
  }

  .o6-creators-journey__track::before {
    background: var(--o6-border);
    content: "";
    height: 2px;
    left: 8%;
    position: absolute;
    right: 8%;
    top: 1.75rem;
    z-index: 0;
  }
}

.o6-creators-journey__step {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: auto 1fr;
  padding: 0 0 1.75rem;
  position: relative;
}

@media (min-width: 900px) {
  .o6-creators-journey__step {
    display: block;
    padding: 0 0.75rem;
    text-align: center;
  }
}

.o6-creators-journey__index {
  align-items: center;
  background: var(--o6-white);
  border: 2px solid var(--o6-red);
  border-radius: var(--o6-radius-full);
  color: var(--o6-red);
  display: inline-flex;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  font-weight: 500;
  height: 2.5rem;
  justify-content: center;
  position: relative;
  width: 2.5rem;
  z-index: 1;
}

@media (min-width: 900px) {
  .o6-creators-journey__index {
    margin: 0 auto 1rem;
  }
}

.o6-creators-journey__label {
  font-size: 1.05rem;
  margin: 0 0 0.35rem;
}

.o6-creators-journey__text {
  color: var(--o6-slate);
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0;
  max-width: 16rem;
}

@media (min-width: 900px) {
  .o6-creators-journey__text {
    margin-inline: auto;
  }
}

.o6-creators-cta {
  background: var(--o6-ink);
  color: #fff;
  padding-block: clamp(2.5rem, 6vw, 4rem);
}

.o6-creators-cta__inner {
  max-width: 36rem;
  margin-inline: auto;
  text-align: center;
}

@media (max-width: 767px) {
  .o6-creators .o6-container {
    padding-inline: 24px;
  }

  .o6-creators-hero__actions .o6-btn,
  .o6-creators-cta__actions .o6-btn {
    justify-content: center;
    width: 100%;
  }
}

.o6-creators-cta__title {
  color: #fff;
  font-size: clamp(1.5rem, 4vw, 2rem);
  line-height: 1.2;
  margin: 0 0 0.75rem;
}

.o6-creators-cta__lead {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 2.5vw, 1.08rem);
  line-height: 1.6;
  margin: 0 0 1.5rem;
}

.o6-creators-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

@media (min-width: 540px) {
  .o6-creators-cta__actions {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.o6-creators-cta__actions .o6-btn:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35);
  outline: 2px solid #fff;
  outline-offset: 2px;
}

/* Reveal — visible by default; JS adds subtle motion only when allowed */
[data-o6-reveal] {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: no-preference) {
  html.js [data-o6-reveal].o6-reveal-animate {
    opacity: 1;
    transform: translateY(0.35rem);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  }

  html.js [data-o6-reveal].o6-reveal-animate.is-visible {
    transform: translateY(0);
  }
}

/* Legal documents — quiet reading layout */
.o6-legal {
  background: var(--o6-white);
  padding-block: clamp(2rem, 5vw, 3rem);
}

.o6-legal__shell {
  margin-inline: auto;
  max-width: min(72rem, 100%);
}

.o6-legal__header {
  border-bottom: 1px solid var(--o6-border);
  margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
  padding-bottom: clamp(1.25rem, 3vw, 2rem);
}

.o6-legal__kicker {
  color: var(--o6-red);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 0.65rem;
  text-transform: uppercase;
}

.o6-legal__title {
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  line-height: 1.15;
  margin: 0 0 0.75rem;
}

.o6-legal__meta {
  color: var(--o6-slate);
  font-size: 0.95rem;
  margin: 0;
}

.o6-legal__layout {
  display: grid;
  gap: clamp(1.5rem, 4vw, 2rem);
}

@media (min-width: 1024px) {
  .o6-legal__layout--toc {
    align-items: start;
    grid-template-columns: min(14rem, 30%) minmax(0, 1fr);
  }

  .o6-legal__toc {
    position: sticky;
    top: 5.5rem;
  }
}

.o6-legal__toc {
  background: #fafbfc;
  border: 1px solid var(--o6-border);
  border-radius: var(--o6-radius);
  padding: 1rem 1.1rem;
}

.o6-legal__toc-title {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
}

.o6-legal__toc-list {
  font-size: 0.92rem;
  line-height: 1.45;
  margin: 0;
  padding-left: 1.15rem;
}

.o6-legal__toc-list a {
  color: var(--o6-ink);
  text-decoration: none;
}

.o6-legal__toc-list a:hover,
.o6-legal__toc-list a:focus-visible {
  color: var(--o6-red);
  text-decoration: underline;
}

.o6-legal__body {
  min-width: 0;
}

.o6-legal-prose {
  max-width: 42rem;
}

.o6-legal-prose a {
  color: var(--o6-red);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.o6-legal-prose a:hover,
.o6-legal-prose a:focus-visible {
  color: var(--o6-red-dark);
}

.o6-legal-prose h2 {
  color: var(--o6-ink);
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  margin-top: 2.25rem;
  scroll-margin-top: 5.5rem;
}

.o6-legal-prose h3 {
  color: var(--o6-ink);
  font-size: 1.05rem;
  margin-top: 1.5rem;
}

.o6-legal-prose p strong:only-child {
  color: var(--o6-ink);
}

@media (max-width: 767px) {
  .o6-legal .o6-container {
    padding-inline: 24px;
  }

  .o6-legal__toc-list {
    max-height: 12rem;
    overflow-y: auto;
  }
}
/* Metric count-up */
.o6m-metric-card__value {
  font-family: 'JetBrains Mono', monospace;
  font-size: var(--text-metric, clamp(2.5rem, 8vw, 5rem));
  font-weight: 500;
  line-height: 1;
  color: var(--o6-red);
}
