:root {
    /* Paleta SunAgro Refinada para Alta Conversão */
    --bs-primary: #198038; 
    --bs-dark: #0A2510; 
    --bs-warning: #F5A623; 
    --bs-info: #0F62FE;
    --bs-success: #198038; 
    --bs-danger: #DA1E28;
    --bs-secondary: #475467;
    
    --primary-color: var(--bs-primary);
    --primary-dark: #0E5A22; 
    --warning-color: var(--bs-warning);
    --dark-bg: var(--bs-dark);
    --apple-gray: #475467;
    --border-color: #E2E8F0;
}

body {
    font-family: 'Inter', sans-serif;
    color: #334155;
    background-color: #FAFAFA;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fw-black { font-weight: 800; }
.tracking-wide { letter-spacing: 1px; }

/* Navbar */
.navbar {
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255, 255, 255, 0.95) !important;
    min-height: 75px;
    border-bottom: 1px solid rgba(25, 128, 56, 0.08);
}
.nav-apple { color: var(--apple-gray) !important; font-size: 0.95rem; transition: color 0.2s ease; }
.nav-apple:hover { color: var(--primary-color) !important; }

.logo-text-container { display: flex; flex-direction: column; justify-content: center; }
.logo-text-main { font-weight: 800; font-size: 1.45rem; line-height: 1; color: var(--dark-bg); letter-spacing: -0.5px; }
.logo-text-sub { font-weight: 700; font-size: 0.75rem; color: var(--primary-color); letter-spacing: 0.8px; text-transform: uppercase; margin-top: 2px; }

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, #0b2e14 0%, #154722 100%);
    color: white; padding: 160px 0 110px 0; position: relative; overflow: hidden;
}
.hero-glow {
    position: absolute; width: 800px; height: 800px;
    background: radial-gradient(circle, rgba(245, 166, 35, 0.15) 0%, rgba(0,0,0,0) 70%);
    top: -250px; right: -200px; border-radius: 50%; z-index: 0;
}
.hero-content { position: relative; z-index: 1; }

/* Carrossel 3D */
.mockup-3d-container { perspective: 1200px; width: 100%; max-width: 650px; margin: 0 auto; }
.mockup-3d-wrapper {
    position: relative; width: 100%; padding-top: 60%; 
    transform: rotateY(-12deg) rotateX(4deg); transform-style: preserve-3d;
    box-shadow: -25px 35px 55px rgba(0, 0, 0, 0.5); border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.15); background-color: #0A1428;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.6s ease;
}
.mockup-3d-wrapper:hover { transform: rotateY(0deg) rotateX(0deg) scale(1.02); box-shadow: 0 40px 70px rgba(0, 0, 0, 0.6); }
.mockup-image {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    object-fit: cover; object-position: top left; border-radius: 13px;
    opacity: 0; transition: opacity 0.8s ease-in-out;
}
.mockup-indicators { display: flex; justify-content: center; gap: 12px; margin-top: 30px; }
.mockup-dot { width: 10px; height: 10px; border-radius: 50%; background-color: rgba(255, 255, 255, 0.3); cursor: pointer; transition: all 0.3s ease; }
.mockup-dot.active { background-color: var(--warning-color); transform: scale(1.3); }

/* Botões Globais */
.btn-cta-sm { background-color: var(--primary-color); color: #fff; font-weight: 600; padding: 10px 22px; font-size: 0.95rem; border-radius: 6px; border: none; transition: all 0.2s ease; }
.btn-cta-sm:hover { background-color: var(--primary-dark); color: #fff; }
.hover-lift { transition: transform 0.2s cubic-bezier(0.25, 1, 0.5, 1); }
.hover-lift:hover { transform: translateY(-4px); }

/* Grid de Recursos (Cards Módulos) */
.feature-card {
    border: 1px solid var(--border-color); border-radius: 16px; padding: 35px 25px;
    height: 100%; transition: all 0.3s ease; background: #fff; position: relative; overflow: hidden;
}
.feature-card:hover {
    box-shadow: 0 20px 40px rgba(25, 128, 56, 0.08); transform: translateY(-5px);
}
.icon-box {
    width: 60px; height: 60px; border-radius: 14px;
    display: flex; align-items: center; justify-content: center; font-size: 1.6rem;
}

/* Preços / Pricing Cards (Ajustado para 3 Cards) */
.max-w-1100 { max-width: 1100px; }
.price-card { transition: transform 0.3s ease, box-shadow 0.3s ease; border: 1px solid rgba(25, 128, 56, 0.1); }
.price-card:hover { transform: translateY(-8px); box-shadow: 0 30px 60px rgba(0,0,0,0.08) !important; }
.ribbon {
    position: absolute; top: 20px; right: -35px; transform: rotate(45deg);
    padding: 5px 40px; text-align: center; box-shadow: 0 2px 4px rgba(0,0,0,0.1); letter-spacing: 1px; z-index: 2;
}

/* Modal Auth */
.btn-social {
    display: flex; align-items: center; justify-content: center; padding: 12px 15px; font-weight: 600; font-size: 0.9rem;
    border: 1px solid var(--border-color); color: #334155; border-radius: 8px; background: #fff;
}
.btn-social:hover { background-color: #F8FAFC; border-color: #CBD5E1; }
.modal-content { border-radius: 1.25rem; box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
.form-control { border-radius: 8px; border: 1px solid var(--border-color); padding: 12px 15px; }
.form-control:focus { box-shadow: 0 0 0 4px rgba(25, 128, 56, 0.1); border-color: var(--primary-color); }
.sun-loader {
    width: 18px; height: 18px; border: 2px solid rgba(255, 255, 255, 0.3); border-radius: 50%; border-top-color: #fff;
    animation: sun-spin 0.8s linear infinite; display: inline-block; flex-shrink: 0;
}
.btn-social .sun-loader { border-top-color: var(--primary-color); }
@keyframes sun-spin { to { transform: rotate(360deg); } }
.btn-loading { pointer-events: none; opacity: 0.9; display: flex !important; align-items: center; justify-content: center; gap: 8px; }

/* Botões de Zoom */
.btn-modern-zoom {
    position: absolute;
    width: 34px; 
    height: 34px; 
    background: rgba(255, 255, 255, 0.25); 
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.15); 
    border-radius: 50%;
    color: var(--bs-dark);
    font-size: 0.85rem; 
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.btn-modern-zoom:hover {
    transform: scale(1.1) translateY(-2px);
    background: rgba(255, 255, 255, 0.7); 
    color: var(--bs-primary);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}

.hero-zoom {
    bottom: -15px;
    right: -15px;
}

.btn-close-modern {
    position: absolute;
    top: -12px; 
    right: -12px;
    background-color: rgba(255, 255, 255, 0.3); 
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 1; 
    border-radius: 50%;
    padding: 0.5rem; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1055;
    transition: all 0.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.btn-close-modern:hover {
    background-color: rgba(255, 255, 255, 0.6); 
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.btn-close-modern:focus {
    box-shadow: 0 0 0 4px rgba(25, 128, 56, 0.2);
    outline: none;
}

.icon-tractor {
  font-size: 15rem; 
  color: rgba(25, 128, 56, 0.3); 
  position: absolute;
  bottom: -20px;
  right: -20px;
  transform: rotate(-15deg);
  z-index: 0;
}

/* Efeito Glassmorphism para Seção IA e Modais */
.backdrop-blur {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
