/* ============================================
   TourMe by Rausy — Premium Landing Page CSS
   ============================================ */

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --lime: #a4d65e;
    --lime-dark: #8bbf47;
    --lime-glow: rgba(164, 214, 94, 0.25);
    --dark: #0f0f0f;
    --dark-2: #161616;
    --dark-3: #1e1e1e;
    --dark-4: #252525;
    --mid: #2c2c2c;
    --light: #f5f5f0;
    --light-2: #ebebeb;
    --white: #ffffff;
    --muted: rgba(255,255,255,0.5);
    --muted-dark: #888;
    --font-display: 'Plus Jakarta Sans', sans-serif;
    --font-body: 'Plus Jakarta Sans', sans-serif;
    --ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --ease-out: cubic-bezier(0.0, 0.0, 0.2, 1);
    --radius: 12px;
    --radius-lg: 20px;
}

html { scroll-behavior: smooth; }

body {
    font-family: var(--font-body);
    background: var(--dark);
    color: var(--white);
    overflow-x: hidden;
    line-height: 1.6;
}

.container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ============================================
   NAVIGATION
   ============================================ */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    padding: 16px 0;
    transition: all 0.4s var(--ease);
}

.navbar.scrolled {
    background: rgba(15, 15, 15, 0.96);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.07);
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-img {
    height: 100px;
    width: 300px;
    display: flex;
    filter: none;
}

.nav-menu {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 2.5rem;
}

.nav-menu a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    transition: color 0.3s;
}

.nav-menu a:hover { color: var(--white); }

.nav-cta {
    background: var(--lime) !important;
    color: var(--dark) !important;
    padding: 10px 22px;
    border-radius: 50px;
    font-weight: 500 !important;
    font-size: 0.875rem !important;
    transition: all 0.3s var(--ease) !important;
}

.nav-cta:hover {
    background: var(--lime-dark) !important;
    transform: translateY(-1px);
    box-shadow: 0 8px 24px var(--lime-glow);
}

.mobile-menu-btn {
    display: none;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    z-index: 1001;
}

.mobile-menu-btn span {
    width: 24px;
    height: 2px;
    background: var(--white);
    transition: all 0.3s var(--ease);
    display: block;
}

.mobile-menu-btn.active span:first-child {
    transform: translateY(4px) rotate(45deg);
}
.mobile-menu-btn.active span:last-child {
    transform: translateY(-4px) rotate(-45deg);
}

/* ============================================
   HERO
   ============================================ */
.hero {
    position: relative;
    height: 100vh;
    min-height: 700px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.carousel-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1.8s ease-in-out;
    background-size: cover;
    background-position: center;
}

.carousel-slide.active { opacity: 1; z-index: 1; }

/* Drone sobre cidade ao entardecer */
.carousel-slide:nth-child(1) {
    background: linear-gradient(160deg, rgba(8,16,12,0.75) 0%, rgba(10,10,10,0.55) 100%),
    url('https://images.unsplash.com/photo-1698050683094-b7e0e57ea903?w=1920&q=85') center/cover;
}
/* Vista aérea de drone sobre prédios/cidade */
.carousel-slide:nth-child(2) {
    background: linear-gradient(160deg, rgba(8,12,20,0.75) 0%, rgba(10,10,10,0.55) 100%),
    url('https://images.unsplash.com/photo-1616092017315-e54c88662814?w=1920&q=85') center/cover;
}
/* Drone em voo com paisagem aérea */
.carousel-slide:nth-child(3) {
    background: linear-gradient(160deg, rgba(8,16,10,0.72) 0%, rgba(10,10,10,0.55) 100%),
    url('https://images.unsplash.com/photo-1506947411487-a56738267384?w=1920&q=85') center/cover;
}
/* Tour virtual / fotografia 360 de interior premium */
.carousel-slide:nth-child(4) {
    background: linear-gradient(160deg, rgba(12,10,18,0.72) 0%, rgba(10,10,10,0.55) 100%),
    url('https://images.unsplash.com/photo-1594904578869-c011783103c7?w=1920&q=85') center/cover;
}
/* Vista aérea de imóvel / condomínio ao pôr do sol */
.carousel-slide:nth-child(5) {
    background: linear-gradient(160deg, rgba(14,12,8,0.72) 0%, rgba(10,10,10,0.55) 100%),
    url('https://images.unsplash.com/photo-1560448204-e02f11c3d0e2?w=1920&q=80') center/cover;
}

.hero-vignette {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, transparent 30%, rgba(0,0,0,0.6) 100%);
    z-index: 2;
}

.hero-grain {
    position: absolute;
    inset: 0;
    z-index: 3;
    opacity: 0.035;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
}

.hero-content {
    position: relative;
    z-index: 10;
    max-width: 760px;
    padding: 0 24px;
    margin-left: 8%;
    animation: heroFadeIn 1.2s var(--ease-out) both;
}

