@font-face {
  font-family: Hanken;
  src: url('/paras-preview-assets/fonts/Hanken-var.ttf') format('truetype');
  font-display: swap;
}

:root {
  --feature-paper: #f4f7fb;
  --feature-white: #ffffff;
  --feature-ink: #173653;
  --feature-blue: #2f4696;
  --feature-blue-deep: #183475;
  --feature-blue-soft: #dce9f6;
  --feature-rule: rgb(23 54 83 / 0.18);
  --feature-muted: #5d6b79;
  --feature-edge: clamp(24px, 5.2vw, 84px);
  --feature-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

.feature-page {
  color: var(--feature-ink);
  background: var(--feature-paper);
  font-family: Hanken, Arial, sans-serif;
}

.feature-page main {
  overflow: clip;
}

.feature-page .paras-header {
  color: var(--feature-ink);
  background: rgb(255 255 255 / 0.94);
}

.feature-hero {
  min-height: calc(100dvh - var(--header-height, 72px));
  padding: clamp(42px, 6vw, 84px) var(--feature-edge) clamp(52px, 7vw, 94px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  grid-template-rows: auto 1fr auto;
  gap: clamp(24px, 4vw, 68px);
  align-items: end;
  border-bottom: 1px solid var(--feature-rule);
  background: var(--feature-paper);
}

.feature-hero-word {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--feature-blue);
  font-size: clamp(72px, 13.7vw, 218px);
  font-weight: 560;
  letter-spacing: -0.075em;
  line-height: 0.78;
  background: linear-gradient(90deg, #29479b 0%, #5977d0 46%, #dbe7f7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feature-hero-copy {
  align-self: center;
  max-width: 760px;
}

.feature-kicker {
  margin: 0 0 24px;
  color: var(--feature-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.feature-hero h1 {
  max-width: 10ch;
  margin: 0;
  color: var(--feature-blue-deep);
  font-size: clamp(48px, 6.1vw, 96px);
  font-weight: 470;
  letter-spacing: -0.065em;
  line-height: 0.92;
}

.export-page .feature-hero h1 {
  max-width: 17ch;
  font-size: clamp(46px, 4vw, 64px);
}

.export-page .feature-hero-copy > p:not(.feature-kicker) {
  margin-top: 20px;
}

.export-page .feature-actions {
  margin-top: 24px;
}

.export-page .feature-hero-media {
  min-height: 420px;
}

.feature-hero-copy > p:not(.feature-kicker) {
  max-width: 47ch;
  margin: 28px 0 0;
  color: var(--feature-muted);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.5;
}

.feature-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.feature-button {
  min-height: 50px;
  padding: 14px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid var(--feature-blue-deep);
  background: var(--feature-blue-deep);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.25s var(--feature-ease), background 0.25s var(--feature-ease), transform 0.25s var(--feature-ease);
}

.feature-button:hover {
  color: var(--feature-blue-deep);
  background: transparent;
}

.feature-button:active {
  transform: translateY(1px);
}

.feature-button.is-secondary {
  color: var(--feature-blue-deep);
  background: transparent;
}

.feature-button.is-secondary:hover {
  color: #fff;
  background: var(--feature-blue-deep);
}

.feature-button:focus-visible,
.feature-text-link:focus-visible,
.insight-story:focus-visible {
  outline: 3px solid #8fb4e3;
  outline-offset: 4px;
}

.feature-hero-media {
  position: relative;
  align-self: stretch;
  min-height: 480px;
  margin: 0;
  overflow: hidden;
  background: #dfeaf5;
}

.feature-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.feature-hero-rail {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--feature-rule);
}

.feature-hero-rail div {
  min-height: 92px;
  padding: 20px 24px 0 0;
  border-right: 1px solid var(--feature-rule);
}

.feature-hero-rail div:not(:first-child) {
  padding-left: 24px;
}

.feature-hero-rail div:last-child {
  border-right: 0;
}

.feature-hero-rail strong,
.feature-hero-rail span {
  display: block;
}

.feature-hero-rail strong {
  color: var(--feature-blue-deep);
  font-size: clamp(18px, 1.7vw, 25px);
  font-weight: 560;
}

.feature-hero-rail span {
  margin-top: 6px;
  color: var(--feature-muted);
  font-size: 13px;
  line-height: 1.4;
}

.feature-section {
  padding: clamp(92px, 12vw, 180px) var(--feature-edge);
  border-bottom: 1px solid var(--feature-rule);
}

.feature-section.is-white {
  background: var(--feature-white);
}

.feature-section-head {
  max-width: 920px;
}

.feature-section h2 {
  max-width: 12ch;
  margin: 0;
  color: var(--feature-blue-deep);
  font-size: clamp(48px, 6.2vw, 100px);
  font-weight: 470;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.feature-section-head > p {
  max-width: 56ch;
  margin: 30px 0 0;
  color: var(--feature-muted);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.56;
}

.feature-text-link {
  width: fit-content;
  padding-bottom: 6px;
  display: inline-flex;
  gap: 9px;
  color: var(--feature-blue-deep);
  border-bottom: 1px solid currentColor;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.export-story {
  margin-top: clamp(70px, 10vw, 140px);
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 0.74fr);
  gap: clamp(54px, 9vw, 150px);
}

.export-visual {
  position: sticky;
  top: calc(var(--header-height, 72px) + 34px);
  align-self: start;
  height: min(74vh, 790px);
  overflow: hidden;
  background: var(--feature-blue-soft);
}

.export-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity 0.65s var(--feature-ease), transform 0.9s var(--feature-ease);
}

.export-visual img.is-active {
  opacity: 1;
  transform: scale(1);
}

.export-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.export-step {
  min-height: 58vh;
  padding: 34px 0 76px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-top: 1px solid var(--feature-rule);
}

.export-step:first-child {
  border-top-color: var(--feature-blue);
}

.export-step > span {
  color: var(--feature-blue);
  font-size: 12px;
  font-weight: 700;
}

.export-step h3 {
  max-width: 13ch;
  margin: clamp(54px, 8vw, 112px) 0 20px;
  color: var(--feature-blue-deep);
  font-size: clamp(34px, 4.2vw, 62px);
  font-weight: 480;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.export-step p {
  max-width: 46ch;
  margin: 0;
  color: var(--feature-muted);
  font-size: 17px;
  line-height: 1.58;
}

.markets-layout {
  margin-top: clamp(70px, 9vw, 130px);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(42px, 7vw, 112px);
  align-items: stretch;
}

.markets-layout figure {
  min-height: 650px;
  margin: 0;
  overflow: hidden;
  background: var(--feature-blue-soft);
}

.markets-layout figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.markets-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.market-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.market-list li {
  padding: 16px 0;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 20px;
  border-bottom: 1px solid var(--feature-rule);
  color: var(--feature-blue-deep);
  font-size: clamp(20px, 2vw, 30px);
}

.market-list span {
  color: var(--feature-blue);
  font-size: 11px;
  font-weight: 700;
}

.markets-port {
  margin-top: 58px;
  padding-top: 24px;
  border-top: 1px solid var(--feature-blue);
}

.markets-port strong {
  display: block;
  color: var(--feature-blue-deep);
  font-size: clamp(30px, 3.6vw, 52px);
  font-weight: 520;
  letter-spacing: -0.04em;
}

.markets-port p {
  max-width: 40ch;
  margin: 16px 0 0;
  color: var(--feature-muted);
  line-height: 1.55;
}

.evidence-layout {
  margin-top: clamp(68px, 9vw, 128px);
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  gap: clamp(50px, 8vw, 132px);
  align-items: center;
}

.evidence-layout figure {
  min-height: 640px;
  margin: 0;
  overflow: hidden;
  background: var(--feature-blue-soft);
}

.evidence-layout img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.evidence-copy h3 {
  max-width: 12ch;
  margin: 0;
  color: var(--feature-blue-deep);
  font-size: clamp(40px, 5.5vw, 82px);
  font-weight: 470;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.evidence-copy > p {
  max-width: 53ch;
  margin: 28px 0 0;
  color: var(--feature-muted);
  font-size: 18px;
  line-height: 1.58;
}

.evidence-links {
  margin-top: 46px;
  display: grid;
  gap: 16px;
}

.feature-cta {
  padding: clamp(96px, 13vw, 190px) var(--feature-edge);
  color: #fff;
  background: linear-gradient(120deg, #183475 0%, #2d5595 58%, #6398c4 100%);
}

.feature-cta p {
  max-width: 52ch;
  margin: 0 0 34px;
  color: #d4e7f6;
  font-size: 18px;
  line-height: 1.55;
}

.feature-cta h2 {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(50px, 7vw, 108px);
  font-weight: 470;
  letter-spacing: -0.065em;
  line-height: 0.93;
}

.feature-cta .feature-actions {
  margin-top: 52px;
}

.feature-cta .feature-button {
  color: var(--feature-blue-deep);
  border-color: #fff;
  background: #fff;
}

.feature-cta .feature-button:hover {
  color: #fff;
  background: transparent;
}

.insights-hero .feature-hero-media {
  min-height: 430px;
}

.insights-hero .feature-hero-media img {
  object-position: center 46%;
}

.insights-stage {
  margin-top: clamp(74px, 9vw, 132px);
  display: grid;
  grid-template-columns: 1.17fr 0.83fr;
  gap: 24px;
}

.insights-side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 24px;
}

.insight-story {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  color: #fff;
  background: var(--feature-blue-deep);
  text-decoration: none;
}

.insight-story.is-featured {
  min-height: 770px;
}

.insight-story img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.9s var(--feature-ease);
}

.insight-story::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(11 34 65 / 0.06) 20%, rgb(12 38 72 / 0.88) 100%);
}

.insight-story:hover img {
  transform: scale(1.025);
}

.insight-story-copy {
  position: absolute;
  z-index: 1;
  inset: auto clamp(24px, 3vw, 48px) clamp(28px, 4vw, 56px);
}

.insight-story time {
  display: block;
  margin-bottom: 16px;
  color: #d5e8f7;
  font-size: 12px;
  font-weight: 650;
}

.insight-story h2,
.insight-story h3 {
  max-width: 18ch;
  margin: 0;
  color: #fff;
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1;
}

.insight-story h2 {
  font-size: clamp(38px, 4.7vw, 68px);
}

.insight-story h3 {
  font-size: clamp(28px, 3vw, 42px);
}

.insight-story p {
  max-width: 46ch;
  margin: 18px 0 0;
  color: #e6f0f8;
  font-size: 16px;
  line-height: 1.48;
}

.insight-topics {
  margin-top: clamp(68px, 9vw, 128px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--feature-rule);
}

.insight-topic {
  min-height: 270px;
  padding: 34px 46px 42px 0;
  border-bottom: 1px solid var(--feature-rule);
}

.insight-topic:nth-child(odd) {
  border-right: 1px solid var(--feature-rule);
}

.insight-topic:nth-child(even) {
  padding-left: 46px;
}

.insight-topic > span {
  color: var(--feature-blue);
  font-size: 12px;
  font-weight: 700;
}

.insight-topic h3 {
  max-width: 13ch;
  margin: 58px 0 16px;
  color: var(--feature-blue-deep);
  font-size: clamp(30px, 3.6vw, 52px);
  font-weight: 480;
  letter-spacing: -0.045em;
  line-height: 1;
}

.insight-topic p {
  max-width: 44ch;
  margin: 0;
  color: var(--feature-muted);
  font-size: 16px;
  line-height: 1.55;
}

.js .feature-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.75s var(--feature-ease), transform 0.75s var(--feature-ease);
}

.js .feature-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 980px) {
  .feature-hero {
    grid-template-columns: 1fr;
  }

  .feature-hero-word,
  .feature-hero-rail {
    grid-column: auto;
  }

  .feature-hero-media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .export-story,
  .markets-layout,
  .evidence-layout,
  .insights-stage {
    grid-template-columns: 1fr;
  }

  .export-visual {
    position: relative;
    top: auto;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .export-step {
    min-height: auto;
    padding-bottom: 72px;
  }

  .markets-layout figure,
  .evidence-layout figure {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .insight-story.is-featured {
    min-height: 620px;
  }
}

@media (max-width: 767px) {
  .feature-hero {
    min-height: auto;
    padding: 36px 18px 46px;
    gap: 34px;
  }

  .feature-hero-word {
    font-size: clamp(64px, 23vw, 112px);
    line-height: 0.86;
  }

  .feature-hero h1 {
    font-size: clamp(46px, 13vw, 68px);
  }

  .feature-hero-rail {
    grid-template-columns: 1fr;
  }

  .feature-hero-rail div,
  .feature-hero-rail div:not(:first-child) {
    min-height: auto;
    padding: 17px 0;
    border-right: 0;
    border-bottom: 1px solid var(--feature-rule);
  }

  .feature-hero-rail div:last-child {
    border-bottom: 0;
  }

  .feature-section,
  .feature-cta {
    padding-right: 18px;
    padding-left: 18px;
  }

  .feature-section h2,
  .feature-cta h2 {
    font-size: clamp(45px, 13vw, 66px);
  }

  .export-story {
    gap: 44px;
  }

  .export-step h3 {
    margin-top: 42px;
  }

  .markets-layout,
  .evidence-layout {
    gap: 44px;
  }

  .insights-side {
    grid-template-rows: auto;
  }

  .insight-story,
  .insight-story.is-featured {
    min-height: 480px;
  }

  .insight-topics {
    grid-template-columns: 1fr;
  }

  .insight-topic,
  .insight-topic:nth-child(even) {
    min-height: 0;
    padding: 28px 0 42px;
    border-right: 0;
  }

  .insight-topic h3 {
    margin-top: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .feature-button,
  .insight-story img,
  .export-visual img,
  .js .feature-reveal {
    transition: none;
  }

  .js .feature-reveal {
    opacity: 1;
    transform: none;
  }
}
