:root {
    --primary: #2E7D32;
    --primary-dark: #1B5E20;
    --primary-light: #4CAF50;
    --secondary: #FF6F00;
    --secondary-dark: #E65100;
    --dark: #1a1a2e;
    --light: #f8f9fa;
    --gradient-green: linear-gradient(135deg, #2E7D32 0%, #4CAF50 50%, #8BC34A 100%);
    --gradient-hero: linear-gradient(135deg, rgba(46,125,50,0.95) 0%, rgba(27,94,32,0.9) 100%);
    --shadow: 0 10px 40px rgba(0,0,0,0.1);
    --shadow-hover: 0 20px 60px rgba(0,0,0,0.15);
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #333;
    line-height: 1.7;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body.has-navbar {
    padding-top: 80px;
}

html {
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.3;
}

.navbar {
    padding: 15px 0;
    transition: all 0.3s ease;
    background: rgba(46, 125, 50, 0.98) !important;
    z-index: 1031 !important;
}

.navbar.transparent {
    background: transparent !important;
}

.navbar.transparent .navbar-nav .nav-link,
.navbar.transparent .navbar-brand {
    color: #fff;
}

.navbar .dropdown-menu {
    z-index: 1032 !important;
}

.navbar.scrolled {
    padding: 10px 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.navbar-brand img {
    height: 50px;
    transition: height 0.3s ease;
}

.navbar.scrolled .navbar-brand img {
    height: 40px;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,0.9);
    font-weight: 500;
    padding: 10px 20px;
    transition: all 0.3s ease;
    position: relative;
}

.navbar-dark .navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 20px;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width 0.3s ease;
}

.navbar-dark .navbar-nav .nav-link:hover::after,
.navbar-dark .navbar-nav .nav-link.active::after {
    width: calc(100% - 40px);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar .dropdown-menu-right {
    right: 0;
    left: auto;
}

.btn-nav {
    border-radius: 50px;
    padding: 10px 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.dropdown-menu {
    border: none;
    border-radius: 15px;
    box-shadow: var(--shadow);
    padding: 15px;
}

.dropdown-item {
    border-radius: 8px;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

.dropdown-item:hover {
    background: var(--primary);
    color: #fff;
    transform: translateX(5px);
}

.hero-carousel {
    position: relative;
    width: 100%;
    height: 650px;
    overflow: hidden;
    margin-top: -80px;
}

.hero-carousel .carousel-inner {
    height: 100%;
    z-index: 1;
}

.hero-carousel .carousel-item {
    height: 650px;
    background-size: cover;
    background-position: center;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(46,125,50,0.85) 0%, rgba(27,94,32,0.8) 100%);
}

.carousel-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(46,125,50,0.85) 0%, rgba(27,94,32,0.8) 100%);
}

.hero-carousel .carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 900px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
}

.hero-carousel .carousel-caption h1,
.hero-carousel .carousel-caption h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: 900;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    margin-bottom: 15px;
    line-height: 1.2;
}

.hero-carousel .carousel-caption h1 span,
.hero-carousel .carousel-caption h2 span {
    color: #8BC34A;
}

.hero-carousel .carousel-caption p {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.95);
    max-width: 700px;
    margin: 0 auto 20px;
}

.hero-carousel .carousel-indicators {
    bottom: 15px;
}

.hero-carousel .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    border: 2px solid #fff;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.hero-carousel .carousel-indicators li.active {
    background: #fff;
    transform: scale(1.2);
}

.hero-buttons {
    animation: fadeInUp 1s ease 0.4s backwards;
}

.hero-buttons .btn {
    margin: 5px;
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
    width: 80px;
    opacity: 0.6;
    transition: all 0.3s ease;
    z-index: 10;
}

.hero-carousel .carousel-control-prev:hover,
.hero-carousel .carousel-control-next:hover {
    opacity: 1;
    background: rgba(46,125,50,0.3);
}

.hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon {
    width: 50px;
    height: 50px;
    background-size: 50%;
    background-color: rgba(46,125,50,0.8);
    border-radius: 50%;
    padding: 20px;
}

.animate-text {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
}