@keyframes heroFadeIn {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(164, 214, 94, 0.12);
    border: 1px solid rgba(164, 214, 94, 0.3);
    color: var(--lime);
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-family: var(--font-body);
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 28px;
    animation: heroFadeIn 1.2s var(--ease-out) 0.1s both;
}

.badge-dot {
    width: 6px;
    height: 6px;
    background: var(--lime);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.7); }
}

.hero-title {
    font-family: var(--font-display);
    font-size: clamp(2.6rem, 6vw, 4.8rem);
    font-weight: 700;
    line-height: 1.1;
    color: var(--white);
    margin-bottom: 24px;
    animation: heroFadeIn 1.2s var(--ease-out) 0.2s both;
    letter-spacing: -0.02em;
}

.hero-title em {
    font-style: normal;
    color: var(--lime);
}

.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: rgba(255,255,255,0.65);
    max-width: 520px;
    margin-bottom: 40px;
    font-weight: 300;
    line-height: 1.7;
    animation: heroFadeIn 1.2s var(--ease-out) 0.3s both;
}

.hero-actions {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
    animation: heroFadeIn 1.2s var(--ease-out) 0.4s both;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 50px;
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s var(--ease);
    cursor: pointer;
    border: none;
}

.btn svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s var(--ease);
}

.btn:hover svg { transform: translateX(3px); }

.btn-primary {
    background: var(--lime);
    color: var(--dark);
}

.btn-primary:hover {
    background: var(--lime-dark);
    transform: translateY(-2px);
    box-shadow: 0 12px 36px var(--lime-glow);
}

.btn-ghost {
    background: transparent;
    color: var(--white);
    border: 1px solid rgba(255,255,255,0.25);
}

.btn-ghost:hover {
    border-color: rgba(255,255,255,0.5);
    background: rgba(255,255,255,0.06);
}

.btn-full {
    width: 100%;
    justify-content: center;
}

.hero-stats {
    display: flex;
    align-items: center;
    gap: 28px;
    animation: heroFadeIn 1.2s var(--ease-out) 0.5s both;
}

.stat {
    display: flex;
    flex-direction: column;
}

.stat-num {
    font-family: var(--font-display);
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--lime);
    line-height: 1;
}

.stat-label {
    font-size: 0.72rem;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 4px;
}

.stat-divider {
    width: 1px;
    height: 36px;
    background: rgba(255,255,255,0.15);
}

/* Carousel navigation */
.carousel-nav {
    position: absolute;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 10;
}

.carousel-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.2);
    background: rgba(255,255,255,0.08);
    color: var(--white);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s var(--ease);
    backdrop-filter: blur(10px);
}

.carousel-btn svg {
    width: 18px;
    height: 18px;
}

.carousel-btn:hover {
    background: rgba(164, 214, 94, 0.2);
    border-color: var(--lime);
}

.carousel-indicators {
    display: flex;
    gap: 8px;
    align-items: center;
}

.indicator {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    cursor: pointer;
    transition: all 0.3s var(--ease);
}

.indicator.active {
    background: var(--lime);
    width: 24px;
    border-radius: 3px;
}

.scroll-hint {
    position: absolute;
    right: 48px;
    bottom: 48px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,0.4);
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-family: var(--font-body);
}

.scroll-line {
    width: 1px;
    height: 48px;
    background: linear-gradient(to bottom, rgba(164,214,94,0.6), transparent);
    animation: scrollLine 2s ease-in-out infinite;
}

@keyframes scrollLine {
    0% { transform: scaleY(0); transform-origin: top; }
    50% { transform: scaleY(1); transform-origin: top; }
    51% { transform: scaleY(1); transform-origin: bottom; }
    100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ============================================
   SERVICES
   ============================================ */
.services {
    padding: 120px 0;
    background: var(--light);
}

.section-header {
    margin-bottom: 64px;
}

.section-header.light .section-title,
.section-header.light .section-desc {
    color: var(--white);
}

.section-tag {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--lime-dark);
    border-bottom: 2px solid var(--lime);
    padding-bottom: 4px;
    margin-bottom: 20px;
}

.section-title {
    font-family: var(--font-display);
    font-size: clamp(2rem, 3.8vw, 3rem);
    font-weight: 700;
    line-height: 1.15;
    color: var(--dark);
    letter-spacing: -0.02em;
}

.section-title em {
    font-style: normal;
    color: var(--lime-dark);
}

