/* index.css - extracted from Page_Components/Header/index/index_header.html */
{margin:0;padding:0;box-sizing:border-box;}body{font-family:system-ui,-apple-system,'Inter','Segoe UI',Roboto,Helvetica,Arial,sans-serif;background-color:#f9fafb;color:#1e293b;line-height:1.5;overflow-x:hidden;}::-webkit-scrollbar{width:6px;}::-webkit-scrollbar-track{background:#fffffff5;border-radius:10px;}::-webkit-scrollbar-thumb{background:#10b981;border-radius:10px;}::-webkit-scrollbar-thumb:hover{background:#10b981;}.logo-icon i{color:white;font-size:1.1rem;}.badge i{font-size:0.6rem;}.nav-links a{text-decoration:none;font-weight:600;color:#334155;font-size:0.95rem;transition:color 0.2s;position:relative;}.nav-links a:hover{color:#10b981;}.nav-links a::after{content:'';position:absolute;bottom:-6px;left:0;width:0;height:2px;background:#10b981;transition:width 0.2s;border-radius:2px;}.nav-links a:hover::after{width:100%;}.whatsapp-link i{font-size:1.25rem;}.mobile-menu-panel a{text-decoration:none;font-weight:500;color:#1e293b;padding:0.6rem 0;border-bottom:1px solid #eef2ff;font-size:1rem;}.mobile-menu-panel a:last-child{border-bottom:none;}.mobile-menu-panel a:hover{color:#10b981;}@media (max-width:850px){.whatsapp-link span{display:none;}.whatsapp-link i{font-size:1.4rem;}}main{margin-top:70px;}section{padding:5rem 1.5rem;}.section-container{max-width:1280px;margin:0 auto;}.hero{background-color:#064e3b;color:white;position:relative;overflow:hidden;}.hero-bg{position:absolute;inset:0;z-index:0;}.hero-bg img{width:100%;height:100%;object-fit:cover;}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 70%);z-index:1;}.hero .hero-content{position:relative;z-index:2;}.hero-bg-blur{position:absolute;top:-20%;right:-10%;width:300px;height:300px;background:#10b981;filter:blur(80px);opacity:0.3;border-radius:50%;}.hero-content{position:relative;z-index:2;}.fsc-badge{display:inline-flex;align-items:center;gap:0.5rem;background:rgba(255,255,255,0.15);backdrop-filter:blur(4px);border-radius:100px;padding:0.4rem 1rem;font-size:0.7rem;font-weight:bold;margin-bottom:1.8rem;border:1px solid rgba(255,255,255,0.3);}.hero h1{font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:1rem;}.hero h1 span{color:#a7f3d0;}.hero p{font-size:1.1rem;max-width:550px;margin-bottom:2rem;color:#e2e8f0;}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2.5rem;}.btn-primary-lg{background:#10b981;padding:0.9rem 2rem;border-radius:1rem;font-weight:700;border:none;cursor:pointer;font-size:1rem;color:white;transition:0.2s;}.btn-primary-lg:hover{background:transparent;border:1px solid rgba(255,255,255,0.5);}.btn-outline-lg{background:transparent;border:1px solid rgba(255,255,255,0.5);padding:0.9rem 2rem;border-radius:1rem;font-weight:700;cursor:pointer;color:white;transition:0.2s;}.btn-outline-lg:hover{background:#10b981;border:1px solid #10b981;}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;border-top:1px solid rgba(255,255,255,0.2);padding-top:2rem;margin-top:1rem;}.stat-item{display:flex;align-items:center;gap:0.6rem;font-size:0.75rem;font-weight:500;}@media (max-width:700px){.hero h1{font-size:2rem;}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem;}section{padding:3rem 1rem;}}.section-title{font-size:1.8rem;font-weight:800;margin-bottom:0.5rem;}.green-line{width:70px;height:4px;background:#10b981;margin:0.5rem 0 1rem 0;border-radius:4px;}.compare-wrapper{display:flex;flex-wrap:wrap;gap:2rem;margin-top:1rem;}.compare-left{flex:1;min-width:250px;}.compare-right{flex:2;overflow-x:auto;}.trust-card{background:#f0fdf4;border-radius:1.2rem;padding:1.2rem;border:1px solid #bbf7d0;}.compare-table{width:100%;border-collapse:collapse;background:white;border-radius:1rem;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,0.05);border:1px solid #e2e8f0;}.compare-table th,.compare-table td{padding:1rem;text-align:left;border-bottom:1px solid #e2e8f0;}.compare-table th:first-child,.compare-table td:first-child{font-weight:700;}.factory-highlight{background:#ecfdf5;color:#047857;font-weight:700;}@media (max-width:768px){.compare-wrapper{flex-direction:column;}.compare-left,.compare-right{width:100%;flex:auto;}.compare-right{overflow-x:visible;}.compare-table,.compare-table thead,.compare-table tbody,.compare-table tr,.compare-table th,.compare-table td{display:block;}.compare-table thead{display:none;}.compare-table tr{background:white;border:1px solid #e2e8f0;border-radius:1rem;margin-bottom:1rem;padding:0.5rem;overflow:hidden;}.compare-table td{display:flex;justify-content:space-between;align-items:baseline;padding:0.75rem;border-bottom:1px solid #eef2ff;}.compare-table td:last-child{border-bottom:none;}.compare-table td::before{content:attr(data-label);font-weight:700;color:#10b981;width:45%;flex-shrink:0;}.compare-table .factory-highlight{background:transparent;color:#047857;}.compare-table td.factory-highlight{background:#ecfdf5;}}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem;}.product-card{background:white;border-radius:1.2rem;border:1px solid #d1fae5;overflow:hidden;transition:all 0.25s;cursor:pointer;}.product-card:hover{transform:translateY(-6px);box-shadow:0 20px 25px -12px rgba(0,0,0,0.1);border-color:#10b981;}.card-img{background:#f1f5f9;height:200px;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#10b981;}.card-img img{width:100%;}.card-content{padding:1.5rem;}.card-content h3{font-size:1.35rem;margin-bottom:0.5rem;}.tag-list{display:flex;gap:1rem;font-size:0.7rem;color:#64748b;margin-top:1rem;}.lab-grid{display:flex;flex-wrap:wrap;gap:2rem;align-items:center;}.lab-text{flex:1;}.lab-visual{flex:1;background:#f1f5f9;border-radius:1.5rem;position:relative;min-height:361px;display:flex;justify-content:center;border:1px solid #d1fae5;overflow:hidden;}.lab-visual i{max-width:80%;font-size:4rem;transition:all 0.2s;}.test-card-overlay{position:absolute;bottom:1rem;left:1rem;right:1rem;background:rgba(255,255,255,0.92);backdrop-filter:blur(8px);padding:1rem;border-radius:1rem;box-shadow:0 4px 12px rgba(0,0,0,0.05);z-index:2;}@media (max-width:780px){.lab-grid{flex-direction:column;}.lab-visual{min-height:361px;width:100%;}.lab-visual i{font-size:3rem;}.test-card-overlay{padding:0.8rem;bottom:0.8rem;left:0.8rem;right:0.8rem;}}.logistics{background:#064e3b;color:white;}.logistics-grid{display:flex;flex-wrap:wrap;gap:2rem;align-items:center;}.logistics-info{flex:1;}.logistics-map{flex:1;background:#0f3b2c;border-radius:1rem;min-height:250px;display:flex;align-items:center;justify-content:center;position:relative;border:1px solid #2e7d64;text-align:center;padding:1rem;}.logistics-map i{font-size:2.8rem;margin-right:0.5rem;}@media (max-width:780px){.logistics-grid{flex-direction:column;}.logistics-map{min-height:200px;width:100%;}.logistics-map i{font-size:2rem;}.map-pin{width:10px;height:10px;top:45%;left:55%;}}@media (max-width:480px){.logistics-map{min-height:180px;}.logistics-map i{font-size:1.6rem;}.map-pin{width:8px;height:8px;}}.faq-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:1rem;margin-bottom:1rem;}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;font-weight:700;cursor:pointer;user-select:none;}.faq-answer{padding:0 1.5rem 1.2rem 1.5rem;color:#475569;display:none;}.faq-item.open .faq-answer{display:block;}.footer-col h4,.footer-grid div > h4{color:white;font-size:0.85rem;font-weight:700;letter-spacing:1px;margin-bottom:1.2rem;text-transform:uppercase;border-left:3px solid #10b981;padding-left:0.75rem;}.footer-grid div a{color:#cbd5e1;text-decoration:none;font-size:0.85rem;display:block;margin-bottom:0.7rem;transition:color 0.2s,transform 0.1s;}.footer-grid div a:hover{color:#10b981;transform:translateX(3px);}.footer-grid div:not(:first-child){padding-top:0.2rem;}.footer-grid div:first-child p{font-size:0.8rem;line-height:1.4;margin-bottom:1rem;}@media (max-width:640px){.footer-grid div > h4{margin-bottom:0.8rem;}}
