body{
    font-family:Inter,Arial,sans-serif;
    background:#f6f6f7;
}

/* ==========================================
   HOME
========================================== */

.jay-home{
    max-width:1200px;
    margin:40px auto 120px;
    padding:20px;
}

.jay-home *,
.jay-single-course *{
    box-sizing:border-box;
}

/* Sicherheitsregel gegen riesige SVGs */
.jay-home svg,
.jay-single-course svg{
    display:block;
    width:24px;
    height:24px;
    max-width:32px !important;
    max-height:32px !important;
}

/* ==========================================
   HEADER
========================================== */

.jay-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;
    padding:40px;
    margin-bottom:35px;
    background:#fff;
    border-radius:28px;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.jay-small{
    display:block;
    margin-bottom:10px;
    color:#777;
    font-size:15px;
}

.jay-header h1{
    margin:0;
    color:#111;
    font-size:46px;
    line-height:1.05;
    font-weight:700;
}

.jay-header p{
    margin:10px 0 0;
    color:#666;
}

.jay-avatar{
    display:flex;
    width:72px;
    height:72px;
    flex:0 0 72px;
    align-items:center;
    justify-content:center;
    background:#fded00;
    border-radius:50%;
    color:#111;
    font-size:28px;
    font-weight:700;
}

/* ==========================================
   NEUE MITTEILUNG
========================================== */

.jay-home-news{
    display:grid;
    grid-template-columns:58px minmax(0,1fr) 44px;
    align-items:center;
    gap:24px;
    padding:28px 32px;
    margin-bottom:32px;
    background:#fded00;
    border-radius:28px;
    box-shadow:0 16px 40px rgba(0,0,0,.06);
    color:#111 !important;
    text-decoration:none !important;
    transition:transform .25s ease;
}

.jay-home-news:hover{
    transform:translateY(-3px);
}

.jay-home-news-icon{
    display:flex;
    width:58px;
    height:58px;
    align-items:center;
    justify-content:center;
    background:#fff;
    border-radius:18px;
}

.jay-home-news-icon svg{
    width:28px !important;
    height:28px !important;
}

.jay-home-news-content{
    min-width:0;
}

.jay-home-news-content span{
    display:block;
    margin-bottom:7px;
    color:#111;
    font-size:12px;
    font-weight:800;
    letter-spacing:1.3px;
    text-transform:uppercase;
}

.jay-home-news-content h2{
    margin:0 0 8px;
    color:#111;
    font-size:28px;
    line-height:1.15;
}

.jay-home-news-content p{
    margin:0;
    color:#333;
    line-height:1.5;
}

.jay-home-news-arrow{
    display:flex;
    width:44px;
    height:44px;
    align-items:center;
    justify-content:center;
    background:#111;
    border-radius:50%;
    color:#fff;
}

.jay-home-news-arrow svg{
    width:22px !important;
    height:22px !important;
}

/* ==========================================
   WEITERLERNEN
========================================== */

.jay-continue-card{
    display:grid !important;
    grid-template-columns:58px minmax(0,1fr) auto !important;
    align-items:center !important;
    gap:24px !important;
    width:100% !important;
    padding:28px 32px !important;
    margin:0 0 32px !important;
    overflow:hidden !important;
    background:#fff !important;
    border-radius:28px !important;
    box-shadow:0 15px 40px rgba(0,0,0,.05) !important;
}

.jay-continue-icon{
    display:flex !important;
    width:58px !important;
    height:58px !important;
    flex:0 0 58px !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:hidden !important;
    background:#fded00 !important;
    border-radius:18px !important;
}

.jay-continue-icon svg{
    width:28px !important;
    height:28px !important;
    min-width:28px !important;
    min-height:28px !important;
    max-width:28px !important;
    max-height:28px !important;
}

.jay-continue-content{
    min-width:0 !important;
}

.jay-continue-content h2{
    margin:5px 0 14px !important;
    color:#111 !important;
    font-size:25px !important;
    line-height:1.2 !important;
}

