@keyframes floatSlow {
    0% {
        background-position: 0 0,0 0,0 0
    }

    to {
        background-position: 0 0,0 0,300px 300px
    }
}

@keyframes floatMedium {
    0% {
        background-position: 0 0
    }

    to {
        background-position: -200px -200px
    }
}

@keyframes twinkleSlow {
    0% {
        opacity: .75
    }

    to {
        opacity: 1
    }
}

@keyframes twinkleFast {
    0% {
        opacity: .8
    }

    to {
        opacity: 1
    }
}

@keyframes gentlePulse {
    0% {
        opacity: .15
    }

    to {
        opacity: .35
    }
}

@keyframes glowText {
    0% {
        text-shadow: 0 0 10px var(--flashy-glow)
    }

    to {
        text-shadow: 0 0 30px var(--flashy-glow),0 0 45px rgba(43,233,255,.5)
    }
}

@keyframes pulseRed {
    0%,to {
        opacity: .9;
        transform: scale(1)
    }

    50% {
        opacity: 1;
        transform: scale(1.02)
    }
}

:root {
    --bg-1: #050508;
    --bg-2: #0a0b10;
    --bg-3: #0f141a;
    --accent: #2BE9FF;
    --accent-soft: #7FF6FF;
    --text: #ffffff;
    --text2: #000000;
    --muted: #cfd8dc;
    --border: rgba(43, 233, 255, .15);
    --border-heavy: rgba(43, 233, 255, .18);
    --shadow-glow: rgba(43, 233, 255, .12);
    --shadow-heavy: rgba(0, 0, 0, .55);
    --flashy-glow: rgba(43, 233, 255, 0.5);
    --red-glow: rgba(255, 51, 51, 0.4)
}

*,::after,::before {
    box-sizing: border-box
}

body,html {
    margin: 0;
    height: 100%
}

html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%
}

.highlight {
    background-color: #eeeb00;
    color: #000;
    padding: .1em .3em;
    border-radius: 3px;
    box-shadow: inset 0-1px 0 rgba(0,0,0,.15),inset 0 1px 0 rgba(255,255,255,.8)
}

.table-container {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,.08);
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
    color: black;
}

table {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
    font-size: 1rem
}

td,th {
    border-bottom: 1px solid #eee;
    padding: 20px 15px
}

