/* =====================================================
   scratch.css — くむすたスクラッチ専用スタイル
   education.qumcum.com/scratch.html
   ===================================================== */

/* ===== HERO ===== */
.st-hero {
  background: #1A2236 url('../images/office.jpg') center center / cover no-repeat;
  position: relative;
  padding: 80px 0;
  color: #fff;
}
.st-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(26, 34, 54, 0.82);
  pointer-events: none;
}
.st-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.st-hero-badge {
  display: inline-block;
  background: rgba(214,158,46,0.2);
  border: 1px solid rgba(214,158,46,0.45);
  color: #F6C948;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 5px 14px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.st-hero-title {
  font-size: clamp(22px, 3.5vw, 36px);
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 20px;
}
.st-hero-lead {
  font-size: 15px;
  line-height: 1.9;
  color: #ffffff;
  margin-bottom: 32px;
  max-width: 480px;
}
.st-hero-cta {
  border-color: rgba(255,255,255,0.3) !important;
  color: #fff !important;
}
.st-hero-cta:hover {
  background: rgba(255,255,255,0.08) !important;
  border-color: rgba(255,255,255,0.5) !important;
}
.st-hero-subsidy {
  display: block;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  color: #F6C948;
  margin-top: 8px;
}
.st-hero-visual img {
  width: 100%;
  border-radius: 8px;
}

/* ===== WHY NEEDED ===== */
.st-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.st-why-card {
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  padding: 32px 28px;
}
.st-why-icon {
  width: 48px; height: 48px;
  background: #FFF5F5;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  color: #C53030;
}
.st-why-icon svg {
  width: 22px; height: 22px;
  stroke: currentColor; fill: none;
  stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;
}
.st-why-card h3 {
  font-size: 15px;
  font-weight: 700;
  color: #1E2A3B;
  margin-bottom: 12px;
}
.st-why-card p {
  font-size: 14px;
  color: #4A5568;
  line-height: 1.8;
}

/* ===== PHILOSOPHY ===== */
.st-philosophy-lead {
  font-size: 17px;
  font-weight: 500;
  color: #1E2A3B;
  line-height: 1.8;
  margin-bottom: 40px;
  padding: 20px 24px;
  border-left: 3px solid #1A56A4;
  background: #EBF4FF;
  border-radius: 0 4px 4px 0;
}
.st-philosophy-points {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.st-philosophy-point {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.st-philosophy-num {
  flex-shrink: 0;
  width: 36px; height: 36px;
  background: #1A56A4;
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  font-weight: 700;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.st-philosophy-point h4 {
  font-size: 15px;
  font-weight: 700;
  color: #1E2A3B;
  margin-bottom: 8px;
}
.st-philosophy-point p {
  font-size: 14px;
  color: #4A5568;
  line-height: 1.8;
}

/* ===== LEARNING FLOW ===== */
.st-flow-steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 32px;
}
.st-flow-step {
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  padding: 32px 24px;
  text-align: center;
}
.st-flow-step-icon {
  width: 56px; height: 56px;
  background: #EBF4FF;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
  color: #1A56A4;
}
.st-flow-step-icon svg {
  width: 24px; height: 24px;
  stroke: currentColor; fill: none;
  stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;
}
.st-flow-step-num {
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #94A3B8;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.st-flow-step h4 {
  font-size: 15px;
  font-weight: 700;
  color: #1E2A3B;
  margin-bottom: 8px;
}
.st-flow-step p {
  font-size: 13px;
  color: #4A5568;
  line-height: 1.7;
}
.st-flow-arrow {
  color: #CBD5E0;
  display: flex; align-items: center; justify-content: center;
}
.st-flow-arrow svg {
  stroke: currentColor; fill: none;
  stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;
}
.st-flow-note {
  background: #F7F9FC;
  border-radius: 4px;
  padding: 16px 20px;
  font-size: 14px;
  color: #4A5568;
  line-height: 1.8;
  text-align: center;
}

/* ===== KEY FEATURES ===== */
.st-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.st-feature-card {
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  padding: 32px 28px;
}
.st-feature-icon {
  width: 48px; height: 48px;
  background: #EBF4FF;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  color: #1A56A4;
}
.st-feature-icon svg {
  width: 22px; height: 22px;
  stroke: currentColor; fill: none;
  stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;
}
.st-feature-card h3 {
  font-size: 15px;
  font-weight: 700;
  color: #1E2A3B;
  margin-bottom: 12px;
}
.st-feature-card p {
  font-size: 14px;
  color: #4A5568;
  line-height: 1.8;
  margin-bottom: 16px;
}
.st-video-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: none;
  border: 1px solid #CBD5E0;
  border-radius: 4px;
  padding: 9px 18px;
  font-size: 13px;
  font-weight: 500;
  color: #4A5568;
  cursor: pointer;
  transition: all 0.2s;
  font-family: 'Noto Sans JP', sans-serif;
}
.st-video-btn:hover {
  border-color: #1A56A4;
  color: #1A56A4;
}
.st-play-icon {
  width: 26px; height: 26px;
  background: #EBF4FF;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #1A56A4;
  flex-shrink: 0;
}

/* ===== LEARNING ITEMS ===== */
.st-learn-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}
.st-learn-item {
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  padding: 20px 16px;
  text-align: center;
}
.st-learn-item-icon {
  width: 40px; height: 40px;
  background: #EBF4FF;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 10px;
  color: #1A56A4;
}
.st-learn-item-icon svg {
  width: 18px; height: 18px;
  stroke: currentColor; fill: none;
  stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;
}
.st-learn-item span {
  font-size: 13px;
  font-weight: 500;
  color: #1E2A3B;
  display: block;
  line-height: 1.5;
}
.st-learn-note {
  background: #EBF4FF;
  border-left: 3px solid #1A56A4;
  border-radius: 0 4px 4px 0;
  padding: 16px 20px;
  font-size: 14px;
  color: #2D3748;
  line-height: 1.8;
}

