/* Hero Section - Clean and Modern */
.hero-slider__content-wrapper {
    padding: 100px 0 60px;
    position: relative;
    width: 100%;
}

.maindiv {
    background: #000000;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

.maindiv::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(37, 211, 102, 0.12) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(18, 140, 126, 0.08) 0%, transparent 50%);
    pointer-events: none;
    z-index: 1;
}

/* Header Button */
.header-btn {
    font-weight: 600;
    text-align: center;
    background: #25d366;
    padding: 12px 28px;
    line-height: 1.5;
    color: #ffffff;
    border-radius: 8px;
    display: inline-block;
    white-space: nowrap;
    transition: all 0.3s ease;
    text-decoration: none;
    border: none;
}

.header-btn:hover {
    background-color: #20ba5a;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
}

.header-fixed.stick {
    background-color: #000000;
    padding: 8px 0 12px 0;
    min-height: 70px;
}

.navbar {
    display: flex;
    align-items: flex-start;
    padding-top: 0;
}

.navbar-brand {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    margin-top: -10px;
}

.navbar-brand img {
    display: block !important;
    max-width: 100px;
    height: auto;
}

.navbar-brand .logo-2 {
    display: none !important;
}

/* Hero Content */
.hero-title {
    text-align: center;
    color: #ffffff;
    font-size: 42px;
    line-height: 1.3;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -0.8px;
}

@media (max-width: 992px) {
    .hero-title {
        font-size: 36px;
    }
    
    .hero-content-right .hero-title {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 28px;
    }
    
    .hero-content-right .hero-title {
        font-size: 26px;
    }
}

.hero-text {
    text-align: center;
    color: rgba(255, 255, 255, 0.85);
    font-size: 21px;
    line-height: 1.7;
    margin-bottom: 40px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
}

.hero-badge {
    display: inline-block;
    background: rgba(37, 211, 102, 0.15);
    color: #25d366;
    padding: 11px 22px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 28px;
    border: 1px solid rgba(37, 211, 102, 0.25);
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.hero-highlights {
    list-style: none;
    padding: 0;
    margin: 0 auto 45px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 32px;
    max-width: 920px;
}

.hero-highlights li {
    color: rgba(255, 255, 255, 0.92);
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.hero-highlights li i {
    color: #25d366;
    margin-right: 10px;
    font-size: 19px;
}

/* Buttons */
.grp-btn {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.defualt-btn {
    padding: 16px 36px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 12px !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    cursor: pointer !important;
    line-height: 1.4 !important;
    min-height: 52px !important;
    box-sizing: border-box !important;
    background-color: transparent !important;
    color: inherit !important;
    height: auto !important;
    vertical-align: middle !important;
    margin-top: 0 !important;
}

.defualt-btn a {
    color: inherit !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    white-space: nowrap !important;
    line-height: 1.4 !important;
    padding: 0 !important;
}

.defualt-btn span {
    display: none !important;
}

.defualt-btn.active {
    background: #25d366;
    color: #ffffff !important;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.35);
}

.defualt-btn.active a {
    color: #ffffff !important;
    font-weight: 700 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.defualt-btn.active:hover {
    background: #20ba5a;
    transform: translateY(-2px);
    box-shadow: 0 6px 30px rgba(37, 211, 102, 0.5);
}

.defualt-btn.active:hover a {
    color: #ffffff !important;
}

.defualt-btn.ghost {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.6);
    color: #ffffff !important;
    padding: 14px 34px;
}

.defualt-btn.ghost a {
    color: #ffffff !important;
    font-weight: 600 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.defualt-btn.ghost:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
    color: #ffffff !important;
}

.defualt-btn.ghost:hover a {
    color: #ffffff !important;
}

/* Hero Image */
.hero-slider-img {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
    padding: 20px;
    z-index: 2;
}

.hero-visual {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(37, 211, 102, 0.15);
    display: block;
    margin: 0 auto;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.02);
    transition: all 0.3s ease;
}

.hero-visual:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
    border-color: rgba(37, 211, 102, 0.3);
}

.hero-content-right {
    padding: 20px 0;
    text-align: left;
}

.hero-content-right .hero-badge {
    display: inline-block;
    text-align: left;
    margin-bottom: 20px;
}

.hero-content-right .hero-title {
    text-align: left;
    font-size: 42px;
    margin-bottom: 20px;
}

.hero-content-right .hero-text {
    text-align: left;
    margin: 0 0 25px 0;
    max-width: 100%;
    font-size: 18px;
}

.hero-content-right .hero-highlights {
    text-align: left;
    justify-content: flex-start;
    margin: 0 0 30px 0;
    max-width: 100%;
}

.hero-content-right .hero-highlights li {
    justify-content: flex-start;
    margin-bottom: 12px;
    width: 100%;
}

.hero-content-right .grp-btn {
    justify-content: flex-start;
}

.hero-footer-text {
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin-top: 30px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

/* Navbar */
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.navbar-collapse {
    flex: 1;
    display: flex;
    justify-content: center;
}

.navbar-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    flex-wrap: wrap;
}

.navbar-nav.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.9);
    transition: color 0.3s ease;
    text-align: center;
    padding: 8px 16px;
    display: block;
}

