/* ===========================================================
   MÓKA Tanoda demó kiegészítés · Conen DIGITAL Studio
   Színező játék + korosztály-választó + jelvény
   Minden más stílus az eredeti sablonból jön.
   =========================================================== */

.play-sec{
    position: relative;
    padding: 110px 0;
    background-color: #fff8ec;
    overflow: hidden;
}
.play-head{ text-align: center; max-width: 720px; margin: 0 auto 52px; }
.play-head span{
    font-family: 'Handlee', cursive;
    font-size: 23px;
    color: #ffab02;
}
.play-head h2{
    font-size: 44px;
    font-weight: 400;
    color: #26313c;
    margin: 8px 0 16px;
}
.play-head p{
    font-size: 15.5px;
    line-height: 1.85;
    color: #6b7683;
    margin: 0;
}

.play-wrap{
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 44px;
    align-items: start;
}

/* --- Színező vászon --- */
.color-canvas{
    background-color: #fff;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 34px 60px -42px rgba(38, 49, 60, .55);
}
.color-canvas svg{ width: 100%; height: auto; display: block; }
.fillable{ cursor: pointer; transition: fill .25s ease; }
.fillable:hover{ filter: brightness(.93); }
.color-canvas .stroke{
    stroke: #26313c;
    stroke-width: 2.6;
    stroke-linejoin: round;
    stroke-linecap: round;
}

/* --- Színpaletta --- */
.play-side h3{
    font-size: 22px;
    font-weight: 400;
    color: #26313c;
    margin: 0 0 16px;
}
.palette{ display: flex; flex-wrap: wrap; gap: 12px; }
.swatch{
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 8px 16px -8px rgba(38, 49, 60, .6);
    cursor: pointer;
    padding: 0;
    transition: transform .25s ease, box-shadow .25s ease;
}
.swatch:hover{ transform: scale(1.08); }
.swatch.is-active{ transform: scale(1.16); box-shadow: 0 0 0 3px #26313c; }
.swatch--white{ box-shadow: inset 0 0 0 1px #e3e7ec, 0 8px 16px -8px rgba(38, 49, 60, .5); }

.play-actions{ display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.play-tip{
    margin-top: 24px;
    font-size: 14.2px;
    line-height: 1.7;
    color: #8a93a0;
}
.play-tip b{ color: #ffab02; }

/* --- Korosztály-választó --- */
.group-finder{
    margin-top: 76px;
    background-color: #fff;
    border-radius: 24px;
    padding: clamp(28px, 3.6vw, 46px);
    box-shadow: 0 34px 60px -42px rgba(38, 49, 60, .5);
}
.group-finder .gf-head{ text-align: center; margin-bottom: 30px; }
.group-finder .gf-head h3{
    font-size: 32px;
    font-weight: 400;
    color: #26313c;
    margin: 0 0 10px;
}
.group-finder .gf-head p{ font-size: 15px; color: #6b7683; margin: 0; }
.group-chips{ display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.group-chip{
    padding: 12px 26px;
    border-radius: 50px;
    border: 2px solid #ffe1b0;
    background-color: #fff;
    font-family: 'Handlee', cursive;
    font-size: 19px;
    color: #26313c;
    cursor: pointer;
    transition: all .3s ease;
}
.group-chip:hover{ border-color: #ffab02; color: #ffab02; }
.group-chip.is-active{ background-color: #ffab02; border-color: #ffab02; color: #fff; }

.group-card{
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 40px;
    margin-top: 36px;
    align-items: center;
}
.group-card h4{
    font-size: 27px;
    font-weight: 400;
    color: #26313c;
    margin: 0 0 12px;
}
.group-card p{ font-size: 15.2px; line-height: 1.8; color: #6b7683; margin: 0; }
.group-facts{ list-style: none; padding: 0; margin: 0; display: grid; gap: 13px; }
.group-facts li{
    display: flex;
    gap: 12px;
    font-size: 14.8px;
    line-height: 1.6;
    color: #3d4a57;
}
.group-facts i{ color: #ffab02; margin-top: 4px; flex: none; }

.play-btn-ghost{
    background-color: #fff;
    border: 2px solid #ffe1b0;
    color: #26313c;
}
.play-btn-ghost:hover{ border-color: #ffab02; color: #ffab02; }

/* --- Hero: olvasható szöveg a világos fotókon --- */
#vertical-bullets .tp-bgimg,
#vertical-bullets .slotholder{
    filter: brightness(.56) saturate(1.08) contrast(1.03);
}
#vertical-bullets .tp-caption h1,
#vertical-bullets .tp-caption h2,
#vertical-bullets .tp-caption p{
    text-shadow: 0 2px 16px rgba(38, 49, 60, .95), 0 1px 4px rgba(38, 49, 60, .8), 0 0 2px rgba(38, 49, 60, .7);
}

/* --- Header: nagyobb logó --- */
.navbar-brand{ width: auto !important; max-width: none; }
.navbar-brand>img{ width: auto; height: 56px; }

/* --- Nav: fehér szöveg a hero fölött, kiemelt aktív menüpont --- */
.navbar.transparent-bg .navbar-nav .nav-link{
    color: #ffffff;
    text-shadow: 0 1px 8px rgba(38, 49, 60, .6);
}
.navbar.transparent-bg .navbar-nav .nav-link.active{
    color: #ffffff !important;
}
.navbar.transparent-bg .navbar-nav .nav-link.active::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 3px;
    border-radius: 3px;
    background-color: #ffda00;
}
/* Görgetett (fehér hátterű) fejlécen marad a sötét szöveg és a piros aktív */
.navbar.fixedmenu .navbar-nav .nav-link{
    color: #606060 !important;
    text-shadow: none;
}
.navbar.fixedmenu .navbar-nav .nav-link.active{
    color: #ff4a51;
}

/* --- Hero: a kis szövegek fehérek --- */
#vertical-bullets .slider-top-text{
    color: #ffffff;
}

/* --- Demó jelvény --- */
.demo-badge{
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 10060;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 18px 11px 14px;
    background: rgba(38, 49, 60, .93);
    color: #fff;
    border-radius: 50px;
    font-size: 12.8px;
    text-decoration: none;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, .5);
    transition: transform .4s ease, background .3s ease;
}
.demo-badge:hover{ transform: translateY(-3px); background: #26313c; color: #fff; text-decoration: none; }
.demo-badge .demo-dot{
    width: 8px; height: 8px; border-radius: 50%;
    background: #ffab02;
    box-shadow: 0 0 0 4px rgba(255, 171, 2, .3);
    animation: demoPulse 2.4s infinite;
}
.demo-badge strong{ font-weight: 600; }
@keyframes demoPulse{
    0%, 100% { box-shadow: 0 0 0 3px rgba(255, 171, 2, .35); }
    50%      { box-shadow: 0 0 0 9px rgba(255, 171, 2, 0); }
}

/* --- Reszponzív --- */
@media (max-width: 991px){
    .play-sec{ padding: 70px 0; }
    .play-wrap{ grid-template-columns: 1fr; gap: 34px; }
    .group-card{ grid-template-columns: 1fr; gap: 26px; }
    .play-head h2{ font-size: 34px; }
}
@media (max-width: 767px){
    .demo-badge{ left: 12px; bottom: 12px; font-size: 11.2px; padding: 9px 14px; }
    .group-finder .gf-head h3{ font-size: 26px; }
    .swatch{ width: 44px; height: 44px; }
}