.carousel-item.active .animate-text[data-delay="200"] {
    animation-delay: 0.2s;
}

.carousel-item.active .animate-text[data-delay="400"] {
    animation-delay: 0.4s;
}

.page-header {
    position: relative;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgba(46,125,50,0.95) 0%, rgba(27,94,32,0.9) 100%), url('https://images.unsplash.com/photo-1530836369250-ef72a3f5cda8?w=1920') center/cover;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.page-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.page-header h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 20px;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}

.page-header h1 span {
    color: #8BC34A;
}

.page-header p {
    font-size: 1.3rem;
    max-width: 700px;
    margin: 0 auto;
    opacity: 0.95;
}

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

.btn-primary-custom {
    background: var(--gradient-green);
    border: none;
    color: #fff;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(46,125,50,0.4);
}

.btn-primary-custom:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(46,125,50,0.5);
    color: #fff;
}

.btn-secondary-custom {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.btn-secondary-custom:hover {
    background: #fff;
    color: var(--primary);
    transform: translateY(-3px);
}

.floating-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
}

.shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,0.05);
    animation: float 6s ease-in-out infinite;
}

.shape:nth-child(1) {
    width: 300px;
    height: 300px;
    top: 10%;
    right: -100px;
    animation-delay: 0s;
}

.shape:nth-child(2) {
    width: 200px;
    height: 200px;
    bottom: 20%;
    left: -50px;
    animation-delay: 2s;
}

.shape:nth-child(3) {
    width: 150px;
    height: 150px;
    top: 50%;
    right: 20%;
    animation-delay: 4s;
}

@keyframes float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-30px) rotate(10deg); }
}

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

.section {
    padding: 100px 0;
}

.section-dark {
    background: var(--dark);
    color: #fff;
}

.section-light {
    background: var(--light);
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--primary-dark);
    margin-bottom: 20px;
}

.section-header h2 span {
    color: var(--secondary);
}

.section-header p {
    font-size: 1.1rem;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

.section-dark .section-header h2 {
    color: #fff;
}

.section-dark .section-header p {
    color: rgba(255,255,255,0.7);
}

.card-custom {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: var(--shadow);
    background: #fff;
    height: 100%;
}

.card-custom:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-hover);
}

.card-custom .card-icon {
    width: 80px;
    height: 80px;
    background: var(--gradient-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 20px;
    font-size: 2rem;
    color: #fff;
    transition: all 0.4s ease;
}

.card-custom:hover .card-icon {
    transform: scale(1.1) rotate(10deg);
}

.card-custom .card-body {
    padding: 30px;
}

.card-custom h4 {
    color: var(--primary-dark);
    font-weight: 700;
    margin-bottom: 15px;
}

.card-custom p {
    color: #666;
    font-size: 0.95rem;
}

.about-section {
    position: relative;
    overflow: hidden;
}

.about-image {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.about-image:hover img {
    transform: scale(1.05);
}

.about-image::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: 20px;
    bottom: 20px;
    border: 4px solid var(--primary);
    border-radius: 30px;
    z-index: -1;
}

.about-content {
    padding: 40px;
}

.about-content h2 {
    font-size: 2.5rem;
    color: var(--primary-dark);
    margin-bottom: 20px;
}

.about-content h2 span {
    color: var(--secondary);
}

.about-list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.about-list li {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}

.about-list li i {
    width: 40px;
    height: 40px;
    background: var(--gradient-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 15px;
    flex-shrink: 0;
}

.stats-section {
    background: var(--gradient-green);
    color: #fff;
    padding: 80px 0;
}

.stat-item {
    text-align: center;
    padding: 30px;
}

.stat-item .stat-number {
    font-size: 4rem;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    display: block;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.2);
}

.stat-item .stat-label {
    font-size: 1.2rem;
    opacity: 0.9;
}

.research-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: all 0.4s ease;
    height: 100%;
}

.research-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-hover);
}

.research-card .research-header {
    background: var(--gradient-green);
    padding: 30px;
    color: #fff;
    position: relative;
}

.research-card .research-header::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    height: 40px;
    background: #fff;
    border-radius: 50% 50% 0 0;
}

.research-status {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 0.85rem;
    margin-bottom: 10px;
}

