/* ===========================
   HEY CAR TRADE — 수출 전용 스타일
   =========================== */

:root {
  --trade-primary: #F97316;
  --trade-primary-dark: #EA580C;
  --trade-primary-light: #FFF7ED;
}

/* ---- Header Trade 테마 ---- */
.header-trade.scrolled {
  border-bottom-color: var(--trade-primary);
}

.header-trade .btn-nav-cta {
  background: var(--trade-primary) !important;
  border-color: var(--trade-primary) !important;
}
.header-trade .btn-nav-cta:hover {
  background: var(--trade-primary-dark) !important;
  border-color: var(--trade-primary-dark) !important;
}

.btn-nav-switch {
  color: #2563EB !important;
  font-weight: 600;
  font-size: 14px;
}

.logo-sub {
  display: inline-block;
  font-size: 10px;
  color: var(--trade-primary);
  font-weight: 700;
  vertical-align: super;
  margin-left: 2px;
  letter-spacing: 1px;
}

/* ---- Hero Trade ---- */
.trade-hero {
  position: relative;
  padding: 100px 0 100px;
  min-height: 600px;
  overflow: hidden;
}

.trade-hero-bg {
  position: absolute;
  inset: 0;
  background: url('../images/trade-hero-bg.jpg') center center / cover no-repeat;
  z-index: 0;
}

.trade-hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(249,115,22,0.15) 0%, transparent 70%);
  z-index: 1;
}

.trade-hero .hero-inner {
  position: relative;
  z-index: 2;
}

.trade-hero .hero-content h1 {
  color: #fff;
  font-size: 54px;
  line-height: 1.3;
  margin-bottom: 15px;
}

.trade-hero .hero-content p {
  color: rgba(255,255,255,0.8);
}

.trade-badge {
  background: var(--trade-primary) !important;
  color: #fff !important;
}

.trade-form-card {
  border-top: 3px solid var(--trade-primary) !important;
}

.trade-form-card .hero-form-header {
  background: var(--trade-primary);
}

.trade-form-card .hero-form-header h2 {
  color: #fff;
}

.trade-submit {
  background: var(--trade-primary) !important;
  border-color: var(--trade-primary) !important;
}
.trade-submit:hover {
  background: var(--trade-primary-dark) !important;
  border-color: var(--trade-primary-dark) !important;
}

/* ---- Price Comparison Cards ---- */
.trade-compare-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.trade-compare-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  border: 1px solid var(--border);
  transition: transform 0.2s, box-shadow 0.2s;
}
.trade-compare-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.trade-compare-img {
  height: 180px;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.trade-compare-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.trade-compare-info {
  padding: 16px 16px 8px;
}
.trade-compare-info h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px;
}
.trade-compare-year {
  font-size: 13px;
  color: var(--text-sub);
}

.trade-compare-prices {
  padding: 8px 16px 12px;
}
.trade-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  font-size: 13px;
}
.trade-price-row + .trade-price-row {
  border-top: 1px dashed #e5e7eb;
}
.trade-price-domestic {
  color: var(--text-sub);
  font-weight: 600;
  text-decoration: line-through;
}
.trade-price-export {
  color: var(--trade-primary);
  font-weight: 700;
  font-size: 15px;
}

.trade-compare-diff {
  background: var(--trade-primary-light);
  color: var(--trade-primary);
  text-align: center;
  padding: 10px;
  font-weight: 700;
  font-size: 14px;
}

/* ---- Why Export ---- */
.trade-strength .strength-overlay {
  background: linear-gradient(135deg, rgba(249,115,22,0.7) 0%, rgba(234,88,12,0.85) 100%);
}

/* ---- Trade Process ---- */
.trade-process .step-number {
  background: var(--trade-primary);
}

/* ---- Trade Reviews Background ---- */
.trade-body .reviews-bg {
  background-image: url('../images/trade-reviews-bg.jpg');
}

