/*-- Use For Custom Styling --*/
/* ===========================================================
   VITALIS Klinika demó kiegészítés · Conen DIGITAL Studio
   Interaktív testtérkép (panasz -> szakterület) + jelvény
   Minden más stílus az eredeti sablonból jön.
   =========================================================== */

.symptom-sec{
    position: relative;
    padding: 110px 0;
    background-color: #f4f9f8;
    overflow: hidden;
}
.symptom-sec .sym-head{
    text-align: center;
    max-width: 740px;
    margin: 0 auto 55px;
}
.symptom-sec .sym-head h3{ margin-bottom: 16px; }
.symptom-sec .sym-head p{
    font-family: 'Open Sans', sans-serif;
    font-size: 15.5px;
    line-height: 1.85;
    color: #6d7c7c;
    margin: 0;
}

.sym-wrap{
    display: grid;
    grid-template-columns: minmax(0, 380px) minmax(0, 1fr);
    gap: clamp(34px, 5vw, 70px);
    align-items: center;
}

/* --- A testtérkép --- */
.bodymap-box{
    position: relative;
    background-color: #ffffff;
    border-radius: 14px;
    padding: 30px 20px 20px;
    box-shadow: 0 34px 60px -40px rgba(20, 32, 34, .55);
    text-align: center;
}
.bodymap-figure{
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}
.bodymap-figure img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    background-color: #f2f5f5;
}
.bodymap-hotspot{
    position: absolute;
    width: 44px;
    height: 44px;
    margin: -22px 0 0 -22px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bodymap-hotspot .dot{
    position: relative;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #40baa4;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .92);
    transition: transform .3s ease, background-color .3s ease;
}
.bodymap-hotspot .dot::after{
    content: "";
    position: absolute;
    left: 50%; top: 50%;
    width: 14px; height: 14px;
    margin: -7px 0 0 -7px;
    border-radius: 50%;
    background-color: rgba(64, 186, 164, .55);
    animation: symPulseDot 2.2s ease-out infinite;
}
.bodymap-hotspot .tag{
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    white-space: nowrap;
    background-color: #142022;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    letter-spacing: .3px;
    padding: 3px 10px;
    border-radius: 20px;
    opacity: 0;
    transition: opacity .3s ease;
    pointer-events: none;
}
.bodymap-hotspot:hover .tag,
.bodymap-hotspot:focus .tag,
.bodymap-hotspot.is-active .tag{ opacity: 1; }
.bodymap-hotspot:hover .dot{ transform: scale(1.2); }
.bodymap-hotspot.is-active .dot{ background-color: #1b97a1; transform: scale(1.25); }
.bodymap-hotspot:focus{ outline: none; }
.bodymap-hotspot:focus-visible .dot{ box-shadow: 0 0 0 4px #fff, 0 0 0 7px rgba(64, 186, 164, .7); }
@keyframes symPulseDot{
    0%   { transform: scale(.7); opacity: .9; }
    70%  { transform: scale(2.7); opacity: 0; }
    100% { transform: scale(2.7); opacity: 0; }
}
.bodymap-hotspot:nth-of-type(2) .dot::after{ animation-delay: .3s; }
.bodymap-hotspot:nth-of-type(3) .dot::after{ animation-delay: .6s; }
.bodymap-hotspot:nth-of-type(4) .dot::after{ animation-delay: .9s; }
.bodymap-hotspot:nth-of-type(5) .dot::after{ animation-delay: 1.2s; }
.bodymap-hotspot:nth-of-type(6) .dot::after{ animation-delay: 1.5s; }
.bodymap-hint{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #8a9999;
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.bodymap-hint .pulse{
    width: 8px; height: 8px; border-radius: 50%;
    background-color: #40baa4;
    animation: symPulse 2s ease-in-out infinite;
}
@keyframes symPulse{
    0%, 100% { box-shadow: 0 0 0 0 rgba(64, 186, 164, .55); }
    50%      { box-shadow: 0 0 0 9px rgba(64, 186, 164, 0); }
}

/* --- Adatlap --- */
.sym-panel{
    background-color: #ffffff;
    border-radius: 14px;
    padding: clamp(28px, 3.4vw, 44px);
    box-shadow: 0 34px 60px -40px rgba(20, 32, 34, .45);
    border-left: 5px solid #40baa4;
    min-height: 380px;
    display: flex;
    flex-direction: column;
}
.sym-dept{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #1b97a1;
}
.sym-panel h3{
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #142022;
    margin: 10px 0 6px;
}
.sym-doctor{
    font-family: 'Open Sans', sans-serif;
    font-size: 14.5px;
    color: #6d7c7c;
    margin-bottom: 22px;
}
.sym-list{
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: grid;
    gap: 11px;
}
.sym-list li{
    display: flex;
    gap: 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14.8px;
    line-height: 1.65;
    color: #3d4c4c;
}
.sym-list li i{ color: #40baa4; margin-top: 5px; flex: none; }
.sym-urgency{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    align-self: flex-start;
    padding: 10px 18px;
    border-radius: 50px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13.5px;
    font-weight: 600;
    margin-bottom: 22px;
}
.sym-urgency.is-now{ background-color: #fdecea; color: #c0392b; }
.sym-urgency.is-soon{ background-color: #fff6e5; color: #b8770f; }
.sym-urgency.is-plan{ background-color: #e8f7f3; color: #1b97a1; }
.sym-foot{
    margin-top: auto;
    padding-top: 22px;
    border-top: 1px solid #eef3f3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}
.sym-phone{
    font-family: 'Open Sans', sans-serif;
    font-size: 14.5px;
    color: #6d7c7c;
}
.sym-phone b{
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    color: #142022;
}

/* --- Stilizált térkép (Google Maps API helyett) --- */
.map-sec{ position: relative; }
.vmap{
    position: relative;
    min-height: 470px;
    overflow: hidden;
    background-color: #eef3f2;
    background-image:
        repeating-linear-gradient(0deg, rgba(20, 32, 34, .05) 0 1px, transparent 1px 34px),
        repeating-linear-gradient(90deg, rgba(20, 32, 34, .05) 0 1px, transparent 1px 34px);
}
.vmap-road{ position: absolute; background-color: #fff; box-shadow: 0 0 0 1px rgba(20, 32, 34, .07); }
.vmap-road--h1{ left: 0; right: 0; top: 38%; height: 16px; }
.vmap-road--h2{ left: 0; right: 0; top: 72%; height: 11px; }
.vmap-road--v1{ top: 0; bottom: 0; left: 26%; width: 13px; }
.vmap-road--v2{ top: 0; bottom: 0; left: 68%; width: 16px; }
.vmap-road--diag{ left: -10%; right: -10%; top: 56%; height: 9px; transform: rotate(-9deg); }
.vmap-block{ position: absolute; border-radius: 12px; }
.vmap-block--park{ left: 6%; top: 12%; width: 16%; height: 22%; background-color: #d9ebda; }
.vmap-block--water{ right: 7%; bottom: 9%; width: 20%; height: 21%; background-color: #cfe7ef; border-radius: 40% 60% 55% 45%; }
.vmap-pin{
    position: absolute;
    left: 48%; top: 44%;
    width: 56px; height: 56px;
    margin: -28px 0 0 -28px;
    border-radius: 50%;
    background-color: #40baa4;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 16px 30px -10px rgba(27, 151, 161, .75);
    z-index: 2;
}
.vmap-pin::after{
    content: "";
    position: absolute;
    inset: -12px;
    border-radius: 50%;
    border: 2px solid rgba(64, 186, 164, .5);
    animation: vmapPing 2.6s ease-out infinite;
}
@keyframes vmapPing{
    0%   { transform: scale(.8); opacity: .9; }
    100% { transform: scale(1.75); opacity: 0; }
}
.vmap-pin i{ font-size: 26px; }
.vmap-card{
    position: absolute;
    left: 6%; bottom: 8%;
    max-width: 400px;
    background-color: #fff;
    border-radius: 12px;
    padding: 26px 28px;
    box-shadow: 0 30px 50px -30px rgba(20, 32, 34, .5);
    z-index: 3;
}
.vmap-label{
    font-family: 'Open Sans', sans-serif;
    font-size: 11.5px;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    color: #1b97a1;
}
.vmap-card b{
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 21px;
    color: #142022;
    margin: 8px 0;
}
.vmap-card p{
    font-family: 'Open Sans', sans-serif;
    font-size: 13.8px;
    line-height: 1.65;
    color: #6d7c7c;
    margin: 0 0 16px;
}
@media (max-width: 991px){
    .vmap{ min-height: 520px; }
}
@media (max-width: 767px){
    .vmap{ min-height: 560px; }
    .vmap-card{ left: 5%; right: 5%; bottom: 5%; max-width: none; padding: 20px 22px; }
}

/* --- Lábléc: ne tördelje a címet és az elérhetőségeket --- */
.our-loc a{ white-space: nowrap; }

/* --- 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(20, 32, 34, .93);
    color: #fff;
    border-radius: 50px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12.6px;
    letter-spacing: .2px;
    text-decoration: none;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, .55);
    transition: transform .4s ease, background .3s ease;
}
.demo-badge:hover{ transform: translateY(-3px); background: #142022; color: #fff; text-decoration: none; }
.demo-badge .demo-dot{
    width: 8px; height: 8px; border-radius: 50%;
    background: #40baa4;
    box-shadow: 0 0 0 4px rgba(64, 186, 164, .3);
    animation: demoPulse 2.4s infinite;
}
.demo-badge strong{ font-weight: 600; }
@keyframes demoPulse{
    0%, 100% { box-shadow: 0 0 0 3px rgba(64, 186, 164, .35); }
    50%      { box-shadow: 0 0 0 9px rgba(64, 186, 164, 0); }
}

/* --- Reszponzív --- */
@media (max-width: 991px){
    .symptom-sec{ padding: 70px 0; }
    .sym-wrap{ grid-template-columns: 1fr; }
    .bodymap{ max-width: 220px; }
    .sym-panel{ min-height: 0; }
}
@media (max-width: 767px){
    .demo-badge{ left: 12px; bottom: 12px; font-size: 11.2px; padding: 9px 14px; }
    .sym-panel h3{ font-size: 24px; }
}
