@import"https://fonts.googleapis.com/css2?family=Andada+Pro:ital,wght@0,400..840;1,400..840&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}.tc-wrapper{background:#0b0f1a;color:#fff}.tc-hero{min-height:100vh;background:url(https://images.unsplash.com/photo-1500530855697-b586d89ba3ee) center/cover no-repeat;position:relative;padding:40px}.tc-hero .overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0b0f1ab3,#0b0f1af2)}.tc-hero *{position:relative;z-index:2}.tc-header{display:flex;justify-content:space-between;align-items:center}.tc-header .logo{width:6em;height:6rem;border-radius:50%;background:#ffffff0f;display:grid;place-items:center;font-weight:700}.hero-content{max-width:700px;margin-top:120px}.hero-content h1{font-size:3.5rem;font-weight:800;line-height:1.1}.hero-content h1 span{color:#ff6b35}.hero-content p{margin:24px 0;font-size:1.1rem;color:#b7c0d8}.hero-content .hero-cta{display:flex;gap:12px}.hero-content .hero-cta input{padding:16px;flex:1;border-radius:10px;border:none}.hero-content .hero-cta button{padding:16px 24px;background:#ff6b35;color:#000;font-weight:700;border-radius:10px;border:none;cursor:pointer}.scroll-indicator{position:absolute;bottom:30px;left:50%;transform:translate(-50%);opacity:.7}.tc-about{padding:100px 20px;max-width:900px;margin:auto;text-align:center}.tc-about h2{font-size:2.5rem;margin-bottom:20px}.tc-about p{color:#b7c0d8;font-size:1.1rem}.tc-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;padding:60px 20px;max-width:1100px;margin:auto}.tc-features .feature-card{background:#ffffff0f;padding:32px;border-radius:18px;transition:transform .3s}.tc-features .feature-card:hover{transform:translateY(-8px)}.tc-features .feature-card h3{margin-bottom:12px}.tc-features .feature-card p{color:#b7c0d8}.tc-upcoming{padding:80px 20px;text-align:center}.tc-upcoming .trip-cards{display:flex;gap:28px;justify-content:center;flex-wrap:wrap;margin-top:40px}.tc-upcoming .trip-card{width:280px;height:170px;border-radius:20px;background:linear-gradient(135deg,#ff6b35,#00d4ff);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;color:#000;cursor:pointer;transition:transform .5s cubic-bezier(.34,1.56,.64,1),box-shadow .35s ease;transform-origin:center;position:relative;z-index:1}.tc-upcoming .trip-card:hover{transform:scale(1.15) translateY(-18px);box-shadow:0 35px 80px #0000008c;z-index:10}.tc-footer{padding:100px 20px;text-align:center;background:radial-gradient(circle at top,#141a2f,#0b0f1a)}.tc-footer button{margin-top:20px;padding:16px 32px;font-size:1rem;border-radius:12px;border:none;background:#ff6b35;font-weight:700;cursor:pointer}.tc-footer .launch{margin-bottom:1rem}@media(max-width:768px){.hero-content h1{font-size:2.4rem}.scroll-indicator{bottom:10px}.hero-cta{flex-direction:column}}
