a.button { background: var(--red); color: white; font-size: 16px; padding: 12px 60px; border-radius: 6px; display: inline-block; transition: 0.2s; font-weight: 700; }
a.button:hover { text-decoration: none; filter: brightness(110%); }
a.cta { margin-top: 20px; }
section { padding: 40px 0; position: relative; }
#hero { background: var(--blue); color: white; }
#hero h1 { font-size: 72px; color: var(--red); font-weight: 700; }
#hero h3 { font-size: 17px; padding: 20px 0; }
h2 { font-size: 46px; margin-bottom: 35px; font-weight: 700; }
p { line-height: 200%; font-size: 16px; }
#hero .container { display: flex; align-items: center; justify-content: center; }
#pictograms { transform: translateY(-120px); }
#pictograms .container { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
#pictograms .container > div { background: white; border-radius: 20px; height: 240px; flex: 1; box-shadow: 0 20px 40px rgba(0,0,0,0.1); display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; transition: 0.3s ease-in-out; }
#pictograms .container > div:hover { transform: translateY(-10px); box-shadow: 0 10px 40px rgba(0,0,0,0.3); }
#pictograms h3 { font-size: 16px; padding-top: 20px; }
#qitch .container { display: flex; align-items: center; justify-content: flex-start; gap: 20px; }
#qitch .container > div.image { width: 55%; }
#qitch .container > div.image img { transform: translateX(-25%);}
#qitch .container > div.content { width: 45%; }
#how_it_works .container { background: var(--blue); border-radius: 20px; display: flex; align-items: center; justify-content: flex-start; padding: 80px 160px 80px 80px; color: white; margin: 40px auto; }
#how_it_works .container > div { max-width: 45%; }
#how_it_works .container img { margin: 0 0 0 auto; max-width: 100%; }
#how_it_works h2 { color: var(--red); }
#gyurkovics { background: var(--blue); color: white; margin: 60px 0; } 
#gyurkovics .container { display: flex; align-items: center; justify-content: flex-start; padding: 80px 80px 80px 160px; }
#gyurkovics .container > div { max-width: 45%; margin: 0 0 0 auto; }
#gyurkovics img { max-width: 100%; }
#gyurkovics h2 { color: var(--red); }
#prices { text-align: center; }
#prices h4 { font-size: 18px; }
#prices .price-wrapper { display: flex; align-items: center; justify-content: center; gap: 50px; padding: 60px 0; }
#prices .price-wrapper > div { flex: 1; background: white; box-shadow: 15px 15px 40px rgba(0,0,0,0.08); border-radius: 20px; text-align: center; padding: 60px 0; }
#prices .price-wrapper h3 { font-size: 28px; }
#prices ul { list-style-type: none; padding: 0; margin: 20px 0 0; }
#prices li { padding: 20px 0; }
#prices span, #offer span { color: var(--red); font-weight: 700; font-size: 120%; }
#offer .container { background: var(--blue); border-radius: 20px; padding: 80px 15%; text-align: center; color: white; }
#offer h2 { color: var(--red); }
#offer h4 { font-size: 18px; }
#offer h5 { font-size: 16px; font-weight: 400; margin-top: 15px; }
.offer-wrapper { display: flex; align-items: center; justify-content: center; gap: 40px; margin: 60px 0; }
.offer-wrapper > div:not(:nth-child(1)) { border-left: 1px solid white; }
.offer-wrapper img { margin-bottom: 30px; }
.offer-wrapper ul li:first-child { font-weight: bold; list-style-type: none; margin-left: -14px; }
#offer ul { text-align: left; font-size: 11px; margin: 30px 0 0; }
#offer li { line-height: 250%; }
#themes { text-align: center; }
#themes h3 { font-size: 26px; font-weight: 700; }
.themes-wrapper { display: flex; align-items: center; justify-content: center; gap: 50px 60px; flex-wrap: wrap; padding: 30px 0; }
.themes-wrapper > div { flex: calc(50% - 30px); background: white; box-shadow: 15px 15px 40px rgba(0,0,0,0.08); border-radius: 20px; text-align: left; padding: 60px 80px; }
#reviews { text-align: center; }
#reviews .wrapper { position: relative; }
.review { background: white; border-radius: 20px; padding: 80px 60px; max-width: 700px; position: relative; box-shadow: 0px 0px 40px rgba(0,0,0,0.03); margin: auto; }
.review p  { font-weight: 300; }
.review:before { content: "\201C"; position: absolute; font-size: 120px; top: 5%; left: 17%; color: black; display: block; width: 40px; height: 40px; }
.review:after { content: "\201D"; position: absolute; font-size: 120px; bottom: 18%; right: 17%; color: black; display: block; width: 40px; height: 40px; }
#reviews .stars { display: flex; align-items: center; justify-content: center; }
#reviews .stars img { width: initial !important; }
#reviews .owl-item { padding: 40px 0; }
#reviews .wrapper:before { content: ""; width: 10%; height: calc(100% - 80px); position: absolute; top: 40px; left: 0; background: linear-gradient(to right, var(--gray), transparent); z-index: 666; }
#reviews .wrapper:after { content: ""; width: 10%; height: calc(100% - 80px); position: absolute; top: 40px; right: 0; background: linear-gradient(to left, var(--gray), transparent); z-index: 666; }
#contact { text-align: center; }
#contact .form { padding: 40px 0 20px; } 
#contact .form .flex { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; margin-bottom: 16px; }
#contact .form .flex div { flex: 1; }
#contact input[type="text"], #contact textarea { border: 0; box-shadow: 0 0 20px rgba(0,0,0,0.05); border-radius: 12px; }
#contact textarea { resize: none; }