.research-status.em_andamento {
    background: var(--secondary);
    color: #fff;
}

.research-body {
    padding: 40px 30px 30px;
}

.research-body h4 {
    color: var(--primary-dark);
    margin-bottom: 15px;
}

.research-body p {
    color: #666;
    font-size: 0.95rem;
}

.research-meta {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.research-meta span {
    display: block;
    color: #888;
    font-size: 0.9rem;
    margin-bottom: 8px;
}

.research-meta span i {
    color: var(--primary);
    margin-right: 8px;
}

.team-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: var(--shadow);
    transition: all 0.4s ease;
    height: 100%;
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
}

.team-photo {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid var(--primary);
}

.team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.team-photo:hover img {
    transform: scale(1.1);
}

.team-photo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(46,125,50,0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 50%;
}

.team-photo:hover .team-photo-overlay {
    opacity: 1;
}

.social-link {
    color: #fff;
    font-size: 1.2rem;
    margin: 0 8px;
    transition: transform 0.3s ease;
}

.social-link:hover {
    color: #8BC34A;
    transform: scale(1.2);
}

.team-info {
    text-align: center;
}

.team-role {
    display: inline-block;
    background: var(--gradient-green);
    color: #fff;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.team-name {
    color: var(--primary-dark);
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 15px;
}

.team-bio {
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 0.95rem;
}

.team-areas {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.team-areas span {
    background: #f0f5f0;
    color: var(--primary);
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 500;
}

.team-areas span i {
    margin-right: 5px;
}

@media (max-width: 767.98px) {
    .team-card {
        padding: 25px;
    }
    
    .team-photo {
        width: 120px;
        height: 120px;
    }
    
    .team-name {
        font-size: 1.3rem;
    }
}

.pricing-card {
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: all 0.4s ease;
    position: relative;
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-hover);
}

.pricing-card.featured {
    border: 3px solid var(--primary);
}

.pricing-card.featured::before {
    content: 'Mais Popular';
    position: absolute;
    top: 20px;
    right: -35px;
    background: var(--secondary);
    color: #fff;
    padding: 5px 40px;
    font-size: 0.8rem;
    font-weight: 600;
    transform: rotate(45deg);
}

.pricing-header {
    padding: 40px;
    text-align: center;
    background: var(--gradient-green);
    color: #fff;
}

.pricing-header h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.pricing-header .price {
    font-size: 3rem;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
}

.pricing-header .price span {
    font-size: 1rem;
    font-weight: 400;
}

.pricing-body {
    padding: 40px;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.pricing-features li {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}

.pricing-features li i {
    color: var(--primary);
    margin-right: 10px;
}

.pricing-features li.disabled {
    color: #ccc;
}

.pricing-features li.disabled i {
    color: #ccc;
}

.pricing-body .btn {
    width: 100%;
    padding: 15px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
}

.contact-section {
    background: linear-gradient(135deg, rgba(46,125,50,0.05) 0%, rgba(139,195,74,0.05) 100%);
}

.contact-form {
    background: #fff;
    border-radius: 30px;
    padding: 50px;
    box-shadow: var(--shadow);
}

.contact-form h3 {
    color: var(--primary-dark);
    margin-bottom: 30px;
}

.form-group label {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.form-control {
    border: 2px solid #eee;
    border-radius: 15px;
    padding: 15px 20px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(46,125,50,0.1);
}

.form-control::placeholder {
    color: #aaa;
}

.contact-info {
    padding: 40px;
}

.contact-info h3 {
    color: var(--primary-dark);
    margin-bottom: 30px;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.contact-info-item:hover {
    transform: translateX(10px);
    box-shadow: var(--shadow);
}

.contact-info-item .icon {
    width: 60px;
    height: 60px;
    background: var(--gradient-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    margin-right: 20px;
    flex-shrink: 0;
}

.contact-info-item h5 {
    color: var(--primary-dark);
    margin-bottom: 5px;
}

.contact-info-item p {
    color: #666;
    margin: 0;
}

.footer {
    background: #1a1a2e;
    position: relative;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: var(--gradient-green);
}

.social-links a {
    transition: all 0.3s ease;
}

.social-links a:hover {
    transform: translateY(-5px);
}

.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 65px;
    height: 65px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2rem;
    box-shadow: 0 5px 25px rgba(37,211,102,0.4);
    transition: all 0.3s ease;
    z-index: 1000;
    animation: pulse 2s infinite;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    color: #fff;
    box-shadow: 0 10px 35px rgba(37,211,102,0.5);
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.5); }
    70% { box-shadow: 0 0 0 20px rgba(37,211,102,0); }
    100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

.article-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.article-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-hover);
}

