.zci-taxonomy-list.zci-grid{display:grid;grid-gap:20px;grid-template-columns:repeat(var(--zci-columns,3),1fr);list-style:none;padding:0;margin:0}.zci-taxonomy-list.zci-grid .zci-item{text-align:center;list-style:none;margin:0}.zci-taxonomy-list.zci-grid .zci-image{display:block;margin-bottom:10px;overflow:hidden;border-radius:8px}.zci-taxonomy-list.zci-grid .zci-image img{max-width:100%;height:auto;display:block;margin:0 auto;transition:transform 0.3s ease}.zci-taxonomy-list.zci-grid .zci-image img:hover{transform:scale(1.05)}.zci-taxonomy-list.zci-inline{display:flex;flex-wrap:wrap;gap:15px;list-style:none;padding:0;margin:0}.zci-taxonomy-list.zci-inline .zci-item{display:flex;align-items:center;gap:5px;margin:0}.zci-taxonomy-list.zci-list{list-style:none;padding:0;margin:0}.zci-taxonomy-list.zci-list .zci-item{display:flex;align-items:center;margin-bottom:10px;gap:10px}.zci-term-name{display:block;font-weight:700;margin-top:5px;color:inherit;text-decoration:none}.zci-link{text-decoration:none;color:inherit;display:block}.zci-term-count{display:inline-block;background:#f0f0f1;border-radius:10px;padding:2px 8px;font-size:.8em;margin-left:5px;vertical-align:middle}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:'Poppins',sans-serif;color:#2b2b2b;background:#fff}img{max-width:100%;display:block}a{text-decoration:none}.container{width:min(1280px,92%);margin:auto}.reveal{opacity:0;transform:translateY(60px);transition:opacity .8s ease,transform .8s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.reveal.active{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transform:translateX(-70px);transition:opacity .8s ease,transform .8s cubic-bezier(.22,1,.36,1)}.reveal-left.active{opacity:1;transform:translateX(0)}.reveal-right{opacity:0;transform:translateX(70px);transition:opacity .8s ease,transform .8s cubic-bezier(.22,1,.36,1)}.reveal-right.active{opacity:1;transform:translateX(0)}.reveal-scale{opacity:0;transform:scale(.92);transition:opacity .8s ease,transform .8s cubic-bezier(.22,1,.36,1)}.reveal-scale.active{opacity:1;transform:scale(1)}.back-to-top{position:fixed;right:25px;bottom:25px;width:55px;height:55px;border-radius:50%;background:#173B6C;color:#fff;display:flex;justify-content:center;align-items:center;font-size:18px;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .35s ease;box-shadow:0 12px 30px rgb(23 59 108 / .28);z-index:999}.back-to-top:hover{background:#E7A75A;transform:translateY(-4px)}.back-to-top.show{opacity:1;visibility:visible;transform:translateY(0)}.whatsapp-wrapper{position:fixed;right:25px;bottom:95px;z-index:9999}.floating-whatsapp{width:60px;height:60px;border:none;border-radius:50%;background:#25D366;color:#fff;font-size:30px;cursor:pointer;box-shadow:0 15px 35px rgb(37 211 102 / .35);transition:.35s;animation:waPulse 2s infinite}.floating-whatsapp:hover{transform:translateY(-4px) scale(1.05)}@keyframes waPulse{0%{box-shadow:0 0 0 0 rgb(37 211 102 / .45)}70%{box-shadow:0 0 0 18px #fff0}100%{box-shadow:0 0 0 0 #fff0}}.whatsapp-modal{position:fixed;inset:0;background:rgb(0 0 0 / .55);display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:.35s;z-index:10000}.whatsapp-modal.show{opacity:1;visibility:visible}.whatsapp-box{width:420px;max-width:92%;background:#fff;border-radius:24px;padding:35px;position:relative}.close-whatsapp{position:absolute;top:15px;right:18px;border:none;background:none;font-size:28px;cursor:pointer;color:#173B6C}.whatsapp-box h3{margin-bottom:8px;color:#173B6C}.whatsapp-box p{margin-bottom:28px;color:#666}.wa-contact{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;margin-bottom:15px;border-radius:16px;background:#F7F9FC;text-decoration:none;color:#173B6C;font-weight:600;transition:.3s}.wa-contact span{color:#777;font-size:14px}.wa-contact:hover{background:#25D366;color:#fff;transform:translateX(5px)}.wa-contact:hover span{color:#fff}@media(max-width:767px){.whatsapp-box{padding:28px 22px}.wa-contact{flex-direction:column;align-items:flex-start;gap:5px}}#preloader{position:fixed;inset:0;background:#fff;display:flex;justify-content:center;align-items:center;z-index:99999;transition:opacity .5s ease,visibility .5s ease}#preloader.hide{opacity:0;visibility:hidden}.loader-wrapper{text-align:center}.loader-logo{width:120px;margin-bottom:28px}.loader-line{width:180px;height:4px;background:#e5e7eb;border-radius:50px;overflow:hidden;position:relative}.loader-line::before{content:"";position:absolute;left:-40%;width:40%;height:100%;background:#E7A75A;animation:loaderMove 1.3s linear infinite}@keyframes loaderMove{from{left:-40%}to{left:100%}}#scroll-progress{position:fixed;top:0;left:0;width:0%;height:4px;background:linear-gradient(90deg,#E7A75A,#173B6C);z-index:999999;transition:width .15s linear}@media (max-width:767px){.back-to-top{width:50px;height:50px;right:16px;bottom:16px;font-size:16px}.whatsapp-wrapper{right:16px;bottom:78px}.floating-whatsapp{width:56px;height:56px;font-size:28px}.whatsapp-box{width:calc(100% - 30px);max-width:380px;padding:28px 22px}.wa-contact{padding:16px 18px}}@media (max-width:767px){.back-to-top{width:52px;height:52px;right:16px;bottom:16px;font-size:17px;border-radius:50%;box-shadow:0 10px 28px rgb(23 59 108 / .25);transition:all .3s ease}.back-to-top:active{transform:scale(.9)}.whatsapp-wrapper{right:16px;bottom:82px}.floating-whatsapp{width:58px;height:58px;font-size:30px;border-radius:50%;box-shadow:0 12px 32px rgb(37 211 102 / .35);transition:all .3s ease}.floating-whatsapp:active{transform:scale(.9)}.whatsapp-box{width:calc(100% - 24px);max-width:380px;padding:28px 22px;border-radius:22px}.whatsapp-box h3{font-size:24px}.whatsapp-box p{font-size:15px;line-height:1.7}.wa-contact{padding:18px;border-radius:16px;gap:6px}.wa-contact span{font-size:13px}.back-to-top{bottom:calc(env(safe-area-inset-bottom) + 18px)}.whatsapp-wrapper{bottom:calc(env(safe-area-inset-bottom) + 84px)}.back-to-top,.floating-whatsapp{touch-action:manipulation}}@media (max-width:767px){.whatsapp-wrapper{right:14px;bottom:80px}.back-to-top{right:14px;bottom:16px}}@media (max-width:767px){.floating-whatsapp{display:flex!important;justify-content:center!important;align-items:center!important;padding:0!important}.floating-whatsapp i{display:flex!important;justify-content:center;align-items:center;width:100%;height:100%;line-height:1;margin:0;padding:0;transform:none!important}}.btn-loading{pointer-events:none;opacity:.8;position:relative}.btn-loading::after{content:"";width:18px;height:18px;margin-left:10px;border:2px solid rgb(255 255 255 / .35);border-top-color:#fff;border-radius:50%;display:inline-block;animation:buttonSpin .8s linear infinite;vertical-align:middle}@keyframes buttonSpin{to{transform:rotate(360deg)}}.error-404-page{padding:120px 0;min-height:75vh;display:flex;align-items:center;background:#F8FAFC}.error-content{max-width:760px;margin:auto;text-align:center}.error-code{display:block;font-size:150px;font-weight:900;line-height:1;color:#E7A75A;margin-bottom:20px}.error-content h1{font-size:52px;color:#173B6C;margin-bottom:20px}.error-content p{font-size:18px;color:#666;line-height:1.8;margin-bottom:40px}.error-buttons{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;margin-bottom:45px}.error-btn{padding:16px 36px;border-radius:50px;text-decoration:none;font-weight:700;transition:.3s ease}.error-btn.primary{background:#173B6C;color:#fff}.error-btn.primary:hover{background:#0d2b50}.error-btn.secondary{background:#E7A75A;color:#fff}.error-btn.secondary:hover{background:#cf8e3b}.error-btn.outline{border:2px solid #173B6C;color:#173B6C}.error-btn.outline:hover{background:#173B6C;color:#fff}.error-search{max-width:600px;margin:auto}.error-search form{display:flex;overflow:hidden;border-radius:50px;background:#fff;box-shadow:0 12px 30px rgb(0 0 0 / .08)}.error-search input{flex:1;border:none;padding:18px 24px;font-size:16px;outline:none}.error-search button{width:70px;border:none;background:#E7A75A;color:#fff;cursor:pointer;font-size:20px}.error-search button:hover{background:#173B6C}@media(max-width:767px){.error-404-page{padding:80px 0}.error-code{font-size:90px}.error-content h1{font-size:34px}.error-content p{font-size:16px}.error-search form{flex-direction:column}.error-search button{width:100%;height:56px}}:root{--primary:#173B6C;--secondary:#E7A75A;--text:#1F2937;--muted:#6B7280;--white:#ffffff}*,*::before,*::after{box-sizing:border-box}.site-header{position:sticky;top:0;width:100%;height:110px;background:#fff;border-bottom:1px solid rgb(0 0 0 / .05);box-shadow:0 8px 25px rgb(0 0 0 / .06);z-index:9999;transition:.35s ease}.site-header.scrolled{height:95px;box-shadow:0 12px 30px rgb(0 0 0 / .10)}.container{width:min(1400px,92%);margin:auto;height:100%}.header-inner{display:flex;align-items:center;justify-content:space-between;height:100%}.brand{display:flex;align-items:center;text-decoration:none;gap:16px;flex-shrink:0}.site-logo{display:block;width:auto;height:84px;object-fit:contain;transition:.35s}.site-header.scrolled .site-logo{height:74px}.brand-content{display:flex;flex-direction:column;justify-content:center;gap:2px}.brand-title{margin:0;padding:0;line-height:1;font-size:34px;font-weight:800;color:var(--primary);letter-spacing:1px}.brand-subtitle{margin:0;padding:0;line-height:1.1;font-size:14px;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:var(--muted)}.main-navigation{margin-left:auto;margin-right:48px;height:100%;display:flex;align-items:center}.nav-menu{display:flex;align-items:center;list-style:none;margin:0;padding:0;gap:46px}.nav-menu li{position:relative}.nav-menu a{display:flex;align-items:center;height:110px;color:var(--primary);text-decoration:none;font-size:16px;font-weight:600;transition:.3s ease;position:relative}.site-header.scrolled .nav-menu a{height:95px}.nav-menu a::after{content:"";position:absolute;left:0;bottom:28px;width:0;height:2px;background:var(--secondary);transition:.3s}.nav-menu a:hover{color:var(--secondary)}.nav-menu a:hover::after{width:100%}.current-menu-item>a{color:var(--secondary)}.current-menu-item>a::after{width:100%}.header-right{display:flex;align-items:center;justify-content:center;height:100%;gap:18px}.quote-btn{display:inline-flex;align-items:center;justify-content:center;height:52px;padding:0 34px;border-radius:14px;background:var(--secondary);color:#fff;font-size:15px;font-weight:700;text-decoration:none;white-space:nowrap;transition:.35s ease;box-shadow:0 10px 24px rgb(231 167 90 / .28)}.quote-btn:hover{background:var(--primary);transform:translateY(-2px);box-shadow:0 14px 30px rgb(23 59 108 / .20)}.menu-toggle{display:none;width:46px;height:46px;border:none;background:none;cursor:pointer;padding:0}.menu-toggle span{display:block;width:28px;height:3px;margin:6px auto;background:var(--primary);border-radius:20px;transition:.35s}.menu-toggle.active span:nth-child(1){transform:translateY(9px) rotate(45deg)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.menu-overlay{position:fixed;inset:0;background:rgb(0 0 0 / .45);opacity:0;visibility:hidden;transition:.35s ease;z-index:9998}.menu-overlay.active{opacity:1;visibility:visible}@media(max-width:1024px){.site-header{height:90px}.site-header.scrolled{height:82px}.site-logo{height:68px}.brand-title{font-size:28px}.brand-subtitle{font-size:12px;letter-spacing:1.5px}.quote-btn{display:none}.menu-toggle{display:block;position:relative;z-index:10001}.main-navigation{position:fixed;top:0;right:-100%;width:340px;max-width:90%;height:100vh;background:#fff;padding:120px 40px 40px;margin:0;display:block;transition:.4s ease;box-shadow:-12px 0 40px rgb(0 0 0 / .12);z-index:10000}.main-navigation.active{right:0}.nav-menu{flex-direction:column;align-items:flex-start;gap:30px}.nav-menu a{height:auto;font-size:19px;padding:10px 0}.nav-menu a::after{bottom:0}}@media(max-width:768px){.container{width:94%}.site-header{height:80px}.site-header.scrolled{height:74px}.site-logo{height:58px}.brand{gap:12px}.brand-title{font-size:22px}.brand-subtitle{font-size:11px;letter-spacing:1px}}body{margin:0;overflow-x:hidden}body.menu-open{overflow:hidden}.hero{padding-top:110px}@media(max-width:1024px){.hero{padding-top:90px}}@media(max-width:768px){.hero{padding-top:80px}}.site-header,.site-logo,.brand-title,.brand-subtitle,.quote-btn,.main-navigation,.nav-menu a{transition:.35s ease}::selection{background:var(--primary);color:#fff}.top-contact-bar{background:#173B6C;color:#fff;font-size:14px;border-bottom:1px solid rgb(255 255 255 / .08)}.top-contact-bar .container{display:flex;justify-content:space-between;align-items:center;min-height:46px}.top-contact-left{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.top-contact-left a{display:flex;align-items:center;gap:7px;color:#fff;text-decoration:none;transition:.3s ease}.top-contact-left a:hover{color:#E7A75A}.top-contact-right{display:flex;align-items:center;gap:8px;color:#fff}.top-contact-bar i{color:#E7A75A}@media(max-width:991px){.top-contact-bar{display:none}}.search-popup{position:fixed;inset:0;background:rgb(7 18 36 / .94);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:.35s ease;z-index:99999}.search-popup.active{opacity:1;visibility:visible}.search-box{width:90%;max-width:760px;position:relative}.search-box form{display:flex;background:#fff;border-radius:60px;overflow:hidden;box-shadow:0 30px 70px rgb(0 0 0 / .25)}.search-box input{flex:1;border:none;outline:none;background:none;padding:22px 30px;font-size:20px;color:#173B6C}.search-box input::placeholder{color:#999}.search-box button[type="submit"]{width:80px;border:none;background:#E7A75A;color:#fff;font-size:22px;cursor:pointer;transition:.3s}.search-box button[type="submit"]:hover{background:#173B6C}.search-close{position:absolute;top:-70px;right:0;width:50px;height:50px;border:none;border-radius:50%;background:#fff;color:#173B6C;font-size:28px;cursor:pointer;transition:.3s}.search-close:hover{background:#E7A75A;color:#fff;transform:rotate(90deg)}.header-search{width:46px;height:46px;border:none;border-radius:50%;background:#F5F7FA;color:#173B6C;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:.3s}.header-search:hover{background:#E7A75A;color:#fff}@media(max-width:767px){.search-box{width:92%}.search-box input{padding:18px 20px;font-size:17px}.search-box button[type="submit"]{width:65px}.search-close{top:-60px;width:45px;height:45px;font-size:24px}}@media (max-width:767px){.search-box{width:92%;max-width:360px;margin:auto}.search-box form{height:56px;border-radius:40px}.search-box input{font-size:16px;padding:0 20px}.search-box button[type="submit"]{width:60px;font-size:18px;border-radius:0 40px 40px 0}}.search-close{position:absolute;top:-55px;right:0;width:44px;height:44px;display:flex;justify-content:center;align-items:center;padding:0;margin:0;border-radius:50%;aspect-ratio:1/1;flex:0 0 44px;line-height:1}.hero{position:relative;display:flex;align-items:center;min-height:82vh;padding:120px 0 60px;overflow:hidden;background:url(/wp-content/themes/nazco/assets/images/hero/hero.jpg) center center/cover no-repeat;color:#fff;border-bottom:1px solid rgb(255 255 255 / .08)}.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgb(10 24 45 / .85) 0%,rgb(18 43 78 / .68) 45%,rgb(18 43 78 / .42) 100%);z-index:1}.hero::after{content:"";position:absolute;top:-20%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgb(231 167 90 / .12),transparent 65%);z-index:1;pointer-events:none}.hero-overlay{display:none}.hero .container{position:relative;z-index:2}.hero-content{max-width:760px}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;margin-bottom:28px;border-radius:40px;background:rgb(255 255 255 / .10);border:1px solid rgb(255 255 255 / .18);backdrop-filter:blur(12px);font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#fff}.hero-badge::before{content:"";width:7px;height:7px;border-radius:50%;background:#E7A75A;box-shadow:0 0 10px rgb(231 167 90 / .8);flex-shrink:0}.hero h1{margin:0 0 26px;font-size:68px;line-height:1.08;font-weight:800;color:#fff;letter-spacing:-.01em;text-shadow:0 4px 24px rgb(0 0 0 / .25)}.hero p{margin:0 0 28px;max-width:650px;font-size:20px;line-height:1.8;color:rgb(255 255 255 / .90)}.hero-buttons{display:flex;gap:18px;align-items:center;flex-wrap:wrap}.hero-buttons a{display:inline-flex;align-items:center;justify-content:center;height:58px;padding:0 34px;border-radius:14px;text-decoration:none;font-size:16px;font-weight:700;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease,background .35s ease,color .35s ease}.btn-primary{background:linear-gradient(135deg,#EEB56E,#E7A75A);color:#fff;box-shadow:0 12px 30px rgb(231 167 90 / .35)}.btn-primary:hover{transform:translateY(-3px);background:linear-gradient(135deg,#E7A75A,#d9984d);box-shadow:0 16px 36px rgb(231 167 90 / .45)}.btn-secondary{background:#fff0;color:#fff;border:2px solid rgb(255 255 255 / .35)}.btn-secondary:hover{background:#fff;color:#173B6C;border-color:#fff;transform:translateY(-3px)}@media (max-width:1200px){.hero h1{font-size:58px}}@media (max-width:992px){.hero{min-height:90vh;padding:140px 0 90px;text-align:center}.hero-content{max-width:100%}.hero p{max-width:700px;margin:0 auto 40px}.hero-buttons{justify-content:center}}@media (max-width:768px){.hero{min-height:85vh;padding:120px 0 70px}.hero-badge{font-size:11px;letter-spacing:1.5px;padding:10px 18px}.hero h1{font-size:42px;line-height:1.15;margin-bottom:22px}.hero p{font-size:16px;line-height:1.8;margin-bottom:32px}.hero-buttons{flex-direction:column;width:100%;gap:16px}.hero-buttons a{width:100%;max-width:320px}}@media (max-width:480px){.hero{padding:110px 0 60px}.hero h1{font-size:34px}.hero p{font-size:15px}}@keyframes fadeUp{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.hero-badge,.hero h1,.hero p,.hero-buttons{opacity:0;animation:fadeUp .8s cubic-bezier(.22,1,.36,1) forwards}.hero-badge{animation-delay:.1s}.hero h1{animation-delay:.22s}.hero p{animation-delay:.36s}.hero-buttons{animation-delay:.5s}@media (prefers-reduced-motion:reduce){.hero-badge,.hero h1,.hero p,.hero-buttons{animation:none;opacity:1;transform:none}}.hero *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.about{padding:120px 0;background:#F8FAFC}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.about-image{position:relative}.about-image::before{content:"";position:absolute;top:-24px;left:-24px;width:120px;height:120px;border:2px solid rgb(200 163 77 / .4);border-radius:20px;z-index:0}.about-image img{position:relative;width:100%;display:block;border-radius:20px;box-shadow:0 4px 12px rgb(16 24 40 / .06),0 24px 60px rgb(16 24 40 / .12);z-index:1}.section-tag{display:inline-block;padding:8px 18px;background:#EEF6EE;color:#1D3A6E;border-radius:30px;font-size:13px;font-weight:600;letter-spacing:.5px;border:1px solid rgb(29 58 110 / .08)}.about-content h2{font-size:44px;color:#1D3A6E;margin:20px 0;line-height:1.2;letter-spacing:-.01em}.about-content p{color:#666;line-height:1.8;margin-bottom:18px}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:45px 0}.stat-box{background:#fff;padding:30px 20px;border-radius:18px;text-align:center;box-shadow:0 4px 10px rgb(16 24 40 / .05),0 10px 30px rgb(16 24 40 / .08);transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s cubic-bezier(.22,1,.36,1)}.stat-box:hover{transform:translateY(-8px);box-shadow:0 8px 16px rgb(16 24 40 / .07),0 20px 44px rgb(16 24 40 / .14)}.stat-box h3{font-size:42px;color:#1D3A6E;margin-bottom:10px;font-weight:800;letter-spacing:-.02em}.stat-box p{margin:0;color:#666}.btn-primary{display:inline-block;padding:14px 30px;background:#1D3A6E;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;box-shadow:0 8px 20px rgb(29 58 110 / .2);transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease,background .3s ease}.btn-primary:hover{background:#16315C;transform:translateY(-3px);box-shadow:0 12px 26px rgb(29 58 110 / .28)}@media(max-width:991px){.about-grid{grid-template-columns:1fr}.about-content{text-align:center}.about-image::before{display:none}.about-stats{grid-template-columns:repeat(3,1fr)}}@media(max-width:767px){.about-content h2{font-size:34px}.about-stats{grid-template-columns:1fr}}.about-page{background:#F8FAFC}.about-page section{padding:100px 0}.about-page .container{width:min(1200px,92%);margin:auto}.about-hero{position:relative;background:linear-gradient(180deg,#FBF9F6 0%,#ffffff 100%);padding:140px 0 110px;overflow:hidden}.about-hero::before{content:"";position:absolute;top:-120px;right:-120px;width:420px;height:420px;background:radial-gradient(circle,rgb(184 134 69 / .08) 0%,#fff0 70%);border-radius:50%;pointer-events:none}.about-hero-content{position:relative;max-width:760px;z-index:1}.hero-subtitle{display:inline-flex;align-items:center;gap:10px;margin-bottom:22px;color:#B88645;font-size:13px;font-weight:700;letter-spacing:3px;text-transform:uppercase}.hero-subtitle::before{content:"";display:inline-block;width:30px;height:2px;background:#B88645}.about-hero h1{margin:0 0 25px;font-size:64px;line-height:1.1;letter-spacing:-1px;color:#1D3A6E}.about-hero p{max-width:640px;margin-bottom:44px;color:#5A5A5A;font-size:18px;line-height:1.9}.hero-buttons{display:flex;gap:18px;flex-wrap:wrap}.hero-btn{display:inline-flex;align-items:center;justify-content:center;min-width:210px;height:58px;padding:0 34px;border-radius:10px;text-decoration:none;font-size:16px;font-weight:600;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.hero-gold{background:#B88645;color:#ffffff!important;border:none;box-shadow:0 8px 20px rgb(184 134 69 / .28)}.hero-gold:hover{background:#A17337;color:#ffffff!important;transform:translateY(-3px);box-shadow:0 12px 26px rgb(184 134 69 / .36)}.hero-blue{background:#fff0;color:#1D3A6E!important;border:2px solid #1D3A6E}.hero-blue:hover{background:#1D3A6E;color:#ffffff!important;transform:translateY(-3px)}@media(max-width:768px){.about-hero{padding:80px 0 60px}.about-hero::before{width:260px;height:260px}.about-hero h1{font-size:42px}.about-hero p{font-size:16px}.hero-buttons{flex-direction:column}.hero-btn{width:100%}}.story-section{background:#fff}.story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:60px}.story-card{position:relative;background:#F8FAFC;padding:44px 34px;border-radius:22px;border:1px solid rgb(29 58 110 / .06);box-shadow:0 4px 12px rgb(16 24 40 / .04),0 12px 32px rgb(16 24 40 / .06);transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s cubic-bezier(.22,1,.36,1);overflow:hidden}.story-card::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgb(29 58 110 / .04),transparent 60%);opacity:0;transition:opacity .35s ease}.story-card:hover{transform:translateY(-10px);box-shadow:0 8px 20px rgb(16 24 40 / .06),0 24px 48px rgb(16 24 40 / .12)}.story-card:hover::before{opacity:1}.story-number{position:relative;width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#1D3A6E,#2A4E8F);color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;margin-bottom:26px;box-shadow:0 6px 16px rgb(29 58 110 / .28);transition:transform .35s ease}.story-card:hover .story-number{transform:scale(1.08) rotate(-4deg)}.story-card h3{position:relative;color:#1D3A6E;margin-bottom:14px;font-size:22px;font-weight:700;letter-spacing:-.01em}.story-card p{position:relative;color:#5B6472;line-height:1.75;font-size:15.5px}@media (max-width:900px){.story-grid{grid-template-columns:1fr;gap:24px}}.vision-mission{background:#F8FAFC}.vm-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:35px}.vm-card{background:#fff;padding:45px;border-radius:20px;box-shadow:0 12px 35px rgb(0 0 0 / .08)}.vm-card h2{color:#1D3A6E;margin:20px 0;font-size:34px}.vm-card p{color:#666;line-height:1.9}.why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-top:60px}.why-card{background:#fff;padding:35px;border-radius:18px;box-shadow:0 10px 30px rgb(0 0 0 / .08);transition:.3s}.why-card:hover{transform:translateY(-8px)}.why-card h3{color:#1D3A6E;margin-bottom:15px;font-size:24px}.why-card p{color:#666;line-height:1.8}@media(max-width:991px){.story-grid,.vm-grid,.why-grid{grid-template-columns:1fr}}.product-range{background:#fff}.range-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;margin-top:60px}.range-card{background:#F8FAFC;border-radius:18px;padding:35px 25px;text-align:center;transition:.35s;box-shadow:0 10px 25px rgb(0 0 0 / .06)}.range-card:hover{transform:translateY(-8px);background:#1D3A6E}.range-card h3{color:#1D3A6E;font-size:22px;transition:.35s}.range-card:hover h3{color:#fff}.export-markets{background:#F8FAFC}.markets-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.markets-image img{width:100%;display:block}.markets-content h2{color:#1D3A6E;font-size:42px;margin:20px 0}.markets-content p{color:#666;line-height:1.9;margin-bottom:30px}.markets-list{list-style:none;margin:0;padding:0}.markets-list li{padding:12px 0;color:#555;font-weight:600;border-bottom:1px solid #e7e7e7}.quality-section{background:#fff}.quality-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-top:60px}.quality-card{background:#F8FAFC;border-radius:18px;padding:35px;transition:.35s;box-shadow:0 10px 25px rgb(0 0 0 / .06)}.quality-card:hover{transform:translateY(-8px)}.quality-card h3{color:#1D3A6E;margin-bottom:15px;font-size:24px}.quality-card p{color:#666;line-height:1.8}.company-stats{background:#1D3A6E;color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.company-stats .stat-box{background:rgb(255 255 255 / .08);box-shadow:none}.company-stats .stat-box h2{font-size:48px;color:#D4AF37;margin-bottom:10px}.company-stats .stat-box p{color:#fff}@media(max-width:991px){.range-grid{grid-template-columns:repeat(2,1fr)}.markets-grid{grid-template-columns:1fr}.quality-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.range-grid,.stats-grid{grid-template-columns:1fr}.markets-content h2{font-size:32px}}.process-section{background:#fff}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:60px}.process-step{background:#F8FAFC;padding:35px;border-radius:18px;text-align:center;position:relative;transition:.35s;box-shadow:0 10px 30px rgb(0 0 0 / .06)}.process-step:hover{transform:translateY(-8px)}.process-step span{width:70px;height:70px;margin:0 auto 25px;border-radius:50%;background:#1D3A6E;color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700}.process-step h3{color:#1D3A6E;margin-bottom:15px;font-size:24px}.process-step p{color:#666;line-height:1.8}.about-cta{background:#fff;padding:100px 0}.cta-box{position:relative;max-width:1100px;margin:auto;background:linear-gradient(135deg,#1D3A6E 0%,#16294F 100%);border-radius:28px;padding:70px 60px;text-align:center;color:#fff;overflow:hidden;box-shadow:0 20px 50px rgb(29 58 110 / .22),0 8px 20px rgb(29 58 110 / .15)}.cta-box::before{content:"";position:absolute;top:-120px;right:-120px;width:320px;height:320px;background:radial-gradient(circle,rgb(212 175 55 / .18),transparent 70%);pointer-events:none}.cta-box::after{content:"";position:absolute;bottom:-140px;left:-100px;width:280px;height:280px;background:radial-gradient(circle,rgb(255 255 255 / .06),transparent 70%);pointer-events:none}.cta-box .section-tag{position:relative;display:inline-block;background:rgb(255 255 255 / .12);color:#D4AF37;padding:8px 18px;border-radius:30px;letter-spacing:2px;font-size:13px;font-weight:600;border:1px solid rgb(212 175 55 / .25)}.cta-box h2{position:relative;font-size:48px;margin:25px 0 20px;line-height:1.2;color:#fff;letter-spacing:-.01em}.cta-box p{position:relative;max-width:700px;margin:0 auto 40px;color:#E8EDF5;line-height:1.8;font-size:17px}.cta-box .hero-buttons{position:relative;display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.cta-box .hero-primary{background:linear-gradient(135deg,#E4C158,#D4AF37);color:#1D3A6E;border:none;font-weight:700;box-shadow:0 8px 20px rgb(212 175 55 / .35);transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease,background .3s ease}.cta-box .hero-primary:hover{background:linear-gradient(135deg,#D4AF37,#bf9930);transform:translateY(-3px);box-shadow:0 12px 28px rgb(212 175 55 / .45)}.cta-box .hero-secondary{background:#fff0;border:2px solid rgb(255 255 255 / .7);color:#fff;transition:transform .3s cubic-bezier(.22,1,.36,1),background .3s ease,color .3s ease,border-color .3s ease}.cta-box .hero-secondary:hover{background:#fff;color:#1D3A6E;border-color:#fff;transform:translateY(-3px)}@media(max-width:768px){.cta-box{padding:50px 25px;border-radius:22px}.cta-box h2{font-size:34px}.cta-box .hero-buttons{flex-direction:column}.cta-box .hero-buttons a{width:100%}}.story-card,.vm-card,.why-card,.range-card,.quality-card,.process-step,.stat-box{transition:.35s ease}.story-card:hover,.vm-card:hover,.why-card:hover,.range-card:hover,.quality-card:hover,.process-step:hover,.stat-box:hover{transform:translateY(-8px)}@media(max-width:991px){.process-grid{grid-template-columns:1fr}.cta-box{padding:50px 30px}.cta-box h2{font-size:36px}}@media(max-width:767px){.about-hero{min-height:520px}.about-hero h1{font-size:38px}.about-hero p{font-size:16px}.hero-buttons{flex-direction:column}.hero-btn{width:100%;text-align:center}.company-content h2,.markets-content h2{font-size:32px}.cta-box h2{font-size:30px}}.featured-products{padding:100px 0;background:#fff}.section-header{text-align:center;max-width:700px;margin:0 auto 60px}.section-tag{display:inline-block;padding:8px 18px;background:#EEF6EE;border-radius:30px;color:#1D3A6E;font-size:13px;font-weight:600;letter-spacing:.5px;margin-bottom:20px;border:1px solid rgb(29 58 110 / .08)}.section-header h2{font-size:42px;color:#1D3A6E;margin-bottom:18px;letter-spacing:-.01em;line-height:1.2}.section-header p{color:#666;line-height:1.8}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.product-card{position:relative;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 12px rgb(16 24 40 / .05),0 12px 40px rgb(16 24 40 / .08);transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s cubic-bezier(.22,1,.36,1)}.product-card:hover{transform:translateY(-10px);box-shadow:0 8px 20px rgb(16 24 40 / .08),0 28px 56px rgb(16 24 40 / .14)}.product-card .product-image{position:relative;overflow:hidden}.product-card img{width:100%;height:250px;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.22,1,.36,1)}.product-card:hover img{transform:scale(1.06)}.product-content{padding:26px 25px 28px}.product-content h3{margin-bottom:12px;color:#1D3A6E;font-size:20px;letter-spacing:-.01em}.product-content a{position:relative;display:inline-flex;align-items:center;gap:6px;color:#F2B679;font-weight:600;text-decoration:none;transition:gap .3s cubic-bezier(.22,1,.36,1),color .3s ease}.product-content a::after{content:'→';transition:transform .3s cubic-bezier(.22,1,.36,1)}.product-content a:hover{color:#e0a05f;gap:10px}@media(max-width:992px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.products-grid{grid-template-columns:1fr}.section-header h2{font-size:32px}}.why-choose{padding:100px 0;background:#f8fafc}.why-choose .container{width:100%;max-width:1280px;margin:0 auto;padding:0 20px}.section-heading{text-align:center;max-width:760px;margin:0 auto 60px}.section-heading span{display:inline-block;color:#E7A75A;font-size:14px;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:12px}.section-heading h2{color:#173B6C;font-size:44px;font-weight:700;line-height:1.2;margin-bottom:18px;letter-spacing:-.01em}.section-heading p{color:#6B7280;font-size:17px;line-height:1.8}.why-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:30px}.why-card{position:relative;background:#fff;border-radius:20px;padding:42px 30px;text-align:center;box-shadow:0 4px 12px rgb(16 24 40 / .05),0 12px 35px rgb(16 24 40 / .08);transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s cubic-bezier(.22,1,.36,1);overflow:hidden}.why-card::before{content:"";position:absolute;inset:0;background:linear-gradient(160deg,rgb(23 59 108 / .035),transparent 55%);opacity:0;transition:opacity .35s ease}.why-card:hover{transform:translateY(-8px);box-shadow:0 10px 20px rgb(16 24 40 / .08),0 26px 50px rgb(16 24 40 / .14)}.why-card:hover::before{opacity:1}.why-icon{position:relative;width:80px;height:80px;margin:0 auto 25px;background:#fff;border:1px solid #e8edf3;border-radius:50%;display:flex;justify-content:center;align-items:center;box-shadow:0 8px 24px rgb(16 24 40 / .06);transition:all .35s cubic-bezier(.22,1,.36,1)}.why-card:hover .why-icon{transform:translateY(-4px);border-color:#E7A75A;box-shadow:0 12px 30px rgb(16 24 40 / .10)}.why-icon i{font-size:34px;color:#173B6C;transition:.35s ease}.why-card:hover .why-icon i{color:#E7A75A;transform:scale(1.08)}.why-card h3{position:relative;margin:0 0 15px;color:#173B6C;font-size:22px;font-weight:700;letter-spacing:-.01em}.why-card p{position:relative;margin:0;color:#6B7280;line-height:1.8;font-size:15.5px}@media (max-width:991px){.why-grid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:767px){.why-grid{grid-template-columns:1fr!important}.section-heading h2{font-size:34px}.why-card{padding:35px 25px}}.certifications{margin-top:100px;text-align:center}.certifications .section-heading{margin-bottom:50px}.certification-logos{display:grid;grid-template-columns:repeat(5,1fr);gap:45px 35px;align-items:center;justify-items:center}.certification-logos img{width:100%;max-width:140px;height:80px;object-fit:contain;transition:transform .35s cubic-bezier(.22,1,.36,1),opacity .35s ease,filter .35s ease;opacity:.85;filter:grayscale(35%)}.certification-logos img:hover{transform:scale(1.08) translateY(-2px);opacity:1;filter:grayscale(0%)}@media (max-width:991px){.certification-logos{grid-template-columns:repeat(3,1fr);gap:35px 25px}}@media (max-width:767px){.certifications{margin-top:70px}.certification-logos{grid-template-columns:repeat(2,1fr);gap:30px 20px}.certification-logos img{max-width:110px;height:60px}}:root{--primary:#0c2340;--secondary:#b88645;--bg:#f7f9fc;--text:#555;--white:#fff;--radius:18px;--shadow:0 4px 12px rgba(12,35,64,.05), 0 20px 50px rgba(12,35,64,.1);--shadow-hover:0 10px 20px rgba(12,35,64,.08), 0 28px 60px rgba(12,35,64,.16);--ease:cubic-bezier(.22,1,.36,1);--transition:.35s var(--ease)}.products-page{padding:130px 0 80px;background:var(--bg)}.section-heading{text-align:center;margin-bottom:55px}.section-heading h2{font-size:42px;color:var(--primary);margin-bottom:15px;letter-spacing:-.01em}.section-heading p{max-width:700px;margin:auto;color:#666;line-height:1.8}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,300px));justify-content:center;gap:35px}.product-card{position:relative;background:#fff;border-radius:20px;overflow:hidden;border:1px solid rgb(12 35 64 / .06);box-shadow:var(--shadow);transition:transform var(--transition),box-shadow var(--transition);display:flex;flex-direction:column}.product-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-hover)}.product-card a{text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%}.product-image{width:100%;height:210px;overflow:hidden;background:#fff}.product-thumb{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .5s var(--ease)}.product-card:hover .product-thumb{transform:scale(1.08)}.product-content{padding:28px 24px 24px;text-align:center;flex:1;display:flex;flex-direction:column;justify-content:flex-start}.product-content h3{color:var(--primary);font-size:26px;font-weight:700;margin:0 0 18px;line-height:1.3;letter-spacing:-.01em}.rice-types{list-style:none;margin:0;padding:0;display:flex;justify-content:center;flex-wrap:wrap;gap:10px}.rice-types li{padding:8px 16px;border-radius:50px;background:#eef3f8;color:var(--primary);font-size:13px;font-weight:600;transition:background var(--transition),color var(--transition)}.product-card:hover .rice-types li{background:var(--secondary);color:#fff}.category-hero{position:relative;min-height:560px;border-radius:24px;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat}.category-overlay{background:linear-gradient(rgb(10 22 45 / .55),rgb(10 22 45 / .70));min-height:560px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left;padding:70px 60px}.category-overlay span{color:#E7A75A;font-size:15px;font-weight:700;letter-spacing:4px;text-transform:uppercase;margin-bottom:18px}.category-overlay h1{color:#fff;font-size:68px;line-height:1.1;margin-bottom:20px;font-weight:800}.category-overlay p{color:#fff;max-width:720px;font-size:20px;line-height:1.8;margin-bottom:40px;opacity:.95}.hero-buttons{display:flex;flex-direction:row;align-items:center;gap:18px;flex-wrap:wrap}.hero-primary{display:inline-flex;justify-content:center;align-items:center;background:#E7A75A;color:#fff;text-decoration:none;padding:18px 44px;border-radius:50px;font-weight:700;transition:.35s}.hero-primary:hover{background:#d39242;transform:translateY(-3px)}.hero-link{display:inline-flex;align-items:center;gap:10px;color:#fff;text-decoration:none;font-weight:600;transition:.3s}.hero-link:hover{color:#E7A75A}.category-about h2{color:var(--primary);font-size:34px;margin-bottom:18px;letter-spacing:-.01em}.category-about p{color:#666;line-height:1.9}.category-specifications{background:#fff;border-radius:20px;padding:50px;margin:70px 0;box-shadow:var(--shadow)}.category-specifications h2{color:var(--primary);margin-bottom:30px;letter-spacing:-.01em}.specification-table{width:100%;border-collapse:collapse}.specification-table th,.specification-table td{padding:18px 22px;border-bottom:1px solid #ececec}.specification-table tr:last-child th,.specification-table tr:last-child td{border-bottom:none}.specification-table th{width:260px;background:#fafafa;color:var(--primary);text-align:left;font-weight:700}.specification-table td{color:#666}.packaging-section{background:#fff;padding:55px;border-radius:20px;margin:70px 0;box-shadow:var(--shadow)}.packaging-section h2{text-align:center;color:var(--primary);margin-bottom:15px;letter-spacing:-.01em}.packaging-section>p{max-width:700px;margin:0 auto 40px;text-align:center;color:#666}.packaging-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:22px}.pack-card{background:#f7f9fc;border:2px solid #ececec;border-radius:16px;padding:26px;text-align:center;font-weight:700;color:var(--primary);box-shadow:0 4px 10px rgb(12 35 64 / .04);transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition),color var(--transition)}.pack-card:hover{border-color:var(--secondary);color:var(--secondary);transform:translateY(-6px);box-shadow:0 14px 30px rgb(12 35 64 / .1)}.packaging-info{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-top:45px}.packaging-info div{background:#fafafa;border-radius:16px;padding:24px;transition:transform var(--transition),box-shadow var(--transition)}.packaging-info div:hover{transform:translateY(-4px);box-shadow:0 12px 26px rgb(12 35 64 / .08)}.packaging-info strong{display:block;color:var(--primary);margin-bottom:10px}.packaging-info p{margin:0;color:#666;line-height:1.7}.product-inquiry{position:relative;margin-top:80px;background:linear-gradient(135deg,#0c2340,#173b67);color:#fff;border-radius:22px;padding:70px 40px;text-align:center;overflow:hidden;box-shadow:0 20px 50px rgb(12 35 64 / .25)}.product-inquiry::before{content:"";position:absolute;top:-140px;right:-100px;width:340px;height:340px;background:radial-gradient(circle,rgb(184 134 69 / .16),transparent 70%);pointer-events:none}.product-inquiry h2{position:relative;font-size:38px;margin-bottom:15px;letter-spacing:-.01em}.product-inquiry p{position:relative;max-width:700px;margin:0 auto 35px;line-height:1.8;color:#d8e2ef}.inquiry-buttons{position:relative;display:flex;justify-content:center;gap:18px;flex-wrap:wrap}.inquiry-buttons a{text-decoration:none;padding:15px 34px;border-radius:40px;font-weight:700;transition:transform var(--transition),box-shadow var(--transition),background var(--transition)}.btn-whatsapp{background:#25D366;color:#fff;box-shadow:0 10px 24px rgb(37 211 102 / .3)}.btn-whatsapp:hover{box-shadow:0 14px 30px rgb(37 211 102 / .4)}.btn-email{background:linear-gradient(135deg,#c99a5c,var(--secondary));color:#fff;box-shadow:0 10px 24px rgb(184 134 69 / .3)}.btn-email:hover{box-shadow:0 14px 30px rgb(184 134 69 / .4)}.inquiry-buttons a:hover{transform:translateY(-4px)}@media (max-width:768px){.products-page{padding:110px 0 60px}.product-image{height:200px}.product-content{padding:24px 20px}.product-content h3{font-size:22px}.category-hero{height:320px}.category-overlay h1{font-size:36px}.category-about,.category-specifications,.packaging-section{padding:30px}.packaging-info{grid-template-columns:1fr}.specification-table,.specification-table tbody,.specification-table tr,.specification-table th,.specification-table td{display:block;width:100%}.specification-table th{border-bottom:none;padding-bottom:8px}.specification-table td{padding-top:0}.product-inquiry{padding:50px 25px}.product-inquiry h2{font-size:28px}}.single-product{padding:30px 0 0;background:var(--bg)}.product-breadcrumb{margin-bottom:35px;color:#777;font-size:14px}.product-breadcrumb a{color:var(--primary);text-decoration:none;font-weight:600;transition:color .3s ease}.product-breadcrumb a:hover{color:var(--secondary)}.product-breadcrumb span{margin:0 8px}.product-hero{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;background:#fff;padding:45px;border-radius:22px;box-shadow:var(--shadow);margin-bottom:70px}.product-gallery img{width:100%;border-radius:16px;display:block;box-shadow:0 12px 30px rgb(12 35 64 / .1)}.product-summary h1{font-size:42px;color:var(--primary);margin-bottom:20px;letter-spacing:-.01em}.product-description{color:#666;line-height:1.9;margin-bottom:30px}.product-features{list-style:none;margin:0 0 35px;padding:0}.product-features li{margin-bottom:14px;padding-left:28px;position:relative;color:#444}.product-features li:before{content:"✓";position:absolute;left:0;color:var(--secondary);font-weight:700}.quote-button{display:inline-block;background:linear-gradient(135deg,#c99a5c,var(--secondary));color:#fff;text-decoration:none;padding:15px 34px;border-radius:40px;font-weight:700;box-shadow:0 10px 24px rgb(184 134 69 / .3);transition:transform var(--transition),box-shadow var(--transition),background var(--transition)}.quote-button:hover{background:var(--primary);transform:translateY(-4px);box-shadow:0 14px 30px rgb(12 35 64 / .25)}.product-content-section{background:#fff;padding:50px;border-radius:20px;box-shadow:var(--shadow);margin-bottom:45px}.product-content-section h2{color:var(--primary);margin-bottom:20px;letter-spacing:-.01em}.section-body{color:#666;line-height:1.9}.product-inquiry{background:#fff;border-radius:20px;padding:55px;box-shadow:var(--shadow);margin-top:50px;text-align:left}.product-inquiry .section-title{text-align:center;margin-bottom:30px}.product-inquiry h2{color:var(--primary);font-size:34px;letter-spacing:-.01em}.product-inquiry p{color:#666}@media(max-width:992px){.product-hero{grid-template-columns:1fr}.product-summary h1{font-size:34px}.product-content-section,.product-inquiry{padding:30px}}.product-inquiry .ff-default{background:none;box-shadow:none;padding:0}.product-inquiry .ff-el-group{margin-bottom:22px}.product-inquiry label{display:block;font-weight:600;color:var(--primary);margin-bottom:8px}.product-inquiry input,.product-inquiry textarea,.product-inquiry select{width:100%;border:1px solid #d9dee6;border-radius:10px;padding:14px 16px;font-size:15px;background:#fff;transition:border-color .3s ease,box-shadow .3s ease}.product-inquiry input:focus,.product-inquiry textarea:focus,.product-inquiry select:focus{border-color:var(--secondary);outline:none;box-shadow:0 0 0 3px rgb(184 134 69 / .15)}.product-inquiry textarea{min-height:160px;resize:vertical}.product-inquiry .ff-btn-submit{background:linear-gradient(135deg,#c99a5c,var(--secondary))!important;color:#fff!important;border:none!important;padding:15px 34px!important;border-radius:40px!important;font-size:16px;font-weight:700;box-shadow:0 10px 24px rgb(184 134 69 / .3);transition:transform .3s var(--ease),box-shadow .3s ease,background .3s ease}.product-inquiry .ff-btn-submit:hover{background:var(--primary)!important;transform:translateY(-3px);box-shadow:0 14px 30px rgb(12 35 64 / .25)}.product-inquiry .ff-message-success{border-radius:10px}.product-inquiry .ff-el-group input::placeholder,.product-inquiry .ff-el-group textarea::placeholder{color:#999}.single-product{margin:0;padding-bottom:0}.single-product>.container{margin-bottom:0;padding-bottom:0}.product-inquiry{margin-bottom:0}.product-inquiry:last-child{margin-bottom:0;padding-bottom:0}footer,.footer{margin-top:0}@media (max-width:767px){.single-product{margin:0;padding-bottom:0}.single-product>.container{margin-bottom:0;padding-bottom:0}.product-inquiry{margin-bottom:0;padding-bottom:0}.product-inquiry:last-child{margin-bottom:0;padding-bottom:0}}.cta-section{padding:120px 0;background:#f8f9fb}.cta-wrapper{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:center}.cta-content{width:100%}.cta-badge{display:inline-block;color:#c6a66b;font-size:14px;font-weight:600;letter-spacing:3px;margin-bottom:18px;text-transform:uppercase}.cta-content h2{font-size:48px;line-height:1.2;color:#0d2b52;margin-bottom:28px;font-weight:700}.cta-content p{color:#666;font-size:16px;line-height:1.9;margin-bottom:20px}.cta-features{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:40px}.feature{background:#fff;border:1px solid #ececec;border-radius:16px;padding:18px 22px;color:#0d2b52;font-weight:500;transition:.35s ease;box-shadow:0 10px 30px rgb(0 0 0 / .05)}.feature:hover{transform:translateY(-6px);border-color:#c6a66b;box-shadow:0 20px 45px rgb(13 43 82 / .08)}.cta-form{background:#fff;padding:45px;border-radius:22px;box-shadow:0 25px 60px rgb(13 43 82 / .08)}.cta-form h3{color:#0d2b52;font-size:34px;margin-bottom:15px}.cta-form p{color:#666;line-height:1.8;margin-bottom:30px}.cta-form .ff-el-group{margin-bottom:20px}.cta-form input,.cta-form textarea,.cta-form select{width:100%;padding:15px 18px;border:1px solid #ddd;border-radius:12px;background:#fff;font-size:15px;transition:.3s ease}.cta-form input:focus,.cta-form textarea:focus,.cta-form select:focus{outline:none;border-color:#c6a66b;box-shadow:0 0 0 4px rgb(198 166 107 / .15)}.cta-form textarea{min-height:170px;resize:vertical}.cta-form button,.cta-form input[type="submit"],.cta-form .ff-btn-submit{width:100%;padding:16px;border:none;border-radius:50px;background:#0d2b52;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:.3s ease}.cta-form button:hover,.cta-form input[type="submit"]:hover,.cta-form .ff-btn-submit:hover{background:#c6a66b}@media (max-width:1100px){.cta-wrapper{grid-template-columns:1fr;gap:60px}.cta-content h2{font-size:40px}}@media (max-width:768px){.cta-section{padding:80px 0}.cta-content h2{font-size:32px}.cta-features{grid-template-columns:1fr}.cta-form{padding:35px 25px}.cta-form h3{font-size:28px}}@media (max-width:576px){.cta-content h2{font-size:28px}.cta-content p{font-size:15px}.feature{padding:16px 18px;font-size:15px}.cta-form{padding:25px 20px}.cta-form input,.cta-form textarea,.cta-form select{padding:14px 16px}}:root{--footer-bg:#081829;--footer-text-primary:#d5dde8;--footer-text-secondary:#b7c4d4;--footer-text-muted:#9fb0c6;--footer-accent:#C8A34D;--footer-accent-glow:rgba(200, 163, 77, 0.08);--footer-accent-fade:rgba(200, 163, 77, 0.3);--footer-border:rgba(255, 255, 255, 0.08);--footer-border-subtle:rgba(255, 255, 255, 0.06);--footer-font-size:15px;--transition-smooth:cubic-bezier(0.22, 1, 0.36, 1)}.site-footer{position:relative;background-color:var(--footer-bg);color:var(--footer-text-primary);border-top:4px solid var(--footer-accent);padding-top:90px;margin-top:0;overflow:hidden;font-size:var(--footer-font-size)}.site-footer::before{content:"";position:absolute;top:-180px;right:-120px;width:400px;height:400px;background:radial-gradient(circle,var(--footer-accent-glow),transparent 70%);pointer-events:none;z-index:0}.footer-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(220px,1.4fr) minmax(140px,1fr) minmax(140px,1fr) minmax(240px,1.4fr);gap:60px;align-items:start}.footer-logo{display:block;width:100%;max-width:180px;height:auto;margin-bottom:24px;filter:drop-shadow(0 4px 12px rgb(0 0 0 / .25))}.footer-company p,.footer-col p{color:var(--footer-text-secondary);line-height:1.8;margin-top:0;margin-bottom:18px}.footer-col h4{color:#fff;font-size:1.25rem;font-weight:700;margin:0 0 24px 0;padding-bottom:10px;position:relative;letter-spacing:-.01em}.footer-col h4::after{content:'';position:absolute;left:0;bottom:0;width:45px;height:2px;background:linear-gradient(90deg,var(--footer-accent),var(--footer-accent-fade));border-radius:2px}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col ul li{margin-bottom:12px}.footer-col a{position:relative;display:inline-block;color:var(--footer-text-secondary);text-decoration:none;line-height:1.4;transition:color 0.3s ease,transform 0.3s var(--transition-smooth);will-change:transform}.footer-col a::before{content:'';position:absolute;left:-14px;top:50%;transform:translateY(-50%);width:0;height:2px;background-color:var(--footer-accent);opacity:0;transition:width 0.3s ease,opacity 0.3s ease}@media (hover:hover){.footer-col a:hover,.footer-col a:focus-visible{color:var(--footer-accent);transform:translateX(16px);outline:none}.footer-col a:hover::before,.footer-col a:focus-visible::before{width:10px;opacity:1}}.footer-col a:focus-visible{outline:2px solid var(--footer-accent);outline-offset:4px;border-radius:2px}.footer-map{margin-top:16px;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgb(0 0 0 / .35),0 0 0 1px var(--footer-border-subtle);background-color:#0d2137}.footer-map iframe{display:block;width:100%;height:180px;border:none;filter:grayscale(.2) contrast(1.05);transition:filter 0.3s ease}.footer-map:hover iframe{filter:grayscale(0) contrast(1)}.footer-bottom{position:relative;z-index:1;margin-top:70px;border-top:1px solid var(--footer-border);padding:24px 0;text-align:center}.footer-bottom p{margin:0;color:var(--footer-text-muted);font-size:.875rem;letter-spacing:.02em}@media (max-width:992px){.site-footer{padding-top:70px}.footer-grid{grid-template-columns:repeat(2,1fr);gap:40px 30px}}@media (max-width:768px){.site-footer{padding-top:50px}.site-footer::before{display:none}.footer-grid{grid-template-columns:1fr;gap:36px}.footer-col h4{margin-bottom:16px}.footer-col a{padding:4px 0}.footer-bottom{margin-top:45px;padding:20px 0}}@media (max-width:480px){.footer-grid{gap:28px}.footer-map iframe{height:150px}}@media (max-width:767px){.hero{padding:120px 0 70px}.hero .container{flex-direction:column;gap:50px;text-align:center}.hero-content{width:100%;max-width:100%;order:1}.hero-image{width:100%;order:2}.hero h1{font-size:38px;line-height:1.15;margin-bottom:18px}.hero p{font-size:16px;line-height:1.8;margin:0 auto 30px;max-width:95%}.hero-buttons{display:flex;flex-direction:column;gap:15px;align-items:center}.hero-buttons .btn{width:100%;max-width:320px;justify-content:center}.hero-image img{width:100%;max-width:420px;margin:auto;display:block}}@media (max-width:767px){.about{padding:70px 0}.about .container{display:flex;flex-direction:column;gap:45px}.about-image,.about-content{width:100%;max-width:100%}.about-image{order:1}.about-content{order:2;text-align:center}.about-content h2{font-size:34px;line-height:1.2;margin-bottom:18px}.about-content p{font-size:16px;line-height:1.8}.about-features{margin-top:30px;text-align:left}.about-features li{font-size:15px;margin-bottom:15px}.about-stats{grid-template-columns:1fr;gap:18px;margin-top:35px}.about-stat{padding:22px}.about-stat h3{font-size:34px}.about-image img{width:100%;display:block;margin:auto}}@media (max-width:767px){.why-choose{padding:70px 0}.why-choose .section-heading{margin-bottom:45px}.why-choose .section-heading h2{font-size:32px;line-height:1.2}.why-choose .section-heading p{font-size:16px;line-height:1.8;padding:0 10px}.why-grid{grid-template-columns:1fr!important;gap:22px}.why-card{padding:32px 24px;border-radius:18px}.why-icon{width:72px;height:72px;margin-bottom:22px}.why-icon i{font-size:30px}.why-card h3{font-size:22px;margin-bottom:12px}.why-card p{font-size:15px;line-height:1.8}.certifications{margin-top:70px}.certifications .section-heading{margin-bottom:35px}.certifications .section-heading h2{font-size:30px}.certification-logos{grid-template-columns:repeat(2,1fr);gap:24px}.certification-logos img{max-width:100px;height:60px}}@media (max-width:767px){.featured-products{padding:70px 0}.featured-products .section-heading{margin-bottom:45px}.featured-products .section-heading h2{font-size:32px;line-height:1.2}.featured-products .section-heading p{font-size:16px;line-height:1.8;padding:0 10px}.featured-products-grid{grid-template-columns:1fr;gap:24px}.product-card{border-radius:20px;overflow:hidden}.product-image{height:240px}.product-image img{width:100%;height:100%;object-fit:cover}.product-content{padding:24px}.product-content h3{font-size:22px;margin-bottom:12px}.product-content p{font-size:15px;line-height:1.8}.product-card .btn{width:100%;justify-content:center;margin-top:20px}}@media (max-width:767px){.products{padding:70px 0}.products .section-heading{margin-bottom:45px}.products .section-heading h2{font-size:32px;line-height:1.2}.products .section-heading p{font-size:16px;line-height:1.8;padding:0 10px}.products-grid{grid-template-columns:1fr;gap:24px}.product-item{border-radius:20px;overflow:hidden}.product-item img{width:100%;height:230px;object-fit:cover}.product-item-content{padding:22px}.product-item-content h3{font-size:22px;margin-bottom:12px}.product-item-content p{font-size:15px;line-height:1.8}.product-item .btn{width:100%;justify-content:center;margin-top:18px}.product-categories{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:35px}.product-categories button{width:calc(50% - 6px);padding:12px 16px;font-size:14px}}@media (max-width:767px){.contact{padding:70px 0}.contact .container{display:flex;flex-direction:column;gap:40px}.contact-content,.contact-form{width:100%;max-width:100%}.contact-content{text-align:center}.contact-content h2{font-size:32px;line-height:1.2;margin-bottom:18px}.contact-content p{font-size:16px;line-height:1.8;margin-bottom:30px}.contact-features{text-align:left;margin:30px 0}.contact-features li{margin-bottom:14px;font-size:15px}.contact-form{padding:28px 22px;border-radius:20px}.contact-form input,.contact-form select,.contact-form textarea{font-size:16px}.contact-form button,.contact-form .ff-btn-submit{width:100%;justify-content:center}}@media (max-width:767px){.footer{padding:65px 0 25px}.footer .container{display:grid;grid-template-columns:1fr;gap:40px}.footer-column{text-align:center}.footer-column h3,.footer-column h4{font-size:22px;margin-bottom:18px}.footer-column p{font-size:15px;line-height:1.8}.footer-links{display:flex;flex-direction:column;gap:12px}.footer-links a{font-size:15px}.footer-contact{display:flex;flex-direction:column;gap:15px;align-items:center}.footer-contact li{justify-content:center;text-align:center}.footer-social{justify-content:center;margin-top:20px}.footer-bottom{margin-top:40px;padding-top:20px;text-align:center}.footer-bottom p{font-size:14px;line-height:1.7}}@media (max-width:767px){html{scroll-behavior:smooth}body{overflow-x:hidden}*,*::before,*::after{box-sizing:border-box}img{max-width:100%;height:auto;display:block}section{padding-left:0;padding-right:0}.container{width:100%;max-width:100%;padding-left:20px;padding-right:20px}h1{font-size:38px}h2{font-size:32px}h3{font-size:22px}p{font-size:16px;line-height:1.8}.btn,.button,button{min-height:48px;padding:14px 24px;font-size:15px;border-radius:12px}input,textarea,select{font-size:16px;border-radius:12px}iframe,video{width:100%;max-width:100%}table{display:block;overflow-x:auto;white-space:nowrap}.desktop-only{display:none!important}.mobile-only{display:block!important}[class*="grid"]{gap:24px}}@media (max-width:767px){*{-webkit-tap-highlight-color:#fff0}.why-card,.product-card,.product-item,.contact-form{transition:all .3s ease}.btn:active,button:active{transform:scale(.97)}img{border-radius:14px}p{text-wrap:pretty}h1,h2,h3{text-wrap:balance}p,h1,h2,h3,a{overflow-wrap:break-word}input,textarea,select{appearance:none;-webkit-appearance:none}body,html{overflow-x:hidden}}@media (max-width:767px){.product-hero{min-height:auto;padding:90px 0 60px}.product-hero-content{padding:40px 24px}.product-hero h1{font-size:42px;margin-bottom:18px}.product-hero p{font-size:16px;line-height:1.7;margin-bottom:30px}.product-hero-buttons{display:flex;flex-direction:column;gap:14px}.product-hero-buttons .btn{width:100%;padding:15px 20px}}@media (max-width:767px){.single-product{padding:30px 0 60px}.product-breadcrumb{display:none}.product-hero{display:flex;flex-direction:column;gap:30px}.product-gallery,.product-summary{width:100%;max-width:100%}.product-gallery{order:1}.product-summary{order:2}.featured-image,.product-gallery img{width:100%;height:auto;border-radius:18px}.product-summary h1{font-size:34px;line-height:1.2;margin-bottom:18px}.product-description{font-size:16px;line-height:1.8}.product-features{margin:25px 0;padding-left:20px}.product-features li{margin-bottom:12px;font-size:15px}.quote-button{display:block;width:100%;text-align:center;padding:16px;border-radius:12px}.product-content-section{margin-top:50px}.section-title h2{font-size:28px}.inquiry-form{padding:25px 20px}}@media (max-width:767px){.category-hero{min-height:420px;border-radius:22px;background-position:center;background-size:cover;padding:0}.category-overlay{min-height:420px;padding:45px 25px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;border-radius:22px}.category-overlay span{font-size:13px;letter-spacing:3px;margin-bottom:16px}.category-overlay h1{font-size:38px;line-height:1.15;margin-bottom:18px}.category-overlay p{font-size:16px;line-height:1.8;max-width:100%;margin-bottom:30px}.hero-buttons{display:flex;flex-direction:column;width:100%;gap:14px}.hero-btn{width:100%;padding:16px 22px;justify-content:center;text-align:center}}@media (max-width:767px){.category-hero{min-height:430px;border-radius:22px}.category-overlay{min-height:430px;padding:40px 22px}.category-overlay h1{font-size:46px}.category-overlay p{font-size:16px;line-height:1.7;margin-bottom:28px}.hero-primary{width:100%;max-width:280px;padding:15px}.hero-link{font-size:15px}}@media (max-width:767px){.products-page{padding:25px 0 60px}.products-grid{gap:20px}.product-card{border-radius:18px}.product-image{border-radius:18px 18px 0 0;overflow:hidden}.product-content{padding:20px}.product-content h3{font-size:22px;line-height:1.3;margin-bottom:14px}.rice-types{gap:8px}.rice-types li{font-size:13px;padding:7px 12px}.category-about,.category-specifications,.packaging-section{margin-top:50px}.category-about h2,.category-specifications h2,.packaging-section h2{font-size:30px;line-height:1.2;margin-bottom:20px}.category-about p,.category-specifications p,.packaging-section p,.category-about li,.category-specifications li,.packaging-section li{font-size:16px;line-height:1.8}.product-inquiry{margin-top:60px;padding:35px 25px;border-radius:20px}.product-inquiry h2{font-size:30px}.product-inquiry p{font-size:16px;line-height:1.8}.inquiry-buttons{display:flex;flex-direction:column;gap:14px;margin-top:30px}.inquiry-buttons a{width:100%;justify-content:center}}@media (max-width:767px){.single-product{margin:0!important;padding:30px 0 0!important}.single-product>.container{margin:0 auto!important;padding-bottom:0!important}.product-inquiry{margin:50px 0 0!important;padding:30px 20px!important}.product-inquiry:last-child{margin-bottom:0!important}}