@font-face{
font-family:'Roboto';
src:url('https://glycopezilus.com/assets/fonts/Roboto-Regular.woff2') format('woff2');
font-weight:400;
font-style:normal;
}

@font-face{
font-family:'Roboto';
src:url('https://glycopezilus.com/assets/fonts/Roboto-Medium.woff2') format('woff2');
font-weight:500;
font-style:normal;
}

@font-face{
font-family:'Roboto';
src:url('https://glycopezilus.com/assets/fonts/Roboto-Bold.woff2') format('woff2');
font-weight:700;
font-style:normal;
}

body{
font-family:'Roboto',sans-serif;
margin:0;
padding:0;
}

.site-header{
width:100%;
background:#401B87;
padding:16px 0;
top:0;
z-index:999;
box-shadow:0 2px 10px rgba(0,0,0,0.05);
}

.nav-container{
max-width:1200px;
margin:auto;
display:flex;
align-items:center;
justify-content:space-between;
padding:0 20px;
}

.logo{
font-size:26px;
font-weight:700;
letter-spacing:4px;
color:#fff;
text-decoration:none;
position:relative;
}

.logo:after{
content:"";
position:absolute;
left:0;
bottom:-6px;
width:40px;
height:3px;
background:linear-gradient(90deg,#2f6df3,#5da8ff);
border-radius:2px;
}

.nav-menu{
display:flex;
align-items:center;
gap:40px;
}

.nav-menu a{
text-decoration:none;
color:#fff;
font-size:16px;
font-weight:500;
position:relative;
}

.nav-menu a:after{
content:"";
position:absolute;
left:0;
bottom:-6px;
width:0;
height:2px;
background:#2f6df3;
transition:0.3s;
}

.nav-menu a:hover:after{
width:100%;
}

.order-btn{
background:linear-gradient(135deg,#2f6df3,#5da8ff);
color:#fff;
padding:12px 28px;
border-radius:40px;
font-weight:600;
text-decoration:none;
transition:0.3s;
}

.order-btn:hover{
transform:translateY(-2px);
box-shadow:0 10px 20px rgba(0,0,0,0.15);
}

.menu-toggle{
display:none;
flex-direction:column;
gap:5px;
cursor:pointer;
}

.menu-toggle span{
width:26px;
height:3px;
background:#fff;
display:block;
border-radius:2px;
}

@media (max-width:900px){

.nav-menu{
position:fixed;
top:70px;
left:0;
width:100%;
background:#000;
flex-direction:column;
align-items:center;
gap:20px;
padding:25px 0;
display:none;
z-index:999;
}

.nav-menu.active{
display:flex;
}

.nav-menu a{
color:#fff;
font-size:14px;
}

.menu-toggle{
position:fixed;
top:18px;
right:20px;
z-index:9999;
display:flex;
flex-direction:column;
gap:5px;
background:#fff;
padding:8px;
border-radius:6px;
cursor:pointer;
}

.menu-toggle span{
width:24px;
height:3px;
background:#000;
display:block;
}

.order-btn{
display:none;
}

}


hero{
padding:70px 0;
background:#f6f7fb;
}

.hero-grid{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:1fr 1fr;
align-items:center;
gap:20px;
padding:0 20px;
}

.hero-text{
max-width:520px;
margin-left:80px;
}

.hero-text h1{
font-size:48px;
line-height:1.2;
margin-bottom:15px;
font-weight:700;
}

.hero-text p{
font-size:17px;
color:#555;
margin-bottom:20px;
}

.certifications{
max-width:420px;
width:100%;
margin-top:10px;
}

.hero-product{
display:flex;
justify-content:center;
align-items:center;
}

.hero-product img{
width:310px;
height:auto;
transform:translateX(40px);
}

@media (max-width:900px){

.hero{
padding:40px 0;
}

.hero-grid{
display:flex;
flex-direction:column;
align-items:center;
text-align:center;
gap:25px;
padding:0 20px;
}

.hero-text{
margin:0;
max-width:100%;
}

.hero-text h1{
font-size:34px;
line-height:1.25;
}

.hero-text p{
font-size:16px;
margin-bottom:20px;
}

.hero-product{
order:-1;
justify-content:center;
}

.hero-product img{
width:260px;
transform:none;
}

.hero-btn{
padding:14px 28px;
font-size:16px;
}

.certifications{
max-width:320px;
margin:auto;
margin-top:15px;
}

}

.feature-section{
padding:30px 20px;
background:linear-gradient(135deg,#f5f1ff,#ebe5ff);
display:flex;
flex-direction:column;
align-items:center;
text-align:center;
}

.feature-title{
font-size:48px;
letter-spacing:5px;
color:#401B87;
margin-bottom:30px;
font-weight:700;
}

.feature-card{
max-width:820px;
width:100%;
padding:35px 50px;
border-radius:20px;
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px 80px;
background:#ffffff;
border:1px solid #e6e1ff;
box-shadow:0 15px 40px rgba(64,27,135,0.15);
}

.feature-item{
display:flex;
align-items:center;
gap:14px;
font-size:20px;
color:#333;
font-weight:500;
}

.check{
width:32px;
height:32px;
background:#401B87;
border-radius:8px;
display:flex;
align-items:center;
justify-content:center;
font-size:16px;
color:#fff;
font-weight:700;
}

@media (max-width:768px){

.feature-section{
padding:30px 15px;
}

.feature-card{
width:100%;
max-width:100%;
grid-template-columns:repeat(3,1fr);
gap:14px 8px;
padding:18px;
box-sizing:border-box;
}

.feature-item{
font-size:13px;
gap:6px;
line-height:1.2;
}

.check{
width:22px;
height:22px;
font-size:12px;
flex-shrink:0;
}

.feature-title{
font-size:28px;
letter-spacing:3px;
}

}

.info-section{
padding:40px 20px;
background:#fff;
}

.info-section p{
max-width:850px;
margin:auto;
font-size:18px;
line-height:1.7;
color:#444;
text-align:center;
}

@media (max-width:768px){

.info-section{
padding:40px 15px;
}

.info-section p{
font-size:15px;
line-height:1.6;
}

}

.ingredients-section{
padding:30px 20px;
background:#f5f5f7;
}

.ingredients-grid{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:repeat(3,1fr);
gap:40px 40px;
padding:0 30px;
}

.ingredients-title{
text-align:center;
font-size:40px;
font-weight:700;
color:#401B87;
margin-bottom:40px;
letter-spacing:1px;
}

.ingredient-card{
background:#ececec;
border-radius:28px;
padding:30px 30px 35px;
text-align:center;
position:relative;
margin-top:70px;
}

.ingredient-card img{
width:130px;
height:130px;
object-fit:contain;
position:absolute;
top:-65px;
left:50%;
transform:translateX(-50%);
}

.ingredient-card h3{
font-size:24px;
margin-bottom:10px;
color:#333;
}

.ingredient-card p{
font-size:15px;
line-height:1.6;
color:#555;
max-width:260px;
margin:auto;
}

@media (max-width:768px){

.ingredients-grid{
grid-template-columns:repeat(2,1fr);
gap:70px 18px;
padding:0 15px;
}

.ingredient-card{
padding:10px 18px 25px;
margin-top:60px;
border-radius:22px;
}

.ingredient-card img{
width:95px;
height:95px;
top:-50px;
}

.ingredient-card h3{
font-size:18px;
margin-bottom:8px;
}

.ingredient-card p{
font-size:14px;
line-height:1.5;
}

.ingredients-title{
font-size:28px;
margin-bottom:30px;
}

}

.blend-section{
padding:50px 20px;
background:#f5f5f7;
}

.blend-container{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:1fr 1fr;
align-items:center;
gap:60px;
}

.blend-image{
position:relative;
display:flex;
justify-content:center;
align-items:center;
padding:60px 0;
}

.blend-image::before{
content:"";
position:absolute;
width:420px;
height:420px;
background:linear-gradient(135deg,#401B87,#7a5ce6);
border-radius:40px;
filter:blur(60px);
opacity:.35;
z-index:0;
}

.blend-image::after{
content:"";
position:absolute;
width:380px;
height:380px;
background:rgba(255,255,255,0.7);
backdrop-filter:blur(20px);
border-radius:40px;
box-shadow:
0 25px 60px rgba(0,0,0,.12),
inset 0 1px 0 rgba(255,255,255,.6);
z-index:1;
}

.blend-image img{
width:380px;
max-width:100%;
position:relative;
z-index:2;
}

.blend-content h2{
font-size:42px;
line-height:1.2;
margin-bottom:20px;
color:#222;
}

.blend-content p{
font-size:18px;
line-height:1.7;
color:#555;
margin-bottom:30px;
max-width:520px;
}

.blend-btn{
display:inline-block;
background:linear-gradient(90deg,#2e7de1,#4f9cff);
color:#fff;
padding:16px 40px;
border-radius:40px;
font-size:18px;
font-weight:600;
text-decoration:none;
}

@media (max-width:900px){

.blend-container{
grid-template-columns:1fr;
text-align:center;
gap:40px;
}

.blend-content h2{
font-size:32px;
}

.blend-content p{
font-size:16px;
margin:auto;
margin-bottom:25px;
}

.blend-image::before{
width:300px;
height:300px;
}

.blend-image::after{
width:260px;
height:260px;
}

.blend-image img{
width:240px;
}

}

.pricing-section{
padding:40px 20px;
background:#f6f7fb;
text-align:center;
}

.pricing-title{
font-size:38px;
margin-bottom:50px;
}

.pricing-title span{
color:#ff4d00;
}

.pricing-grid{
max-width:1050px;
margin:auto;
display:grid;
grid-template-columns:repeat(3,1fr);
gap:22px;
}

.price-card{
background:#fff;
border-radius:18px;
padding:25px 18px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.price-card img{
width:220px;
margin:15px auto;
display:block;
}

.plan{
font-weight:700;
font-size:18px;
color:#666;
}

.supply{
font-size:14px;
margin-bottom:10px;
}

.price{
font-size:42px;
font-weight:700;
color:#222;
}

.per{
font-size:14px;
margin-bottom:20px;
}

.points{
list-style:none;
padding:0;
margin:0 0 20px 0;
}

.points li{
background:#f3efe6;
padding:6px;
border-radius:6px;
margin:6px 0;
font-size:14px;
}

.buy-btn{
display:inline-block;
background:#ffbe00;
color:#000;
padding:14px 32px;
border-radius:30px;
font-weight:700;
text-decoration:none;
box-shadow:0 5px 12px rgba(0,0,0,.15);
}

.best{
transform:scale(1.06);
border:2px solid #ffbe00;
}

.best-badge{
position:absolute;
top:-12px;
left:50%;
transform:translateX(-50%);
background:#ffbe00;
padding:4px 12px;
border-radius:20px;
font-size:12px;
font-weight:700;
}

@media (max-width:900px){

.pricing-grid{
grid-template-columns:1fr;
gap:40px;
}

.best{
transform:none;
}

}

.reviews-section{
padding:30px 20px;
background:linear-gradient(180deg,#f7f8fc,#eef0ff);
text-align:center;
}

.reviews-title{
font-size:40px;
margin-bottom:70px;
color:#401B87;
letter-spacing:.5px;
}

.reviews-grid{
max-width:1100px;
margin:auto;
display:grid;
grid-template-columns:repeat(3,1fr);
gap:35px;
}

.review-card{
background:#EDE7FF;
border-radius:24px;
padding:60px 28px 28px;
position:relative;
box-shadow:0 18px 45px rgba(0,0,0,.08);
transition:.35s;
border:1px solid rgba(0,0,0,.04);
}

.review-card:hover{
transform:translateY(-8px);
box-shadow:0 28px 70px rgba(64,27,135,.18);
}

.review-image{
position:absolute;
top:-45px;
left:50%;
transform:translateX(-50%);
}

.review-image img{
width:95px;
height:95px;
border-radius:50%;
object-fit:cover;
border:5px solid #fff;
box-shadow:
0 12px 30px rgba(0,0,0,.15),
0 0 0 4px rgba(64,27,135,.08);
}

.review-content{
margin-top:45px;
}

.stars{
color:#ffb400;
font-size:18px;
letter-spacing:2px;
margin-bottom:14px;
}

.review-card p{
font-size:15px;
line-height:1.7;
color:#555;
margin-bottom:14px;
}

.review-card h4{
font-size:16px;
color:#401B87;
font-weight:600;
}

@media (max-width:900px){

.reviews-grid{
grid-template-columns:1fr;
gap:45px;
}

.reviews-title{
font-size:30px;
}

.review-image img{
width:90px;
height:90px;
}

}

.benefits-section{
padding:30px 20px;
background:#f7f8fc;
}

.benefits-title{
text-align:center;
font-size:36px;
margin-bottom:55px;
color:#401B87;
}

.benefits-timeline{
max-width:900px;
margin:auto;
display:grid;
grid-template-columns:1fr 1fr;
gap:28px;
position:relative;
}

.benefits-timeline::before{
content:"";
position:absolute;
left:50%;
top:0;
bottom:0;
width:3px;
background:#401B87;
transform:translateX(-50%);
opacity:.15;
}

.benefit-box{
background:#fff;
padding:30px 40px;
border-radius:14px;
box-shadow:0 12px 25px rgba(0,0,0,.06);
}

.benefit-box h3{
font-size:18px;
margin-bottom:6px;
color:#401B87;
}

.benefit-box p{
font-size:14px;
line-height:1.5;
color:#555;
}

@media (max-width:900px){

.benefits-timeline{
grid-template-columns:repeat(2,1fr);
gap:18px;
max-width:600px;
}

.benefit-box{
padding:16px 16px;
}

.benefit-box h3{
font-size:15px;
margin-bottom:4px;
}

.benefit-box p{
font-size:13px;
line-height:1.4;
}

.benefits-timeline::before{
display:none;
}

.benefits-title{
font-size:26px;
margin-bottom:30px;
}

}
.how-section{
padding:30px 20px;
background:#fff;
text-align:center;
}

.how-title{
font-size:40px;
margin-bottom:60px;
color:#401B87;
}

.how-grid{
max-width:1000px;
margin:auto;
display:grid;
grid-template-columns:repeat(3,1fr);
gap:35px;
}

.how-card{
background:#EDE7FF;
padding:35px 25px;
border-radius:18px;
position:relative;
box-shadow:0 12px 30px rgba(0,0,0,.06);
}

.how-number{
font-size:60px;
font-weight:700;
color:rgba(64,27,135,.12);
position:absolute;
top:10px;
right:18px;
}

.how-card h3{
font-size:18px;
margin-bottom:10px;
color:#401B87;
}

.how-card p{
font-size:15px;
line-height:1.6;
color:#555;
}

@media (max-width:900px){

.how-grid{
grid-template-columns:repeat(2,1fr);
gap:18px;
max-width:500px;
margin:auto;
}

.how-card{
padding:18px;
}

.how-card:nth-child(3){
grid-column:1 / -1;
max-width:240px;
margin:auto;
}

.how-title{
font-size:26px;
margin-bottom:35px;
}

}

/* SECTION */

.guarantee-section{
padding:30px 20px;
background:linear-gradient(135deg,#401B87,#5f3ed3);
display:flex;
justify-content:center;
}

/* CARD */

.guarantee-box{
background:#fff;
max-width:820px;
width:100%;
border-radius:16px;
padding:28px 32px;
display:grid;
grid-template-columns:120px 1fr;
gap:12px 85px;
align-items:center;
box-shadow:0 15px 40px rgba(0,0,0,.15);
}

/* BADGE */

.guarantee-left{
display:flex;
justify-content:center;
align-items:center;
}

.guarantee-left img{
width:180px;
}

/* CONTENT */

.guarantee-content{
grid-column:2;
width:100%;
}

.guarantee-content h2{
font-size:21px;
margin-bottom:8px;
color:#401B87;
font-weight:700;
}

.guarantee-content p{
font-size:15px;
line-height:1.6;
color:#555;
margin-bottom:12px;
}

/* CERTIFICATIONS */

.guarantee-certifications{
grid-column:2;
display:flex;
justify-content:flex-end;
}

.guarantee-certifications img{
width:380px;
}

/* MOBILE */

@media (max-width:768px){

.guarantee-box{
grid-template-columns:1fr;
text-align:center;
gap:14px;
padding:22px;
}

.guarantee-left{
display:flex;
justify-content:center;
}

.guarantee-left img{
width:70px;
}

.guarantee-content h2{
font-size:18px;
}

.guarantee-content p{
font-size:14px;
line-height:1.5;
}

.guarantee-certifications{
display:flex;
justify-content:center;
margin-top:8px;
}

.guarantee-certifications img{
width:160px;
}

}
.trust-panel{
padding:20px 20px;
background:linear-gradient(135deg,#f7f8fc,#eef0ff);
display:flex;
justify-content:center;
}

.trust-card{
max-width:850px;
width:100%;
background:#fff;
border-radius:24px;
padding:50px 40px;
text-align:center;
box-shadow:0 30px 70px rgba(0,0,0,.08);
position:relative;
}

.trust-card:before{
content:"";
position:absolute;
top:-2px;
left:-2px;
right:-2px;
bottom:-2px;
border-radius:26px;
background:linear-gradient(120deg,#401B87,#7b5cff,#401B87);
z-index:-1;
opacity:.15;
}

.trust-head{
font-size:28px;
font-weight:700;
margin-bottom:30px;
color:#401B87;
}

.trust-image{
margin-bottom:30px;
}

.trust-image img{
max-width:420px;
width:100%;
border-radius:12px;
box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.trust-text{
font-size:16px;
line-height:1.7;
color:#555;
max-width:600px;
margin:0 auto 35px;
}

.trust-features{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:15px;
max-width:500px;
margin:auto;
}

.trust-btn{
display:inline-block;
margin-top:30px;
padding:14px 36px;
font-size:15px;
font-weight:600;
color:#000;
background:#FFBE00;
border-radius:40px;
text-decoration:none;
box-shadow:0 10px 25px rgba(64,27,135,.35);
transition:all .3s ease;
}

.trust-btn:hover{
transform:translateY(-2px);
box-shadow:0 14px 35px rgba(64,27,135,.45);
}

.trust-item{
background:#f5f6ff;
padding:12px 16px;
border-radius:10px;
font-size:14px;
color:#333;
}

.trust-item:before{
content:"✓ ";
color:#401B87;
font-weight:700;
}

@media (max-width:900px){

.trust-card{
padding:35px 25px;
}

.trust-head{
font-size:22px;
}

.trust-image img{
max-width:300px;
}

.trust-text{
font-size:14px;
}

.trust-features{
grid-template-columns:1fr;
}

}

.faq-tabs-section{
padding:30px 20px;
background:#f7f8fc;
}

.faq-tabs-title{
text-align:center;
font-size:38px;
color:#401B87;
margin-bottom:40px;
}

.faq-tabs{
display:flex;
justify-content:center;
gap:14px;
margin-bottom:40px;
flex-wrap:wrap;
}

.faq-tab{
padding:10px 22px;
border:none;
background:#fff;
border-radius:30px;
cursor:pointer;
font-size:14px;
font-weight:600;
box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.faq-tab.active{
background:#401B87;
color:#fff;
}

.faq-tab-content{
display:none;
max-width:800px;
margin:auto;
}

.faq-tab-content.active{
display:block;
}

.faq-item{
background:#fff;
padding:20px;
border-radius:14px;
margin-bottom:16px;
box-shadow:0 10px 25px rgba(0,0,0,.06);
}

.faq-item h3{
font-size:16px;
color:#401B87;
margin-bottom:6px;
}

.faq-item p{
font-size:14px;
line-height:1.6;
color:#555;
}

@media (max-width:768px){

.faq-tabs-title{
font-size:28px;
}

.faq-tabs{
gap:10px;
}

}

.fda-footer{
padding:20px 20px;
background:#0f0f14;
color:#ccc;
text-align:center;
}

.fda-container{
max-width:850px;
margin:auto;
}

.fda-title{
font-size:36px;
font-weight:700;
color:#fff;
margin-bottom:18px;
letter-spacing:1px;
}

.fda-text{
font-size:14px;
line-height:1.7;
color:#bbb;
max-width:700px;
margin:auto;
margin-bottom:28px;
}

.fda-links{
display:flex;
justify-content:center;
gap:25px;
margin-bottom:20px;
flex-wrap:wrap;
}

.fda-links a{
color:#fff;
font-size:14px;
text-decoration:none;
position:relative;
}

.fda-links a:hover{
color:#ffbe00;
}

.fda-copy{
font-size:13px;
color:#888;
}

.fda-copy a{
color:#fff;
text-decoration:none;
}

.fda-copy a:hover{
color:#ffbe00;
}

@media (max-width:768px){

.fda-title{
font-size:34px;
}

.fda-text{
font-size:13px;
}

}

.legal-section{
padding:80px 20px
}

.legal-container{
max-width:850px;
margin:auto;
background:#fff;
padding:40px;
border-radius:12px;
box-shadow:0 10px 30px rgba(0,0,0,.05)
}

.legal-container h1{
color:#401B87;
margin-bottom:20px
}

.legal-container h2{
margin-top:28px;
color:#401B87
}