/*
Theme Name: Guvenle Satin Alabilirsiniz V2
Version: 2.0
*/

*{margin:0;padding:0;box-sizing:border-box;font-family:Arial,sans-serif}

body{
background:linear-gradient(135deg,#ff00aa,#ff9f1c,#00c2ff);
min-height:100vh;
overflow-x:hidden;
}
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PZ2X5CLP"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->

.container{
width:100%;
display:flex;
flex-direction:column;
align-items:center;
padding:20px;
}

.navbar{
width:min(1150px,95%);
background:#fff;
padding:20px 30px;
border-radius:40px;
display:flex;
justify-content:space-between;
align-items:center;
box-shadow:0 10px 30px rgba(0,0,0,.15);
margin-bottom:25px;
}

.logo{
font-size:28px;
font-weight:900;
color:#c10085;
}

.logo small{
display:block;
font-size:13px;
color:#666;
}

.menu{
display:flex;
gap:25px;
flex-wrap:wrap;
}

.menu a{
text-decoration:none;
font-weight:700;
color:#111;
transition:.3s;
}

.menu a:hover{
color:#ff00aa;
}

.price-box{
width:min(780px,92%);
background:#fff;
padding:18px;
border-radius:30px;
box-shadow:0 10px 35px rgba(0,0,0,.2);
}

.price-image{
width:100%;
border-radius:18px;
display:block;
}

.buttons{
width:min(900px,92%);
display:grid;
grid-template-columns:1fr 1fr;
gap:20px;
margin-top:30px;
}

.btn{
text-decoration:none;
padding:25px;
border-radius:25px;
color:#fff;
font-size:30px;
font-weight:800;
text-align:center;
box-shadow:0 8px 25px rgba(0,0,0,.2);
transition:.3s;
}

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

.insta{
background:linear-gradient(90deg,#ff00aa,#ff7b00);
}

.wp{
background:linear-gradient(90deg,#00c16e,#00d2ff);
}

.page-box{
width:min(950px,92%);
background:#fff;
padding:35px;
border-radius:28px;
box-shadow:0 10px 30px rgba(0,0,0,.15);
line-height:1.8;
margin-top:20px;
}

.page-box h1{
margin-bottom:20px;
font-size:36px;
color:#c10085;
}

.page-box p, .page-box li{
font-size:20px;
color:#222;
}

.page-box ul{
padding-left:25px;
}

@media(max-width:768px){

.navbar{
flex-direction:column;
gap:15px;
padding:20px;
}

.logo{
font-size:22px;
text-align:center;
}

.menu{
justify-content:center;
gap:14px;
}

.menu a{
font-size:14px;
}

.buttons{
grid-template-columns:1fr;
}

.btn{
font-size:22px;
padding:18px;
}

.page-box{
padding:22px;
}

.page-box h1{
font-size:28px;
}

.page-box p,.page-box li{
font-size:17px;
}

}


.btn{
position:relative;
overflow:hidden;
display:flex;
align-items:center;
justify-content:center;
gap:18px;
}

.btn::before{
content:'';
position:absolute;
top:0;
left:-120%;
width:100%;
height:100%;
background:rgba(255,255,255,.18);
transform:skewX(-25deg);
transition:.7s;
}

.btn:hover::before{
left:120%;
}

.btn-icon{
font-size:42px;
filter:drop-shadow(0 3px 6px rgba(0,0,0,.25));
}

.btn-text{
display:flex;
flex-direction:column;
line-height:1.2;
}

.btn-text small{
font-size:16px;
font-weight:600;
opacity:.95;
margin-top:6px;
}

@media(max-width:768px){

.btn{
gap:12px;
}

.btn-icon{
font-size:34px;
}

.btn-text small{
font-size:13px;
}

}


/* SAYFA İÇERİK ALANI */
.content-page{
width:min(700px,90%);
background:#fff;
padding:28px;
border-radius:24px;
box-shadow:0 8px 28px rgba(0,0,0,.18);
margin-top:10px;
margin-bottom:20px;
}

.content-page h1{
font-size:34px;
margin-bottom:18px;
color:#c10085;
text-align:center;
}

.content-page p{
font-size:18px;
line-height:1.8;
color:#222;
}

.small-price{
width:min(560px,85%) !important;
}

.small-buttons{
width:min(650px,85%) !important;
margin-top:18px !important;
}

.small-buttons .btn{
padding:16px;
font-size:20px;
border-radius:18px;
}

.small-buttons .btn-icon{
font-size:28px;
}

.small-buttons .btn-text small{
font-size:12px;
}

@media(max-width:768px){

.content-page{
padding:20px;
}

.content-page h1{
font-size:26px;
}

.content-page p{
font-size:16px;
}

.small-price{
width:95% !important;
}

.small-buttons{
width:95% !important;
}

}


.top-socials{
width:min(900px,92%);
display:grid;
grid-template-columns:1fr 1fr;
gap:18px;
margin-bottom:22px;
}

.social-logo{
width:42px;
height:42px;
object-fit:contain;
filter:drop-shadow(0 2px 6px rgba(0,0,0,.25));
}

.small-buttons .social-logo{
width:28px;
height:28px;
}

@media(max-width:768px){

.top-socials{
grid-template-columns:1fr;
}

.social-logo{
width:34px;
height:34px;
}

}
