@media (max-width:768px){

    .container{
        width:95%;
    }

    .nav-wrapper{
        flex-direction:column;
        gap:10px;
    }

    .nav-menu{
        justify-content:center;
    }

    .nav-menu li a{
        font-size:12px;
        padding:8px 10px;
    }

    .hero-content h1{
        font-size:28px;
        line-height:1.3;
    }

    .hero-content p{
        font-size:14px;
    }

    .detail-warung{
        grid-template-columns:1fr;
    }

    .menu-grid{
        grid-template-columns:1fr;
    }

    .warung-grid{
        grid-template-columns:1fr;
    }

    .galeri-grid{
        grid-template-columns:1fr;
    }

    .ticket-form-grid{
        grid-template-columns:1fr;
    }

    .akun-wrapper{
        grid-template-columns:1fr;
    }

    .admin-wrapper{
        flex-direction:column;
    }

    .admin-sidebar{
        width:100%;
    }

    .admin-content{
        padding:20px;
    }
}

@media (max-width: 768px) {

    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden !important;
    }

    .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
        overflow-x: hidden;
    }

    /* NAVBAR HP */
    .navbar {
        width: 100%;
        overflow: hidden;
    }

    .nav-wrapper {
        width: 100%;
        min-height: auto !important;
        padding: 16px 0 !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 14px !important;
    }

    .logo a {
        font-size: 30px !important;
        text-align: center;
        white-space: normal !important;
        line-height: 1.2;
    }

    .nav-menu {
        width: 100%;
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        justify-content: flex-start !important;
        gap: 8px !important;
        padding-bottom: 6px;
    }

    .nav-menu::-webkit-scrollbar {
        display: none;
    }

    .nav-menu li {
        flex: 0 0 auto;
    }

    .nav-menu li a {
        font-size: 13px !important;
        padding: 8px 12px !important;
        white-space: nowrap;
    }

    /* HERO */
    .hero {
        min-height: auto !important;
        width: 100%;
    }

    .hero-overlay {
        padding: 60px 0 55px !important;
    }

    .hero-content {
        width: 100% !important;
        max-width: 100% !important;
        text-align: center;
    }

    .hero-content h1 {
        font-size: 30px !important;
        line-height: 1.25 !important;
        word-break: normal;
    }

    .hero-content p {
        font-size: 15px !important;
        line-height: 1.7 !important;
    }

    .hero-badge {
        font-size: 12px !important;
        max-width: 100%;
        white-space: normal;
        text-align: center;
    }

    .hero-buttons {
        flex-direction: column !important;
        width: 100%;
    }

    .btn {
        width: 100% !important;
        padding: 13px 18px !important;
    }

    /* SECTION */
    .section {
        padding: 42px 0 !important;
    }

    .section-heading {
        width: 100%;
        max-width: 100%;
        padding: 0 4px;
    }

    .section-heading h2 {
        font-size: 27px !important;
        line-height: 1.25 !important;
        word-break: normal;
    }

    .section-heading p {
        font-size: 15px !important;
        line-height: 1.8 !important;
    }

    /* GRID SEMUA CARD */
    .info-grid,
    .feature-grid,
    .profil-feature-grid,
    .warung-grid,
    .menu-grid,
    .galeri-grid,
    .contact-channel-grid,
    .contact-center-two {
        grid-template-columns: 1fr !important;
        width: 100% !important;
    }

    /* CARD */
    .info-card,
    .feature-card,
    .profil-feature-card,
    .warung-card,
    .menu-card,
    .content-box,
    .vm-card {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* PROFIL */
    .profil-grid,
    .detail-warung,
    .payment-wrapper,
    .akun-wrapper {
        grid-template-columns: 1fr !important;
        width: 100%;
    }

    .profil-image img,
    .detail-warung-image img {
        height: 240px !important;
        min-height: 240px !important;
        width: 100%;
        object-fit: cover;
    }

    /* KULINER */
    .warung-card img,
    .menu-card img {
        height: 220px !important;
        object-fit: cover;
    }

    .warung-card-body h3,
    .menu-card-body h3 {
        font-size: 21px !important;
        line-height: 1.3;
    }

    /* TIKET */
    .ticket-form-grid,
    .ticket-summary,
    .ticket-type-card {
        grid-template-columns: 1fr !important;
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .ticket-summary h2 {
        font-size: 26px !important;
    }

    /* ADMIN */
    .admin-wrapper {
        flex-direction: column !important;
    }

    .admin-sidebar {
        width: 100% !important;
    }

    .admin-content {
        padding: 18px !important;
    }
}

@media (max-width: 768px) {

    * {
        max-width: 100%;
    }

    html,
    body {
        width: 100%;
        overflow-x: hidden !important;
    }

    .container {
        width: 100% !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .section-heading h2 {
        font-size: 26px !important;
        line-height: 1.3 !important;
        text-align: center !important;
        word-break: normal !important;
        overflow-wrap: break-word !important;
    }

    .section-heading p {
        font-size: 15px !important;
        line-height: 1.7 !important;
        text-align: center !important;
    }

    .info-grid,
    .feature-grid,
    .profil-feature-grid,
    .warung-grid,
    .menu-grid,
    .galeri-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        width: 100% !important;
    }

    .info-card,
    .feature-card,
    .profil-feature-card,
    .warung-card,
    .menu-card {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
    }

    .info-card,
    .feature-card,
    .profil-feature-card {
        display: block !important;
        padding: 24px 20px !important;
        text-align: center !important;
    }

    .icon-box {
        margin: 0 auto 18px auto !important;
    }

    .info-card h3,
    .feature-card h3,
    .profil-feature-card h3 {
        font-size: 22px !important;
        line-height: 1.3 !important;
        text-align: center !important;
    }

    .info-card p,
    .feature-card p,
    .profil-feature-card p {
        font-size: 15px !important;
        line-height: 1.7 !important;
        text-align: center !important;
    }

    .highlight-box {
        width: 100% !important;
        padding: 28px 20px !important;
        text-align: center !important;
    }

    .highlight-text {
        flex: 1 1 100% !important;
    }

    .highlight-text h2 {
        font-size: 25px !important;
        line-height: 1.3 !important;
    }

    .highlight-action {
        width: 100% !important;
    }
}

/* =========================
   MOBILE CSS PANTAI PELAWAN
   ========================= */

@media (max-width: 768px) {

    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden !important;
    }

    * {
        box-sizing: border-box;
    }

    .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    /* NAVBAR */
    .navbar {
        width: 100%;
        overflow: hidden;
    }

    .nav-wrapper {
        width: 100%;
        min-height: auto !important;
        padding: 14px 0 !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 12px !important;
    }

    .logo a {
        font-size: 30px !important;
        line-height: 1.2 !important;
        text-align: center;
        white-space: normal !important;
    }

    .nav-menu {
        width: 100%;
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        justify-content: flex-start !important;
        gap: 8px !important;
        padding: 0 8px 8px !important;
        scrollbar-width: none;
    }

    .nav-menu::-webkit-scrollbar {
        display: none;
    }

    .nav-menu li {
        flex: 0 0 auto;
    }

    .nav-menu li a,
    .user-dropdown-btn {
        font-size: 13px !important;
        padding: 8px 12px !important;
        min-height: 38px !important;
        white-space: nowrap !important;
    }

    .user-dropdown-menu {
        right: auto !important;
        left: 50% !important;
        transform: translateX(-50%) translateY(12px) !important;
        width: 280px !important;
    }

    .user-dropdown:hover .user-dropdown-menu {
        transform: translateX(-50%) translateY(0) !important;
    }

    /* HERO */
    .hero {
        min-height: auto !important;
        background-position: center !important;
    }

    .hero-overlay {
        padding: 55px 0 45px !important;
    }

    .hero-content {
        max-width: 100% !important;
        text-align: center !important;
    }

    .hero-badge {
        font-size: 12px !important;
        padding: 9px 14px !important;
        white-space: normal !important;
        justify-content: center;
    }

    .hero-content h1 {
        font-size: 34px !important;
        line-height: 1.18 !important;
        margin-bottom: 18px !important;
    }

    .hero-content p {
        font-size: 16px !important;
        line-height: 1.7 !important;
        margin-bottom: 24px !important;
    }

    .hero-buttons {
        flex-direction: column !important;
        gap: 12px !important;
    }

    .btn {
        width: 100% !important;
        padding: 13px 18px !important;
        border-radius: 16px !important;
    }

    /* SECTION */
    .section {
        padding: 38px 0 !important;
    }

    .section-soft {
        padding-top: 34px !important;
        padding-bottom: 38px !important;
    }

    .section-heading {
        margin-bottom: 24px !important;
        padding: 0 4px !important;
    }

    .section-heading h2 {
        font-size: 26px !important;
        line-height: 1.28 !important;
        text-align: center !important;
        overflow-wrap: break-word !important;
    }

    .section-heading p {
        font-size: 14px !important;
        line-height: 1.7 !important;
        text-align: center !important;
    }

    /* GRID 2 KOLOM HP */
    .info-grid,
    .feature-grid,
    .profil-feature-grid,
    .warung-grid,
    .menu-grid,
    .galeri-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
        width: 100% !important;
    }

    /* CARD KECIL */
    .info-card,
    .feature-card,
    .profil-feature-card,
    .warung-card,
    .menu-card {
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 18px !important;
        padding: 16px !important;
        margin: 0 !important;
    }

    .info-card h3,
    .feature-card h3,
    .profil-feature-card h3,
    .warung-card-body h3,
    .menu-card-body h3 {
        font-size: 16px !important;
        line-height: 1.3 !important;
        margin-bottom: 8px !important;
    }

    .info-card p,
    .feature-card p,
    .profil-feature-card p,
    .warung-card-body p,
    .menu-card-body p {
        font-size: 12px !important;
        line-height: 1.55 !important;
        margin-bottom: 8px !important;
    }

    .icon-box {
        width: 52px !important;
        height: 52px !important;
        font-size: 24px !important;
        border-radius: 16px !important;
        margin-bottom: 12px !important;
    }

    /* KULINER CARD */
    .warung-card {
        overflow: hidden !important;
        padding: 0 !important;
    }

    .warung-card img,
    .menu-card img {
        height: 130px !important;
        object-fit: cover !important;
    }

    .warung-card-body,
    .menu-card-body {
        padding: 14px !important;
    }

    .lihat-menu {
        font-size: 11px !important;
        padding: 7px 12px !important;
    }

    .menu-price {
        font-size: 14px !important;
    }

    /* DETAIL WARUNG */
    .detail-warung,
    .profil-grid,
    .payment-wrapper,
    .akun-wrapper {
        grid-template-columns: 1fr !important;
        gap: 22px !important;
    }

    .detail-warung-image img,
    .profil-image img {
        height: 230px !important;
        min-height: 230px !important;
        object-fit: cover !important;
        border-radius: 20px !important;
    }

    .detail-warung-text h2,
    .profil-text h2 {
        font-size: 26px !important;
        line-height: 1.3 !important;
    }

    .detail-warung-text p,
    .profil-text p {
        font-size: 14px !important;
        line-height: 1.7 !important;
        text-align: left !important;
    }

    /* HIGHLIGHT */
    .highlight-box {
        padding: 26px 18px !important;
        border-radius: 20px !important;
        text-align: center !important;
    }

    .highlight-text {
        flex: 1 1 100% !important;
    }

    .highlight-text h2 {
        font-size: 24px !important;
        line-height: 1.3 !important;
    }

    .highlight-text p {
        font-size: 14px !important;
    }

    .highlight-action {
        width: 100% !important;
    }

    /* TIKET */
    .ticket-form-grid,
    .payment-wrapper {
        grid-template-columns: 1fr !important;
    }

    .ticket-type-card,
    .ticket-summary {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 16px !important;
    }

    .ticket-type-card {
        padding: 18px !important;
    }

    .ticket-icon {
        width: 58px !important;
        height: 58px !important;
        font-size: 24px !important;
    }

    .ticket-type-card h3 {
        font-size: 18px !important;
    }

    .ticket-summary h2 {
        font-size: 25px !important;
    }

    /* KONTAK */
    .contact-channel-grid,
    .contact-center-two {
        grid-template-columns: 1fr !important;
    }

    .contact-channel-card {
        padding: 22px !important;
    }

    .wa-contact-card,
    .auth-guest-card {
        grid-template-columns: 1fr !important;
        text-align: center !important;
        padding: 26px 20px !important;
    }

    .wa-logo-box,
    .auth-guest-icon {
        margin: 0 auto !important;
    }

    /* AKUN */
    .akun-profile-card,
    .akun-history-card,
    .payment-card,
    .ticket-form-card {
        padding: 22px 18px !important;
        border-radius: 22px !important;
    }

    .riwayat-item {
        flex-direction: column !important;
    }

    .riwayat-right {
        text-align: left !important;
        justify-items: start !important;
    }

    /* ADMIN */
    .admin-wrapper {
        flex-direction: column !important;
    }

    .admin-sidebar {
        width: 100% !important;
    }

    .admin-content {
        padding: 18px !important;
    }

    .admin-card-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }

    .admin-card {
        padding: 16px !important;
    }

    .admin-card h3 {
        font-size: 17px !important;
    }

    .admin-card p {
        font-size: 12px !important;
    }
}

