/* ═══════════════════════════════════════════════════════════
   Production Pages — Corporate Polish (SAFE additive only)
   Scope: body.production-landing (production.php)
          body.production-subpage (production-page.php)
   Principles:
     - No display:none (don't hide existing content)
     - No aggressive !important
     - No negative margins
     - Keep existing card structure, just polish
     - Typography + spacing + color refinements
   ═══════════════════════════════════════════════════════════ */

/* ── Hero — left untouched (original style.css rules apply) ── */
/* Previously had padding/typography overrides here, removed per user request.
   Both production.php landing and production-page.php subpages now use the
   default .page-hero styles from css/style.css. */

/* ── Content cards — refined border + shadow ────────────── */
.production-landing .company-content-card,
.production-subpage .company-content-card {
  border-color: #e4ecf5;
  box-shadow: 0 2px 10px rgba(12, 28, 45, 0.04);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.production-landing .company-content-card:hover,
.production-subpage .company-content-card:hover {
  border-color: #d0dcee;
  box-shadow: 0 6px 20px rgba(12, 28, 45, 0.07);
}

.production-landing .company-content-card h2,
.production-subpage .company-content-card h2 {
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #0a2a66;
  border-bottom: 3px solid #f39a1e;
  padding-bottom: 10px;
  display: inline-block;
  margin-bottom: 14px;
}

/* ── Sidebar cards — lighter styling ─────────────────────── */
.production-landing .company-sidebar-card,
.production-subpage .company-sidebar-card {
  border-color: #e4ecf5;
  box-shadow: 0 2px 10px rgba(12, 28, 45, 0.04);
}

.production-landing .company-sidebar-card h3,
.production-subpage .company-sidebar-card h3 {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #0a2a66;
}

.production-landing .company-sidebar-card--accent,
.production-subpage .company-sidebar-card--accent {
  background: linear-gradient(160deg, #0a2a66 0%, #133f8f 60%, #1a4f9f 100%);
}

.production-landing .company-sidebar-links a,
.production-subpage .company-sidebar-links a {
  transition: transform 0.15s, border-color 0.15s, background 0.15s;
}

.production-landing .company-sidebar-links a:hover,
.production-subpage .company-sidebar-links a:hover {
  border-color: rgba(243, 154, 30, 0.35);
}

.production-landing .company-sidebar-links a.is-active,
.production-subpage .company-sidebar-links a.is-active {
  border-color: #f39a1e;
  background: rgba(243, 154, 30, 0.05);
}

/* ── Highlights bullets — orange dot ─────────────────────── */
.production-landing .company-highlight-list li,
.production-subpage .company-highlight-list li {
  position: relative;
}

/* ── Production richtext polish ──────────────────────────── */
.production-landing .production-richtext h2,
.production-subpage .production-richtext h2 {
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #0a2a66;
  margin-top: 1.5rem;
}

.production-landing .production-richtext p,
.production-subpage .production-richtext p {
  font-size: 16px;
  line-height: 1.8;
}

.production-landing .production-richtext p:first-of-type,
.production-subpage .production-richtext p:first-of-type {
  font-size: 17px;
  color: #1a2b45;
  font-weight: 500;
}

/* ── Manufacturing callout — subtle accent ───────────────── */
.production-subpage .mfg-callout {
  border-left: 3px solid #f39a1e;
  padding-left: 1.25rem;
  background: linear-gradient(135deg, #0d4a8b, #1565b8);
  color: #fff;
}

/* ── Manufacturing feature cards — lighter border ────────── */
.production-subpage .mfg-feature {
  border-color: #e4ecf5;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.production-subpage .mfg-feature:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(12, 28, 45, 0.08);
  border-color: rgba(243, 154, 30, 0.3);
}

.production-subpage .mfg-feature h3 {
  color: #0a2a66;
  font-weight: 800;
  letter-spacing: 0.01em;
}

/* ── Facility cards — polish only ────────────────────────── */
.production-subpage .mfg-facility {
  border-color: #e4ecf5;
  box-shadow: 0 4px 14px rgba(12, 28, 45, 0.05);
  transition: box-shadow 0.2s, border-color 0.2s;
}

.production-subpage .mfg-facility:hover {
  box-shadow: 0 10px 28px rgba(12, 28, 45, 0.1);
  border-color: #d0dcee;
}

.production-subpage .mfg-facility__name {
  color: #0a2a66;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.production-subpage .mfg-facility__stats dt {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #8091a8;
}

.production-subpage .mfg-facility__stats dd {
  color: #0a2a66;
  font-weight: 700;
}

/* ── Dealer benefits — polish cards ──────────────────────── */
.production-subpage .dealer-benefits__title {
  color: #0a2a66;
  font-weight: 800;
  letter-spacing: -0.015em;
}

.production-subpage .dealer-benefits__card {
  transition: transform 0.2s, box-shadow 0.2s;
}

.production-subpage .dealer-benefits__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(12, 28, 45, 0.09);
}

.production-subpage .dealer-benefits__name {
  color: #0a2a66;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 0.875rem;
}

/* ── Gallery — subtle hover ──────────────────────────────── */
.production-subpage .mfg-gallery figure {
  transition: transform 0.2s, box-shadow 0.2s;
  border-radius: 12px;
  overflow: hidden;
}

.production-subpage .mfg-gallery figure:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(12, 28, 45, 0.12);
}

/* ── Video embed — rounded frame ─────────────────────────── */
.production-subpage .mfg-video {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(10, 42, 102, 0.12);
}

/* ── Buttons inside production pages — cleaner ───────────── */
.production-landing .btn.btn-solid,
.production-subpage .btn.btn-solid {
  font-weight: 700;
  letter-spacing: 0.02em;
}

.production-landing .btn.btn-outline,
.production-subpage .btn.btn-outline {
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* ═══════════════════════════════════════════════════════════
   Production Landing — Section-Style Corporate Sidebar
   ═══════════════════════════════════════════════════════════ */

.production-landing .production-sidebar {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-self: start;
  position: sticky;
  top: 24px;
}

.production-landing .production-sidebar-group {
  display: flex;
  flex-direction: column;
}

.production-landing .production-sidebar-group-title {
  margin: 0 0 14px;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.15;
  color: #0a2a66;
  padding-bottom: 12px;
  border-bottom: 2px solid #e4ecf5;
  position: relative;
}

.production-landing .production-sidebar-group-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 42px;
  height: 2px;
  background: #f39a1e;
}

.production-landing .production-sidebar-group-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease;
}

