/* architecture: landing — desktop rhythm | lines 2424-2950 from style.css */
/* ================================================
   11b. DESKTOP — ریتم اندازه و فاصله (هم‌تراز با موبایل)
   ================================================ */
@media (min-width: 769px) {
  /* کانتینر و ریتم فاصله‌ها سیال‌اند (core/tokens.css) و اینجا بازنویسی نمی‌شوند */

  /* تایپوگرافی */
  .section-badge {
    font-size: 0.85rem;
    padding: 6px 16px;
    margin-bottom: 18px;
  }

  .section-title {
    font-size: clamp(1.85rem, 2.6vw, 2.5rem);
    line-height: 1.3;
    margin-bottom: 22px;
  }

  .section-desc {
    font-size: 1rem;
    line-height: 1.85;
    max-width: 640px;
  }

  .lp-head {
    margin-bottom: var(--space-header);
  }

  .lp-head .section-desc {
    max-width: 680px;
  }

  .btn {
    padding: 8px 16px;
    font-size: 0.84rem;
  }

  /* بخش‌ها */
  .lp-section,
  .faq-section,
  .plans-section {
    padding-block: var(--space-section);
  }

  /* پلن‌ها */
  .plans-section .lp-head {
    margin-bottom: 52px;
  }

  .plans-steps {
    margin: 36px 0 48px;
  }

  .plans-grid {
    display: flex;
    grid-template-columns: none;
    gap: 0 !important;
    align-items: stretch;
    max-width: none;
    margin: 0;
  }

  .plans-slider {
    max-width: none;
  }

  .plans-selected-note {
    font-size: 0.9rem;
    margin-top: 28px;
    padding: 0;
  }

  /* FAQ */
  .faq-container {
    max-width: none;
  }

  .faq-list {
    padding: 12px;
    gap: 8px;
  }

  .faq-question {
    font-size: 0.86rem;
    padding: 12px 14px;
    min-height: 0;
    gap: 10px;
  }

  .faq-answer-inner {
    padding: 0 14px 12px;
  }

  .faq-answer p {
    font-size: 0.86rem;
    padding-top: 0;
    line-height: 1.6;
  }

  /* فوتر */
  .premium-footer {
    padding: 64px 0 28px;
  }

  .premium-footer .footer-top {
    gap: 40px;
    margin-bottom: 52px;
  }

  .premium-footer .footer-col {
    gap: 22px;
  }

  .premium-footer .footer-logo {
    font-size: 1.2rem;
  }

  .premium-footer .footer-title {
    font-size: 1rem;
  }

  .premium-footer .footer-links a,
  .premium-footer .footer-contact li {
    font-size: 0.88rem;
  }

  .premium-footer .footer-bottom {
    font-size: 0.82rem;
  }

}

@media (min-width: 1100px) {

  .plans-grid {
    gap: 0 !important;
  }

}
