html,
body {
  margin: 0;
}

#oxerix-show-day-story {
  --ox-navy: #123b5b;
  --ox-deep-navy: #0b2f49;
  --ox-gold: #c8a94e;
  --ox-cream: #f7f5ef;
  --ox-white: #ffffff;
  --ox-ink: #1c2730;
  --ox-muted: #5f6b75;
  --ox-line: #d8dedf;
  --ox-green: #2fbf8f;
  --ox-orange: #ffb548;
  --ox-yellow: #f3ca52;
  --ox-blue: #2f80ed;
  --ox-soft-blue: #e9f1f6;
  color: var(--ox-ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  width: 100%;
}

#oxerix-show-day-story * {
  box-sizing: border-box;
}

#oxerix-show-day-story a {
  color: inherit;
}

#oxerix-show-day-story img {
  display: block;
  max-width: 100%;
}

#oxerix-show-day-story .ox-page {
  background: var(--ox-cream);
  color: var(--ox-ink);
  overflow: hidden;
}

#oxerix-show-day-story .ox-shell {
  margin: 0 auto;
  max-width: 1180px;
  padding-left: clamp(20px, 4vw, 58px);
  padding-right: clamp(20px, 4vw, 58px);
}

#oxerix-show-day-story .ox-site-header {
  background: rgba(247, 245, 239, 0.96);
  border-bottom: 1px solid rgba(18, 59, 91, 0.12);
}

#oxerix-show-day-story .ox-header-inner {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  min-height: 76px;
}

#oxerix-show-day-story .ox-brand {
  align-items: center;
  color: var(--ox-navy);
  display: inline-flex;
  font-size: 18px;
  font-weight: 500;
  gap: 10px;
  letter-spacing: 0.08em;
  text-decoration: none;
}

#oxerix-show-day-story .ox-brand img {
  height: 46px;
  object-fit: contain;
  width: 46px;
}

#oxerix-show-day-story .ox-primary-nav {
  align-items: center;
  display: flex;
  gap: clamp(16px, 2.5vw, 30px);
}

#oxerix-show-day-story .ox-primary-nav a {
  color: var(--ox-ink);
  font-size: 14px;
  text-decoration: none;
}

#oxerix-show-day-story .ox-header-action,
#oxerix-show-day-story .ox-text-action {
  align-items: center;
  background: var(--ox-navy);
  border-radius: 12px;
  color: var(--ox-white);
  display: inline-flex;
  font-size: 14px;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  text-decoration: none;
}

#oxerix-show-day-story .ox-primary-nav .ox-header-action {
  color: var(--ox-white);
}

#oxerix-show-day-story .ox-hero {
  padding-bottom: clamp(72px, 9vw, 112px);
  padding-top: clamp(52px, 8vw, 96px);
}

#oxerix-show-day-story .ox-hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(36px, 5vw, 72px);
  grid-template-columns: minmax(0, 0.92fr) minmax(330px, 1.08fr);
}

#oxerix-show-day-story .ox-kicker {
  color: var(--ox-navy);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

#oxerix-show-day-story .ox-hero h1 {
  color: var(--ox-navy);
  font-size: clamp(42px, 6.3vw, 76px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 0;
  max-width: 710px;
}

#oxerix-show-day-story .ox-hero h1 span {
  color: var(--ox-gold);
  display: block;
}

#oxerix-show-day-story .ox-hero-copy {
  color: var(--ox-muted);
  font-size: 18px;
  line-height: 1.65;
  margin: 28px 0 0;
  max-width: 590px;
}

#oxerix-show-day-story .ox-hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
}

#oxerix-show-day-story .ox-secondary-link {
  border-bottom: 1px solid var(--ox-navy);
  color: var(--ox-navy);
  font-size: 14px;
  padding-bottom: 4px;
  text-decoration: none;
}

#oxerix-show-day-story .ox-hero-note {
  color: var(--ox-muted);
  font-size: 13px;
  margin: 22px 0 0;
}

#oxerix-show-day-story .ox-hero-visual {
  position: relative;
}

#oxerix-show-day-story .ox-hero-photo {
  border-radius: 30px;
  box-shadow: 0 24px 55px rgba(11, 47, 73, 0.18);
  height: clamp(410px, 45vw, 520px);
  object-fit: cover;
  object-position: center;
  width: 100%;
}

#oxerix-show-day-story .ox-live-note {
  align-items: center;
  background: var(--ox-white);
  border-radius: 14px;
  box-shadow: 0 16px 38px rgba(11, 47, 73, 0.16);
  color: var(--ox-deep-navy);
  display: flex;
  font-size: 13px;
  gap: 9px;
  bottom: 18px;
  left: 18px;
  padding: 12px 15px;
  position: absolute;
  z-index: 4;
}

