﻿/* Responsive overrides used by main.html + layout.html */

/* Mobile typography tuning */
@media (max-width: 767.98px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 15px;
    line-height: 1.65;
  }

  .navbar-brand {
    font-size: 1.25rem;
  }

  .hero-badge {
    font-size: 0.86rem;
  }

  .hero-title {
    font-size: 2.15rem;
    line-height: 1.25;
    letter-spacing: -0.02em;
  }

  .hero-desc {
    font-size: 1rem;
    line-height: 1.7;
  }

  .eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
  }

  .section-title {
    font-size: 1.88rem;
    line-height: 1.3;
    letter-spacing: -0.01em;
  }

  .section-desc,
  .feature-card p,
  .point-card p,
  .benefit-section .point-card p,
  .startup-note-box,
  .faq-item-body,
  .quick-modal-desc,
  .privacy-policy-modal .modal-body p {
    font-size: 0.95rem;
    line-height: 1.72;
  }

  .feature-card h4 {
    font-size: 1.18rem;
    line-height: 1.45;
  }

  .point-card h4,
  .benefit-section .point-card h4,
  .success-factor-body h4 {
    font-size: 1.4rem;
    line-height: 1.42;
  }

  .process-card h3 {
    font-size: 1.06rem;
  }

  .process-card p {
    font-size: 0.93rem;
    line-height: 1.66;
  }

  .faq-toggle {
    font-size: 0.95rem;
    line-height: 1.45;
  }

  .cta-phone {
    font-size: 2.2rem;
    line-height: 1.2;
  }

  .cta-badge {
    font-size: 0.76rem;
  }

  .btn-cta,
  .franchise-submit-btn {
    font-size: 0.96rem;
  }

  .franchise-inquiry-form label {
    font-size: 0.82rem;
  }

  .franchise-inquiry-form .form-control {
    font-size: 0.94rem;
  }

  .store-status-group .custom-control-label {
    font-size: 0.83rem;
  }

  .quick-menu-label {
    font-size: 0.68rem;
  }

  .quick-menu-value {
    font-size: 0.94rem;
  }
}

/* Small mobile fine-tuning */
@media (max-width: 479.98px) {
  html {
    font-size: 14px;
  }

  .hero-title {
    font-size: 1.95rem;
  }

  .section-title {
    font-size: 1.65rem;
  }

  .cta-phone {
    font-size: 1.95rem;
  }

  .feature-card h4,
  .point-card h4,
  .benefit-section .point-card h4,
  .success-factor-body h4 {
    font-size: 1.28rem;
  }
}
