@media (max-width: 576px) {
  /* Footer map */
  .oz-footer-map {
    height: 260px;
  }
  /* hero cover */
  .hero {
    height: 250px;
  }

  .hero-content {
    margin-left: 1rem;
    padding: 1.25rem;
  }

  .hero-content h1 {
    font-size: 1.1rem;
  }

  .hero-desc-wrapper {
    position: relative;
    top: 2px;
    bottom: 10px;
  }

  .hero-content p {
    font-size: 0.8rem;
    position: relative;
    margin-top: -2px;
  }

  .hero-note p{
    font-size: clamp(0.7rem, 3vw, 1rem);
  }

  /* Hero Home */
  .hero-home {
    height: 250px;
  }

  .hero-home .hero-content {
    margin: 0;
    padding: 0;
    gap: 0.6rem;
  }

  .hero-home .hero-title {
    font-size: 1.4rem;
    width: fit-content;
    max-width: 100%;
  }

  .hero-boot-title {
    font-size: 1.4rem !important;
  }

  .hero-boot-sub-info {
    font-size: 0.65rem;
    margin-bottom: 0;
  }

  .hero-boot-action {
    /* font-size: 0.1rem; */
  }

  .hero-sub-info {
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 1.6;
    max-width: 760px;
    margin: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  }

  .hero-home p {
    font-size: 0.8rem;
  }

  .hero-home .hero-tag {
    width: 120px;
    padding: 4px 10px;
    font-size: 0.7rem;
  }

  .hero-home .oz-btn-cta {
    padding: 8px 20px;
    font-size: 0.7rem;
  }

  .hero-home .hero-card-item {
    flex: 1 1 100%; /* 1 per row */
    padding: 0.6rem 0.8rem;
    font-size: 0.75rem;
    width: auto;
  }

  .hero-home .floating-shapes .shape {
    width: 35px;
    height: 35px;
  }

  /* Hero Slider */
  .carousel-item {
    min-height: 260px;
    max-height: 260px;
  }

  .carousel-caption {
    padding: 0.3rem 0;
  }

  .carousel-text {
    font-size: 1rem;
    max-width: 90%;
  }

  /* section card content */
  .feature-card {
    gap: 20px;
    padding: 18px;
  }

  .feature-text h2 {
    font-size: 1.5rem;
  }

  .feature-text h3 {
    font-size: 20px;
  }

  .feature-text p {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  /* ===== BRIAN ===== */
  .faq-hero-title {
    font-size: 2.2rem;
  }

  .custom-arrow {
    display: none !important;
  }

  .accordion-button::after {
    display: block !important;
    margin-left: auto;
    align-self: center;
    background-size: 1rem;
    filter: none !important;
    opacity: 1;
  }

  .accordion-button::after {
    filter: brightness(0) !important;
  }

  .accordion-body {
    line-height: 1.8;
    font-size: 0.65rem;
    padding-bottom: 30px;
  }

  .accordion-button {
    display: flex !important;
    font-size: 0.85rem;
    align-items: center;
    padding-right: 1.25rem !important;
  }

  .accordion-button > .container {
    width: 100%;
  }

  .btn-content-wrapper {
    display: block;
  }

  .accordion-button span {
    line-height: 1.5;
  }

  .tutorial-hero-container {
    padding: 32px 15px !important;
  }

  .tutorial-hero-title {
    font-size: 2rem;
    text-align: left;
    margin-bottom: 16px;
  }

  .tutorial-hero-container p.lead {
    text-align: left;
    max-width: 100% !important;
  }

  .tutorial-hero-container .col-lg-5 {
    display: none !important;
  }

  .tutorial-description-box {
    font-size: 0.9rem;
    text-decoration: justify;
    line-height: 1.8;
  }

  .tutorial-item-title {
    font-size: 1rem;
  }

  .tutorial-btn-watch {
    padding: 8px 15px !important;
    font-size: 0.85rem;
  }

  .tutorial-inner-content {
    padding: 0 15px;
  }

  .oz-horizontal-arrow {
    width: 32px;
    height: 32px;
    font-size: 1rem;
  }

  .oz-horizontal-arrow.oz-left {
    left: 2px;
  }

  .oz-horizontal-arrow.oz-right {
    right: 2px;
  }

  .oz-horizontal-scroll {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .oz-price-list-section {
    padding: 50px 16px;
    border-radius: 0;
  }

  .oz-price-list-container {
    transform: none;
    box-shadow: 10px 10px 0 var(--oz-dark);
    border-width: 4px;
  }

  .oz-price-list-badge {
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 18px;
    font-size: 0.85rem;
  }

  .oz-price-list-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 20px 24px;
  }

  .oz-price-list-title {
    font-size: 2.4rem;
    line-height: 0.95;
  }

  .oz-price-list-price {
    width: 100%;
    text-align: left;
    padding: 16px 20px;
  }

  .oz-price-list-price-amount {
    font-size: clamp(1.8rem, 9vw, 3.5rem);
    font-weight: 700;
    line-height: 1.2;
    display: inline-block; /* Memastikan rendering font lebih stabil */
  }

  .oz-price-list-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 32px 24px;
  }

  .oz-price-list-footer::after {
    left: 24px;
    bottom: 6px;
  }

  .oz-btn-price-list {
    width: 100%;
    text-align: center;
    padding: 18px;
  }

  .blog-header {
    text-align: left !important;
  }

  .application-method-card .card-body {
    padding: 1.4rem 1.1rem 1.8rem;
  }

  main.container.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .table th,
  .table td {
    padding: 0.85rem 1rem;
  }

  .application-method-card .card-body {
    padding: 1.4rem 1.1rem 1.8rem;
  }

  .oz-testimonial-carousel {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }

  .oz-testimonial-carousel::-webkit-scrollbar {
    display: none;
  }

  .oz-testimonial-track {
    animation: none !important;
    width: auto;
    gap: 16px;
    padding-bottom: 12px;
  }

  .oz-testimonial-card {
    flex: 0 0 85%;
    scroll-snap-align: start;
    padding: 22px;
  }

  .oz-testimonial-title {
    font-size: 26px;
    line-height: 1.3;
  }

  .oz-testimonial-subtitle {
    font-size: 14px;
    margin-bottom: 36px;
  }

  .oz-testimonial-text {
    font-size: 14px;
  }

  .oz-testimonial {
    padding: 60px 15px;
  }

  .oz-testimonial-title {
    font-size: 28px;
  }

  .oz-testimonial-subtitle {
    font-size: 14px;
    margin-bottom: 40px;
  }

  .oz-testimonial-card {
    flex: 0 0 100%;
    padding: 20px;
  }

  .oz-testimonial-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .oz-all-price-container {
    padding: 0 15px;
  }

  .oz-all-price-heading {
    font-size: 2rem;
    padding: 10px 20px;
  }

  .oz-all-price-title {
    font-size: 1.5rem;
  }

  .oz-all-price-subtitle {
    font-size: 0.9rem;
  }

  .oz-all-price-amount {
    font-size: 1.3rem;
  }

  .oz-all-price-btn {
    font-size: 0.75rem;
    padding: 6px 14px;
  }

  .oz-all-price-notes-list {
    grid-template-columns: 1fr;
    gap: 10px 20px;
  }

  .oz-triple-offer-container {
    padding: 0 16px;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .oz-triple-offer-hero {
    padding: 30px 16px;
    margin-bottom: 50px;
  }

  .oz-triple-offer-hero h1 {
    font-size: clamp(1rem, 5vw + 0.1rem, 2rem);
    padding: 16px;
    -webkit-text-stroke: 1px var(--oz-dark);
  }

  .oz-triple-offer-hero p {
    font-size: 1rem;
  }

  .oz-triple-offer-info-bar {
    margin: -30px 0 40px 0;
    gap: 10px;
  }

  .oz-triple-offer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .oz-triple-offer-card {
    box-shadow: 6px 5px 0 #000;
  }

  .oz-triple-offer-card:hover {
    box-shadow: 7px 5px 0 #000;
  }
  .oz-triple-offer-card-header {
    padding: 20px;
  }

  .oz-triple-offer-card h2 {
    font-size: 1.8rem;
  }

  .oz-triple-offer-card-body {
    padding: 0 16px;
  }

  .oz-triple-offer-main-price {
    font-size: 1.5rem;
  }

  .oz-triple-offer-features-list li {
    font-size: 0.95rem;
  }

  .oz-triple-offer-footer-card {
    padding: 0 20px 20px;
  }

  .oz-triple-offer-btn {
    padding: 14px;
    font-size: 0.9rem;
  }

  .oz-triple-offer-cta-bottom {
    padding: 20px;
    box-shadow: 7px 6px 0 #000 !important;
  }

  .oz-triple-offer-btn-consult {
    font-size: 1.2rem;
    padding: 16px 28px;
  }

  .oz-triple-offer-duration-badge {
    top: -10px;
    right: 10px;
    font-size: 0.8rem;
  }

  .oz-all-price-wrapper {
    background-size: 14px 14px;
  }

  .oz-all-price-heading {
    font-size: 1.3rem;
    padding: 10px 20px;
    box-shadow: 3px 3px 0 #000;
    margin-bottom: 35px;
  }

  .oz-all-price-header {
    font-size: 1rem;
    gap: 8px;
  }

  .oz-all-price-header::after {
    height: 2px;
  }

  .oz-all-price-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .oz-all-price-card {
    flex-direction: column;
    box-shadow: 3px 3px 0 #000;
  }

  .oz-all-price-card:hover {
    transform: none;
    box-shadow: 3px 3px 0 #000;
  }

  .oz-all-price-aside {
    writing-mode: horizontal-tb;
    transform: none;
    border-left: none;
    border-bottom: 3px solid #000;
    font-size: 0.7rem;
    padding: 8px;
  }

  .oz-all-price-main {
    padding: 16px;
  }

  .oz-all-price-title {
    font-size: 1.2rem;
  }

  .oz-all-price-subtitle {
    font-size: 0.85rem;
  }

  .oz-all-price-footer {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .oz-all-price-amount {
    font-size: 1.2rem;
  }

  .oz-all-price-btn {
    font-size: 0.75rem;
    padding: 10px;
    box-shadow: 2px 2px 0 #3f82b8;
  }

  #oz-all-price-notes {
    box-shadow: 3px 3px 0 #000;
    padding: 16px;
  }

  .oz-all-price-notes-label {
    font-size: 0.9rem;
  }

  .oz-all-price-notes-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .oz-single-post-row {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .oz-single-post-sidebar {
    width: 100%;
    padding-left: 0;
    margin-top: 1.5rem;
    position: static;
  }

  .oz-single-post-image-float {
    float: none;
    width: 100%;
    margin: 0 0 1.5rem 0;
  }

  .oz-single-post-wrapper {
    padding: 0 1rem;
  }

  .oz-single-post-headline {
    font-size: 1.75rem;
    line-height: 1.25;
  }

  .oz-single-post-content {
    font-size: 1.1rem;
    text-align: left;
  }

  .oz-single-post-content::first-letter {
    font-size: 3.5rem;
    padding-right: 8px;
  }

  .oz-single-post-sidebar-title {
    text-align: center;
    display: block;
    width: 100%;
  }

  .oz-single-post-content::first-letter {
    float: left;
    font-size: 3.5rem;
    line-height: 0.8;
    font-weight: 900;
    padding-right: 8px;
    padding-top: 3px;
    color: var(--oz-single-post-dark);
  }

  /* TEGAR */

  /* about us */
  .about-image:hover {
    transform: scale(0.98) rotate(-1deg) !important;
    box-shadow:
      0 10px 0 #1a5fb4,
      0 20px 0 rgba(0, 0, 0, 0.1),
      15px 15px 0 rgba(63, 130, 184, 0.3),
      30px 30px 0 rgba(63, 130, 184, 0.2) !important;
  }

  .about-image:hover::before {
    opacity: 0 !important;
  }

  .about-list li:hover {
    transform: rotate(-1deg) !important;
    border-width: 6px !important;
    box-shadow:
      6px 6px 0 rgba(63, 130, 184, 0.22),
      12px 12px 0 rgba(63, 130, 184, 0.14) !important;
    border-color: #3f82b8 !important;
  }

  .about-list li:hover::before,
  .about-list li:hover::after {
    display: none !important;
  }

  .about-staff:hover {
    transform: rotate(-0.5deg) !important;
    box-shadow:
      8px 8px 0 rgba(63, 130, 184, 0.25),
      16px 16px 0 rgba(63, 130, 184, 0.15) !important;
    border-width: 7px !important;
  }

  .section-staff a:hover {
    transform: none !important;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.25) !important;
    background: linear-gradient(120deg, #ff4757, #ff6b81) !important;
    color: white !important;
    border-color: #ff1a4d !important;
  }

  .section-staff a:hover::before {
    transform: scaleX(0) !important;
  }

  /* ===== HILANGKAN ELEMEN YANG TIDAK PERLU DI MOBILE ===== */
  .about-image::before {
    display: none !important;
  }

  .about-list li::before,
  .about-list li::after {
    display: none !important;
  }

  .about-staff::before {
    display: none !important;
  }

  .section-about::before,
  .section-staff::before,
  .section-programs::before {
    display: none !important;
  }

  .about-content-wrapper::before,
  .about-content-wrapper::after {
    display: none !important;
  }

  .section-about::after,
  .section-programs::after,
  .section-staff::after {
    animation: none !important;
  }

  /* ===== UKURAN & SPACING ===== */
  .about-image-container {
    padding: 40px 20px 30px !important;
  }

  .about-image {
    width: 260px !important;
    border-width: 10px !important;
    transform: scale(0.98) rotate(-1deg) !important;
  }

  .about-image::after {
    font-size: 1.4rem !important;
    padding: 5px 14px !important;
    bottom: -30px !important;
    right: -20px !important;
    animation: none !important;
    opacity: 0.6 !important;
  }

  .about-content-wrapper {
    padding: 60px 25px 80px !important;
  }

  .section-about,
  .section-staff,
  .section-programs {
    padding: 40px 30px !important;
    margin-bottom: 45px !important;
    border-width: 8px !important;
    border-radius: 24px !important;
    box-shadow:
      8px 8px 0 rgba(63, 130, 184, 0.2),
      16px 16px 0 rgba(63, 130, 184, 0.12) !important;
  }

  .section-about::after,
  .section-programs::after,
  .section-staff::after {
    width: 50px !important;
    height: 50px !important;
    top: -15px !important;
    left: -15px !important;
    font-size: 1.7rem !important;
    border-width: 5px !important;
  }

  .section-about .section-subtitle,
  .section-programs .section-subtitle,
  .section-staff .section-subtitle {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    padding: 8px 25px !important;
    margin-bottom: 22px !important;
    transform: rotate(-1.5deg) !important;
  }

  .section-about .section-subtitle::after,
  .section-programs .section-subtitle::after,
  .section-staff .section-subtitle::after {
    border-left: 10px solid transparent !important;
    border-right: 10px solid transparent !important;
    border-top: 14px solid #3f82b8 !important;
    margin-left: -10px !important;
  }

  .section-about p,
  .section-staff p {
    font-size: 1.05rem !important;
    line-height: 1.7 !important;
    margin-bottom: 18px !important;
  }

  .about-list {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    margin: 40px 0 30px !important;
  }

  .about-list::before {
    font-size: 1.8rem !important;
    top: -28px !important;
    opacity: 0.2 !important;
  }

  .about-list li {
    padding: 22px !important;
    border-width: 6px !important;
    border-radius: 22px !important;
    transform: rotate(-1deg) !important;
    box-shadow:
      6px 6px 0 rgba(63, 130, 184, 0.22),
      12px 12px 0 rgba(63, 130, 184, 0.14) !important;
  }

  .about-list strong {
    font-size: 1.4rem !important;
    margin-bottom: 8px !important;
  }

  .about-list span {
    font-size: 0.9rem !important;
    padding: 4px 14px !important;
    margin-top: 4px !important;
  }

  .about-staff {
    padding: 28px !important;
    border-width: 7px !important;
    border-radius: 24px !important;
    transform: rotate(-0.5deg) !important;
    margin-top: 20px !important;
  }

  .staff-name {
    font-size: 1.9rem !important;
    margin-bottom: 10px !important;
  }

  .staff-name::after {
    height: 9px !important;
    bottom: -7px !important;
  }

  .staff-role {
    font-size: 1.25rem !important;
    margin-bottom: 20px !important;
  }

  .staff-role::after {
    font-size: 1.3rem !important;
    top: -2px !important;
  }

  .section-staff a {
    font-size: 1.1rem !important;
    padding: 10px 25px !important;
    border-width: 4px !important;
    margin-top: 10px !important;
  }

  .slogan {
    font-size: 1.3rem;
  }
}
