body {
    padding-top: 0 !important;
}

.termo-control-page .hero-section {
    margin-top: 0;
    padding-top: 0;
}

.text-purple {
    color: #6f42c1 !important;
}

.text-red {
    color: #dc3545 !important;
}

.termo-text {
    color: #0066CC !important;
    font-weight: 900;
    font-size: 6rem;
    line-height: 0.9;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.control-text {
    color: #FF0000 !important;
    font-weight: 900;
    font-size: 6rem;
    line-height: 0.9;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.hero-section {
    background: linear-gradient(180deg, #35008b 0%, #8B0000 100%);
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
}

.hero-section .container {
    padding-top: 100px;
    padding-bottom: 60px;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #8B0000 0%, #FF0000 100%);
    z-index: -1;
}

.hero-section .hero-content {
    position: relative;
    z-index: 5;
    background: transparent;
    padding: 0;
    border-radius: 0;
    backdrop-filter: none;
}

.hero-section .hero-content h1 {
    margin-bottom: 0;
    position: relative;
    z-index: 5;
    text-align: center;
}

.hero-section .hero-image {
    position: relative;
    z-index: 10;
    pointer-events: none;
}

.hero-section .hero-image img {
    position: relative;
    z-index: 10;
    max-width: 100%;
    height: auto;
}

.more-case-studies-carousel {
    background: transparent;
}

.swiper-button-prev,
.swiper-button-next {
    color: #6c757d !important;
}

.swiper-pagination-bullet {
    background-color: #6c757d;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    background-color: #6f42c1;
    opacity: 1;
}

.content-section {
    background: white;
    padding: 80px 0;
}

.content-section p {
    color: #6c757d;
}

/* Phone Mockup Styling */
.phone-mockup {
    position: relative;
    /*transform: perspective(1000px) rotateY(-15deg) rotateX(5deg);*/
    /*transition: transform 0.3s ease;*/
}

/*.phone-mockup:hover {*/
/*    transform: perspective(1000px) rotateY(-10deg) rotateX(2deg);*/
/*}*/

.phone-mockup::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -30px;
    right: -30px;
    bottom: -20px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M20,80 Q30,70 40,75 Q50,80 60,75 Q70,70 80,75 Q85,80 90,75 L95,80 L90,90 Q80,95 70,90 Q60,95 50,90 Q40,95 30,90 Q20,95 15,90 Z" fill="%23f8f9fa" opacity="0.8"/></svg>') no-repeat center;
    background-size: contain;
    z-index: -1;
    opacity: 0.3;
}

.phone-screen {
    position: relative;
    z-index: 2;
    background: white;
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.dashboard-mockup {
    transform: perspective(1000px) rotateY(-10deg) rotateX(5deg);
    transition: transform 0.3s ease;
}

.dashboard-mockup:hover {
    transform: perspective(1000px) rotateY(-5deg) rotateX(2deg);
}

.dashboard-mockup-2 {
    transform: perspective(1000px) rotateY(10deg) rotateX(-5deg);
    transition: transform 0.3s ease;
}

.dashboard-mockup-2:hover {
    transform: perspective(1000px) rotateY(5deg) rotateX(-2deg);
}

/* Statistics Section */
.statistics-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
}

.statistics-number {
    font-size: 8rem;
    font-weight: 900;
    background: linear-gradient(135deg, #dc3545 0%, #6f42c1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

/* Feature Icons */
.feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.feature-icon.bg-success {
    background-color: #28a745 !important;
}

.feature-icon.bg-warning {
    background-color: #ffc107 !important;
}

.feature-icon.bg-info {
    background-color: #17a2b8 !important;
}

/* Card Enhancements */
.termo-control-card {
    background: linear-gradient(135deg, #dc3545 0%, #6f42c1 100%);
    border: none;
    border-radius: 1.5rem;
    overflow: hidden;
    position: relative;
}

.termo-control-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #dc3545 0%, #6f42c1 100%);
    z-index: -1;
}

/* Button Styling */
.btn-termo-control {
    background: linear-gradient(135deg, #dc3545 0%, #6f42c1 100%);
    border: none;
    color: white;
    font-weight: 600;
    padding: 0.75rem 2rem;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
}

.btn-termo-control:hover {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    color: white;
}

/* Text Gradients */
.text-gradient {
    background: linear-gradient(135deg, #dc3545 0%, #6f42c1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .phone-mockup {
        transform: none;
    }

    .phone-mockup:hover {
        transform: none;
    }

    .phone-mockup::before {
        display: none;
    }

    .dashboard-mockup,
    .dashboard-mockup-2 {
        transform: none;
    }

    .dashboard-mockup:hover,
    .dashboard-mockup-2:hover {
        transform: none;
    }

    .statistics-number {
        font-size: 4rem;
    }

    .termo-text,
    .control-text {
        font-size: 4rem;
    }
}

@media (max-width: 576px) {
    .statistics-number {
        font-size: 3rem;
    }

    .phone-screen {
        width: 200px !important;
        height: 300px !important;
    }

    .termo-text,
    .control-text {
        font-size: 3rem;
    }
}

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

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

/* Custom Scroll Indicator */
.scroll-down {
    width: 2px;
    height: 30px;
    background: rgba(255, 255, 255, 0.3);
    position: relative;
    animation: scrollPulse 2s infinite;
}

.scroll-down::after {
    content: '';
    position: absolute;
    top: 0;
    left: -2px;
    width: 6px;
    height: 6px;
    background: white;
    border-radius: 50%;
    animation: scrollMove 2s infinite;
}

@keyframes scrollPulse {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
}

@keyframes scrollMove {
    0% {
        top: 0;
    }
    50% {
        top: 20px;
    }
    100% {
        top: 0;
    }
}
