*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#2d3748;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f7fafc}::-webkit-scrollbar-thumb{background:#40e0d0;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:teal}a{color:inherit;text-decoration:none;transition:all .3s ease}a:hover{text-decoration:none;color:#40e0d0}img{max-width:100%;height:auto;border-radius:8px}.tour-card{transition:all .4s cubic-bezier(.4,0,.2,1);border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 4px 20px #00000014;display:flex;flex-direction:column;border:1px solid rgba(64,224,208,.1)}.tour-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001f;border-color:#40e0d04d}.tour-card-image{transition:transform .4s ease;border-radius:16px 16px 0 0}.tour-card:hover .tour-card-image{transform:scale(1.05)}.tour-title{font-family:Poppins,sans-serif;font-weight:600;line-height:1.4;color:#2d3748;transition:color .3s ease}.tour-title:hover{color:#40e0d0}.tour-meta{font-size:.875rem;color:#718096;font-weight:500}.tour-stats{font-size:.875rem;color:#a0aec0}.featured-tour{background:linear-gradient(135deg,#40e0d0,teal);color:#fff;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #40e0d04d}.featured-tour .tour-title{color:#fff;font-size:1.75rem;font-weight:700}.featured-tour .tour-title:hover{color:#e6f7ff}.compact-tour{background:#fff;border-radius:12px;border:1px solid rgba(64,224,208,.2);transition:all .3s ease}.compact-tour:hover{border-color:#40e0d0;box-shadow:0 8px 25px #40e0d026}.site-header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000000d;border-bottom:1px solid rgba(64,224,208,.1)}.site-title{font-family:Poppins,sans-serif;font-weight:700;font-size:1.5rem;color:#2d3748;background:linear-gradient(135deg,#40e0d0,teal);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-divider{border:none;height:1px;background:linear-gradient(to right,transparent,#40e0d0,transparent);margin:3rem 0}.hero-section{background:linear-gradient(135deg,#e6f7ff,#b3e5fc);min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="waves" x="0" y="0" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M0,50 Q25,25 50,50 T100,50 L100,100 L0,100 Z" fill="rgba(64,224,208,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23waves)"/></svg>');opacity:.3}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.fade-in-up{animation:fadeInUp .8s ease-out}.fade-in-left{animation:fadeInLeft .8s ease-out}.fade-in-right{animation:fadeInRight .8s ease-out}@media (max-width: 768px){.tour-card{margin-bottom:1.5rem}.featured-tour .tour-title{font-size:1.5rem}.site-title{font-size:1.25rem}.hero-section{min-height:80vh}}.loading-skeleton{background:linear-gradient(90deg,#f0f8ff 25%,#e6f7ff,#f0f8ff 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:8px}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.tour-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));align-items:start}.tour-card.default-card{height:420px}.tour-card.featured-card{height:480px}.tour-card.compact-card{height:140px}.tour-card-image{background-color:#f0f8ff;background-image:linear-gradient(45deg,#f0f8ff 25%,transparent 25%),linear-gradient(-45deg,#f0f8ff 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#f0f8ff 75%),linear-gradient(-45deg,transparent 75%,#f0f8ff 75%);background-size:20px 20px;background-position:0 0,0 10px,10px -10px,-10px 0px}.btn-primary{background:linear-gradient(135deg,#40e0d0,teal);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:600;transition:all .3s ease;cursor:pointer}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #40e0d04d}.btn-secondary{background:transparent;color:#40e0d0;border:2px solid #40e0d0;padding:10px 22px;border-radius:8px;font-weight:600;transition:all .3s ease;cursor:pointer}.btn-secondary:hover{background:#40e0d0;color:#fff;transform:translateY(-2px)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}