.header-fixed.stick .navbar-light .navbar-nav .nav-link {
    color: #ffffff;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .active.nav-link {
    color: #25d366;
}

.navbar-nav .nav-item {
    text-align: center;
}

/* Responsive */
@media(max-width: 1200px) {
    .hero-title {
        font-size: 42px;
    }
    
    .hero-text {
        font-size: 18px;
    }
    
    .hero-visual {
        max-width: 500px;
    }
}

@media(max-width: 992px) {
    .hero-visual {
        max-width: 450px;
    }
}

@media(max-width: 768px) {
    /* Hero Section Mobile - Clean & Modern */
    .hero-slider__content-wrapper {
        padding: 140px 0 40px;
    }
    
    .maindiv {
        min-height: auto;
        padding: 40px 0 50px;
        padding-top: 100px;
    }
    
    .hero-title {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 16px;
        font-weight: 700;
        letter-spacing: -0.3px;
    }
    
    .hero-text {
        font-size: 15px;
        line-height: 1.65;
        margin-bottom: 24px;
        padding: 0 10px;
    }
    
    .hero-badge {
        font-size: 11px;
        padding: 8px 16px;
        margin-bottom: 20px;
        letter-spacing: 0.5px;
    }
    
    .hero-highlights {
        margin-bottom: 28px;
        gap: 14px;
        padding: 0 15px;
        flex-direction: column;
    }
    
    .hero-highlights li {
        font-size: 14px;
        margin-bottom: 0;
        justify-content: flex-start;
        text-align: left;
    }
    
    .hero-highlights li i {
        font-size: 16px;
        margin-right: 10px;
        flex-shrink: 0;
    }
    
    /* Buttons Mobile - Elegant & Tappable */
    .grp-btn {
        flex-direction: column;
        gap: 14px;
        width: 100%;
        padding: 0 15px;
        margin-bottom: 0;
    }
    
    .defualt-btn {
        width: 100%;
        max-width: 100%;
        padding: 14px 24px !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        min-height: 48px !important;
        border-radius: 10px !important;
    }
    
    .defualt-btn a {
        white-space: normal;
        text-align: center;
        font-size: 15px !important;
        line-height: 1.4 !important;
    }
    
    /* Hero Content Right Mobile */
    .hero-content-right {
        text-align: center;
        margin-top: 30px;
        padding: 0 15px;
    }
    
    .hero-content-right .hero-badge,
    .hero-content-right .hero-title,
    .hero-content-right .hero-text {
        text-align: center;
    }
    
    .hero-content-right .hero-title {
        font-size: 24px;
    }
    
    .hero-content-right .hero-text {
        font-size: 15px;
        padding: 0;
    }
    
    .hero-content-right .hero-highlights {
        justify-content: center;
        text-align: center;
    }
    
    .hero-content-right .hero-highlights li {
        justify-content: center;
        text-align: center;
    }
    
    .hero-content-right .grp-btn {
        justify-content: center;
    }
    
    /* Hero Image Mobile */
    .hero-slider-img {
        margin-top: 20px;
        padding: 0 15px;
    }
    
    .hero-visual {
        max-width: 100%;
        border-radius: 12px;
    }
    
    /* Navbar Mobile */
    .navbar {
        align-items: center;
        padding: 8px 0;
    }

    .navbar-brand {
        margin-top: 0;
    }

    .navbar-brand img {
        max-width: 85px;
        height: auto;
    }

    .header-fixed.stick {
        min-height: 70px;
        padding: 8px 0;
    }
    
    .header-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
    
    /* Features Section Mobile */
    .feature-bg {
        padding: 60px 0;
    }
    
    .center-title {
        margin-bottom: 40px;
        padding: 0 15px;
    }
    
    .center-title .title {
        font-size: 26px;
        margin-bottom: 12px;
        line-height: 1.3;
    }
    
    .center-title .sub-title {
        font-size: 15px;
        line-height: 1.6;
        padding: 0 10px;
    }
    
    .features {
        padding: 24px 20px;
        margin-bottom: 20px;
    }
    
    .feature-iocn {
        width: 50px;
        height: 50px;
        margin-bottom: 16px;
    }
    
    .feature-iocn i {
        font-size: 24px;
    }
    
    .feature-title {
        font-size: 17px;
        margin-bottom: 10px;
    }
    
    .feature-contain p {
        font-size: 14px;
        line-height: 1.6;
    }
    
    /* Callout Section Mobile */
    .callout-bg {
        padding: 60px 0;
    }
    
    .watch-benner {
        text-align: center;
        margin-bottom: 30px;
        padding: 0 15px;
    }
    
    .white-title {
        font-size: 24px !important;
        line-height: 1.3 !important;
        margin-bottom: 16px !important;
        font-weight: 700 !important;
    }
    
    .white-sub-title {
        font-size: 15px !important;
        line-height: 1.65 !important;
        margin-bottom: 24px !important;
        padding: 0 5px;
    }
    
    .intro-btn {
        margin-bottom: 12px;
        display: block;
        width: 100%;
    }
    
    .intro-btn a {
        display: block;
        width: 100%;
        text-align: center;
        padding: 14px 24px;
        font-size: 15px;
        white-space: normal;
        border-radius: 10px;
        font-weight: 600;
    }
    
    .demo-mobile {
        margin-top: 30px;
        padding: 0 15px;
    }
    
    .demo-mobile .hero-slider-img {
        padding: 0;
    }
    
    .video-play i {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    
    /* WhiteLabel Section Mobile */
    .whitelabel-section {
        padding: 60px 0;
    }
    
    .whitelabel-content {
        padding: 0 15px;
    }
    
    .whitelabel-title {
        font-size: 24px;
        margin-bottom: 16px;
        line-height: 1.3;
    }
    
    .whitelabel-subtitle {
        font-size: 15px;
        margin-bottom: 28px;
        line-height: 1.65;
    }
    
    .whitelabel-benefits {
        gap: 14px;
        margin-bottom: 28px;
    }
    
    .benefit-item {
        font-size: 14px;
    }
    
    .benefit-item i {
        font-size: 18px;
    }
    
    .whitelabel-btn {
        width: 100%;
        justify-content: center;
        padding: 14px 24px;
        font-size: 15px;
        border-radius: 10px;
    }
    
    /* Services/Funcionalidades Mobile */
    .app-feature-bg {
        padding: 60px 0;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
        padding: 0 15px;
    }
    
    .feature-card {
        padding: 24px 20px;
    }
    
    .feature-icon-wrapper {
        width: 65px;
        height: 65px;
        margin-bottom: 18px;
    }
    
    .feature-icon-wrapper i {
        font-size: 28px;
    }
    
    .feature-card h4 {
        font-size: 17px;
        margin-bottom: 12px;
    }
    
    .feature-card p {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .service-box {
        padding: 24px 20px;
        margin-bottom: 20px;
    }
    
    /* Integration Section Mobile */
    .integration-section {
        padding: 60px 0;
    }
    
    .integration-content {
        padding: 0 15px;
    }
    
    .integration-content h2 {
        font-size: 22px !important;
        margin-bottom: 16px !important;
        line-height: 1.3 !important;
    }
    
    .integration-content > p {
        font-size: 15px !important;
        line-height: 1.65 !important;
        margin-bottom: 24px !important;
    }
    
    .integration-features {
        margin-bottom: 24px !important;
    }
    
    .integration-features > div {
        margin-bottom: 16px !important;
        flex-wrap: wrap;
    }
    
    .integration-features i {
        font-size: 18px !important;
        margin-right: 10px !important;
        margin-top: 2px !important;
    }
    
    .integration-features strong {
        font-size: 15px !important;
        display: block;
        margin-bottom: 4px;
    }
    
    .integration-features p {
        font-size: 14px !important;
        margin-top: 4px !important;
        margin-bottom: 0 !important;
        line-height: 1.6 !important;
    }
    
    .integration-content > div[style*="background"] {
        padding: 18px !important;
        margin-top: 24px !important;
    }
    
    .integration-content > div[style*="background"] p {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }
    
    .integration-content > div[style*="margin-top: 30px"] {
        margin-top: 24px !important;
    }
    
    .integration-content > div[style*="margin-top: 30px"] a {
        width: 100% !important;
        display: block !important;
        text-align: center !important;
        padding: 14px 24px !important;
        font-size: 15px !important;
        border-radius: 10px !important;
    }
    
    .integration-visual {
        margin-top: 30px;
        padding: 0 15px;
    }
    
    .integration-visual > div[style*="background"] {
        padding: 28px 20px !important;
    }
    
    .integration-visual i[style*="font-size: 120px"] {
        font-size: 80px !important;
        margin-bottom: 16px !important;
    }
    
    .integration-visual h3 {
        font-size: 20px !important;
        margin-bottom: 12px !important;
    }
    
    .integration-visual p {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }
    
    .integration-visual > div[style*="margin-top: 30px"] {
        margin-top: 24px !important;
        padding-top: 24px !important;
    }
    
    .integration-visual i[style*="font-size: 32px"] {
        font-size: 28px !important;
    }
    
    .integration-visual p[style*="font-size: 14px"] {
        font-size: 13px !important;
    }
    
    /* Pricing Section Mobile */
    section#Pricing {
        padding: 60px 0;
    }
    
    .pricing-header {
        margin-bottom: 20px;
    }
    
    .price-title {
        font-size: 20px;
    }
    
    .recommend {
        font-size: 12px;
        padding: 8px 18px;
        top: -12px;
    }
    
    .price-box {
        padding: 40px 20px 25px 20px;
        margin-bottom: 25px;
        min-height: auto;
    }
    
    .price-value {
        font-size: 28px;
    }
    
    .pricing-item {
        margin-bottom: 20px;
    }
    
    .pricing-item li {
        font-size: 14px;
        padding: 10px 0 10px 22px;
    }
    
    .pricing-footer {
        padding-top: 15px;
    }
    
    .pricing-btn {
        padding: 14px 24px;
        font-size: 15px;
        border-radius: 10px;
        font-weight: 600;
    }
    
    /* Testimonials Mobile */
    .testimonial-area {
        padding: 60px 0;
    }
    
    .single-testimonial {
        padding: 24px 20px;
        margin-bottom: 20px;
    }
    
    .testimonial-review .quota i {
        font-size: 36px;
    }
    
    .testimonial-text .text {
        font-size: 15px;
        line-height: 1.65;
    }
    
    .author-image {
        width: 50px;
        height: 50px;
        margin-right: 12px;
    }
    
    .author-image .author,
    .author-image .author-placeholder {
        width: 50px;
        height: 50px;
    }
    
    .author-content .holder-name {
        font-size: 15px;
    }
    
    .author-content .text {
        font-size: 13px;
    }
    
    /* Fun Facts Mobile */
    .fun-fact-bg {
        padding: 60px 0;
    }
    
    .fun-box {
        padding: 28px 20px;
        margin-bottom: 20px;
    }
    
    .fun-fact-value {
        font-size: 36px;
    }
    
    .fun-fact-value .count {
        font-size: 32px;
    }
    
    .fun-fact-title {
        font-size: 14px;
        margin-top: 12px;
    }
    
    /* Footer Mobile */
    .footer-bg {
        padding: 50px 0 25px;
    }
    
    .footer-title h3 {
        font-size: 20px;
        margin-bottom: 16px;
    }
    
    .address p {
        font-size: 14px;
        margin-bottom: 5px;
    }
    
    .copyright {
        padding: 20px 0;
    }
    
    .copyright p {
        font-size: 13px;
    }
    
    .copyright ul {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .copyright li a {
        font-size: 13px;
    }
    
    /* General Mobile Improvements */
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    
    [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Better spacing for all sections */
    .ws-section-spacing {
        padding: 60px 0;
    }
}

/* Feature Section - Modern Design */
.feature-bg {
    background: #f8f9fa;
    padding: 100px 0;
    position: relative;
}

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

.center-title .title {
    font-size: 42px;
    font-weight: 800;
    color: #0a1f14;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.center-title .sub-title {
    font-size: 18px;
    color: rgba(10, 31, 20, 0.7);
    font-weight: 400;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
}

.features {
    border-radius: 16px;
    background-color: #ffffff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    padding: 30px;
    transition: all 0.3s ease;
    border: 1px solid rgba(37, 211, 102, 0.1);
    height: 100%;
    margin-bottom: 20px;
}

.features:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(37, 211, 102, 0.15);
    border-color: rgba(37, 211, 102, 0.3);
}

.feature-iocn {
    width: 60px;
    height: 60px;
    background: rgba(37, 211, 102, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.feature-iocn i {
    font-size: 28px;
    color: #25d366;
}

.feature-contain {
    width: 100%;
}

.feature-title {
    font-size: 20px;
    font-weight: 700;
    color: #0a1f14;
    margin-bottom: 12px;
    line-height: 1.3;
}

.feature-contain p {
    color: rgba(10, 31, 20, 0.7);
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.feature-phone {
    display: none;
}

/* Callout Section - Modern Design */
.callout-bg {
    background: linear-gradient(135deg, #0a1f14 0%, #000000 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.callout-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(37, 211, 102, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(18, 140, 126, 0.08) 0%, transparent 50%);
    pointer-events: none;
    z-index: 1;
}

.watch-benner {
    position: relative;
    z-index: 2;
}

.white-title {
    color: #ffffff;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.white-sub-title {
    color: rgba(255, 255, 255, 0.85);
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 35px;
    font-weight: 400;
}

.intro-btn {
    margin-top: 10px;
    margin-right: 15px;
    display: inline-block;
}

.intro-btn a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: #25d366;
    color: #ffffff;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.intro-btn a:hover {
    background: #20ba5a;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.4);
    color: #ffffff;
}

.intro-btn a i {
    transition: transform 0.3s ease;
}

.intro-btn a:hover i {
    transform: translateX(5px);
}

.demo-mobile {
    position: relative;
    z-index: 2;
}

.demo-mobile iframe {
    border-radius: 20px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(37, 211, 102, 0.2);
}

.demo-mobile img {
    border-radius: 20px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(37, 211, 102, 0.2);
    width: 100%;
    height: auto;
}

.video-thumb {
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-thumb .hero-visual {
    border-radius: 20px;
}

.video-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
    border-radius: 20px;
    transition: background 0.3s ease;
}

.video-play i {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(37, 211, 102, 0.95);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 32px;
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.5);
}

.demo-mobile .video-thumb:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
}

.demo-mobile .video-thumb:hover img {
    opacity: 1;
}

.demo-mobile .video-thumb:hover .video-play {
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.2) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.demo-mobile .video-thumb:hover .video-play i {
    transform: scale(1.06);
    box-shadow: 0 15px 50px rgba(37, 211, 102, 0.8), 0 0 0 15px rgba(37, 211, 102, 0.15);
}

/* WhiteLabel Section - Modern Design */
.whitelabel-section {
    background: linear-gradient(135deg, #0a1f14 0%, #000000 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.whitelabel-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(37, 211, 102, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(18, 140, 126, 0.08) 0%, transparent 50%);
    pointer-events: none;
    z-index: 1;
}

.whitelabel-content {
    position: relative;
    z-index: 2;
    padding: 20px 0;
}

.whitelabel-badge {
    display: inline-block;
    background: rgba(37, 211, 102, 0.15);
    color: #25d366;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 20px;
    border: 1px solid rgba(37, 211, 102, 0.3);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.whitelabel-title {
    color: #ffffff;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.whitelabel-subtitle {
    color: rgba(255, 255, 255, 0.85);
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 40px;
    font-weight: 400;
}

.whitelabel-benefits {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-bottom: 40px;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    font-weight: 500;
}

.benefit-item i {
    color: #25d366;
    font-size: 20px;
    flex-shrink: 0;
}

.whitelabel-cta {
    margin-top: 30px;
}

.whitelabel-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    background: #25d366;
    color: #ffffff;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.3);
}

.whitelabel-btn:hover {
    background: #20ba5a;
    transform: translateY(-2px);
    box-shadow: 0 6px 30px rgba(37, 211, 102, 0.5);
    color: #ffffff;
}

.whitelabel-btn i {
    transition: transform 0.3s ease;
}

.whitelabel-btn:hover i {
    transform: translateX(5px);
}

.whitelabel-image-wrapper {
    position: relative;
    z-index: 2;
}

.whitelabel-image-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.4),
                0 0 0 1px rgba(37, 211, 102, 0.2);
}

.whitelabel-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    transition: transform 0.4s ease;
}

.whitelabel-image-container:hover .whitelabel-image {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.1) 100%);
    pointer-events: none;
    border-radius: 20px;
}