.production-landing .production-sidebar-group-title a:hover {
  color: #f39a1e;
}

.production-landing .production-sidebar-group--active .production-sidebar-group-title {
  color: #0a2a66;
}

.production-landing .production-sidebar-group--active .production-sidebar-group-title::after {
  width: 64px;
  height: 3px;
  bottom: -2.5px;
}

.production-landing .production-sidebar-group-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.production-landing .production-sidebar-group-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 14px 11px 16px;
  font-size: 14.5px;
  font-weight: 600;
  color: #1f2c44;
  text-decoration: none;
  border-left: 2px solid transparent;
  border-radius: 0 6px 6px 0;
  transition: all 0.15s ease;
}

.production-landing .production-sidebar-group-list li a::after {
  content: '›';
  color: #b4c1d4;
  font-size: 20px;
  line-height: 1;
  transition: transform 0.15s ease, color 0.15s ease;
}

.production-landing .production-sidebar-group-list li a:hover {
  color: #0a2a66;
  background: #f4f7fb;
  border-left-color: #f39a1e;
}

.production-landing .production-sidebar-group-list li a:hover::after {
  color: #f39a1e;
  transform: translateX(4px);
}

.production-landing .production-sidebar-group--active .production-sidebar-group-list li a {
  color: #0a2a66;
}

@media (max-width: 900px) {
  .production-landing .production-sidebar {
    position: static;
    gap: 24px;
  }
  .production-landing .production-sidebar-group-title {
    font-size: 22px;
  }
}

/* ═══════════════════════════════════════════════════════════
   Production Landing — Corporate Enhancements
   ═══════════════════════════════════════════════════════════ */

/* ── Stats Strip ─────────────────────────────────────────── */
.production-landing .production-stats {
  padding: 40px 0 8px;
  background: #fff;
}

