/* ===================================
   Responsive Styles
   =================================== */

/* Tablet (768px - 1024px) */
@media (max-width: 1024px) and (min-width: 769px) {
  .hero-section {
    padding: 216px 0 100px;
  }

  .section-title-hero .title {
    font-size: 48px;
  }

  .section-title-hero .sub-title {
    font-size: 28px;
  }

  .bar-card-wrap {
    max-width: 736px;
    margin: 0 auto 80px;
  }

  .bar-card {
    flex: 0 1 calc(50% - 12px);
  }

  .benefit-card-wrap {
    max-width: 736px;
  }

  .benefit-card {
    flex: 0 1 calc(50% - 12px);
  }

  .section-title-white,
  .benefit-inner .section-title {
    font-size: 38px;
  }

  .qna-wrap {
    max-width: 736px;
  }
}

/* Tablet and below (max-width: 768px) */
@media (max-width: 768px) {
  .header-inner {
    padding: 0 16px;
  }

  .nav {
    gap: 24px;
  }

  .menu-list {
    gap: 16px;
  }

  .menu-item {
    font-size: 14px;
  }

  .hero-section {
    padding: 216px 0 80px;
  }

  .section-title-hero {
    margin-bottom: 60px;
  }

  .section-title-hero .title {
    font-size: 42px;
    line-height: 1.3;
  }

  .section-title-hero .sub-title {
    font-size: 24px;
  }

  .bar-card-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }

  .bar-card {
    flex: 0 1 calc(50% - 12px);
    min-width: unset;
    width: calc(50% - 12px);
  }

  .bar-card:nth-child(3) {
    flex: 0 1 calc(50% - 12px);
  }

  .hero-text {
    padding-top: 30px;
  }

  .hero-text h2 {
    font-size: 28px;
  }

  .hero-sub-text {
    padding: 15px 0 30px;
  }

  .hero-sub-text p {
    font-size: 18px;
  }

  .hero-card {
    padding: 30px 20px;
  }

  .hero-card h3 {
    font-size: 36px;
    margin-bottom: 30px;
  }

  .figure-wrap {
    margin-bottom: 30px;
  }

  .hero-card-desc {
    font-size: 18px;
  }

  .benefit-section {
    padding: 80px 0;
  }

  .benefit-inner {
    gap: 48px;
  }

  .benefit-inner .section-title {
    font-size: 36px;
  }

  .benefit-card-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  .benefit-card {
    flex: 0 1 calc(50% - 12px);
    width: calc(50% - 12px);
    min-width: unset;
  }

  .review-section {
    padding: 80px 0;
  }

  .review-header {
    margin-bottom: 40px;
  }

  .section-title-white {
    font-size: 36px;
  }

  .sub-title-white {
    font-size: 18px;
  }

  .qna-section {
    padding: 80px 0;
  }

  .qna-inner {
    gap: 40px;
  }

  .qna-inner .section-title {
    font-size: 36px;
  }

  .footer {
    padding: 40px 0;
  }

  .footer-top {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .logo-text-wrap {
    flex: 0 1 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .sitemap {
    flex: 1;
    min-width: 200px;
  }

  .sns-list {
    flex: 0;
  }

  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }

  .copyright {
    flex: 0 1 auto;
    min-width: auto;
  }

  .policy-list {
    flex: 0 1 auto;
    min-width: auto;
    max-width: none;
  }
}

/* Mobile (max-width: 480px) */
@media (max-width: 480px) {
  .header {
    height: 56px;
  }

  .header-inner {
    padding: 0 16px;
  }

  .logo {
    font-size: 20px;
  }

  .nav {
    gap: 16px;
  }

  .menu-list {
    gap: 12px;
  }

  .menu-item {
    font-size: 13px;
  }

  .utils {
    gap: 16px;
  }

  .icon {
    width: 20px;
    height: 20px;
  }

  .hero-section {
    padding: 216px 0 60px;
    margin-top: 56px;
  }

  .section-title-hero {
    margin-bottom: 50px;
  }

  .section-title-hero .title {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 15px;
  }

  .section-title-hero .sub-title {
    font-size: 18px;
  }

  .bar-card-wrap {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px;
  }

  .bar-card {
    width: 100%;
    padding: 24px 32px;
  }

  .bar-list {
    gap: 15px;
  }

  .bar-wrap {
    width: 92px;
  }

  .bar-fill {
    width: 88px;
  }

  .bar-gray {
    height: 20px;
  }

  .bar-gradient {
    height: 123.67px;
  }

  .bar-tall {
    height: 167.67px;
  }

  .hero-text {
    padding-top: 20px;
  }

  .hero-text h2 {
    font-size: 20px;
  }

  .hero-sub-text {
    padding: 10px 0 20px;
  }

  .hero-sub-text p {
    font-size: 14px;
  }

  .hero-card {
    padding: 20px 16px;
    border-radius: 16px;
  }

  .hero-card h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .figure-wrap {
    margin-bottom: 20px;
  }

  .figure {
    border-radius: 16px;
  }

  .image-placeholder {
    height: 228px;
  }

  .hero-card-desc {
    font-size: 14px;
  }

  .benefit-section {
    padding: 60px 0;
  }

  .benefit-inner {
    gap: 40px;
  }

  .benefit-inner .section-title {
    font-size: 24px;
  }

  .benefit-card-wrap {
    flex-direction: column;
    align-items: center;
  }

  .benefit-card {
    width: 274px;
    max-width: 100%;
  }

  .review-section {
    padding: 60px 0;
  }

  .review-header {
    margin-bottom: 30px;
  }

  .section-title-white {
    font-size: 24px;
    line-height: 1.3;
  }

  .sub-title-white {
    font-size: 14px;
  }

  .qna-section {
    padding: 60px 0;
  }

  .qna-inner {
    gap: 32px;
  }

  .qna-inner .section-title {
    font-size: 24px;
  }

  .qna-wrap {
    max-width: 100%;
  }

  .question-wrap {
    padding: 16px;
  }

  .question-text {
    font-size: 14px;
  }

  .arrow-icon {
    width: 20px;
    height: 20px;
  }

  .footer {
    padding: 32px 0;
  }

  .footer-inner {
    gap: 20px;
  }

  .footer-top {
    flex-direction: column;
    gap: 20px;
  }

  .logo-text-wrap {
    max-width: 100%;
    min-width: auto;
  }

  .footer-text {
    font-size: 14px;
  }

  .sitemap {
    max-width: 100%;
    min-width: auto;
    justify-content: flex-start;
  }

  .sitemap-item {
    font-size: 14px;
  }

  .sns-list {
    justify-content: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    padding-top: 24px;
  }

  .copyright {
    font-size: 14px;
    min-width: auto;
  }

  .policy-list {
    max-width: 100%;
    min-width: auto;
    justify-content: flex-start;
  }

  .policy {
    font-size: 14px;
  }
}

/* Very small mobile (max-width: 360px) */
@media (max-width: 360px) {
  .section-title-hero .title {
    font-size: 24px;
  }

  .section-title-hero .sub-title {
    font-size: 16px;
  }

  .bar-card {
    padding: 20px 28px;
  }

  .benefit-card,
  .review-card {
    width: 100%;
  }
}