th {
    background: #f8f9fa;
    font-size: 1.05rem;
    text-align: center!important;
    background: linear-gradient(135deg,#667eea 0,#764ba2 100%);
    color: #fff;
    font-weight: 600;
    font-size: 18px
}

td {
    text-align: left;
    font-weight: 500;
    vertical-align: top
}

.table-container::-webkit-scrollbar {
    height: 9px
}

.table-container::-webkit-scrollbar-track {
    background: rgba(0,0,0,.06);
    border-radius: 6px
}

.table-container::-webkit-scrollbar-thumb {
    background: rgba(43,233,255,.6);
    border-radius: 6px
}

.table-container::-webkit-scrollbar-thumb:hover {
    background: var(--accent)
}

th:first-child {
    width: 20%;
    background: linear-gradient(135deg,#f093fb 0,#f5576c 100%)
}

th:nth-child(2) {
    width: 40%
}

th:last-child {
    width: 30%;
    background: linear-gradient(135deg,#4facfe 0,#00f2fe 100%)
}

tr {
    border-bottom: 1px solid #e9ecef;
    transition: all .2s ease
}

tr:last-child {
    border-bottom: none
}

tr:nth-child(2n) {
    background: #f8f9fa
}

.avg-male {
    background: linear-gradient(135deg,#e74c3c 0,#c0392b 100%)
}

.pro-photo {
    background: linear-gradient(135deg,#3498db 0,#2980b9 100%)
}

.dream-male {
    background: linear-gradient(135deg,#27ae60 0,#2ecc71 100%)
}

.bad,.good,.great {
    color: #000!important
}

.feature-name,.great {
    font-weight: 700
}

.feature-name {
    font-size: 16px;
    color: #2c3e50;
    display: flex;
    align-items: center;
    gap: 10px
}

.description {
    color: #5a6c7d;
    font-size: 14px;
    margin-top: 8px;
    line-height: 1.5
}

.benefit {
    color: #27ae60;
    font-weight: 600;
    font-size: 15px
}

.benefit h3 {
    color: #000;
    margin: 0 0 .5em;
    font-weight: 800;
    font-size: 15px
}

#youtube-player,.demo-btn {
    border: 0;
    border-radius: 20px
}

.demo-btn {
    background: linear-gradient(135deg,#ff6b6b,#ee5a24);
    color: #fff;
    padding: 8px 16px;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all .3s ease;
    box-shadow: 0 2px 10px rgba(238,90,36,.3)
}

.demo-btn:hover {
    transform: translateY(-.5px);
    box-shadow: 0 6px 20px rgba(238,90,36,.4);
    background: linear-gradient(135deg,#ee5a24,#ff6b6b)
}

.demo-btn::after {
    content: "->"
}

.hero-fullvh {
    position: relative;
    text-align: center;
    z-index: 1
}

body {
    min-height: 100vh;
    position: relative;
    font-family: Poppins,system-ui,-apple-system,sans-serif;
    color: var(--text);
    line-height: 1.6;
    font-size: clamp(15px,.9vw + .5rem,17px);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: .01em;
    padding-top: 72px;
    background: #0a0e17;
    overflow-x: hidden
}

.hero-fullvh::before,body::before {
    content: "";
    inset: 0
}

body::after,body::before {
    position: fixed;
}

body::before {
    z-index: -3;
    animation: floatSlow 240s linear infinite,twinkleSlow 10s ease-in-out infinite alternate
}

body::after {
    content: "";
    inset: 0;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"><circle fill="%23ffffff" opacity="0.14" cx="30" cy="40" r="2"/><circle fill="%23ffffff" opacity="0.17" cx="100" cy="80" r="2.4"/><circle fill="%23ffffff" opacity="0.12" cx="160" cy="150" r="2.2"/><circle fill="%23ffffff" opacity="0.20" cx="70" cy="170" r="2.7"/><circle fill="%23ffffff" opacity="0.15" cx="140" cy="30" r="2.1"/><circle fill="%23ffffff" opacity="0.18" cx="180" cy="100" r="2.3"/></svg>'),linear-gradient(135deg,rgba(10,15,30,.94)0,rgba(15,10,40,.65) 50%,rgba(10,20,40,.92) 100%);
    background-size: 200px 200px,cover;
    z-index: -2;
    animation: floatMedium 160s linear infinite,twinkleFast 5s ease-in-out infinite alternate
}

.hero-fullvh::before {
    position: absolute;
    z-index: -1;
    animation: gentlePulse 18s ease-in-out infinite alternate
}

.section-problem,.section-problem-nari {
    padding: 40px 4px;
    position: relative;
    overflow: hidden
}

.section-problem {
    background: #060a12
}

.section-problem .container,.section-problem-nari .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

.section-problem-nari {
    background: #0d0911
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: center;
    margin: 40px
}

.left-image img {
    grid-column: 1;
    grid-row: 1
}

.left-image .text-content,.right-image img {
    grid-column: 2;
    grid-row: 1
}

.right-image .text-content {
    grid-column: 1;
    grid-row: 1
}

.center-img {
    display: block;
    margin: 60px auto;
    max-width: 100%;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(0,0,0,.5)
}

.aaa-pair,.before-after-clean {
    display: flex;
    gap: 30px;
    justify-content: center
}

.aaa-pair img {
    width: 44%;
    margin: 30px auto!important
}

.before-after-clean {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 40px;
    margin: 80px auto;
    padding: 0 20px;
    max-width: 480px
}

.ba-img {
    flex: 1;
    min-width: 250px;
    max-width: 580px;
    width: 100%;
    height: auto;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0,0,0,.12);
    transition: all .4s ease
}

.ba-img:hover {
    transform: translateY(-.5px);
    box-shadow: 0 30px 70px rgba(0,0,0,.18)
}

.text-content {
    text-align: left;
    padding: 6px!important;
    border-radius: 16px;
    background: rgba(255,255,255,.02);
    margin-left: -20px!important
}

@media (max-width:768px) {
    .grid-container {
        display: block!important;
        grid-template-columns: 1fr;
        gap: 1px;
        margin: 1px auto
    }

    .left-image img {
        grid-column: 1;
        grid-row: 1
    }

    .left-image .big-list {
        grid-column: 1;
        grid-row: 2
    }

    .big-list {
        padding: 1px;
        text-align: center;
        list-style-position: inside
    }

    .center-img {
        margin: 40px auto
    }

    .before-after-clean {
        flex-direction: column;
        align-items: center;
        gap: 36px
    }

    .ba-img {
        max-width: 90%
    }
}

.section-problem2 {
    padding: 20px 4px;
    background: #f9fafb;
    color: red;
    font-weight: 700;
    letter-spacing: .09em;
    word-spacing: .06em
}

.section-problem-hiaba {
    padding: 20px 4px;
    background: #f9fafb;
    color: red;
    font-weight: 700;
    letter-spacing: .09em;
    word-spacing: .06em
}

.section-solution {
    padding: 20px 4px;
    background: linear-gradient(135deg,#121a2e 0,#0d1528 100%)
}

.section-solution2 {
    padding: 20px 4px;
    background: #f9fafb
}

.section-solution2 h3 {
    color: #000
}

.section-solution3 {
    padding: 20px 4px;
    background: #f9fafb
}

.section-solution3 .description {
    color: #000
}

.archetypes-section {
    padding: 20px 4px;
    background: #060a12
}

@media (min-width:640px) {
    .archetypes-grid {
        grid-template-columns: repeat(2,1fr)
    }
}

@media (min-width:900px) {
    .archetypes-grid {
        grid-template-columns: repeat(3,1fr)
    }
}

@media (min-width:1200px) {
    .archetypes-grid {
        grid-template-columns: repeat(4,1fr);
        gap: 48px 40px
    }
}

.archetypes-section .arch-item {
    background: rgba(255,255,255,.95);
    border-radius: 48px;
    padding: 32px 24px 36px;
    box-shadow: 0 20px 50px rgba(0,0,0,.18)
}

.arch-item img {
    width: 100%;
    max-width: none;
    height: auto;
    border-radius: 28px;
    margin-bottom: 24px;
    box-shadow: 0 12px 30px rgba(0,0,0,.4);
    object-fit: cover;
    aspect-ratio: 1/1.1;
    border: 3px solid rgba(43,233,255,.15);
    transition: all .4s ease
}

.arch-item h3 {
    font-size: 1.15rem!important;
    color: #0f141a!important
}

.arch-item p {
    font-size: .95rem!important;
    line-height: 1.65;
    color: #333!important;
    margin-bottom: 0
}

@media (max-width:768px) {
    .archetypes-section .arch-item {
        padding: 32px 24px;
        border-radius: 40px
    }

    .arch-item h3 {
        font-size: 1.35rem!important
    }
}

.final-cta {
    padding: 20px 4px;
    background: #f9fafb;
    position: relative;
    text-align: center
}

.final-cta h2,.kepzeled h2 {
    color: #000
}

.bonuszok::before,.final-cta::before,.kepzeled::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0
}

.final-cta>.container,.mire-jo>.container {
    position: relative;
    z-index: 1
}

.bonuszok,.kepzeled {
    padding: 20px 4px;
    background: #f9fafb
}

.bonuszok h2 {
    color: #000;
    font-size: 54px
}

.bonuszok p {
    color: #000
}

h4 {
    color: #000
}

.testimonials-section {
    position: relative;
    text-align: center;
    background: #000;
    padding: 60px 4px;
    overflow: hidden
}

.mire-jo {
    padding: 20px 4px;
    position: relative;
    text-align: center;
    background: #f9fafb
}

.testimonials-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 80%,rgba(43,233,255,.08)0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(43,233,255,.06)0,transparent 50%);
    z-index: 0;
}

.testimonials-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1
}

.testimonials-title,h1,h2,h3 {
    color: var(--accent);
    text-align: center;
    font-weight: 800
}

.testimonials-title {
    font-size: 2.2rem;
    margin-bottom: 60px;
    text-shadow: 0 0 30px var(--flashy-glow)
}

.testimonials-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    justify-items: center;
    max-width: 1400px;
    margin: 0 auto
}

.testimonial-item-center {
    grid-column: 1/-1;
    max-width: 500px;
    width: 100%
}

@media (min-width:769px) {
    .testimonials-grid {
        grid-template-columns: repeat(2,1fr);
        gap: 36px
    }

    .testimonial-item-center {
        grid-column: 1/-1;
        max-width: 600px
    }
}

@media (min-width:1100px) {
    .testimonials-grid {
        grid-template-columns: repeat(3,1fr);
        gap: 32px
    }

    .testimonial-item-center {
        grid-column: 2;
        max-width: 420px;
        margin: 0 auto
    }
}

@media (min-width:1400px) {
    .testimonials-grid {
        gap: 40px
    }

    .testimonial-item-center {
        max-width: 450px
    }
}

.testimonial-item {
    background: rgba(255,255,255,.05);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 32px;
    border: 1px solid var(--border);
    box-shadow: 0 20px 60px rgba(0,0,0,.4);
    transition: all .4s ease;
    width: 100%;
    max-width: 400px
}

.testimonial-item2 {
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(24px);
    border-radius: 28px;
    padding: 48px;
    border: 1px solid var(--border);
    box-shadow: 0 28px 80px rgba(0,0,0,.45);
    transition: all .4s ease;
    width: 100%;
    max-width: 600px;
    transform: scale(1.1)
}

.testimonial-video-fallback2 {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 32px;
    background: linear-gradient(135deg,#1a2332,#0f141a);
    border: 2px solid var(--border);
    box-shadow: 0 20px 60px rgba(0,0,0,.4);
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: all .4s ease;
    transform: scale(1)
}

.testimonial-item-center {
    background: rgba(255,255,255,.08)!important;
    border: 2px solid rgba(43,233,255,.2)!important;
    box-shadow: 0 25px 80px rgba(43,233,255,.12),0 0 40px rgba(43,233,255,.08)!important;
    position: relative
}

.testimonial-item-center::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 24px;
    background: linear-gradient(
    45deg,
    var(--accent),
    #00d4ff,
    var(--accent-soft),
    #2be1ff
    );

    -webkit-mask:
    linear-gradient(#fff, #fff) content-box,
    linear-gradient(#fff, #fff);
    -webkit-mask-composite: xor;

    opacity: 0;
    transition: opacity .4s ease;
    z-index: -1;
}

.testimonial-item-center:hover::before {
    opacity: 1
}

.testimonial-item:hover {
    box-shadow: 0 30px 80px rgba(43,233,255,.15);
    border-color: var(--accent-soft)
}

.testimonial-item-center:hover {
    box-shadow: 0 40px 120px rgba(43,233,255,.25),0 0 60px rgba(43,233,255,.2)!important;
    border-color: var(--accent)!important
}

.testimonial-item-center2 {
    background: rgba(255,255,255,.08)!important;
    border: 2px solid rgba(43,233,255,.2)!important;
    box-shadow: 0 25px 80px rgba(43,233,255,.12),0 0 40px rgba(43,233,255,.08)!important;
    position: relative
}

.testimonial-item-center2::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 2px;
    background: linear-gradient(
    45deg,
    var(--accent),
    #00d4ff,
    var(--accent-soft),
    #2be1ff
    );

    -webkit-mask:
    linear-gradient(#fff, #fff) content-box,
    linear-gradient(#fff, #fff);
    -webkit-mask-composite: xor;

    opacity: 0;
    transition: opacity .4s ease;
    z-index: -1;
}


.testimonial-item-center2:hover::before {
    opacity: 1
}

.testimonial-item2:hover {
    box-shadow: 0 30px 80px rgba(43,233,255,.15);
    border-color: var(--accent-soft)
}

.testimonial-item-center2:hover {
    box-shadow: 0 40px 120px rgba(43,233,255,.25),0 0 60px rgba(43,233,255,.2)!important;
    border-color: var(--accent)!important
}

.play-button,.testimonial-video-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease
}

.testimonial-video-fallback {
    max-width: 800px;
    transform: scale(1.02);
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 24px;
    background: linear-gradient(135deg,#1a2332,#0f141a);
    border: 2px solid var(--border);
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.testimonial-video-fallback:active,.testimonial-video-fallback:hover {
    transform: scale(1.02);
    box-shadow: 0 20px 60px rgba(43,233,255,.2);
    border-color: var(--accent)
}

.hero-bg-video video,.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.play-button {
    width: 64px;
    height: 64px;
    background: rgba(43,233,255,.95);
    border-radius: 50%;
    color: #0f141a;
    font-size: 22px;
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(43,233,255,.45);
    z-index: 2
}

.play-button::before {
    content: "▶";
    margin-left: 4px
}

.testimonial-video-fallback:active .play-button,.testimonial-video-fallback:hover .play-button {
    transform: translate(-50%,-50%) scale(1.02);
    background: var(--accent);
    box-shadow: 0 15px 40px rgba(43,233,255,.6)
}

.video-thumbnail {
    position: absolute;
    top: 10px;
    left: 16px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px
}

.author-info,.testimonial-author {
    display: flex;
    flex-direction: column;
    align-items: center
}

.testimonial-author {
    gap: 8px;
    margin-top: 20px;
    text-align: center;
    font-size: 13px;
}

.author-info {
    gap: 4px
}

.author-info h3, .author-info h4 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700
}

.author-info p {
    margin: 0;
    color: var(--muted);
    font-size: .95rem;
    font-weight: 500
}

@media (max-width:768px) {
    .testimonials-section {
        padding: 40px 4px!important
    }

    .testimonials-title {
        font-size: 1.8rem!important;
        margin-bottom: 40px!important
    }

    .testimonials-grid {
        gap: 28px!important
    }

    .testimonial-item,.testimonial-item-center,.testimonial-item-center2 {
        padding: 24px!important;
        max-width: none!important
    }

    .testimonial-item-center,.testimonial-item-center2 {
        grid-column: 1!important
    }
}

.video-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.95);
    backdrop-filter: blur(8px);
    z-index: 10000;
    align-items: center;
    justify-content: center;
    padding: 20px
}

.video-modal.active {
    display: flex!important
}

.video-modal-content {
    position: relative;
    width: 100%;
    max-width: 900px;
    max-height: 90vh;
    aspect-ratio: 16/9;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 100px rgba(43,233,255,.3);
    background: #000
}

#youtube-player {
    width: 100%;
    height: 100%
}

.video-modal-close {
    position: absolute;
    top: -50px;
    right: 0;
    width: 50px;
    height: 50px;
    background: rgba(43,233,255,.9);
    border: 0;
    border-radius: 50%;
    color: #0f141a;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all .3s ease
}

.video-modal-close:hover {
    background: var(--accent);
    transform: scale(1.02)
}

@media (max-width:768px) {
    .testimonials-section {
        padding: 40px 4px!important
    }

    .testimonials-title {
        font-size: 1.8rem!important;
        margin-bottom: 40px!important
    }

    .testimonials-grid {
        gap: 28px!important;
        grid-template-columns: 1fr!important
    }

    .testimonial-item,.testimonial-item-center,.testimonial-item-center2 {
        padding: 24px!important;
        max-width: none!important;
        width: 100%!important;
        margin: 0!important
    }

    .testimonial-item-center,.testimonial-item-center2 {
        grid-column: 1!important;
        background: rgba(255,255,255,.08)!important;
        border: 2px solid rgba(43,233,255,.2)!important;
        box-shadow: 0 25px 80px rgba(43,233,255,.12),0 0 40px rgba(43,233,255,.08)!important
    }
}

@media (min-width:769px) {
    .testimonials-grid {
        grid-template-columns: repeat(2,1fr);
        gap: 36px
    }

    .testimonial-item-center,.testimonial-item-center2 {
        grid-column: 1/-1!important;
        max-width: 600px;
        width: 100%;
        margin: 0 auto!important;
        justify-self: center!important
    }
}

@media (min-width:1100px) {
    .testimonials-grid {
        grid-template-columns: repeat(3,1fr);
        gap: 32px
    }

    .testimonial-item-center,.testimonial-item-center2 {
        grid-column: 2!important;
        max-width: 720px;
        margin: 0 auto!important;
        justify-self: center!important
    }
}

.faq-section {
    padding: 20px 4px;
    background-color: #f8f9fa;
}

h1,h2,h3 {
    margin: 0 0 .5em
}

h1 {
    font-size: 2.05rem;
    line-height: 1.15
}

.hogyanh2,.hogyanh22,.hogyanh222,h2 {
    font-size: 1.85rem
}

.hogyanh2 {
    color: #fff
}

.hogyanh22 {
    color: red
}

.hogyanh222 {
    color: red;
    text-decoration: underline
}

.hogyanh2,.hogyanh22,.hogyanh222 {
    text-shadow: none!important;
    animation: none!important
}

h4,p {
    text-align: center
}

h4 {
    color: #000;
    margin: 0 0 .5em;
    font-weight: 800
}

p {
    color: #ddd;
    margin: 0 auto 1em;
    max-width: 70ch;
    line-height: 1.75
}

img {
    margin: 20px auto;
    max-width: 90%
}

.fullimg,.gridimg,.gridimg2,.mukodikimg,.simg,img {
    display: block;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,.6),0 0 30px var(--flashy-glow);
    border: 2px solid var(--border);
    transition: all .4s ease
}

.fullimg {
    width: 44%
}

.fullimg,.gridimg,.gridimg2,.mukodikimg,.nimg,.simg,.simg2 {
    max-width: 900px;
    margin: 20px auto;
    box-shadow: 0 30px 80px rgba(0,0,0,.6)
}

.gridimg {
    width: 74%
}

.gridimg2 {
    width: 94%
}

.simg {
    width: 42%
}

.simg2 {
    width: 30%
}

.mukodikimg {
    width: 83%
}

.mukodikimg2 {
    display: block;
    width: 70%;
    height: auto;
    margin-top: 40px;
    position: relative!important;
    z-index: 1!important;
    clear: both!important
}

.mukodikimg3 {
    display: block;
    width: 46%;
    height: auto;
    margin-top: 20px;
    position: relative!important;
    z-index: 1!important;
    clear: both!important
}

.mukodikimg4 {
    display: block;
    width: 30%;
    height: auto;
    margin-top: 40px;
    position: relative!important;
    z-index: 1!important;
    clear: both!important
}

.hero-cta-inside,.hero-cta-inside a {
    position: relative;
    z-index: 2!important
}

.nimg {
    width: 110%
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    max-width: 800px;
    margin: 0 auto
}

@media (max-width:768px) {
    .image-grid {
        grid-template-columns: 1fr;
        gap: 15px
    }
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

.tf-sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    z-index: 9999;
    backdrop-filter: blur(16px);
    background: rgba(5,5,8,.96);
    border-bottom: 1px solid rgba(43,233,255,.12);
    transition: all .3s ease
}

.tf-wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 8px;
    padding: 5px 10px!important;
    min-height: 38px
}

