.hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(640px, 86vh, 900px);
  min-height: clamp(640px, 86dvh, 900px);
  background: var(--navy);
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, #08101c 0%, #142033 42%, #1c2a3d 100%);
}

.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  opacity: 0;
  transition: opacity 0.45s ease;
}

.hero-slide.is-active {
  opacity: 1;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(8, 14, 26, 0.92) 0%,
      rgba(8, 14, 26, 0.78) 28%,
      rgba(8, 14, 26, 0.28) 58%,
      rgba(8, 14, 26, 0.08) 78%,
      rgba(8, 14, 26, 0) 100%
    );
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: clamp(640px, 86vh, 900px);
  min-height: clamp(640px, 86dvh, 900px);
  padding-block: calc(var(--header-offset) + 48px) 88px;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 40rem;
}

.hero-copy .eyebrow {
  color: rgba(255, 255, 255, 0.55);
}

.hero-copy h1 {
  margin-top: 20px;
  font-size: clamp(40px, 4.4vw, 64px);
  line-height: 1.08;
  font-weight: 600;
  color: var(--white);
}

.hero-copy > p {
  margin-top: 20px;
  max-width: 34rem;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
}

.hero-controls {
  position: absolute;
  inset-inline-end: max(var(--wrap-pad), calc((100vw - min(100vw, var(--wrap))) / 2 + var(--wrap-pad)));
  bottom: 28px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  font-variant-numeric: tabular-nums;
}

.clients {
  background: #070d18;
  color: var(--white);
  overflow: hidden;
}

.clients-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  padding-block: 18px;
  min-width: 0;
}

.clients-marquee {
  min-width: 0;
  flex: 1;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.clients-track {
  display: flex;
  width: max-content;
  animation: clients-scroll 42s linear infinite;
}

.clients-marquee:hover .clients-track {
  animation-play-state: paused;
}

.clients-more {
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  white-space: nowrap;
  transition: color 0.15s ease, transform 0.15s ease;
}

.clients-more:hover {
  color: var(--white);
  transform: translateX(4px);
}

.clients-row {
  display: flex;
  align-items: center;
  gap: 48px;
  padding-inline-end: 48px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.48);
}

.clients-row span {
  flex-shrink: 0;
}

@keyframes clients-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide,
  .solution-media img,
  .devices-photo img,
  .article-media img {
    transition: none;
  }

  .solution:hover .solution-media img,
  .devices-photo:hover img,
  .article:hover .article-media img {
    transform: none;
  }

  .whatsapp-btn {
    animation: none;
  }

  .clients-track {
    animation: none;
  }

  .clients-marquee {
    mask-image: none;
  }

  .clients-track .clients-row[aria-hidden="true"] {
    display: none;
  }
}

.solutions {
  background: var(--background);
  padding-block: 28px;
}

.solutions-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.clients,
.solution,
.process,
.enterprise,
.ai,
.integrations,
.devices,
.account,
.eco,
.cta,
.journal,
#teklif,
#iletisim {
  scroll-margin-top: var(--header-offset);
}

.process-grid,
.ai-grid,
.integrations-grid,
.devices-grid,
.eco-grid,
.journal-inner,
.journal-board,
.enterprise-grid,
.account-grid,
.solution,
.footer-grid {
  min-width: 0;
}

.process-intro,
.process-steps,
.ai-intro,
.ai-modules,
.devices-intro,
.device-list,
.eco-intro,
.journal-intro,
.journal-board,
.articles {
  min-width: 0;
}

.solution {
  position: relative;
  display: flex;
  min-height: 460px;
  overflow: hidden;
  isolation: isolate;
  border-radius: 16px;
  background:
    linear-gradient(135deg, #08101c 0%, #142033 48%, #1c2a3d 100%);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.solution:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(11, 18, 32, 0.16);
}

.solution-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
  min-width: 0;
  padding: 28px 24px;
  color: var(--white);
  background:
    linear-gradient(
      180deg,
      rgba(8, 14, 26, 0.08) 0%,
      rgba(8, 14, 26, 0.18) 38%,
      rgba(8, 14, 26, 0.78) 100%
    );
}