/* HP KECIL */
@media (max-width: 390px) {

    .hero-content h1 {
        font-size: 30px !important;
    }

    .section-heading h2 {
        font-size: 23px !important;
    }

    .info-grid,
    .feature-grid,
    .profil-feature-grid,
    .warung-grid,
    .menu-grid,
    .galeri-grid,
    .admin-card-grid {
        gap: 10px !important;
    }

    .info-card,
    .feature-card,
    .profil-feature-card,
    .warung-card-body,
    .menu-card-body {
        padding: 13px !important;
    }

    .info-card h3,
    .feature-card h3,
    .profil-feature-card h3,
    .warung-card-body h3,
    .menu-card-body h3 {
        font-size: 15px !important;
    }

    .info-card p,
    .feature-card p,
    .profil-feature-card p,
    .warung-card-body p,
    .menu-card-body p {
        font-size: 11.5px !important;
    }

    .warung-card img,
    .menu-card img {
        height: 115px !important;
    }
}

/* FIX SECTION FITUR YANG KEPOTONG DI HP */
@media (max-width: 768px) {

    .home-feature-section,
    .feature-section,
    .aktivitas-section,
    .dt-activity-clean-section,
    .profil-feature-section {
        width: 100% !important;
        overflow: hidden !important;
    }

    .feature-grid,
    .info-grid,
    .profil-feature-grid,
    .dt-activity-clean-grid {
        width: 100% !important;
        max-width: 100% !important;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
        overflow: visible !important;
        transform: none !important;
    }

    .feature-card,
    .info-card,
    .profil-feature-card,
    .dt-activity-clean-card,
    .dt-activity-main,
    .dt-activity-wide {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 210px !important;
        padding: 14px !important;
        border-radius: 18px !important;
        overflow: hidden !important;
        transform: none !important;
    }

    .feature-card h3,
    .info-card h3,
    .profil-feature-card h3,
    .dt-activity-clean-card h3 {
        font-size: 15px !important;
        line-height: 1.3 !important;
        margin-bottom: 8px !important;
        text-align: center !important;
    }

    .feature-card p,
    .info-card p,
    .profil-feature-card p,
    .dt-activity-clean-card p {
        font-size: 12px !important;
        line-height: 1.55 !important;
        text-align: center !important;
        word-break: normal !important;
        overflow-wrap: break-word !important;
    }

    .icon-box {
        width: 50px !important;
        height: 50px !important;
        font-size: 22px !important;
        margin: 0 auto 10px auto !important;
    }
}