.logo-link {
    font-weight: 600;
    font-size: .98rem!important;
    color: var(--accent)!important;
    text-decoration: none!important;
    text-shadow: 0 0 8px var(--flashy-glow)
}

.header-countdown {
    color: #f33;
    font-weight: 800;
    font-size: .94rem!important;
    white-space: nowrap;
    text-shadow: 0 0 8px rgba(255,0,0,.6)
}

.header-order-btn {
    font-size: .8rem!important;
    padding: 6px 8px!important;
    min-width: 92px;
}

.hero-content {
    max-width: 1000px;
    margin: 0 auto
}

.hero-title {
    font-size: 2.4rem;
    letter-spacing: .01em;
    word-spacing: .06em
}

.hero-subtitle {
    font-size: 1.55rem;
    letter-spacing: .11em;
    word-spacing: .21em
}

.hero-video,.video-wrapper {
    position: relative;
    border-radius: 14px;
    overflow: hidden
}

.hero-video {
    max-width: 580px;
    margin: 20px auto 10px;
    box-shadow: 0 0 8px rgba(43,233,255,.08),0 12px 40px rgba(0,0,0,.72)
}

.video-wrapper {
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    border: 1px solid rgba(43,233,255,.1)
}

.video-wrapper::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 25px;
    background: rgba(43,233,255,.04);
    z-index: -1;
    opacity: .6
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    border: 0
}