.production-landing .production-stats-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  background: #fff;
  border: 1px solid #e4ecf5;
  border-radius: 16px;
  padding: 8px 0;
  box-shadow: 0 8px 28px rgba(12, 28, 45, 0.05);
}

.production-landing .production-stat {
  padding: 24px 20px;
  text-align: center;
  border-right: 1px solid #edf2f8;
  min-width: 0;
}

.production-landing .production-stat:last-child {
  border-right: 0;
}

.production-landing .production-stat-number {
  font-size: clamp(32px, 3vw, 44px);
  font-weight: 800;
  line-height: 1;
  color: #0a2a66;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.production-landing .production-stat-number span {
  color: #f39a1e;
  font-weight: 700;
  margin-left: 2px;
}

.production-landing .production-stat-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6c7a91;
}

@media (max-width: 1024px) {
  .production-landing .production-stats-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .production-landing .production-stat:nth-child(3n) {
    border-right: 0;
  }
  .production-landing .production-stat:nth-child(-n+3) {
    border-bottom: 1px solid #edf2f8;
  }
}

@media (max-width: 600px) {
  .production-landing .production-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .production-landing .production-stat {
    border-right: 1px solid #edf2f8 !important;
    border-bottom: 1px solid #edf2f8 !important;
  }
  .production-landing .production-stat:nth-child(2n) {
    border-right: 0 !important;
  }
  .production-landing .production-stat:nth-last-child(-n+2) {
    border-bottom: 0 !important;
  }
  .production-landing .production-stat {
    padding: 20px 12px;
  }
}

/* ── Production Areas Grid ───────────────────────────────── */
.production-landing .production-areas {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #e4ecf5;
}

.production-landing .production-areas-head {
  text-align: left;
  margin-bottom: 24px;
}

.production-landing .production-areas-head h2 {
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 800;
  color: #0a2a66;
  letter-spacing: -0.015em;
  margin: 0 0 8px;
}

.production-landing .production-areas-head p {
  color: #6c7a91;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  max-width: 600px;
}

.production-landing .production-areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.production-landing .production-area-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e4ecf5;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.production-landing .production-area-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(12, 28, 45, 0.12);
  border-color: #d8e1ee;
}

.production-landing .production-area-card-media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f4f7fb;
}

.production-landing .production-area-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.production-landing .production-area-card:hover .production-area-card-media img {
  transform: scale(1.05);
}

.production-landing .production-area-card-body {
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.production-landing .production-area-card-body h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  color: #0a2a66;
  letter-spacing: -0.01em;
}

.production-landing .production-area-card-body p {
  margin: 0;
  color: #4a5870;
  font-size: 14px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.production-landing .production-area-card-link {
  margin-top: auto;
  padding-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #f39a1e;
}

.production-landing .production-area-card-link svg {
  transition: transform 0.2s ease;
}

.production-landing .production-area-card:hover .production-area-card-link svg {
  transform: translateX(3px);
}

/* ── Production Areas Load More ──────────────────────────── */
.production-landing .production-areas-loadmore-wrap {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  padding-top: 24px;
}

.production-landing .production-areas-loadmore-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 36px;
  border: 2px solid #0a2a66;
  border-radius: 8px;
  background: transparent;
  color: #0a2a66;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: all 0.25s ease;
}

.production-landing .production-areas-loadmore-btn svg {
  transition: transform 0.25s ease;
}

.production-landing .production-areas-loadmore-btn:hover {
  background: #0a2a66;
  color: #fff;
  box-shadow: 0 6px 18px rgba(10, 42, 102, 0.18);
}

.production-landing .production-areas-loadmore-btn:hover svg {
  transform: translateY(3px);
}

.production-landing .production-areas-loadmore-btn:active {
  transform: scale(0.97);
}

@keyframes productionAreaFadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

.production-landing .production-area-card--fadein {
  animation: productionAreaFadeIn 0.4s ease forwards;
}

/* ── Closing CTA Banner (landing + subpages) ─────────────── */
.production-landing .production-cta-banner,
.production-subpage .production-cta-banner {
  padding: 56px 0 72px;
}

