:root{--color-primary: #FFCC00;--color-primary-hover: #E6B800;--color-dark-bg: #0A0A0A;--color-bg-light: #F4F4F4;--color-card-bg: #EAEAEA;--color-text-dark: #1A1A1A;--color-text-muted: #666666;--color-text-light: #FFFFFF;--radius-btn: 30px;--radius-card: 12px;--font-main: 'Plus Jakarta Sans', sans-serif;--font-heading: 'Plus Jakarta Sans', sans-serif;--transition: all 0.3s ease}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-main);background-color:var(--color-bg-light);color:var(--color-text-dark);line-height:1.5;overflow-x:hidden}h1,h2,h3,.hero-title,.logo-sumix{font-family:var(--font-heading)}a{text-decoration:none;color:inherit;transition:var(--transition)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.site-header{position:fixed;top:0;left:0;width:100%;background-color:var(--color-primary);z-index:1000;padding:0.6rem 0;box-shadow:0 2px 10px rgba(0,0,0,0.15)}.site-header .nav-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center}.site-header .site-logo{height:50px}.site-header .nav-links{display:flex;align-items:center;gap:2rem}.site-header .nav-links a{color:#000000;font-weight:700;font-size:0.95rem}.site-header .nav-links a:hover{opacity:0.7}.site-header .nav-links .nav-btn-contact{background-color:#000000;color:#FFFFFF !important;padding:0.6rem 1.5rem;border-radius:var(--radius-btn);font-weight:700}.site-header .nav-links .nav-btn-contact:hover{background-color:#222222}.site-header .menu-toggle{display:none;background:none;border:none;color:#000000;font-size:1.8rem;cursor:pointer}.main-content{margin-top:65px}.hero-section{position:relative;height:85vh;min-height:520px;background:url("../images/hero-bg.jpg") center/cover no-repeat;display:flex;align-items:center;justify-content:center;text-align:center;color:#FFFFFF}.hero-section .hero-overlay{position:absolute;inset:0;background:rgba(45,40,10,0.72);mix-blend-mode:multiply}.hero-section .hero-container{position:relative;z-index:2;max-width:900px;padding:0 1.5rem}.hero-section .hero-badge{display:inline-block;border:1.5px solid var(--color-primary);color:var(--color-primary);padding:0.4rem 1.6rem;border-radius:var(--radius-btn);font-size:0.85rem;font-weight:700;letter-spacing:1.5px;margin-bottom:1.5rem}.hero-section .hero-title{font-size:3.2rem;font-weight:800;line-height:1.15;margin-bottom:1.2rem;letter-spacing:-0.02em}.hero-section .hero-title .text-highlight{color:var(--color-primary)}.hero-section .hero-subtitle{font-size:1rem;font-weight:400;max-width:680px;margin:0 auto 2.2rem;color:#FFFFFF;line-height:1.5;opacity:0.95}.hero-section .btn-hero{display:inline-block;background-color:var(--color-primary);color:#000000;padding:0.75rem 2.2rem;font-weight:700;font-size:0.95rem;border-radius:var(--radius-btn)}.hero-section .btn-hero:hover{background-color:var(--color-primary-hover)}.about-section{padding:6rem 0;background-color:#000000;color:#FFFFFF}.about-section .about-container{display:grid;grid-template-columns:1fr 420px;gap:4rem;align-items:center}.about-section .about-content{max-width:580px}.about-section .about-heading{font-size:3.2rem;font-weight:900;color:var(--color-primary);margin-bottom:1.8rem;letter-spacing:-0.5px;line-height:1.1;text-transform:uppercase}.about-section .about-text{color:#E0E0E0;font-size:0.95rem;line-height:1.6;margin-bottom:1.5rem;font-weight:400}.about-section .about-text:last-child{margin-bottom:0}.about-section .about-image-wrapper{position:relative;padding:12px}.about-section .about-image-wrapper img{width:100%;height:420px;object-fit:cover;display:block;position:relative;z-index:2}.about-section .about-image-wrapper .accent-line.top-right{position:absolute;top:0;right:0;width:60%;height:6px;background-color:var(--color-primary);z-index:1}.about-section .about-image-wrapper .accent-line.bottom-left{position:absolute;bottom:0;left:0;width:60%;height:6px;background-color:var(--color-primary);z-index:1}@media (max-width: 992px){.about-section{padding:4rem 0}.about-section .about-container{grid-template-columns:1fr;gap:3rem}.about-section .about-heading{font-size:2.5rem}.about-section .about-image-wrapper{max-width:450px;margin:0 auto}}.products-section{padding:5rem 0;background-color:#ffffff}.products-section .section-title-center{text-align:center;font-size:2.8rem;font-weight:800;color:#000000;margin-bottom:4rem;line-height:1.15}.products-section .products-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:3.5rem 2.5rem;align-items:start}.products-section .product-card{display:flex;align-items:flex-start;gap:1.5rem}.products-section .product-card .product-img{width:220px;height:220px;object-fit:cover;border-radius:28px;flex-shrink:0}.products-section .product-card .product-content{flex:1}.products-section .product-card .product-content h3{font-size:1.1rem;font-weight:800;color:#000000;margin-bottom:0.8rem;line-height:1.25;text-transform:uppercase}.products-section .product-card .product-content p{font-size:0.88rem;color:#1a1a1a;line-height:1.4;font-weight:400}.products-section .product-card .product-content .services-list{list-style:none;padding:0;margin:0}.products-section .product-card .product-content .services-list li{font-size:0.82rem;color:#1a1a1a;line-height:1.35;margin-bottom:0.4rem;position:relative;padding-left:0.9rem}.products-section .product-card .product-content .services-list li::before{content:"•";position:absolute;left:0;color:#000000;font-weight:bold}@media (max-width: 992px){.products-section .products-grid{grid-template-columns:1fr;gap:2.5rem}.products-section .product-card .product-img{width:170px;height:170px;border-radius:20px}}@media (max-width: 576px){.products-section .product-card{flex-direction:column}.products-section .product-card .product-img{width:100%;height:220px}}.services-section{padding:5rem 0;background-color:#FFFFFF}.services-section .section-title-center{text-align:center;font-size:2.8rem;font-weight:900;color:#000000;margin-bottom:3.5rem}.services-section .services-list{display:flex;flex-direction:column;gap:2rem;max-width:980px;margin:0 auto}.services-section .service-card{position:relative;height:320px;border-radius:20px;overflow:hidden;background-size:cover;background-position:center;display:flex;flex-direction:column;justify-content:space-between;padding:2rem 2.5rem;box-shadow:0 4px 15px rgba(0,0,0,0.1)}.services-section .service-card .service-overlay{position:absolute;inset:0;background:linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.75) 100%);z-index:1}.services-section .service-card .service-header{position:relative;z-index:2;display:flex;justify-content:flex-end}.services-section .service-card .service-header .service-tag{background:rgba(0,0,0,0.4);border:1px solid rgba(255,255,255,0.7);color:#FFFFFF;font-size:0.85rem;font-weight:600;padding:0.35rem 1.2rem;border-radius:var(--radius-btn);backdrop-filter:blur(4px)}.services-section .service-card .service-footer{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:flex-end;gap:2rem}.services-section .service-card .service-footer .service-info{max-width:620px}.services-section .service-card .service-footer .service-info h3{font-size:2.2rem;font-weight:800;color:#FFFFFF;margin-bottom:0.5rem;line-height:1.15;letter-spacing:-0.01em}.services-section .service-card .service-footer .service-info p{font-size:0.9rem;color:rgba(255,255,255,0.9);line-height:1.4}.services-section .service-card .service-footer .btn-service{background-color:var(--color-primary);color:#000000;font-weight:700;font-size:0.9rem;padding:0.65rem 1.8rem;border-radius:var(--radius-btn);white-space:nowrap;transition:var(--transition);flex-shrink:0}.services-section .service-card .service-footer .btn-service:hover{background-color:var(--color-primary-hover)}@media (max-width: 768px){.services-section{padding:3.5rem 0}.services-section .section-title-center{font-size:2rem}.services-section .service-card{height:auto;min-height:380px;padding:1.5rem}.services-section .service-card .service-footer{flex-direction:column;align-items:flex-start;gap:1.5rem}.services-section .service-card .service-footer .service-info h3{font-size:1.6rem}.services-section .service-card .service-footer .btn-service{align-self:flex-start}}.contact-section{padding:5rem 0;background-color:#000000}.contact-section .contact-box{background:linear-gradient(135deg, #FFCD00 0%, #D49000 100%);border-radius:24px;padding:3.5rem 2rem;text-align:center;color:#FFFFFF;box-shadow:0 10px 30px rgba(0,0,0,0.3)}.contact-section .contact-box h2{font-size:2.2rem;font-weight:800;margin-bottom:1rem;letter-spacing:-0.01em;color:#FFFFFF}.contact-section .contact-box p{font-size:0.95rem;max-width:650px;margin:0 auto 2.5rem;font-weight:400;color:rgba(255,255,255,0.95);line-height:1.5}.contact-section .contact-box .contact-actions{display:flex;justify-content:center;align-items:center;gap:1.2rem}.contact-section .contact-box .contact-actions a{display:inline-flex;align-items:center;gap:0.6rem;font-weight:700;font-size:0.9rem;padding:0.75rem 2rem;border-radius:var(--radius-btn);transition:var(--transition)}.contact-section .contact-box .contact-actions .btn-action-black{background-color:#000000;color:var(--color-primary)}.contact-section .contact-box .contact-actions .btn-action-black:hover{background-color:#1a1a1a;transform:translateY(-2px)}.contact-section .contact-box .contact-actions .btn-action-outline{border:1.5px solid #000000;color:#000000;background-color:transparent}.contact-section .contact-box .contact-actions .btn-action-outline:hover{background-color:#000000;color:var(--color-primary);transform:translateY(-2px)}@media (max-width: 600px){.contact-section .contact-box{padding:2.5rem 1.2rem}.contact-section .contact-box h2{font-size:1.6rem}.contact-section .contact-box .contact-actions{flex-direction:column;width:100%}.contact-section .contact-box .contact-actions a{width:100%;justify-content:center}}.social-section{padding:5rem 0;background-color:#FFFFFF}.social-section .section-title-center{text-align:center;font-size:2.5rem;font-weight:800;color:#000000;margin-bottom:3.5rem;line-height:1.2}.social-section .instagram-grid{display:flex;justify-content:center;align-items:center;gap:2.5rem;max-width:1100px;margin:0 auto 3.5rem auto}.social-section .insta-card{background-color:#ECD482;border-radius:20px;padding:12px 12px 14px 12px;width:270px;box-shadow:0 10px 30px rgba(0,0,0,0.05);transition:transform 0.3s ease}.social-section .insta-card .insta-img-wrapper{width:100%;height:330px;border-radius:14px;overflow:hidden;margin-bottom:12px}.social-section .insta-card .insta-img-wrapper img{width:100%;height:100%;object-fit:cover}.social-section .insta-card .insta-actions{display:flex;justify-content:space-between;align-items:center;padding:0 6px}.social-section .insta-card .insta-actions .left-icons{display:flex;gap:12px;align-items:center}.social-section .insta-card .insta-actions .left-icons svg{width:18px;height:18px}.social-section .insta-card .insta-actions .left-icons .icon-heart{fill:#FF3B30}.social-section .insta-card .insta-actions .icon-bookmark{width:16px;height:16px}.social-section .insta-card.featured{width:330px;padding:14px 14px 16px 14px;box-shadow:0 15px 35px rgba(247,200,61,0.81)}.social-section .insta-card.featured .insta-img-wrapper{height:410px;border-radius:16px}.social-section .insta-card.featured .insta-actions{padding:0 8px}.social-section .insta-card.featured .insta-actions .left-icons{gap:14px}.social-section .insta-card.featured .insta-actions .left-icons svg{width:20px;height:20px}.social-section .insta-card.featured .insta-actions .icon-bookmark{width:18px;height:18px}.social-section .insta-card:hover{transform:translateY(-6px)}.social-section .instagram-profile-link{text-align:center}.social-section .instagram-profile-link a{display:inline-flex;align-items:center;gap:12px;font-size:2.2rem;font-weight:800;color:#000000;text-decoration:none}.social-section .instagram-profile-link a svg{width:38px;height:38px}@media (max-width: 960px){.social-section .instagram-grid{flex-direction:column;gap:2rem}.social-section .insta-card,.social-section .insta-card.featured{width:100%;max-width:320px}.social-section .insta-card .insta-img-wrapper,.social-section .insta-card.featured .insta-img-wrapper{height:380px}}.footer{background-color:#ffcc00;padding-top:3rem;padding-bottom:2rem;color:#000000}.footer .footer-container{display:flex;justify-content:space-between;align-items:flex-start;gap:3rem;max-width:1200px;margin:0 auto;padding:0 1.5rem}.footer .footer-brand{flex-shrink:0}.footer .footer-brand .footer-logo{max-width:120px;height:auto;display:block}.footer .footer-info-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2.5rem;flex-grow:1}.footer .footer-info-grid .footer-col h3{font-size:1.1rem;font-weight:800;margin-bottom:1rem;color:#000000}.footer .footer-info-grid .footer-col .icon-text{display:flex;align-items:flex-start;gap:0.5rem;font-size:0.9rem;line-height:1.4;margin-bottom:0.6rem;color:#000000;font-weight:500}.footer .footer-info-grid .footer-col .icon-text svg{flex-shrink:0;margin-top:0.2rem}.footer .footer-bottom{text-align:center;margin-top:3rem;padding-top:1.5rem}.footer .footer-bottom p{font-size:0.85rem;font-weight:600;color:#000000;margin:0}@media (max-width: 992px){.footer .footer-container{flex-direction:column;align-items:center;text-align:center}.footer .footer-info-grid{grid-template-columns:1fr;width:100%;text-align:center}.footer .footer-info-grid .footer-col .icon-text{justify-content:center}}.whatsapp-float{position:fixed;width:60px;height:60px;bottom:25px;right:25px;background-color:#25d366;color:#fff;border-radius:50px;text-align:center;font-size:30px;box-shadow:2px 2px 10px rgba(0,0,0,0.3);z-index:1000;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease;text-decoration:none}.whatsapp-float:hover{background-color:#128c7e;transform:scale(1.1);box-shadow:2px 4px 15px rgba(0,0,0,0.4)}.whatsapp-icon{width:35px;height:35px;fill:white}@media (max-width: 768px){.site-header .menu-toggle{display:block;padding:0.2rem 0.5rem}.site-header .nav-links{display:none;position:absolute;top:100%;left:0;width:100%;background-color:var(--color-primary);flex-direction:column;padding:1.5rem 0;gap:1.2rem;box-shadow:0 4px 10px rgba(0,0,0,0.15);align-items:center}.site-header .nav-links.active{display:flex}.site-header .nav-links a{font-size:1.1rem;width:100%;text-align:center}.site-header .nav-links .nav-btn-contact{display:inline-block;width:auto;margin-top:0.5rem}.hero-section{height:auto;min-height:80vh;padding:5rem 0 3rem}.hero-section .hero-title{font-size:clamp(1.8rem, 7vw, 2.5rem);word-break:break-word;margin-bottom:1rem}.hero-section .hero-subtitle{font-size:0.95rem;padding:0 0.5rem}}
