@charset "UTF-8";
/* heat-2026 renew (h26r-) — Figma 12171:7511 */
/* Desktop styles. Mobile responsive added in a separate block at bottom. */


/* ==========================================================================
   Top-level layout
   ========================================================================== */
.h26r-page {
  padding-top: 0;
}

.h26r-section {
  padding: 160px 0;
}

.h26r-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.h26r-subtitle {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 64px;
}

.h26r-subtitle__eyebrow {
  color: #3182F6;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.48px;
}

.h26r-subtitle__title {
  color: #000;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.25;
  letter-spacing: -0.96px;
}

/* ==========================================================================
   Section header (cards sections)
   ========================================================================== */
.h26r-section-header {
  border-bottom: 1.5px solid #000;
  padding-bottom: 20px;
  margin-bottom: 64px;
}

.h26r-section-header__title {
  font-family: 'Pretendard', sans-serif;
  font-weight: 800;
  font-size: 24px;
  letter-spacing: -0.48px;
  line-height: 1.5;
}

/* ==========================================================================
   Section 1: Hero
   ========================================================================== */
.h26r-hero {
  position: relative;
  height: 640px;
  overflow: hidden;
}

.h26r-hero__bg {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 80px);
  object-fit: cover;
  object-position: center bottom;
  display: block;
}

.h26r-hero__overlay {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 66.198%);
}

.h26r-hero__inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 20px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 56px;
  box-sizing: border-box;
}

.h26r-hero__title-wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.h26r-hero__eyebrow {
  color: #FFF;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.h26r-hero__title {
  color: #FFF;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.35;
  letter-spacing: -0.84px;
}

.h26r-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #EDFF00;
  color: #000;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 4px;
  height: 40px;
  box-sizing: border-box;
  text-decoration: none;
  align-self: flex-start;
  transition: transform .2s;
}

.h26r-hero__cta:hover {
  transform: translateY(-1px);
}

.h26r-hero__cta img {
  width: 24.889px;
  height: 14px;
  display: block;
  flex-shrink: 0;
}

/* ==========================================================================
   Section 2 & 4: Cards
   ========================================================================== */