/* Fun Facts Section - Modern Design */
.fun-fact-bg {
    background: linear-gradient(135deg, #0a1f14 0%, #000000 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.fun-fact-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 50% 50%, rgba(37, 211, 102, 0.1) 0%, transparent 70%);
    pointer-events: none;
    z-index: 1;
}

.fun-fact-bg .center-title {
    position: relative;
    z-index: 2;
}

.fun-fact-bg .center-title .title {
    color: #ffffff;
}

.fun-box {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(37, 211, 102, 0.2);
    border-radius: 20px;
    padding: 40px 20px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    backdrop-filter: blur(10px);
}

.fun-box:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(37, 211, 102, 0.4);
    transform: translateY(-5px);
}

.fun-fact-value {
    font-size: 48px;
    font-weight: 800;
    color: #25d366;
    margin: 0;
    line-height: 1;
}

.fun-fact-value .count {
    font-size: 36px;
    font-weight: 800;
    color: #25d366;
}

.fun-fact-title {
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 15px;
    margin-bottom: 0;
}

@media(max-width: 992px) {
    .whitelabel-benefits {
        grid-template-columns: 1fr;
    }
    
    .whitelabel-title {
        font-size: 36px;
    }
    
    .whitelabel-subtitle {
        font-size: 16px;
    }
    
    .center-title .title {
        font-size: 36px;
    }
    
    .white-title {
        font-size: 32px;
    }
    
    .features {
        margin-bottom: 20px;
    }
    
    .service-box {
        margin-bottom: 30px;
    }
}