.solution-copy .eyebrow {
  color: rgba(255, 255, 255, 0.62);
}

.solution-copy h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.15;
}

.solution-copy p {
  max-width: 28rem;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
}

.solution-copy .inline-link {
  color: var(--white);
}

.solution-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.solution-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.solution:hover .solution-media img {
  transform: scale(1.04);
}

.inline-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  transition: gap 0.22s ease, color 0.22s ease;
}

.inline-link:hover {
  gap: 10px;
}

.inline-link svg {
  width: 16px;
  height: 16px;
}

.process {
  background: var(--background);
  padding: 96px 0 112px;
}

.process-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 2.08fr);
  gap: 40px 48px;
  align-items: start;
}

.process-intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 8px;
}

.process-intro h2 {
  max-width: 22rem;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 600;
}

.process-intro p {
  max-width: 34rem;
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted-foreground);
}

.section-copy {
  max-width: 20rem;
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted-foreground);
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-step {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 100%;
  min-width: 0;
  padding: 28px 24px 26px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--muted);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.process-step:hover {
  background: var(--background);
  border-color: color-mix(in srgb, var(--brand) 35%, var(--border));
  box-shadow: 0 16px 32px rgba(11, 18, 32, 0.08);
  transform: translateY(-4px);
}

.process-step-index {
  position: absolute;
  inset-inline-end: 18px;
  top: 16px;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
  color: color-mix(in srgb, var(--navy) 10%, transparent);
}

.process-step .icon {
  width: 28px;
  height: 28px;
  color: var(--navy);
}

.process-step h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.process-step p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted-foreground);
}

.enterprise {
  background: var(--navy);
  color: var(--white);
}

.enterprise-grid {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 6fr) minmax(0, 3fr);
  overflow: hidden;
}

.enterprise-intro,
.account-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding: 48px 28px 48px 0;
  min-width: 0;
}

.enterprise-intro .eyebrow,
.account-intro .eyebrow,
.integrations-intro .eyebrow {
  color: rgba(255, 255, 255, 0.45);
}

.enterprise-intro h2,
.account-intro h2,
.section-heading {
  font-size: 34px;
  font-weight: 600;
}

.enterprise-intro p,
.account-intro p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
}

.integrations-intro p {
  max-width: none;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.68);
}

.enterprise-modules {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-inline: 1px solid rgba(255, 255, 255, 0.1);
}

.module {
  display: flex;
  gap: 16px;
  padding: 20px;
  min-width: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.22s ease, transform 0.22s ease;
}

.module:hover {
  background: rgba(255, 255, 255, 0.05);
}

.module div {
  min-width: 0;
}

.module:nth-child(odd) {
  border-inline-end: 1px solid rgba(255, 255, 255, 0.1);
}

.module:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.module h3,
.tile h3,
.device h3 {
  font-size: 14px;
  font-weight: 600;
}

.module p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

.enterprise-photo {
  position: relative;
  min-height: 280px;
}

.enterprise-photo img,
.account-photo img,
.devices-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ai {
  background: var(--background);
  padding: 96px 0;
}

.ai-grid,
.integrations-grid,
.devices-grid {
  display: grid;
  grid-template-columns: 4fr 8fr;
  gap: 40px;
}

.ai-intro,
.integrations-intro,
.devices-intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ai-intro .section-copy {
  max-width: none;
  font-size: 15px;
  line-height: 1.75;
}

.ai-intro .btn,
.integrations-intro .btn,
.devices-intro .btn {
  width: fit-content;
}

.ai-modules {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--border);
}

.ai-tile {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px 22px;
  min-width: 0;
  border-inline-end: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  transition: background 0.22s ease, transform 0.22s ease;
}

.ai-tile:hover {
  background: var(--muted);
  transform: translateY(-2px);
}

.ai-tile:nth-child(2n) {
  border-inline-end: 0;
}

.ai-tile:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.ai-tile p,
.device p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted-foreground);
}

.integrations {
  position: relative;
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
}

.integrations-shell {
  position: relative;
  overflow: hidden;
}

.integrations-photo {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  bottom: 0;
  width: min(42%, 28rem);
}