/* KHUSUS HP KECIL */
@media (max-width: 430px) {
    .feature-grid,
    .info-grid,
    .profil-feature-grid,
    .dt-activity-clean-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    .feature-card,
    .info-card,
    .profil-feature-card,
    .dt-activity-clean-card {
        min-height: 190px !important;
        padding: 12px !important;
    }
}

/* ==================================
   HOME BEAUTY BOTTOM MOBILE
================================== */

@media (max-width:768px){

    .home-beauty-bottom{
        display:grid !important;
        grid-template-columns:1fr 1fr !important;
        gap:12px !important;
        margin-top:25px !important;
    }

    .home-beauty-bottom-item{
        width:100% !important;
        min-width:0 !important;
        padding:14px !important;
        border-radius:18px !important;
        display:flex !important;
        flex-direction:column !important;
        align-items:center !important;
        text-align:center !important;
    }

    .home-beauty-bottom-icon{
        margin-bottom:10px !important;
        font-size:24px !important;
    }

    .home-beauty-bottom-item h3{
        font-size:15px !important;
        line-height:1.3 !important;
        margin-bottom:8px !important;
    }

    .home-beauty-bottom-item p{
        font-size:12px !important;
        line-height:1.5 !important;
        margin:0 !important;
    }
}

/* ===============================
   FIX HOME BEAUTY BOTTOM DI HP
   =============================== */