@media(max-width: 768px) {
    .whitelabel-section {
        padding: 60px 0;
    }
    
    .whitelabel-title {
        font-size: 28px;
    }
    
    .whitelabel-subtitle {
        font-size: 15px;
        margin-bottom: 30px;
    }
    
    .whitelabel-benefits {
        gap: 14px;
        margin-bottom: 30px;
    }
    
    .benefit-item {
        font-size: 15px;
    }
    
    .whitelabel-btn {
        width: 100%;
        justify-content: center;
        padding: 14px 28px;
    }
    
    /* Features Section Mobile */
    .feature-bg {
        padding: 60px 0;
    }
    
    .center-title .title {
        font-size: 28px;
    }
    
    .center-title .sub-title {
        font-size: 16px;
    }
    
    .features {
        padding: 25px;
    }
    
    .feature-title {
        font-size: 18px;
    }
    
    /* Callout Section Mobile */
    .callout-bg {
        padding: 60px 0;
    }
    
    .white-title {
        font-size: 28px;
    }
    
    .white-sub-title {
        font-size: 16px;
    }
    
    .intro-btn {
        margin-bottom: 15px;
        display: block;
    }
    
    .intro-btn a {
        width: 100%;
        justify-content: center;
    }
    
    /* Services Section Mobile */
    .app-feature-bg {
        padding: 60px 0;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
    }
    
    .feature-card {
        padding: 25px;
    }
    
    .feature-icon-wrapper {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }
    
    .feature-icon-wrapper i {
        font-size: 30px;
    }
    
    .feature-card h4 {
        font-size: 18px;
    }
    
    .service-box {
        padding: 25px;
        margin-bottom: 20px;
    }
    
    /* Pricing Section Mobile */
    section#Pricing {
        padding: 60px 0;
    }
    
    .price-box {
        padding: 50px 20px 25px 20px;
        margin-bottom: 30px;
        min-height: auto;
    }
    
    .price-value {
        font-size: 32px;
    }
    
    .pricing-item {
        margin-bottom: 20px;
    }
    
    .pricing-footer {
        padding-top: 15px;
    }
    
    /* Testimonials Mobile */
    .testimonial-area {
        padding: 60px 0;
    }
    
    .single-testimonial {
        padding: 25px;
        margin-bottom: 20px;
    }
    
    /* Fun Facts Mobile */
    .fun-fact-bg {
        padding: 60px 0;
    }
    
    .fun-box {
        padding: 30px 15px;
        margin-bottom: 20px;
    }
    
    .fun-fact-value {
        font-size: 40px;
    }
}