#oxerix-show-day-story .ox-status-dot {
  border-radius: 50%;
  display: inline-block;
  flex: 0 0 auto;
  height: 10px;
  width: 10px;
}

#oxerix-show-day-story .ox-status-dot-green {
  background: var(--ox-green);
}

#oxerix-show-day-story .ox-status-dot-orange {
  background: var(--ox-orange);
}

#oxerix-show-day-story .ox-status-dot-yellow {
  background: var(--ox-yellow);
}

#oxerix-show-day-story .ox-status-dot-blue {
  background: var(--ox-blue);
}

#oxerix-show-day-story .ox-journey {
  background: var(--ox-white);
  padding: clamp(68px, 9vw, 104px) 0;
}

#oxerix-show-day-story .ox-section-head {
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 0.85fr) minmax(260px, 1.15fr);
  margin-bottom: 52px;
}

#oxerix-show-day-story .ox-section-head h2,
#oxerix-show-day-story .ox-screen-heading h2,
#oxerix-show-day-story .ox-human-copy h2,
#oxerix-show-day-story .ox-trust h2,
#oxerix-show-day-story .ox-final-copy h2 {
  color: var(--ox-navy);
  font-size: clamp(32px, 4.2vw, 50px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin: 0;
}

#oxerix-show-day-story .ox-section-head p,
#oxerix-show-day-story .ox-screen-heading p,
#oxerix-show-day-story .ox-human-copy p,
#oxerix-show-day-story .ox-final-copy p {
  color: var(--ox-muted);
  font-size: 17px;
  line-height: 1.65;
  margin: 0;
}

#oxerix-show-day-story .ox-journey-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

#oxerix-show-day-story .ox-journey-list li {
  border-top: 1px solid var(--ox-line);
  padding: 28px 22px 0 0;
  position: relative;
}

#oxerix-show-day-story .ox-journey-list li:not(:last-child) {
  margin-right: 18px;
}

#oxerix-show-day-story .ox-journey-list .ox-status-dot {
  left: 0;
  position: absolute;
  top: -5px;
}

#oxerix-show-day-story .ox-step-number {
  color: var(--ox-gold);
  display: block;
  font-size: 13px;
  margin-bottom: 20px;
}

#oxerix-show-day-story .ox-journey-list h3 {
  color: var(--ox-navy);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 10px;
}

#oxerix-show-day-story .ox-journey-list p {
  color: var(--ox-muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

#oxerix-show-day-story .ox-screens {
  background: var(--ox-deep-navy);
  color: var(--ox-white);
  padding: clamp(72px, 10vw, 118px) 0;
}

#oxerix-show-day-story .ox-screen-heading {
  align-items: end;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);
  margin-bottom: 58px;
}

#oxerix-show-day-story .ox-screen-heading .ox-kicker,
#oxerix-show-day-story .ox-screen-heading h2 {
  color: var(--ox-white);
}

#oxerix-show-day-story .ox-screen-heading p {
  color: rgba(255, 255, 255, 0.72);
}

#oxerix-show-day-story .ox-screen-grid {
  align-items: start;
  display: grid;
  gap: clamp(18px, 3vw, 34px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#oxerix-show-day-story .ox-screen-story {
  margin: 0;
  text-align: center;
}

#oxerix-show-day-story .ox-screen-device {
  aspect-ratio: 839 / 1875;
  background: #061925;
  border: 7px solid #061925;
  border-radius: 25px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28);
  margin: 0 auto 26px;
  max-width: 100%;
  overflow: hidden;
  width: clamp(132px, 16vw, 168px);
}

#oxerix-show-day-story .ox-screen-device img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

#oxerix-show-day-story .ox-screen-label {
  color: var(--ox-gold);
  display: block;
  font-size: 12px;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

#oxerix-show-day-story .ox-screen-story strong {
  color: var(--ox-white);
  display: block;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
}

#oxerix-show-day-story .ox-human {
  background: var(--ox-cream);
  padding: clamp(72px, 10vw, 118px) 0;
}

#oxerix-show-day-story .ox-human-grid {
  align-items: center;
  display: grid;
  gap: clamp(34px, 6vw, 80px);
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
}

#oxerix-show-day-story .ox-human-photo-wrap {
  position: relative;
}

#oxerix-show-day-story .ox-human-photo {
  border-radius: 28px;
  height: clamp(290px, 40vw, 470px);
  object-fit: cover;
  width: 100%;
}

#oxerix-show-day-story .ox-photo-caption {
  background: var(--ox-white);
  border-radius: 14px;
  bottom: 18px;
  color: var(--ox-navy);
  font-size: 13px;
  left: 18px;
  margin: 0;
  max-width: 250px;
  padding: 12px 14px;
  position: absolute;
}

