/* home.css */
/* ============================================================
   HOME PAGE STYLES - FULLY RESPONSIVE & OPTIMIZED
   ============================================================ */

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

/* === WAVE DIVIDER === */
.wave-divider {
  line-height: 0;
  overflow: hidden;
}

.wave-divider svg {
  display: block;
  width: 100%;
}
/* LOADER */
#loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.loader-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #001220 0%, #001a3a 40%, #002a5a 100%);
}

.loader-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0,87,168,0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(0,87,168,0.12) 1px, transparent 1px);
  background-size: 50px 50px;
  animation: gridFloat 6s linear infinite;
}

@keyframes gridFloat {
  0% { transform: translateY(0); }
  100% { transform: translateY(50px); }
}

.loader-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,87,168,0.25) 0%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: glowPulse 2s ease-in-out infinite;
}

@keyframes glowPulse {
  0%, 100% { opacity: 0.6; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.1); }
}

.loader-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: min(480px, 90vw);
}

.loader-logo { animation: logoIn 0.6s ease forwards; }
@keyframes logoIn { from { opacity: 0; transform: translateY(-16px); } to { opacity: 1; transform: translateY(0); } }

.loader-brand-img {
  max-width: 140px;
  height: auto;
  filter: brightness(1.1) drop-shadow(0 0 8px rgba(255,255,255,0.2));
  animation: logoFloat 3s ease-in-out infinite;
}
@keyframes logoFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