/* Services/Funcionalidades Section - Modern Grid Design */
.app-feature-bg {
    background: #f8f9fa;
    padding: 100px 0;
    position: relative;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.feature-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    border: 2px solid rgba(37, 211, 102, 0.1);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #25d366 0%, #20ba5a 100%);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.feature-card:hover::before {
    transform: scaleX(1);
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 50px rgba(37, 211, 102, 0.2);
    border-color: rgba(37, 211, 102, 0.4);
}

.feature-icon-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.1) 0%, rgba(37, 211, 102, 0.05) 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    position: relative;
}

.feature-icon-wrapper::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.2) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.feature-card:hover .feature-icon-wrapper {
    transform: scale(1.1) rotate(5deg);
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.2) 0%, rgba(37, 211, 102, 0.1) 100%);
}

.feature-card:hover .feature-icon-wrapper::after {
    opacity: 1;
}

.feature-icon-wrapper i {
    font-size: 36px;
    color: #25d366;
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
}

.feature-card:hover .feature-icon-wrapper i {
    color: #20ba5a;
    transform: scale(1.1);
}

.feature-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0a1f14;
    margin-bottom: 15px;
    line-height: 1.3;
}

.feature-card p {
    color: rgba(10, 31, 20, 0.7);
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

/* Legacy styles for compatibility */
.service-box {
    padding: 35px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(37, 211, 102, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.service-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(37, 211, 102, 0.15);
    border-color: rgba(37, 211, 102, 0.3);
}

.about-watch-feature ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-feature {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.about-feature:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.about-feature .service-icon-bg {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #25d366;
    border-radius: 12px;
    background: rgba(37, 211, 102, 0.1);
    flex-shrink: 0;
    margin-right: 20px;
    font-size: 24px;
}

.about-feature h4 {
    font-size: 18px;
    font-weight: 700;
    color: #0a1f14;
    margin-bottom: 8px;
}

.about-feature p {
    color: rgba(10, 31, 20, 0.7);
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.p-img {
    text-align: center;
    padding: 20px;
}

.p-img img {
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    max-width: 100%;
    height: auto;
}

/* Pricing Section - Modern Design */
section#Pricing {
    background: #f8f9fa;
    padding: 100px 0;
}

.pricing-header {
    text-align: center;
    margin-bottom: 25px;
    position: relative;
}

.price-title {
    font-size: 24px;
    font-weight: 700;
    color: #0a1f14;
    margin: 0;
}

.recommend {
    background: #25d366;
    color: #ffffff;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.pricing-value {
    text-align: center;
    margin-bottom: 30px;
}

.price-value {
    font-size: 36px;
    font-weight: 800;
    color: #0a1f14;
    margin: 0;
}

.price-value small {
    font-size: 16px;
    font-weight: 500;
    color: rgba(10, 31, 20, 0.6);
}

.price-box {
    border: 2px solid #e0e0e0;
    border-radius: 20px;
    padding: 50px 30px 30px 30px;
    background: #ffffff;
    transition: all 0.3s ease;
    min-height: 600px;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: visible;
}

.price-box:hover {
    border-color: #25d366;
    box-shadow: 0 15px 40px rgba(37, 211, 102, 0.15);
    transform: translateY(-5px);
}

.price-box.active {
    border-color: #25d366;
    background: linear-gradient(135deg, #ffffff 0%, rgba(37, 211, 102, 0.02) 100%);
    box-shadow: 0 15px 40px rgba(37, 211, 102, 0.2);
}

.pricing-header {
    position: relative;
    margin-bottom: 20px;
}

.pricing-item {
    flex: 1;
    margin-bottom: 25px;
    min-height: 0;
    overflow-y: auto;
}

.pricing-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-item li {
    padding: 12px 0;
    color: rgba(10, 31, 20, 0.8);
    font-size: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    padding-left: 25px;
}

.pricing-item li:last-child {
    border-bottom: none;
}

.pricing-item li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #25d366;
    font-weight: 700;
    font-size: 18px;
}

.pricing-footer {
    margin-top: auto;
    padding-top: 20px;
    position: relative;
    z-index: 10;
}

.pricing-btn {
    border-radius: 12px;
    background: #25d366;
    color: #ffffff;
    padding: 16px 28px;
    text-decoration: none;
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
    width: 100%;
    box-sizing: border-box;
}

.pricing-btn:hover {
    background: #20ba5a;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.4);
    color: #ffffff;
}

.price-box.active .pricing-btn {
    background-color: #25d366;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
}

.price-box:hover .pricing-btn {
    background-color: #25d366;
}

/* Testimonial Section - Modern Design */
.testimonial-area {
    background: #ffffff;
    padding: 100px 0;
}

.single-testimonial {
    background: #ffffff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(37, 211, 102, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    margin: 10px;
}

.single-testimonial:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(37, 211, 102, 0.15);
    border-color: rgba(37, 211, 102, 0.3);
}

.testimonial-review {
    margin-bottom: 20px;
}

.testimonial-review .quota i {
    color: #25d366;
    font-size: 48px;
    opacity: 0.3;
}

.testimonial-review .star ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 3px;
}

.testimonial-review .star li i {
    color: #ffc107;
    font-size: 18px;
}

.testimonial-text {
    margin: 25px 0;
}

.testimonial-text .text {
    color: rgba(10, 31, 20, 0.8);
    font-size: 16px;
    line-height: 1.7;
    font-style: italic;
    margin: 0;
}

.testimonial-author {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.author-image {
    position: relative;
    width: 60px;
    height: 60px;
    margin-right: 15px;
    flex-shrink: 0;
}

.author-image .author {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #25d366;
    position: relative;
    z-index: 2;
    display: block;
}

.author-image .shape {
    display: none;
}

.author-image .author-placeholder {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(37, 211, 102, 0.1);
    border: 3px solid #25d366;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #25d366;
    font-size: 24px;
}

.author-content .holder-name {
    font-size: 16px;
    font-weight: 700;
    color: #0a1f14;
    margin-bottom: 5px;
}

.author-content .text {
    font-size: 14px;
    color: rgba(10, 31, 20, 0.6);
    margin: 0;
}

/* Footer */
.footer-bg {
    background-image: url(../images/03-footer-bg.png);
    background-size: cover;
    background-position: center;
    padding: 60px 0 30px;
}

.footer-about {
    text-align: center;
}

.footer-title h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.footer-icon {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.footer-icon ul {
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-icon li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    transition: all 0.3s ease;
}

.footer-icon li a:hover {
    background: #25d366;
    color: #ffffff;
    transform: translateY(-3px);
}

.address {
    text-align: center;
    margin-top: 30px;
}

.address p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    margin-bottom: 6px;
    line-height: 1.5;
}

.footer-listing ul li {
    color: #fff;
}

.copyright {
    color: #fff;
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.copyright .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyright .col-lg-12 {
    text-align: center;
}

.copyright p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin-bottom: 4px;
    line-height: 1.4;
}

.copyright ul {
    list-style: none;
    padding: 0;
    margin: 8px 0 0 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.copyright li {
    display: inline;
}

/* Integration Section - Grupo Acert */
.integration-section {
    padding: 100px 0;
    position: relative;
}

.integration-badge {
    display: inline-block;
    background: #25d366;
    color: #fff;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.integration-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #0a1f14;
    margin-bottom: 20px;
    line-height: 1.3;
}

.integration-visual {
    padding: 20px;
}

@media (max-width: 768px) {
    .integration-content h2 {
        font-size: 26px;
    }
    
    .integration-visual {
        margin-top: 40px;
    }
    
    .integration-section {
        padding: 60px 0;
    }
}

.copyright li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.copyright li a:hover {
    color: #25d366;
}

.footer-listing li:hover {
    color: #25d366;
}
