/*
Theme Name: Bsfhealth Sabinsa Clone
Theme URI: https://bsfhealth.com
Author: Ailly
Description: B2B health supplement ingredient supplier theme, cloned from sabinsa.com structure. Blue/purple color scheme, product brands, nutraceutical, cosmeceutical.
Version: 1.0.0
*/
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Poppins','Helvetica Neue',Arial,sans-serif; line-height: 1.6; color: #2d2d2d; background: #fff; overflow-x: hidden; }
a { color: #1565c0; text-decoration: none; transition: color .3s; }
a:hover { color: #0d47a1; }
img { max-width: 100%; height: auto; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(255,255,255,.95); backdrop-filter: blur(10px); box-shadow: 0 1px 3px rgba(0,0,0,.08); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.site-logo { font-size: 1.5rem; font-weight: 700; color: #1565c0; }
.site-logo span { color: #7b1fa2; }
.main-nav { display: flex; gap: 28px; align-items: center; }
.main-nav a { font-size: .88rem; font-weight: 500; color: #333; text-transform: uppercase; letter-spacing: .5px; }
.main-nav a:hover { color: #1565c0; }
.main-nav .has-sub { position: relative; }
.main-nav .sub-menu { position: absolute; top: 100%; left: 0; background: #fff; min-width: 220px; box-shadow: 0 4px 12px rgba(0,0,0,.1); border-radius: 4px; padding: 8px 0; opacity: 0; visibility: hidden; transform: translateY(10px); transition: all .3s; }
.main-nav .has-sub:hover .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.main-nav .sub-menu a { display: block; padding: 8px 20px; font-size: .85rem; text-transform: none; }
.main-nav .sub-menu a:hover { background: #e3f2fd; color: #1565c0; }
.menu-toggle { display: none; background: none; border: none; font-size: 1.5rem; cursor: pointer; }
.hero { position: relative; height: 100vh; min-height: 600px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #0d47a1, #1565c0 50%, #7b1fa2); overflow: hidden; }
.hero-content { text-align: center; color: #fff; z-index: 2; padding: 0 24px; max-width: 800px; }
.hero-content h1 { font-size: 3.5rem; font-weight: 300; margin-bottom: 16px; line-height: 1.2; }
.hero-content h1 strong { font-weight: 700; }
.hero-content p { font-size: 1.2rem; margin-bottom: 32px; opacity: .9; }
.hero-btn { display: inline-block; padding: 14px 40px; border: 2px solid #fff; border-radius: 30px; color: #fff; font-weight: 500; text-transform: uppercase; letter-spacing: 1px; transition: all .3s; }
.hero-btn:hover { background: #fff; color: #1565c0; }
.section { padding: 80px 0; }
.section-dark { background: #0d47a1; color: #fff; }
.section-light { background: #f5f7fa; }
.section-title { text-align: center; margin-bottom: 60px; }
.section-title h2 { font-size: 2.5rem; font-weight: 300; color: #0d47a1; margin-bottom: 16px; }
.section-dark .section-title h2 { color: #fff; }
.section-title p { font-size: 1.1rem; color: #666; max-width: 700px; margin: 0 auto; }
.section-dark .section-title p { color: #ccc; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.product-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,.06); transition: transform .3s, box-shadow .3s; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0,0,0,.12); }
.product-card-img { height: 180px; background: linear-gradient(135deg, #e3f2fd, #e8eaf6); display: flex; align-items: center; justify-content: center; }
.product-card-img .icon { font-size: 3rem; opacity: .3; }
.product-card-body { padding: 24px; }
.product-card-body h3 { font-size: 1.2rem; margin-bottom: 12px; color: #0d47a1; }
.product-card-body p { font-size: .9rem; color: #666; margin-bottom: 16px; }
.product-card-body a { font-size: .85rem; color: #1565c0; text-transform: uppercase; font-weight: 500; }
.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; }
.stat-item h3 { font-size: 3rem; font-weight: 700; color: #1565c0; margin-bottom: 8px; }
.stat-item p { font-size: .95rem; color: #666; text-transform: uppercase; letter-spacing: 1px; }
.three-col { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.col-card { position: relative; min-height: 350px; border-radius: 12px; overflow: hidden; display: flex; align-items: flex-end; }
.col-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, #0d47a1, #7b1fa2); opacity: .85; }
.col-card-content { position: relative; z-index: 2; padding: 40px; color: #fff; }
.col-card-content h3 { font-size: 1.6rem; margin-bottom: 12px; }
.col-card-content p { font-size: .95rem; opacity: .9; margin-bottom: 20px; }
.col-card-content a { color: #fff; border: 1px solid #fff; padding: 8px 24px; border-radius: 20px; font-size: .85rem; text-transform: uppercase; }
.col-card-content a:hover { background: #fff; color: #1565c0; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.news-item { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,.05); }
.news-item-body { padding: 24px; }
.news-item .date { font-size: .8rem; color: #999; margin-bottom: 8px; }
.news-item h4 a { color: #0d47a1; }
.site-footer { background: #0d47a1; color: #ccc; padding: 60px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-col h4 { color: #fff; font-size: 1rem; margin-bottom: 20px; text-transform: uppercase; }
.footer-col a { display: block; color: #aaa; padding: 4px 0; font-size: .9rem; }
.footer-col a:hover { color: #64b5f6; }
.footer-logo { font-size: 1.5rem; font-weight: 700; color: #fff; margin-bottom: 16px; }
.footer-bottom { border-top: 1px solid #1565c0; padding-top: 20px; text-align: center; font-size: .85rem; color: #888; }
@media (max-width: 968px) { .product-grid { grid-template-columns: repeat(2, 1fr); } .three-col, .news-grid, .stat-row { grid-template-columns: 1fr; } .main-nav { display: none; } .menu-toggle { display: block; } .hero-content h1 { font-size: 2.2rem; } }
@media (max-width: 600px) { .product-grid { grid-template-columns: 1fr; } .footer-grid { grid-template-columns: 1fr; } }