.loader-transport { font-size: 2.5rem; color: #5BA4E5; filter: drop-shadow(0 0 16px rgba(91,164,229,0.6)); }
.transport-icon { transition: all 0.5s ease; display: inline-block; }
.transport-icon.switching { animation: transportSwitch 0.5s ease; }
@keyframes transportSwitch { 0% { opacity:1; transform:scale(1); } 50% { opacity:0; transform:scale(0.5) rotate(20deg); } 100% { opacity:1; transform:scale(1); } }

.loader-route { width: 100%; }
.route-track { position: relative; height: 60px; }
.route-line { position: absolute; top: 16px; left: 0; right: 0; height: 2px; background: rgba(255,255,255,0.1); border-radius: 2px; }
.route-progress { position: absolute; top: 16px; left: 0; height: 2px; background: linear-gradient(90deg, #F4A300, #0057A8); border-radius: 2px; width: 0%; transition: width 0.8s ease; box-shadow: 0 0 8px rgba(244,163,0,0.5); }
.package-dot { position: absolute; top: 4px; left: 0%; width: 28px; height: 28px; background: linear-gradient(135deg, #F4A300, #FFBF33); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 0.65rem; transition: left 0.8s ease; box-shadow: 0 0 12px rgba(244,163,0,0.6); transform: translateX(-50%); }
.route-stages { position: absolute; bottom: 0; left: 0; right: 0; display: flex; justify-content: space-between; }
.stage { font-size: 0.65rem; font-weight: 600; letter-spacing: 0.06em; color: rgba(255,255,255,0.3); text-transform: uppercase; transition: color 0.4s ease; }
.stage.active { color: #F4A300; }
.loader-typing { font-size: 0.88rem; color: rgba(255,255,255,0.65); font-style: italic; min-height: 1.4em; text-align: center; }
.cursor { animation: blink 0.8s step-end infinite; color: #F4A300; }
@keyframes blink { 0%,100% { opacity:1; } 50% { opacity:0; } }
#loader.fade-out { animation: loaderFade 0.6s ease forwards; }
@keyframes loaderFade { from { opacity:1; } to { opacity:0; pointer-events:none; } }

/* HERO */
#hero { position: relative; height: 100vh; min-height: 600px; overflow: hidden; }
.hero-slider { position: relative; height: 100%; }
.slide { position: absolute; inset: 0; display: flex; align-items: center; opacity: 0; transition: opacity 0.9s ease; overflow: hidden; }
.slide.active { opacity: 1; }
.slide-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.05) 100%); z-index: 1; }
.slide-bg { position: absolute; inset: 0; z-index: 0; background-size: cover; background-position: center; background-attachment: fixed; }
.slide-bg.s1 { background-image: url('../assets/Livra-Branded/img5.png'); }
.slide-bg.s2 { background-image: url('../assets/Livra-Branded/img6.jpg'); }
.slide-bg.s3 { background-image: url('../assets/Livra-Branded/img9.jpg'); }
.slide::before { content: ''; position: absolute; inset: 0; z-index: 1; background-image: linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px); background-size: 60px 60px; }
.slide-deco { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.deco-circle { position: absolute; border-radius: 50%; border: 1px solid rgba(0,87,168,0.2); }
.deco-circle.c1 { width: 600px; height: 600px; bottom: -200px; right: -100px; animation: rotateSlow 20s linear infinite; }
.deco-circle.c2 { width: 400px; height: 400px; top: -100px; left: -80px; border-color: rgba(244,163,0,0.12); animation: rotateSlow 28s linear infinite reverse; }
.deco-circle.c3 { width: 500px; height: 500px; top: -100px; right: -80px; border-color: rgba(91,164,229,0.15); animation: rotateSlow 24s linear infinite; }
@keyframes rotateSlow { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.slide-content { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 0 2rem; width: 100%; padding-top: 80px; }
.hero-tag { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent); margin-bottom: 1rem; padding: 0.35rem 0.85rem; border: 1px solid rgba(244,163,0,0.35); border-radius: 2px; animation: slideTagIn 0.8s ease forwards; }
@keyframes slideTagIn { from { opacity: 0; transform: translateX(-20px); } to { opacity: 1; transform: translateX(0); } }
.hero-title { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(2.5rem, 7vw, 5.5rem); font-weight: 800; color: var(--white); line-height: 1.0; letter-spacing: 0.02em; margin-bottom: 1.25rem; animation: slideTitleIn 0.9s ease 0.15s both; }
@keyframes slideTitleIn { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.hero-title span { color: var(--accent); }
.hero-desc { font-size: clamp(0.9rem, 2vw, 1.05rem); color: rgba(255,255,255,0.72); max-width: 520px; line-height: 1.8; margin-bottom: 2rem; animation: slideTitleIn 0.9s ease 0.3s both; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; animation: slideTitleIn 0.9s ease 0.45s both; }
.slide-visual { position: absolute; right: 5%; top: 50%; transform: translateY(-50%); z-index: 2; pointer-events: none; }
.icon-scene { font-size: 8rem; color: rgba(255,255,255,0.9); text-shadow: 0 0 18px rgba(255,255,255,0.35); position: relative; }
.ship-scene .fa-ship { animation: floatShip 4s ease-in-out infinite; }
@keyframes floatShip { 0%,100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-16px) rotate(2deg); } }
.wave-wrap { position: absolute; bottom: -20px; left: 50%; transform: translateX(-50%); width: 200%; }
.wave, .wave.w2 { height: 20px; background: rgba(91,164,229,0.1); border-radius: 50% 50% 0 0; animation: waveAnim 2s ease-in-out infinite; }
.wave.w2 { animation-delay: 0.5s; opacity: 0.5; margin-top: -10px; }
@keyframes waveAnim { 0%,100% { transform: scaleX(1); } 50% { transform: scaleX(1.05); } }
.plane-scene .fa-plane { animation: flyPlane 5s ease-in-out infinite; }
@keyframes flyPlane { 0% { transform: translateX(-20px) translateY(10px) rotate(-5deg); } 50% { transform: translateX(20px) translateY(-10px) rotate(5deg); } 100% { transform: translateX(-20px) translateY(10px) rotate(-5deg); } }
.cloud { position: absolute; background: rgba(255,255,255,0.05); border-radius: 50px; height: 30px; }
.cloud.c1 { width: 80px; top: 20px; left: -30px; animation: cloudDrift 8s linear infinite; }
.cloud.c2 { width: 120px; bottom: 30px; right: -20px; animation: cloudDrift 10s linear infinite 2s; }
@keyframes cloudDrift { 0% { transform: translateX(0); } 100% { transform: translateX(30px); } }
.truck-scene .fa-truck-moving { animation: truckMove 3s ease-in-out infinite; }
@keyframes truckMove { 0%,100% { transform: translateX(0); } 50% { transform: translateX(20px); } }
.road { position: absolute; bottom: -10px; left: 0; right: 0; height: 6px; background: rgba(255,255,255,0.06); border-radius: 3px; overflow: hidden; }
.road-dash { height: 100%; background: repeating-linear-gradient(90deg, rgba(244,163,0,0.3) 0px, rgba(244,163,0,0.3) 20px, transparent 20px, transparent 40px); animation: roadMove 1.5s linear infinite; }
@keyframes roadMove { from { transform: translateX(0); } to { transform: translateX(-40px); } }
.slider-btn { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; width: 50px; height: 50px; border-radius: 50%; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); color: var(--white); font-size: 1rem; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.3s ease; backdrop-filter: blur(8px); }
.slider-btn:hover { background: rgba(244,163,0,0.8); border-color: var(--accent); transform: translateY(-50%) scale(1.08); }
.slider-btn.prev { left: 1.5rem; }
.slider-btn.next { right: 1.5rem; }
.slider-dots { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); display: flex; gap: 0.6rem; z-index: 10; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.3); border: none; cursor: pointer; transition: all 0.3s ease; }
.dot.active { background: var(--accent); transform: scale(1.4); }
.hero-scroll-hint { position: absolute; bottom: 2rem; right: 2rem; z-index: 10; }
.scroll-mouse { width: 24px; height: 38px; border: 2px solid rgba(255,255,255,0.3); border-radius: 12px; display: flex; justify-content: center; padding-top: 6px; animation: mouseFade 2s ease infinite; }
@keyframes mouseFade { 0%,100% { border-color: rgba(255,255,255,0.3); } 50% { border-color: rgba(255,255,255,0.7); } }
.scroll-wheel { width: 3px; height: 8px; background: rgba(255,255,255,0.6); border-radius: 2px; animation: scrollWheel 1.5s ease infinite; }
@keyframes scrollWheel { 0% { transform: translateY(0); opacity:1; } 100% { transform: translateY(12px); opacity:0; } }

