:root{--yellow:#fbb613;--orange:#e07c24;--cyan:#2aace2;--teal:#1a5c5e;--white:#fff;--gray-light:#f7fafa;--gray-text:#666;--whatsapp:#25d366;--font:"Inter", sans-serif;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--shadow-sm:0 2px 8px #0000000f;--shadow-md:0 4px 20px #0000001a;--transition:.3s ease;--max-width:1200px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font);color:var(--teal);background:var(--white);line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}.section-title{text-align:center;margin-bottom:.5rem;font-size:2rem;font-weight:800}.section-subtitle{text-align:center;opacity:.6;margin-bottom:3rem;font-size:1rem}.btn{border-radius:var(--radius-sm);letter-spacing:.5px;cursor:pointer;font-size:.9rem;font-weight:700;font-family:var(--font);transition:transform var(--transition), box-shadow var(--transition);border:none;align-items:center;gap:8px;padding:14px 28px;display:inline-flex}.btn:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-orange{background:var(--orange);color:var(--white)}.btn-yellow{background:var(--yellow);color:var(--teal)}.btn-cyan{background:var(--cyan);color:var(--white)}.btn-whatsapp{background:var(--whatsapp);color:var(--white);padding:16px 32px;font-size:1rem}.reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(30px)}.reveal.active{opacity:1;transform:translateY(0)}.header{z-index:1000;-webkit-backdrop-filter:blur(10px);transition:box-shadow var(--transition);background:#fffffff2;position:fixed;top:0;left:0;right:0}.header.scrolled{box-shadow:var(--shadow-sm)}.header__inner{justify-content:space-between;align-items:center;height:100px;display:flex}.header__logo{letter-spacing:1px;color:var(--teal);font-size:1.25rem;font-weight:800}.header__logo span{color:var(--orange)}.header__nav{gap:32px;display:flex}.header__link{color:var(--teal);opacity:.6;transition:opacity var(--transition);font-size:.875rem;font-weight:500}.header__link:hover{opacity:1}.header__cta{padding:10px 20px;font-size:.8rem}.header__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.header__hamburger span{background:var(--teal);width:24px;height:2px;transition:var(--transition);border-radius:2px}.hero{background:linear-gradient(180deg, var(--white) 0%, var(--gray-light) 100%);padding:120px 0 80px}.hero__inner{align-items:center;gap:48px;display:flex}.hero__content{flex:1}.hero__tag{letter-spacing:3px;text-transform:uppercase;color:var(--orange);margin-bottom:16px;font-size:.75rem;font-weight:600;display:inline-block}.hero__title{color:var(--teal);margin-bottom:20px;font-size:2.75rem;font-weight:800;line-height:1.15}.hero__text{color:var(--teal);opacity:.65;max-width:500px;margin-bottom:32px;font-size:1.05rem;line-height:1.7}.hero__image{border-radius:var(--radius-lg);background:linear-gradient(135deg, var(--cyan), var(--teal));flex:1;min-height:400px;overflow:hidden}.hero__image img{object-fit:cover;width:100%;height:100%;min-height:400px}.diferenciais{background:var(--teal);padding:80px 0}.diferenciais__grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px;display:grid}.diferencial{border-radius:var(--radius-md);text-align:center;transition:transform var(--transition), background var(--transition);background:#ffffff1a;padding:32px 24px}.diferencial:hover{background:#ffffff26;transform:translateY(-4px)}.diferencial__icon{border-radius:var(--radius-md);justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 16px;display:flex}.diferencial__icon--yellow{background:#fbb61326}.diferencial__icon--cyan{background:#2aace226}.diferencial__icon--orange{background:#e07c2426}.diferencial__title{margin-bottom:8px;font-size:1.1rem;font-weight:700}.diferencial__text{color:#fff;opacity:.7;font-size:.9rem;line-height:1.5}.experiencias{background:var(--white);padding:80px 0}.experiencias__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.tour-card{border-radius:var(--radius-md);transition:transform var(--transition), box-shadow var(--transition);border:1px solid #1a5c5e1a;overflow:hidden}.tour-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.tour-card__image{background:linear-gradient(135deg, var(--cyan), var(--teal));height:200px;overflow:hidden}.tour-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.tour-card:hover .tour-card__image img{transform:scale(1.05)}.tour-card__body{padding:20px}.tour-card__title{color:var(--teal);margin-bottom:8px;font-size:1.1rem;font-weight:700}.tour-card__text{color:var(--gray-text);font-size:.875rem;line-height:1.5}.experiencias__cta{text-align:center;margin-top:48px}.transfers{background:var(--gray-light);padding:80px 0}.transfers__info{grid-template-columns:repeat(2,1fr);gap:32px;max-width:900px;margin:0 auto;display:grid}.transfer-box{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid #1a5c5e0d;padding:32px}.transfer-box__title{color:var(--teal);align-items:center;gap:12px;margin-bottom:24px;font-size:1.25rem;font-weight:700;display:flex}.transfer-box__title svg{color:var(--orange)}.transfer-box__list,.transfer-box__routes{flex-direction:column;gap:16px;display:flex}.transfer-box__list li{color:var(--text);border-left:3px solid var(--yellow);padding-left:16px;font-size:.95rem;line-height:1.5}.transfer-box__routes li{border-radius:var(--radius-sm);color:var(--teal);background:#f8fafc;align-items:center;gap:12px;padding:12px 16px;font-size:1rem;font-weight:600;display:flex}.transfer-box__routes li svg{color:var(--cyan)}.transfers__cta{text-align:center;margin-top:40px}.vehicles-carousel{margin-top:64px}.vehicles-carousel__title{text-align:center;color:var(--teal);margin-bottom:32px;font-size:1.75rem;font-weight:800}.vehicles-grid{grid-template-columns:repeat(2,1fr);gap:32px;max-width:1000px;margin:0 auto;display:grid}.vehicle-card{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:transform var(--transition), box-shadow var(--transition);background:#fff;border:1px solid #1a5c5e1a;overflow:hidden}.vehicle-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.vehicle-card__image{background:radial-gradient(circle at center, var(--gray-light) 0%, white 70%);justify-content:center;align-items:center;height:240px;padding:40px;display:flex}.vehicle-card__image img{object-fit:contain;width:100%;height:100%;transition:transform .5s;transform:scale(1.15)}.vehicle-card:hover .vehicle-card__image img{transform:scale(1.2)}.vehicle-card__body{text-align:center;background:#fff;padding:32px 24px}.como-funciona{background:var(--white);padding:80px 0}.steps{grid-template-columns:repeat(4,1fr);gap:32px;margin-top:48px;display:grid;position:relative}.steps:before{content:"";z-index:0;background:#1a5c5e1a;height:2px;position:absolute;top:26px;left:12.5%;right:12.5%}.steps:after{content:"";background:linear-gradient(90deg, transparent 0%, var(--orange) 50%, transparent 100%);z-index:0;background-repeat:no-repeat;background-size:50% 100%;height:2px;animation:3s linear infinite flowGradient;position:absolute;top:26px;left:12.5%;right:12.5%}@keyframes flowGradient{0%{background-position:-100% 0}to{background-position:200% 0}}.step{text-align:center;z-index:1;position:relative}.step__number{z-index:2;width:52px;height:52px;box-shadow:0 0 0 6px var(--white);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 16px;font-size:1.25rem;font-weight:800;display:flex;position:relative}.step__title{color:var(--teal);margin-bottom:8px;font-size:1rem;font-weight:700}.step__text{color:var(--gray-text);font-size:.875rem;line-height:1.5}.sobre{background:var(--gray-light);padding:80px 0}.sobre__inner{align-items:center;gap:48px;display:flex}.sobre__image{border-radius:var(--radius-lg);background:linear-gradient(135deg, var(--cyan), var(--teal));flex:1;min-height:350px;overflow:hidden}.sobre__image img{object-fit:cover;width:100%;height:100%;min-height:350px}.sobre__content{flex:1}.sobre__title{color:var(--teal);margin-bottom:20px;font-size:2rem;font-weight:800;line-height:1.2}.sobre__text{color:var(--teal);opacity:.7;margin-bottom:16px;font-size:1.05rem;line-height:1.7}.sobre__list{flex-direction:column;gap:12px;margin-top:24px;display:flex}.sobre__list-item{color:var(--teal);align-items:center;gap:12px;font-size:1rem;font-weight:500;display:flex}.sobre__list-item svg{flex-shrink:0}.depoimentos{background:var(--white);padding:80px 0}.depoimentos__grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px;display:grid}.depoimento-card{background:var(--gray-light);border-radius:var(--radius-md);transition:transform var(--transition);padding:32px}.depoimento-card:hover{transform:translateY(-4px)}.depoimento-card__stars{color:var(--yellow);margin-bottom:16px;font-size:1.2rem}.depoimento-card__text{color:var(--teal);margin-bottom:16px;font-size:.95rem;font-style:italic;line-height:1.6}.depoimento-card__author{color:var(--orange);font-size:.85rem;font-weight:600}.faq{background:var(--gray-light);padding:80px 0}.faq__list{max-width:720px;margin:48px auto 0}.faq-item{border-bottom:1px solid #1a5c5e1a}.faq-item__question{width:100%;font-family:var(--font);color:var(--teal);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:20px 0;font-size:1rem;font-weight:600;display:flex}.faq-item__question svg{transition:transform var(--transition);flex-shrink:0}.faq-item.active .faq-item__question svg{transform:rotate(180deg)}.faq-item__answer{max-height:0;transition:max-height .4s,padding .4s;overflow:hidden}.faq-item.active .faq-item__answer{max-height:200px;padding-bottom:20px}.faq-item__answer p{color:var(--gray-text);font-size:.9rem;line-height:1.6}.cta-final{background:var(--teal);text-align:center;padding:80px 0}.cta-final__title{color:var(--white);margin-bottom:12px;font-size:2.25rem;font-weight:800}.cta-final__text{color:var(--white);opacity:.75;max-width:500px;margin-bottom:32px;margin-left:auto;margin-right:auto;font-size:1.05rem}.footer{background:var(--gray-light);color:var(--text);padding:80px 0 0;position:relative;overflow:hidden}.footer__bg{z-index:0;width:100%;height:300px;position:absolute;bottom:0;left:0;overflow:hidden}.dune{background-repeat:repeat-x;background-size:1400px 100%;width:100%;position:absolute;bottom:0;left:0}.dune-1{z-index:1;background-image:url("data:image/svg+xml;utf8,<svg viewBox=\"0 0 1400 200\" preserveAspectRatio=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 0 100 C 200 180, 500 180, 700 100 C 900 20, 1200 20, 1400 100 L 1400 200 L 0 200 Z\" fill=\"%23EDF3F3\" /></svg>");height:300px;animation:70s linear infinite wave}.dune-2{z-index:2;background-image:url("data:image/svg+xml;utf8,<svg viewBox=\"0 0 1400 200\" preserveAspectRatio=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 0 120 C 250 50, 450 50, 700 120 C 950 190, 1150 190, 1400 120 L 1400 200 L 0 200 Z\" fill=\"%23E0EAEA\" /></svg>");height:220px;animation:60s linear infinite wave-reverse}.dune-3{z-index:3;background-image:url("data:image/svg+xml;utf8,<svg viewBox=\"0 0 1400 200\" preserveAspectRatio=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 0 140 C 250 200, 450 200, 700 140 C 950 80, 1150 80, 1400 140 L 1400 200 L 0 200 Z\" fill=\"%23D2E0E0\" /></svg>");height:140px;animation:50s linear infinite wave}@keyframes wave{0%{background-position-x:0}to{background-position-x:1400px}}@keyframes wave-reverse{0%{background-position-x:0}to{background-position-x:-1400px}}.footer__content{z-index:1;padding-bottom:250px;position:relative}.footer__grid{grid-template-columns:2fr 1fr 1fr;gap:64px;display:grid}.footer__logo img{width:auto;height:100px;margin-bottom:24px}.footer__desc{color:var(--text-muted);max-width:400px;margin-bottom:24px;font-size:.95rem;line-height:1.6}.footer__socials{gap:16px;display:flex}.footer__socials a{background:var(--white);width:40px;height:40px;color:var(--teal);transition:all var(--transition);box-shadow:var(--shadow-sm);border-radius:50%;justify-content:center;align-items:center;display:flex}.footer__socials a:hover{background:var(--teal);color:var(--white);transform:translateY(-3px)}.footer__title{color:var(--teal);margin-bottom:24px;font-size:1.1rem;font-weight:700}.footer__links,.footer__contact{flex-direction:column;gap:16px;display:flex}.footer__links a{color:var(--text-muted);transition:color var(--transition);font-size:.95rem}.footer__links a:hover{color:var(--orange)}.footer__contact li{color:var(--text-muted);align-items:flex-start;gap:12px;font-size:.95rem;line-height:1.5;display:flex}.footer__contact svg{color:var(--orange);flex-shrink:0;margin-top:2px}.footer__bottom{text-align:center;color:var(--teal);border-top:1px solid #0000000d;width:100%;margin-top:60px;padding-top:32px;font-size:.85rem;position:absolute;bottom:24px;left:0}.whatsapp-float{background:var(--whatsapp);z-index:999;width:60px;height:60px;transition:transform var(--transition), box-shadow var(--transition);border-radius:50%;justify-content:center;align-items:center;animation:2s infinite pulse;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 16px #25d36666}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 24px #25d36680}@keyframes pulse{0%,to{box-shadow:0 4px 16px #25d36666}50%{box-shadow:0 4px 24px #25d36699}}@media (width<=968px){.header__nav{box-shadow:var(--shadow-md);opacity:0;visibility:hidden;pointer-events:none;transition:all var(--transition);z-index:999;background:#fff;flex-direction:column;align-items:center;gap:16px;padding:24px;position:fixed;top:100px;left:0;right:0;transform:translateY(-20px)}.header__nav.active{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.header__cta{display:none}.header__hamburger{display:flex}.header__hamburger.active span:first-child{transform:rotate(45deg)translate(5px,5px)}.header__hamburger.active span:nth-child(2){opacity:0}.header__hamburger.active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.hero__inner{flex-direction:column;gap:32px}.hero__title{font-size:2.2rem}.hero__image{width:100%;min-height:300px}.hero__image img{min-height:300px}.diferenciais__grid{grid-template-columns:repeat(3,1fr);gap:16px}.experiencias__grid{grid-template-columns:repeat(2,1fr)}.transfers__info{grid-template-columns:1fr}.steps{grid-template-columns:repeat(2,1fr);gap:24px}.steps:before,.steps:after{display:none}.sobre__inner{flex-direction:column;gap:32px}.sobre__image{width:100%;min-height:280px}.sobre__image img{min-height:280px}.depoimentos__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.footer__grid{grid-template-columns:1fr 1fr;gap:40px}.footer__col--brand{grid-column:1/-1}.footer__bg{height:400px}.footer__content{padding-bottom:150px}}@media (width<=640px){.hero{padding:100px 0 60px}.hero__title{font-size:1.8rem}.hero__text{font-size:.95rem}.hero__image,.hero__image img{min-height:250px}.diferenciais__grid{grid-template-columns:1fr;gap:16px}.experiencias__grid,.steps,.depoimentos__grid{grid-template-columns:1fr}.section-title{font-size:1.6rem}.cta-final__title{font-size:1.75rem}.sobre__title{font-size:1.6rem}.footer__grid{grid-template-columns:1fr;gap:40px}.footer__bottom{text-align:center;flex-direction:column;gap:16px}}.header__logo img{width:auto;height:80px;display:block}.footer__logo img{width:auto;height:115px;display:block}