.h26r-cards {
  display: flex;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.h26r-card {
  flex: 1 1 0;
  background: #FFF;
  border: 1px solid #EEE;
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 440px;
  box-sizing: border-box;
}

.h26r-card__icon {
  width: 80px;
  height: 80px;
  display: block;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

/* Heat card icons sprite (3 icons, 240×80 total) */
.h26r-card__icon--heat-1,
.h26r-card__icon--heat-2,
.h26r-card__icon--heat-3 {
  background-size: contain;
  background-position: center;
}
.h26r-card__icon--heat-1 { background-image: url(/resources/images/heat-2026-renew/heat-icon-1.png); }
.h26r-card__icon--heat-2 { background-image: url(/resources/images/heat-2026-renew/heat-icon-2.png); }
.h26r-card__icon--heat-3 { background-image: url(/resources/images/heat-2026-renew/heat-icon-3.png); }

/* Opinion card icons sprite (3 icons, 240×80 total) */
.h26r-card__icon--opinion-1,
.h26r-card__icon--opinion-2,
.h26r-card__icon--opinion-3 {
  background-image: url(/resources/images/heat-2026-renew/card-icons-sprite-opinion.png);
}
.h26r-card__icon--opinion-1 { background-size: 386.31px 137.54px; background-position: -36.09px -28.77px; }
.h26r-card__icon--opinion-2 { background-size: 344.08px 122.5px; background-position: -132.21px -21.25px; }
.h26r-card__icon--opinion-3 { background-size: 372.17px 132.5px; background-position: -262.65px -26.25px; }

.h26r-card__title {
  color: #000;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: -0.56px;
}

.h26r-card__body {
  color: #666;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.36px;
}

.h26r-card__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #F9FAFB;
  padding: 8px 12px;
  border-radius: 12px;
  align-self: flex-start;
  margin-top: auto;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: -0.42px;
  color: #000;
  white-space: nowrap;
}

.h26r-card__pill img {
  width: 16px;
  height: 16px;
}

/* ==========================================================================
   Section 3 & 5: Feature rows
   ========================================================================== */
.h26r-feature-rows {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.h26r-feature-row {
  display: flex;
  align-items: center;
  gap: 48px;
}

.h26r-feature-row--reverse {
  flex-direction: row-reverse;
}

.h26r-feature-row__media {
  width: 640px;
  height: 360px;
  border-radius: 24px;
  overflow: hidden;
  flex-shrink: 0;
}

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

.h26r-feature-row__media--mock {
  background: #F7F7F7;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}

.h26r-feature-row__media--mock img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  display: block;
}

.h26r-feature-row__text {
  flex: 1;
  min-width: 0;
  max-width: 592px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.h26r-feature-row__title {
  color: #000;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: -0.64px;
}

.h26r-feature-row__body {
  color: #666;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.4px;
}

/* ==========================================================================
   Section 6: Steps
   ========================================================================== */
.h26r-steps__layout {
  display: flex;
  gap: 24px;
  align-items: stretch;
}

.h26r-steps__tabs {
  width: 216px;
  flex-shrink: 0;
  background: #F9FAFB;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.h26r-steps__tab {
  width: 100%;
  height: 100px;
  background: #F9FAFB;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #666;
  transition: background .2s, color .2s;
  flex-shrink: 0;
}

.h26r-steps__divider {
  display: block;
  width: 160px;
  height: 1px;
  background: #E5E7EB;
  margin: 0 auto;
  flex-shrink: 0;
}

.h26r-steps__tab.is-active {
  background: #000;
  color: #EDFF00;
}

.h26r-steps__tab-number {
  font-family: 'Montserrat', 'Pretendard', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.42px;
}

.h26r-steps__tab.is-active .h26r-steps__tab-number {
  color: #EDFF00;
}

.h26r-steps__tab-name {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.6px;
}

.h26r-steps__panels {
  flex: 1;
  min-width: 0;
  background: #F9FAFB;
  border-radius: 24px;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.h26r-steps__panel {
  position: absolute;
  inset: 0;
  padding: 0;
  display: block;
}

.h26r-steps__panel[hidden] {
  display: none;
}

.h26r-steps__text {
  position: absolute;
  left: 56px;
  top: 50%;
  transform: translateY(-50%);
  width: 336px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.h26r-steps__panel-eyebrow {
  color: #3182F6;
  font-weight: 700;
  font-size: 16px;
}

.h26r-steps__panel-title {
  color: #000;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
}

.h26r-steps__panel-headline {
  margin-top: 24px;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.36px;
}

.h26r-steps__panel-body {
  margin-top: 16px;
  color: #666;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.32px;
}

.h26r-steps__media {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 424px;
  z-index: 1;
}

.h26r-steps__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
  display: block;
}

/* ==========================================================================
   Section 7: CTA (full-bleed black)
   ========================================================================== */
.h26r-cta {
  position: relative;
  background: #000;
  padding: 100px 0;
  overflow: hidden;
  min-height: 466px;
  box-sizing: border-box;
}

.h26r-cta__bg {
  position: absolute;
  top: -244px;
  left: -225px;
  width: 2314px;
  height: 1000px;
  background: url(/resources/images/heat-2026-renew/cta-bg.svg) center/contain no-repeat;
  pointer-events: none;
  opacity: .8;
}

.h26r-cta__inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  text-align: center;
}

.h26r-cta__title {
  color: #FFF;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.25;
  letter-spacing: -0.96px;
  margin-bottom: 12px;
}

.h26r-cta__sub {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.4px;
}

.h26r-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.2);
  border: 1.5px solid #666;
  color: #FFF;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.4px;
  padding: 17px 32px;
  border-radius: 321px;
  height: 64px;
  box-sizing: border-box;
  text-decoration: none;
  transition: transform .2s;
}

.h26r-cta__btn:hover {
  transform: translateY(-1px);
}

.h26r-cta__btn img {
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
}

/* ==========================================================================
   Section 8: Quicklinks
   ========================================================================== */
.h26r-quicklinks {
  padding-top: 80px;
  padding-bottom: 80px;
}
.h26r-steps + .h26r-quicklinks { padding-top: 0; }
.h26r-steps {
  padding-bottom: 80px;
}

.h26r-quicklink-list {
  display: flex;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.h26r-quicklink {
  flex: 1;
  background: #F0F0F0;
  border-radius: 24px;
  height: 140px;
}

.h26r-quicklink__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 40px;
  height: 100%;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
}

.h26r-quicklink__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.h26r-quicklink__sub {
  color: #666;
  font-weight: 600;
  font-size: 16px;
}

.h26r-quicklink__title {
  color: #000;
  font-weight: 700;
  font-size: 22px;
}

.h26r-quicklink__arrow {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.h26r-quicklink__arrow img {
  width: 30px;
  height: 30px;
}

.h26r-quicklink__arrow-default {
  position: relative;
  z-index: 2;
}

.h26r-quicklink__arrow-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
}

/* Hover state — card → black, sub → gray, title → white, arrow → yellow with right-arrow icon */
.h26r-quicklink:hover { background: #000; }
.h26r-quicklink:hover .h26r-quicklink__sub { color: #AAA; }
.h26r-quicklink:hover .h26r-quicklink__title { color: #FFF; }
.h26r-quicklink:hover .h26r-quicklink__arrow { background: #EDFF00; }
.h26r-quicklink:hover .h26r-quicklink__arrow-default { opacity: 0; }
.h26r-quicklink:hover .h26r-quicklink__arrow-hover { opacity: 1; }


/* ==========================================================================
   Section 9: Custom footer
   ========================================================================== */
.h26r-footer {
  background: #FFF;
  padding: 60px 0 40px;
  border-top: 1px solid #EEE;
}

.h26r-footer__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.h26r-footer__top {
  display: flex;
  align-items: center;
}

.h26r-footer__logo {
  width: 200px;
  height: 36px;
  max-width: 200px;
  object-fit: contain;
  flex-shrink: 0;
}

.h26r-footer__body {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: flex-start;
}

.h26r-footer__left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 640px;
}

.h26r-footer__addr {
  color: #000;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
}

.h26r-footer__contact {
  display: flex;
  align-items: center;
  gap: 20px;
}

.h26r-footer__contact-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #000;
  font-weight: 400;
  font-size: 18px;
}

.h26r-footer__contact-item img {
  width: 20px;
  height: 20px;
}

.h26r-footer__divider {
  width: 1px;
  height: 16px;
}

.h26r-footer__nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 40px;
  border-left: 1px solid #EEE;
  min-width: 200px;
}

.h26r-footer__nav a {
  color: #000;
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
}

.h26r-footer__nav--medium {
  font-weight: 500 !important;
}

.h26r-footer__copy {
  color: #000;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
}

/* ==========================================================================
   Tablet (≤1023px)
   ========================================================================== */
@media (max-width: 1023px) {
  .h26r-section { padding: 100px 0; }
  .h26r-container { padding: 0 24px; }

  /* Hero */
  .h26r-hero { height: 520px; }
  .h26r-hero__inner { padding: 0 24px; gap: 40px; }
  .h26r-hero__eyebrow { font-size: 18px; }
  .h26r-hero__title { font-size: 30px; line-height: 1.4; }

  /* Subtitle */
  .h26r-subtitle__title { font-size: 36px; }

  /* Cards: 3-across → stack */
  .h26r-cards { flex-direction: column; gap: 16px; }
  .h26r-card { flex: 0 0 auto; width: 100%; min-height: 0; padding: 32px; }
  .h26r-card__title { font-size: 24px; flex-grow: 0; }

  /* Feature rows: stack image above text */
  .h26r-feature-row,
  .h26r-feature-row--reverse { flex-direction: column; gap: 32px; align-items: stretch; }
  .h26r-feature-row__media { width: 100%; height: auto; aspect-ratio: 16 / 9; }
  .h26r-feature-row__text { max-width: none; }
  .h26r-feature-row__title { font-size: 26px; }
  .h26r-feature-row__body { font-size: 18px; }

  /* Steps: stack tabs above panels */
  .h26r-steps__layout { flex-direction: column; gap: 16px; }
  .h26r-steps__tabs { width: 100%; flex-direction: row; height: 80px; }
  .h26r-steps__tab { height: 80px; flex: 1 1 0; min-width: 0; }
  .h26r-steps__tab-name { font-size: 16px; }
  /* Horizontal dividers are designed for the vertical (column) layout.
     In row layout they would consume horizontal space and push tabs off-screen. */
  .h26r-steps__divider { display: none; }
  .h26r-steps__panels { height: auto; min-height: 360px; }
  .h26r-steps__panel { position: relative; min-height: 360px; }
  .h26r-steps__text { position: relative; left: auto; top: auto; transform: none; padding: 32px 24px 0; width: auto; max-width: 100%; }
  .h26r-steps__media { position: relative; left: auto; right: auto; top: auto; bottom: auto; height: 200px; }
  .h26r-steps__media img { object-position: center; }

  /* CTA */
  .h26r-cta { padding: 80px 0; }
  .h26r-cta__title { font-size: 32px; }
  .h26r-cta__sub { font-size: 16px; }
  .h26r-cta__btn { font-size: 18px; height: 56px; padding: 14px 28px; }

  /* Quicklinks: stack */
  .h26r-quicklink-list { flex-direction: column; }
  .h26r-quicklinks { padding: 60px 0; }

  /* Footer */
  .h26r-footer__body { flex-direction: column; gap: 32px; }
  .h26r-footer__nav { padding-left: 0; border-left: none; padding-top: 24px; border-top: 1px solid #EEE; flex-direction: row; flex-wrap: wrap; gap: 16px 20px; }
}

/* ==========================================================================
   Mobile (≤599px) — covers iPhone 14/15/16/17 Pro Max (430~440+px CSS width)
   ========================================================================== */
@media (max-width: 599px) {
  .h26r-section { padding: 72px 0; }
  .h26r-container { padding: 0 20px; }

  /* Hero */
  .h26r-hero { height: 460px; }
  .h26r-hero__bg { object-position: 65% center; }
  .h26r-hero__overlay { background: linear-gradient(to right, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0) 100%); }
  .h26r-hero__inner { padding: 0 20px; gap: 32px; }
  .h26r-hero__eyebrow { font-size: 14px; line-height: 1.4; margin-bottom: 16px; }
  .h26r-hero__title { font-size: 22px; line-height: 1.4; }
  .h26r-hero__cta { font-size: 14px; height: 44px; padding: 12px 20px; }

  /* Section header */
  .h26r-section-header__title { font-size: 20px; }
  .h26r-section-header { margin-bottom: 40px; padding-bottom: 16px; }

  /* Subtitle */
  .h26r-subtitle { margin-bottom: 40px; gap: 16px; }
  .h26r-subtitle__eyebrow { font-size: 14px; }
  .h26r-subtitle__title { font-size: 24px; line-height: 1.3; }

  /* Cards */
  .h26r-card { padding: 24px; gap: 12px; border-radius: 20px; }
  .h26r-card__icon { width: 64px; height: 64px; }
  .h26r-card__icon--opinion-1 { background-size: 309.05px 110.03px; background-position: -28.87px -23.02px; }
  .h26r-card__icon--opinion-2 { background-size: 275.26px 98px; background-position: -105.77px -17px; }
  .h26r-card__icon--opinion-3 { background-size: 297.74px 106px; background-position: -210.12px -21px; }
  .h26r-card__title { font-size: 20px; line-height: 1.35; }
  .h26r-card__body { font-size: 15px; }
  .h26r-card__pill { padding: 6px 10px; font-size: 12px; }
  .h26r-card__pill img { width: 14px; height: 14px; }

  /* Feature rows */
  .h26r-feature-rows { gap: 56px; }
  .h26r-feature-row__media { border-radius: 16px; }
  .h26r-feature-row__title { font-size: 22px; }
  .h26r-feature-row__body { font-size: 15px; }

  /* Steps */
  .h26r-steps__tabs { height: auto; display: grid; grid-template-columns: 1fr 1fr; border-radius: 16px; padding: 8px; gap: 4px; }
  .h26r-steps__tab { height: 64px; width: auto; gap: 4px; border-radius: 12px; }
  .h26r-steps__divider { display: none; }
  .h26r-steps__tab-number { font-size: 12px; }
  .h26r-steps__tab-name { font-size: 14px; }
  .h26r-steps__panels { border-radius: 16px; min-height: 320px; }
  .h26r-steps__panel { min-height: 320px; }
  .h26r-steps__text { padding: 24px 20px 0; gap: 12px; }
  .h26r-steps__panel-eyebrow { font-size: 14px; }
  .h26r-steps__panel-title { font-size: 22px; }
  .h26r-steps__panel-headline { font-size: 15px; margin-top: 16px; }
  .h26r-steps__panel-body { font-size: 14px; margin-top: 10px; }
  .h26r-steps__media { height: 180px; }

  /* CTA */
  .h26r-cta { padding: 64px 0; min-height: 0; }
  .h26r-cta__inner { gap: 32px; }
  .h26r-cta__title { font-size: 24px; line-height: 1.3; }
  .h26r-cta__sub { font-size: 14px; }
  .h26r-cta__btn { font-size: 15px; height: 52px; padding: 14px 24px; }

  /* Quicklinks */
  .h26r-quicklink__link { padding: 24px 24px; }
  .h26r-quicklink__title { font-size: 18px; }
  .h26r-quicklink__sub { font-size: 13px; }
  .h26r-quicklink__arrow { width: 48px; height: 48px; }
  .h26r-quicklink__arrow img { width: 24px; height: 24px; }

  /* Footer */
  .h26r-footer { padding: 48px 0 32px; }
  .h26r-footer__inner { padding: 0 20px; gap: 40px; }
  .h26r-footer__logo { width: 140px; height: 28px; max-width: 140px; object-fit: contain; flex-shrink: 0; }
  .h26r-footer__addr { font-size: 14px; }
  .h26r-footer__contact { flex-direction: column; align-items: flex-start; gap: 8px; }
  .h26r-footer__divider { display: none; }
  .h26r-footer__contact-item { font-size: 14px; }
  .h26r-footer__nav a { font-size: 14px; }
}