/* ===== DX POSITIONING ===== */
.st-dx-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.st-dx-text h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1E2A3B;
  margin-bottom: 16px;
  line-height: 1.5;
}
.st-dx-text p {
  font-size: 14px;
  color: #4A5568;
  line-height: 1.9;
  margin-bottom: 16px;
}
.st-dx-text p:last-child { margin-bottom: 0; }
.st-dx-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.st-dx-list-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  padding: 16px 18px;
  font-size: 14px;
  color: #2D3748;
}
.st-dx-list-item-icon {
  flex-shrink: 0;
  width: 32px; height: 32px;
  background: #EBF4FF;
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  color: #1A56A4;
}
.st-dx-list-item-icon svg {
  width: 16px; height: 16px;
  stroke: currentColor; fill: none;
  stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;
}
.st-dx-list-item strong {
  display: block;
  font-weight: 700;
  margin-bottom: 2px;
}
.st-dx-list-item p {
  font-size: 13px;
  color: #718096;
  margin: 0;
}

/* ===== CURRICULUM POSITION ===== */
.st-position-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 8px;
  align-items: center;
  margin-bottom: 32px;
}
.st-position-step {
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  padding: 24px 16px;
  text-align: center;
}
.st-position-step--current {
  border-color: #1A56A4;
  background: #EBF4FF;
}
.st-position-num {
  font-family: 'Outfit', sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #CBD5E0;
  margin-bottom: 8px;
}
.st-position-step--current .st-position-num {
  color: #1A56A4;
}
.st-position-info h4 {
  font-size: 13px;
  font-weight: 700;
  color: #1E2A3B;
  margin-bottom: 4px;
}
.st-position-info p {
  font-size: 12px;
  color: #718096;
  line-height: 1.6;
}
.st-position-arrow {
  font-size: 18px;
  color: #CBD5E0;
  text-align: center;
}
.st-position-note {
  font-size: 14px;
  color: #4A5568;
  line-height: 1.8;
  text-align: center;
  padding: 20px;
  background: #F7F9FC;
  border-radius: 4px;
}