.production-landing .production-cta-banner-inner,
.production-subpage .production-cta-banner-inner {
  background: linear-gradient(135deg, #0a2356 0%, #153d8a 40%, #1e5bb5 75%, #2a6cc9 100%);
  border-radius: 24px;
  padding: 48px 56px;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 48px rgba(10, 35, 86, 0.22);
}

.production-landing .production-cta-banner-inner::after,
.production-subpage .production-cta-banner-inner::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

.production-landing .production-cta-banner-copy,
.production-subpage .production-cta-banner-copy {
  min-width: 0;
  position: relative;
  z-index: 1;
}

.production-landing .production-cta-banner-eyebrow,
.production-subpage .production-cta-banner-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f39a1e;
  margin-bottom: 12px;
}

.production-landing .production-cta-banner h2,
.production-subpage .production-cta-banner h2 {
  margin: 0 0 10px;
  font-size: clamp(22px, 2.8vw, 32px);
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.2;
  color: #fff;
}

.production-landing .production-cta-banner p,
.production-subpage .production-cta-banner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.6;
  max-width: 540px;
}

.production-landing .production-cta-banner-actions,
.production-subpage .production-cta-banner-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.production-landing .production-cta-banner-actions .btn,
.production-subpage .production-cta-banner-actions .btn {
  white-space: nowrap;
  padding: 14px 26px;
  min-width: 200px;
  justify-content: center;
}

.production-landing .btn.btn-outline-light,
.production-subpage .btn.btn-outline-light {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  border-radius: 12px;
  padding: 12px 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.production-landing .btn.btn-outline-light:hover,
.production-subpage .btn.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
}

@media (max-width: 800px) {
  .production-landing .production-cta-banner-inner,
  .production-subpage .production-cta-banner-inner {
    grid-template-columns: 1fr;
    padding: 36px 28px;
    text-align: left;
  }
  .production-landing .production-cta-banner-actions,
  .production-subpage .production-cta-banner-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .production-landing .production-cta-banner-actions .btn,
  .production-subpage .production-cta-banner-actions .btn {
    min-width: 0;
    flex: 1 1 auto;
  }
}

/* ═══════════════════════════════════════════════════════════
   Dealer Application Form — Become a Dealer page
   ═══════════════════════════════════════════════════════════ */

.production-subpage .dealer-apply-section {
  padding: 72px 0 88px;
  background: linear-gradient(180deg, #f6f9fd 0%, #edf3fb 100%);
  position: relative;
  overflow: hidden;
}

.production-subpage .dealer-apply-success {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  max-width: 720px;
  margin: 0 auto 36px;
  padding: 22px 28px;
  border-radius: 16px;
  background: linear-gradient(135deg, #e7f6ee 0%, #d4ecde 100%);
  border: 1px solid #a8d7bd;
  box-shadow: 0 10px 28px rgba(30, 125, 70, 0.12);
  animation: dealerSuccessSlideIn 0.45s ease both;
}

@keyframes dealerSuccessSlideIn {
  from { opacity: 0; transform: translateY(-12px); }
  to   { opacity: 1; transform: translateY(0); }
}

.production-subpage .dealer-apply-success-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #1f9d55;
  color: #fff;
  box-shadow: 0 6px 14px rgba(31, 157, 85, 0.3);
}

.production-subpage .dealer-apply-success-body h3 {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 800;
  color: #195a34;
  letter-spacing: -0.01em;
}

.production-subpage .dealer-apply-success-body p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.6;
  color: #2d6b48;
}

.production-subpage .dealer-apply-section::before {
  content: '';
  position: absolute;
  top: -180px;
  right: -120px;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243, 154, 30, 0.12), transparent 70%);
  pointer-events: none;
}

.production-subpage .dealer-apply-section::after {
  content: '';
  position: absolute;
  bottom: -160px;
  left: -120px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(10, 42, 102, 0.08), transparent 70%);
  pointer-events: none;
}

.production-subpage .dealer-apply-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(0, 1.4fr);
  gap: 0;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(10, 35, 86, 0.16), 0 6px 20px rgba(10, 35, 86, 0.08);
}

