*{box-sizing:border-box;margin:0;padding:0}:root{--green-deep:#2e7d32;--green-leaf:#43a047;--green-mid:#388e3c;--green-light-bg:#e8f5e9;--green-border:#a5d6a7;--cream:#fff8e7;--cream-dark:#f0e4c8;--gold:#d9a441;--gold-light:#f5c842;--text-dark:#1e1e1e;--text-muted:#666;--text-light:#999;--white:#fff;--shadow-sm:0 2px 8px #0000000f;--shadow-md:0 4px 18px #0000001a;--shadow-lg:0 8px 32px #00000024;--radius-sm:10px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--radius-pill:999px;--font-base:"Segoe UI", "Helvetica Neue", Arial, sans-serif;--header-height:72px;--transition:.2s ease}html{scroll-behavior:smooth}body{font-family:var(--font-base);color:var(--text-dark);background:var(--white);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:var(--font-base);border:none;outline:none}ul{list-style:none}input,select,textarea{font-family:var(--font-base);outline:none}#root{flex-direction:column;min-height:100vh;display:flex}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section-pad{padding:64px 0}.section-title{color:var(--green-deep);letter-spacing:-.4px;margin-bottom:8px;font-size:2rem;font-weight:800;line-height:1.25}.section-subtitle{color:var(--text-muted);max-width:560px;margin-bottom:36px;font-size:1rem;line-height:1.65}.divider{background:var(--gold);border-radius:var(--radius-pill);width:44px;height:3px;margin:10px 0 22px}.text-center{text-align:center}.text-center .section-subtitle,.text-center .divider{margin-left:auto;margin-right:auto}.green-bg{background:var(--green-light-bg)}.cream-bg{background:var(--cream)}.btn{border-radius:var(--radius-pill);transition:all var(--transition);cursor:pointer;white-space:nowrap;letter-spacing:.1px;border:2px solid #0000;align-items:center;gap:7px;padding:11px 22px;font-size:.9rem;font-weight:700;line-height:1;text-decoration:none;display:inline-flex}.btn-primary{background:var(--green-deep);color:var(--white);border-color:var(--green-deep)}.btn-primary:hover{background:var(--green-leaf);border-color:var(--green-leaf);transform:translateY(-1px)}.btn-outline{color:var(--green-deep);border-color:var(--green-deep);background:0 0}.btn-outline:hover{background:var(--green-deep);color:var(--white);transform:translateY(-1px)}.btn-whatsapp{color:var(--white);background:#25d366;border-color:#25d366}.btn-whatsapp:hover{background:#1ebe5c;border-color:#1ebe5c;transform:translateY(-1px)}.btn-call{background:var(--gold);color:var(--white);border-color:var(--gold)}.btn-call:hover{background:#c49238;border-color:#c49238;transform:translateY(-1px)}.btn-sm{padding:8px 16px;font-size:.8rem}.btn-lg{padding:14px 30px;font-size:.95rem}.tag{background:var(--green-light-bg);color:var(--green-deep);border-radius:var(--radius-pill);border:1.5px solid var(--green-border);letter-spacing:.3px;padding:4px 13px;font-size:.74rem;font-weight:700;display:inline-block}.placeholder-img{color:var(--green-leaf);text-align:center;background:linear-gradient(145deg,#e8f5e9 0%,#f1f8f3 100%);flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;height:100%;padding:12px;font-size:.8rem;font-weight:500;display:flex}.placeholder-img .ph-icon{opacity:.45;font-size:2.5rem;line-height:1}@media (width<=768px){.section-title{font-size:1.6rem}.section-pad{padding:44px 0}.container{padding:0 16px}.btn-lg{padding:13px 24px;font-size:.9rem}}.site-header{z-index:1000;background:var(--white);border-bottom:2px solid var(--green-light-bg);transition:box-shadow .2s;position:sticky;top:0}.site-header.scrolled{box-shadow:0 2px 16px #0000001a}.header-inner{justify-content:space-between;align-items:center;gap:16px;height:72px;display:flex}.logo{flex-shrink:0;align-items:center;gap:12px;text-decoration:none;display:flex}.logo-img{object-fit:contain;flex-shrink:0;width:48px;height:48px}.nav-travels-link{color:var(--green-deep)!important;font-weight:700!important}.nav-travels-link.active{color:var(--green-deep)!important}.logo-text{flex-direction:column;display:flex}.logo-name{color:var(--green-deep);letter-spacing:-.3px;font-size:1.05rem;font-weight:800;line-height:1.2}.logo-tagline{color:var(--text-muted);letter-spacing:.5px;font-size:.65rem;font-weight:500}.nav-links{align-items:center;gap:2px;display:flex}.nav-links a,.nav-anchor{border-radius:var(--radius-pill);color:var(--text-dark);cursor:pointer;padding:7px 14px;font-size:.88rem;font-weight:600;text-decoration:none;transition:all .18s}.nav-links a:hover,.nav-anchor:hover,.nav-links a.active{color:var(--green-deep);background:var(--green-light-bg)}.nav-actions-mobile{display:none}.header-actions{align-items:center;gap:8px;display:flex}.search-toggle{border-radius:var(--radius-pill);color:var(--text-dark);cursor:pointer;background:0 0;border:none;align-items:center;padding:8px;transition:all .18s;display:flex}.search-toggle:hover{background:var(--green-light-bg);color:var(--green-deep)}.hamburger{cursor:pointer;background:0 0;border:none;border-radius:10px;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;display:none}.hamburger span{background:var(--green-deep);border-radius:var(--radius-pill);transform-origin:50%;height:2.5px;transition:all .25s;display:block}.hamburger.open span:first-child{transform:translateY(7.5px)rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7.5px)rotate(-45deg)}.search-bar{border-top:1px solid var(--green-border);background:var(--green-light-bg);padding:12px 0}.search-form{align-items:center;gap:10px;display:flex}.search-form input{border:1.5px solid var(--green-border);border-radius:var(--radius-pill);background:var(--white);flex:1;padding:10px 18px;font-size:.92rem;transition:border-color .18s}.search-form input:focus{border-color:var(--green-deep)}.search-close{color:var(--text-muted);cursor:pointer;border-radius:var(--radius-pill);background:0 0;border:none;padding:6px 10px;font-size:1rem;transition:background .18s}.search-close:hover{background:var(--cream-dark)}.menu-overlay{z-index:999;background:#00000059;display:none;position:fixed;inset:0}@media (width<=900px){.header-btn{display:none}.hamburger{display:flex}.menu-overlay{display:block}.nav-links{background:var(--white);z-index:1001;border-radius:0;flex-direction:column;align-items:flex-start;gap:4px;width:290px;height:100vh;padding:90px 20px 32px;transition:right .28s;position:fixed;top:0;right:-320px;overflow-y:auto;box-shadow:-4px 0 24px #0000001f}.nav-links.nav-open{right:0}.nav-links a{border-radius:12px;width:100%;padding:12px 16px;font-size:1rem}.nav-actions-mobile{border-top:1px solid var(--green-border);flex-direction:column;gap:10px;width:100%;margin-top:16px;padding-top:16px;display:flex}.nav-actions-mobile .btn{justify-content:center;width:100%}}@media (width<=480px){.logo-tagline{display:none}.logo-name{font-size:.92rem}}.category-bar{z-index:900;-webkit-overflow-scrolling:touch;scrollbar-width:none;background:#111;border-bottom:2px solid #2a2a2a;position:sticky;top:72px;overflow-x:auto}.category-bar::-webkit-scrollbar{display:none}.category-bar-inner{align-items:center;gap:0;min-width:max-content;max-width:1200px;margin:0 auto;padding:0 20px;display:flex}.cat-bar-link{color:#bbb;letter-spacing:.6px;text-transform:uppercase;white-space:nowrap;border-bottom:3px solid #0000;padding:14px 22px;font-size:.82rem;font-weight:700;text-decoration:none;transition:color .18s,border-color .18s;display:inline-block;position:relative}.cat-bar-link:hover{color:#fff;border-bottom-color:#ffffff4d}.cat-bar-link.active{color:#fff;border-bottom-color:var(--gold)}@media (width<=768px){.category-bar{top:64px}.category-bar-inner{padding:0 12px}.cat-bar-link{padding:12px 16px;font-size:.76rem}}.site-footer{color:#d4e8db;background:#0f3d22;margin-top:auto;overflow:hidden}.footer-main{padding:48px 0 28px}.footer-grid{grid-template-columns:1.7fr 1fr 1fr 1.2fr;align-items:start;gap:32px;display:grid}.footer-brand{max-width:100%}.footer-logo{align-items:center;gap:12px;margin-bottom:14px;display:flex}.footer-logo-img{object-fit:contain;flex-shrink:0;width:44px;height:44px}.footer-logo-name{color:var(--white);font-size:1rem;font-weight:700;line-height:1.2}.footer-logo-sub{color:#9bc0aa;letter-spacing:.4px;font-size:.7rem}.footer-desc{color:#a0c4b0;margin-bottom:16px;font-size:.85rem;line-height:1.7}.footer-badges{flex-wrap:wrap;gap:6px;margin-bottom:16px;display:flex}.f-badge{color:#d7f0de;white-space:nowrap;background:#ffffff12;border:1px solid #ffffff1f;border-radius:999px;padding:4px 10px;font-size:.72rem}.footer-contact-btns{flex-wrap:wrap;gap:10px;display:flex}.footer-contact-btns .btn{min-height:42px}.footer-heading{color:var(--white);text-transform:uppercase;letter-spacing:.8px;border-bottom:1px solid #ffffff14;margin-bottom:14px;padding-bottom:8px;font-size:.82rem;font-weight:700}.footer-links{flex-direction:column;gap:8px;display:flex}.footer-links li{list-style:none}.footer-links li a{color:#a0c4b0;font-size:.84rem;line-height:1.5;transition:all .2s}.footer-links li a:hover{color:var(--gold);padding-left:2px}.footer-contact-list{flex-direction:column;gap:10px;font-style:normal;display:flex}.fc-item{align-items:flex-start;gap:10px;font-size:.82rem;line-height:1.5;display:flex}.fc-icon{flex-shrink:0;margin-top:2px;font-size:.95rem}.footer-contact-list a,.footer-contact-list span{color:#a0c4b0}.footer-contact-list a:hover{color:var(--gold)}.footer-seo-note{border-top:1px solid #ffffff14;margin-top:14px;padding-top:12px}.footer-seo-note p{color:#7da58d;font-size:.75rem;line-height:1.6}.footer-bottom{background:#00000038;padding:14px 0}.footer-bottom-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.footer-bottom p{color:#84aa94;font-size:.76rem;line-height:1.5}.footer-bottom-links{flex-wrap:wrap;gap:14px;list-style:none;display:flex}.footer-bottom-links li a{color:#84aa94;font-size:.76rem;transition:all .2s}.footer-bottom-links li a:hover{color:var(--gold)}@media (width<=960px){.footer-main{padding:40px 0 24px}.footer-grid{grid-template-columns:1fr 1fr;gap:28px 22px}.footer-brand{grid-column:1/-1}}@media (width<=600px){.site-footer{text-align:left}.footer-main{padding:28px 0 18px}.footer-grid{grid-template-columns:1fr;gap:18px}.footer-logo{margin-bottom:10px}.footer-logo-icon{font-size:1.5rem}.footer-logo-name{font-size:.94rem}.footer-logo-sub{font-size:.62rem}.footer-desc{margin-bottom:12px;font-size:.78rem;line-height:1.5}.footer-badges{gap:4px;margin-bottom:12px}.f-badge{padding:3px 7px;font-size:.62rem}.footer-contact-btns{grid-template-columns:1fr 1fr;gap:8px;display:grid}.footer-contact-btns .btn{justify-content:center;width:100%;min-height:40px;padding:8px;font-size:.76rem}.footer-col{padding:0}.footer-heading{margin-bottom:10px;padding-bottom:6px;font-size:.74rem}.footer-links{grid-template-columns:1fr 1fr;gap:6px 12px;display:grid}.footer-links li a{font-size:.76rem;line-height:1.35}.footer-contact-list{gap:6px}.fc-item{gap:8px;font-size:.76rem;line-height:1.4}.fc-icon{font-size:.84rem}.footer-seo-note{margin-top:10px;padding-top:10px}.footer-seo-note p{font-size:.68rem;line-height:1.45}.footer-bottom{padding:12px 0}.footer-bottom-inner{text-align:center;flex-direction:column;gap:6px}.footer-bottom p{font-size:.68rem;line-height:1.4}.footer-bottom-links{justify-content:center;gap:10px}.footer-bottom-links li a{font-size:.68rem}}.floating-wa{z-index:9999;color:#fff;background:#25d366;border-radius:999px;align-items:center;gap:10px;padding:12px 20px 12px 14px;font-size:.9rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;animation:.5s cubic-bezier(.175,.885,.32,1.275) 1.2s both wa-pop;display:flex;position:fixed;bottom:28px;right:24px;box-shadow:0 6px 24px #25d36666,0 2px 8px #00000024}.floating-wa:hover{transform:translateY(-3px)scale(1.04);box-shadow:0 10px 32px #25d36680,0 4px 12px #0000002e}.floating-wa-icon{flex-shrink:0;width:32px;height:32px}.floating-wa-label{white-space:nowrap}@keyframes wa-pop{0%{opacity:0;transform:scale(.6)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (width<=480px){.floating-wa{padding:11px 16px 11px 12px;font-size:.84rem;bottom:18px;right:14px}.floating-wa-icon{width:28px;height:28px}}.hero-section{background:linear-gradient(#f8f4e8 0%,#f5eddc 100%);border-bottom:1px solid #2e5c361f;position:relative;overflow:hidden}.hero-accent-bar{background:var(--green-deep);border-bottom:1px solid #ffffff14;padding:10px 0}.hero-accent-inner{color:#ffffffe0;letter-spacing:.4px;text-align:center;font-size:.78rem;font-weight:600}.hero-inner{z-index:2;grid-template-columns:1fr 580px;align-items:center;gap:70px;padding-top:70px;padding-bottom:70px;display:grid;position:relative}.hero-content{position:relative}.hero-label-row{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:24px;display:flex}.hero-label{color:var(--green-deep);letter-spacing:1px;text-transform:uppercase;font-size:.78rem;font-weight:800}.hero-label-dot{color:var(--gold);font-size:1rem}.hero-headline{letter-spacing:-2px;color:var(--text-dark);margin-bottom:24px;font-size:3.4rem;font-weight:900;line-height:1.04}.hero-h-line2{color:var(--green-deep)}.hero-h-line3{color:#d39a2f}.hero-sub{color:#5d5d5d;max-width:540px;margin-bottom:30px;font-size:1rem;line-height:1.9}.hero-highlights-row{flex-wrap:wrap;gap:10px;margin-bottom:34px;display:flex}.hero-highlight-chip{color:var(--green-deep);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffb3;border:1px solid #3472402e;border-radius:999px;align-items:center;gap:5px;padding:8px 14px;font-size:.76rem;font-weight:700;transition:all .2s;display:inline-flex}.hero-highlight-chip:hover{background:#fffffff2;transform:translateY(-2px)}.hero-ctas{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.hero-btn-primary{background:var(--green-deep);color:var(--white);border:2px solid var(--green-deep);border-radius:999px;padding:14px 28px;font-size:.92rem;font-weight:700;transition:all .25s;box-shadow:0 12px 24px #195a2a24}.hero-btn-primary:hover{background:var(--green-leaf);border-color:var(--green-leaf);transform:translateY(-3px)}.hero-btn-wa{color:#128c7e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border:2px solid #25d366;border-radius:999px;padding:14px 28px;font-size:.92rem;font-weight:700;transition:all .25s}.hero-btn-wa:hover{color:var(--white);background:#25d366;transform:translateY(-3px)}.hero-visual{position:relative}.hero-visual:before{content:"";z-index:0;background:radial-gradient(circle,#3480431f 0%,#34804300 72%);width:430px;height:430px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-owner-card{z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe0;border:1px solid #3f78491f;border-radius:32px;position:relative;overflow:hidden;box-shadow:0 25px 45px #00000014,0 8px 18px #0000000a}.hoc-portrait{background:#ddd1bb;width:100%;height:560px;position:relative;overflow:hidden}.hoc-portrait:after{content:"";z-index:1;background:linear-gradient(#0000 0%,#00000005 32%,#0000002e 58%,#000000a6 100%);position:absolute;inset:0}.hoc-portrait-img{object-fit:cover;object-position:center -58;width:100%;height:100%;display:block;transform:scale(1.01)}.hoc-exp-badge{z-index:3;color:var(--white);background:#1c662ef5;border:3px solid #ffffffe6;border-radius:22px;flex-direction:column;justify-content:center;align-items:center;width:92px;height:92px;display:flex;position:absolute;top:24px;right:24px;box-shadow:0 12px 25px #0000002e}.hoc-badge-num{font-size:2rem;font-weight:900;line-height:1}.hoc-badge-lbl{text-align:center;opacity:.92;margin-top:4px;font-size:.65rem;font-weight:700;line-height:1.15}.hoc-body{z-index:3;color:#fff;width:100%;padding:32px;position:absolute;bottom:0;left:0}.hoc-label{text-transform:uppercase;letter-spacing:1px;color:#d5f0d5;margin-bottom:10px;font-size:.72rem;font-weight:800}.hoc-title{max-width:420px;margin-bottom:14px;font-size:1.75rem;font-weight:900;line-height:1.18}.hoc-desc{color:#ffffffeb;max-width:480px;margin-bottom:18px;font-size:.92rem;line-height:1.75}.hoc-points{flex-wrap:wrap;gap:8px;display:flex}.hoc-point{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border:1px solid #ffffff29;border-radius:999px;align-items:center;gap:5px;padding:7px 12px;font-size:.72rem;font-weight:700;display:inline-flex}@media (width<=1100px){.hero-inner{grid-template-columns:1fr;gap:42px;padding-top:52px;padding-bottom:52px}.hero-content{text-align:center}.hero-label-row,.hero-highlights-row,.hero-ctas{justify-content:center}.hero-sub{margin-left:auto;margin-right:auto}.hero-visual{width:100%;max-width:650px;margin:0 auto}.hoc-title,.hoc-desc{max-width:100%}}@media (width<=768px){.hero-inner{gap:34px;padding-top:42px;padding-bottom:42px}.hero-headline{letter-spacing:-1px;font-size:2.3rem;line-height:1.08}.hero-sub{font-size:.94rem;line-height:1.8}.hero-highlights-row{gap:8px}.hero-highlight-chip{padding:7px 12px;font-size:.7rem}.hoc-portrait{height:500px}.hoc-body{padding:24px 20px}.hoc-title{font-size:1.35rem}.hoc-desc{font-size:.84rem;line-height:1.7}.hoc-exp-badge{width:80px;height:80px;top:18px;right:18px}.hoc-badge-num{font-size:1.6rem}}@media (width<=560px){.hero-headline{font-size:1.95rem}.hero-sub{font-size:.9rem}.hero-ctas{flex-direction:column;width:100%}.hero-btn-primary,.hero-btn-wa{text-align:center;justify-content:center;width:100%}.hoc-portrait{height:430px}.hoc-body{padding:20px 16px}.hoc-title{font-size:1.12rem}.hoc-desc{font-size:.78rem}.hoc-point{padding:6px 10px;font-size:.65rem}.hoc-exp-badge{border-radius:18px;width:72px;height:72px}.hoc-badge-num{font-size:1.45rem}.hoc-badge-lbl{font-size:.58rem}}.product-card{background:var(--white);border:1.5px solid #e8f0eb;border-radius:16px;flex-direction:column;height:100%;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 6px #0000000f}.product-card:hover{border-color:var(--green-border);transform:translateY(-3px);box-shadow:0 8px 24px #1f6b3a21}.product-featured-tag{z-index:2;background:var(--gold);color:var(--white);letter-spacing:.3px;border-radius:999px;padding:3px 10px;font-size:.68rem;font-weight:700;position:absolute;top:10px;left:10px}.product-card-img-link{flex-shrink:0;display:block}.product-card-img{aspect-ratio:4/3;background:linear-gradient(145deg,#e8f5e9,#f1f8f3);width:100%;overflow:hidden}.product-card-photo{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.product-card:hover .product-card-photo{transform:scale(1.04)}.product-card-placeholder{flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;height:100%;display:flex}.ph-icon{opacity:.55;font-size:2.8rem;line-height:1}.ph-name{color:#4a7a5a;text-align:center;padding:0 10px;font-size:.78rem;font-weight:600}.product-card-chips{background:#f8fdf9;border-top:1px solid #eaf3ec;border-bottom:1px solid #eaf3ec;flex-wrap:wrap;flex-shrink:0;gap:4px;padding:8px 12px;display:flex}.product-chip{background:var(--white);border:1.5px solid var(--green-border);color:var(--green-deep);letter-spacing:.1px;white-space:nowrap;border-radius:999px;padding:3px 8px;font-size:.62rem;font-weight:700}.product-card-body{flex-direction:column;flex:1;gap:6px;padding:12px 14px 14px;display:flex}.product-card-name-link{display:block}.product-card-name{color:var(--text-dark);font-size:.95rem;font-weight:700;line-height:1.3;transition:color .18s}.product-card-name-link:hover .product-card-name{color:var(--green-deep)}.product-card-desc{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;font-size:.78rem;line-height:1.55;display:-webkit-box;overflow:hidden}.product-card-btns{border-top:1px solid #f2f2f2;gap:6px;margin-top:auto;padding-top:10px;display:flex}.product-card-btns .btn{border-radius:999px;flex:1;justify-content:center;padding:8px 6px;font-size:.74rem}@media (width<=640px){.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-card-chips{gap:3px;padding:6px 8px}.product-chip{padding:2px 6px;font-size:.58rem}.product-card-body{padding:10px 10px 12px}.product-card-name{font-size:.85rem}.product-card-desc{-webkit-line-clamp:2;font-size:.72rem}.product-card-btns .btn{padding:7px 4px;font-size:.68rem}}@media (width<=400px){.product-grid{grid-template-columns:1fr}}.newspaper-section{background:var(--cream)}.newspaper-inner{grid-template-columns:1fr 1fr;align-items:center;gap:50px;display:grid}.newspaper-img-col{position:relative}.newspaper-img-wrap{border-radius:var(--radius-lg);border:3px solid var(--cream-dark);width:100%;height:380px;box-shadow:var(--shadow-md);cursor:pointer;transition:transform .2s;position:relative;overflow:hidden}.newspaper-img-wrap:hover{transform:scale(1.02)}.newspaper-ph{height:100%}.newspaper-real-img{object-fit:cover;object-position:center top;width:100%;height:100%;display:block}.np-click-hint{color:var(--green-deep);background:#ffffffb3;border-radius:20px;margin-top:8px;padding:4px 10px;font-size:.75rem;font-weight:600}.newspaper-overlay{background:#1f6b3a00;justify-content:center;align-items:center;transition:background .25s;display:flex;position:absolute;inset:0}.newspaper-overlay span{background:var(--green-deep);color:var(--white);opacity:0;border-radius:8px;padding:10px 20px;font-size:.9rem;font-weight:700;transition:opacity .25s}.newspaper-img-wrap:hover .newspaper-overlay{background:#1f6b3a4d}.newspaper-img-wrap:hover .newspaper-overlay span{opacity:1}.np-trophy{margin-bottom:12px;font-size:2.5rem}.np-title{color:var(--green-deep);margin-bottom:16px;font-size:1.4rem;font-weight:700;line-height:1.35}.np-text{color:var(--text-muted);margin-bottom:20px;font-size:.96rem;line-height:1.7}.np-highlights{flex-direction:column;gap:8px;margin-bottom:28px;display:flex}.np-highlights li{color:var(--text-dark);font-size:.9rem;font-weight:500}.np-modal-overlay{z-index:9999;background:#000000b3;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.np-modal{background:var(--white);border-radius:var(--radius-lg);width:100%;max-width:700px;box-shadow:var(--shadow-lg);padding:24px;position:relative}.np-modal-close{background:var(--text-dark);color:var(--white);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;display:flex;position:absolute;top:14px;right:14px}.np-modal-title{color:var(--green-deep);margin-bottom:16px;font-size:1.1rem;font-weight:700}.np-modal-img{border-radius:var(--radius-md);height:460px;overflow:hidden}@media (width<=860px){.newspaper-inner{grid-template-columns:1fr;gap:36px}.newspaper-img-wrap{max-width:400px;height:300px;margin:0 auto}}.trust-section{border-top:1px solid var(--green-border);border-bottom:1px solid var(--green-border)}.trust-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.trust-card{background:var(--white);border:1.5px solid var(--green-border);border-radius:var(--radius-md);text-align:center;padding:28px 22px;transition:transform .2s,box-shadow .2s}.trust-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.trust-card-icon{margin-bottom:14px;font-size:2.2rem;line-height:1}.trust-card-title{color:var(--green-deep);margin-bottom:8px;font-size:1rem;font-weight:700}.trust-card-desc{color:var(--text-muted);font-size:.85rem;line-height:1.6}@media (width<=860px){.trust-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=500px){.trust-grid{grid-template-columns:1fr}}.cta-section{background:linear-gradient(135deg,#0f3d22 0%,#1f6b3a 100%)}.cta-box{text-align:center;max-width:700px;margin:0 auto}.cta-deco{margin-bottom:16px;font-size:3rem;line-height:1}.cta-heading{color:var(--white);margin-bottom:14px;font-size:2rem;font-weight:800;line-height:1.3}.cta-sub{color:#fffc;margin-bottom:32px;font-size:1rem;line-height:1.7}.cta-btns{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}@media (width<=600px){.cta-heading{font-size:1.6rem}.cta-btns{flex-direction:column;align-items:center}.cta-btns .btn{justify-content:center;width:100%}}.home-page{flex:1}.home-subsection{margin-top:56px}.featured-scroll-wrapper{align-items:center;margin-top:30px;display:flex;position:relative}.featured-scroll-track{scroll-behavior:smooth;scrollbar-width:none;gap:20px;width:100%;padding:10px 60px;display:flex;overflow-x:auto}.featured-scroll-card{flex:none;width:300px}.scroll-arrow{z-index:20;color:#111;cursor:pointer;background:#fff;border:none;border-radius:50%;width:50px;height:50px;font-size:22px;font-weight:700;transition:all .25s;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 8px 24px #0000001f}.scroll-arrow:hover{transform:translateY(-50%)scale(1.08)}.scroll-arrow.left{left:10px}.scroll-arrow.right{right:10px}.featured-scroll-hint{text-align:center;opacity:.7;margin-top:18px;font-size:14px}@media (width<=768px){.featured-scroll-track{gap:16px;padding:10px 50px}.featured-scroll-card{width:240px}.scroll-arrow{width:42px;height:42px;font-size:18px}.scroll-arrow.left{left:4px}.scroll-arrow.right{right:4px}}.featured-scroll-wrapper{position:relative;overflow:hidden}.featured-scroll-wrapper:before,.featured-scroll-wrapper:after{content:"";z-index:10;pointer-events:none;width:72px;position:absolute;top:0;bottom:16px}.featured-scroll-wrapper:before{background:linear-gradient(to right, var(--cream) 0%, transparent 100%);left:0}.featured-scroll-wrapper:after{background:linear-gradient(to left, var(--cream) 0%, transparent 100%);right:0}.featured-scroll-track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;cursor:grab;gap:16px;padding:8px 24px 16px;display:flex;overflow-x:auto}.featured-scroll-track:active{cursor:grabbing}.featured-scroll-track::-webkit-scrollbar{display:none}.featured-scroll-card{scroll-snap-align:start;flex:0 0 262px;min-width:262px}.featured-scroll-hint{text-align:center;color:var(--text-light);letter-spacing:.5px;margin-top:6px;font-size:.75rem}@media (width>=1200px){.featured-scroll-track{padding-left:calc(50vw - 576px);padding-right:calc(50vw - 576px)}.featured-scroll-wrapper:before,.featured-scroll-wrapper:after{width:calc(50vw - 540px)}}.about-intro-grid{grid-template-columns:1fr 1.1fr;align-items:center;gap:60px;display:grid}.about-intro-img{position:relative}.about-ph{border-radius:var(--radius-lg);border:2px solid var(--green-border);height:100%;box-shadow:var(--shadow-md)}.about-intro-img>.placeholder-img{height:380px}.about-stat-box{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-md);z-index:2;border:1.5px solid var(--green-border);margin-top:-30px;padding:18px;position:relative}.asb-row{justify-content:space-around;align-items:center;gap:12px;display:flex}.asb-stat{text-align:center}.asb-num{color:var(--green-deep);font-size:1.6rem;font-weight:800}.asb-lbl{color:var(--text-muted);font-size:.72rem;font-weight:600}.asb-divider{background:var(--green-border);width:1px;height:40px}.about-text{color:var(--text-muted);margin-bottom:14px;font-size:.96rem;line-height:1.75}.about-trust-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.about-trust-card{background:var(--white);border:1.5px solid var(--green-border);border-radius:var(--radius-md);flex-direction:column;gap:10px;padding:28px 24px;display:flex}.atc-icon{font-size:2rem;line-height:1}.atc-title{color:var(--green-deep);font-size:1rem;font-weight:700}.atc-desc{color:var(--text-muted);font-size:.88rem;line-height:1.65}.about-quality-grid{grid-template-columns:1fr 1fr;align-items:center;gap:52px;display:grid}.about-quality-img{border-radius:var(--radius-lg);border:2px solid var(--green-border);width:100%;height:360px;box-shadow:var(--shadow-md);overflow:hidden}.about-quality-img .placeholder-img{height:100%}.about-quality-list{flex-direction:column;gap:10px;margin-top:16px;display:flex}.about-quality-list li{color:var(--text-dark);align-items:center;gap:10px;font-size:.9rem;font-weight:500;display:flex}.contact-strip{background:var(--green-light-bg);border-top:2px solid var(--green-border);border-bottom:2px solid var(--green-border);padding:52px 0}.contact-strip-inner{grid-template-columns:1fr 1.4fr;align-items:center;gap:52px;display:grid}.cs-info{flex-direction:column;display:flex}.cs-rows{flex-direction:column;gap:16px;margin-bottom:24px;display:flex}.cs-row{align-items:flex-start;gap:12px;display:flex}.cs-icon{flex-shrink:0;margin-top:1px;font-size:1.2rem}.cs-row-label{text-transform:uppercase;letter-spacing:.4px;color:var(--text-muted);margin-bottom:2px;font-size:.72rem;font-weight:700}.cs-row-val{color:var(--text-dark);font-size:.92rem;font-weight:500;line-height:1.5}.cs-link{color:var(--green-deep);font-weight:700}.cs-btns{flex-wrap:wrap;gap:10px;display:flex}.cs-map{border-radius:var(--radius-lg);border:2px solid var(--green-border);height:300px;box-shadow:var(--shadow-md);overflow:hidden}@media (width<=860px){.about-intro-grid,.about-quality-grid{grid-template-columns:1fr;gap:36px}.contact-strip-inner{grid-template-columns:1fr;gap:28px}.cs-map{height:240px}.about-intro-img>.placeholder-img{max-width:360px;height:300px;margin:0 auto}.about-quality-img{max-width:400px;height:280px;margin:0 auto}.about-trust-grid{grid-template-columns:1fr 1fr}.home-section-header{flex-direction:column}.home-section-header .btn{align-self:flex-start}}@media (width<=600px){.about-trust-grid{grid-template-columns:1fr}.featured-scroll-card{flex:0 0 210px;min-width:210px}}@media (width<=480px){.featured-scroll-card{flex:0 0 185px;min-width:185px}.featured-scroll-track{gap:12px;padding:8px 16px 16px}}.travels-banner-section{background:linear-gradient(135deg,#0d3d1a 0%,#145c28 100%);grid-template-columns:1fr 1fr;align-items:center;min-height:380px;display:grid;overflow:hidden}.travels-banner-img-col{height:380px;position:relative;overflow:hidden}.travels-banner-bus-img{object-fit:cover;object-position:center;opacity:.9;width:100%;height:100%}.travels-banner-content{padding:48px 56px 48px 40px}.travels-banner-badge{color:#b8f0c8;letter-spacing:1.2px;text-transform:uppercase;background:#ffffff2e;border:1px solid #ffffff40;border-radius:20px;margin-bottom:14px;padding:5px 14px;font-size:.75rem;font-weight:700;display:inline-block}.travels-banner-title{color:#fff;margin-bottom:12px;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:900;line-height:1.2}.travels-banner-sub{color:#ffffffd1;margin-bottom:20px;font-size:.95rem;line-height:1.7}.travels-banner-points{grid-template-columns:1fr 1fr;gap:8px 16px;margin:0 0 28px;padding:0;list-style:none;display:grid}.travels-banner-points li{color:#ffffffe6;font-size:.85rem;font-weight:500}.travels-banner-btns{flex-wrap:wrap;align-items:center;gap:12px;display:flex}@media (width<=800px){.travels-banner-section{grid-template-columns:1fr}.travels-banner-img-col{height:220px}.travels-banner-content{padding:32px 24px}.travels-banner-points{grid-template-columns:1fr}}.product-filters{background:var(--white);border:1.5px solid var(--green-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);margin-bottom:28px;padding:20px}.pf-search-row{margin-bottom:16px}.pf-search-wrap{align-items:center;display:flex;position:relative}.pf-search-icon{pointer-events:none;font-size:1rem;position:absolute;left:12px}.pf-search{border:1.5px solid var(--green-border);border-radius:var(--radius-sm);background:var(--green-light-bg);width:100%;padding:11px 16px 11px 38px;font-size:.95rem;transition:border-color .2s}.pf-search:focus{border-color:var(--green-deep);background:var(--white)}.pf-clear{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:.85rem;position:absolute;right:10px}.pf-clear:hover{background:var(--cream)}.pf-controls-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.pf-categories{flex-wrap:wrap;flex:1;gap:8px;display:flex}.pf-cat-btn{border:1.5px solid var(--green-border);background:var(--white);color:var(--text-muted);cursor:pointer;border-radius:20px;padding:7px 14px;font-size:.83rem;font-weight:600;transition:all .18s}.pf-cat-btn:hover{border-color:var(--green-leaf);color:var(--green-deep);background:var(--green-light-bg)}.pf-cat-btn.active{background:var(--green-deep);color:var(--white);border-color:var(--green-deep)}.pf-right{flex-shrink:0;gap:10px;display:flex}.pf-select{border:1.5px solid var(--green-border);border-radius:var(--radius-sm);color:var(--text-dark);background:var(--white);cursor:pointer;padding:8px 12px;font-size:.85rem}.pf-select:focus{border-color:var(--green-deep)}.pf-result-count{border-top:1px solid var(--green-border);color:var(--text-muted);justify-content:space-between;align-items:center;margin-top:14px;padding-top:14px;font-size:.85rem;font-weight:500;display:flex}.pf-reset{cursor:pointer;color:var(--text-muted);background:0 0;border:1px solid #ddd;border-radius:20px;padding:4px 12px;font-size:.8rem;transition:all .18s}.pf-reset:hover{background:var(--cream);border-color:var(--gold);color:var(--text-dark)}@media (width<=640px){.pf-controls-row{flex-direction:column}.pf-right{flex-wrap:wrap;width:100%}.pf-select{flex:1}}.product-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.pg-empty{text-align:center;color:var(--text-muted);grid-column:1/-1;padding:60px 24px}.pg-empty-icon{margin-bottom:16px;font-size:3rem;display:block}.pg-empty h3{color:var(--text-dark);margin-bottom:8px;font-size:1.2rem;font-weight:700}.pg-empty p{font-size:.9rem}@media (width<=1100px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=760px){.product-grid{grid-template-columns:repeat(2,1fr);gap:14px}}@media (width<=440px){.product-grid{grid-template-columns:1fr}}.products-page,.pd-page{flex:1}.pd-breadcrumb-bar{background:var(--green-light-bg);border-bottom:1px solid var(--green-border);padding:12px 0}.pd-breadcrumb{flex-wrap:wrap;align-items:center;gap:8px;font-size:.84rem;display:flex}.pd-breadcrumb a{color:var(--green-deep);font-weight:500}.pd-breadcrumb a:hover{text-decoration:underline}.pd-breadcrumb span{color:var(--text-muted)}.pd-main{grid-template-columns:1fr 1.2fr;align-items:flex-start;gap:48px;display:grid}.pd-image-col{position:sticky;top:90px}.pd-photo{object-fit:cover;width:100%;height:100%;display:block}.pd-standard-tags{flex-wrap:wrap;gap:6px;margin:10px 0 16px;display:flex}.pd-std-tag{background:var(--green-light-bg);border:1.5px solid var(--green-border);color:var(--green-deep);border-radius:999px;padding:4px 12px;font-size:.72rem;font-weight:700}.pd-main-img{border:2px solid var(--green-border);width:100%;height:400px;box-shadow:var(--shadow-md);border-radius:12px;margin-bottom:14px;overflow:hidden}.pd-img-tags{align-items:center;gap:10px;display:flex}.pd-avail{font-size:.8rem;font-weight:700}.avail-yes{color:#22a855}.avail-no{color:#e53e3e}.pd-category-tag{background:var(--green-light-bg);color:var(--green-deep);border:1px solid var(--green-border);text-transform:uppercase;letter-spacing:.5px;border-radius:20px;margin-bottom:12px;padding:4px 12px;font-size:.78rem;font-weight:700;display:inline-block}.pd-name{color:var(--text-dark);margin-bottom:12px;font-size:2rem;font-weight:800;line-height:1.2}.pd-price{color:var(--green-deep);margin-bottom:16px;font-size:1.6rem;font-weight:700}.pd-short-desc{color:var(--text-muted);border-bottom:1px solid #f0f0f0;margin-bottom:24px;padding-bottom:24px;font-size:.96rem;line-height:1.7}.pd-section{margin-bottom:22px}.pd-section-title{color:var(--text-dark);text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px;font-size:.9rem;font-weight:700}.pd-sizes{flex-wrap:wrap;gap:8px;display:flex}.pd-size-chip{background:var(--cream);border:1.5px solid var(--cream-dark);color:var(--text-dark);cursor:pointer;border-radius:8px;padding:8px 16px;font-size:.88rem;font-weight:600;transition:all .18s}.pd-size-chip:hover{border-color:var(--green-deep);background:var(--green-light-bg);color:var(--green-deep)}.pd-highlights{flex-direction:column;gap:8px;display:flex}.pd-highlights li{color:var(--text-dark);align-items:center;gap:8px;font-size:.9rem;display:flex}.pd-check{flex-shrink:0;font-size:.85rem}.pd-actions{flex-wrap:wrap;gap:12px;margin-top:28px;margin-bottom:16px;display:flex}.pd-actions .btn{flex:1;justify-content:center}.pd-enquiry-hint{background:var(--cream);border:1px solid var(--cream-dark);border-radius:var(--radius-sm);color:var(--text-muted);padding:10px 14px;font-size:.82rem;line-height:1.5}.pd-desc-section{border-top:2px solid var(--green-light-bg);margin-top:48px;padding-top:40px}.pd-desc-grid{grid-template-columns:1.2fr 1fr;gap:40px;display:grid}.pd-desc-heading{color:var(--green-deep);border-bottom:2px solid var(--gold);margin-bottom:14px;padding-bottom:10px;font-size:1.15rem;font-weight:700;display:inline-block}.pd-desc-text{color:var(--text-muted);font-size:.95rem;line-height:1.8}.pd-usage-list{flex-direction:column;gap:10px;display:flex}.pd-usage-list li{color:var(--text-dark);background:var(--green-light-bg);border-radius:var(--radius-sm);border-left:3px solid var(--green-deep);align-items:center;gap:10px;padding:10px 14px;font-size:.92rem;display:flex}.pd-use-icon{color:var(--green-deep);flex-shrink:0;font-weight:700}.pd-related-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.pd-not-found{flex:1;padding:80px 0}.pd-nf-box{text-align:center;max-width:420px;margin:0 auto}.pd-nf-icon{margin-bottom:16px;font-size:3rem;display:block}.pd-nf-box h2{color:var(--text-dark);margin-bottom:10px;font-size:1.4rem;font-weight:700}.pd-nf-box p{color:var(--text-muted);margin-bottom:24px;font-size:.95rem}@media (width<=900px){.pd-main{grid-template-columns:1fr;gap:32px}.pd-image-col{position:static}.pd-main-img{max-width:420px;margin:0 auto 14px}.pd-desc-grid{grid-template-columns:1fr;gap:28px}.pd-related-grid{grid-template-columns:repeat(2,1fr);gap:14px}}@media (width<=600px){.pd-name{font-size:1.5rem}.pd-actions .btn{flex:unset;justify-content:center;width:100%}}.travels-page{min-height:100vh}.travels-hero{align-items:center;min-height:480px;display:flex;position:relative;overflow:hidden}.travels-hero-bg{z-index:0;position:absolute;inset:0}.travels-hero-img{object-fit:cover;object-position:center;width:100%;height:100%}.travels-hero-overlay{background:linear-gradient(135deg,#0a280fe0 0%,#0a280fa6 100%);position:absolute;inset:0}.travels-hero-content{z-index:1;max-width:720px;padding-top:80px;padding-bottom:80px;position:relative}.travels-tag{color:#b8f0c8;letter-spacing:1.5px;text-transform:uppercase;background:#ffffff26;border:1px solid #ffffff40;border-radius:20px;margin-bottom:16px;padding:5px 14px;font-size:.78rem;font-weight:700;display:inline-block}.travels-hero-title{color:#fff;margin-bottom:16px;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:900;line-height:1.2}.travels-hero-sub{color:#ffffffd9;max-width:560px;margin-bottom:32px;font-size:1.05rem;line-height:1.6}.travels-hero-btns{flex-wrap:wrap;gap:14px;display:flex}.travels-features-strip{background:var(--green-deep);padding:20px 0}.travels-features-grid{grid-template-columns:repeat(6,1fr);gap:8px;display:grid}.travels-feature-item{text-align:center;flex-direction:column;align-items:center;gap:6px;padding:12px 8px;display:flex}.tf-icon{font-size:1.5rem}.tf-text{color:#ffffffe6;font-size:.72rem;font-weight:600;line-height:1.3}.travels-services-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.travels-service-card{border:1px solid var(--border);background:#fff;border-radius:16px;padding:32px 24px;transition:transform .2s,box-shadow .2s}.travels-service-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px #0000001a}.tsc-icon{margin-bottom:14px;font-size:2.4rem}.tsc-title{color:var(--green-deep);margin-bottom:8px;font-size:1.05rem;font-weight:700}.tsc-desc{color:var(--text-muted);font-size:.875rem;line-height:1.6}.travels-gallery{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.travels-gallery-item{aspect-ratio:4/3;background:#e8e8e8;border-radius:14px;overflow:hidden}.travels-gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.travels-gallery-item:hover img{transform:scale(1.04)}.travels-cta{background:linear-gradient(135deg,#0d4a1f 0%,#1a6b31 100%)}.travels-cta-box{text-align:center;max-width:680px;margin:0 auto}.travels-cta-deco{margin-bottom:16px;font-size:3rem}.travels-cta-title{color:#fff;margin-bottom:12px;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800}.travels-cta-sub{color:#fffc;margin-bottom:32px;font-size:1rem;line-height:1.6}.travels-cta-btns{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}@media (width<=900px){.travels-features-grid{grid-template-columns:repeat(3,1fr)}.travels-services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.travels-hero{min-height:420px}.travels-hero-content{padding-top:60px;padding-bottom:60px}.travels-features-grid{grid-template-columns:repeat(2,1fr)}.travels-services-grid,.travels-gallery{grid-template-columns:1fr}.travels-hero-btns,.travels-cta-btns{flex-direction:column}}
