*,::after,::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

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

body {
    font-family: "Inter",sans-serif;
    line-height: 1.65;
    font-size: clamp(14px,3.1vw,15.5px);
    -webkit-font-smoothing: antialiased
}

html body section.hero.section0 section section.features.section div.container p strong,small {
    color: #f8f9fa
}

.container {
    max-width: 1140px;
    margin: auto;
    padding: 0 16px
}

.section {
    padding: 50px 0
}

.section-sm {
    padding: 40px 0
}

h1,h2,h3 {
    font-size: clamp(26px,7vw,46px);
    font-weight: 800;
    margin-bottom: 20px
}

h2,h3 {
    font-size: clamp(22px,5.8vw,36px);
    font-weight: 700
}

h3 {
    font-size: clamp(18px,4.8vw,24px);
    margin-bottom: 12px
}

ol,p,ul {
    margin-bottom: 16px
}

h1,h2,h3,p {
    color: #f8f9fa
}

p {
    font-size: clamp(14px,3.3vw,16px)
}

body,strong {
    color: #1e2937
}

.btn,footer a {
    display: inline-block
}

.badge,.btn {
    text-align: center
}

.btn {
    font-weight: 700;
    background: linear-gradient(135deg,#e11d48,#f43f5e);
    color: #f8f9fa;
    padding: clamp(14px,4vw,18px) clamp(24px,6vw,34px);
    border-radius: 12px;
    text-decoration: none;
    transition: all .3s cubic-bezier(.4,0,.2,1);
    box-shadow: 0 10px 15px -3px rgba(225,29,72,.35),0 4px 6px -4px rgba(225,29,72,.25)
}

.btn:hover {
    box-shadow: 0 20px 25px -5px rgba(225,29,72,.45),0 8px 10px -6px rgba(225,29,72,.35);
    background: linear-gradient(135deg,#f43f5e,#e11d48)
}

.badge {
    display: block;
    background: linear-gradient(135deg,#0f172a,#1e293b);
    color: #e2e8f0;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 800;
    max-width: 720px;
    margin: 0 auto 25px;
    letter-spacing: .06em;
    font-size: 13.5px;
    text-transform: uppercase;
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 10px 30px rgba(2,6,23,.6),inset 0 1px 0 rgba(255,255,255,.05);
    transition: all .3s ease
}

.hero {
    background: #111827
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: center
}

.hero img,.hero-right-img {
    max-width: 290px;
    margin: 0 auto;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0,0,0,.1)
}

.features {
    background: #111827
}

.feature {
    background: #1e2937;
    padding: 30px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0,0,0,.3);
    color: #e2e8f0
}

.feature:hover {
    transform: translateY(-1px);
    box-shadow: 0 15px 30px rgba(0,0,0,.4)
}

.about-row {
    display: flex;
    align-items: center;
    gap: 40px
}

.about-image img {
    width: 100%;
    max-width: 320px;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(15,23,42,.12)
}

.about-text {
    flex: 1
}

.about-text h2,.about-text p {
    color: #000
}

@media (max-width:768px) {
    .badge {
        font-size: 10.5px
    }

    .about-row {
        flex-direction: column;
        text-align: center
    }

    .about-image img {
        max-width: 260px
    }
}

.services-grid {
    display: grid;
    gap: 30px;
    text-align: center
}

.service img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 20px
}

.testimonials::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.7)
}

.hack-list li,.test-inner,.testimonials {
    position: relative;
    color: #f8f9fa
}

.test-grid {
    display: grid;
    gap: 24px
}

.testimonial {
    background: rgba(255,255,255,.06);
    padding: 25px;
    border-radius: 16px;
    backdrop-filter: blur(6px)
}

.testimonial-video-container {
    max-width: 800px;
    margin: 0 auto
}

section.features:nth-child(5)>div:nth-child(1)>p:nth-child(3) {
    text-align: center
}

#fizetes>div:nth-child(1)>p:nth-child(3) {
    color: red
}

.section0>footer:nth-child(4)>a:nth-child(4),.section0>footer:nth-child(4)>a:nth-child(6) {
    color: #2be9ff
}

