@media (max-width: 1024px) {
  *, *::before, *::after { box-sizing: border-box; }
  body { overflow-x: hidden; }
  img  { max-width: 100%; }
}

.nav-logo-center-mobile,
.nav-logo-center-tablet {
  display: none;
}

.hamburger-btn {
  display: none;
}

@media (max-width: 1024px) {
  .hamburger-btn      { display: flex !important; }
  .mobile-close-btn   { display: none !important; } 
  .mobile-close-btn.visible { display: flex !important; }

  .hamburger-btn {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: white;
    border: none;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0;
    transition: transform 0.2s, background 0.2s;
    box-shadow: 0 3px 10px rgba(0,0,0,0.20);
    z-index: 1001;
    position: relative;
  }
  .hamburger-btn:hover  { transform: scale(1.08); background: #e8952a; }
  .hamburger-btn:active { transform: scale(0.95); }
  .hamburger-btn img {
    width: 34px; height: 34px;
    object-fit: contain; pointer-events: none; display: block;
  }
  
  .mobile-close-btn {
    position: fixed;
    top: 22px;
    right: 22px;
    z-index: 1000000;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: white;
    border: none;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 14px rgba(0,0,0,0.18);
    transition: transform 0.2s, background 0.2s;
    padding: 0;
  }
  .mobile-close-btn img {
    width: 30px; height: 30px;
    object-fit: contain; pointer-events: none; display: block;
  }
  .mobile-close-btn:hover  { transform: scale(1.08); background: #DA3B80; }
  .mobile-close-btn:active { transform: scale(0.95); }
}

@media (max-width: 1024px) {
  .nav-links { display: none !important; }

  .nav-links.mobile-open,
  nav.nav-links.mobile-open {
    display: flex !important;
    flex-direction: column !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    background: #ffffff !important;
    z-index: 999999 !important;
    padding: 120px 32px 40px !important;
    gap: 6px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow-y: auto !important;
    animation: navSlideDown 0.25s ease;
    justify-content: flex-start !important;
    align-items: stretch !important;
  }

  @keyframes navSlideDown {
    from { opacity: 0; transform: translateY(-16px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  .nav-links.mobile-open a,
  .nav-links.mobile-open a:visited,
  .nav-links.mobile-open a:link,
  nav.nav-links.mobile-open a,
  nav.nav-links.mobile-open a:visited,
  nav.nav-links.mobile-open a:link {
    display: block !important;
    font-size: 32px !important;
    color: #1a1a1a !important;
    font-weight: 600 !important;
    background: transparent !important;
    padding: 24px 28px !important;
    border-radius: 18px !important;
    text-decoration: none !important;
    transition: background 0.15s;
  }

  .nav-links.mobile-open a:hover,
  nav.nav-links.mobile-open a:hover {
    background: rgba(250,166,51,0.12) !important;
  }

  .nav-links.mobile-open .home-btn,
  .nav-links.mobile-open .home-btn:visited,
  .nav-links.mobile-open .home-btn:link,
  nav.nav-links.mobile-open .home-btn {
    background: #FAA633 !important;
    color: #1a1a1a !important;
    font-weight: 700 !important;
  }

  .nav-links.mobile-open a:last-child,
  nav.nav-links.mobile-open a:last-child {
    border-top: 1px solid rgba(0,0,0,0.08) !important;
    margin-top: 12px !important;
    padding-top: 22px !important;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .navbar {
    padding: 18px 32px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 16px;
  }
  .nav-left {
    display: flex; align-items: center;
    justify-content: flex-start; grid-column: 1;
  }
  .nav-left .nav-logo { display: none; }
  .nav-logo-center-tablet {
    display: flex; justify-content: center;
    align-items: center; grid-column: 2;
  }
  .nav-logo-center-tablet img { width: 94px; height: 88px; display: block; }
  .nav-icons {
    display: flex; justify-content: flex-end;
    align-items: center; gap: 14px; grid-column: 3;
  }
  .icon-circle     { width: 64px; height: 64px; }
  .icon-circle img { width: 36px; height: 36px; }
}

@media (max-width: 767px) {
  .navbar {
    padding: 16px 18px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
    position: relative; z-index: 1000;
  }
  .nav-left {
    display: flex; align-items: center;
    justify-content: flex-start; grid-column: 1;
  }
  .nav-left .nav-logo { display: none; }
  .nav-logo-center-mobile {
    display: flex; justify-content: center;
    align-items: center; grid-column: 2;
    position: static; transform: none;
  }
  .nav-logo-center-mobile img { width: 76px; height: 70px; display: block; }
  .nav-icons {
    display: flex; justify-content: flex-end;
    align-items: center; gap: 8px; grid-column: 3;
  }
  .icon-circle     { width: 58px; height: 58px; }
  .icon-circle img { width: 32px; height: 32px; }

  .user-popup    { width: calc(100vw - 28px); right: 14px; top: 94px; }
  .cart-dropdown { width: calc(100vw - 28px); right: 14px; top: 94px; }
  .lang-dropdown { right: 14px; top: 94px; width: 230px; }
  .search-bar    { width: calc(100vw - 28px); right: 14px; top: 94px; }

  .backtop, .whatsapp-float { width: 64px; height: 64px; right: 18px; }
  .backtop        { bottom: 18px; }
  .whatsapp-float { bottom: 96px; }
  .backtop img, .whatsapp-float img { width: 38px; height: 38px; }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .footer          { padding: 52px 36px 30px; }
  .footer-columns  { gap: 26px; flex-wrap: wrap; }
  .footer-column   { min-width: 170px; }
  .footer-logo     { width: 92px; height: 92px; }
  .footer-contact-item p,
  .footer-links a  { font-size: 18px; }
  .footer-bottom   { font-size: 17px; }
}
@media (max-width: 767px) {
  .footer          { padding: 36px 20px 24px; }
  .footer-columns  { flex-direction: column; gap: 24px; align-items: flex-start; }
  .footer-column   { width: 100%; min-width: unset; }
  .footer-logo     { width: 76px; height: 76px; }
  .footer-contact-item { display: flex; align-items: center; gap: 12px; }
  .footer-contact-item p { font-size: 16px; margin: 0; }
  .footer-icon-circle    { width: 38px; height: 38px; flex-shrink: 0; }
  .footer-icon-circle img{ width: 22px; height: 22px; }
  .footer-links a  { font-size: 17px; display: block; margin-bottom: 12px; }
  .footer-bottom   { font-size: 15px; text-align: center; }
  .footer-payment  { gap: 12px; margin-top: 14px; }
  .payment-card    { width: 64px; height: 42px; }
  .payment-card img{ width: 44px; height: 26px; }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .hero       { padding-left: 44px; padding-top: 36px; min-height: unset; height: auto; }
  .hero-card  { width: 460px; height: auto; padding: 48px; }
  .hero-title { font-size: 72px; }
  .hero-text  { font-size: 19px; }
  .hero-btn   { margin-top: 32px; padding: 16px 36px; font-size: 18px; }
}
@media (max-width: 767px) {
  .hero {
    padding: 30px 20px 50px;
    align-items: flex-start; min-height: auto;
    background-position: center top; position: relative;
  }
  .hero-card {
    width: 100%; height: auto;
    padding: 34px 28px 38px; border-radius: 24px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  }
  .hero-title { font-size: 64px; }
  .hero-text  { font-size: 22px; margin-top: 18px; line-height: 1.8; text-align: center; }
  .hero-btn   {
    margin-top: 28px; padding: 20px 44px;
    font-size: 22px; border-radius: 30px;
    display: block; text-align: center;
  }
  .hero::after {
    content: '• • • • • • •';
    position: absolute; bottom: 20px;
    left: 50%; transform: translateX(-50%);
    font-size: 11px; letter-spacing: 5px;
    color: #DA3B80; pointer-events: none;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .introduce-section { padding: 56px 44px; gap: 40px; }
  .introduce-title   { font-size: 30px; }
  .introduce-text    { font-size: 18px; }
  .introduce-logo    { width: 260px; height: 260px; }
  .group85           { max-width: 280px; }
}
@media (max-width: 767px) {
  .introduce-section {
    flex-direction: column-reverse; padding: 38px 20px 34px;
    gap: 24px; align-items: center; text-align: center;
  }
  .introduce          { padding-right: 0; gap: 18px; align-items: center; }
  .introduce-title    { font-size: 28px; font-weight: bold; text-align: center; }
  .introduce-text     { font-size: 20px; line-height: 1.8; text-align: center; }
  .group85            { max-width: 200px; margin: 0 auto; }
  .introduce-right    { padding-left: 0; justify-content: center; }
  .introduce-logo     { width: 165px; height: 165px; border-radius: 24px; box-shadow: 0 4px 16px rgba(0,0,0,0.15); }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .features-section   { padding: 56px 44px; }
  .features-title     { font-size: 30px; margin-bottom: 44px; }
  .features-row       { gap: 36px; margin-bottom: 36px; flex-wrap: wrap; justify-content: center; }
  .feature-card-link  { width: 230px; }
  .feature-card       { width: 100%; }
  .feature-circle     { width: 140px; height: 140px; margin-bottom: 20px; }
  .feature-circle img { width: 76px; height: 76px; }
  .feature-card-title { font-size: 19px; }
  .feature-card-text  { font-size: 16px; }
}
@media (max-width: 767px) {
  .features-section { padding: 38px 20px 44px; }
  .features-title   { font-size: 28px; margin-bottom: 32px; font-weight: bold; text-align: center; }
  .features-row,
  .features-row-center {
    flex-direction: column; align-items: center;
    gap: 36px; margin-bottom: 36px;
    max-width: 100%; margin-left: 0; margin-right: 0;
  }
  .feature-card-link  { width: 100%; max-width: 300px; }
  .feature-card       { width: 100%; align-items: center; }
  .feature-circle     {
    width: 130px; height: 130px; margin-bottom: 20px;
    background: #fff; box-shadow: 0 4px 14px rgba(0,0,0,0.10);
  }
  .feature-circle img { width: 74px; height: 74px; }
  .feature-card-title { font-size: 22px; font-weight: bold; text-align: center; }
  .feature-card-text  { font-size: 18px; text-align: center; line-height: 1.7; }
}
@media (max-width: 767px) { .section-deco { display: none; } }

@media (max-width: 1024px) and (min-width: 768px) {
  .whyus-section    { padding: 56px 44px; gap: 34px; }
  .whyus-title      { font-size: 32px; }
  .whyus-row        { max-width: 600px; gap: 20px; }
  .whyus-circle     { width: 108px; height: 108px; min-width: 108px; }
  .whyus-circle img { width: 60px; height: 60px; }
  .whyus-card       { padding: 24px 28px; border-radius: 28px; }
  .whyus-card-title { font-size: 22px; }
  .whyus-card-text  { font-size: 17px; }
  .whyus-team       { max-width: 600px; }
}
@media (max-width: 767px) {
  .whyus-section { padding: 38px 20px 48px; gap: 28px; align-items: center; }
  .whyus-title   { font-size: 30px; margin-bottom: 12px; text-align: center; font-weight: bold; }
  .whyus-row {
    width: 100%; max-width: 340px;
    flex-direction: column; align-items: center; gap: 0;
  }
  .whyus-circle {
    width: 98px; height: 98px; min-width: 98px;
    z-index: 2; position: relative; margin-bottom: -22px;
  }
  .whyus-circle img { width: 56px; height: 56px; }
  .whyus-card {
    width: 100%; padding: 36px 24px 24px;
    border-radius: 28px; text-align: center; z-index: 1;
  }
  .whyus-card-title { font-size: 22px; margin-bottom: 10px; font-weight: bold; }
  .whyus-card-text  { font-size: 18px; line-height: 1.7; }
  .whyus-team {
    width: 100%; max-width: 340px; margin-top: 12px;
    border-radius: 20px; overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  }
  .whyus-team img { border-radius: 20px; }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .abouthero      { padding-left: 44px; min-height: unset; height: auto; }
  .abouthero-card { width: 440px; height: auto; padding: 52px; }
  .abouthero-title{ font-size: 46px; margin-top: 44px; }
  .abouthero-text { font-size: 18px; }
}
@media (max-width: 767px) {
  .abouthero      { padding: 30px 20px 38px; align-items: flex-start; min-height: 240px; }
  .abouthero-card { width: 100%; height: auto; padding: 26px 22px 30px; border-radius: 22px; }
  .abouthero-title{ font-size: 36px; margin-top: 14px; font-weight: bold; }
  .abouthero-text { font-size: 16px; line-height: 1.6; }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .aboutus-section  { padding: 44px; gap: 48px; }
  .about-img        { width: 300px; margin-left: 44px; }
  .about-card       { width: 92%; margin-left: 48px; padding: 62px 32px 32px; }
  .about-card-title { font-size: 30px; }
  .about-card-text  { font-size: 18px; }
}
@media (max-width: 767px) {
  .aboutus-section  { padding: 0; gap: 0; }
  .about-block      { flex-direction: column; align-items: stretch; width: 100%; }
  .about-img {
    width: 100%; max-width: 100%;
    height: 250px; object-fit: cover; object-position: top;
    border-radius: 0; margin-left: 0; margin-bottom: -30px;
    position: relative; z-index: 2;
  }
  .about-card {
    width: 100%; margin-left: 0; margin-right: 0;
    border-radius: 28px 28px 0 0;
    padding: 52px 22px 36px;
    position: relative; z-index: 1;
  }
  .about-card-title  { font-size: 24px; margin-bottom: 14px; font-weight: bold; }
  .about-card-text   { font-size: 16px; line-height: 1.7; }
  .about-decoratives { display: none; }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .owners-section { padding: 52px 44px; }
  .owners-title   { font-size: 30px; }
  .owner-card     { max-width: 100%; padding: 26px 36px; }
  .owner-name     { font-size: 26px; }
  .owner-role     { font-size: 19px; }
}
@media (max-width: 767px) {
  .owners-section { padding: 38px 20px; gap: 20px; }
  .owners-title   { font-size: 26px; margin-bottom: 12px; font-weight: bold; }
  .owner-card {
    padding: 22px 24px; min-height: unset; border-radius: 22px;
    flex-direction: row; justify-content: flex-start;
    align-items: center; max-width: 100%; gap: 18px;
  }
  .owner-name { font-size: 22px; font-weight: bold; }
  .owner-role { font-size: 17px; }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .mv-section    { padding: 52px 44px; gap: 30px; }
  .mv-title      { font-size: 30px; }
  .mv-pink-box   { min-width: 150px; padding: 20px 22px; }
  .mv-box-label  { font-size: 26px; }
  .mv-icon       { width: 108px; height: 108px; }
  .mv-box-text   { font-size: 18px; }
  .cv-circle-icon{ width: 120px; height: 120px; }
  .cv-pink-box   { min-width: 170px; }
  .cv-box-label  { font-size: 24px; }
  .cv-box-text   { font-size: 18px; }
}
@media (max-width: 767px) {
  .mv-section         { padding: 34px 20px; gap: 18px; }
  .mv-title           { font-size: 24px; margin-bottom: 8px; font-weight: bold; }
  .mv-deco-top,
  .mv-deco-bottom     { width: 66px; }
  .mv-row             { width: 100%; max-width: 100%; flex-direction: row; }
  .mv-pink-box        { min-width: 108px; padding: 16px 14px; gap: 10px; }
  .mv-box-label       { font-size: 19px; }
  .mv-icon            { width: 68px; height: 68px; }
  .mv-blue-box        { padding: 18px 16px; }
  .mv-box-text        { font-size: 15px; line-height: 1.5; }
  .cv-row             { width: 100%; max-width: 100%; }
  .cv-circle-icon     { width: 74px; height: 74px; margin-right: 0; }
  .cv-pink-box        { min-width: 108px; margin-left: -8px; padding: 16px 12px; }
  .cv-box-label       { font-size: 16px; }
  .cv-blue-box        { margin-left: -8px; padding: 16px 14px; }
  .cv-box-text        { font-size: 15px; line-height: 1.5; }
  .mv-bubbles         { margin: 8px 0; }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .credentials-section { padding: 52px 44px; gap: 30px; }
  .credentials-title   { font-size: 30px; }
  .credentials-card    { border-radius: 24px; }
}
@media (max-width: 767px) {
  .credentials-section { padding: 34px 20px 44px; gap: 22px; }
  .credentials-title   { font-size: 24px; font-weight: bold; text-align: center; }
  .credentials-card    { border-radius: 20px; }
  .credentials-img     { width: 100%; border-radius: 20px; }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .products-hero      { padding-left: 44px; min-height: unset; height: auto; }
  .products-hero-card { width: 440px; height: auto; padding: 52px; }
  .products-hero-title{ font-size: 44px; margin-top: 44px; }
  .products-hero-text { font-size: 18px; }
}
@media (max-width: 767px) {
  .products-hero {
    padding: 30px 20px 36px; align-items: flex-start;
    min-height: unset; height: auto; background-position: center top;
  }
  .products-hero-card  { width: 100%; height: auto; padding: 26px 22px 28px; border-radius: 22px; }
  .products-hero-title { font-size: 32px; margin-top: 12px; font-weight: bold; }
  .products-hero-text  { font-size: 16px; margin-top: 12px; line-height: 1.6; }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .products-banner { padding: 34px 44px; }
  .banner-text     { font-size: 19px; }
  .banner-btn      { font-size: 19px; padding: 14px 30px; }
}
@media (max-width: 767px) {
  .products-banner { padding: 24px 20px; text-align: center; flex-direction: column; gap: 14px; }
  .banner-text     { font-size: 16px; margin-bottom: 14px; }
  .banner-buttons  { gap: 12px; flex-wrap: wrap; justify-content: center; }
  .banner-btn      { font-size: 16px; padding: 12px 24px; }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .products-main     { padding: 38px 30px; gap: 24px; }
  .filter-sidebar    { width: 210px; min-width: 210px; }
  .filter-box-title  { font-size: 18px; }
  .category-item     { font-size: 17px; padding: 8px 0; }
  .filter-send-btn   { font-size: 18px; padding: 13px; }
  .products-grid     { grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .products-category-title { font-size: 28px; }
  .sort-select       { font-size: 16px; padding: 10px 16px; }
  .results-count     { font-size: 16px; }
  .view-btn          { width: 42px; height: 42px; font-size: 18px; }
  .product-image     { height: 220px; }
  .product-info      { padding: 18px; }
  .product-name      { font-size: 18px; margin-bottom: 6px; }
  .product-price     { font-size: 18px; margin-bottom: 12px; }
  .btn-view, .btn-addcart, .btn-buy { font-size: 16px; padding: 11px 16px; border-radius: 20px; }
  .page-btn          { width: 48px; height: 48px; font-size: 18px; }
}
@media (max-width: 767px) {
  /* Stack sidebar above products on mobile */
  .products-main {
    flex-direction: column; padding: 18px 16px;
    gap: 20px; align-items: stretch;
  }

  /* Sidebar: side-by-side filter boxes on mobile */
  .filter-sidebar {
    width: 100%; min-width: unset;
    flex-direction: row; gap: 14px;
    flex-wrap: wrap; position: static; top: unset;
  }
  .filter-box        { padding: 16px 14px; border-radius: 18px; flex: 1; min-width: 130px; }
  .filter-box-title  { font-size: 16px; padding-bottom: 10px; margin-bottom: 12px; }
  .category-item     { font-size: 16px; padding: 8px 0; }
  .price-range       { font-size: 15px; }
  .filter-send-btn   { font-size: 16px; padding: 12px; border-radius: 20px; }
  .cert-bubble-wrapper { display: none; }

  /* Products area */
  .products-area     { width: 100%; min-width: 0; }
  .products-toolbar  { flex-direction: column; align-items: flex-start; gap: 10px; margin-bottom: 20px; }
  .products-category-title { font-size: 24px; font-weight: bold; }
  .toolbar-right     { flex-wrap: wrap; gap: 10px; width: 100%; }
  .results-count     { font-size: 15px; }
  .sort-select       { font-size: 15px; padding: 9px 14px; border-radius: 20px; flex: 1; }
  .view-btn          { width: 42px; height: 42px; font-size: 18px; }

  /* 2-column product grid on mobile */
  .products-grid     { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .product-image     { height: 155px; }
  .product-info      { padding: 12px 10px; }
  .product-name      { font-size: 14px; margin-bottom: 4px; }
  .product-price     { font-size: 15px; margin-bottom: 8px; font-weight: bold; }
  .product-buttons   { gap: 6px; flex-direction: column; }
  .btn-view, .btn-addcart, .btn-buy {
    font-size: 14px; padding: 10px 8px;
    border-radius: 16px; width: 100%; text-align: center;
  }

  /* Pagination */
  .pagination  { gap: 8px; margin-top: 22px; flex-wrap: wrap; justify-content: center; }
  .page-btn    { width: 44px; height: 44px; font-size: 17px; }

  .brand-deco  { display: none; }
  .cert-bubble { display: none; }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .brandhero       { padding-left: 44px; min-height: unset; height: auto; }
  .brandhero-card  { width: 440px; height: auto; padding: 52px; }
  .brandhero-title { font-size: 44px; margin-top: 44px; }
  .brandhero-text  { font-size: 18px; }
}
@media (max-width: 767px) {
  .brandhero       { padding: 30px 20px 36px; align-items: flex-start; min-height: 230px; }
  .brandhero-card  { width: 100%; height: auto; padding: 26px 22px 28px; border-radius: 22px; }
  .brandhero-title { font-size: 32px; margin-top: 12px; font-weight: bold; }
  .brandhero-text  { font-size: 16px; line-height: 1.6; }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .brand-section     { padding: 52px 44px; gap: 48px; }
  .brand-logo        { width: 260px; margin-left: 36px; }
  .brand-product-img { width: 320px; margin-left: 36px; }
  .brand-card        { width: 92%; margin-right: 10px; padding: 62px 32px 32px; }
  .brand-card-title  { font-size: 30px; }
  .brand-card-text   { font-size: 18px; }
}
@media (max-width: 767px) {
  .brand-section { padding: 24px 20px; gap: 32px; }
  .brand-block   { flex-direction: column; align-items: stretch; width: 100%; }
  .brand-logo, .brand-product-img {
    width: 100%; max-width: 100%; border-radius: 20px;
    margin-left: 0; margin-bottom: -24px;
    position: relative; z-index: 2;
  }
  .brand-card {
    width: 100%; margin-right: 0;
    border-radius: 0 0 24px 24px;
    padding: 44px 22px 28px;
    position: relative; z-index: 1;
  }
  .brand-card-title { font-size: 24px; font-weight: bold; }
  .brand-card-text  { font-size: 16px; line-height: 1.7; }
  .brand-deco       { display: none; }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .tips-section    { padding: 52px 44px; gap: 22px; }
  .tips-main-title { font-size: 32px; }
  .tips-subtitle   { font-size: 24px; }
  .tips-intro      { font-size: 18px; }
  .tips-grid       { grid-template-columns: 1fr 1fr; gap: 22px; }
  .tip-title       { font-size: 20px; }
  .tip-text        { font-size: 17px; }
  .tip-icon        { width: 130px; height: 130px; }
}
@media (max-width: 767px) {
  .tips-section    { padding: 30px 20px; gap: 18px; }
  .tips-main-title { font-size: 26px; font-weight: bold; }
  .tips-subtitle   { font-size: 20px; }
  .tips-intro      { font-size: 16px; line-height: 1.6; }
  .tips-grid       { grid-template-columns: 1fr; gap: 18px; }
  .tip-card        { padding: 22px 20px; border-radius: 22px; gap: 14px; }
  .tip-title       { font-size: 18px; font-weight: bold; }
  .tip-text        { font-size: 16px; line-height: 1.6; }
  .tip-icon        { width: 96px; height: 96px; margin-top: 8px; }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .strengths-section  { padding: 52px 44px; gap: 24px; }
  .strengths-title    { font-size: 28px; }
  .strength-circle    { width: 96px; height: 96px; }
  .strength-check     { width: 54px; height: 54px; }
  .strength-card      { padding: 20px 30px 20px 52px; }
  .strength-card-title{ font-size: 22px; }
  .strength-card-text { font-size: 17px; }
}
@media (max-width: 767px) {
  .strengths-section  { padding: 30px 20px; gap: 18px; }
  .strengths-title    { font-size: 24px; font-weight: bold; }
  .strength-circle    { width: 72px; height: 72px; }
  .strength-check     { width: 44px; height: 44px; }
  .strength-card      { border-radius: 28px; padding: 18px 20px 18px 38px; margin-left: -18px; }
  .strength-card-title{ font-size: 18px; font-weight: bold; }
  .strength-card-text { font-size: 15px; line-height: 1.5; }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .cert-section  { padding: 52px 44px; gap: 36px; }
  .cert-title    { font-size: 28px; }
  .cert-desc     { font-size: 19px; }
  .discover-btn  { font-size: 21px; padding: 16px 52px; }
}
@media (max-width: 767px) {
  .cert-section  { padding: 30px 20px; gap: 24px; }
  .cert-title    { font-size: 24px; font-weight: bold; }
  .cert-wrapper  { max-width: 100%; }
  .cert-tab      { width: 24px; }
  .partner-logo  { width: 78px; height: 78px; }
  .partner-x     { font-size: 24px; }
  .partner-box   { width: 118px; height: 118px; border-radius: 20px; }
  .partner-icon  { width: 68px; height: 68px; }
  .discover-btn  { font-size: 18px; padding: 14px 36px; }
  .cert-desc     { font-size: 16px; line-height: 1.6; }
  .cert-bubble   { display: none; }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .educationalhero      { padding-left: 44px; min-height: unset; height: auto; }
  .educationalhero-card { width: 440px; height: auto; padding: 52px; }
  .educationalhero-title{ font-size: 44px; margin-top: 44px; }
  .educationalhero-text { font-size: 18px; }
}
@media (max-width: 767px) {
  .educationalhero      { padding: 30px 20px 36px; align-items: flex-start; min-height: 230px; }
  .educationalhero-card { width: 100%; height: auto; padding: 26px 22px 28px; border-radius: 22px; }
  .educationalhero-title{ font-size: 32px; margin-top: 12px; font-weight: bold; }
  .educationalhero-text { font-size: 16px; line-height: 1.6; }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .tips-section    { padding: 52px 44px; gap: 20px; }
  .tips-main-title { font-size: 32px; }
  .tips-subtitle   { font-size: 24px; }
  .tips-intro      { font-size: 18px; }
  .tips-grid       { grid-template-columns: 1fr 1fr; gap: 22px; }
}
@media (max-width: 767px) {
  .tips-section    { padding: 30px 20px; gap: 18px; }
  .tips-main-title { font-size: 26px; font-weight: bold; }
  .tips-subtitle   { font-size: 20px; }
  .tips-intro      { font-size: 16px; line-height: 1.6; }
  .tips-grid       { grid-template-columns: 1fr; gap: 18px; }
  .tip-card        { padding: 22px 20px; border-radius: 22px; }
  .tip-title       { font-size: 18px; font-weight: bold; }
  .tip-text        { font-size: 16px; line-height: 1.6; }
  .tip-icon        { width: 96px; height: 96px; }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .ttips-section { padding: 52px 44px; gap: 20px; }
  .ttips-subtitle{ font-size: 24px; }
  .ttips-intro   { font-size: 18px; }
  .ttips-grid    { grid-template-columns: 1fr 1fr; gap: 22px; }
}
@media (max-width: 767px) {
  .ttips-section { padding: 30px 20px; gap: 18px; }
  .ttips-subtitle{ font-size: 20px; }
  .ttips-intro   { font-size: 16px; line-height: 1.6; }
  .ttips-grid    { grid-template-columns: 1fr; gap: 18px; }
  .ttip-card     { padding: 22px 20px; border-radius: 22px; }
  .ttip-title    { font-size: 18px; font-weight: bold; }
  .ttip-text     { font-size: 16px; line-height: 1.6; }
  .ttip-icon     { width: 96px; height: 96px; }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .instructions-section { padding: 44px 52px; gap: 26px; }
  .instructions-title   { font-size: 30px; }
  .instructions-book    { border-radius: 26px; }
}
@media (max-width: 767px) {
  .instructions-section { padding: 30px 20px; gap: 20px; }
  .instructions-header  { gap: 14px; }
  .instructions-title   { font-size: 24px; font-weight: bold; }
  .instructions-bubble  { width: 50px; }
  .instructions-book    { max-width: 100%; border-radius: 20px; }
}

@media (max-width: 767px) {
  .popup-topbar  { padding: 12px 16px; flex-wrap: wrap; gap: 8px; }
  .page-counter  { font-size: 16px; }
  .zoom-controls { gap: 8px; }
  .zoom-btn      { padding: 7px 14px; font-size: 16px; }
  .zoom-level    { font-size: 16px; }
  .quit-btn      { font-size: 16px; padding: 8px 18px; }
  #popupImg      { max-width: 96vw; max-height: 62vh; border-radius: 14px; }
  .flip-btn      { padding: 13px 32px; font-size: 17px; }
  .flip-controls { gap: 18px; padding: 16px; }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .faq-section  { padding: 52px 44px; gap: 24px; }
  .faq-title    { font-size: 30px; }
  .faq-question { font-size: 22px; }
  .faq-number   { width: 70px; height: 70px; font-size: 25px; }
  .faq-deco     { width: 160px; }
  .faq-card     { padding: 22px 44px 22px 32px; }
}
@media (max-width: 767px) {
  .faq-section  { padding: 30px 20px; gap: 18px; }
  .faq-title    { font-size: 24px; margin-bottom: 14px; font-weight: bold; }
  .faq-deco     { width: 96px; top: -8px; right: 8px; }
  .faq-list     { gap: 14px; }
  .faq-number   { width: 54px; height: 54px; font-size: 21px; flex-shrink: 0; }
  .faq-card     { padding: 18px 44px 18px 32px; border-radius: 28px; margin-left: -14px; }
  .faq-question { font-size: 16px; line-height: 1.4; }
  .faq-answer p { font-size: 15px; line-height: 1.5; }
  .faq-btn      { font-size: 26px; width: 44px; height: 44px; margin-left: -36px; }
}

@media (max-width: 767px) { .hero-title { font-size: 36px; } }

@media (max-width: 1024px) and (min-width: 768px) {
  .contact-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    gap: 40px 32px;
    padding: 56px 44px;
  }
  .info-box       { width: 230px; display: flex; flex-direction: column; align-items: center; }
  .info-circle    { width: 196px; height: 196px; }
  .info-circle img{ width: 88px; height: 88px; }
  .info-box p     { font-size: 20px; margin-top: 16px; text-align: center; }
}
@media (max-width: 767px) {
  .contact-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 18px;
    padding: 44px 20px 52px;
    align-items: start;
  }
  .info-box {
    width: 100%; display: flex;
    flex-direction: column; align-items: center; gap: 0;
  }
  .info-circle {
    width: 155px; height: 155px;
    background: #FFF8F0; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 6px 22px rgba(0,0,0,0.10);
    margin-bottom: 14px; flex-shrink: 0;
  }
  .info-circle img { width: 74px; height: 74px; object-fit: contain; }
  .info-box p {
    font-size: 16px; margin-top: 0;
    text-align: center; color: #333; line-height: 1.5;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .contact-form-section { flex-direction: column; }
  .form-left  { width: 100%; padding: 52px 44px; }
  .form-title { font-size: 36px; }
  .form p     { font-size: 22px; }
  .form-right { flex: 0 0 auto; width: 100%; min-height: 340px; display: flex; align-items: center; justify-content: center; }
  .form-right img { width: 300px; height: 300px; }
}
@media (max-width: 767px) {
  .contact-form-section      { flex-direction: column; }
  .form-left                 { width: 100%; padding: 30px 20px; min-width: unset; }
  .form-title                { font-size: 26px; margin-bottom: 20px; font-weight: bold; }
  .contact-form-section-card { padding: 24px 20px; border-radius: 22px; }
  .form p                    { font-size: 18px; margin-bottom: 6px; }
  .form input, .form textarea {
    padding: 15px 18px; font-size: 16px;
    border-radius: 16px; margin-bottom: 16px; width: 100%;
  }
  .form textarea { height: 90px; }
  .sendbtn       { font-size: 17px; padding: 15px 40px; margin-top: 10px; }
  .form-right {
    flex: 0 0 auto; width: 100%; padding: 24px 20px;
    min-height: 240px; display: flex;
    align-items: center; justify-content: center;
  }
  .form-right img { width: 200px; height: 200px; }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .map-section        { padding: 52px 44px; }
  .map-section iframe { width: 100% !important; height: 320px !important; border-radius: 48px !important; }
  #mapTitle    { font-size: 32px; }
  #mapAddress  { font-size: 20px; }
}
@media (max-width: 767px) {
  .map-section        { padding: 30px 20px; }
  .map-section iframe { width: 100% !important; height: 250px !important; border-radius: 24px !important; }
  #mapTitle    { font-size: 24px; margin-top: 18px; font-weight: bold; }
  #mapAddress  { font-size: 16px; margin-top: 12px; line-height: 1.5; }
  .map-deco-topleft    { width: 70px; }
  .map-deco-bottomright{ width: 80px; }
}