/* Custom Styles for FitoApp Static Site */

/* WhatsApp Contact Card & Button */
.whatsapp-contact-card {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 40px 30px;
    margin: 25px auto 40px;
    max-width: 760px;
    border-top: 5px solid #25D366;
    text-align: center;
}
.whatsapp-contact-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 12px;
}
.whatsapp-contact-card p.lead-text {
    font-size: 16px;
    color: #555555;
    margin-bottom: 25px;
    line-height: 1.6;
}
.whatsapp-btn {
    display: inline-block;
    background-color: #25D366;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 700;
    padding: 16px 36px;
    border-radius: 50px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    margin: 15px 0 25px;
}
.whatsapp-btn:hover, .whatsapp-btn:focus {
    background-color: #1ebc57;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 22px rgba(37, 211, 102, 0.55);
}
.whatsapp-btn i {
    font-size: 26px;
    vertical-align: middle;
    margin-right: 10px;
}
.whatsapp-note {
    font-size: 13px;
    color: #888888;
    margin-top: 10px;
}
.contact-info-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -10px 0;
    text-align: left;
}
.contact-info-col {
    flex: 1;
    min-width: 240px;
    padding: 10px;
}
.contact-info-box {
    background: #fbfbfb;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    padding: 20px;
    height: 100%;
}
.contact-info-box i {
    font-size: 22px;
    color: #ff6600;
    margin-bottom: 10px;
    display: inline-block;
}
.contact-info-box h4 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 8px;
    color: #333;
}
.contact-info-box p {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
}
.contact-info-box a {
    color: #ff6600;
    font-weight: 600;
}
.contact-info-box a:hover {
    color: #e55c00;
    text-decoration: underline;
}

/* Video Responsive Container */
.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    border-radius: 4px;
}
.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Footer video embed fix */
.footer-sidebar iframe {
    max-width: 100%;
    border-radius: 4px;
}

/* Funfact section styling polish */
.funfact .overlay {
    background-color: #ff6600;
    padding: 80px 0 40px;
}

/* Post and Infographic Images */
.entry-content img, .post-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 15px auto;
    border-radius: 4px;
}

/* Clean Typography Overrides */
body {
    font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
    color: #333333;
}
h1, h2, h3, h4, h5, h6, .widget-title, .navbar-brand {
    font-family: 'Raleway', 'Open Sans', sans-serif;
}

/* Floating WhatsApp Button */
.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    color: #ffffff !important;
    border-radius: 50px;
    text-align: center;
    font-size: 32px;
    box-shadow: 0 4px 18px rgba(37, 211, 102, 0.5);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.whatsapp-float:hover {
    background-color: #1ebc57;
    color: #ffffff !important;
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.65);
}
.whatsapp-float .whatsapp-tooltip {
    visibility: hidden;
    opacity: 0;
    width: 140px;
    background-color: #333333;
    color: #ffffff;
    text-align: center;
    border-radius: 6px;
    padding: 6px 10px;
    position: absolute;
    right: 70px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    transition: opacity 0.3s, transform 0.3s;
    transform: translateX(10px);
    pointer-events: none;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}
.whatsapp-float .whatsapp-tooltip::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #333333;
}
.whatsapp-float:hover .whatsapp-tooltip {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}
@media (max-width: 767px) {
    .whatsapp-float {
        bottom: 18px;
        right: 18px;
        width: 54px;
        height: 54px;
        font-size: 28px;
    }
    .whatsapp-float .whatsapp-tooltip {
        display: none;
    }
}

/* Modern Sticky Header & Navbar */
.navbar-custom {
    position: sticky !important;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.96) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    margin-bottom: 0 !important;
    border: none !important;
}
.navbar-custom .navbar-brand {
    padding: 10px 15px;
    height: auto;
    display: flex;
    align-items: center;
}
.navbar-custom .navbar-brand img {
    max-height: 48px;
    width: auto;
    transition: transform 0.2s ease;
}
.navbar-custom .navbar-brand img:hover {
    transform: scale(1.02);
}
@media (min-width: 992px) {
    .site-branding-text {
        display: none !important; /* Hide duplicate h2 text next to logo on desktop */
    }
}
.navbar-custom .navbar-nav > li > a {
    font-size: 14px;
    font-weight: 600;
    color: #444444 !important;
    padding: 22px 14px !important;
    transition: color 0.2s ease, background-color 0.2s ease;
    position: relative;
}
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li.active > a {
    color: #ff6600 !important;
    background: transparent !important;
}
.navbar-custom .navbar-nav > li.active > a::after {
    content: '';
    position: absolute;
    bottom: 12px;
    left: 14px;
    right: 14px;
    height: 3px;
    background-color: #ff6600;
    border-radius: 2px;
}
.navbar-custom .nav-cta-item {
    display: flex;
    align-items: center;
    padding: 12px 10px;
}
.navbar-custom .nav-cta-btn {
    background: #ff6600 !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    padding: 8px 18px !important;
    border-radius: 25px !important;
    box-shadow: 0 4px 10px rgba(255, 102, 0, 0.3) !important;
    transition: all 0.3s ease !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none !important;
}
.navbar-custom .nav-cta-btn:hover {
    background: #e55c00 !important;
    box-shadow: 0 6px 14px rgba(255, 102, 0, 0.45) !important;
    transform: translateY(-1px);
    color: #ffffff !important;
}
.navbar-custom .nav-cta-btn i {
    margin-right: 6px;
    font-size: 15px;
}
@media (max-width: 991px) {
    .navbar-custom .navbar-nav > li > a {
        padding: 12px 20px !important;
    }
    .navbar-custom .navbar-nav > li.active > a::after {
        display: none;
    }
    .navbar-custom .nav-cta-item {
        padding: 10px 20px 20px;
    }
    .navbar-custom .nav-cta-btn {
        display: inline-block;
        text-align: center;
    }
}

