*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.header{position:fixed;top:0;width:100%;background-color:#fff;box-shadow:0 4px 6px -1px #0000001a;z-index:50}.nav{max-width:1280px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.5rem}.logo-text{font-size:1.5rem;font-weight:700;color:#78350f}.nav-menu{display:flex;gap:2rem;list-style:none}.nav-menu button{background:none;border:none;color:#374151;font-weight:500;font-size:1rem;cursor:pointer;transition:color .3s}.nav-menu button:hover{color:#b45309}.hero{padding-top:5rem;min-height:100vh;background:linear-gradient(to bottom,#fffbeb,#fff);display:flex;align-items:center}.hero-container{max-width:1280px;margin:0 auto;padding:5rem 2rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-content h1{font-size:3.75rem;font-weight:700;color:#78350f;margin-bottom:1rem}.hero-tagline{font-size:1.5rem;color:#b45309;margin-bottom:1.5rem;font-weight:600}.hero-description{font-size:1.125rem;color:#374151;margin-bottom:2rem;line-height:1.75}.btn-primary{background-color:#b45309;color:#fff;padding:1rem 2rem;border-radius:.5rem;font-size:1.125rem;font-weight:600;border:none;cursor:pointer;transition:all .3s}.btn-primary:hover{background-color:#92400e;transform:scale(1.05)}.hero-image-container{position:relative}.hero-image{border-radius:1rem;box-shadow:0 25px 50px -12px #00000040;width:100%;height:24rem;object-fit:cover}.award-badge{position:absolute;bottom:-1.5rem;left:-1.5rem;background-color:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a;display:flex;align-items:center;gap:.75rem}.award-badge-title{font-weight:700;color:#111827}.award-badge-subtitle{font-size:.875rem;color:#4b5563}.about-section{padding:5rem 0;background-color:#fff}.section-container{max-width:1280px;margin:0 auto;padding:0 2rem}.section-title{font-size:3rem;font-weight:700;color:#78350f;text-align:center;margin-bottom:4rem}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-content h3{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:1.5rem}.about-content p{color:#374151;font-size:1.125rem;line-height:1.75;margin-bottom:1.5rem}.stats-container{display:flex;gap:2rem;margin-top:2rem}.stat-item{text-align:center}.stat-number{font-size:2.25rem;font-weight:700;color:#b45309}.stat-label{color:#4b5563}.founder-card{background-color:#fffbeb;padding:2rem;border-radius:1rem}.founder-image{border-radius:.75rem;width:100%;height:20rem;object-fit:cover;margin-bottom:1.5rem}.founder-name{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.5rem}.founder-title{color:#b45309;font-weight:600;margin-bottom:1rem}.founder-bio{color:#374151;line-height:1.625}.products-section{padding:5rem 0;background:linear-gradient(to bottom,#fff,#fffbeb)}.products-subsection{margin-bottom:5rem}.products-subsection:last-child{margin-bottom:0}.section-subtitle{text-align:center;color:#4b5563;font-size:1.125rem;margin-bottom:3rem}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.product-card{background-color:#fff;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a;overflow:hidden;transition:all .3s}.product-card:hover{box-shadow:0 25px 50px -12px #00000040;transform:translateY(-.5rem)}.product-image-container{position:relative}.product-image{width:100%;height:16rem;object-fit:cover}.product-badge{position:absolute;top:1rem;right:1rem;background-color:#b45309;color:#fff;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600}.product-content{padding:1.5rem}.product-name{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:.5rem}.product-description{color:#4b5563;margin-bottom:1rem}.product-footer{display:flex;justify-content:space-between;align-items:center}.product-price{font-size:1.5rem;font-weight:700;color:#b45309}.btn-add-cart{background-color:#b45309;color:#fff;padding:.5rem 1.5rem;border-radius:.5rem;border:none;cursor:pointer;transition:background-color .3s}.btn-add-cart:hover{background-color:#92400e}.reviews-section{padding:5rem 0;background-color:#fff}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.testimonial-card{background-color:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a}.rating-stars{display:flex;gap:.25rem;margin-bottom:1rem}.star{color:#b45309;fill:#b45309}.review-text{color:#374151;font-style:italic;margin-bottom:1.5rem;line-height:1.625}.reviewer-info{display:flex;align-items:center;gap:1rem}.reviewer-image{width:4rem;height:4rem;border-radius:9999px;object-fit:cover}.reviewer-name{font-weight:700;color:#111827}.reviewer-location{font-size:.875rem;color:#4b5563}.newsletter-section{padding:5rem 0;background:linear-gradient(to right,#b45309,#92400e)}.newsletter-container{max-width:56rem;margin:0 auto;padding:0 2rem;text-align:center}.newsletter-icon{margin:0 auto 1.5rem;color:#fff}.newsletter-title{font-size:2.25rem;font-weight:700;color:#fff;margin-bottom:1rem}.newsletter-description{color:#fef3c7;font-size:1.125rem;margin-bottom:2rem}.newsletter-form{display:flex;gap:1rem;max-width:36rem;margin:0 auto}.newsletter-input{flex:1;padding:1rem 1.5rem;border-radius:.5rem;border:none;font-size:1rem}.newsletter-input:focus{outline:none;box-shadow:0 0 0 4px #fbbf2480}.btn-subscribe{background-color:#fff;color:#92400e;padding:1rem 2rem;border-radius:.5rem;font-weight:700;border:none;cursor:pointer;transition:all .3s}.btn-subscribe:hover{background-color:#fffbeb;transform:scale(1.05)}.footer{background-color:#111827;color:#fff;padding:4rem 0}.footer-container{max-width:1280px;margin:0 auto;padding:0 2rem}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;margin-bottom:3rem}.footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.footer-logo-text{font-size:1.5rem;font-weight:700}.footer-description{color:#9ca3af;line-height:1.625}.footer-section-title{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.footer-list{list-style:none}.footer-list li{margin-bottom:.75rem}.footer-link{color:#9ca3af;text-decoration:none;transition:color .3s}.footer-link:hover{color:#f59e0b}.footer-contact-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.footer-contact-item svg{color:#f59e0b;margin-top:.25rem;flex-shrink:0}.footer-contact-text{color:#9ca3af}.footer-bottom{border-top:1px solid #1f2937;padding-top:2rem}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center}.social-links{display:flex;align-items:center;gap:1.5rem}.social-label{color:#9ca3af}.social-icon{color:#9ca3af;transition:color .3s;text-decoration:none}.social-icon:hover{color:#f59e0b}.zalo-icon{width:1.5rem;height:1.5rem;background-color:#2563eb;border-radius:.25rem;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.75rem}.footer-right{display:flex;align-items:center;gap:1rem}.badge-image{height:3rem}.copyright{color:#9ca3af;font-size:.875rem}.modal-overlay{position:fixed;inset:0;background-color:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.modal-content{background-color:#fff;border-radius:1rem;max-width:800px;max-height:80vh;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 2rem 1rem;border-bottom:1px solid #e5e7eb}.modal-header h2{font-size:1.875rem;font-weight:700;color:#78350f;margin:0}.modal-close{background:none;border:none;cursor:pointer;color:#6b7280;transition:color .3s;padding:.5rem;display:flex;align-items:center;justify-content:center}.modal-close:hover{color:#b45309}.modal-body{padding:2rem;color:#374151;line-height:1.75}.modal-body h3{font-size:1.25rem;font-weight:700;color:#111827;margin-top:1.5rem;margin-bottom:.75rem}.modal-body h3:first-child{margin-top:0}.modal-body h4{font-size:1.125rem;font-weight:600;color:#1f2937;margin-top:1.25rem;margin-bottom:.5rem}.modal-body p{margin-bottom:1rem}.modal-body strong{color:#111827;font-weight:600}.footer-list button{background:none;border:none;padding:0;font:inherit;cursor:pointer;text-align:left;width:100%;display:inline-block}.footer-list button:hover{color:#f59e0b}@media (max-width: 768px){.hero-container,.about-grid,.footer-grid,.products-grid,.reviews-grid{grid-template-columns:1fr}.hero-content h1{font-size:2.5rem}.nav-menu{flex-direction:column;gap:1rem}.modal-overlay{padding:1rem}.modal-content{max-height:90vh}.modal-header{padding:1.5rem 1.5rem 1rem}.modal-header h2{font-size:1.5rem}.modal-body{padding:1.5rem}}
