:root{--bg-main:#fdfdfd;--text-main:#333;--glass-bg:#fdfdfdd9;--glass-border:#1b553d26;--glass-shadow:0 4px 15px #0000000d;--primary-color:#1b553d;--primary-hover:#123b29;--inactive-color:#eaf0ec;--color-bg:#fdfdfd;--color-text:#333;--color-primary:#1b553d;--font-main:"Inter", system-ui, Avenir, Helvetica, Arial, sans-serif}@media (prefers-color-scheme:dark){:root{--font-main:"Inter", system-ui, -apple-system, sans-serif}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--bg-main);color:var(--text-main);flex-direction:column;min-height:100vh;transition:background-color .3s,color .3s;display:flex;overflow-x:hidden}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow)}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}.hero-fullscreen{color:#fff;width:100%;height:100vh;font-family:Inter,sans-serif;position:relative;overflow:hidden}.hero-bg{opacity:0;z-index:1;background-position:50%;background-size:cover;width:100%;height:100%;transition:opacity 1s cubic-bezier(.25,.8,.25,1);position:absolute;top:0;left:0}.hero-bg.active{opacity:1;transition:opacity 1s ease-in,transform 10s linear;transform:scale(1.02)}.hero-gradient-overlay{z-index:2;background:linear-gradient(#0009 0%,#0000 30% 60%,#000000e6 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-top-nav{z-index:10;letter-spacing:2px;text-transform:uppercase;align-items:center;font-size:.85rem;display:flex;position:absolute;top:40px;left:60px;right:60px}.nav-brand{align-items:center;gap:12px;width:200px;font-weight:700;display:flex}.red-dot{background-color:#f33;border-radius:50%;width:10px;height:10px}.nav-line-container{flex:1;align-items:center;height:30px;display:flex;position:relative}.nav-base-line{z-index:1;background:#ffffff4d;height:1px;position:absolute;top:50%;left:0;right:0}.nav-categories{z-index:2;gap:40px;margin-left:40px;display:flex;position:relative}.category-btn{color:#fff9;font-family:inherit;font-size:inherit;text-transform:inherit;letter-spacing:inherit;cursor:pointer;background:0 0;border:none;padding:0;transition:color .3s;position:relative}.category-btn:hover,.category-btn.active{color:#fff}.category-btn.active:before{content:"";background-color:#f33;height:2px;position:absolute;top:-15px;left:-10px;right:-10px}.hero-center-content{z-index:10;max-width:800px;position:absolute;top:45%;left:100px;transform:translateY(-50%)}.hero-title{letter-spacing:-2px;text-transform:uppercase;margin:0 0 10px;font-size:5rem;font-weight:800;line-height:1.1}.hero-subtitle{opacity:.9;margin:0;font-size:1.5rem;font-weight:400}.hero-indicators{z-index:10;color:#ffffff80;text-align:right;flex-direction:column;gap:20px;font-family:Orbitron,monospace;font-size:.9rem;display:flex;position:absolute;top:50%;right:60px;transform:translateY(-50%)}.indicator-num{cursor:pointer;justify-content:flex-end;align-items:center;transition:all .3s;display:flex;position:relative}.indicator-num:hover{color:#fff}.indicator-num.active{color:#fff;font-size:1.5rem;font-weight:700}.active-line{background-color:#fff;width:40px;height:1px;position:absolute;right:-60px}.hero-bottom-area{z-index:10;justify-content:space-between;align-items:flex-end;display:flex;position:absolute;bottom:60px;left:60px;right:60px}.bottom-text-columns{gap:40px;max-width:900px;display:flex}.bottom-text-columns p{opacity:.8;flex:1;margin:0;font-size:.85rem;line-height:1.6}.launch-tour-btn{color:#fff;letter-spacing:2px;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;font-family:inherit;font-size:1rem;font-weight:700;transition:transform .3s;display:flex}.launch-tour-btn:hover{transform:translate(10px)}.hero-progress-track{z-index:10;background:#ffffff1a;width:100%;height:3px;position:absolute;bottom:0;left:0}.hero-progress-fill{background:#f33;height:100%;transition:width .5s}@media (width<=1024px){.hero-title{font-size:3.5rem}.hero-subtitle{font-size:1.2rem}.bottom-text-columns{flex-direction:column;gap:20px}.hero-center-content{left:40px}}@media (width<=768px){.hero-fullscreen{height:60vh}.hero-top-nav{flex-direction:column;align-items:flex-start;gap:12px;top:20px;left:20px;right:20px}.nav-brand{width:auto}.nav-line-container{display:none}.nav-categories{flex-wrap:wrap;gap:16px;margin-left:0}.hero-center-content{top:50%;left:20px;right:20px}.hero-title{letter-spacing:-1px;font-size:2.8rem}.hero-subtitle{font-size:1.1rem}.hero-indicators{gap:14px;font-size:.75rem;right:20px}.indicator-num.active{font-size:1.1rem}.active-line{width:16px;right:-20px}.hero-bottom-area{flex-direction:column-reverse;align-items:flex-start;gap:20px;bottom:30px;left:20px;right:20px}.bottom-text-columns{gap:12px}.bottom-text-columns p{font-size:.8rem}.launch-tour-btn{letter-spacing:1px;font-size:.85rem}}@media (width<=480px){.hero-fullscreen{height:50vh}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-indicators,.bottom-text-columns{display:none}}.destinations-carousel-wrapper{background-color:#0000;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:50px 0 60px;display:flex;position:relative;overflow:hidden}.carousel-stage{perspective:1500px;width:100%;height:520px;transform-style:preserve-3d;touch-action:pan-y;justify-content:center;align-items:center;display:flex;position:relative}.carousel-card{will-change:transform, opacity;cursor:pointer;background:#fff;border:1px solid #0000000d;border-radius:32px;width:420px;height:520px;padding:6px;transition:transform .45s cubic-bezier(.22,1,.36,1),opacity .45s cubic-bezier(.22,1,.36,1),box-shadow .45s cubic-bezier(.22,1,.36,1),background .45s;position:absolute;box-shadow:0 10px 30px #0000001a}.carousel-card.active{background:#fff;border:1px solid #1b553d33;box-shadow:0 15px 40px #00000026}.card-image-wrapper{border-radius:26px;width:100%;height:100%;position:relative;overflow:hidden}.card-image-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.22,1,.36,1)}.carousel-card.active .card-image-wrapper img{transform:scale(1.05)}.card-category-tag{-webkit-backdrop-filter:blur(10px);color:#fff;letter-spacing:.5px;z-index:3;background:#0000008c;border:1px solid #ffffff40;border-radius:20px;padding:6px 14px;font-size:.75rem;font-weight:600;position:absolute;top:16px;left:16px}.card-overlay{color:#fff;opacity:0;background:linear-gradient(#0000 0%,#000000a6 40%,#000000eb 100%);width:100%;padding:28px 22px 22px;transition:transform .4s cubic-bezier(.22,1,.36,1),opacity .4s cubic-bezier(.22,1,.36,1);position:absolute;bottom:0;left:0;transform:translateY(10px)}.carousel-card.active .card-overlay{opacity:1;transform:translateY(0)}.card-overlay h2{color:#fff;margin:0 0 6px;font-size:1.3rem;font-weight:700;line-height:1.3}.card-desc{color:#ffffffd9;margin:0 0 18px;font-size:.88rem;font-weight:400;line-height:1.45}.launch-360-btn{color:#111;width:100%;font-family:var(--font-main);cursor:pointer;background:#fff;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px 18px;font-size:.9rem;font-weight:600;transition:all .25s;display:flex;box-shadow:0 4px 15px #0003}.launch-360-btn:hover{background:var(--primary-color,#1b553d);color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #1b553d66}.carousel-controls{z-index:20;flex-direction:column;align-items:center;gap:20px;margin-top:45px;display:flex;position:relative}.controls-pill{background:#fff;border:1px solid #0000001a;border-radius:100px;align-items:center;gap:20px;padding:8px 16px;display:flex;box-shadow:0 8px 25px #00000026}.ctrl-btn{color:var(--primary-color,#1b553d);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.ctrl-btn:hover{background:#1b553d1a;transform:scale(1.05)}.slide-counter{font-family:var(--font-main);color:var(--primary-color,#1b553d);letter-spacing:1px;font-size:.95rem;font-weight:700}@media (width<=1024px){.carousel-card{width:350px;height:460px}.carousel-stage{height:460px}.carousel-controls{margin-top:35px}}@media (width<=768px){.destinations-carousel-wrapper{padding:30px 0 40px}.carousel-stage{height:400px}.carousel-card{border-radius:24px;width:300px;height:400px}.card-image-wrapper{border-radius:20px}.card-overlay{padding:20px 16px 16px}.card-overlay h2{margin-bottom:4px;font-size:1.15rem}.card-desc{margin-bottom:12px;font-size:.82rem}.launch-360-btn{border-radius:10px;padding:10px 14px;font-size:.82rem}.carousel-controls{margin-top:30px}}@media (width<=480px){.carousel-stage{height:380px}.carousel-card{border-radius:20px;width:270px;height:380px}.card-category-tag{padding:4px 10px;font-size:.7rem;top:12px;left:12px}.card-overlay{padding:18px 14px 14px}.card-overlay h2{font-size:1.05rem;line-height:1.25}.card-desc{margin-bottom:10px;font-size:.78rem;line-height:1.35}.launch-360-btn{padding:9px 12px;font-size:.78rem}.carousel-controls{margin-top:25px}.ctrl-btn{width:36px;height:36px}.controls-pill{gap:12px;padding:4px 10px}}.about-tour-section{color:#fff;width:100%;font-family:var(--font-main);background-color:#050505;flex-direction:column;align-items:center;padding:80px 40px 40px;display:flex;overflow-x:hidden}.section-header{align-items:center;width:100%;max-width:1200px;margin-bottom:80px;display:flex}.section-header h2{letter-spacing:4px;color:#ccc;white-space:nowrap;margin:0 20px;font-size:2.2rem;font-weight:300}.section-header .line{background-color:#444;flex-grow:1;height:1px}.tour-content{justify-content:center;width:100%;max-width:900px;display:flex;position:relative}.tour-text{text-align:center;flex:1}.tour-text p{color:#ccc;margin-bottom:24px;font-size:1.25rem;font-weight:300;line-height:1.6}.tour-text .highlight{color:#d4d06a}.tour-timeline-wrapper{flex:0 0 50%;min-height:600px;position:relative}.timeline-line{background-color:#555;width:1px;position:absolute;top:0;bottom:0;left:200px}.timeline-item{align-items:center;width:100%;display:flex;position:absolute}.timeline-node{z-index:2;background-color:#ddd;border-radius:50%;width:14px;height:14px;position:absolute;left:200px;transform:translate(-50%)}.timeline-label{text-align:right;width:120px;position:absolute;left:60px}.timeline-label .days{color:#aaa;margin-bottom:4px;font-size:1rem;display:block}.timeline-label .title{color:#fff;font-size:1.25rem;font-weight:600;display:block}.image-group{position:absolute;left:240px}.image-group img{object-fit:cover;border:1px solid #ffffff1a;border-radius:12px;box-shadow:0 10px 30px #00000080}.item-1{top:0}.group-1{top:-40px}.group-1 .img-back{z-index:1;width:160px;height:140px;position:absolute;top:0;left:0}.group-1 .img-front{z-index:2;width:140px;height:120px;position:absolute;top:60px;left:80px}.item-2{top:250px}.group-2{top:-60px;left:260px}.group-2 .img-single{width:180px;height:140px;margin-left:120px}.item-3{top:480px}.group-3{top:-60px}.group-3 .img-back{z-index:1;width:160px;height:160px;position:absolute;top:0;left:100px}.group-3 .img-front{z-index:2;width:140px;height:140px;position:absolute;top:80px;left:0}@media (width<=1024px){.tour-content{flex-direction:column}.tour-text{width:100%;margin-bottom:60px}.tour-text .mt-large{margin-top:20px}.tour-timeline-wrapper{width:100%;min-height:750px}}@media (width<=768px){.about-tour-section{padding:50px 20px}.section-header{margin-bottom:40px}.section-header h2{letter-spacing:2px;font-size:1.3rem}.tour-text p{font-size:1rem}.tour-timeline-wrapper{min-height:auto;padding-bottom:20px}.timeline-line{left:20px}.timeline-item{display:block;position:relative}.item-1,.item-2,.item-3{margin-bottom:60px;top:auto}.timeline-node{top:0;left:20px;transform:translate(-50%)}.timeline-label{text-align:left;width:auto;margin-bottom:20px;position:relative;top:-5px;left:50px}.image-group{position:relative;left:50px}.group-1,.group-2,.group-3{height:180px;top:auto;left:50px}.group-2 .img-single{margin-left:0}}@media (width<=480px){.about-tour-section{padding:40px 16px}.section-header h2{letter-spacing:1px;font-size:1.1rem}.tour-text p{font-size:.9rem}.tour-text .mt-large{margin-top:10px}.group-1,.group-2,.group-3{height:140px}.group-1 .img-back{width:130px;height:110px}.group-1 .img-front{width:110px;height:90px;top:40px;left:60px}.group-2 .img-single{width:160px;height:120px}.group-3 .img-back{width:130px;height:130px;left:60px}.group-3 .img-front{width:110px;height:110px;top:30px;left:0}}.about-programs-container{flex-direction:column;align-items:center;width:100%;max-width:1100px;margin-top:60px;display:flex}.programs-title{letter-spacing:3px;text-transform:uppercase;color:#fff;text-align:center;margin-bottom:32px;font-size:1.5rem;font-weight:400;position:relative}.programs-title:after{content:"";background-color:var(--accent-color,#1b553d);border-radius:2px;width:50px;height:2px;margin:12px auto 0;display:block}.programs-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px;width:100%;display:grid}.program-card{cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;align-items:center;gap:16px;padding:20px 24px;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;position:relative;overflow:hidden}.program-card:hover{background:#ffffff12;border-color:#1b553d99;transform:translateY(-4px);box-shadow:0 10px 25px #0006}.program-number{color:#ffffff4d;font-family:Orbitron,monospace,sans-serif;font-size:1.1rem;font-weight:700}.program-card:hover .program-number{color:var(--accent-color,#2d8a64)}.program-icon-box{color:#fff;background:#ffffff0d;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.program-card:hover .program-icon-box{background:var(--accent-color,#1b553d);color:#fff}.program-info{flex-direction:column;flex:1;display:flex}.program-category{text-transform:uppercase;letter-spacing:1px;color:#ffffff80;margin-bottom:4px;font-size:.75rem}.program-name{color:#ececec;margin:0;font-size:.95rem;font-weight:500;line-height:1.4;transition:color .3s}.program-card:hover .program-name{color:#fff}.program-arrow{color:#ffffff4d;transition:all .3s}.program-card:hover .program-arrow{color:#fff;transform:translate(4px)}@media (width<=768px){.programs-grid{grid-template-columns:1fr;gap:14px}.program-card{padding:16px 18px}.programs-title{font-size:1.3rem}}.map-section{width:100%;max-width:1200px;margin:0 auto;padding:60px 24px 80px}.map-card-wrapper{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#14141499;border:1px solid #ffffff14;border-radius:24px;overflow:hidden;box-shadow:0 20px 50px #00000080}.map-info-bar{background:#0f0f0fcc;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:20px;padding:20px 28px;display:flex}.map-info-left{align-items:center;gap:16px;display:flex}.map-pin-badge{width:44px;height:44px;color:#268e60;background:#1b553d33;border:1px solid #1b553d66;border-radius:14px;justify-content:center;align-items:center;display:flex}.map-info-text h3{color:#fff;margin:0 0 4px;font-size:1.15rem;font-weight:700}.map-info-text p{color:#fff9;margin:0;font-size:.88rem}.open-maps-btn{background:var(--primary-color,#1b553d);color:#fff;white-space:nowrap;border-radius:12px;align-items:center;gap:8px;padding:10px 18px;font-size:.88rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.open-maps-btn:hover{background:#268e60;transform:translateY(-2px);box-shadow:0 4px 15px #268e604d}.map-iframe-container{width:100%;position:relative;overflow:hidden}.map-iframe-container iframe{filter:contrast(1.05)saturate(1.1);border:none;width:100%;display:block}@media (width<=768px){.map-section{padding:40px 16px 50px}.map-info-bar{flex-direction:column;align-items:flex-start;padding:16px 20px}.open-maps-btn{justify-content:center;width:100%}.map-iframe-container iframe{height:350px}}.practical-info-section{background-color:var(--inactive-color);padding:6rem 2rem}.info-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:4rem auto 0;display:grid}.info-card{background:#fff;border:1px solid #0000000d;border-radius:12px;padding:2.5rem 2rem;transition:transform .3s,background .3s}.info-card:hover{background:#fff;transform:translateY(-5px);box-shadow:0 10px 20px #0000000d}.info-icon{width:60px;height:60px;color:var(--primary-color);background:#1b553d1a;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.info-card h3{color:var(--text-main);margin-bottom:1rem;font-size:1.3rem}.info-card p{color:#000c;margin-bottom:1rem;font-size:1rem;line-height:1.7}.info-card p.note{color:#0009;margin-bottom:0;font-size:.9rem;font-style:italic}.transport-list{color:#000c;margin:0;padding:0;list-style-type:none}.transport-list li{margin-bottom:.5rem;padding-left:1.2rem;position:relative}.transport-list li:before{content:"•";color:var(--color-primary);position:absolute;left:0}@media (width<=768px){.practical-info-section{padding:40px 20px}.info-grid{grid-template-columns:1fr;gap:1.5rem}}.reservation-section{width:100%;max-width:720px;margin:0 auto;padding:80px 24px 60px}.reservation-header{text-align:center;margin-bottom:40px}.reservation-icon{width:48px;height:48px;color:var(--primary-color);background:#1b553d1a;border:1px solid #1b553d4d;border-radius:50%;justify-content:center;align-items:center;margin-bottom:16px;display:inline-flex}.reservation-title{color:var(--text-main);letter-spacing:.5px;margin-bottom:10px;font-family:Inter,Segoe UI,sans-serif;font-size:1.8rem;font-weight:700}.reservation-subtitle{color:#0009;max-width:460px;margin:0 auto;font-family:Inter,Segoe UI,sans-serif;font-size:.95rem;font-weight:400;line-height:1.5}.reservation-form{-webkit-backdrop-filter:blur(12px);background:#fff;border:1px solid #0000001a;border-radius:16px;padding:32px;box-shadow:0 8px 32px #0000004d}.form-row{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px;display:grid}.form-group{flex-direction:column;gap:8px;display:flex}.form-group.full-width{margin-bottom:24px}.form-group label{color:#000000b3;letter-spacing:.3px;align-items:center;gap:6px;font-family:Inter,Segoe UI,sans-serif;font-size:.8rem;font-weight:500;display:flex}.form-group label svg{color:var(--primary-color);opacity:.8}.form-group input,.form-group textarea{color:var(--text-main);background:#00000005;border:1px solid #0000001a;border-radius:8px;outline:none;width:100%;padding:12px 14px;font-family:Inter,Segoe UI,sans-serif;font-size:.9rem;transition:border-color .3s,box-shadow .3s}.form-group input::placeholder,.form-group textarea::placeholder{color:#0006}.form-group input:focus,.form-group textarea:focus{border-color:#1b553d80;box-shadow:0 0 0 3px #1b553d1a}.form-group input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer}.form-group textarea{resize:vertical;min-height:80px}.reservation-submit{color:#fff;letter-spacing:.3px;cursor:pointer;background:linear-gradient(135deg,#25d366,#128c7e);border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px 24px;font-family:Inter,Segoe UI,sans-serif;font-size:.95rem;font-weight:600;transition:transform .15s,box-shadow .3s,filter .3s;display:inline-flex;box-shadow:0 4px 16px #25d3664d}.reservation-submit:hover{filter:brightness(1.08);transform:translateY(-2px);box-shadow:0 6px 24px #25d36673}.reservation-submit:active{transform:translateY(0)}@media (width<=600px){.reservation-section{padding:50px 16px 40px}.reservation-title{font-size:1.4rem}.reservation-form{padding:20px}.form-row{grid-template-columns:1fr;gap:16px}}.detail-page-container{color:#fff;min-height:100vh;font-family:var(--font-main,"Inter", system-ui, sans-serif);--accent-color:#268e60;--accent-glow:#268e6033;--card-bg:#141414b3;--card-border:#ffffff14;background-color:#050505;position:relative;overflow-x:hidden}.detail-page-container.theme-coffee,.detail-page-container.theme-retreat,.detail-page-container.theme-mangku{--accent-color:#1b553d;--accent-glow:#1b553d40;--card-border:#1b553d33}.detail-hero{background-position:50%;background-size:cover;align-items:flex-end;min-height:65vh;padding:8rem 2.5rem 4rem;display:flex;position:relative}.detail-hero:before{content:"";background:linear-gradient(#05050566 0%,#050505bf 60%,#050505 100%);position:absolute;inset:0}.hero-overlay{z-index:10;width:100%;max-width:900px;margin:0 auto;position:relative}.hero-badge{-webkit-backdrop-filter:blur(8px);border:1px solid var(--accent-color);color:var(--accent-color);letter-spacing:1.5px;text-transform:uppercase;background:#00000080;border-radius:20px;margin-bottom:1rem;padding:6px 16px;font-size:.78rem;font-weight:700;display:inline-block}.hero-overlay h1{color:#fff;text-shadow:0 4px 20px #000000b3;margin-bottom:1rem;font-size:clamp(1.8rem,4.5vw,3.4rem);font-weight:800;line-height:1.25}.hero-overlay p.hero-quote{color:#ffffffd9;max-width:800px;margin-bottom:2rem;font-size:1.1rem;font-style:italic;line-height:1.6}.tour-btn{cursor:pointer;border:none;border-radius:30px;justify-content:center;align-items:center;gap:10px;padding:13px 26px;font-size:.92rem;font-weight:600;transition:all .25s;display:inline-flex}.tour-btn.primary{background:var(--accent-color);color:#fff;box-shadow:0 6px 20px var(--accent-glow)}.tour-btn.primary:hover{filter:brightness(1.1);box-shadow:0 10px 25px var(--accent-glow);transform:translateY(-2px)}.tour-btn.secondary{color:#fff;background:#ffffff14;border:1px solid #ffffff26;margin-top:1rem}.tour-btn.secondary:hover{background:var(--accent-color);color:#fff;border-color:var(--accent-color)}.stats-bar{z-index:20;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;max-width:1000px;margin:-2.5rem auto 3.5rem;padding:0 1.5rem;display:grid;position:relative}.stat-card{background:#141414f2;border:1px solid #ffffff14;border-radius:18px;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex;box-shadow:0 4px 12px #0000004d}.stat-icon{background:var(--accent-glow);width:44px;height:44px;color:var(--accent-color);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.stat-info h4{color:#fff;margin:0 0 2px;font-size:1.05rem;font-weight:700}.stat-info p{color:#fff9;margin:0;font-size:.85rem}.detail-content{max-width:1000px;margin:0 auto;padding:0 2rem 5rem}.content-card{border:1px solid var(--card-border);background:#141414cc;border-radius:24px;margin-bottom:2.5rem;padding:2.25rem;box-shadow:0 4px 15px #0000004d}.content-card h3{color:#fff;align-items:center;gap:12px;margin-bottom:1.25rem;font-size:1.6rem;font-weight:700;display:flex}.content-card h3 svg{color:var(--accent-color);flex-shrink:0}.content-card p{color:#fffc;margin-bottom:1.25rem;font-size:1.02rem;line-height:1.75}.content-card p:last-child{margin-bottom:0}.content-card p strong{color:var(--accent-color)}.content-card ul{color:#fffc;padding-left:1.25rem;font-size:1rem;line-height:1.75}.content-card li{margin-bottom:.75rem}.spotlight-box{border-left:4px solid var(--accent-color);background:#0f0f0fcc;border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;border-right:1px solid #ffffff0d;border-radius:0 18px 18px 0;margin:2rem 0;padding:1.75rem 2rem}.spotlight-box h4{color:var(--accent-color);align-items:center;gap:8px;margin-bottom:.6rem;font-size:1.2rem;display:flex}.spotlight-box p{color:#ffffffd9;margin:0;font-size:1rem;line-height:1.65}.product-layout-grid{grid-template-columns:1fr 2fr;gap:2rem;display:grid}.steps-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;margin-top:1.75rem;display:grid}.step-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;padding:1.5rem;transition:all .25s;display:flex}.step-card:hover{border-color:var(--accent-color);background:#ffffff0d;transform:translateY(-3px)}.step-number{background:var(--accent-glow);width:32px;height:32px;color:var(--accent-color);border-radius:8px;justify-content:center;align-items:center;margin-bottom:.85rem;font-size:1rem;font-weight:800;display:flex}.step-card h4{color:#fff;margin-bottom:.6rem;font-size:1.1rem}.step-card p{color:#ffffffb3;flex-grow:1;margin-bottom:.85rem;font-size:.92rem;line-height:1.55}.flavor-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;margin-top:1.25rem;display:grid}.flavor-card{background:#0a0a0a99;border:1px solid #ffffff14;border-radius:14px;padding:1.25rem}.flavor-card h4{color:var(--accent-color);margin-bottom:.5rem;font-size:1.05rem}.flavor-card p{color:#fffc;margin:0;font-size:.9rem;line-height:1.5}.page-cta-banner{text-align:center;background:#0f0f0ff2;border:1px solid #ffffff14;border-radius:20px;margin-top:1.5rem;padding:2.5rem 1.5rem}.page-cta-banner h3{color:#fff;margin-bottom:.6rem;font-size:1.6rem}.page-cta-banner p{color:#ffffffb3;margin-bottom:1.5rem;font-size:1rem}@media (width<=768px){.detail-hero{min-height:55vh;padding:6rem 1rem 2.5rem}.hero-badge{margin-bottom:.75rem;padding:4px 12px;font-size:.7rem}.hero-overlay h1{font-size:1.7rem;line-height:1.3}.hero-overlay p.hero-quote{margin-bottom:1.5rem;font-size:.92rem}.tour-btn{width:100%;padding:12px 20px;font-size:.85rem}.stats-bar{grid-template-columns:1fr;gap:.85rem;margin-top:-1.75rem;padding:0 1rem}.stat-card{padding:1rem 1.25rem}.stat-icon{width:38px;height:38px}.stat-info h4{font-size:.95rem}.stat-info p{font-size:.8rem}.detail-content{padding:0 1rem 4rem}.content-card{border-radius:18px;margin-bottom:1.75rem;padding:1.5rem 1.25rem}.content-card h3{font-size:1.3rem}.content-card p{font-size:.92rem;line-height:1.65}.spotlight-box{margin:1.5rem 0;padding:1.25rem 1.5rem}.spotlight-box h4{font-size:1.05rem}.spotlight-box p{font-size:.9rem}.product-layout-grid,.flavor-grid{grid-template-columns:1fr;gap:1rem}.flavor-grid{margin-top:1.5rem}.steps-grid{grid-template-columns:1fr;gap:1rem}.step-card{padding:1.25rem}.page-cta-banner{padding:2rem 1.25rem}.page-cta-banner h3{font-size:1.3rem}.page-cta-banner p{font-size:.88rem}}@media (width<=480px){.hero-overlay h1{font-size:1.5rem}}.header{z-index:1000;-webkit-backdrop-filter:blur(16px);background:#0a0a0ad9;border-bottom:1px solid #ffffff14;width:100%;position:fixed;top:0;left:0}.header-container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:.85rem 2.5rem;display:flex}.header-logo{align-items:center;gap:10px;display:flex}.header-logo-img{object-fit:contain;border-radius:8px;flex-shrink:0;width:36px;height:36px}.header-logo h1{letter-spacing:.3px;color:#fff;margin:0;font-size:1.3rem;font-weight:800}.header-nav{align-items:center;gap:.75rem;display:flex}.nav-link{color:#fffc;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;border:1px solid #0000;border-radius:20px;outline:none;align-items:center;gap:6px;padding:.5rem 1rem;font-size:.92rem;font-weight:500;text-decoration:none;transition:background-color .2s,border-color .2s,color .2s;display:flex}.nav-link:focus,.nav-link:focus-visible{outline:none}.nav-link:hover,.nav-link.active{color:#fff;background:#268e6033;border-color:#268e6066}.nav-dropdown-wrapper{position:relative}.dropdown-trigger .arrow-icon{transition:transform .3s}.dropdown-trigger .arrow-icon.open{transform:rotate(180deg)}.dropdown-menu{-webkit-backdrop-filter:blur(20px);z-index:1100;background:#0f0f0ff2;border:1px solid #ffffff1a;border-radius:16px;width:250px;padding:8px;animation:.25s cubic-bezier(.22,1,.36,1) fadeInDown;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 15px 35px #00000080}.dropdown-menu:before{content:"";background:0 0;height:16px;position:absolute;top:-16px;left:0;right:0}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{color:#ffffffd9;border-radius:10px;align-items:center;gap:12px;padding:10px 14px;font-size:.88rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.dropdown-item:hover{color:#fff;background:#268e6040}.dropdown-icon{color:#268e60}.header-actions{align-items:center;gap:1rem;display:flex}.mobile-toggle{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:12px;padding:8px;transition:all .2s;display:none}.mobile-toggle:hover{background:#268e604d}.mobile-nav{-webkit-backdrop-filter:blur(20px);background:#0a0a0af5;border-top:1px solid #ffffff14;flex-direction:column;gap:8px;padding:1rem 1.25rem 1.5rem;animation:.25s fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-nav-link{color:#ffffffd9;border-radius:12px;padding:12px 16px;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s}.mobile-nav-link:hover,.mobile-nav-link.active{color:#fff;background:#268e6033}.mobile-dropdown-container{flex-direction:column;display:flex}.mobile-dropdown-trigger{color:#fff;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;justify-content:space-between;align-items:center;width:100%;padding:12px 16px;font-size:.95rem;font-weight:600;display:flex}.mobile-dropdown-trigger .arrow-icon.open{transform:rotate(180deg)}.mobile-dropdown-menu{flex-direction:column;gap:6px;padding:8px 0 8px 12px;display:flex}.mobile-dropdown-item{color:#fffc;background:#ffffff05;border-radius:10px;align-items:center;gap:10px;padding:10px 14px;font-size:.88rem;text-decoration:none;display:flex}.mobile-dropdown-item:hover{color:#fff;background:#268e6040}@media (width<=860px){.header-nav{display:none}.mobile-toggle{display:flex}.header-container{padding:.75rem 1.25rem}}.simadesa-footer{color:#fff;font-family:var(--font-main,"Inter", system-ui, sans-serif);background-color:#050505;border-top:1px solid #ffffff14;margin-top:auto;position:relative}.footer-top-accent{opacity:.8;background:linear-gradient(90deg,#0000,#268e60,#0000);width:100%;height:2px;position:absolute;top:0;left:0}.footer-container{max-width:1200px;margin:0 auto;padding:60px 30px 30px}.footer-grid{grid-template-columns:2fr 1.2fr 1.5fr;gap:50px;margin-bottom:50px;display:grid}.footer-col{flex-direction:column;display:flex}.footer-logo{color:#268e60;align-items:center;gap:10px;margin-bottom:18px;display:inline-flex}.logo-icon{color:#268e60}.logo-text{letter-spacing:.5px;background:linear-gradient(135deg,#fff 0%,#268e60 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.5rem;font-weight:800}.footer-desc{color:#ffffffb3;max-width:380px;margin-bottom:24px;font-size:.92rem;line-height:1.65}.social-links{gap:12px;display:flex}.social-btn{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .25s;display:flex}.social-btn:hover{color:#fff;background:#268e60;border-color:#268e60;transform:translateY(-2px);box-shadow:0 4px 15px #268e604d}.footer-title{color:#fff;letter-spacing:.5px;margin-bottom:20px;font-size:1.1rem;font-weight:700}.footer-links,.footer-contact{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.footer-links li a{color:#ffffffb3;font-size:.92rem;text-decoration:none;transition:all .25s;display:inline-block}.footer-links li a:hover{color:#268e60;transform:translate(4px)}.footer-contact li{color:#ffffffb3;align-items:flex-start;gap:12px;font-size:.92rem;line-height:1.5;display:flex}.contact-icon{color:#268e60;flex-shrink:0;margin-top:2px}.footer-bottom{border-top:1px solid #ffffff0f;justify-content:center;align-items:center;padding-top:24px;display:flex}.copyright{color:#ffffff80;text-align:center;margin:0;font-size:.85rem}@media (width<=900px){.footer-grid{grid-template-columns:1fr;gap:36px;margin-bottom:40px}.footer-desc{max-width:100%}}@media (width<=600px){.footer-container{padding:40px 20px 24px}.logo-text{font-size:1.3rem}.footer-title{font-size:1rem}.footer-desc,.footer-links li a,.footer-contact li{font-size:.88rem}}.cb-container{z-index:10000;font-family:var(--font-main,"Inter", system-ui, sans-serif);position:fixed;bottom:25px;right:25px}.cb-bubble-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#268e60,#134630);border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;box-shadow:0 8px 25px #268e6066}.cb-bubble-btn:hover{background:linear-gradient(135deg,#2db077,#19593e);transform:scale(1.08)translateY(-2px);box-shadow:0 12px 30px #268e6099}.cb-badge-pulse{background-color:#268e60;border:2px solid #050505;border-radius:50%;width:12px;height:12px;position:absolute;top:2px;right:2px;box-shadow:0 0 10px #268e60}.cb-window{-webkit-backdrop-filter:blur(20px);background:#0a0a0af2;border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;width:350px;height:480px;animation:.3s cubic-bezier(.16,1,.3,1) cbSlideUp;display:flex;overflow:hidden;box-shadow:0 20px 50px #0009}@keyframes cbSlideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.cb-header{background:#141414cc;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.cb-header-title{align-items:center;gap:12px;display:flex}.cb-bot-avatar{color:#268e60;background:#268e6033;border:1px solid #268e6066;border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.cb-header h3{color:#fff;margin:0;font-size:.95rem;font-weight:700;line-height:1.2}.cb-status{color:#fff9;align-items:center;gap:6px;font-size:.75rem;display:flex}.cb-status-dot{background-color:#268e60;border-radius:50%;width:6px;height:6px;box-shadow:0 0 8px #268e60}.cb-close-btn{color:#fffc;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.cb-close-btn:hover{color:#ef4444;background:#ef444433;border-color:#ef444466}.cb-messages{flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.cb-messages::-webkit-scrollbar{width:5px}.cb-messages::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:10px}.cb-message{word-wrap:break-word;border-radius:16px;align-items:flex-start;gap:8px;max-width:85%;padding:11px 15px;font-size:.88rem;line-height:1.5;display:flex}.cb-message.user{color:#fff;background:linear-gradient(135deg,#268e6059,#13463066);border:1px solid #268e6066;border-bottom-right-radius:4px;align-self:flex-end}.cb-message.ai{color:#ffffffe6;background:#ffffff0d;border:1px solid #ffffff14;border-bottom-left-radius:4px;align-self:flex-start}.cb-ai-sparkle{color:#268e60;flex-shrink:0;margin-top:3px}.cb-typing{align-items:center;gap:5px;padding:12px 16px;display:flex}.cb-dot{background:#268e60;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both cbBounce}.cb-dot:first-child{animation-delay:-.32s}.cb-dot:nth-child(2){animation-delay:-.16s}@keyframes cbBounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.cb-input-form{background:#0f0f0fe6;border-top:1px solid #ffffff14;gap:8px;padding:12px;display:flex}.cb-input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;outline:none;flex:1;padding:10px 14px;font-size:.88rem;transition:all .25s}.cb-input:focus{background:#ffffff14;border-color:#268e6099;box-shadow:0 0 12px #268e6040}.cb-input::placeholder{color:#fff6}.cb-send-btn{color:#fff;cursor:pointer;background:#268e60;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:all .2s;display:flex}.cb-send-btn:hover{background:#2db077;transform:scale(1.05);box-shadow:0 4px 15px #268e6066}.cb-send-btn:active{transform:scale(.95)}.cb-send-btn:disabled{color:#ffffff4d;cursor:not-allowed;box-shadow:none;background:#ffffff1a;transform:none}@media (width<=480px){.cb-container{bottom:16px;right:16px}.cb-bubble-btn{width:52px;height:52px}.cb-window{width:calc(100vw - 32px);height:450px;position:fixed;bottom:80px;right:16px}}.app-container{width:100%;min-height:100vh}
