 :root{--primary:#d97706;--secondary:#d97706;--dark:#ae5f04;--light:#fee7cd;}*{margin:0;padding:0;box-sizing:border-box;}body{font-family:Inter, sans-serif;background:#fff;color:#0f172a;}.container{max-width:1200px;margin:auto;padding:80px 20px;}.navbar ul, .navbar ul li{list-style:none;margin:0;padding:0;}.nav-links li{position:relative;}.nav-links .dropdown{position:absolute;top:100%;left:0;background:#fff;min-width:220px;padding:10px 0;border-radius:10px;box-shadow:0 15px 40px rgba(0,0,0,.15);display:none;z-index:999;}.nav-links li:hover .dropdown{display:block;}.nav-links .dropdown a{display:block;padding:12px 20px;font-size:15px;color:#111;transition:.3s;}.nav-links .dropdown a:hover{background:var(--primary);color:#fff;}.has-dropdown > a{display:flex;align-items:center;justify-content:space-between;}.has-dropdown > a i{font-size:12px;margin-left:6px;transition:.3s;}@media(max-width:768px){.nav-links .dropdown{position:static;display:none;box-shadow:none;padding-left:15px;background:transparent;margin-top:6px;}.nav-links li.active .dropdown{display:block;}.has-dropdown.active > a i{transform:rotate(180deg);}}.about-hero{position: relative;width: 100%;min-height: 80vh;background-position: center;background-size: cover;background-repeat: no-repeat;display: flex;align-items: center;}.about-hero::after{content: '';position: absolute;inset: 0;background: rgba(0,0,0,0.55);pointer-events: none;}.about-hero .container{position: relative;z-index: 2;max-width: 1200px;width: 100%;margin: auto;padding: 0 20px;}.hero-content{max-width: 680px;color: #ffffff;}.hero-content h1{font-size: 56px;font-weight: 800;line-height: 1.15;margin-bottom: 18px;}.hero-content p{font-size: 19px;line-height: 1.7;opacity: 0.95;margin-bottom: 28px;}.hero-actions{display: flex;gap: 20px;flex-wrap: wrap;}.hero-btn{padding: 14px 28px;border-radius: 30px;font-weight: 600;border: none;cursor: pointer;transition: all 0.3s ease;}.hero-btn.primary{background: #d97706;color: #ffffff;}.hero-btn.primary:hover{background: #d85a22;transform: translateY(-2px);}.hero-btn.video{background: #ffffff;color: #000000;display: flex;align-items: center;gap: 10px;}.hero-btn.video:hover{background: #f1f1f1;transform: translateY(-2px);}@media (max-width: 768px){.about-hero{min-height: 65vh;}.hero-content h1{font-size: 38px;}.hero-content p{font-size: 16px;}}@media (max-width: 768px){.hero-actions{flex-wrap: nowrap;gap: 12px;}.hero-btn{padding: 12px 18px;font-size: 12px;white-space: nowrap;}}.section-title{text-align:center;margin-bottom:60px;}.section-title h2{font-size:42px;font-weight:800;background:linear-gradient(90deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;}.section-title p{margin-top:12px;font-size:18px;color:#475569;}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;}@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,1fr);}}@media(max-width:600px){.product-grid{grid-template-columns:1fr;}.section-title h1{font-size:32px;}}.product-card{background:#ffe6ea;border-radius:22px;padding:30px;box-shadow:0 20px 40px rgba(15,23,42,.08);transition:.4s ease;position:relative;overflow:hidden;}.product-card::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,transparent,rgba(217,119,6,.12),transparent);opacity:0;transition:.4s;pointer-events:none;}.product-card:hover::before{opacity:1;}.product-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px rgba(0,0,0,.3);}.product-thumb{height:180px;display:flex;align-items:center;justify-content:center;margin-bottom:25px;}.product-thumb img{max-width:100%;max-height:100%;}.product-card h3{font-size:22px;font-weight:700;margin-bottom:10px;}.product-card p{font-size:15px;color:#000;line-height:1.6;margin-bottom:25px;}.btn{display:inline-block;padding:12px 26px;border-radius:999px;font-weight:600;text-decoration:none;background:linear-gradient(90deg,var(--primary),var(--secondary));color:#fff;box-shadow:0 10px 25px rgba(0,0,0,.35);transition:.3s;position:relative;z-index:2;}.btn:hover{transform:scale(1.05);}