:root {
  --se-ink: #0f172a;
  --se-ink-soft: #26344a;
  --se-muted: #617086;
  --se-line: #dfe6ef;
  --se-paper: #f8fafc;
  --se-amber: #f59e0b;
  --se-orange: #f97316;
  --se-blue: #2563eb;
}

.se-page {
  overflow: clip;
  background: #fff;
  color: var(--se-ink);
}

.se-reading-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: 3px;
  pointer-events: none;
}

.se-reading-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--se-amber), var(--se-orange));
  transform: scaleX(0);
  transform-origin: left;
  will-change: transform;
}

.se-hero {
  position: relative;
  padding: 74px 20px 66px;
  background:
    linear-gradient(rgba(148, 163, 184, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.1) 1px, transparent 1px),
    linear-gradient(180deg, #fbfdff 0%, #f0f5fa 100%);
  background-size: 72px 72px, 72px 72px, auto;
}

.se-hero__inner,
.se-shift,
.se-stories__inner,
.se-doubts,
.se-cta__inner {
  width: min(1120px, 100%);
  margin-inline: auto;
}

.se-hero__copy {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 34px;
}

.se-hero__eyebrow,
.se-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  color: #6a7b92;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.se-hero__eyebrow::before,
.se-section-kicker::before {
  width: 24px;
  height: 2px;
  background: var(--se-amber);
  content: "";
}

.se-hero__title {
  margin: 0;
  color: var(--se-ink);
  font-size: clamp(2.25rem, 4.2vw, 3.6rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1.18;
}

.se-hero__title em {
  color: transparent;
  font-style: normal;
  background: linear-gradient(90deg, var(--se-amber), var(--se-orange));
  -webkit-background-clip: text;
  background-clip: text;
}

.se-hero__lead {
  margin: 0 0 4px;
  color: var(--se-ink-soft);
  font-size: 1rem;
  line-height: 2;
}

.se-hero__lead strong {
  color: var(--se-ink);
  font-weight: 850;
}

.se-hero__visual {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 28px;
  background: #101827;
  box-shadow: 0 28px 75px rgba(15, 23, 42, 0.18);
}

.se-hero__image {
  display: block;
  width: 100%;
  height: auto;
}

.se-hero__caption {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 72px 24px 22px;
  background: linear-gradient(180deg, transparent, rgba(7, 12, 24, 0.82));
}

.se-hero__place {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 750;
  letter-spacing: 0.06em;
}

.se-hero__place::before {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--se-amber);
  box-shadow: 0 0 0 5px rgba(245, 158, 11, 0.18);
  content: "";
}

.se-hero__mobile-scenes,
.se-hero__swipe-hint {
  display: none;
}

.se-shift {
  padding: 92px 20px 96px;
}

.se-shift__header,
.se-stories__header,
.se-doubts__header {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 40px;
}

.se-shift__header h2,
.se-stories__header h2,
.se-doubts__header h2 {
  margin: 0;
  color: var(--se-ink);
  font-size: clamp(1.85rem, 3.6vw, 2.65rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.3;
}

.se-shift__header p,
.se-stories__header p,
.se-doubts__header p {
  margin: 0 0 4px;
  color: var(--se-muted);
  font-size: 0.97rem;
  line-height: 1.9;
}

.se-shift__cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px minmax(0, 1fr);
  align-items: stretch;
}

.se-shift__card {
  padding: 34px;
  border: 1px solid var(--se-line);
  border-radius: 22px;
}

.se-shift__card--past {
  background: #f7f9fc;
}

.se-shift__card--now {
  border-color: #f7d89a;
  background: linear-gradient(145deg, #fffaf0, #fff5dc);
}

.se-shift__label {
  display: block;
  margin-bottom: 16px;
  color: var(--se-muted);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.se-shift__card--now .se-shift__label {
  color: #ad6500;
}

.se-shift__card p {
  margin: 0;
  color: var(--se-ink-soft);
  font-size: 1rem;
  line-height: 2;
}

.se-shift__card strong {
  color: var(--se-ink);
}

.se-shift__arrow {
  display: grid;
  place-items: center;
  align-self: center;
  width: 42px;
  height: 42px;
  margin-inline: auto;
  border-radius: 999px;
  background: var(--se-ink);
  color: #fff;
  font-size: 1.2rem;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.15);
}

.se-shift__places {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 42px 0;
}

.se-shift__places::before {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 10%;
  left: 10%;
  height: 1px;
  background: #cbd5e1;
  content: "";
}

.se-shift__places span {
  position: relative;
  z-index: 1;
  justify-self: center;
  padding: 9px 14px;
  border: 1px solid #dbe3ed;
  border-radius: 999px;
  background: #fff;
  color: var(--se-ink-soft);
  font-size: 0.82rem;
  font-weight: 750;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.07);
}

.se-shift__truth {
  position: relative;
  margin: 0;
  padding: 32px 36px 32px 44px;
  border-left: 4px solid var(--se-amber);
  background: #fff;
  color: var(--se-ink);
  font-size: clamp(1.25rem, 3vw, 1.85rem);
  font-weight: 850;
  letter-spacing: -0.02em;
  line-height: 1.7;
}

.se-shift__truth::before {
  position: absolute;
  top: -18px;
  left: 24px;
  color: #f3d79c;
  font-family: Georgia, serif;
  font-size: 4.5rem;
  line-height: 1;
  content: "“";
}

.se-stories {
  padding: 92px 20px 98px;
  background: var(--se-paper);
}

.se-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.se-story {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  min-width: 0;
  border: 1px solid var(--se-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.se-story__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #e2e8f0;
}

.se-story__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(7, 12, 24, 0.52));
  content: "";
}