/* ===== MATERIALS ===== */
.st-materials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.st-material-card {
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  padding: 28px 24px;
}
.st-material-icon {
  width: 44px; height: 44px;
  background: #EBF4FF;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: #1A56A4;
  margin-bottom: 16px;
}
.st-material-icon svg {
  width: 20px; height: 20px;
  stroke: currentColor; fill: none;
  stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;
}
.st-material-card h3 {
  font-size: 14px;
  font-weight: 700;
  color: #1E2A3B;
  margin-bottom: 8px;
}
.st-material-card p {
  font-size: 13px;
  color: #4A5568;
  line-height: 1.7;
}
.st-material-card .st-material-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  background: #EBF4FF;
  color: #1A56A4;
  padding: 2px 8px;
  border-radius: 3px;
  margin-top: 10px;
}

/* ===== TARGET ===== */
.st-target-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.st-target-card {
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  padding: 32px 28px;
  display: flex;
  gap: 20px;
}
.st-target-icon {
  flex-shrink: 0;
  width: 48px; height: 48px;
  background: #EBF4FF;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: #1A56A4;
}
.st-target-icon svg {
  width: 22px; height: 22px;
  stroke: currentColor; fill: none;
  stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;
}
.st-target-card h3 {
  font-size: 15px;
  font-weight: 700;
  color: #1E2A3B;
  margin-bottom: 8px;
}
.st-target-card p {
  font-size: 13px;
  color: #4A5568;
  line-height: 1.7;
}

/* ===== CTA ===== */
.st-cta-section {
  text-align: center;
}
.st-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
  flex-wrap: wrap;
}

/* ===== VIDEO OVERLAY ===== */
.st-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  z-index: 200;
  align-items: center;
  justify-content: center;
}
.st-overlay.active {
  display: flex;
}
.st-overlay-content {
  position: relative;
  width: min(90vw, 900px);
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}
.st-overlay-close {
  position: absolute;
  top: 12px; right: 12px;
  width: 36px; height: 36px;
  background: rgba(255,255,255,0.15);
  border: none;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  border-radius: 50%;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  z-index: 10;
}
.st-overlay-content video {
  width: 100%;
  display: block;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .st-hero-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .st-hero-visual { order: -1; }
  .st-why-grid { grid-template-columns: 1fr; }
  .st-flow-steps {
    grid-template-columns: 1fr;
  }
  .st-flow-arrow { transform: rotate(90deg); }
  .st-features-grid { grid-template-columns: 1fr; }
  .st-learn-grid { grid-template-columns: repeat(2, 1fr); }
  .st-dx-inner { grid-template-columns: 1fr; }
  .st-position-flow {
    grid-template-columns: 1fr 1fr;
  }
  .st-position-arrow { display: none; }
  .st-materials-grid { grid-template-columns: 1fr 1fr; }
  .st-target-grid { grid-template-columns: 1fr; }
  .st-cta-buttons { flex-direction: column; align-items: center; }
}

@media (max-width: 480px) {
  .st-learn-grid { grid-template-columns: repeat(2, 1fr); }
  .st-materials-grid { grid-template-columns: 1fr; }
  .st-position-flow { grid-template-columns: 1fr; }
}

/* ===== BEFORE / AFTER SECTION ===== */
.sc-ba-section {
  background: #fff;
  padding: 96px 0;
}
.sc-ba-header {
  text-align: center;
  margin-bottom: 56px;
}
.sc-ba-label {
  display: inline-block;
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #1A56A4;
  margin-bottom: 16px;
}
.sc-ba-title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 900;
  color: #1E2A3B;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.sc-ba-lead {
  font-size: 16px;
  color: #718096;
}

/* Grid */
.sc-ba-grid {
  display: grid;
  grid-template-columns: 1fr 48px 1fr;
  align-items: center;
  gap: 0;
}

/* Arrow */
.sc-ba-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1A56A4;
}
.sc-ba-arrow svg {
  width: 32px;
  height: 32px;
}