/* CORE FEATURES */
.core-features { padding: 5rem 2rem; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 2rem; }
.feature-card { background: var(--white); border-radius: 12px; padding: 2rem; text-align: center; border: 1px solid var(--gray-light); transition: all var(--transition); box-shadow: var(--shadow); }
.feature-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: var(--primary); }
.feature-icon { width: 70px; height: 70px; background: linear-gradient(135deg, var(--primary), var(--primary-dark)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; color: var(--white); font-size: 1.8rem; transition: all var(--transition); }
.feature-card:hover .feature-icon { transform: scale(1.1); background: var(--accent); }
.feature-card h3 { font-family: var(--font-heading); font-size: 1.3rem; font-weight: 700; margin-bottom: 0.75rem; color: var(--text); }
.feature-card p { color: var(--text-light); font-size: 0.9rem; line-height: 1.6; }

/* ABOUT COMPANY */
.about-company { padding: 5rem 2rem; }
.about-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.about-text { color: var(--text-light); margin-bottom: 1.25rem; line-height: 1.7; }
.about-text.highlight { background: rgba(0,87,168,0.05); padding: 1rem; border-left: 3px solid var(--accent); font-size: 0.95rem; }
.about-stats { display: flex; gap: 2rem; margin: 2rem 0; flex-wrap: wrap; }
.about-stat { text-align: center; }
.about-stat-number { display: block; font-family: var(--font-heading); font-size: 2rem; font-weight: 800; color: var(--primary); }
.about-stat-label { font-size: 0.8rem; color: var(--text-light); font-weight: 500; }
.about-image-stack { position: relative; border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-lg); }
.about-img-main { width: 100%; height: auto; display: block; transition: transform 0.5s ease; }
.about-image-stack:hover .about-img-main { transform: scale(1.05); }
.about-img-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.3); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s ease; }
.about-image-stack:hover .about-img-overlay { opacity: 1; }
.about-img-overlay i { width: 60px; height: 60px; background: var(--accent); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.5rem; transform: scale(0.9); transition: transform 0.3s ease; }
.about-image-stack:hover .about-img-overlay i { transform: scale(1); }