#fizetes {
    color: #f8f9fa
}

.cta{
    
}

.cta,.faq h2,footer {
    text-align: center
}

.guarantee-text {
    text-align: center
}

.price {
    font-size: clamp(36px,8vw,48px);
    font-weight: 800
}

footer {
    background: #111827;
    padding: 0px 20px 40px;
    font-size: 14px;
}

.price,footer,html body section.hero.section0 section footer a {
    color: #2be9ff
}

ol,ul {
    padding-left: 24px
}

@media (min-width:640px) {
    .hero-grid {
        grid-template-columns: 1fr 1fr
    }

    .feature-grid,.services-grid {
        grid-template-columns: repeat(2,1fr)
    }

    img[src*="pic.jpg"] {
        width: 55%!important;
        height: 55%!important;
        max-width: 420px;
        margin: 0 auto;
        display: block
    }
}

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

    .test-grid {
        grid-template-columns: repeat(2,1fr)
    }
}

.btn-center {
    display: block;
    width: fit-content;
    margin: 20px auto 0
}

.video-thumb {
    cursor: pointer;
    max-width: 800px;
    margin: auto
}

.video-thumb img {
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,.15)
}

.play-btn {
    background: rgba(0,0,0,.6)
}

.play-btn svg {
    width: 48px;
    height: 48px;
    width: clamp(40px,8vw,60px);
    height: clamp(40px,8vw,60px);
    margin-left: 6px;
    fill: #fff
}

.video-thumb:hover .play-btn {
    transform: translate(-50%,-50%) scale(1.08);
    background: rgba(0,0,0,.75)
}

.img-center {
    display: block;
    margin: 0 auto
}

.faq {
    background: #f8f9fa
}

.faq h2 {
    margin-bottom: 40px;
    color: #111
}

.faq-item {
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 12px;
    margin-bottom: 14px;
    overflow: hidden;
    background: #fff;
    transition: all .25s ease
}

.faq-item:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,.08)
}

.faq-question {
    width: 100%;
    padding: 20px 22px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    background: 0 0;
    border: 0;
    cursor: pointer;
    position: relative
}

.faq-question::after {
    content: "▾";
    position: absolute;
    right: 20px;
    transition: transform .3s ease
}

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

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all .35s ease;
    padding: 0 22px
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 22px 20px
}

.faq-answer p {
    color: #111
}

html body section.hero.section0 section section.features.section section.faq.section-sm div.container div.faq-item.active div.faq-answer p strong {
    color: #111
}

footer a {
    color: #9ca3af;
    text-decoration: underline;
    margin: 6px 0;
    font-weight: 500
}

footer a:hover {
    color: #fff
}

.hack-list-box,.hack-list-box2 {
    padding: 32px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,.35);
    max-width: 900px;
    margin: 30px auto
}

.hack-list-box {
    background: #111827;
}

.hack-list-box2 {
    background: #f8f9fa
}

.hack-list,.hack-list2 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 14px
}

@media (min-width:640px) {
    .hack-list,.hack-list2 {
        grid-template-columns: 1fr 1fr
    }
}

.hack-list li {
    padding-left: 42px;
    font-weight: 500;
    line-height: 1.5
}

.hack-list li::before,.hack-list2 li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 2px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg,#16a34a,#15803d);
    color: #f8f9fa;
    font-size: 14px;
    font-weight: 700;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(22,163,74,.35)
}

.hack-list2 li {
    color: #000
}

section.features.section:nth-of-type(2) {
    text-align: center
}

section.features.section:nth-of-type(2) .hack-list-box .hack-list-box2 {
    margin-left: auto;
    margin-right: auto
}

section.features.section:nth-of-type(2) .btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: fit-content
}

.features.section+.features.section {
    padding-top: 0
}

.img-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    max-width: 800px;
    margin: 0 auto
}

.center-img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    display: block;
    margin: 0
}

@media (max-width:768px) {
    .center-img {
        width: 78%;
        height: auto
    }

    .center-img2 {
        width: 98%;
        max-width: 400px;
        height: auto
    }
}