/* Modern Hero Section */
#slider-carousel {
    position: relative;
    overflow: hidden;
}
#slider-carousel .item {
    padding: 120px 0 130px;
    background-position: center center !important;
    background-size: cover !important;
    position: relative;
}
#slider-carousel .item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.75) 0%, rgba(30, 41, 59, 0.85) 100%);
}
#slider-carousel .container {
    position: relative;
    z-index: 2;
}
.slider-caption {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}
.hero-badge {
    display: inline-block;
    background: rgba(255, 102, 0, 0.2);
    border: 1px solid rgba(255, 102, 0, 0.5);
    color: #ff944d;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.hero-badge i {
    margin-right: 6px;
}
#slider-carousel h5 {
    color: #ffaa66;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
}
#slider-carousel h1 {
    color: #ffffff;
    font-size: clamp(32px, 5.5vw, 54px);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 18px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
#slider-carousel p {
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(16px, 2.2vw, 22px);
    font-weight: 400;
    margin-bottom: 35px;
}
.hero-buttons-wrap {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.hero-btn-primary {
    background: #ff6600;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(255, 102, 0, 0.4);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.hero-btn-primary:hover {
    background: #e55c00;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 102, 0, 0.55);
    color: #ffffff !important;
}
.hero-btn-secondary {
    background: rgba(255, 255, 255, 0.12);
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none !important;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.hero-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: #ffffff;
    transform: translateY(-2px);
    color: #ffffff !important;
}
@media (max-width: 767px) {
    #slider-carousel .item {
        padding: 70px 0 80px;
    }
    .hero-btn-primary, .hero-btn-secondary {
        width: 100%;
        justify-content: center;
    }
}

/* Modern Differentials (Diferenciais) Section */
.service {
    padding: 80px 0 60px;
    background-color: #f8fafc;
}
.service .section-header {
    margin-bottom: 50px;
}
.service .section-header p {
    color: #ff6600;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
}
.service .section-header h1.widget-title {
    font-size: clamp(24px, 3.5vw, 36px);
    font-weight: 800;
    color: #1e293b;
    margin-top: 0;
}
.service hr.divider {
    width: 60px;
    height: 4px;
    background: #ff6600;
    border: none;
    margin: 15px auto 0;
    border-radius: 2px;
}
.differential-col {
    margin-bottom: 30px;
    display: flex;
}
.differential-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 35px 25px;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}
.differential-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 32px rgba(255, 102, 0, 0.12);
    border-color: #ffd6b3;
}
.differential-icon-box {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: #fff3eb;
    color: #ff6600;
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    transition: all 0.35s ease;
}
.differential-card:hover .differential-icon-box {
    background: #ff6600;
    color: #ffffff !important;
    transform: scale(1.08);
    box-shadow: 0 6px 16px rgba(255, 102, 0, 0.35);
}
.differential-icon-box a {
    color: inherit !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none !important;
}
.differential-card h3.entry-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 12px;
    color: #1e293b;
}
.differential-card h3.entry-title a {
    color: #1e293b !important;
    text-decoration: none !important;
    transition: color 0.2s;
}
.differential-card:hover h3.entry-title a {
    color: #ff6600 !important;
}
.differential-card .entry-content {
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 18px;
    flex-grow: 1;
}
.differential-card .card-more-link {
    font-size: 13px;
    font-weight: 700;
    color: #ff6600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: gap 0.2s ease;
    margin-top: auto;
}
.differential-card:hover .card-more-link {
    gap: 8px;
}