/* SERVICES OFFER */
.services-offer { padding: 5rem 2rem; background: var(--off-white); }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.offer-card { background: var(--white); border-radius: 12px; padding: 2rem; text-align: center; transition: all var(--transition); box-shadow: var(--shadow); }
.offer-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.offer-icon { font-size: 3rem; color: var(--primary); margin-bottom: 1rem; transition: transform 0.3s ease; }
.offer-card:hover .offer-icon { transform: scale(1.1); color: var(--accent); }
.offer-card h3 { font-family: var(--font-heading); font-size: 1.4rem; font-weight: 700; margin-bottom: 1rem; }
.offer-card p { color: var(--text-light); margin-bottom: 1.5rem; line-height: 1.6; }
.offer-link { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--primary); font-weight: 600; font-size: 0.9rem; transition: gap 0.3s ease; }
.offer-link:hover { gap: 0.8rem; color: var(--accent); }

/* GALLERY */
.gallery-section { padding: 5rem 0 4rem; overflow-x: hidden; }
.gallery-wrapper { width: 100%; overflow-x: hidden; cursor: grab; user-select: none; }
.gallery-track { display: flex; gap: 1.5rem; width: max-content; animation: galleryScroll 40s linear infinite; padding: 1rem 0; }
.gallery-track:hover { animation-play-state: paused; }
.gallery-item { position: relative; width: 350px; height: 250px; border-radius: 16px; overflow: hidden; flex-shrink: 0; box-shadow: var(--shadow-lg); transition: all 0.4s cubic-bezier(0.4,0,0.2,1); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.gallery-item:hover { transform: scale(1.02); box-shadow: 0 20px 40px rgba(0,0,0,0.3); }
.gallery-item:hover img { transform: scale(1.1); }
.gallery-overlay { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(0,26,58,0.9), transparent); padding: 1.5rem; transform: translateY(100%); transition: transform 0.4s ease; }
.gallery-item:hover .gallery-overlay { transform: translateY(0); }
.gallery-overlay span { color: white; font-weight: 700; font-size: 1rem; letter-spacing: 0.05em; }
@keyframes galleryScroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* FUN FACTS */
.fun-facts { padding: 5rem 2rem; background: linear-gradient(135deg, var(--primary-deep), var(--primary-dark)); color: var(--white); }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; text-align: center; }
.fact-card { padding: 1rem; }
.fact-number { font-family: var(--font-heading); font-size: 3.5rem; font-weight: 800; color: var(--accent); margin-bottom: 0.5rem; }
.fact-label { font-size: 0.9rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.9; }