.testimonials.section::before {
    background: radial-gradient(circle at 30% 20%,rgba(96,165,250,.08)0,transparent 50%);
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 20%,rgba(59,130,246,.08)0,transparent 60%);
    pointer-events: none
}

.mit {
    color: #f1f5f9;
    position: relative;
    z-index: 1;
    font-size: clamp(2.25rem,5vw,3.5rem);
    letter-spacing: -.5px;
    font-weight: 800;
    text-align: center;
    margin: 0 0 48px;
    font-size: 32px
}

@media (min-width:1024px) {
    .testimonials-grid {
        grid-template-columns: repeat(3,minmax(360px,1fr));
        gap: 40px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .testimonials-grid {
        grid-template-columns: repeat(2,minmax(320px,1fr))
    }
}

@media (max-width:767px) {
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .video-container {
        max-width: 100%
    }

    .mit {
        font-size: 20px
    }
}

.play-btn {
    width: 90px;
    height: 90px
}

.testimonial-author {
    background: linear-gradient(to top,rgba(15,23,42,.9),transparent)
}

.testimonial-author p {
    font-size: clamp(1rem,3.2vw,1.1rem);
    color: #1f2933;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 16px;
    font-weight: 400
}

.testimonial-author h4 {
    font-size: clamp(1.2rem,3.8vw,1.35rem);
    letter-spacing: .6px;
    color: #1f2933;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0
}

.testimonial-item {
    background: rgba(30,41,59,.6)
}

.testimonials-grid {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(auto-fit,minmax(360px,1fr));
    justify-content: center;
    justify-items: center;
    padding: 0 16px;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

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

@media (min-width:768px) and (max-width:1023px) {
    .testimonials-grid {
        grid-template-columns: repeat(2,1fr)
    }
}

@media (max-width:767px) {
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .video-container {
        max-width: 100%
    }
}

.video-thumb,.video-wrapper {
    background: #0f172a
}

.video-thumbnail {
    display: block
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: clamp(80px,14vw,110px);
    height: clamp(80px,14vw,110px);
    background: linear-gradient(135deg,#3b82f6,#8b5cf6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    backdrop-filter: blur(6px);
    z-index: 2
}

.play-btn:hover {
    transform: translate(-50%,-50%) scale(1.15);
    background: linear-gradient(135deg,#60a5fa,#a78bfa)
}

.testimonial-author {
    background: linear-gradient(to top,rgba(15,23,42,.92),transparent);
    position: relative;
    z-index: 2
}

.testimonial-item {
    background: rgba(30,41,59,.65);
    transition: all .4s cubic-bezier(.16,1,.3,1);
    z-index: 1
}

.testimonial-item:hover {
    transform: translateY(-1px) scale(1.015);
    border-color: rgba(229,231,235,.9)
}

.video-container {
    background: #0f172a
}

@media (max-width:767px) {
    .video-container {
        max-width: 100%;
        min-height: 240px
    }
}

.video-wrapper iframe {
    min-height: 100%;
    min-width: 100%
}

.video-container {
    min-height: 200px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(0,0,0,.35);
    background: #f1f5f9
}

@media (max-width:767px) {
    .video-container {
        max-width: 100%;
        min-height: 240px
    }
}

.video-thumb,.video-wrapper,.video-wrapper iframe {
    position: absolute;
    inset: 0;
    width: 100%!important;
    height: 100%!important;
    border: 0
}

.testimonial-item {
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(229,231,235,.6);
    backdrop-filter: blur(12px);
    position: relative
}

.testimonials.section {
    position: relative;
    overflow: hidden;
    background: #f8f9fa;
    padding-top: 60px!important;
    padding-bottom: 80px
}

html body section.hero.section0 section section.features.section section.testimonials.section div.container h3.mit{
    color: #111;
}

.testimonial-item,.video-container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto
}

.testimonial-item {
    background: #1e2937;
    border: 1px solid #334155;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,.4);
    transition: all .3s ease;
    color: #e2e8f0
}

.testimonial-item:hover {
    box-shadow: 0 20px 45px rgba(0,0,0,.5);
    transform: translateY(-1px)
}

.video-container {
    aspect-ratio: 16/9;
    position: relative;
    background: #f3f4f6
}

.video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease
}

.video-thumb:hover .video-thumbnail {
    transform: scale(1.08)
}

.testimonial-author {
    padding: 32px 36px;
    background: #f8f9fa;
    text-align: center
}

.play-btn {
    background: linear-gradient(135deg,#e11d48,#f43f5e);
    border: 4px solid rgba(255,255,255,.85);
    box-shadow: 0 0 30px rgba(225,29,72,.5)
}

.play-btn:hover {
    background: linear-gradient(135deg,#f43f5e,#e11d48);
    box-shadow: 0 0 50px rgba(225,29,72,.7)
}

.hero-video-big {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box
}

.hero-video-big iframe {
    width: 100%;
    max-width: 1200px;
    aspect-ratio: 16/9;
    border: 0;
    border-radius: 12px
}

.section0 {
    background-color: #f8f9fa
}

.img-center-wrap {
    width: 90vw!important;
    max-width: 90vw!important;
    margin-left: 50%!important;
    transform: translateX(-50%)!important;
    display: block!important
}

.center-img2 {
    width: 100%!important;
    max-width: 700px!important;
    display: block!important;
    margin: 0 auto!important
}

.miez {
    padding: 50px 0!important;
    background-color: #f8f9fa!important
}

.miez,.miez *,.miez a,.miez div,.miez h1,.miez h2,.miez h3,.miez h4,.miez h5,.miez h6,.miez p,.miez span,.miez strong {
    color: #000!important
}

.miez li {
    color: #f8f9fa!important
}

.hack-list2 li {
    padding-left: 42px;
    font-weight: 500;
    line-height: 1.5;
    position: relative
}

/* overlay */
#ep-modal {
	position: fixed;
	inset: 0;
	display: none;
	z-index: 9999;
}

/* háttér blur + sötétítés */
#ep-modal .underlay-ep {
	position: absolute;
	inset: 0;
	background: rgba(2,6,23,0.85);
	backdrop-filter: blur(6px);
}

/* popup */
#ep-modal .modal-ep {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.95);

	background: linear-gradient(145deg, #0f172a, #020617);
	color: #f8fafc;

	padding: 8px 16px 18px;
	border-radius: 18px;
	width: 90%;
	max-width: 520px;

	/* 🔥 prémium keret */
	border: 1px solid rgba(255,255,255,0.08);
	box-shadow: 
		0 25px 80px rgba(0,0,0,0.6),
		inset 0 1px 0 rgba(255,255,255,0.05);

	text-align: center;
	animation: modalIn 0.35s ease forwards;
}

.modal-ep h2 {
	margin-top: 0;
}

/* animáció */
@keyframes modalIn {
	from {
		opacity: 0;
		transform: translate(-50%, -60%) scale(0.9);
	}
	to {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
	}
}

/* X gomb */
.modal-close-ep {
	position: absolute;
	top: 12px;
	right: 16px;
	font-size: 28px;
	color: #94a3b8;
	cursor: pointer;
}

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

/* headline */
.ep-title {
	font-size: 26px;
	font-weight: 800;
	color: #f8fafc;
	margin-bottom: 18px;
	line-height: 1.3;
}

/* vörös warning */
.ep-warning {
	font-size: 18px;
	color: #ef4444 !important;
	font-weight: 700;
	margin: 20px 0;
}

/* gombok */
#ep-modal a {
	display: inline-block;
	padding: 14px 20px;
	margin: 8px;
	border-radius: 10px;
	text-decoration: none;
	font-weight: 700;
	transition: all 0.25s ease;
}

/* kilép */
#exit-btn {
	background: #1e293b;
	color: #cbd5f5;
	border: 1px solid rgba(255,255,255,0.08);
}

#exit-btn:hover {
	background: #334155;
}

/* CTA */
#offer-btn {
	background: linear-gradient(135deg,#e11d48,#f43f5e);
	color: #fff;
	box-shadow: 0 10px 25px rgba(225,29,72,0.4);
}

#offer-btn:hover {
	transform: scale(1.07);
	box-shadow: 0 20px 40px rgba(225,29,72,0.6);
}
