@font-face{font-family:Petrona;font-weight:500;font-style:normal;font-display:swap;src:url(./petrona.woff2) format("woff2"),url(./petrona.woff) format("woff")}
html,body{margin:0;font-family:'Petrona',sans-serif}
.top-bar-wrapper{position:fixed;top:0;left:0;width:100%;background-color:#ffffff;z-index:100;transition:transform 0.3s ease}
.top-bar-wrapper.hide-top-bar{transform:translateY(-100%)}
.top-bar{max-width:1440px;margin:0 auto;height:50px;color:#000000;display:flex;align-items:center;justify-content:space-between;padding:0 20px;box-sizing:border-box}
.top-bar-text{font-size:16px;font-weight:bold;color:#000000}
.top-bar-btn{display:inline-block;padding:10px 18px 10px 14px;background-color:#000000;color:#ffffff;text-decoration:none;border-radius:4px;font-size:14px;transition:opacity 0.3s ease}
.top-bar-btn:hover{opacity:0.8}
.hero-container{position:relative;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;background:url('./img/HealthyTransformation-Blog-Banners-3.webp') no-repeat center center/cover;overflow:hidden}
.hero-content{position:relative;z-index:2;max-width:1440px;width:100%;margin:0 auto;padding:0 20px;text-align:left;box-sizing:border-box}
.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:20px;letter-spacing:1px;color:#ffffff}
.hero-btn{position:relative;display:inline-block;padding:16px 48px;font-size:1.125rem;font-weight:600;color:#ffffff;border:2px solid #1eafc5;background-color:transparent;border-radius:6px;text-decoration:none;overflow:hidden;transition:all 0.3s ease;box-shadow:4px 4px 0px rgba(30,172,205,0.4)}
.hero-btn:hover{background:#1eafc5;transform:translateY(-3px);box-shadow:0 15px 30px rgba(30,172,205,0.6)}
.hero-btn::after{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.3),transparent);transition:0.5s}
.hero-btn:hover::after{left:100%}
.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.45);z-index:1}
.hero-content{position:relative;z-index:2}
.info-section{width:100%;background-color:#ffffff;padding:60px 20px 20px;box-sizing:border-box}
.info-container{max-width:1440px;margin:0 auto;display:flex;flex-direction:column;text-align:center}
.info-block{max-width:980px;margin:0 auto}
.info-title{font-family:'Petrona',serif;font-size:2.5rem;font-weight:500;color:#1a103c;margin-bottom:20px;line-height:1.2}
.info-desc{font-size:1rem;color:#333333;line-height:1.7;margin:0}
.info-desc strong{color:#000000;font-weight:700}
.info-list{list-style-type:disc;padding-left:0;display:inline-block;text-align:left;margin:0}
.info-list li{font-size:1rem;color:#555555;line-height:1.8;margin-bottom:6px}
.category-section{width:100%;padding:60px 20px 20px;background-color:#ffffff;box-sizing:border-box}
.category-container{max-width:1440px;margin:0 auto;text-align:center}
.category-title{font-family:'Petrona',serif;font-size:2.5rem;font-weight:500;color:#1a103c;margin-bottom:40px}
.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.category-card{position:relative;height:380px;border-radius:4px;overflow:hidden;display:flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer}
.card-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;transition:transform 0.5s ease}
.category-card:hover .card-bg{transform:scale(1.05)}
.card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(30,50,80,0.35);transition:background-color 0.3s ease}
.category-card:hover .card-overlay{background-color:rgba(30,50,80,0.5)}
.card-content{position:relative;z-index:2;color:#ffffff;text-align:center;padding:0 20px}
.card-title{font-family:'Petrona',serif;font-size:2rem;font-weight:500;margin:0;transition:transform 0.3s ease}
.card-subtext{font-size:1rem;margin-top:8px;opacity:0;transform:translateY(12px);transition:opacity 0.3s ease,transform 0.3s ease}
.category-card:hover .card-title{transform:translateY(-4px)}
.category-card:hover .card-subtext{opacity:1;transform:translateY(0)}
.products-section{width:100%;padding:60px 20px;background-color:#ffffff;box-sizing:border-box}
.products-container{max-width:1440px;margin:0 auto;position:relative}
.section-header{text-align:center;margin-bottom:40px}
.sub-title{font-size:0.875rem;color:#5ba3b4;letter-spacing:2px;font-weight:600;display:block;margin-bottom:8px}
.main-title{font-family:'Petrona',serif;font-size:2.75rem;font-weight:500;color:#1a103c;margin:0}
.products-swiper-wrapper{position:relative;width:100%}
.productSwiper{width:100%;position:relative}
.product-card{text-align:center}
.product-img-box{position:relative;width:100%;background-color:#f2f2f2;aspect-ratio:4 / 8;overflow:hidden;margin-bottom:16px;border-radius:2px}
.product-img-box img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}
.product-card:hover .product-img-box img{transform:scale(1.05)}
.product-img-box::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.25);opacity:0;transition:opacity 0.3s ease;z-index:1}
.product-card:hover .product-img-box::before{opacity:1}
.product-hover-btn{position:absolute;bottom:30%;left:50%;transform:translateX(-50%) translateY(10px);padding:8px 18px;background-color:#ffffff;color:#1a103c;font-size:0.8rem;font-weight:600;text-decoration:none;border-radius:4px;white-space:nowrap;opacity:0;z-index:2;transition:all 0.3s ease;box-shadow:0 4px 10px rgba(0,0,0,0.15)}
.product-hover-btn:hover{background-color:#5ba3b4;color:#ffffff}
.product-card:hover .product-hover-btn{opacity:1;transform:translateX(-50%) translateY(0)}
.product-name{font-size:1rem;font-weight:700;color:#1a103c;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-prev,.product-next{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background-color:#ffffff;border-radius:50%;box-shadow:0 2px 10px rgba(0,0,0,0.15);color:#333333;z-index:20;cursor:pointer;margin-top:0;display:flex;align-items:center;justify-content:center}
.product-prev::after,.product-next::after{font-size:16px !important;font-weight:bold}
.product-prev{left:-20px}
.product-next{right:-20px}
.product-prev.swiper-button-disabled,.product-next.swiper-button-disabled{opacity:0.35;cursor:auto;pointer-events:none}
.product-pagination{position:relative !important;top:0 !important;bottom:0 !important;margin:30px auto;text-align:center;z-index:10}
.product-pagination .swiper-pagination-bullet{background:#cccccc;opacity:1;width:6px;height:6px;margin:0 5px !important;transition:all 0.3s ease;cursor:pointer;display:inline-block;border-radius:50%}
.product-pagination .swiper-pagination-bullet-active{background:#1a103c}
.more-btn-box{text-align:center}
.see-all-btn{display:inline-block;font-size:0.875rem;font-weight:600;color:#1eafc5;text-decoration:none;letter-spacing:1.5px;padding-bottom:4px;border-bottom:2px solid #1eafc5;transition:color 0.3s ease,border-color 0.3s ease}
.see-all-btn:hover{color:#1a103c;border-color:#1a103c}
.why-choose-section{width:100%;background-image:url('./img/genetic.webp');background-size:cover;background-position:center;background-repeat:no-repeat;padding:80px 20px;box-sizing:border-box}
.why-choose-container{max-width:1440px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:40px}
.why-choose-title{font-family:'Petrona',serif;font-size:2.5rem;line-height:1.2;color:#ffffff;font-weight:400;margin:0;flex-shrink:0;min-width:280px}
.why-choose-cards{display:flex;flex:1;background-color:rgba(235,240,248,0.9);border-radius:4px;overflow:hidden}
.feature-card{flex:1;padding:30px 24px;box-sizing:border-box;position:relative}
.feature-card:not(:last-child)::after{content:'';position:absolute;right:0;top:15%;height:70%;width:1px;background-color:#cbd5e1}
.why-choose-cards .feature-title{font-size:1.125rem;font-weight:600;color:#1a2a4a;margin:0 0 12px 0;line-height:1.3}
.feature-desc{font-size:0.9rem;line-height:1.5;color:#334155;margin:0}
.about-peptides-section{width:100%;padding:64px 20px;background-color:#ffffff;box-sizing:border-box}
.about-peptides-container{max-width:1440px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:60px}
.about-peptides-image{flex:1;width:50%;border-radius:4px;overflow:hidden}
.about-peptides-image img{width:100%;height:auto;display:block;object-fit:cover}
.about-peptides-content{flex:1;width:50%;text-align:center;padding:0 20px;box-sizing:border-box}
.about-peptides-content .sub-title{font-size:0.875rem;color:#6bb0c3;letter-spacing:2px;font-weight:600;display:block;margin-bottom:12px;text-transform:uppercase}
.about-peptides-content .main-title{font-family:'Petrona',serif;font-size:2.75rem;font-weight:500;color:#1a103c;margin:0 0 20px 0;line-height:1.2}
.about-peptides-content .description{font-size:1rem;line-height:1.6;color:#4a5568;margin:0 auto 32px;max-width:480px}
.discover-btn{display:inline-block;padding:12px 32px;background-color:#61b3c7;color:#ffffff;font-size:0.875rem;font-weight:700;letter-spacing:1.5px;text-decoration:none;border-radius:6px;box-shadow:3px 3px 0px #1a103c;border:1px solid #1a103c;transition:transform 0.2s ease,box-shadow 0.2s ease,background-color 0.2s ease}
.discover-btn:hover{background-color:#519eb1;transform:translate(1px,1px);box-shadow:2px 2px 0px #1a103c}
.confidence-section{width:100%;padding:0 0 20px;background-color:#ffffff;box-sizing:border-box}
.confidence-container{max-width:980px;margin:0 auto;text-align:center}
.confidence-title{font-family:'Petrona',serif;font-size:2.5rem;font-weight:500;color:#1a103c;margin:0 0 24px 0}
.confidence-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.confidence-card{background-color:#fbfbfb;border-radius:12px;padding:24px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(0,0,0,0.04);transition:transform 0.3s ease,box-shadow 0.3s ease}
.confidence-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,0.08)}
.icon-box{width:90px;height:90px;margin-bottom:24px;display:flex;align-items:center;justify-content:center}
.icon-box img{max-width:100%;max-height:100%;object-fit:contain}
.card-text{font-family:'Petrona',serif;font-size:1.15rem;font-weight:600;color:#1a103c;margin:0;line-height:1.3;max-width:240px}
.learn-more-banner{width:100%;padding:90px 20px;background-image:linear-gradient(rgba(15,23,42,0.75),rgba(15,23,42,0.75)),url('./img/footer.webp');background-size:cover;background-position:center;background-repeat:no-repeat;text-align:center;box-sizing:border-box}
.banner-container{max-width:1200px;margin:0 auto}
.banner-subtitle{display:block;font-size:0.875rem;font-weight:600;color:#e2e8f0;letter-spacing:3px;margin-bottom:16px;text-transform:uppercase}
.banner-title{font-family:'Petrona',serif;font-size:3rem;font-weight:400;color:#ffffff;margin:0;line-height:1.2;cursor:pointer}
.fixed-float-btn{position:fixed;right:24px;bottom:24px;z-index:9999;display:inline-flex;align-items:center;gap:8px;padding:10px 18px 10px 14px;background-color:#000000;color:#ffffff;border-radius:4px;text-decoration:none;box-shadow:0 4px 16px rgba(0,0,0,0.25);border:1px solid rgba(255,255,255,0.15);transition:all 0.3s cubic-bezier(0.4,0,0.2,1);cursor:pointer}
.float-btn-icon{width:20px;height:20px;flex-shrink:0;display:block}
.float-btn-text{font-size:0.875rem;font-weight:600;color:#ffffff;letter-spacing:0.5px;white-space:nowrap}
.fixed-float-btn:hover{background-color:#1f2937;transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,0.35)}
.fixed-float-btn:active{transform:translateY(0);box-shadow:0 2px 8px rgba(0,0,0,0.2)}
.about-us-section{width:100%;background-color:#ffffff}
.about-us-banner{width:100%;height:360px;background-image:linear-gradient(rgba(0,0,0,0.25),rgba(0,0,0,0.25)),url('./img/medium-shot-woman-with-medical-background_23-2148264145.webp');background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center}
.about-us-title{font-family:'Petrona',serif;font-size:3.25rem;font-weight:400;color:#ffffff;margin:0;letter-spacing:1px;text-shadow:0 2px 8px rgba(0,0,0,0.2)}
.about-us-container{max-width:860px;margin:0 auto;padding:40px 0 0;text-align:center;box-sizing:border-box}
.about-us-text{font-size:1rem;line-height:1.7;color:#4a5568;margin:0}
.about-us-text strong{color:#1a103c;font-weight:700}
.feature-section{width:100%;padding:64px 20px;background-color:#ffffff;box-sizing:border-box}
.feature-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:50px}
.feature-row{display:flex;align-items:center;gap:60px}
.overlap-images-wrapper{flex:1;position:relative;min-height:380px}
.img-back{width:65%;margin-left:auto;border-radius:4px;overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,0.08)}
.img-back img,.img-front img{width:100%;height:auto;display:block;object-fit:cover}
.img-front{position:absolute;top:40px;left:0;width:55%;border-radius:4px;overflow:hidden;box-shadow:0 12px 30px rgba(0,0,0,0.12);z-index:2}
.single-image-wrapper{flex:1;border-radius:4px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,0.06)}
.single-image-wrapper img{width:100%;height:auto;display:block}
.feature-content{flex:1}
.feature-subtitle{display:block;font-size:0.85rem;font-weight:600;color:#1eafc5;letter-spacing:2px;margin-bottom:12px;text-transform:uppercase}
.feature-title{font-family:'Petrona',serif;font-size:2.5rem;font-weight:500;color:#1a103c;margin:0 0 20px 0;line-height:1.25}
.feature-intro,.feature-text{font-size:0.95rem;line-height:1.7;color:#4a5568;margin:0 0 20px 0}
.feature-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}
.feature-list li{font-size:0.95rem;line-height:1.6;color:#4a5568}
.feature-list li strong{color:#1a103c;font-weight:700}
.page_click_button{cursor:pointer}
@media screen and (width < 750px){.top-bar{height:44px;padding:0 15px}
.top-bar-text{font-size:14px}
.top-bar-btn{padding:8px 14px 8px 12px;font-size:12px}
.hero-container{height:500px}
.hero-content{padding:0 15px}
.hero-title{font-size:2.2rem;margin-bottom:16px;width:70%}
.hero-btn{padding:14px 36px;font-size:1rem}
.info-section{padding:40px 15px 10px}
.info-container{gap:32px}
.info-title{font-size:1.75rem;margin-bottom:12px}
.info-desc,.info-list li{font-size:0.9rem;line-height:1.6}
.info-list{padding-left:20px}
.category-section{padding:40px 15px 10px}
.category-title{font-size:1.75rem;margin-bottom:24px}
.category-grid{grid-template-columns:1fr;gap:16px}
.category-card{height:240px}
.card-title{font-size:1.5rem}
.card-subtext{opacity:1;transform:translateY(0)}
.products-section{padding:40px 15px}
.main-title{font-size:2rem}
.product-prev{left:5px}
.product-next{right:5px}
.product-img-box::before{opacity:1;background-color:rgba(0,0,0,0.15)}
.product-hover-btn{opacity:1;transform:translateX(-50%) translateY(0);padding:6px 14px;font-size:0.75rem;bottom:30%}
.why-choose-section{padding:50px 20px}
.why-choose-container{flex-direction:column;align-items:flex-start;gap:30px}
.why-choose-title{font-size:2rem;min-width:unset}
.why-choose-cards{flex-direction:column;background-color:transparent;gap:16px;width:100%}
.feature-card{background-color:rgba(235,240,248,0.92);border-radius:4px;padding:24px 20px}
.feature-card:not(:last-child)::after{display:none}
.feature-title{font-size:1.25rem}
.feature-desc{font-size:0.95rem}
.about-peptides-section{padding:40px 20px 0}
.about-peptides-container{flex-direction:column;gap:32px}
.about-peptides-image,.about-peptides-content{width:100%;flex:none}
.about-peptides-content{padding:0}
.about-peptides-content .main-title{font-size:2rem;margin-bottom:16px}
.about-peptides-content .description{font-size:0.95rem;margin-bottom:24px}
.discover-btn{width:80%;box-sizing:border-box}
.confidence-section{padding:40px 16px 60px}
.confidence-title{font-size:2rem;margin-bottom:24px}
.confidence-grid{grid-template-columns:1fr;gap:8px;max-width:360px;margin:0 auto}
.confidence-card{padding:16px;border-radius:10px}
.icon-box{width:80px;height:80px;margin-bottom:18px}
.card-text{font-size:1.15rem}
.learn-more-banner{padding:60px 20px}
.banner-subtitle{font-size:0.75rem;letter-spacing:2px;margin-bottom:12px}
.banner-title{font-size:2.25rem}
.fixed-float-btn{right:16px;bottom:16px;padding:8px 14px 8px 12px}
.float-btn-icon{width:18px;height:18px}
.float-btn-text{font-size:0.8rem}
.about-us-banner{height:280px}
.about-us-title{font-size:2.25rem}
.about-us-container{padding:32px 20px 0px}
.about-us-text{font-size:0.95rem;line-height:1.65;text-align:center}
.feature-section{padding:40px 20px}
.feature-container{gap:60px}
.feature-row{flex-direction:column;gap:0}
.row-why-choose{flex-direction:column}
.overlap-images-wrapper{width:100%;min-height:260px}
.feature-title{font-size:2rem;margin-bottom:16px}
.feature-list{gap:12px}
}