/* ---- Trade Status Section ---- */
.trade-status-section .heycar-bg {
  background: linear-gradient(135deg, #1a1a2e, #0f3460);
}

/* ---- CTA Section ---- */
.trade-cta-section {
  background: var(--trade-primary-light);
  padding: 80px 0;
}
.btn-trade-cta {
  display: inline-block;
  padding: 16px 48px;
  background: var(--trade-primary);
  color: #fff;
  border-radius: 12px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s;
  margin-top: 24px;
}
.btn-trade-cta:hover {
  background: var(--trade-primary-dark);
}
.btn-trade-cta-sub {
  display: block;
  margin-top: 16px;
  color: var(--text-sub);
  font-size: 14px;
  text-decoration: underline;
}
.btn-trade-cta-sub:hover {
  color: var(--primary);
}

/* ---- Trade Page Header ---- */
.trade-page-header {
  background: linear-gradient(135deg, #1a1a2e 0%, #0f3460 100%);
}

/* ---- Mobile Menu Trade ---- */
.trade-body .btn-menu-cta {
  background: var(--trade-primary) !important;
}

/* ===========================
   About Page — Company Intro
   =========================== */
.about-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--trade-primary);
  background: var(--trade-primary-light);
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
}

.about-title {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.4;
  color: var(--text);
  margin-bottom: 20px;
  word-break: keep-all;
}

.about-desc {
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-sub);
  margin-bottom: 16px;
  word-break: keep-all;
}

.about-intro-image {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, #1a1a2e, #0f3460);
}

.about-intro-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===========================
   About Page — Numbers
   =========================== */
.about-numbers {
  background: #f8fafc;
}

.about-numbers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.about-number-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 20px;
  text-align: center;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s, box-shadow 0.2s;
}

.about-number-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}

.about-number-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.about-number-value {
  font-size: 36px;
  font-weight: 800;
  color: var(--trade-primary);
  line-height: 1;
  margin-bottom: 6px;
}

.about-number-label {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 10px;
}

.about-number-desc {
  font-size: 13px;
  color: var(--text-sub);
  line-height: 1.6;
}

/* ===========================
   About Page — Regions
   =========================== */
.about-regions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.about-region-card {
  background: #fff;
  border-radius: 14px;
  padding: 28px 20px;
  text-align: center;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s, box-shadow 0.2s;
}

.about-region-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--trade-primary);
}

.about-region-emoji {
  font-size: 40px;
  margin-bottom: 12px;
  line-height: 1;
}

.about-region-card h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
}

.about-region-card p {
  font-size: 13px;
  color: var(--text-sub);
  line-height: 1.6;
  word-break: keep-all;
}

/* ===========================
   About Page — Why Choose
   =========================== */
.about-why {
  background: #f8fafc;
}

.about-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.about-why-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 24px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
  overflow: hidden;
}

.about-why-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--trade-primary);
}

.about-why-number {
  font-size: 48px;
  font-weight: 900;
  color: rgba(249, 115, 22, 0.15);
  line-height: 1;
  margin-bottom: 12px;
  font-style: italic;
}

.about-why-card h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 10px;
}

.about-why-card p {
  font-size: 14px;
  color: var(--text-sub);
  line-height: 1.7;
  word-break: keep-all;
}

/* ===========================
   About Page — Flow Timeline
   =========================== */
.about-flow-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 40px;
  position: relative;
}

.about-flow-timeline::before {
  content: '';
  position: absolute;
  top: 36px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  background: linear-gradient(to right, var(--trade-primary), var(--trade-primary-dark));
  z-index: 0;
}

.about-flow-step {
  text-align: center;
  padding: 0 16px;
  position: relative;
  z-index: 1;
}

.about-flow-icon {
  width: 72px;
  height: 72px;
  background: var(--trade-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 4px 16px rgba(249,115,22,0.35);
  position: relative;
  z-index: 1;
}

.about-flow-step h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
}

.about-flow-step p {
  font-size: 13px;
  color: var(--text-sub);
  line-height: 1.7;
  word-break: keep-all;
}

/* ===========================
   Responsive
   =========================== */
@media (max-width: 1024px) {
  .trade-compare-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-numbers-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-flow-timeline {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  .about-flow-timeline::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .trade-hero {
    padding: 120px 0 60px;
    min-height: auto;
  }
  .trade-compare-grid {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin: 0 auto;
  }

  /* About page responsive */
  .about-intro-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .about-intro-image {
    order: -1;
    aspect-ratio: 16 / 9;
  }
  .about-title {
    font-size: 24px;
  }
  .about-numbers-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .about-regions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-why-grid {
    grid-template-columns: 1fr;
  }
  .about-flow-timeline {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .about-flow-step {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    text-align: left;
    padding: 0;
  }
  .about-flow-icon {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    margin: 0;
  }
  .about-flow-step h3 {
    margin-top: 4px;
  }
}

@media (max-width: 480px) {
  .about-numbers-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-regions-grid {
    grid-template-columns: 1fr;
  }
  .about-number-value {
    font-size: 28px;
  }
}