/* Cards */
.sc-ba-card {
  border-radius: 16px;
  padding: 36px 32px;
  height: 100%;
}
.sc-ba-card--before {
  background: #F7F8FA;
  border: 1px solid #E2E8F0;
}
.sc-ba-card--after {
  background: #EBF4FF;
  border: 1px solid #BDD7F5;
}
.sc-ba-card-header {
  margin-bottom: 24px;
}
.sc-ba-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}
.sc-ba-tag--before {
  background: #E2E8F0;
  color: #718096;
}
.sc-ba-tag--after {
  background: #1A56A4;
  color: #fff;
}
.sc-ba-card-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.sc-ba-card--before .sc-ba-card-title { color: #4A5568; }
.sc-ba-card--after .sc-ba-card-title { color: #1A3A6B; }

/* List */
.sc-ba-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.sc-ba-list li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 16px;
  line-height: 1.6;
}
.sc-ba-card--before .sc-ba-list li { color: #718096; }
.sc-ba-card--after .sc-ba-list li { color: #1E2A3B; }
.sc-ba-icon {
  flex-shrink: 0;
  font-weight: 700;
  font-size: 14px;
}
.sc-ba-icon--before { color: #A0AEC0; }
.sc-ba-icon--after { color: #1A56A4; }

/* Footer */
.sc-ba-footer {
  margin-top: 64px;
  text-align: center;
}
.sc-ba-footer-msg {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  color: #1E2A3B;
  line-height: 1.7;
  margin-bottom: 32px;
}

/* Responsive */
@media (max-width: 768px) {
  .sc-ba-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .sc-ba-arrow {
    transform: rotate(90deg);
  }
  .sc-ba-card {
    padding: 28px 24px;
  }
}

/* =====================================================
   WHY NEED SECTION  (sc-why-)
   ===================================================== */

.sc-why-section {
  background: #F7F9FC;
  padding: 96px 0;
}

/* 2-column layout: text | video */
.sc-why-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

/* ---- Left column ---- */
.sc-why-label {
  display: inline-block;
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #1A56A4;
  margin-bottom: 20px;
}

.sc-why-catch {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 900;
  color: #1E2A3B;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin-bottom: 28px;
}

.sc-why-body {
  font-size: 16px;
  color: #4A5568;
  line-height: 1.95;
  margin-bottom: 16px;
}

.sc-why-sub {
  font-size: 15px;
  color: #1A56A4;
  font-weight: 600;
  margin-bottom: 40px;
  padding-left: 14px;
  border-left: 3px solid #1A56A4;
  line-height: 1.6;
}

/* 3-step flow */
.sc-why-steps {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.sc-why-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  background: #fff;
  border: 1px solid #D1D9E6;
  border-radius: 12px;
  padding: 12px 20px;
  min-width: 72px;
}

.sc-why-step--accent {
  background: #1A56A4;
  border-color: #1A56A4;
}

.sc-why-step-num {
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #1A56A4;
}

.sc-why-step--accent .sc-why-step-num {
  color: rgba(255,255,255,0.7);
}

.sc-why-step-label {
  font-size: 15px;
  font-weight: 700;
  color: #1E2A3B;
}

.sc-why-step--accent .sc-why-step-label {
  color: #fff;
}

.sc-why-arrow-icon {
  color: #CBD5E0;
  font-size: 18px;
  flex-shrink: 0;
}

/* ---- Right column: Video ---- */
.sc-why-video-wrap {
  border-radius: 16px;
  overflow: hidden;
  box-shadow:
    0 4px 12px rgba(0,0,0,0.08),
    0 20px 48px rgba(0,0,0,0.10);
}

.sc-why-video-wrap video {
  display: block;
  width: 100%;
  height: auto;
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
  .sc-why-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .sc-why-video-wrap {
    order: -1;
  }
}

/* =====================================================
   EASE / REASSURANCE SECTION  (sc-ease-)
   ===================================================== */

.sc-ease-section {
  background: #fff;
  padding: 96px 0;
}

.sc-ease-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 56px;
}

.sc-ease-label {
  display: inline-block;
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #1A56A4;
  margin-bottom: 20px;
}

.sc-ease-catch {
  font-size: clamp(22px, 2.8vw, 32px);
  font-weight: 900;
  color: #1E2A3B;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.sc-ease-lead {
  font-size: 16px;
  color: #718096;
  line-height: 1.85;
}

/* Body: left=cards, right=photo */
.sc-ease-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}

/* Photo column */
.sc-ease-photo {
  border-radius: 16px;
  overflow: hidden;
  box-shadow:
    0 4px 12px rgba(0,0,0,0.08),
    0 20px 48px rgba(0,0,0,0.10);
  position: sticky;
  top: 88px;
}

.sc-ease-photo img,
.sc-ease-photo video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 2×2 grid */
.sc-ease-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

/* Base card */
.sc-ease-card {
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  padding: 28px 24px;
}

/* Icon container */
.sc-ease-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #EFF5FF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #1A56A4;
}

.sc-ease-card-title {
  font-size: 17px;
  font-weight: 700;
  color: #1E2A3B;
  margin-bottom: 10px;
  line-height: 1.4;
}

.sc-ease-card-desc {
  font-size: 15px;
  color: #718096;
  line-height: 1.8;
}

/* Subsidy card — subtle blue accent */
.sc-ease-card--subsidy {
  background: #EBF4FF;
  border-color: #BDD7F5;
}

.sc-ease-card--subsidy .sc-ease-icon {
  background: #1A56A4;
  color: #fff;
}

.sc-ease-card--subsidy .sc-ease-card-title {
  color: #1A3A6B;
}

.sc-ease-card--subsidy .sc-ease-card-desc {
  color: #4A5568;
}

/* Small badge above the icon */
.sc-ease-subsidy-badge {
  display: inline-block;
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #1A56A4;
  background: rgba(26,86,164,0.08);
  border: 1px solid rgba(26,86,164,0.2);
  border-radius: 20px;
  padding: 3px 10px;
  margin-bottom: 16px;
  display: block;
  width: fit-content;
}

/* Responsive */
@media (max-width: 1023px) {
  .sc-ease-body {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .sc-ease-photo {
    position: static;
    max-height: 400px;
  }
  .sc-ease-photo img,
  .sc-ease-photo video {
    max-height: 400px;
  }
}

@media (max-width: 640px) {
  .sc-ease-grid {
    grid-template-columns: 1fr;
  }
  .sc-ease-card {
    padding: 24px 20px;
  }
}

/* =====================================================
   TRUST SECTION  (sc-trust-)
   ===================================================== */

.sc-trust-section {
  background: #F7F9FC;
  padding: 96px 0;
}

/* Left photo + Right content */
.sc-trust-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

/* Photo */
.sc-trust-photo {
  border-radius: 20px;
  overflow: hidden;
  box-shadow:
    0 4px 16px rgba(0,0,0,0.08),
    0 24px 56px rgba(0,0,0,0.12);
}

.sc-trust-photo img {
  display: block;
  width: 100%;
  height: auto;
}

/* Right column */
.sc-trust-label {
  display: inline-block;
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #1A56A4;
  margin-bottom: 20px;
}

.sc-trust-catch {
  font-size: clamp(22px, 2.8vw, 34px);
  font-weight: 900;
  color: #1E2A3B;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.sc-trust-lead {
  font-size: 16px;
  color: #718096;
  line-height: 1.85;
  margin-bottom: 40px;
}

/* 2×2 cards */
.sc-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 28px;
}

.sc-trust-card {
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  padding: 22px 20px;
}

.sc-trust-card--highlight {
  background: #fff;
  border-color: #1A56A4;
}

.sc-trust-card-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #EFF5FF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1A56A4;
  margin-bottom: 14px;
}

.sc-trust-card--highlight .sc-trust-card-icon {
  background: #1A56A4;
  color: #fff;
}

.sc-trust-card-title {
  font-size: 15px;
  font-weight: 700;
  color: #1E2A3B;
  margin-bottom: 6px;
  line-height: 1.4;
}

.sc-trust-card-desc {
  font-size: 14px;
  color: #718096;
  line-height: 1.7;
}

.sc-trust-card--highlight .sc-trust-card-title { color: #1A3A6B; }
.sc-trust-card--highlight .sc-trust-card-desc  { color: #4A5568; }

/* Note */
.sc-trust-note {
  font-size: 13px;
  color: #A0AEC0;
  padding-left: 14px;
  border-left: 2px solid #D1D9E6;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 1023px) {
  .sc-trust-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 640px) {
  .sc-trust-grid {
    grid-template-columns: 1fr;
  }
}