.section-desc {
    margin-top: 20px;
    font-size: 1.05rem;
    color: var(--muted-dark);
    max-width: 560px;
    font-weight: 300;
    line-height: 1.7;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 2px;
    background: var(--light-2);
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.service-card {
    background: var(--white);
    padding: 44px 36px;
    position: relative;
    transition: all 0.4s var(--ease);
    cursor: default;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: var(--lime);
    transition: width 0.4s var(--ease);
}

.service-card:hover::before { width: 100%; }

.service-card:hover {
    background: var(--dark);
}

.service-card:hover .service-num,
.service-card:hover h3,
.service-card:hover p {
    color: var(--white);
}

.service-card:hover .service-icon svg {
    stroke: var(--lime);
}

.service-card:hover .card-arrow svg {
    stroke: var(--lime);
}

.service-num {
    font-family: var(--font-display);
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--lime-dark);
    letter-spacing: 0.1em;
    margin-bottom: 24px;
    transition: color 0.4s;
}

.service-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 24px;
}

.service-icon svg {
    width: 100%;
    height: 100%;
    stroke: var(--dark-3);
    transition: stroke 0.4s;
}

.service-card h3 {
    font-family: var(--font-display);
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 14px;
    transition: color 0.4s;
}

.service-card p {
    font-size: 0.92rem;
    color: var(--muted-dark);
    line-height: 1.75;
    transition: color 0.4s;
}

.card-arrow {
    position: absolute;
    top: 40px;
    right: 36px;
    opacity: 0;
    transform: translateX(-6px);
    transition: all 0.3s var(--ease);
}

.card-arrow svg {
    width: 20px;
    height: 20px;
    stroke: var(--lime);
}

.service-card:hover .card-arrow {
    opacity: 1;
    transform: translateX(0);
}

/* ============================================
   VIRTUAL TOURS
   ============================================ */
.virtual-tours {
    padding: 120px 0;
    background: var(--dark-2);
}

.tours-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 0 0 80px;
}

.tour-card {
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: var(--dark-3);
    border: 1px solid rgba(255,255,255,0.06);
    transition: all 0.4s var(--ease);
}

.tour-card:hover {
    transform: translateY(-6px);
    border-color: var(--lime);
    box-shadow: 0 24px 60px rgba(0,0,0,0.4), 0 0 0 1px var(--lime);
}

.tour-card.featured {
    border-color: rgba(164,214,94,0.3);
}

.tour-visual {
    height: 220px;
    background: linear-gradient(135deg, var(--tc, #667eea) 0%, rgba(15,15,15,0.8) 100%);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tour-360-badge {
    font-family: var(--font-display);
    font-size: 3rem;
    font-weight: 700;
    color: rgba(255,255,255,0.9);
    text-shadow: 0 4px 20px rgba(0,0,0,0.4);
    transition: all 0.3s var(--ease);
}

.tour-overlay-btn {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

.tour-card:hover .tour-overlay-btn {
    background: rgba(0,0,0,0.3);
}

.tour-play-btn {
    width: 56px;
    height: 56px;
    background: var(--lime);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s var(--ease);
    text-decoration: none;
}

.tour-play-btn svg {
    width: 20px;
    height: 20px;
    margin-left: 3px;
}

.tour-card:hover .tour-play-btn {
    opacity: 1;
    transform: scale(1);
}

.tour-meta {
    padding: 24px;
}

.tour-type {
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--lime);
    margin-bottom: 8px;
    display: block;
}

.tour-meta h3 {
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 6px;
}

.tour-meta p {
    font-size: 0.82rem;
    color: var(--muted);
    margin-bottom: 16px;
}

.tour-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--lime);
    text-decoration: none;
    transition: gap 0.3s var(--ease);
}

.tour-link svg {
    width: 14px;
    height: 14px;
    transition: transform 0.3s var(--ease);
}

.tour-link:hover { gap: 12px; }
.tour-link:hover svg { transform: translateX(2px); }

/* Pillars */
.tours-pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(255,255,255,0.06);
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.pillar {
    padding: 48px 40px;
    background: var(--dark-3);
}

.pillar-num {
    font-family: var(--font-display);
    font-size: 2.5rem;
    font-weight: 700;
    color: rgba(164,214,94,0.2);
    margin-bottom: 16px;
    line-height: 1;
}

.pillar h3 {
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 12px;
}

.pillar p {
    font-size: 0.9rem;
    color: var(--muted);
    line-height: 1.7;
}

/* ============================================
   CONTACT
   ============================================ */
.contact {
    padding: 120px 0;
    background: var(--light);
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
    align-items: start;
}

.contact-info .section-tag { color: var(--lime-dark); }

.contact-info h2 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    font-weight: 700;
    line-height: 1.1;
    color: var(--dark);
    margin: 20px 0 20px;
}

.contact-info h2 em {
    font-style: normal;
    color: var(--lime-dark);
}

.contact-info > p {
    font-size: 1rem;
    color: var(--muted-dark);
    line-height: 1.7;
    margin-bottom: 40px;
}