.jay-continue-progress{
    display:flex !important;
    align-items:center !important;
    gap:14px !important;
}

.jay-continue-progress-bar{
    width:220px !important;
    max-width:100% !important;
    height:8px !important;
    overflow:hidden !important;
    background:#ececec !important;
    border-radius:999px !important;
}

.jay-continue-progress-bar span{
    display:block !important;
    height:100% !important;
    background:#111 !important;
    border-radius:999px !important;
}

.jay-continue-progress strong{
    color:#111 !important;
    font-size:13px !important;
    white-space:nowrap !important;
}

.jay-continue-button{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:10px !important;
    padding:14px 22px !important;
    background:#111 !important;
    border-radius:999px !important;
    color:#fff !important;
    font-weight:800 !important;
    text-decoration:none !important;
    white-space:nowrap !important;
}

.jay-continue-button svg{
    width:18px !important;
    height:18px !important;
    min-width:18px !important;
    min-height:18px !important;
    max-width:18px !important;
    max-height:18px !important;
    color:#fff !important;
}

/* ==========================================
   HEUTE FÜR DICH
========================================== */

.jay-today-card{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
    padding:38px;
    margin-bottom:35px;
    background:#fff;
    border-radius:30px;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.jay-today-left{
    flex:1;
    min-width:0;
}

.jay-today-small{
    display:inline-block;
    margin-bottom:12px;
    color:#888;
    font-size:12px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.jay-today-left h2{
    margin:0;
    color:#111;
    font-size:34px;
    line-height:1.15;
    font-weight:700;
}

.jay-today-left p{
    max-width:700px;
    margin:14px 0 0;
    color:#666;
    font-size:17px;
    line-height:1.7;
}

.jay-today-button{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-top:20px;
    padding:14px 22px;
    background:#111;
    border-radius:999px;
    color:#fff !important;
    font-weight:800;
    text-decoration:none;
}

.jay-today-button svg{
    width:19px !important;
    height:19px !important;
}

/* ==========================================
   FORTSCHRITTSRING
========================================== */

.jay-progress-circle{
    display:grid;
    width:170px;
    height:170px;
    flex:0 0 170px;
    place-items:center;
    padding:10px;
    background:
        conic-gradient(
            #111 var(--jay-progress),
            #ececec 0
        );
    border-radius:50%;
}

.jay-progress-circle-inner{
    display:flex;
    width:100%;
    height:100%;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    background:#fded00;
    border-radius:50%;
    text-align:center;
}

.jay-progress-circle strong{
    color:#111;
    font-size:40px;
    line-height:1;
    font-weight:800;
}

.jay-progress-circle span{
    margin-top:8px;
    color:#111;
    font-size:12px;
    font-weight:800;
    letter-spacing:1px;
    text-transform:uppercase;
}

.jay-progress-circle small{
    margin-top:7px;
    color:#444;
    font-size:12px;
    font-weight:600;
}

/* ==========================================
   HOME KARTEN
========================================== */

.jay-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:25px;
}

.jay-card{
    display:block;
    padding:35px;
    background:#fff;
    border-radius:26px;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
    color:#111 !important;
    text-decoration:none !important;
    transition:transform .25s ease;
}

.jay-card:hover{
    transform:translateY(-5px);
}

.jay-icon{
    display:flex;
    width:58px;
    height:58px;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
    overflow:hidden;
    background:#fded00;
    border-radius:18px;
}

.jay-icon svg{
    width:28px !important;
    height:28px !important;
    max-width:28px !important;
    max-height:28px !important;
}

.jay-card h3{
    margin:0 0 10px;
    color:#111;
    font-size:24px;
}

.jay-card p{
    margin:0;
    color:#666;
}

/* ==========================================
   EINZELNER KURS
========================================== */

.jay-single-course{
    max-width:1100px;
    margin:40px auto 120px;
    padding:20px;
}

.jay-single-course-head{
    padding:38px;
    margin-bottom:28px;
    background:#fff;
    border-radius:28px;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.jay-single-course-head h1{
    margin:8px 0 18px;
    color:#111;
    font-size:42px;
    line-height:1.1;
}

.jay-single-course-meta{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    align-items:center;
}

.jay-single-course-meta > span{
    padding:9px 14px;
    background:#f2f2f2;
    border-radius:999px;
    font-size:13px;
    font-weight:700;
}

.jay-course-video{
    padding:16px;
    margin-bottom:28px;
    overflow:hidden;
    background:#111;
    border-radius:28px;
}

.jay-course-video video{
    display:block;
    width:100%;
    max-height:650px;
    background:#000;
    border-radius:18px;
}

.jay-course-content{
    padding:38px;
    background:#fff;
    border-radius:28px;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.jay-course-description{
    color:#444;
    font-size:17px;
    line-height:1.7;
}

.jay-course-language{
    padding-top:20px;
    margin-top:24px;
    border-top:1px solid #eee;
}

.jay-course-actions{
    display:flex;
    flex-wrap:wrap;
    gap:18px;
    margin-top:35px;
}

.jay-complete-button{
    padding:16px 30px;
    background:#fded00;
    border-radius:999px;
    color:#111 !important;
    font-weight:800;
    text-decoration:none;
}

.jay-back-button{
    display:inline-flex;
    padding:16px 30px;
    background:#111;
    border-radius:999px;
    color:#fff !important;
    font-weight:800;
    text-decoration:none;
}

.jay-course-finished{
    padding:16px 26px;
    background:#e8ffe9;
    border-radius:999px;
    color:#157b29;
    font-weight:700;
}

.jay-success-message{
    padding:18px;
    margin-bottom:25px;
    background:#fff8d7;
    border-radius:18px;
    font-weight:700;
}

/* ==========================================
   MOBILE
========================================== */

@media(max-width:768px){

    .jay-home{
        width:100%;
        margin:20px auto 110px;
        padding:14px;
    }

    .jay-header{
        padding:25px;
        align-items:flex-start;
    }

    .jay-header h1{
        font-size:34px;
    }

    .jay-avatar{
        width:58px;
        height:58px;
        flex-basis:58px;
        font-size:22px;
    }

    .jay-home-news{
        grid-template-columns:52px minmax(0,1fr);
        gap:16px;
        padding:22px;
    }

    .jay-home-news-icon{
        width:52px;
        height:52px;
    }

    .jay-home-news-arrow{
        display:none;
    }

    .jay-home-news-content h2{
        font-size:22px;
    }

    .jay-continue-card{
        grid-template-columns:52px minmax(0,1fr) !important;
        gap:16px !important;
        padding:22px !important;
    }

    .jay-continue-icon{
        width:52px !important;
        height:52px !important;
    }

    .jay-continue-button{
        grid-column:1 / -1 !important;
        width:100% !important;
    }

    .jay-continue-progress{
        align-items:flex-start !important;
        flex-direction:column !important;
        gap:8px !important;
    }

    .jay-continue-progress-bar{
        width:100% !important;
    }

    .jay-today-card{
        padding:25px;
        align-items:flex-start;
        flex-direction:column;
    }

    .jay-today-left h2{
        font-size:28px;
    }

    .jay-progress-circle{
        width:145px;
        height:145px;
        flex-basis:145px;
        align-self:center;
    }

    .jay-progress-circle strong{
        font-size:34px;
    }

    .jay-grid{
        grid-template-columns:1fr;
    }

    .jay-card{
        padding:26px;
    }

    .jay-single-course{
        margin-top:20px;
        padding:14px;
    }

    .jay-single-course-head,
    .jay-course-content{
        padding:24px;
    }

    .jay-single-course-head h1{
        font-size:32px;
    }

    .jay-course-actions{
        flex-direction:column;
    }

    .jay-complete-button,
    .jay-back-button{
        width:100%;
        justify-content:center;
        text-align:center;
    }
}

/* ==========================================
   BOTTOM NAVIGATION
========================================== */

.jay-bottom-nav{
    position:fixed;
    left:50%;
    bottom:16px;
    z-index:99999;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    width:min(94%,620px);
    padding:8px;
    transform:translateX(-50%);
    background:rgba(255,255,255,.96);
    border:1px solid #e9e9e9;
    border-radius:24px;
    box-shadow:0 18px 50px rgba(0,0,0,.12);
    backdrop-filter:blur(18px);
}

.jay-bottom-nav a{
    display:flex;
    min-width:0;
    padding:10px 5px;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:4px;
    border-radius:18px;
    color:#666 !important;
    font-size:11px;
    font-weight:700;
    text-decoration:none !important;
}

.jay-bottom-nav a.is-active{
    background:#fded00;
    color:#111 !important;
}

.jay-bottom-nav-icon{
    display:flex;
    width:24px;
    height:24px;
    align-items:center;
    justify-content:center;
}

.jay-bottom-nav-icon svg{
    width:21px !important;
    height:21px !important;
    max-width:21px !important;
    max-height:21px !important;
}

@media(max-width:600px){

    .jay-bottom-nav{
        bottom:10px;
        width:calc(100% - 20px);
        border-radius:22px;
    }

    .jay-bottom-nav a{
        font-size:10px;
    }

}

/* ==========================================
   PROFIL
========================================== */

.jay-profile-page{
    width:min(92%,900px);
    margin:40px auto 120px;
    padding:20px;
    font-family:Inter,Arial,sans-serif;
    color:#111;
}

.jay-profile-page *{
    box-sizing:border-box;
}

.jay-profile-top{
    display:flex;
    align-items:center;
    gap:24px;
    padding:36px;
    margin-bottom:25px;
    background:#fff;
    border-radius:28px;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.jay-profile-avatar{
    display:flex;
    width:76px;
    height:76px;
    flex:0 0 76px;
    align-items:center;
    justify-content:center;
    background:#fded00;
    border-radius:24px;
    color:#111;
    font-size:30px;
    font-weight:800;
}

.jay-profile-top span{
    display:block;
    margin-bottom:5px;
    color:#777;
    font-size:12px;
    font-weight:800;
    letter-spacing:1.5px;
    text-transform:uppercase;
}

.jay-profile-top h1{
    margin:0 0 6px;
    color:#111;
    font-size:38px;
    line-height:1.1;
}

.jay-profile-top p{
    margin:0;
    color:#666;
}

.jay-profile-form{
    display:grid;
    gap:18px;
    padding:36px;
    background:#fff;
    border-radius:28px;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.jay-profile-field{
    padding:20px;
    background:#f6f6f7;
    border-radius:20px;
}

.jay-profile-field label{
    display:block;
    margin-bottom:10px;
    color:#111;
    font-size:14px;
    font-weight:800;
}

.jay-profile-field select{
    width:100%;
    min-height:54px;
    padding:0 16px;
    appearance:auto;
    background:#fff;
    border:1px solid #ddd;
    border-radius:14px;
    color:#111;
    font-family:Inter,Arial,sans-serif;
    font-size:16px;
}

.jay-profile-save{
    min-height:54px;
    padding:15px 24px;
    border:0;
    border-radius:999px;
    background:#fded00;
    color:#111;
    font-family:Inter,Arial,sans-serif;
    font-size:15px;
    font-weight:800;
    cursor:pointer;
}

.jay-profile-logout{
    display:flex;
    width:100%;
    min-height:54px;
    margin-top:20px;
    align-items:center;
    justify-content:center;
    background:#111;
    border-radius:999px;
    color:#fff !important;
    font-weight:800;
    text-decoration:none !important;
}

@media(max-width:768px){

    .jay-profile-page{
        width:100%;
        margin:20px auto 110px;
        padding:14px;
    }

    .jay-profile-top{
        padding:24px;
        gap:18px;
    }

    .jay-profile-avatar{
        width:62px;
        height:62px;
        flex-basis:62px;
        border-radius:19px;
        font-size:24px;
    }

    .jay-profile-top h1{
        font-size:29px;
    }

    .jay-profile-form{
        padding:24px;
    }
}

/* ==========================================
   ACADEMY ÜBERSICHT
========================================== */

.jay-academy-page{
    width:min(92%,1100px);
    margin:40px auto 120px;
    padding:20px;
    font-family:Inter,Arial,sans-serif;
    color:#111;
}

.jay-academy-page *{
    box-sizing:border-box;
}

.jay-academy-head{
    padding:36px;
    margin-bottom:28px;
    background:#fff;
    border-radius:28px;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.jay-academy-head h1{
    margin:4px 0 10px;
    font-size:42px;
    line-height:1.1;
}

.jay-academy-head p{
    margin:0;
    color:#666;
    font-size:16px;
}

.jay-academy-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:24px;
}

.jay-academy-card{
    display:flex;
    min-height:330px;
    padding:30px;
    flex-direction:column;
    background:#fff;
    border-radius:28px;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.jay-academy-card-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
}

.jay-academy-card-icon{
    display:flex;
    width:58px;
    height:58px;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    background:#fded00;
    border-radius:18px;
}

.jay-academy-card-icon svg{
    width:28px !important;
    height:28px !important;
    max-width:28px !important;
    max-height:28px !important;
}

.jay-required{
    display:inline-flex;
    padding:8px 13px;
    align-items:center;
    background:#fded00;
    border-radius:999px;
    font-size:11px;
    font-weight:800;
    letter-spacing:.5px;
    text-transform:uppercase;
}

.jay-academy-card h2{
    margin:24px 0 12px;
    font-size:27px;
    line-height:1.15;
}

.jay-academy-meta{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.jay-academy-meta span{
    padding:7px 11px;
    background:#f3f3f3;
    border-radius:999px;
    color:#555;
    font-size:12px;
    font-weight:700;
}

.jay-academy-progress{
    margin-top:28px;
}

.jay-academy-progress-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-bottom:10px;
}

.jay-academy-progress-head span{
    color:#555;
    font-size:13px;
    font-weight:700;
}

.jay-academy-progress-head strong{
    font-size:13px;
    color:#111;
}

.jay-academy-progress-bar{
    width:100%;
    height:8px;
    overflow:hidden;
    background:#ececec;
    border-radius:999px;
}

.jay-academy-progress-bar span{
    display:block;
    height:100%;
    background:#111;
    border-radius:999px;
}

.jay-academy-start{
    display:inline-flex;
    width:100%;
    min-height:52px;
    margin-top:auto;
    padding:14px 20px;
    align-items:center;
    justify-content:center;
    gap:10px;
    background:#111;
    border-radius:999px;
    color:#fff !important;
    font-weight:800;
    text-decoration:none !important;
}

.jay-academy-start svg{
    width:18px !important;
    height:18px !important;
    max-width:18px !important;
    max-height:18px !important;
}

.jay-course-page-progress{
    margin-top:24px;
    padding-top:20px;
    border-top:1px solid #eee;
}

/* MOBILE */

@media(max-width:768px){

    .jay-academy-page{
        width:100%;
        margin:20px auto 110px;
        padding:14px;
    }

    .jay-academy-head{
        padding:24px;
    }

    .jay-academy-head h1{
        font-size:32px;
    }

    .jay-academy-grid{
        grid-template-columns:1fr;
    }

    .jay-academy-card{
        min-height:300px;
        padding:25px;
    }

    .jay-academy-card h2{
        font-size:24px;
    }
}

/* ==========================================
   ONBOARDING
========================================== */

.jay-onboarding-page{
    width:min(92%,900px);
    margin:40px auto 120px;
    padding:20px;
}

.jay-onboarding-hero{
    background:#fff;
    border-radius:30px;
    padding:45px;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.jay-optik-icon{
    width:95px;
    height:95px;
    margin:0 auto 25px;
    background:#fded00;
    border-radius:26px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.jay-optik-icon svg{
    width:46px;
    height:46px;
}

.jay-onboarding-label{
    display:block;
    color:#888;
    font-size:13px;
    font-weight:800;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:10px;
}

.jay-onboarding-hero h1{
    margin:0;
    font-size:42px;
    line-height:1.15;
    color:#111;
}

.jay-onboarding-hero p{
    margin:20px auto 0;
    max-width:650px;
    color:#666;
    line-height:1.8;
    font-size:17px;
}

.jay-onboarding-benefits{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    margin:30px 0;
}

.jay-onboarding-benefit{
    background:#fff;
    padding:26px;
    border-radius:24px;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.jay-onboarding-benefit strong{
    display:block;
    margin-bottom:10px;
    font-size:18px;
}

.jay-onboarding-benefit span{
    color:#666;
    line-height:1.6;
}

.jay-onboarding-form{
    background:#fff;
    padding:35px;
    border-radius:28px;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.jay-onboarding-start{
    width:100%;
    height:58px;
    margin-top:20px;
    border:none;
    border-radius:999px;
    background:#fded00;
    color:#111;
    font-size:16px;
    font-weight:800;
    cursor:pointer;
}

@media(max-width:768px){

    .jay-onboarding-page{
        width:100%;
        padding:14px;
    }

    .jay-onboarding-hero{
        padding:28px;
    }

    .jay-onboarding-hero h1{
        font-size:30px;
    }

    .jay-onboarding-benefits{
        grid-template-columns:1fr;
    }

    .jay-onboarding-form{
        padding:24px;
    }

}

/* ==========================================
   JAY ACADEMY – MOBILE APP FINAL FIX
========================================== */

@media(max-width:768px){

    html,
    body{
        margin:0 !important;
        padding-top:0 !important;
        width:100% !important;
        overflow-x:hidden !important;
    }

    #page-container,
    #et-main-area,
    #main-content{
        margin-top:0 !important;
        padding-top:0 !important;
        width:100% !important;
    }

    #main-content .container{
        width:100% !important;
        max-width:none !important;
        padding:0 !important;
        margin:0 !important;
    }

    .et_pb_section{
        width:100% !important;
    }

    .et_pb_section:first-child{
        padding-top:0 !important;
        margin-top:0 !important;
    }

    .et_pb_row{
        width:100% !important;
        max-width:none !important;
        margin:0 !important;
    }

    .jay-home{
        width:100% !important;
        max-width:none !important;
        margin:0 auto 120px !important;
        padding:14px !important;
    }

    .jay-header{
        width:100% !important;
        margin:0 0 18px !important;
        padding:24px !important;
        border-radius:24px !important;
    }

    .jay-home-news,
    .jay-continue-card,
    .jay-today-card{
        width:100% !important;
        margin-left:0 !important;
        margin-right:0 !important;
    }

}

/* ==========================================
   ACADEMY KATEGORIEN – KOMPAKT
========================================== */

.jay-category-page{
    width:min(94%,1100px);
    margin:24px auto 120px;
    padding:12px;
}

.jay-category-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px;
}

.jay-category-card{
    min-height:170px;
    padding:20px;
    background:#fff;
    border-radius:22px;
    box-shadow:0 10px 28px rgba(0,0,0,.05);
}

.jay-category-icon{
    width:46px;
    height:46px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fded00;
    border-radius:14px;
    margin-bottom:16px;
}

.jay-category-icon svg{
    width:22px !important;
    height:22px !important;
}

.jay-category-card h2{
    margin:0 0 8px;
    font-size:20px;
    line-height:1.2;
}

.jay-category-card span{
    font-size:13px;
    color:#666;
    font-weight:700;
}

@media(max-width:768px){

    .jay-category-page{
        width:100%;
        margin:12px auto 100px;
        padding:12px;
    }

    .jay-category-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:12px;
    }

    .jay-category-card{
        min-height:140px;
        padding:16px;
        border-radius:18px;
    }

    .jay-category-icon{
        width:40px;
        height:40px;
        margin-bottom:12px;
    }

    .jay-category-card h2{
        font-size:16px;
    }

    .jay-category-card span{
        font-size:11px;
    }
}