/* ==========================================
   Idealjodi Biodata Maker - responsive.css
   ========================================== */

/* Extra Large screens (up to 1400px) */
@media (max-width: 1399.98px) {
  .badge-top-left {
    left: -12%;
  }

  .badge-bottom-right {
    right: -12%;
  }
}

/* Large screens (up to 1200px) */
@media (max-width: 1199.98px) {
  .hero-title {
    font-size: 3rem;
  }

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

  .badge-top-left {
    left: -8%;
  }

  .badge-bottom-right {
    right: -8%;
  }

  .cta-title {
    font-size: 2.2rem;
  }
}

/* Medium screens (up to 992px) */
@media (max-width: 991.98px) {
  .section-padding {
    padding: 70px 0;
  }

  .hero-section {
    padding: 40px 0 70px;
  }

  .hero-title {
    font-size: 2.6rem;
    text-align: center;
  }

  .hero-subtitle {
    text-align: center;
    font-size: 1.05rem;
  }

  .badge-premium {
    display: flex !important;
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-benefits {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-actions {
    justify-content: center;
  }

  .trust-stats {
    justify-content: center;
    margin-top: 40px !important;
  }

  .hero-media-col {
    margin-top: 50px !important;
  }

  .floating-badge {
    padding: 10px 16px;
  }

  .badge-top-left {
    left: -3%;
    top: 5%;
  }

  .badge-bottom-right {
    right: -3%;
    bottom: 5%;
  }

  .trust-strip {
    padding: 30px 0;
  }

  .trust-strip-title {
    width: 100%;
    margin-bottom: 10px;
    text-align: center !important;
  }

  .trust-logos {
    width: 100%;
    justify-content: center !important;
  }

  .live-builder-section .row {
    flex-direction: column;
  }

  .builder-form-card {
    margin-bottom: 30px;
  }

  .preview-panel-card {
    min-height: auto;
  }

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

  .cta-title {
    font-size: 2rem;
  }

  .step-card {
    padding: 24px !important;
  }
}

/* Small screens (up to 768px) */
@media (max-width: 767.98px) {
  .section-title {
    font-size: 1.85rem;
  }

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

  .hero-subtitle {
    font-size: 1rem;
  }

  .divider-vertical {
    height: 35px;
  }

  .stat-box .stat-number {
    font-size: 1.5rem;
  }

  .stat-box .stat-label {
    font-size: 0.78rem;
  }

  .step-icon-wrap {
    width: 64px;
    height: 64px;
  }

  .step-icon {
    font-size: 1.8rem;
  }

  .template-filters {
    margin-bottom: 30px !important;
  }

  .filter-btn {
    padding: 7px 18px;
    font-size: 0.82rem;
  }

  .cta-banner-card {
    padding: 40px 20px !important;
  }

  .cta-title {
    font-size: 1.8rem;
  }

  .cta-desc {
    font-size: 0.95rem;
  }

  .app-download-wrap {
    width: 100%;
    justify-content: center;
    margin-top: 15px;
  }

  .feature-card {
    padding: 20px !important;
  }

  .share-badge-card {
    padding: 8px 12px !important;
  }

  .share-badge-card span {
    font-size: 0.78rem;
  }
}

/* Extra small screens (up to 576px) */
@media (max-width: 575.98px) {
  .section-padding {
    padding: 50px 0;
  }

  .hero-section {
    padding: 30px 0 50px;
  }

  .hero-title {
    font-size: 1.85rem;
    letter-spacing: -0.5px;
  }

  .hero-subtitle {
    font-size: 0.92rem;
  }

  .hero-actions .btn-pill {
    width: 100%;
    justify-content: center;
  }

  .trust-stats {
    gap: 12px !important;
  }

  .divider-vertical {
    display: none;
  }

  .floating-badge {
    display: none !important;
  }

  .hero-showcase-card {
    transform: none !important;
    padding: 20px;
  }

  .biodata-preview-wrapper {
    padding: 10px 5px;
  }

  .preview-biodata-theme {
    padding: 20px 15px;
    min-height: auto;
  }

  .biodata-border-accent {
    width: 18px;
    height: 18px;
  }

  .border-top-left {
    top: 10px;
    left: 10px;
  }

  .border-top-right {
    top: 10px;
    right: 10px;
  }

  .border-bottom-left {
    bottom: 10px;
    left: 10px;
  }

  .border-bottom-right {
    bottom: 10px;
    right: 10px;
  }

  .detail-row {
    grid-template-columns: 110px 1fr;
    gap: 5px;
    font-size: 0.8rem;
  }

  .pricing-toggle-wrap {
    flex-direction: column;
    gap: 10px !important;
  }

  .popular-ribbon {
    display: none;
  }

  .cta-title {
    font-size: 1.5rem;
  }

  .footer-bottom {
    margin-top: 30px !important;
  }

  .section-desc {
    font-size: 0.92rem;
  }

  .faq-question h4 {
    font-size: 0.92rem !important;
  }

  .brand-logo {
    max-height: 36px;
  }
}