.production-subpage .dealer-apply-info {
  padding: 56px 44px 56px 48px;
  background: linear-gradient(145deg, #0a2356 0%, #153d8a 45%, #1e5bb5 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 22px;
  position: relative;
  overflow: hidden;
}

.production-subpage .dealer-apply-info::after {
  content: '';
  position: absolute;
  top: -30%;
  left: -10%;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.production-subpage .dealer-apply-info > * {
  position: relative;
  z-index: 1;
}

.production-subpage .dealer-apply-eyebrow {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f39a1e;
}

.production-subpage .dealer-apply-info h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
}

.production-subpage .dealer-apply-info > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  line-height: 1.65;
}

.production-subpage .dealer-apply-benefits {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.production-subpage .dealer-apply-benefits li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.92);
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.production-subpage .dealer-apply-benefits li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.production-subpage .dealer-apply-benefits li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  padding: 0 10px;
  height: 32px;
  border-radius: 6px;
  background: rgba(243, 154, 30, 0.18);
  color: #ffb24e;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: -0.01em;
}

.production-subpage .dealer-apply-assist {
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.production-subpage .dealer-apply-assist-label {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.production-subpage .dealer-apply-assist a {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: color 0.15s ease;
}

.production-subpage .dealer-apply-assist a:hover {
  color: #f39a1e;
}

/* Form side */
.production-subpage .dealer-apply-form {
  padding: 56px 48px 52px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.production-subpage .dealer-apply-form-head h3 {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 800;
  color: #0a2a66;
  letter-spacing: -0.01em;
}

.production-subpage .dealer-apply-form-head p {
  margin: 0;
  font-size: 14px;
  color: #6c7a91;
  line-height: 1.55;
}

.production-subpage .dealer-apply-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.production-subpage .dealer-apply-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
}

.production-subpage .dealer-apply-field--full {
  grid-column: 1 / -1;
}

.production-subpage .dealer-apply-field > span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0a2a66;
}

.production-subpage .dealer-apply-field > span em {
  color: #f39a1e;
  font-style: normal;
  margin-left: 2px;
}

.production-subpage .dealer-apply-field input,
.production-subpage .dealer-apply-field select,
.production-subpage .dealer-apply-field textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 15px;
  font-family: inherit;
  color: #0a2a66;
  background: #f8fafc;
  border: 1.5px solid #e4ecf5;
  border-radius: 10px;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
  box-sizing: border-box;
}

.production-subpage .dealer-apply-field textarea {
  resize: vertical;
  min-height: 110px;
  line-height: 1.5;
}

.production-subpage .dealer-apply-field select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%230a2a66' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
  cursor: pointer;
}

.production-subpage .dealer-apply-field input:hover,
.production-subpage .dealer-apply-field select:hover,
.production-subpage .dealer-apply-field textarea:hover {
  border-color: #c8d4e4;
}

.production-subpage .dealer-apply-field input:focus,
.production-subpage .dealer-apply-field select:focus,
.production-subpage .dealer-apply-field textarea:focus {
  outline: none;
  border-color: #f39a1e;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(243, 154, 30, 0.14);
}

.production-subpage .dealer-apply-submit {
  margin-top: 8px;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #f39a1e 0%, #e8861a 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.02em;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(243, 154, 30, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.production-subpage .dealer-apply-submit svg {
  transition: transform 0.2s ease;
}

.production-subpage .dealer-apply-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(243, 154, 30, 0.38);
  filter: brightness(1.05);
}

.production-subpage .dealer-apply-submit:hover svg {
  transform: translateX(4px);
}

.production-subpage .dealer-apply-submit:active {
  transform: translateY(0);
}

.production-subpage .dealer-apply-consent {
  margin: 4px 0 0;
  font-size: 12px;
  color: #8091a8;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .production-subpage .dealer-apply-card {
    grid-template-columns: 1fr;
  }
  .production-subpage .dealer-apply-info {
    padding: 44px 32px 40px;
  }
  .production-subpage .dealer-apply-form {
    padding: 44px 32px 44px;
  }
}

@media (max-width: 600px) {
  .production-subpage .dealer-apply-section {
    padding: 48px 0 60px;
  }
  .production-subpage .dealer-apply-form-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .production-subpage .dealer-apply-info h2 {
    font-size: 26px;
  }
  .production-subpage .dealer-apply-submit {
    width: 100%;
    justify-content: center;
  }
}