.se-story__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.se-story__metric {
  position: absolute;
  z-index: 1;
  right: 16px;
  bottom: 14px;
  left: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
}

.se-story__metric strong {
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.se-story__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px 22px 20px;
}

.se-story__who {
  margin-bottom: 12px;
  color: #b86500;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.se-story__text {
  margin: 0;
  color: var(--se-ink-soft);
  font-size: 0.95rem;
  line-height: 1.9;
}

.se-story__tail {
  margin: auto 0 0;
  padding: 18px 0 17px;
  color: var(--se-muted);
  font-size: 0.82rem;
  line-height: 1.7;
}

.se-reaction {
  display: flex;
  width: 100%;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid #d8e0ea;
  border-radius: 12px;
  background: #f8fafc;
  color: var(--se-ink-soft);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.se-reaction__icon {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 999px;
  background: #e8edf4;
  font-size: 1rem;
  line-height: 1;
  transition: transform 0.25s ease, background 0.2s ease;
}

.se-reaction[aria-pressed="true"] {
  border-color: var(--se-ink);
  background: var(--se-ink);
  color: #fff;
}

.se-reaction[aria-pressed="true"] .se-reaction__icon {
  background: var(--se-amber);
  color: var(--se-ink);
  transform: rotate(-8deg) scale(1.08);
}

.se-story.is-related {
  border-color: #e5a526;
  box-shadow: 0 18px 46px rgba(245, 158, 11, 0.18);
}

.se-band {
  position: relative;
  overflow: hidden;
  padding: 98px 20px;
  text-align: center;
  background:
    radial-gradient(circle at 15% 20%, rgba(37, 99, 235, 0.2), transparent 32%),
    radial-gradient(circle at 88% 72%, rgba(245, 158, 11, 0.2), transparent 34%),
    #0b1324;
}

.se-band::before {
  position: absolute;
  inset: -50% 35%;
  width: 240px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
  transform: rotate(34deg);
}

.se-band__voices {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 27px;
  flex-wrap: wrap;
}

.se-band__voices span {
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #cbd5e1;
  font-size: 0.73rem;
  font-weight: 700;
}

.se-band__catch,
.se-band__sub {
  position: relative;
  z-index: 1;
}

.se-band__catch {
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(1.75rem, 5vw, 3.5rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.55;
}

.se-band__catch em {
  color: #fbbf24;
  font-style: normal;
}

.se-band__sub {
  max-width: 590px;
  margin: 0 auto;
  color: #c7d1df;
  font-size: 0.98rem;
  line-height: 2;
}

.se-doubts {
  padding: 94px 20px 96px;
}

.se-doubt-list {
  display: grid;
  gap: 12px;
}

.se-doubt {
  overflow: hidden;
  border: 1px solid var(--se-line);
  border-radius: 18px;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.se-doubt[open] {
  border-color: #efbd5d;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
}

.se-doubt summary {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 28px;
  gap: 14px;
  align-items: center;
  padding: 21px 22px;
  color: var(--se-ink);
  font-size: 1rem;
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

.se-doubt summary::-webkit-details-marker {
  display: none;
}

.se-doubt__index {
  color: #bd7000;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

.se-doubt__toggle {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #f1f5f9;
}

.se-doubt__toggle::before,
.se-doubt__toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 2px;
  border-radius: 2px;
  background: var(--se-ink);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease;
}

.se-doubt__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.se-doubt[open] .se-doubt__toggle::after {
  transform: translate(-50%, -50%) rotate(0);
}

.se-doubt__answer {
  padding: 0 64px 25px 78px;
}

.se-doubt__answer p {
  margin: 0;
  color: var(--se-ink-soft);
  font-size: 0.95rem;
  line-height: 2;
}

.se-cta {
  padding: 84px 20px 90px;
  background: linear-gradient(145deg, #fff8e7, #fff 55%, #eef5ff);
  text-align: center;
}

.se-cta__catch {
  margin: 0 0 12px;
  color: var(--se-ink);
  font-size: clamp(1.75rem, 4.8vw, 3.25rem);
  font-weight: 900;
  letter-spacing: -0.045em;
}

.se-cta__sub {
  margin: 0 auto 30px;
  color: var(--se-muted);
  font-size: 0.96rem;
  line-height: 1.9;
}

.se-cta__steps {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 34px;
  color: var(--se-ink-soft);
  font-size: 0.78rem;
  font-weight: 800;
}

.se-cta__steps span {
  display: flex;
  align-items: center;
  gap: 7px;
}

.se-cta__steps span + span::before {
  width: 36px;
  height: 1px;
  margin: 0 13px;
  background: #cbd5e1;
  content: "";
}

.se-cta__steps b {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  color: #b76500;
  font-size: 0.68rem;
  box-shadow: 0 5px 16px rgba(15, 23, 42, 0.09);
}

.se-cta__buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.se-cta__primary,
.se-cta__secondary {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-radius: 12px;
  font-size: 0.91rem;
  font-weight: 850;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.se-cta__primary {
  background: var(--se-ink);
  color: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.2);
}

.se-cta__primary::after {
  margin-left: 10px;
  content: "→";
}

.se-cta__secondary {
  border: 1px solid #cbd5e1;
  background: rgba(255, 255, 255, 0.78);
  color: var(--se-ink);
}

.has-js .se-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.has-js .se-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.has-js .se-story-grid .se-reveal:nth-child(2) {
  transition-delay: 0.08s;
}

.has-js .se-story-grid .se-reveal:nth-child(3) {
  transition-delay: 0.16s;
}

@media (hover: hover) {
  .se-story:hover {
    border-color: #cdd7e3;
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.12);
    transform: translateY(-6px);
  }

  .se-story:hover .se-story__media img {
    transform: scale(1.035);
  }

  .se-reaction:hover {
    border-color: #aebccc;
    transform: translateY(-1px);
  }

  .se-cta__primary:hover,
  .se-cta__secondary:hover {
    transform: translateY(-2px);
  }

  .se-cta__primary:hover {
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.25);
  }

  .se-cta__secondary:hover {
    background: #fff;
  }
}

.se-reaction:focus-visible,
.se-doubt summary:focus-visible,
.se-cta a:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.42);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .se-hero__copy,
  .se-shift__header,
  .se-stories__header,
  .se-doubts__header {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .se-hero__lead {
    max-width: 650px;
  }

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

  .se-story:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 10px);
    justify-self: center;
  }
}