.contact-channels {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.channel-item {
    display: flex;
    align-items: center;
    gap: 18px;
    text-decoration: none;
    padding: 20px 24px;
    background: var(--white);
    border-radius: var(--radius);
    border: 1px solid var(--light-2);
    transition: all 0.3s var(--ease);
}

.channel-item:hover {
    border-color: var(--lime);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    transform: translateX(4px);
}

.channel-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.channel-icon.whatsapp {
    background: #25d366;
    color: white;
}

.channel-icon.email {
    background: var(--lime);
    color: var(--dark);
}

.channel-icon svg {
    width: 20px;
    height: 20px;
}

.channel-text {
    display: flex;
    flex-direction: column;
}

.channel-text strong {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--dark);
}

.channel-text span {
    font-size: 0.9rem;
    color: var(--muted-dark);
    margin-top: 2px;
}

/* Contact Form */
.contact-form-wrapper {
    background: var(--white);
    padding: 48px;
    border-radius: var(--radius-lg);
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    border: 1px solid var(--light-2);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

.form-group label {
    display: block;
    font-size: 0.82rem;
    font-weight: 500;
    color: var(--dark);
    margin-bottom: 8px;
    letter-spacing: 0.02em;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid var(--light-2);
    border-radius: var(--radius);
    font-family: var(--font-body);
    font-size: 0.93rem;
    color: var(--dark);
    background: var(--light);
    transition: all 0.3s var(--ease);
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}

.form-group select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 18px;
    padding-right: 42px;
    cursor: pointer;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--lime);
    background: var(--white);
    box-shadow: 0 0 0 3px rgba(164,214,94,0.15);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #bbb;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.contact-form .btn-primary {
    margin-top: 8px;
    padding: 16px 28px;
    font-size: 0.95rem;
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
    background: var(--dark);
    border-top: 1px solid rgba(255,255,255,0.06);
}

.footer-top {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    padding: 64px 0 48px;
}

.footer-logo {
    height: 58px;
    width: auto;
    margin-bottom: 18px;
    filter: brightness(1.05);
}

.footer-brand p {
    font-size: 0.9rem;
    color: var(--muted);
    max-width: 280px;
    line-height: 1.7;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.footer-col h4 {
    font-family: var(--font-display);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 20px;
}

.footer-col ul {
    list-style: none;
}

.footer-col li {
    color: var(--muted);
    font-size: 0.88rem;
    margin-bottom: 10px;
    line-height: 1.5;
}

.footer-col a {
    color: var(--muted);
    text-decoration: none;
    transition: color 0.3s;
}

.footer-col a:hover { color: var(--lime); }

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.06);
    font-size: 0.82rem;
    color: rgba(255,255,255,0.3);
}

.heart { color: var(--lime); }

/* ============================================
   TOAST
   ============================================ */
.toast {
    position: fixed;
    bottom: 32px;
    right: 32px;
    background: var(--dark-4);
    color: var(--white);
    padding: 16px 24px;
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.9rem;
    font-weight: 500;
    z-index: 9999;
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.4s var(--ease);
    border: 1px solid rgba(164,214,94,0.3);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.toast svg {
    width: 18px;
    height: 18px;
    stroke: var(--lime);
    flex-shrink: 0;
}

.toast.show {
    transform: translateY(0);
    opacity: 1;
}

/* ============================================
   ANIMATIONS - SCROLL REVEAL
   ============================================ */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
    .tours-gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .tours-pillars {
        grid-template-columns: repeat(3, 1fr);
    }

    .contact-wrapper {
        gap: 48px;
    }
}

@media (max-width: 768px) {
    .mobile-menu-btn { display: flex; }

    .nav-menu {
        position: fixed;
        inset: 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: rgba(10,10,10,0.98);
        backdrop-filter: blur(20px);
        transform: translateX(100%);
        transition: transform 0.4s var(--ease);
        gap: 2rem;
        z-index: 999;
    }

    .nav-menu.active { transform: translateX(0); }

    .nav-menu a { font-size: 1.2rem; }

    .nav-cta {
        padding: 14px 32px !important;
        font-size: 1rem !important;
    }

    .hero-content {
        margin-left: 0;
        text-align: center;
    }

    .hero-subtitle { max-width: 100%; }

    .hero-actions { justify-content: center; }

    .hero-stats { justify-content: center; }

    .scroll-hint { display: none; }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .tours-gallery {
        grid-template-columns: 1fr;
    }

    .tours-pillars {
        grid-template-columns: 1fr;
    }

    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-form-wrapper {
        padding: 28px 24px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

    .section-title { font-size: 2rem; }
}

@media (max-width: 480px) {
    .hero-title { font-size: 2.5rem; }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .btn { justify-content: center; }

    .carousel-nav { bottom: 80px; }

    .toast {
        left: 16px;
        right: 16px;
        bottom: 16px;
    }
}
