*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}:root{--blue: #1B3A5C;--blue-light: #2C5F8A;--yellow: #F4D03F;--coral: #AA2202;--white: #FFFFFF;--light: #FDF8F0;--dark: #0D1B2A;--text: #1a1a1a;--text-secondary: #555;--text-muted: #888;--text-light: #666;--whatsapp: #25D366;--telegram: #0088cc;--shadow: 0 12px 40px rgba(27, 58, 92, .12);--shadow-lg: 0 20px 60px rgba(27, 58, 92, .18);--radius: 16px;--radius-sm: 10px;--transition: .4s cubic-bezier(.25, .46, .45, .94)}body{font-family:DM Sans,sans-serif;color:var(--text);background:var(--white);overflow-x:hidden;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4{font-family:Montserrat,sans-serif;line-height:1.15}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--light)}::-webkit-scrollbar-thumb{background:var(--blue);border-radius:3px}.reveal{opacity:0;transform:translateY(40px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transform:translate(-50px);transition:opacity .7s ease,transform .7s ease}.reveal-left.visible{opacity:1;transform:translate(0)}.reveal-right{opacity:0;transform:translate(50px);transition:opacity .7s ease,transform .7s ease}.reveal-right.visible{opacity:1;transform:translate(0)}.section{padding:100px 24px}.container{max-width:1100px;margin:0 auto}.section-header{text-align:center;margin-bottom:56px}.section-header h2{font-size:clamp(2rem,4.5vw,3rem);font-weight:800;color:var(--blue);margin-bottom:14px;letter-spacing:-.5px}.section-header p{font-size:1.05rem;color:var(--text-light);max-width:560px;margin:0 auto;line-height:1.65}.section-header--light .section-label{color:var(--yellow)}.section-header--light h2{color:var(--white)}.section-header--light p{color:#ffffff8c}.section-label{display:inline-flex;align-items:center;gap:8px;font-family:Montserrat,sans-serif;font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:3px;color:var(--coral);margin-bottom:12px}.section-label :global(svg){width:16px;height:16px}.section-hand-label{display:block;font-family:Caveat,cursive;font-size:1.3rem;color:var(--coral);margin-bottom:8px}.btn{display:inline-flex;align-items:center;gap:10px;padding:15px 32px;border-radius:50px;font-family:Montserrat,sans-serif;font-weight:700;font-size:.95rem;transition:transform var(--transition),box-shadow var(--transition);cursor:pointer;border:none;letter-spacing:.3px}.btn:hover{transform:translateY(-3px)}.btn-primary{background:var(--coral);color:var(--white);box-shadow:0 8px 28px #aa22024d}.btn-primary:hover{box-shadow:0 12px 36px #aa220273}.btn-outline{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,.35)}.btn-outline:hover{border-color:var(--yellow);color:var(--yellow)}.btn :global(svg){width:18px;height:18px}.btn-sm{padding:12px 24px;font-size:.85rem}.tour-block{max-width:960px;margin:0 auto 28px;border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.tour-block-header{display:flex;align-items:center;justify-content:space-between;padding:28px 32px;cursor:pointer;user-select:none;transition:background .3s}.tour-block-header:hover{background:#1b3a5c05}.tour-block-title h3{font-size:1.3rem;font-weight:800;color:var(--blue);margin-bottom:4px}.tour-block-brief{font-size:.9rem;color:var(--text-muted)}.tour-info{padding:0 32px}.tour-meta-row{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px;font-size:.88rem;color:var(--text-muted);font-weight:500}.tour-cover{margin:0 32px 24px;border-radius:12px;overflow:hidden;max-height:340px}.tour-cover img{width:100%;height:100%;object-fit:cover;display:block}.tour-description{padding:0 32px 16px}.tour-description h4{font-size:1rem;font-weight:700;color:var(--blue);margin-bottom:6px;margin-top:16px}.tour-description h4:first-of-type{margin-top:8px}.tour-description p{font-size:.95rem;color:var(--text-secondary);line-height:1.75;margin-bottom:10px}.tour-description p:last-child{margin-bottom:0}.tour-pricing{padding:0 32px 24px}.tour-pricing-row{border-radius:12px;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px}.price-value{font-family:Montserrat,sans-serif;font-weight:800;font-size:1.4rem;color:var(--blue)}.price-value small{font-size:.7rem;font-weight:500;color:var(--text-muted)}.price-note{font-size:.82rem;color:var(--text-muted)}.tour-pricing-pickup{font-size:.85rem;color:var(--text-light);line-height:1.6}.tour-pricing-pickup strong{color:var(--blue)}.tour-departure{padding:16px 32px 28px;font-size:.9rem;color:var(--text-light)}.tour-departure strong{color:var(--blue)}.tour-route{font-weight:700;color:var(--coral);margin-bottom:16px}.tour-list{padding-left:20px;margin-bottom:10px}.tour-list li{font-size:.95rem;color:var(--text-secondary);line-height:1.75;list-style:disc}.tour-toggle{flex:0 0 36px;width:36px;height:36px;border-radius:50%;border:2px solid rgba(27,58,92,.12);background:transparent;color:var(--blue);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .3s;position:relative;font-size:0}.tour-toggle:before{content:"+";font-family:Montserrat,sans-serif;font-size:1.3rem;font-weight:600;line-height:1;color:var(--blue);transition:transform .3s ease}.tour-toggle.rotated:before{content:"−"}.tour-toggle:hover{background:#1b3a5c0d}.tour-block-content{max-height:0;overflow:hidden;transition:max-height .5s ease}.tour-block-content.open{max-height:4000px}@media(max-width:768px){.section{padding:70px 20px}.btn{padding:14px 28px;font-size:.9rem}.tour-block-header{padding:20px}.tour-cover{margin-left:20px;margin-right:20px;max-height:240px}.tour-info,.tour-description,.tour-pricing,.tour-departure{padding-left:20px;padding-right:20px}.tour-pricing-row{flex-direction:column;text-align:center}.tour-block-title h3{font-size:1.1rem}}@media(max-width:600px){.tour-meta-row{flex-direction:column;gap:4px}}