h2,h3,h4 {
    text-shadow: 0 0 20px var(--flashy-glow);
    animation: glowText 3s infinite alternate
}

.hero-main-img {
    width: 60%;
    max-width: 800px;
    border-radius: 24px;
    margin: 60px auto 0;
    box-shadow: 0 30px 80px rgba(0,0,0,.7)
}

.btn {
    padding: 16px 32px;
    background: linear-gradient(90deg,#ff1a1a,#f44);
    box-shadow: 0 8px 30px rgba(255,51,51,.6);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
    overflow: hidden
}

.btn,.btn-large,.btn2 {
    color: #fff!important;
    text-decoration: none
}

.btn-large {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg,#ff1a1a,#f44);
    box-shadow: 0 8px 30px rgba(255,51,51,.6)
}

.btn2 {
    padding: 8px 18px;
    font-size: 10px;
    background: #111;
    border-radius: 8px;
    display: inline-block;
    line-height: 1;
    z-index: 1
}

.btn-large {
    font-size: 1.5rem;
    padding: 10px 40px
}

.btn-demotiv,.btn-large,.btn:hover {
    transform: translateY(-.5px)
}

.btn:hover {
    box-shadow: 0 15px 45px rgba(255,51,51,.8)
}

.btn-demotiv {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    background: linear-gradient(90deg,#011,#012);
    color: #fff;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    font-size: .6rem;
    padding: 15px 40px
}

.hero-cta {
    text-align: center;
    margin-top: 20px
}

.hero-cta .btn-large {
    display: inline-block;
    margin-bottom: 10px
}

.hero-cta .btn-demotiv {
    display: inline-block;
    margin-top: 10px
}

.big-list {
    text-align: left;
    max-width: 700px;
    margin: 40px auto;
    font-size: 1rem
}

.big-list li {
    margin: 18px 0;
    padding-left: 8px
}

.feketeli {
    color: #000;
    list-style-type: none
}

.cta-center {
    text-align: center;
    margin: 80px 0
}

.cta-center .btn {
    transform: translateY(-.5px)
}

.cta-center iframe {
    width: 100%;
    max-width: 900px;
    aspect-ratio: 16 / 9;
    height: auto;
    display: block;
    margin: 0 auto;
}

.archetypes-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 60px
}

@media (min-width:640px) {
    .archetypes-grid {
        grid-template-columns: repeat(2,1fr)
    }
}

@media (min-width:900px) {
    .archetypes-grid {
        grid-template-columns: repeat(3,1fr)
    }
}

@media (min-width:1200px) {
    .archetypes-grid {
        grid-template-columns: repeat(4,1fr);
        gap: 40px
    }
}

.arch-item h3 {
    margin: 16px 0 8px;
    color: var(--accent);
    text-shadow: none!important;
    box-shadow: none!important;
    filter: none!important;
    -webkit-filter: none!important
}

.arch-item p {
    font-size: 1.1rem
}

.faq-title {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 70px;
    color: black;
}

.faq-item {
    background: rgba(255,255,255,.04);
    border-radius: 16px;
    margin-bottom: 12px;
    overflow: hidden
}

.faq-question {
    width: 100%;
    padding: 22px 24px;
    text-align: left;
    font-size: 1.2rem;
    font-weight: 600;
    color: black;
    background: 0 0;
    border: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.faq-question::after {
    content: "▼";
    font-size: 1.6rem;
    transition: transform .3s
}

.faq-question.active::after {
    transform: rotate(180deg)
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease;
    padding: 0 24px;
    font-weight: 200;
    text-align: left;
    align-items: flex-start;
    color: black
}

.faq-answer.open {
    max-height: 3000px
}

@media (max-width:768px) {
    .section-problem-hiaba .grid-container {
        display: block!important
    }

    .section-problem-hiaba .grid-container>* {
        width: 100%!important;
        max-width: 90%!important;
        margin-left: auto!important;
        margin-right: auto!important;
        display: block!important
    }

    .section-problem-hiaba .grid-container img {
        margin-bottom: 30px
    }

    .section-problem-hiaba .text-content {
        text-align: center!important;
        margin-top: 20px;
        margin-bottom: 50px
    }

    .section-problem-hiaba .text-content .big-list {
        padding-left: 0;
        list-style-position: inside
    }

    .section-problem-hiaba .text-content .big-list li {
        text-align: center
    }

    .section-problem-hiaba .text-content p {
        text-align: center!important
    }

    .logo-link {
        font-weight: 600;
        font-size: .68rem!important;
        color: var(--accent)!important;
        text-decoration: none!important;
        text-shadow: 0 0 8px var(--flashy-glow)
    }

    .header-countdown {
        color: #f33;
        font-weight: 800;
        font-size: .54rem!important;
        white-space: nowrap;
        text-shadow: 0 0 8px rgba(255,0,0,.6)
    }

    .header-order-btn {
        font-size: .8rem!important;
        padding: 4px 8px!important;
        min-width: 92px
    }

    .hero-title {
        font-size: 1.5rem
    }

    .hero-subtitle,p {
        font-size: .95rem
    }

    .hero-fullvh {
        padding-top: 5px
    }

    .btn,.btn-large {
        width: 100%;
        padding: 18px 32px;
        font-size: 1.5rem
    }

    .hero-cta .btn-large {
        display: inline-block;
        padding: 20px 40px;
        margin-bottom: 10px
    }

    section {
        padding: 20px!important
    }

    h1 {
        font-size: 1.75rem;
        line-height: 1.15
    }

    h2 {
        font-size: 1.35rem
    }

    .fullimg,.mukodikimg,img {
        display: block;
        margin: 20px auto;
        border-radius: 20px;
        box-shadow: 0 20px 60px rgba(0,0,0,.6),0 0 30px var(--flashy-glow);
        border: 2px solid var(--border);
        transition: all .4s ease
    }

    .fullimg,.mukodikimg {
        width: 80%;
        max-width: 900px;
        box-shadow: 0 30px 80px rgba(0,0,0,.6)
    }

    .mukodikimg {
        width: 105%
    }

    img {
        max-width: 90%
    }

    .arch-item img {
        width: 67%;
        border-radius: 20px;
        margin-bottom: 16px;
        box-shadow: 0 5px 12px rgba(0,0,0,.5)
    }

    .aaa-pair {
        flex-direction: column;
        gap: 30px;
        margin: 40px auto
    }

    .aaa-pair img {
        width: 80%;
        margin: 20px auto!important
    }
}

@media (prefers-reduced-motion:reduce) {
    *,::after,::before {
        animation: none!important;
        transition: none!important
    }
}

footer {
    background-color: #0a0e17
}

footer p {
    color: var(--accent-soft)
}

.hero-bg-video,.hero-fullvh::after {
    position: absolute;
    z-index: -1;
}

.hero-bg-video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.hero-bg-video video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    background: #000
}

.hero-fullvh::after {
    content: "";
    inset: 0;
    background: rgba(5,8,15,.62);
    backdrop-filter: blur(1px)
}

.extra-bold {
    font-weight: 800;
    color: #f1c40f!important;
    font-size: 1.6rem;
    margin-top: 4px;
    -webkit-text-stroke: 1px #000;
    text-shadow: 1px 1px 2px rgba(0,0,0,.8),0 0 2px rgba(0,0,0,.7)
}


table tr>:nth-child(3) {
    width: 35%!important
}

@media (max-width:768px) {
    .hero-fullvh::after {
        background: rgba(5,8,15,.78)
    }

    .table-container td:nth-child(1),
    .table-container th:nth-child(1) {
        width: 50%;
    }

    .table-container td:nth-child(2),
    .table-container th:nth-child(2) {
        width: 20%;
    }

    .table-container td:nth-child(3),
    .table-container th:nth-child(3) {
        width: 30%;
    }

    .table-container td:nth-child(4),
    .table-container th:nth-child(4) {
        display: none;
    }
}

@media (max-width:480px) {
    .table-container table,.table-container td,.table-container th {
        font-size: .72rem!important;
        padding: 6px 8px!important
    }
}

@media (max-width:768px) {
    .table-container,.table-container table,table {
        width: 100%!important;
        min-width: 0!important;
        max-width: 100%!important;
        table-layout: fixed!important;
        font-size: .58rem!important;
        border-collapse: collapse
    }

    td,th {
        padding: 5px 4px!important;
        line-height: 1.3!important;
        word-wrap: break-word;
        overflow-wrap: anywhere
    }

    th {
        font-size: .66rem!important
    }

    table tr>:first-child {
        width: 32%!important
    }

    table tr>:nth-child(2) {
        width: 40%!important
    }

    .avg-male span,.demo-btn,.description,.description span,.dream-male span,.feature-name,.pro-photo span {
        font-size: .57rem!important;
        line-height: 1.35!important
    }

    .demo-btn {
        padding: 4px 7px!important
    }
}

@media (max-width:480px) {
    .demo-btn,.description,.feature-name,table,td {
        font-size: .54rem!important
    }

    th {
        font-size: .62rem!important
    }

    td,th {
        padding: 4px 3px!important
    }
}

.hero-fullvh {
    background: #383f48;
    min-height: clamp(600px,100vh,1100px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 4px;
    margin-top: -29.5px
}

.hero-wrapper {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    text-align: center
}

.hero-white-card {
    background: #fff;
    box-shadow: 0 40px 100px rgba(0,0,0,.32);
    max-height: 148vh;
    overflow: visible!important
}

.hero-title {
    font-size: 32px!important;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: 1px;
    color: #e00000!important;
    margin: 0
}

.hero-subtitle {
    font-size: 20px!important;
    text-align: center!important;
    align-content: center;
    font-weight: 600;
    color: #000;
    line-height: 1.4;
    letter-spacing: 1px;
    margin: 0
}

.hero-cta .btn-large {
    padding: 18px 42px;
    font-size: 21px;
    font-weight: 800;
    border-radius: 50px
}

.btn-ghost {
    color: #eee;
    font-size: 15px;
    text-decoration: underline
}

.hero-bottom-image {
    max-width: 360px;
    border-radius: 24px;
    border: 7px solid #fff;
    box-shadow: 0 25px 70px rgba(0,0,0,.4);
    margin: 32px auto 0
}

.hero-white-card {
    padding: 20px 20px 80px!important;
    gap: 0;
    display: flex;
    flex-direction: column;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    border-radius: 30px;
    height: auto!important;
    flex-shrink: 0!important;
    flex-grow: 0!important;
    position: relative;
    z-index: 10
}

.hero-text-content {
    text-align: center;
    padding-bottom: 36px
}

.hero-video-big {
    position: relative;
    width: calc(100% + 100px);
    min-height: 460px!important;
    margin: 10px -50px 60px;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 35px 90px rgba(0,0,0,.6)
}

.hero-video-big iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.section-problem3 {
    padding: 40px 20px
}

.grid-2x2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    align-items: start;
    justify-items: stretch
}

.cell {
    width: 100%;
    height: 100%
}

.video-cell iframe {
    width: 100%;
    height: 100%;
    min-height: 200px
}

.img-cell img {
    max-width: 100%;
    height: auto;
    display: block
}

.text-cell {
    text-align: left;
    font-size: 1rem;
    line-height: 1.5
}

.navigation-section {
    padding: 40px 20px;
    background: #181d25;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,.06)
}

.nav-container {
    max-width: 1000px;
    margin: 0 auto
}

.nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none
}

