/* HERO */
  .hero { padding: 1rem 0 3rem; border-bottom: 1px solid var(--border); margin-bottom: 3rem; }
  .hero-badge { display: inline-block; background: var(--orange-dim); border: 1px solid var(--orange-border); color: var(--orange); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; padding: 4px 14px; border-radius: 20px; margin-bottom: 1.5rem; font-weight: 600; }
  .hero h1 { font-size: 56px; font-weight: 700; line-height: 1.05; margin-bottom: 1.75rem; color: var(--navy); letter-spacing: -2px; }
  .hero h1 span { color: var(--orange); }
  .hero-sub { font-size: 17px; color: var(--text-mid); line-height: 1.85; max-width: 580px; margin-bottom: 2rem; }
  .hero-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
  .btn-primary { display: inline-block; background: var(--orange); color: var(--navy); text-decoration: none; border: none; padding: 14px 32px; border-radius: 50px; font-size: 15px; font-weight: 700; cursor: pointer; font-family: inherit; transition: opacity 0.15s; }
  .btn-primary:hover { opacity: 0.88; }
  .btn-ghost { display: inline-block; background: none; color: var(--navy); text-decoration: none; border: 1.5px solid var(--border-med); padding: 13px 28px; border-radius: 50px; font-size: 15px; font-weight: 600; cursor: pointer; font-family: inherit; transition: border-color 0.15s; }
  .btn-ghost:hover { border-color: var(--orange); color: var(--orange); }

  /* DELIVERY MODES */
  .modes-section { margin-bottom: 3.5rem; }
  .modes-section h2 { font-size: 28px; font-weight: 700; margin-bottom: 0.75rem; color: var(--navy); letter-spacing: -0.5px; }
  .modes-intro { font-size: 16px; color: var(--text-mid); line-height: 1.85; margin-bottom: 1.75rem; max-width: 680px; }
  .modes-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .mode-card { background: var(--bg); border: 1.5px solid var(--border); border-radius: 12px; padding: 1.75rem; display: flex; flex-direction: column; }
  .mode-card.featured { background: var(--white); border-color: var(--orange-border); }
  .mode-icon { width: 40px; height: 40px; background: var(--orange-dim); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
  .mode-icon svg { width: 22px; height: 22px; stroke: var(--orange); fill: none; }
  .mode-card h3 { font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 0.5rem; }
  .mode-card p { font-size: 14px; color: var(--text-mid); line-height: 1.85; margin-bottom: 1rem; }
  .mode-card .mode-body { flex: 1; }
  .mode-card a.learn-more { font-size: 13px; font-weight: 600; color: var(--orange); text-decoration: none; }
  .mode-card .mode-price { }
  .mode-card a.learn-more:hover { text-decoration: underline; }

  /* MODELS SECTION */
  .models-section { margin-bottom: 3.5rem; }
  .models-section-header { margin-bottom: 1.75rem; }
  .models-section-header h2 { font-size: 28px; font-weight: 700; color: var(--navy); letter-spacing: -0.5px; margin-bottom: 0.75rem; }
  .models-section-header p { font-size: 16px; color: var(--text-mid); line-height: 1.85; max-width: 640px; }

  .model-category { margin-bottom: 2rem; }
  .cat-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-light); margin-bottom: 0.875rem; display: flex; align-items: center; gap: 8px; }
  .cat-label::after { content: ''; flex: 1; height: 1px; background: var(--border); }
  .model-pills { display: flex; flex-wrap: wrap; gap: 8px; }
  .model-pill { display: inline-flex; align-items: center; gap: 6px; background: var(--bg); border: 1px solid var(--border); border-radius: 8px; padding: 7px 14px; font-size: 13px; font-weight: 500; color: var(--text); white-space: nowrap; }
  .model-pill .pill-maker { font-size: 11px; color: var(--text-light); font-weight: 400; }
  .pill-eu { display: inline-block; font-size: 9px; font-weight: 700; background: rgba(59,130,246,0.12); color: #2563EB; border-radius: 3px; padding: 1px 5px; letter-spacing: 0.04em; flex-shrink: 0; }

  /* MODEL REQUEST */
  .request-section { margin-bottom: 3.5rem; }
  .request-card { background: var(--bg); border: 1.5px solid var(--border); border-radius: 16px; padding: 2.5rem; }
  .request-card h2 { font-size: 24px; font-weight: 700; color: var(--navy); letter-spacing: -0.4px; margin-bottom: 0.625rem; }
  .request-card p { font-size: 15px; color: var(--text-mid); line-height: 1.85; margin-bottom: 1.75rem; max-width: 560px; }
  .request-form-row { display: grid; grid-template-columns: 1fr 1fr auto; gap: 12px; align-items: end; }
  .request-field { display: flex; flex-direction: column; gap: 5px; }
  .request-field label { font-size: 12px; font-weight: 600; color: var(--navy); letter-spacing: 0.02em; }
  .request-field input { border: 1.5px solid var(--border); border-radius: 8px; padding: 10px 14px; font-size: 14px; color: var(--text); font-family: inherit; background: var(--white); outline: none; transition: border-color 0.15s; }
  .request-field input:focus { border-color: var(--orange); }
  .request-note { margin-top: 1rem; font-size: 12px; color: var(--text-light); line-height: 1.7; }

  /* CTA BAR */
  .cta-bar { background: var(--orange-dim); border: 1.5px solid var(--orange-border); border-radius: 16px; padding: 2.5rem; text-align: center; }
  .cta-bar h3 { font-size: 22px; font-weight: 700; margin-bottom: 6px; color: var(--navy); letter-spacing: -0.3px; }
  .cta-bar p { font-size: 15px; color: var(--text-mid); margin-bottom: 1.75rem; }


  @media (max-width: 720px) {
    .hero h1 { font-size: 38px; letter-spacing: -1px; }
    .modes-grid { grid-template-columns: 1fr; }
    .request-form-row { grid-template-columns: 1fr; }
  }