.article-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.article-card:hover img {
    transform: scale(1.1);
}

.article-card .card-body {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.article-card .card-category {
    display: inline-block;
    background: var(--gradient-green);
    color: #fff;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 15px;
    width: fit-content;
}

.article-card h4 {
    color: var(--primary-dark);
    margin-bottom: 15px;
    font-weight: 700;
}

.article-card p {
    color: #666;
    font-size: 0.95rem;
    flex-grow: 1;
}

.article-card .btn-link {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
    margin-top: auto;
}

.article-card .btn-link:hover {
    color: var(--primary-dark);
}

.article-date {
    color: #888;
    font-size: 0.85rem;
    margin-bottom: 10px;
}

.modal-content {
    border-radius: 20px;
    border: none;
}

.modal-header {
    border-bottom: none;
    padding: 30px 30px 0;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-body {
    padding: 30px;
}

.modal-title {
    color: var(--primary-dark);
    font-weight: 700;
}

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

.animate-on-scroll {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s ease;
}

.animate-on-scroll.animated {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 991.98px) {
    .hero-carousel {
        height: 500px;
    }
    
    .hero-carousel .carousel-item {
        height: 500px;
    }
    
    .hero-carousel .carousel-caption h1,
    .hero-carousel .carousel-caption h2 {
        font-size: 2rem;
    }
    
    .hero-carousel .carousel-caption p {
        font-size: 1rem;
    }
    
    .section-header h2 {
        font-size: 2rem;
    }
    
    .about-content {
        padding: 20px;
    }
    
    .contact-form {
        padding: 30px;
    }
    
    .page-header {
        padding: 100px 0 60px;
    }
    
    .page-header h1 {
        font-size: 2.5rem;
    }
    
    .page-header p {
        font-size: 1.1rem;
    }
}

@media (max-width: 767.98px) {
    .hero-carousel {
        height: 400px;
    }
    
    .hero-carousel .carousel-item {
        height: 400px;
    }
    
    .hero-carousel .carousel-caption h1,
    .hero-carousel .carousel-caption h2 {
        font-size: 1.5rem;
    }
    
    .hero-carousel .carousel-caption p {
        font-size: 0.9rem;
        margin-bottom: 15px;
    }
    
    .hero-carousel .carousel-control-prev,
    .hero-carousel .carousel-control-next {
        display: none;
    }
    
    .btn-primary-custom, .btn-secondary-custom {
        padding: 10px 20px;
        font-size: 0.85rem;
    }
    
    .section {
        padding: 60px 0;
    }
    
    .stat-item .stat-number {
        font-size: 2.5rem;
    }
    
    .about-image::before {
        display: none;
    }
}

@media (max-width: 480px) {
}
    
    .page-header {
        padding: 90px 0 50px;
    }
    
    .page-header h1 {
        font-size: 2rem;
    }
    
    .page-header p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .hero-carousel {
        height: 320px;
    }
    
    .hero-carousel .carousel-item {
        height: 320px;
    }
    
    .hero-carousel .carousel-caption h1,
    .hero-carousel .carousel-caption h2 {
        font-size: 1.2rem;
    }
    
    .hero-carousel .carousel-caption p {
        display: none;
    }
    
    .page-header {
        padding: 80px 0 40px;
    }
    
    .page-header h1 {
        font-size: 1.6rem;
    }
    
    .page-header p {
        font-size: 0.9rem;
    }
}

@media print {
    .navbar, .whatsapp-float, .footer {
        display: none;
    }
    
    .hero-carousel {
        height: 200px;
    }
    
    .hero-carousel .carousel-item {
        height: 200px;
    }
}