.nav-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
    padding: 14px 32px;
    border-radius: 50px;
    background: #f7f7f7;
    border: 2px solid rgba(43,233,255,.3);
    box-shadow: 0 6px 20px rgba(0,0,0,.08);
    transition: all .35s ease;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden
}

.nav-link2 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: .8rem;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    padding: 12px 28px;
    border-radius: 50px;
    background: #f7f7f7;
    border: 1px solid rgba(43,233,255,.2);
    box-shadow: 0 4px 12px rgba(0,0,0,.05);
    transition: all .3s ease;
    position: relative;
    overflow: hidden
}

.nav-link:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 30px rgba(0,0,0,.15);
    background: #fff;
    border-color: #2be9ff;
    color: #000
}

.nav-link:active {
    transform: translateY(-1px)
}

.btn-nav-order {
    background: linear-gradient(135deg,#2be9ff,#00d4ff);
    color: #000!important;
    font-weight: 800;
    font-size: 1.2rem;
    border: 0!important;
    box-shadow: 0 8px 25px rgba(43,233,255,.4);
    padding: 16px 40px!important
}

.btn-nav-order:hover {
    background: linear-gradient(135deg,#00d4ff,#2be9ff);
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(43,233,255,.5);
    border-color: transparent
}

.btn-nav-order::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg,rgba(255,255,255,.2),transparent);
    opacity: 0;
    transition: opacity .4s ease
}