.integrations-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.integrations-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, var(--navy), rgba(11, 18, 32, 0.7), rgba(11, 18, 32, 0.2));
}

.integrations-aside {
  display: none;
}

.integrations-grid {
  position: relative;
  padding: 80px 0;
}

.int-modules {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.int-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(11, 18, 32, 0.55);
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.int-card:hover {
  background: rgba(11, 18, 32, 0.78);
  border-color: rgba(255, 255, 255, 0.22);
  transform: translateY(-4px);
}

.int-card span {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

.int-card p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

.devices {
  background: var(--background);
  padding: 96px 0;
}

.devices-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.15fr) minmax(0, 0.95fr);
  align-items: stretch;
  gap: 32px 36px;
}

.devices-intro .section-copy {
  max-width: none;
  font-size: 15px;
  line-height: 1.75;
}

.devices-photo {
  position: relative;
  isolation: isolate;
  min-height: 460px;
  overflow: hidden;
  border-radius: 16px;
  background:
    linear-gradient(135deg, #08101c 0%, #142033 48%, #1c2a3d 100%);
}

.devices-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: inherit;
}

.devices-photo img {
  transition: transform 0.7s ease;
}

.devices-photo:hover img {
  transform: scale(1.04);
}

.devices-photo-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(8, 14, 26, 0.08) 0%,
      rgba(8, 14, 26, 0.12) 42%,
      rgba(8, 14, 26, 0.78) 100%
    );
}

.devices-photo-caption {
  position: absolute;
  inset-inline: 24px;
  bottom: 22px;
  z-index: 2;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}

.device-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}

.device-list .device {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
  transition: transform 0.22s ease, color 0.22s ease;
}

.device-list .device:hover {
  transform: translateX(6px);
}

.device-list h3 {
  font-size: 15px;
}

.device-list p {
  margin-top: 4px;
}

.device-list .device:last-of-type {
  border-bottom: 0;
}

.devices-aside {
  display: none;
}

.account {
  background: var(--navy);
  color: var(--white);
}

.account-grid {
  display: grid;
  grid-template-columns: minmax(0, 3.2fr) minmax(0, 5.4fr) minmax(0, 3fr);
  min-height: 360px;
  overflow: hidden;
}

.account-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.account-features .tile {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.account-features .tile:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.22);
  transform: translateY(-3px);
}

.account-features .tile p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

.account-photo {
  position: relative;
  min-height: 280px;
  background:
    linear-gradient(135deg, #08101c 0%, #142033 48%, #1c2a3d 100%);
}

.account-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(11, 18, 32, 0.25);
}

.account-photo-label {
  position: absolute;
  inset-inline-end: 24px;
  bottom: 24px;
  z-index: 1;
  text-align: end;
}

.account-photo-label p:last-child {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}

.eco {
  overflow: hidden;
  background: var(--muted);
  padding: 96px 0;
}

.eco-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
  min-width: 0;
  overflow: hidden;
}

.eco-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.15fr);
  gap: 20px 48px;
  align-items: start;
}

.eco-intro-copy,
.eco-intro-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.eco-intro-text .section-copy {
  max-width: none;
  font-size: 15px;
  line-height: 1.75;
}

.eco-marquee {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  padding-block: 8px;
  mask-image: linear-gradient(90deg, transparent, #000 28px, #000 calc(100% - 28px), transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 28px, #000 calc(100% - 28px), transparent);
  scrollbar-width: none;
}

.eco-marquee::-webkit-scrollbar {
  display: none;
}

.eco-track {
  display: flex;
  width: max-content;
  will-change: transform;
}

.eco-cards {
  display: flex;
  flex: 0 0 auto;
  align-items: stretch;
  gap: 12px;
  min-width: max-content;
  padding-inline-end: 12px;
}

.eco-card {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 0 268px;
  width: 268px;
  gap: 10px;
  min-height: 168px;
  padding: 24px 22px 22px;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: var(--background);
  color: inherit;
  box-shadow: inset 0 0 0 1px var(--border);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.eco-card::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 2px;
  background: var(--brand);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}

.eco-card:hover {
  background: #fff;
  box-shadow: 0 18px 40px rgba(11, 18, 32, 0.1);
  transform: translateY(-4px);
}

.eco-card:hover::before {
  transform: scaleX(1);
}

.eco-card h3 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.25;
}