@media (max-width: 1440px) { 
#hero h1 { font-size: 62px; }
#hero h3 { font-size: 16px; }
#hero img { width: 750px; }
#pictograms .container > div { height: 220px; }
#pictograms h3 { font-size: 15px; }
h2 { font-size: 42px; margin-bottom: 30px; }
p { font-size: 15px; }
#qitch .container > div.image img { width: 880px; }
#offer h4 { font-size: 17px; }
#offer h5 { font-size: 15px; }
#prices .price-wrapper h3 { font-size: 26px; }
#themes h3 { font-size: 24px; }
.review { padding: 70px 50px; max-width: 90%; }
}

@media (max-width: 1280px) { 
#hero h1 { font-size: 42px; }
#hero img { width: 50%; margin: 5% 0; }
#pictograms .container > div { height: 200px; }
#pictograms h3 { font-size: 14px; }
#qitch .container > div.image img { width: 120%; }
h2 { font-size: 32px; margin-bottom: 20px; }
#offer h4 { font-size: 16px; }
#offer h5 { font-size: 14px; margin-top: 10px; }
#prices .price-wrapper h3 { font-size: 24px; }
#themes h3 { font-size: 20px; }
p { font-size: 14px; }
}

@media (max-width: 1024px) { 
h2 { font-size: 26px; margin-bottom: 20px; }

#hero { padding-top: 40px; }
#hero h1 { font-size: 42px; }
#hero img { width: 100%; }
#hero .container { flex-direction: column; }
#hero .container > div { order: 2; }
#hero .container > img { order: 1; }
#pictograms { transform: initial; }
#pictograms .container { flex-wrap: wrap; gap: 30px; }
#pictograms .container > div { flex: 100%; }

#qitch .container { flex-wrap: wrap; }
#qitch .container > div.image img { width: 100%; transform: translateX(-10%); }
#qitch .container > div.image { width: 100%; }
#qitch .container > div.content { width: 100%; }


#how_it_works .container { flex-direction: column; padding: 40px; margin: auto; gap: 30px; border-radius: 0; }
#how_it_works .container img { order: 1; }
#how_it_works .container > div { order: 2; }
#how_it_works .container > div { max-width: 100%; }

#gyurkovics { margin: 0; }
#gyurkovics .container { padding: 20px; flex-wrap: wrap; gap: 30px; }
#gyurkovics .container > div { max-width: 100%; margin: auto; }

#prices li { padding: 10px 0; }
#prices .price-wrapper { flex-wrap: wrap; gap: 20px; padding: 30px 0; }
#prices .price-wrapper > div { flex: 100%; padding: 40px 20px; }


#offer .container { border-radius: 0px; padding: 40px 20px; }
#offer h4 { font-size: 16px; }
#offer h5 { font-size: 14px; margin-top: 10px; }
.offer-wrapper { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 20px; margin: 40px 0; }
.offer-wrapper > div { width: 100%; }
.offer-wrapper > div:not(:nth-child(1)) { border-left: 0px solid white; border-top: 1px solid white; padding-top: 20px; }
.offer-wrapper img { margin-bottom: 20px; }
#offer ul { font-size: 11px; margin: 30px 0 0; }
#offer li { line-height: 250%; }

.themes-wrapper { gap: 20px; padding: 0; }
.themes-wrapper > div { flex: calc(100%); border-radius: 20px; text-align: left; padding: 50px 30px; }

.review { border-radius: 20px; padding: 20px; max-width: 100%; }
#reviews .owl-item { padding: 20px 0; }


.review:before { font-size: 60px; top: 2%; left: 12%; }
.review:after { font-size: 60px; bottom: 2%; right: 12%; }
#contact .form .flex div { flex: 100%; }


}