.btn-nav-order:hover::before {
    opacity: 1
}

#archetypes,#beforeafter,#faq,#hogyanm,#testimonials {
    scroll-margin-top: 90px
}

.navigation-section {
    position: relative;
    z-index: 999
}

.btn-nav-order,.nav-link,.nav-link2 {
    position: relative;
    z-index: 100000;
    color:black!important;
}

.nav-container {
    position: relative;
    z-index: 99
}

.nav-link {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    color: black!important;
}

.nav-container,.nav-link,.nav-links,.navigation-section {
    isolation: isolate
}

.author-info h3, .author-info h4 {
    color: var(--accent)
}

.text-content p {
    color: #000
}

.container p {
    color: #000
}

.container li {
    color: #000
}

.final-cta2 .container p {
    color: #fff
}

.section-solution .container p {
    color: #fff
}

.section-solution2 .container h2 {
    color: #000
}

.section-solution2 li {
    color: #000
}

.section-solution2 h2 {
    color: #000
}

.mire-jo .container h2 {
    color: #000
}

.section-problem-hiaba .container h2 {
    color: #000
}

.section-problem2 .container h2 {
    color: #000
}

.section-solution3 .container h2 {
    color: #000
}

.section-problem .container p {
    color: #fff
}

.section-problem .container li {
    color: #fff
}