#oxerix-show-day-story .ox-human-copy p {
  margin-top: 22px;
}

#oxerix-show-day-story .ox-status-list {
  display: grid;
  gap: 13px;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

#oxerix-show-day-story .ox-status-list li {
  align-items: center;
  color: var(--ox-navy);
  display: flex;
  font-size: 14px;
  gap: 10px;
}

#oxerix-show-day-story .ox-trust {
  background: var(--ox-white);
  padding: clamp(66px, 8vw, 94px) 0;
}

#oxerix-show-day-story .ox-trust h2 {
  max-width: 650px;
}

#oxerix-show-day-story .ox-trust-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 48px;
}

#oxerix-show-day-story .ox-trust-item {
  border-top: 1px solid var(--ox-line);
  padding-top: 24px;
}

#oxerix-show-day-story .ox-trust-item span {
  color: var(--ox-gold);
  display: block;
  font-size: 13px;
  margin-bottom: 15px;
}

#oxerix-show-day-story .ox-trust-item h3 {
  color: var(--ox-navy);
  font-size: 19px;
  font-weight: 500;
  margin: 0 0 10px;
}

#oxerix-show-day-story .ox-trust-item p {
  color: var(--ox-muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

#oxerix-show-day-story .ox-final {
  background: var(--ox-navy);
  color: var(--ox-white);
  padding: clamp(68px, 8vw, 96px) 0;
}

#oxerix-show-day-story .ox-final-inner {
  align-items: center;
  display: grid;
  gap: 36px;
  grid-template-columns: 94px minmax(0, 1fr) auto;
}

#oxerix-show-day-story .ox-final-mark {
  height: 94px;
  object-fit: contain;
  width: 94px;
}

#oxerix-show-day-story .ox-final-copy h2 {
  color: var(--ox-white);
}

#oxerix-show-day-story .ox-final-copy p {
  color: rgba(255, 255, 255, 0.72);
  margin-top: 12px;
}

#oxerix-show-day-story .ox-final-action {
  background: var(--ox-white);
  color: var(--ox-navy);
  white-space: nowrap;
}

#oxerix-show-day-story .ox-footer {
  background: var(--ox-deep-navy);
  color: rgba(255, 255, 255, 0.68);
  padding: 28px 0;
}

#oxerix-show-day-story .ox-footer-inner {
  align-items: center;
  display: flex;
  font-size: 12px;
  gap: 24px;
  justify-content: space-between;
}

#oxerix-show-day-story .ox-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

#oxerix-show-day-story .ox-footer-links a {
  text-decoration: none;
}

@media (max-width: 820px) {
  #oxerix-show-day-story .ox-hero-grid,
  #oxerix-show-day-story .ox-human-grid {
    grid-template-columns: 1fr;
  }

  #oxerix-show-day-story .ox-hero-visual {
    margin: 0 auto;
    max-width: 590px;
    width: 100%;
  }

  #oxerix-show-day-story .ox-human-copy {
    max-width: 620px;
  }

  #oxerix-show-day-story .ox-final-inner {
    grid-template-columns: 78px minmax(0, 1fr);
  }

  #oxerix-show-day-story .ox-final-inner .ox-final-action {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 680px) {
  #oxerix-show-day-story .ox-primary-nav a:not(.ox-header-action) {
    display: none;
  }

  #oxerix-show-day-story .ox-section-head,
  #oxerix-show-day-story .ox-screen-heading {
    grid-template-columns: 1fr;
  }

  #oxerix-show-day-story .ox-journey-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 38px;
  }

  #oxerix-show-day-story .ox-screen-grid {
    grid-template-columns: 1fr;
  }

  #oxerix-show-day-story .ox-trust-grid {
    grid-template-columns: 1fr;
  }

  #oxerix-show-day-story .ox-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  #oxerix-show-day-story .ox-brand span {
    font-size: 16px;
  }

  #oxerix-show-day-story .ox-header-action {
    padding: 0 13px;
  }

  #oxerix-show-day-story .ox-hero h1 {
    font-size: 42px;
  }

  #oxerix-show-day-story .ox-hero-visual {
    min-height: 0;
  }

  #oxerix-show-day-story .ox-hero-photo {
    height: 330px;
  }

  #oxerix-show-day-story .ox-live-note {
    bottom: 12px;
    left: 10px;
  }

  #oxerix-show-day-story .ox-journey-list {
    grid-template-columns: 1fr;
  }

  #oxerix-show-day-story .ox-journey-list li:not(:last-child) {
    margin-right: 0;
  }

  #oxerix-show-day-story .ox-final-inner {
    grid-template-columns: 1fr;
  }

  #oxerix-show-day-story .ox-final-inner .ox-final-action {
    grid-column: 1;
  }
}