.eco-card-url {
  order: -1;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  color: var(--brand-deep);
}

.eco-card p {
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted-foreground);
}

.eco-card-go {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-top: auto;
  border-radius: 999px;
  background: var(--muted);
  color: var(--navy);
  transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.eco-card:hover .eco-card-go {
  background: var(--brand);
  color: var(--white);
  transform: translateX(4px);
}

.cta {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.cta-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.cta-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  opacity: 0.28;
}

.cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 14, 26, 0.94) 0%, rgba(8, 14, 26, 0.82) 48%, rgba(8, 14, 26, 0.7) 100%);
}

.cta-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 48px;
  align-items: center;
  padding: 80px 0;
}

.cta-copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}

.cta .eyebrow {
  color: rgba(91, 159, 255, 0.9);
}

.cta-copy h2 {
  max-width: 18ch;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.cta-copy > p {
  max-width: 38rem;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
}

.cta-points {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 4px 0 8px;
  padding: 0;
  list-style: none;
}

.cta-points li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
}

.cta-points .icon {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  color: #7dffb3;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cta-panel {
  min-width: 0;
  padding: 28px 28px 24px;
  border-radius: 20px;
  background: var(--white);
  color: var(--navy);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.28);
}

.cta-panel-kicker {
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand-deep);
}

.cta-panel h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.cta-panel > p {
  margin: 8px 0 20px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted-foreground);
}

.cta-form .field {
  margin-bottom: 14px;
}

.cta-form .field-row {
  gap: 12px;
}

.cta-form textarea {
  min-height: 96px;
}

.cta-form .btn {
  width: 100%;
  margin-top: 4px;
}

.cta-panel-note {
  margin: 14px 0 0 !important;
  font-size: 12px !important;
  color: var(--muted-foreground) !important;
}

.cta-panel .form-status {
  margin-top: 12px;
}

.journal {
  background: var(--background);
  padding: 96px 0;
}

.journal-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.journal-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.15fr);
  gap: 20px 48px;
  align-items: start;
}

.journal-intro-copy,
.journal-intro-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.journal-intro-text .section-copy {
  max-width: none;
  font-size: 15px;
  line-height: 1.75;
}

.journal-intro-text .btn {
  width: fit-content;
}

.journal-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  min-width: 0;
}

.journal-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}

.journal-filters button {
  height: 36px;
  padding: 0 14px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--background);
  color: var(--muted-foreground);
  font: inherit;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.journal-filters button:hover {
  color: var(--navy);
  border-color: color-mix(in srgb, var(--brand) 35%, var(--border));
}

.journal-filters button.is-active {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
}

.journal-count {
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 500;
  color: var(--muted-foreground);
  white-space: nowrap;
}

.journal-board {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

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

.article {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border-radius: 16px;
  background: var(--muted);
  box-shadow: inset 0 0 0 1px var(--border);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.article:hover {
  background: var(--background);
  box-shadow: 0 18px 40px rgba(11, 18, 32, 0.1);
  transform: translateY(-4px);
}

.article.is-hidden {
  display: none;
}

.article-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background:
    linear-gradient(135deg, #08101c 0%, #142033 48%, #1c2a3d 100%);
}

.article-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.article:hover .article-media img {
  transform: scale(1.04);
}

.article-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 20px 22px;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-deep);
}

.article-meta span + span {
  color: var(--muted-foreground);
}

.article h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

.article-excerpt {
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted-foreground);
}

.article time {
  margin-top: auto;
  font-size: 12px;
  color: var(--muted-foreground);
}

.article--featured {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  min-height: 360px;
}

.article--featured .article-media {
  aspect-ratio: auto;
  min-height: 100%;
}

.article--featured .article-body {
  justify-content: center;
  gap: 14px;
  padding: 36px 36px 32px;
}

.article--featured h3 {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.article--featured .article-excerpt {
  font-size: 15px;
  line-height: 1.7;
}

.article--featured.is-hidden {
  display: none;
}