.archetypes-section .container p {
    color: #fff
}

.final-cta2 .container li {
    color: #fff
}

.faq-item .faq-answer li {
    color: black
}

.faq-item .faq-answer p {
    color: black;
    text-align: left
}

.faq-item {
    text-align: left;
    margin: 0 auto 12px auto;
}

.faq-question {
    text-align: left !important;
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 24px;
}

.faq-answer {
    text-align: left !important;
    padding: 20px 24px;
    padding-left: 32px;
}

.faq-answer p,
.faq-answer li {
    text-align: left !important;
    margin-left: 0;
    padding-left: 0;
}

.faq-answer ul,
.faq-answer ol {
    padding-left: 20px;
    margin-left: 0;
    list-style-position: outside;
}

.faq-item {
    margin-bottom: 12px;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255,255,255,0.03);
}

.faq-question {
    padding: 18px 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    transition: background 0.2s;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 24px;
    text-align: left;
}

.faq-item.open .faq-answer {
    max-height: 1200px;
    padding: 24px 24px 32px 32px;
}

.faq-item {
    border: 1px solid var(--border-heavy);  /* rgba(43,233,255,.18) */
    border-radius: 12px;
    background: #f8f9fa;
    backdrop-filter: blur(6px);
    margin: 18px 0;
    box-shadow: 0 6px 20px rgba(0,0,0,0.35);
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: var(--accent);           /* #2BE9FF */
    box-shadow: 0 10px 30px rgba(43,233,255,0.22);
}

@media (max-width:1300px) {
    .hero-white-card {
        padding: 17px 8px 35px!important;
        border-radius: 28px
    }

    .hero-text-content {
        padding-bottom: 30px
    }

    .hero-subtitle,.hero-title {
        font-size: 20px!important;
        text-align: center!important
    }

    .hero-video-big {
        width: 100%;
        min-height: 300px!important;
        margin: 15px 0 60px;
        border-radius: 32px;
        box-shadow: 0 33px 88px rgba(0,0,0,.6)
    }

    .btn-large {
        font-size: 1.5rem;
        padding: 10px 40px
    }

    body {
        padding-top: 70px!important
    }

    .tf-sticky-header {
        padding: 8px 0!important;
        min-height: auto!important
    }

    .hero-fullvh {
        padding-top: 16px!important;
        min-height: auto!important
    }

    .hero-white-card {
        margin-top: 0!important
    }
}

@media (max-width:1080px) {
    .mukodikimg3 {
        display: block;
        width: 95%;
        height: auto;
        margin-top: 40px;
        position: relative!important;
        z-index: 1!important;
        clear: both!important
    }

    body {
        padding-top: 70px!important
    }

    .tf-sticky-header {
        padding: 8px 0!important;
        min-height: auto!important
    }

    .hero-fullvh {
        padding-top: 16px!important;
        min-height: auto!important
    }

    .hero-white-card {
        margin-top: 0!important
    }
}