/* Modern Funfact Section */
.funfact {
    background: linear-gradient(135deg, #ff6600 0%, #e05500 100%) !important;
    position: relative;
    padding: 70px 0 45px !important;
}
.funfact .overlay {
    background: transparent !important;
    padding: 0 !important;
}
.funfact-card {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 16px;
    padding: 35px 20px;
    margin-bottom: 25px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.funfact-card:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.45);
}
.funfact-card i.funfact-icon {
    font-size: 34px;
    color: #ffffff;
    margin-bottom: 15px;
    display: inline-block;
    transition: transform 0.3s ease;
}
.funfact-card:hover i.funfact-icon {
    transform: scale(1.15);
}
.funfact-card .funfact-title {
    font-size: clamp(34px, 4vw, 44px);
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 10px;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.funfact-card .description {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.5;
    margin: 0;
}

/* Modern Portfolio Section */
.portfolio {
    padding: 80px 0 70px;
    background-color: #ffffff;
}
.portfolio .section-header {
    margin-bottom: 45px;
}
.portfolio .section-header p {
    color: #ff6600;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
}
.portfolio .section-header h1.widget-title {
    font-size: clamp(24px, 3.5vw, 36px);
    font-weight: 800;
    color: #1e293b;
    margin-top: 0;
}
.portfolio .p-left-right-0 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 0 -10px;
}
.portfolio .col {
    flex: 1 1 200px;
    max-width: 240px;
    padding: 0;
}
.portfolio-mockup-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border: 3px solid #f1f5f9;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    text-align: center;
}
.portfolio-mockup-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 16px 36px rgba(255, 102, 0, 0.16);
    border-color: #ffd6b3;
}
.portfolio-mockup-card img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}
.portfolio-mockup-card .portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.9) 0%, rgba(15, 23, 42, 0.4) 60%, transparent 100%);
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px 15px;
    transition: opacity 0.3s ease;
    text-decoration: none !important;
}
.portfolio-mockup-card:hover .portfolio-overlay {
    opacity: 1;
}
.portfolio-overlay .zoom-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ff6600;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    font-size: 18px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
.portfolio-overlay h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 4px;
}
.portfolio-overlay p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 12px;
    margin: 0;
}
.portfolio-caption-under {
    padding: 12px 10px;
    background: #ffffff;
}
.portfolio-caption-under h4 {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 4px;
}
.portfolio-caption-under p {
    font-size: 12px;
    color: #64748b;
    margin: 0;
}

/* Modern Infographics Section */
.news {
    padding: 80px 0 70px;
    background-color: #f8fafc;
}
.news .section-header {
    margin-bottom: 45px;
}
.news .section-header p {
    color: #ff6600;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
}
.news .section-header h2.widget-title {
    font-size: clamp(24px, 3.5vw, 36px);
    font-weight: 800;
    color: #1e293b;
    margin-top: 0;
}
.infographic-col {
    margin-bottom: 30px;
    display: flex;
}
.infographic-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.infographic-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 16px 36px rgba(255, 102, 0, 0.12);
    border-color: #ffd6b3;
}
.infographic-thumb-wrap {
    position: relative;
    overflow: hidden;
    background-color: #f1f5f9;
}
.infographic-thumb-wrap img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.infographic-card:hover .infographic-thumb-wrap img {
    transform: scale(1.04);
}
.infographic-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(255, 102, 0, 0.9);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 5px 12px;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.infographic-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.infographic-body h3.entry-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px;
    color: #1e293b;
    line-height: 1.4;
}
.infographic-body h3.entry-title a {
    color: #1e293b !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}
.infographic-card:hover .infographic-body h3.entry-title a {
    color: #ff6600 !important;
}
.infographic-btn {
    font-size: 13px;
    font-weight: 700;
    color: #ff6600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: auto;
    transition: gap 0.2s ease;
}
.infographic-card:hover .infographic-btn {
    gap: 10px;
}

/* Modern Footer Section */
.site-footer {
    background-color: #0f172a !important;
    color: #94a3b8 !important;
    padding: 70px 0 30px !important;
    font-size: 14px;
    line-height: 1.6;
}
.site-footer .widget-title {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 22px !important;
    position: relative;
    padding-bottom: 10px;
}
.site-footer .widget-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 3px;
    background-color: #ff6600;
    border-radius: 2px;
}
.site-footer a {
    color: #cbd5e1 !important;
    text-decoration: none !important;
    transition: color 0.2s ease, padding-left 0.2s ease;
}
.site-footer a:hover {
    color: #ff6600 !important;
    padding-left: 4px;
}
.site-footer ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0 !important;
}
.site-footer ul li {
    margin-bottom: 8px;
}
.site-footer ul.children {
    padding-left: 14px !important;
    margin-top: 6px !important;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer .media.widget-address {
    margin-top: 15px;
}
.site-footer .addr-icon {
    float: left;
    color: #ff6600;
    font-size: 18px;
    margin-right: 12px;
}
.site-footer address {
    margin-bottom: 0;
    font-style: normal;
    color: #cbd5e1;
}
.footer-app-box {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 16px;
    text-align: center;
    max-width: 220px;
}
.footer-app-box img.qr-img {
    background: #ffffff;
    padding: 8px;
    border-radius: 8px;
    max-width: 130px;
    margin: 0 auto 12px;
    display: block;
}
.footer-app-box img.play-img {
    max-width: 150px;
    display: block;
    margin: 0 auto;
    transition: transform 0.2s ease;
}
.footer-app-box img.play-img:hover {
    transform: scale(1.04);
}
.site-info {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding-top: 25px !important;
    margin-top: 40px !important;
    color: #64748b !important;
    font-size: 13px !important;
}
