/* ==========================================================================
   GF-WEB-6B — DATA / AI / R&D
   Dedicated page styles
   ========================================================================== */

.rd-main {
  overflow: hidden;
  background: #ffffff;
  color: #111116;
}

.rd-shell {
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
}

.rd-section {
  padding: 118px 0;
}

.rd-eyebrow {
  margin: 0 0 22px;
  color: #4800b9;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rd-eyebrow--light {
  color: #cdb7ff;
}

.rd-heading {
  max-width: 820px;
  margin-bottom: 58px;
}

.rd-heading--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.rd-heading h2,
.rd-analysis__copy h2,
.rd-ai__head h2,
.rd-summary__intro h2 {
  margin: 0;
  color: #111116;
  font-size: clamp(44px, 4.65vw, 70px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.055em;
}

.rd-heading h2 span,
.rd-analysis__copy h2 span,
.rd-summary__intro h2 span {
  color: #4800b9;
}

.rd-heading > p:last-child,
.rd-analysis__copy > p,
.rd-ai__head > p,
.rd-hero__lead {
  color: #565762;
  font-size: 18px;
  line-height: 1.85;
}


/* HERO */

.rd-hero {
  position: relative;
  padding: 92px 0 104px;
  background:
    radial-gradient(circle at 82% 12%, rgba(72, 0, 185, 0.12), transparent 31%),
    linear-gradient(180deg, #ffffff 0%, #faf8ff 100%);
}

.rd-hero::after {
  position: absolute;
  right: -110px;
  bottom: -170px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(72, 0, 185, 0.08);
  border-radius: 50%;
  content: "";
}

.rd-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(500px, 1.08fr);
  gap: 72px;
  align-items: center;
}

.rd-hero__copy {
  position: relative;
  z-index: 2;
}

.rd-hero h1 {
  margin: 0;
  max-width: 680px;
  color: #111116;
  font-size: clamp(58px, 6.15vw, 92px);
  font-weight: 900;
  line-height: 0.99;
  letter-spacing: -0.07em;
}

.rd-hero h1 span {
  color: #4800b9;
}

.rd-hero__lead {
  max-width: 650px;
  margin: 38px 0 0;
}

.rd-hero__actions,
.rd-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.rd-btn {
  display: inline-flex;
  min-height: 54px;
  padding: 0 25px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.rd-btn:hover {
  transform: translateY(-2px);
}

.rd-btn--primary {
  background: #4800b9;
  color: #ffffff;
}

.rd-btn--ghost {
  border-color: #dedbe7;
  background: rgba(255, 255, 255, 0.75);
  color: #18171d;
}

.rd-hero__chips,
.rd-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.rd-hero__chips {
  margin-top: 35px;
}

.rd-hero__chips span,
.rd-tags span {
  padding: 8px 13px;
  border: 1px solid #dedbe7;
  border-radius: 999px;
  background: #ffffff;
  color: #55545d;
  font-size: 12px;
  font-weight: 800;
}

.rd-hero__visual {
  position: relative;
  min-height: 620px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(72, 0, 185, 0.09);
  border-radius: 34px;
  background:
    linear-gradient(rgba(72, 0, 185, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(72, 0, 185, 0.055) 1px, transparent 1px),
    linear-gradient(145deg, #f6f2ff 0%, #ffffff 65%);
  background-size: 42px 42px, 42px 42px, auto;
  box-shadow: 0 34px 80px rgba(37, 21, 71, 0.12);
}

.rd-visual__top {
  display: flex;
  position: relative;
  z-index: 4;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.rd-visual__top span,
.rd-visual__status span {
  color: #7d768b;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.rd-visual__top strong {
  color: #4800b9;
  font-size: 11px;
  letter-spacing: 0.07em;
}

.rd-signal {
  position: relative;
  height: 455px;
  margin-top: 26px;
}

.rd-signal::before {
  position: absolute;
  top: 44%;
  left: 10%;
  width: 80%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(72, 0, 185, 0),
    rgba(72, 0, 185, 0.38),
    rgba(72, 0, 185, 0)
  );
  content: "";
}

.rd-signal__line {
  position: absolute;
  border: 1px solid rgba(72, 0, 185, 0.14);
  border-radius: 50%;
}

.rd-signal__line--one {
  top: 39px;
  right: 55px;
  width: 315px;
  height: 315px;
}

.rd-signal__line--two {
  top: 92px;
  right: 107px;
  width: 210px;
  height: 210px;
}

.rd-signal__line--three {
  top: 142px;
  right: 157px;
  width: 110px;
  height: 110px;
  background: rgba(72, 0, 185, 0.05);
}

.rd-signal__node {
  position: absolute;
  z-index: 3;
  width: 190px;
  padding: 20px;
  border: 1px solid rgba(72, 0, 185, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.91);
  box-shadow: 0 18px 40px rgba(33, 22, 53, 0.08);
  backdrop-filter: blur(12px);
}

.rd-signal__node small {
  display: block;
  margin-bottom: 10px;
  color: #7f778c;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.rd-signal__node strong {
  display: block;
  color: #111116;
  font-size: 23px;
  letter-spacing: -0.035em;
}

.rd-signal__node span {
  display: block;
  margin-top: 7px;
  color: #77727f;
  font-size: 11px;
  font-weight: 700;
}

.rd-signal__node--soil {
  top: 35px;
  left: 20px;
}

.rd-signal__node--water {
  right: 20px;
  top: 70px;
}

.rd-signal__node--data {
  bottom: 38px;
  left: 44px;
}

.rd-signal__node--decision {
  right: 38px;
  bottom: 15px;
  border-color: #4800b9;
  background: #4800b9;
}

.rd-signal__node--decision small,
.rd-signal__node--decision span {
  color: #d9caff;
}

.rd-signal__node--decision strong {
  color: #ffffff;
}

.rd-visual__status {
  display: grid;
  position: relative;
  z-index: 4;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.rd-visual__status > div {
  padding: 15px 17px;
  border: 1px solid rgba(72, 0, 185, 0.09);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.84);
}

.rd-visual__status strong {
  display: block;
  margin-top: 5px;
  color: #24202b;
  font-size: 12px;
}


/* ONE DATA FLOW */

.rd-intro {
  background: #ffffff;
}

.rd-flow {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr) auto
    minmax(0, 1fr) auto
    minmax(0, 1fr) auto
    minmax(0, 1fr);
  gap: 13px;
  align-items: stretch;
}

.rd-flow article {
  min-height: 250px;
  padding: 28px;
  border: 1px solid #e7e4ec;
  border-radius: 22px;
  background: #ffffff;
}

.rd-flow__number {
  display: inline-flex;
  width: 38px;
  height: 38px;
  margin-bottom: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f1ebff;
  color: #4800b9;
  font-size: 12px;
  font-weight: 900;
}

.rd-flow article small,
.rd-source-card__body small,
.rd-analysis__note small,
.rd-summary-grid small {
  display: block;
  margin-bottom: 8px;
  color: #4800b9;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.rd-flow article h3 {
  margin: 0;
  color: #17151c;
  font-size: 23px;
  letter-spacing: -0.035em;
}

.rd-flow article p {
  margin: 17px 0 0;
  color: #77727e;
  font-size: 14px;
  line-height: 1.75;
}

.rd-flow__arrow {
  display: flex;
  align-items: center;
  color: #b8afc7;
  font-size: 22px;
}


/* DATA SOURCES */

.rd-sources {
  background: #f7f7fa;
}

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

.rd-source-card {
  overflow: hidden;
  border: 1px solid #e7e4eb;
  border-radius: 25px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(25, 20, 37, 0.055);
}

.rd-source-card__image {
  position: relative;
  height: 285px;
  overflow: hidden;
  background: #e9eaee;
}

.rd-source-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rd-source-card:nth-child(2) .rd-source-card__image img {
  object-position: 67% center;
}

.rd-source-card__image--screen {
  padding: 15px;
  background: #ececf1;
}

.rd-source-card__image--screen img {
  object-fit: contain;
  border-radius: 12px;
  background: #ffffff;
}

.rd-source-card__image > span {
  position: absolute;
  right: 15px;
  bottom: 15px;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(20, 18, 24, 0.75);
  color: #ffffff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.07em;
  backdrop-filter: blur(8px);
}

.rd-source-card__body {
  padding: 28px;
}

.rd-source-card__body h3 {
  margin: 0;
  color: #17151c;
  font-size: 29px;
  letter-spacing: -0.04em;
}

.rd-source-card__body p {
  min-height: 78px;
  margin: 16px 0 22px;
  color: #706d77;
  font-size: 14px;
  line-height: 1.75;
}


/* ANALYSIS */

.rd-analysis {
  background: #ffffff;
}

.rd-analysis__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.77fr) minmax(600px, 1.23fr);
  gap: 78px;
  align-items: start;
}

.rd-analysis__copy {
  position: sticky;
  top: 110px;
}

.rd-analysis__copy > p {
  margin: 30px 0 0;
}

.rd-analysis__note {
  margin-top: 36px;
  padding: 25px 27px;
  border-left: 3px solid #4800b9;
  background: #f7f5fa;
}

.rd-analysis__note strong {
  display: block;
  color: #17151c;
  font-size: 18px;
}

.rd-analysis__note p {
  margin: 12px 0 0;
  color: #77717d;
  font-size: 13px;
  line-height: 1.75;
}

.rd-analysis__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.rd-analysis__cards article {
  min-height: 315px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid #e9e6ee;
  border-radius: 24px;
  background: #fbfafc;
}

.rd-analysis__cards article > span {
  color: #4800b9;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.rd-analysis__cards h3 {
  margin: 9px 0 0;
  color: #17151c;
  font-size: 25px;
  letter-spacing: -0.04em;
}

.rd-analysis__cards p {
  margin: 14px 0 0;
  color: #77727e;
  font-size: 13px;
  line-height: 1.7;
}

.rd-mini-map {
  display: grid;
  margin-top: 28px;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.rd-mini-map i {
  display: flex;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: #eee8f9;
  color: #6b3bb6;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
}

.rd-mini-map i:nth-child(2),
.rd-mini-map i:nth-child(5),
.rd-mini-map i:nth-child(8) {
  background: #d9c7fa;
}

.rd-mini-map i:nth-child(5) {
  background: #4800b9;
  color: #ffffff;
}

.rd-mini-chart {
  display: flex;
  height: 95px;
  margin-top: 30px;
  align-items: flex-end;
  gap: 8px;
}

.rd-mini-chart b {
  flex: 1;
  border-radius: 6px 6px 2px 2px;
  background: linear-gradient(180deg, #4800b9, #b597e8);
}

.rd-mini-chart b:nth-child(1) { height: 32%; }
.rd-mini-chart b:nth-child(2) { height: 46%; }
.rd-mini-chart b:nth-child(3) { height: 42%; }
.rd-mini-chart b:nth-child(4) { height: 70%; }
.rd-mini-chart b:nth-child(5) { height: 85%; }
.rd-mini-chart b:nth-child(6) { height: 64%; }

.rd-response-line {
  position: relative;
  height: 95px;
  margin-top: 29px;
  border-bottom: 1px solid #ddd9e4;
}

.rd-response-line::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: rotate(-8deg);
  background: linear-gradient(90deg, #bca7df, #4800b9);
  content: "";
}

.rd-response-line i {
  position: absolute;
  width: 13px;
  height: 13px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: #4800b9;
  box-shadow: 0 0 0 1px #4800b9;
}

.rd-response-line i:nth-child(1) {
  left: 7%;
  top: 63%;
}

.rd-response-line i:nth-child(2) {
  left: 49%;
  top: 46%;
}

.rd-response-line i:nth-child(3) {
  right: 7%;
  top: 27%;
}

.rd-context-stack {
  display: grid;
  margin-top: 27px;
  gap: 7px;
}

.rd-context-stack i {
  display: flex;
  height: 34px;
  padding: 0 14px;
  align-items: center;
  border-radius: 9px;
  background: #eee9f7;
  color: #6b3bb6;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.rd-context-stack i:nth-child(2) {
  margin-left: 24px;
}

.rd-context-stack i:nth-child(3) {
  margin-left: 48px;
  background: #4800b9;
  color: #ffffff;
}


/* AI / R&D */

.rd-ai {
  background: #14111a;
}

.rd-ai__head {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(330px, 0.7fr);
  gap: 70px;
  align-items: end;
}

.rd-ai__head h2 {
  color: #ffffff;
}

.rd-ai__head h2 span {
  color: #bfa3ef;
}

.rd-ai__head > p {
  margin: 0;
  color: #bcb6c6;
}

.rd-ai-grid {
  display: grid;
  margin-top: 65px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.rd-ai-grid article {
  position: relative;
  min-height: 310px;
  padding: 29px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.105);
  border-radius: 22px;
  background:
    linear-gradient(
      155deg,
      rgba(101, 56, 173, 0.24),
      rgba(255,255,255,0.035)
    );
}

.rd-ai-grid article::after {
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(190, 159, 240, 0.17);
  border-radius: 50%;
  content: "";
}

.rd-ai-grid small {
  display: flex;
  width: 34px;
  height: 34px;
  margin-bottom: 55px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(191, 163, 239, 0.13);
  color: #d5c4f3;
  font-size: 10px;
  font-weight: 900;
}

.rd-ai-grid span {
  display: block;
  color: #a88bd9;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.rd-ai-grid h3 {
  margin: 9px 0 0;
  color: #ffffff;
  font-size: 22px;
  letter-spacing: -0.035em;
}

.rd-ai-grid p {
  margin: 15px 0 0;
  color: #aaa3b1;
  font-size: 13px;
  line-height: 1.75;
}

.rd-ai__boundary {
  display: grid;
  margin-top: 18px;
  padding: 25px 27px;
  grid-template-columns: 170px 1fr;
  gap: 28px;
  align-items: center;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 17px;
  background: rgba(255,255,255,0.035);
}

.rd-ai__boundary span {
  color: #b99ae9;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.rd-ai__boundary p {
  margin: 0;
  color: #aaa3b1;
  font-size: 13px;
  line-height: 1.7;
}


/* VALIDATION LOOP */

.rd-loop {
  background: #f7f7fa;
}

.rd-loop-track {
  display: grid;
  margin-top: 55px;
  grid-template-columns:
    1fr auto
    1fr auto
    1fr auto
    1fr auto
    1fr auto
    1fr;
  gap: 9px;
  align-items: center;
}

.rd-loop-track article {
  display: flex;
  min-height: 155px;
  padding: 21px;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #e5e2e9;
  border-radius: 19px;
  background: #ffffff;
}

.rd-loop-track article strong {
  color: #4800b9;
  font-size: 20px;
}

.rd-loop-track article small {
  color: #91899b;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.rd-loop-track article span {
  color: #252129;
  font-size: 15px;
  font-weight: 900;
}

.rd-loop-track > i {
  color: #b4acbf;
  font-size: 18px;
  font-style: normal;
}


/* SUMMARY */

.rd-summary {
  background: #ffffff;
}

.rd-summary__intro {
  max-width: 780px;
  margin-bottom: 53px;
}

.rd-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 17px;
}

.rd-summary-grid article {
  min-height: 230px;
  padding: 28px;
  border-top: 3px solid #4800b9;
  background: #f8f7fa;
}

.rd-summary-grid strong {
  display: block;
  margin-top: 45px;
  color: #18151c;
  font-size: 22px;
  letter-spacing: -0.035em;
}

.rd-summary-grid p {
  margin: 12px 0 0;
  color: #77727d;
  font-size: 13px;
  line-height: 1.7;
}


/* CTA */

.rd-cta {
  padding: 90px 0;
  background:
    radial-gradient(circle at 82% 30%, rgba(163, 119, 237, 0.28), transparent 24%),
    #4800b9;
}

.rd-cta__layout {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: end;
}

.rd-cta h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(42px, 4.5vw, 66px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.rd-cta p {
  max-width: 650px;
  margin: 25px 0 0;
  color: #ddd0f4;
  font-size: 16px;
  line-height: 1.75;
}

.rd-btn--white {
  background: #ffffff;
  color: #4800b9;
}

.rd-btn--outline-light {
  border-color: rgba(255,255,255,0.4);
  color: #ffffff;
}


/* RESPONSIVE */

@media (max-width: 1100px) {

  .rd-hero__layout {
    grid-template-columns: 1fr 1fr;
    gap: 42px;
  }

  .rd-hero__visual {
    min-height: 560px;
  }

  .rd-flow {
    grid-template-columns: 1fr 1fr;
  }

  .rd-flow__arrow {
    display: none;
  }

  .rd-analysis__layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .rd-analysis__copy {
    position: static;
  }

  .rd-ai-grid,
  .rd-summary-grid {
    grid-template-columns: 1fr 1fr;
  }

  .rd-loop-track {
    grid-template-columns: repeat(3, 1fr);
  }

  .rd-loop-track > i {
    display: none;
  }

}


@media (max-width: 800px) {

  .rd-shell {
    width: min(100% - 36px, 680px);
  }

  .rd-section {
    padding: 82px 0;
  }

  .rd-hero {
    padding: 66px 0 82px;
  }

  .rd-hero__layout {
    grid-template-columns: 1fr;
  }

  .rd-hero h1 {
    font-size: clamp(52px, 14vw, 76px);
  }

  .rd-hero__visual {
    min-height: 540px;
  }

  .rd-source-grid {
    grid-template-columns: 1fr;
  }

  .rd-source-card__image {
    height: 340px;
  }

  .rd-source-card__body p {
    min-height: 0;
  }

  .rd-analysis__cards {
    grid-template-columns: 1fr 1fr;
  }

  .rd-ai__head {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .rd-ai__boundary {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .rd-cta__layout {
    grid-template-columns: 1fr;
    align-items: start;
  }

}


@media (max-width: 560px) {

  .rd-shell {
    width: min(100% - 28px, 520px);
  }

  .rd-section {
    padding: 68px 0;
  }

  .rd-eyebrow {
    margin-bottom: 16px;
    font-size: 10px;
  }

  .rd-heading h2,
  .rd-analysis__copy h2,
  .rd-ai__head h2,
  .rd-summary__intro h2 {
    font-size: 39px;
  }

  .rd-heading > p:last-child,
  .rd-analysis__copy > p,
  .rd-ai__head > p,
  .rd-hero__lead {
    font-size: 15px;
    line-height: 1.75;
  }

  .rd-hero h1 {
    font-size: 48px;
  }

  .rd-hero__lead {
    margin-top: 25px;
  }

  .rd-hero__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .rd-btn {
    min-height: 50px;
    padding: 0 16px;
    font-size: 13px;
  }

  .rd-hero__visual {
    min-height: 455px;
    padding: 19px;
    border-radius: 24px;
  }

  .rd-visual__top {
    display: block;
  }

  .rd-visual__top strong {
    display: block;
    margin-top: 6px;
  }

  .rd-signal {
    height: 345px;
  }

  .rd-signal__line--one {
    width: 220px;
    height: 220px;
  }

  .rd-signal__line--two {
    width: 145px;
    height: 145px;
  }

  .rd-signal__line--three {
    display: none;
  }

  .rd-signal__node {
    width: 145px;
    padding: 15px;
    border-radius: 15px;
  }

  .rd-signal__node strong {
    font-size: 17px;
  }

  .rd-signal__node span {
    font-size: 9px;
  }

  .rd-signal__node--soil {
    top: 20px;
    left: 0;
  }

  .rd-signal__node--water {
    top: 57px;
    right: 0;
  }

  .rd-signal__node--data {
    bottom: 28px;
    left: 5px;
  }

  .rd-signal__node--decision {
    right: 4px;
    bottom: 2px;
  }

  .rd-visual__status {
    grid-template-columns: 1fr 1fr;
  }

  .rd-flow,
  .rd-analysis__cards,
  .rd-ai-grid,
  .rd-summary-grid,
  .rd-loop-track {
    grid-template-columns: 1fr;
  }

  .rd-flow article {
    min-height: 0;
  }

  .rd-flow__number {
    margin-bottom: 25px;
  }

  .rd-source-card__image {
    height: 270px;
  }

  .rd-analysis__cards article {
    min-height: 280px;
  }

  .rd-ai-grid article {
    min-height: 250px;
  }

  .rd-ai-grid small {
    margin-bottom: 37px;
  }

  .rd-loop-track article {
    min-height: 125px;
  }

  .rd-summary-grid article {
    min-height: 190px;
  }

  .rd-cta__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

}

/* GF-WEB-6B-1 START */

/*
 * Korean heading line-break polish.
 * Prevent syllable-level orphan lines such as:
 *   데이터입니 / 다.
 *   않 / 고
 *   읽 / 습니다.
 */
.rd-sources .rd-heading h2,
.rd-analysis__copy h2 {
    word-break: keep-all;
    overflow-wrap: normal;
}

/*
 * DATA ANALYSIS desktop balance.
 * Give the editorial headline enough width while retaining
 * the 2 × 2 analysis-card composition.
 */
@media (min-width: 1101px) {

    .rd-analysis__layout {
        grid-template-columns:
            minmax(500px, 0.95fr)
            minmax(560px, 1.05fr);
        gap: 56px;
    }

    .rd-analysis__copy h2 {
        font-size: clamp(50px, 3.9vw, 56px);
        line-height: 1.07;
    }

}

/* GF-WEB-6B-1 END */

/* GF-WEB-6B-2A START */

/*
 * FIELD VALIDATION LOOP readability:
 * +2px for each text hierarchy in the six cards.
 */
.rd-loop-track article strong {
  font-size: 22px;
}

.rd-loop-track article small {
  font-size: 11px;
}

.rd-loop-track article span {
  font-size: 17px;
}

/* Keep Korean words intact around the editorial line break. */
.rd-loop .rd-heading > p:last-child {
  word-break: keep-all;
}

/* GF-WEB-6B-2A END */