@media (max-width:768px) {
    .fullimg {
        display: block;
        width: 94%;
        height: auto;
        margin-top: 40px;
        position: relative!important;
        z-index: 1!important;
        clear: both!important
    }

    .mukodikimg3 {
        display: block;
        width: 84%;
        height: auto;
        margin-top: 40px;
        position: relative!important;
        z-index: 1!important;
        clear: both!important
    }

    .mukodikimg4 {
        display: block;
        width: 54%;
        height: auto;
        margin-top: 40px;
        position: relative!important;
        z-index: 1!important;
        clear: both!important
    }

    .hero-white-card {
        padding: 17px 8px 35px!important;
        border-radius: 28px
    }

    .hero-text-content {
        padding-bottom: 30px
    }

    .hero-title {
        font-size: 14px!important
    }

    .hero-subtitle {
        font-size: 13px!important;
        text-align: center!important
    }

    .hero-video-big {
        width: 100%;
        min-height: 270px!important;
        border-radius: 18px;
        margin-bottom: 20px
    }

    .btn-large {
        font-size: .9rem;
        padding: 10px 40px
    }

    .bonuszok h2 {
        color: #000;
        font-size: 34px
    }

    .grid-2x2 {
        grid-template-columns: 1fr;
        grid-template-rows: auto
    }

    .navigation-section {
        padding: 24px 15px
    }

    .nav-links {
        flex-direction: column;
        gap: 10px
    }

    .nav-link {
        width: 100%;
        max-width: 280px;
        padding: 10px 18px;
        font-size: 1rem;
        font-weight: 600;
        box-shadow: 0 3px 10px rgba(0,0,0,.06)
    }

    .nav-link:hover {
        transform: translateY(-1px);
        box-shadow: 0 6px 16px rgba(0,0,0,.1)
    }

    .nav-link2 {
        width: 100%;
        max-width: 260px;
        padding: 9px 16px;
        font-size: .95rem;
        font-weight: 500;
        background: #f7f7f7;
        border: 1px solid rgba(43,233,255,.2);
        box-shadow: 0 2px 8px rgba(0,0,0,.04)
    }

    .nav-link2:hover {
        transform: translateY(-1px);
        background: #fff;
        box-shadow: 0 4px 12px rgba(0,0,0,.08)
    }

    .btn-nav-order {
        width: 100%;
        max-width: 300px;
        padding: 12px 24px!important;
        font-size: 1.15rem!important;
        font-weight: 800;
        box-shadow: 0 5px 18px rgba(43,233,255,.3)
    }

    .btn-nav-order:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(43,233,255,.45)
    }

    html {
        scroll-behavior: auto
    }
}

@media (max-width:468px) {
    body {
        padding-top: 54px!important
    }

    .tf-sticky-header {
        padding: 5px 0!important;
        min-height: auto!important
    }

    .tf-sticky-header .tf-wrap {
        flex-direction: column;
        gap: 3px;
        padding: 3px 8px;
        text-align: center
    }

    .logo-link {
        font-size: .68rem!important;
        line-height: 1.2
    }

    .header-order-btn {
        font-size: .75rem!important;
        padding: 4px 8px!important;
        min-width: auto
    }

    .hero-fullvh {
        padding-top: 8px!important;
        min-height: auto!important
    }

    .hero-white-card {
        padding: 14px 8px 30px!important;
        border-radius: 24px;
        margin-top: 0
    }

    .hero-text-content {
        padding-bottom: 24px
    }

    .hero-title {
        font-size: 12px!important;
        line-height: 1.25;
        margin-bottom: 8px
    }

    .hero-subtitle {
        font-size: 11px!important;
        line-height: 1.3;
        margin-bottom: 12px
    }

    .hero-video-big {
        width: 100%;
        min-height: 250px!important;
        margin: 8px 0 24px;
        border-radius: 16px
    }

    .hero-cta-inside .btn-large {
        font-size: .95rem!important;
        padding: 12px 30px!important
    }

    .simg {
        width: 70%!important;
        max-width: 90%
    }

    .mukodikimg3 {
        width: 100%!important;
        max-width: 100%!important;
        height: auto!important;
        display: block;
        margin: 24px auto!important;
        border-radius: 14px!important;
        box-shadow: 0 6px 20px rgba(0,0,0,.18)!important
    }

    .bonuszok h2 {
        font-size: 28px!important
    }

    .navigation-section {
        padding: 16px 10px!important
    }

    .nav-links {
        gap: 7px
    }

    .nav-link {
        max-width: 250px;
        padding: 8px 14px;
        font-size: .9rem
    }

    .nav-link2 {
        max-width: 230px;
        padding: 7px 12px;
        font-size: .85rem
    }

    .btn-nav-order {
        max-width: 270px;
        padding: 10px 20px!important;
        font-size: 1.05rem!important
    }
}

@media (max-width:360px) {
    .hero-title {
        font-size: 11px!important
    }

    .hero-subtitle {
        font-size: 10.5px!important
    }

    .hero-video-big {
        min-height: 230px!important
    }

    .header-order-btn {
        font-size: .6em!important
    }
}

/* ===== EP MODAL ROOT ===== */
#ep-modal {
  position: fixed;
  inset: 0;
  z-index: 999999999;

  display: none;

  align-items: center;
  justify-content: center;

  background: rgba(0,0,0,0.75);
}

/* ACTIVE */
#ep-modal.active {
  display: flex;
}

/* ===== CARD ===== */
.modal-ep {
  width: 90%;
  max-width: 420px;

  background: linear-gradient(145deg, #0c0c0f, #12121a);
  border-radius: 20px;
  padding: 30px 22px;

  color: #fff;
  text-align: center;

  box-shadow:
    0 25px 80px rgba(0,0,0,0.8),
    0 0 40px rgba(43,233,255,0.15);

  border: 1px solid rgba(43,233,255,0.12);

  position: relative;

  animation: modalFade 0.25s ease;
}

/* CLOSE */
.modal-close-ep {
  position: absolute;
  top: 10px;
  right: 14px;

  background: none;
  border: none;

  color: #aaa;
  font-size: 26px;
  cursor: pointer;
}

.modal-close-ep:hover {
  color: #fff;
}

/* TEXT */
.modal-body-ep h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.ep-warning {
  font-weight: bold;
  margin-bottom: 18px;
}

/* BUTTON */
.ep-btn {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 10px;

  background: #2be9ff;
  color: #000!important;
  text-decoration: none;
  font-weight: bold;

  transition: 0.2s;
}

.ep-btn:hover {
  transform: translateY(-2px);
}

/* ANIM */
@keyframes modalFade {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