/* STATS */
.stats-section { padding: 5rem 2rem; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.stat-card { background: var(--white); border-radius: 12px; padding: 2rem 1.5rem; text-align: center; border: 1px solid var(--gray-light); box-shadow: var(--shadow); transition: transform var(--transition), box-shadow var(--transition); }
.stat-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.stat-icon { font-size: 2rem; color: var(--primary); margin-bottom: 1rem; opacity: 0.85; }
.stat-row { display: flex; align-items: baseline; justify-content: center; gap: 0.1rem; margin-bottom: 0.35rem; }
.stat-number { font-family: var(--font-heading); font-size: 2.8rem; font-weight: 800; color: var(--text); line-height: 1; }
.stat-suffix { font-family: var(--font-heading); font-size: 1.8rem; font-weight: 700; color: var(--accent); }
.stat-label { font-size: 0.82rem; font-weight: 600; color: var(--text-light); letter-spacing: 0.05em; text-transform: uppercase; }

/* BLOG SECTION WITH IMAGES */
.blog-section {
    padding: 80px 20px;
    background: #ffffff;
}

.blog-section .container {
    max-width: 1200px;
    margin: 0 auto;
}

.blog-section .section-header {
    text-align: center;
    margin-bottom: 50px;
}

.blog-section .section-tag {
    display: inline-block;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.blog-section .section-title {
    font-size: 36px;
    font-weight: 700;
    color: #1e293b;
}

.blog-section .section-title span {
    color: #3b82f6;
}

.blog-section .section-desc {
    color: #64748b;
    font-size: 18px;
    max-width: 600px;
    margin: 15px auto 0;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.blog-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 1px solid #e2e8f0;
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.blog-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.05);
}

.blog-date {
    color: #3b82f6;
    font-size: 13px;
    font-weight: 600;
    margin-top: 20px;
    padding: 0 25px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-card h3 {
    font-size: 20px;
    margin: 10px 0;
    padding: 0 25px;
    color: #1e293b;
    font-weight: 700;
    line-height: 1.4;
}

.blog-card p {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 20px;
    padding: 0 25px;
    font-size: 14px;
}

.blog-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #3b82f6;
    font-weight: 600;
    text-decoration: none;
    margin: 0 25px 25px 25px;
    transition: all 0.3s ease;
    font-size: 14px;
}

.blog-link:hover {
    gap: 12px;
    color: #1e40af;
}

/* Responsive */
@media (max-width: 1024px) {
    .blog-grid {
        gap: 20px;
    }
    
    .blog-card h3 {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .blog-section {
        padding: 60px 15px;
    }
    
    .blog-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .blog-section .section-title {
        font-size: 28px;
    }
    
    .blog-section .section-desc {
        font-size: 16px;
    }
    
    .blog-image {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .blog-section {
        padding: 40px 12px;
    }
    
    .blog-section .section-title {
        font-size: 24px;
    }
    
    .blog-image {
        height: 180px;
    }
    
    .blog-card h3 {
        font-size: 18px;
    }
    
    .blog-date, .blog-card h3, .blog-card p, .blog-link {
        padding: 0 20px;
    }
    
    .blog-link {
        margin: 0 20px 20px 20px;
    }
}

/* PARTNERS */
.partners-track { overflow: hidden; }
.partners-inner { display: flex; gap: 0; animation: partnersScroll 20s linear infinite; width: max-content; }
.partner-item { display: flex; align-items: center; gap: 0.5rem; padding: 1rem 2.5rem; font-size: 0.85rem; font-weight: 700; color: var(--gray); letter-spacing: 0.08em; text-transform: uppercase; border-right: 1px solid var(--gray-light); white-space: nowrap; transition: color var(--transition); }
.partner-item:hover { color: var(--primary); }
.partner-item i { color: var(--accent); font-size: 0.9rem; }
@keyframes partnersScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* CTA */
.cta-banner { background: linear-gradient(135deg, rgba(0,26,58,0.3) 0%, rgba(0,61,122,0.2) 50%, rgba(0,87,168,0.1) 100%), url('../assets/Livra-Pics/img3.jpg'); background-size: cover; background-position: center; background-attachment: fixed; padding: 6rem 2rem; position: relative; overflow: hidden; }
.cta-bg-deco { position: absolute; inset: 0; pointer-events: none; }
.cta-circle { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,0.05); }
.cta-circle.c1 { width: 500px; height: 500px; top: -200px; right: -100px; }
.cta-circle.c2 { width: 300px; height: 300px; bottom: -100px; left: 5%; border-color: rgba(244,163,0,0.08); }
.cta-content { position: relative; z-index: 1; text-align: center; }
.cta-content h2 { font-family: var(--font-heading); font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; color: var(--white); margin-bottom: 1rem; }
.cta-content h2 span { color: var(--accent); }
.cta-content p { font-size: 1rem; color: var(--white); margin-bottom: 2.5rem; }
.cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .about-inner { grid-template-columns: 1fr; gap: 2rem; }
  .offer-grid { grid-template-columns: repeat(2, 1fr); }
  .facts-grid { grid-template-columns: repeat(2, 1fr); }
  .slide-visual { display: none; }
  .testimonial-btn.prev { left: -20px; }
  .testimonial-btn.next { right: -20px; }
}
@media (max-width: 768px) {
  .features-grid { grid-template-columns: 1fr; }
  .offer-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr; }
  .facts-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-item { width: 280px; height: 200px; }
  .testimonial-btn { width: 40px; height: 40px; font-size: 0.9rem; }
  .testimonial-btn.prev { left: -15px; }
  .testimonial-btn.next { right: -15px; }
  .slider-btn { width: 40px; height: 40px; }
}
@media (max-width: 640px) {
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .cta-actions { flex-direction: column; align-items: center; }
  .facts-grid { grid-template-columns: 1fr; }
  .testimonial-btn { width: 35px; height: 35px; font-size: 0.8rem; }
  .testimonial-btn.prev { left: -10px; }
  .testimonial-btn.next { right: -10px; }
}