@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#ebe5e5;color:#334155;line-height:1.6;font-weight:400}.text-center{text-align:center}.mt-20{margin-top:20px}.mb-20{margin-bottom:20px}.hidden{display:none}.header{background:#fff;color:#353333;padding:0;position:relative;z-index:1000}.nav-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;position:relative}.logo{display:flex;align-items:center;gap:12px;font-size:1.4rem;font-weight:700}.logo-icon{font-size:1.6rem;opacity:.9}.logo-text{background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px}.nav-actions{display:flex;gap:12px;align-items:center}.nav-actions .btn-secondary{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border:none;padding:10px 20px;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;font-size:.9rem;letter-spacing:.5px;box-shadow:0 4px 12px #3b82f64d;white-space:nowrap;position:relative;z-index:10;flex-shrink:0}.nav-actions .btn-secondary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.examples-section{max-width:1200px;margin:0 auto;padding:4rem 2rem 2rem;position:relative;z-index:1}.examples-section .itinerary-header{text-align:center;margin-bottom:4rem}.examples-section .itinerary-header h2{color:#0f172a;margin-bottom:1rem;font-size:2.5rem;font-weight:700;letter-spacing:-1px;line-height:1.2}.examples-section .itinerary-header .summary{color:#64748b;font-size:1.2rem;max-width:600px;margin:0 auto;font-weight:400}.examples-section .itinerary-section{margin-top:2rem}.examples-section .day-card{background:#fff;padding:2.5rem;border-radius:16px;margin-bottom:3rem;box-shadow:0 4px 25px #0000000f;border:1px solid #e2e8f0;transition:transform .3s ease,box-shadow .3s ease;position:relative}.examples-section .day-card:hover{transform:translateY(-4px);box-shadow:0 8px 35px #0000001f}.examples-section .day-card h3{color:#0f172a;margin-bottom:2rem;border-bottom:2px solid #f1f5f9;padding-bottom:1rem;font-size:1.5rem;font-weight:600;display:flex;align-items:center;gap:12px}.examples-section .places-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:2rem;margin-bottom:2rem}.examples-section .place-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #00000014;transition:all .3s ease;border:1px solid #f1f5f9;position:relative}.examples-section .place-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.examples-section .place-image{position:relative;height:220px;overflow:hidden;background:linear-gradient(135deg,#475569,#1e293b)}.examples-section .place-image img{width:100%;height:100%;object-fit:cover}.examples-section .category-badge{position:absolute;top:16px;right:16px;padding:6px 14px;border-radius:20px;font-size:.75rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid rgba(255,255,255,.2);z-index:10}.examples-section .category-badge.cultural{background:#ef4444e6}.examples-section .category-badge.natureza{background:#10b981e6}.examples-section .category-badge.gastronomia{background:#f59e0be6}.examples-section .category-badge.compras{background:#3b82f6e6}.examples-section .category-badge.entretenimento{background:#8b5cf6e6}.examples-section .place-content{padding:1.75rem}.examples-section .place-content h4{margin:0 0 1rem;color:#0f172a;font-size:1.25rem;font-weight:600;line-height:1.4}.examples-section .place-content .description{color:#475569;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem;font-weight:400}.examples-section .place-meta{display:flex;gap:.75rem;flex-wrap:wrap}.examples-section .meta-item{font-size:.8rem;color:#64748b;background:#f8fafc;padding:6px 12px;border-radius:8px;font-weight:500;border:1px solid #e2e8f0}.examples-section .tips-section{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);padding:2rem;border-radius:12px;margin:2.5rem 0 1rem;border-left:4px solid #0ea5e9;position:relative}.examples-section .tips-section h4{color:#0369a1;margin-bottom:1.25rem;font-size:1.1rem;font-weight:600;display:flex;align-items:center;gap:10px}.examples-section .tips-section ul{margin:0;padding-left:1.5rem}.examples-section .tips-section li{margin-bottom:.75rem;color:#475569;font-weight:400;line-height:1.5}.examples-section .button-container{display:flex;justify-content:center;margin:3rem 0 1rem;position:relative;z-index:10}.cta-button{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:1.25rem 2.5rem;border-radius:12px;font-size:1.1rem;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:0 4px 15px #ef44444d;letter-spacing:.5px;position:relative;z-index:11}.cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 25px #ef444466}.footer{background:#fff;color:#111;padding:3rem 0 1.5rem;margin-top:4rem;position:relative;z-index:1}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;padding:0 2rem}.footer-section h4{color:#3b82f6;margin-bottom:1.25rem;font-size:1.1rem;font-weight:600}.footer-logo{display:flex;align-items:center;gap:10px;font-size:1.3rem;font-weight:700;margin-bottom:1rem}.footer-logo .logo-icon{font-size:1.5rem}.footer-logo .logo-text{background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-description{color:#0a0a0a;line-height:1.6;font-size:1.1rem}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:1.5rem}.footer-links a{color:#070707;text-decoration:none;transition:color .3s ease;font-size:1.1rem;position:relative;z-index:2}.footer-links a:hover{color:#3b82f6}.contact-info{color:#0a0a0a;line-height:1.6}.contact-info p{margin-bottom:.5rem;font-size:.95rem}.footer-bottom{border-top:1px solid #1e293b;margin-top:3rem;padding:1.5rem 2rem;text-align:center;color:#0d0d0e;font-size:1.2rem}@media (max-width: 768px){.nav-container{padding:1rem;flex-direction:column;gap:1rem}.nav-actions{gap:10px;flex-wrap:wrap;justify-content:center}.nav-actions .btn-secondary{padding:10px 18px;font-size:.9rem}.examples-section{padding:3rem 1rem 1rem}.examples-section .itinerary-header h2{font-size:2rem}.examples-section .places-grid{grid-template-columns:1fr;gap:1.5rem}.examples-section .day-card{padding:1.5rem;margin-bottom:2rem}.examples-section .day-card h3{font-size:1.3rem}.logo{font-size:1.2rem}.footer-container{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-logo{justify-content:center}}@media (max-width: 480px){.nav-actions{flex-direction:column;width:100%}.nav-actions .btn-secondary{width:100%;text-align:center}}html{scroll-behavior:smooth}a{position:relative;z-index:5}button,.btn-secondary,.cta-button{position:relative;z-index:10}