@media (max-width: 768px) {

    .home-beauty-bottom {
        width: 100% !important;
        max-width: 100% !important;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
        padding: 14px !important;
        margin-top: 28px !important;
        border-radius: 22px !important;
        overflow: hidden !important;
    }

    .home-beauty-bottom-item {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        text-align: center !important;
        gap: 8px !important;
        padding: 14px 10px !important;
        border-right: none !important;
        border-bottom: none !important;
        border-radius: 16px !important;
        background: #ffffff !important;
        overflow: hidden !important;
    }

    .home-beauty-bottom-icon {
        width: 48px !important;
        height: 48px !important;
        min-width: 48px !important;
        border-radius: 15px !important;
        font-size: 22px !important;
        margin: 0 auto 6px auto !important;
        flex-shrink: 0 !important;
    }

    .home-beauty-bottom-item h3 {
        font-size: 14px !important;
        line-height: 1.25 !important;
        margin-bottom: 5px !important;
        text-align: center !important;
    }

    .home-beauty-bottom-item p {
        font-size: 11.5px !important;
        line-height: 1.45 !important;
        text-align: center !important;
        margin: 0 !important;
        overflow-wrap: break-word !important;
        word-break: normal !important;
    }
}

@media (max-width: 390px) {
    .home-beauty-bottom {
        gap: 10px !important;
        padding: 12px !important;
    }

    .home-beauty-bottom-item {
        padding: 12px 8px !important;
    }

    .home-beauty-bottom-item h3 {
        font-size: 13px !important;
    }

    .home-beauty-bottom-item p {
        font-size: 11px !important;
    }
}

@media (max-width: 768px) {

    .home-beauty-bottom {
        width: 100% !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 14px !important;
        padding: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        overflow: visible !important;
    }

    .home-beauty-bottom-item {
        width: 100% !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 14px !important;
        padding: 18px !important;
        border-radius: 20px !important;
        background: #ffffff !important;
        box-shadow: 0 10px 25px rgba(20, 83, 45, 0.08) !important;
        text-align: left !important;
    }

    .home-beauty-bottom-icon {
        width: 60px !important;
        height: 60px !important;
        min-width: 60px !important;
        border-radius: 18px !important;
        font-size: 26px !important;
        margin: 0 !important;
    }

    .home-beauty-bottom-item h3 {
        font-size: 18px !important;
        line-height: 1.3 !important;
        margin-bottom: 5px !important;
        text-align: left !important;
    }

    .home-beauty-bottom-item p {
        font-size: 13px !important;
        line-height: 1.6 !important;
        text-align: left !important;
        margin: 0 !important;
    }
}