@media (max-width: 640px) {
  .se-hero {
    padding: 48px 0 52px;
    background-size: 48px 48px, 48px 48px, auto;
  }

  .se-hero__copy,
  .se-hero__swipe-hint {
    margin-inline: 20px;
  }

  .se-hero__copy {
    margin-bottom: 26px;
  }

  .se-hero__title {
    font-size: clamp(1.8rem, 8.1vw, 2.2rem);
    letter-spacing: -0.065em;
    line-height: 1.2;
  }

  .se-hero__lead {
    font-size: 0.92rem;
    line-height: 1.9;
  }

  .se-hero__visual {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .se-hero__image,
  .se-hero__caption {
    display: none;
  }

  .se-hero__mobile-scenes {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding: 2px 20px 18px;
    scroll-padding-inline: 20px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .se-hero__mobile-scenes::-webkit-scrollbar {
    display: none;
  }

  .se-hero__mobile-scene {
    position: relative;
    overflow: hidden;
    flex: 0 0 80vw;
    aspect-ratio: 4 / 3;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 20px;
    background: #0b1324;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.16);
    scroll-snap-align: center;
  }

  .se-hero__mobile-scene img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .se-hero__mobile-scene:nth-child(1) img {
    object-position: 8% center;
  }

  .se-hero__mobile-scene:nth-child(2) img {
    object-position: 50% center;
  }

  .se-hero__mobile-scene:nth-child(3) img {
    object-position: 92% center;
  }

  .se-hero__mobile-scene span {
    position: absolute;
    right: 12px;
    bottom: 12px;
    left: 12px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    background: rgba(9, 16, 30, 0.72);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 800;
    text-align: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }

  .se-hero__swipe-hint {
    display: block;
    margin-top: -4px;
    color: #718096;
    font-size: 0.72rem;
    font-weight: 700;
    text-align: right;
  }

  .se-shift,
  .se-stories,
  .se-doubts {
    padding-top: 68px;
    padding-bottom: 72px;
  }

  .se-shift__header,
  .se-stories__header,
  .se-doubts__header {
    margin-bottom: 28px;
  }

  .se-shift__cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .se-shift__card {
    padding: 25px 22px;
  }

  .se-shift__arrow {
    transform: rotate(90deg);
  }

  .se-shift__places {
    margin: 34px 0;
  }

  .se-shift__places::before {
    right: 5%;
    left: 5%;
  }

  .se-shift__places span {
    padding: 8px 9px;
    font-size: 0.69rem;
  }

  .se-shift__truth {
    padding: 28px 20px 28px 28px;
    font-size: 1.25rem;
  }

  .se-story-grid {
    grid-template-columns: 1fr;
  }

  .se-story:last-child {
    grid-column: auto;
    width: auto;
  }

  .se-band {
    padding: 74px 20px;
  }

  .se-band__catch {
    font-size: clamp(1.75rem, 9vw, 2.55rem);
  }

  .se-doubt summary {
    grid-template-columns: 30px minmax(0, 1fr) 28px;
    gap: 10px;
    padding: 18px 16px;
    font-size: 0.91rem;
    line-height: 1.6;
  }

  .se-doubt__answer {
    padding: 0 18px 21px 56px;
  }

  .se-doubt__answer p {
    font-size: 0.89rem;
    line-height: 1.9;
  }

  .se-cta {
    padding: 68px 20px 74px;
  }

  .se-cta__steps {
    gap: 7px;
    font-size: 0.69rem;
  }

  .se-cta__steps span {
    flex-direction: column;
    gap: 5px;
  }

  .se-cta__steps span + span::before {
    width: 18px;
    margin: -19px 3px 0;
  }

  .se-cta__buttons {
    flex-direction: column;
  }

  .se-cta__primary,
  .se-cta__secondary {
    width: 100%;
  }
}

@media (max-width: 350px) {
  .se-hero__title {
    font-size: 1.58rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }

  .has-js .se-reveal,
  .se-story,
  .se-story__media img,
  .se-reaction,
  .se-reaction__icon,
  .se-cta a {
    transition: none !important;
  }
}
