﻿/* Custom Styles for Rodo Calc */

:root {
    --header-height: 85px;
}

/* Service Item Box Styles */
.service-item-box {
    background: #f8f9fa;
    padding: 30px 25px;
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
    margin-bottom: 30px;
}

.service-item-box:hover {
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.service-item-box .icon {
    font-size: 48px;
    color: #FF131D;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.service-item-box h5 {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.service-item-box p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* Blog Title Centered */
.blog-title {
    margin-bottom: 50px;
}

.blog-title h2 {
    margin-top: 15px;
}

/* Pagination Customization */
.pagination {
    gap: 5px;
}

.page-links, 
.page-links-previous, 
.page-links-next {
    padding: 8px 12px;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.page-links:hover,
.page-links-previous:hover,
.page-links-next:hover {
    background-color: #f0f0f0;
    border-color: #999;
}

.page-links.active {
    background-color: #FF131D;
    color: white;
    border-color: #FF131D;
}

.page-items, .page-item {
    list-style: none;
}

/* Blog Cards Enhancement */
.blog {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

/* Extra spacing for sections */
#servicos {
    background: #fafafa;
}

#blog {
    background: white;
}

/* ==========================================
   RC HEADER - Partials pages
   ========================================== */
.rc-header {
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 999;
    height: var(--header-height);
    display: flex;
    align-items: center;
}
.rc-header .container-fluid {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}
.rc-header__logo img {
    max-height: 50px;
    display: block;
}
.rc-header__nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 28px;
}
.rc-header__nav ul li a {
    color: #1a1a1a;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    transition: color 0.3s ease;
}
.rc-header__nav ul li a:hover,
.rc-header__nav ul li.active a {
    color: #EC7216;
}
.rc-header__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}
.rc-header__cta {
    background: #EC7216;
    color: #ffffff;
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}
.rc-header__cta:hover {
    background: #d4650f;
    color: #ffffff;
    transform: translateY(-2px);
}
.rc-header__menu-btn {
    background: none;
    border: none;
    font-size: 22px;
    color: #1a1a1a;
    cursor: pointer;
}
@media (max-width: 991px) {
    .rc-header {
        height: 70px;
    }
    .rc-header .container-fluid {
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* ==========================================
   RC PAGE HERO - Breadcrumb banner
   ========================================== */
.rc-page-hero {
    background: #161717;
    padding: 100px 0 60px;
    text-align: center;
}
.rc-page-hero__badge {
    display: inline-block;
    background: rgba(236, 114, 22, 0.15);
    color: #EC7216;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 20px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
}
.rc-page-hero__title {
    color: #ffffff;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 16px;
}
.rc-page-hero__breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
}
.rc-page-hero__breadcrumb a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.3s ease;
}
.rc-page-hero__breadcrumb a:hover {
    color: #EC7216;
}
.rc-page-hero__breadcrumb i {
    color: rgba(255, 255, 255, 0.3);
    font-size: 10px;
}
.rc-page-hero__breadcrumb span {
    color: #EC7216;
    font-weight: 600;
}
@media (max-width: 767px) {
    .rc-page-hero {
        padding: 80px 0 40px;
    }
    .rc-page-hero__title {
        font-size: 30px;
    }
}

/* ==========================================
   RC SERVICE DETAILS - Restyled
   ========================================== */
.rc-service-details {
    padding: 80px 0;
    background: #ffffff;
}
.rc-service-details__main-img {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 32px;
}
.rc-service-details__main-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
}
.rc-service-details h3 {
  font-size: 26px;
  font-weight: 700;
  color: #161717;
  margin-bottom: 16px;
  margin-top: 32px;
}
.rc-service-details p {
  color: #555;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 16px;
}
.rc-service-details__checks {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.rc-service-details__checks li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    color: #333;
    font-size: 15px;
}
.rc-service-details__checks li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #EC7216;
}
.rc-service-details__secondary-img {
    border-radius: 12px;
    overflow: hidden;
    margin: 32px 0;
}
.rc-service-details__secondary-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}
.rc-service-details__content {
    overflow: hidden;
}
.rc-service-details__img {
    float: left;
    width: 40%;
    max-width: 340px;
    margin: 0 24px 24px 0;
    border-radius: 12px;
}
@media (max-width: 991px) {
    .rc-service-details__img {
        float: none;
        width: 100%;
        max-width: 100%;
        margin: 0 0 20px 0;
    }
}

/* Service Sidebar */
.rc-sidebar-nav {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 28px;
    margin-bottom: 28px;
}
.rc-sidebar-nav h4 {
    font-size: 18px;
    font-weight: 700;
    color: #161717;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 2px solid #EC7216;
}
.rc-sidebar-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.rc-sidebar-nav ul li {
    margin-bottom: 4px;
}
.rc-sidebar-nav ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    transition: all 0.3s ease;
}
.rc-sidebar-nav ul li a:hover,
.rc-sidebar-nav ul li.active a {
    background: #EC7216;
    color: #ffffff;
}
.rc-sidebar-cta {
    background: #161717;
    border-radius: 16px;
    padding: 28px;
    text-align: center;
    color: #ffffff;
}
..rc-sidebar-cta h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #ffffff !important;
}
.rc-sidebar-cta ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}
.rc-sidebar-cta ul li {
    margin-bottom: 10px;
}
.rc-sidebar-cta ul li a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: color 0.3s ease;
}
.rc-sidebar-cta ul li a:hover {
    color: #EC7216;
}
.rc-sidebar-cta .rc-sidebar-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #EC7216;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}
.rc-sidebar-cta .rc-sidebar-cta__btn:hover {
    background: #d4650f;
    color: #ffffff;
}
.rc-sidebar-cta__contact {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.rc-sidebar-cta__contact span {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    margin-bottom: 4px;
}
.rc-sidebar-cta__contact a {
    color: #EC7216;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

/* ==========================================
   RC SERVICES LISTING - service.php grid
   ========================================== */
.rc-services-listing {
    padding: 80px 0;
    background: #f9f9f9;
}
.rc-services-listing__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.rc-service-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.06);
}
.rc-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}
.rc-service-card__image {
  position: relative;
  overflow: hidden;
  height: 275px;
}
.rc-service-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.rc-service-card:hover .rc-service-card__image img {
    transform: scale(1.05);
}
.rc-service-card__icon {
  position: absolute;
  bottom: 20px;
  left: 24px;
  width: 48px;
  height: 48px;
  background: #EC7216;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(236, 114, 22, 0.35);
}
.rc-service-card__icon img {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
}
.rc-service-card__body {
    padding: 36px 24px 24px;
}
.rc-service-card__body h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.rc-service-card__body h5 a {
    color: #161717;
    text-decoration: none;
    transition: color 0.3s ease;
}
.rc-service-card__body h5 a:hover {
    color: #EC7216;
}
.rc-service-card__body p {
  color: #666;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 16px;
}
.rc-service-card__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #EC7216;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: gap 0.3s ease;
}
.rc-service-card__link:hover {
    gap: 10px;
    color: #d4650f;
}

/* Why Choose Us - service.php */
.rc-why-us {
    padding: 80px 0;
    background: #161717;
    color: #ffffff;
}
.rc-why-us__feature {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 14px;
    padding: 24px;
    transition: all 0.3s ease;
}
.rc-why-us__feature:hover {
    background: rgba(255, 255, 255, 0.08);
}
.rc-why-us__feature-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
}
.rc-why-us__feature-icon img {
    width: 100%;
    height: auto;
}
.rc-why-us__feature h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}
.rc-why-us__feature p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}
.rc-why-us__stats {
    display: flex;
    gap: 32px;
    margin-top: 32px;
}
.rc-why-us__stat-item {
    text-align: center;
}
.rc-why-us__stat-item h3 {
    color: #EC7216;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 4px;
}
.rc-why-us__stat-item span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 2rem;
}
.rc-why-us__image {
    border-radius: 16px;
    overflow: hidden;
}
.rc-why-us__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

/* ==========================================
   RC BLOG LISTING - blog.php
   ========================================== */
.rc-blog-listing {
    padding: 80px 0;
    background: #f9f9f9;
}

/* ── Featured News: 1 large + 2 small ── */
.rc-featured-news {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  margin-bottom: 48px;
}
.rc-featured-news__main,
.rc-featured-news__card {
    position: relative;
    display: block;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
}
.rc-featured-news__main {
    grid-row: 1 / 2;
    min-height: 440px;
    max-height: 440px;
}
.rc-featured-news__side {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.rc-featured-news__card {
    flex: 1;
    min-height: 210px;
    max-height: 210px;
}
.rc-featured-news__main img,
.rc-featured-news__card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.rc-featured-news__main:hover img,
.rc-featured-news__card:hover img {
    transform: scale(1.05);
}
.rc-featured-news__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.15) 50%, rgba(0,0,0,0.3) 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 28px;
    z-index: 2;
}
.rc-featured-news__card .rc-featured-news__overlay {
    padding: 20px;
}
.rc-featured-news__meta {
    order: 0;
}
.rc-featured-news__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-bottom: auto;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(255,255,255,0.8);
}
.rc-featured-news__date {
    font-weight: 700;
}
.rc-featured-news__cat {
    background: rgba(236, 114, 22, 0.9);
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
}
.rc-featured-news__title,
.rc-featured-news__excerpt {
    margin-top: 0;
}
.rc-featured-news__cat {
  background: #EC7216;
  color: #fff;
  padding: 3px 8px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 11px;
  margin-left: 2px;
}
.rc-featured-news__region {
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 4px;
  display: inline-block;
  margin-left: -5px;
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rc-featured-news__title {
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    margin: 0 0 8px;
}
.rc-featured-news__main .rc-featured-news__title {
    font-size: 24px;
}
.rc-featured-news__card .rc-featured-news__title {
  font-size: 20px;
}
.rc-featured-news__excerpt {
  font-size: 16px;
  color: rgba(255,255,255,0.75);
  margin: 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 991px) {
    .rc-featured-news {
        grid-template-columns: 1fr;
    }
    .rc-featured-news__main {
        min-height: 360px;
    }
    .rc-featured-news__side {
        flex-direction: row;
    }
    .rc-featured-news__card {
        min-height: 220px;
    }
}
@media (max-width: 575px) {
    .rc-featured-news__side {
        flex-direction: column;
    }
    .rc-featured-news__card {
        min-height: 200px;
    }
    .rc-featured-news__main .rc-featured-news__title {
        font-size: 20px;
    }
}

/* ── Blog CTA between sections ── */
.rc-blog-cta {
    margin: 48px 0;
}
.rc-blog-cta__inner {
    background: #161717;
    border-radius: 16px;
    padding: 40px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.rc-blog-cta__inner h3 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px;
}
.rc-blog-cta__inner p {
  font-size: 18px;
  color: rgba(255,255,255,0.65);
  margin: 0;
  max-width: 480px;
}
.rc-blog-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #EC7216;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.3s ease;
}
.rc-blog-cta__btn:hover {
    background: #d4640f;
    color: #fff;
}
@media (max-width: 767px) {
    .rc-blog-cta__inner {
        flex-direction: column;
        text-align: center;
        padding: 32px 24px;
    }
}

.rc-blog-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: visible;
    position: relative;
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 28px;
}
.rc-blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}
.rc-blog-card__image {
    position: relative;
    overflow: hidden;
    height: 220px;
}
.rc-blog-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.rc-blog-card:hover .rc-blog-card__image img {
    transform: scale(1.05);
}
.rc-blog-card__date {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #EC7216;
  color: #ffffff;
  text-align: center;
  padding: 8px 12px;
  border-radius: 10px;
  line-height: 1;
}
.rc-blog-card__date strong {
    font-size: 20px;
    font-weight: 800;
    display: block;
}
.rc-blog-related .rc-blog-card__date {
  position: absolute;
  top: -115px;
  left: 15px;
}
.rc-blog-card__date span {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.rc-blog-card__region {
  position: absolute;
  top: 15px;
  left: 75px;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 4px;
  max-width: 130px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 2;
}
.rc-blog-related .rc-blog-card__region {
    top: -115px;
    left: 95px;
}
.rc-blog-card__body {
    padding: 24px;
}
.rc-blog-card__tag {
    display: inline-block;
    background: rgba(236, 114, 22, 0.1);
    color: #EC7216;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 50px;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.rc-blog-card__body h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
}
.rc-blog-card__excerpt {
  margin-bottom: 13px;
  color: #666;
  font-size: 18px;
  line-height: 1.6;
}

.rc-blog-card__body h4 a {
    color: #161717;
    text-decoration: none;
    transition: color 0.3s ease;
}
.rc-blog-card__body h4 a:hover {
    color: #EC7216;
}
.rc-blog-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.rc-blog-card__author {
    display: flex;
    align-items: center;
    gap: 10px;
}
.rc-blog-card__author img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}
.rc-blog-card__author-info span {
    display: block;
    font-size: 13px;
    color: #999;
}
.rc-blog-card__author-info strong {
    font-size: 14px;
    color: #161717;
}
.rc-blog-card__arrow {
    width: 36px;
    height: 36px;
    background: #EC7216;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.rc-blog-card__arrow:hover {
    background: #d4650f;
    color: #ffffff;
    transform: scale(1.1);
}

/* Blog Pagination */
.rc-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}
.rc-pagination a,
.rc-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 14px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #333;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
}
.rc-pagination a:hover {
    background: #EC7216;
    color: #ffffff;
    border-color: #EC7216;
}
.rc-pagination .active {
    background: #EC7216;
    color: #ffffff;
    border-color: #EC7216;
}

/* Responsive grids */
@media (max-width: 991px) {
    .rc-services-listing__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .rc-page-hero__title {
        font-size: 34px;
    }
    .rc-why-us__stats {
        flex-wrap: wrap;
    }
}
@media (max-width: 575px) {
    .rc-services-listing__grid {
        grid-template-columns: 1fr;
    }
    .rc-page-hero__title {
        font-size: 26px;
    }
    .rc-page-hero {
        padding: 70px 0 36px;
    }
}

/* ==========================================
   HERO NEW - Redesign completo
   ========================================== */
.hero-new {
    background-image: url('../img/hero/backgroundhero.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-color: #161717;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: visible;
    padding: var(--header-height) 0 0;
    box-sizing: border-box;
}
.hero-new::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
  pointer-events: none;
  z-index: 1;
}
.hero-new > * {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
}
.hero-new::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(236,114,22,0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 2;
}

/* Badge */
.hero-new__badge {
  display: inline-flex;
  align-items: center;
  background: rgba(236,114,22,0.12);
  color: #EC7216;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
  border: 1px solid rgba(236,114,22,0.2);
}

/* Title */
.hero-new__title {
    color: #fff;
    font-size: 52px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 20px;
}
.hero-new__highlight {
    color: #EC7216;
    position: relative;
}
.hero-new__highlight::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #EC7216;
    border-radius: 2px;
    opacity: 0.4;
}

/* Text */
.hero-new__text {
  color: rgba(255,255,255,0.7);
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 480px;
}

/* Stats */
.hero-new__stats {
    display: flex;
    gap: 24px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.hero-new__stat-item {
    display: flex;
    align-items: center;
    gap: 12px;
}
.hero-new__stat-item i {
    width: 44px;
    height: 44px;
    background: rgba(236,114,22,0.12);
    color: #EC7216;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
    line-height: 44px;
    z-index: 10;
    position: relative;
    visibility: visible !important;
}
.hero-new__stat-item i::before,
.hero-new__stat-item i::after {
    color: #EC7216 !important;
}
.hero-new__stat-item strong {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.hero-new__stat-item span {
  color: rgba(255,255,255,0.5);
  font-size: 13px;
}
/* Buttons */
.hero-new__buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.hero-new__btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 28px;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: inherit;
}
.hero-new__btn i {
    font-size: 28px;
}
.hero-new__btn small {
  display: block;
  font-size: 16px;
  opacity: 0.8;
  line-height: 1;
}
.hero-new__btn strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}
.hero-new__btn--primary {
    background: #EC7216;
    color: #fff;
}
.hero-new__btn--primary:hover {
    background: #d4650f;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(236,114,22,0.35);
}
.hero-new__btn--secondary {
  background: #dc6912;
  color: #fff;
}
.hero-new__btn--secondary:hover {
  background: #dc6912;
  color: #fff;
  transform: translateY(-2px);
}

/* CTA Download section specific button color inverse */
.rc-cta-download .hero-new__btn--primary {
  background: #161717;
  color: #fff;
}
.rc-cta-download .hero-new__btn--primary:hover {
    background: #f5f5f5;
    color: #161717;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transform: translateY(-2px);
}
.rc-cta-download .hero-new__btn--secondary {
    background: #161717;
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.2);
}
.rc-cta-download .hero-new__btn--secondary:hover {
    background: #262626;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Phones */
.hero-new__phones {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100%;
    padding: 40px 20px;
}
.hero-new__phone {
    border-radius: 32px;
    overflow: hidden;
    position: relative;
}
.hero-new__phone img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.hero-new__phone--front {
  width: 320px;
  height: 670px;
  z-index: 2;
  position: relative;
  flex-shrink: 0;
}
.hero-new__phone--back {
  width: 260px;
  height: 550px;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%) rotate(6deg);
  z-index: 1;
  opacity: 0.7;
  flex-shrink: 0;
}

/* Responsive */
@media (max-width: 1399px) {
    .hero-new__title {
        font-size: 46px;
    }
}

@media (max-width: 1600px) {
    .hero-new__phone--front {
    width: 300px;
    height: 610px;
    z-index: 2;
    position: relative;
    flex-shrink: 0;
}
}

@media (max-width: 1366px) {
    .hero-new__title {
        font-size: 44px;
    }
    .hero-new__text {
    font-size: 20px;
    }
    .hero-new__stat-item strong {
    font-size: 14px;
    }
    .hero-new__phone--front {
        width: 250px;
        height: 500px;
    }
    .hero-new__phone--back {
        width: 220px;
        height: 440px;
    }
    .hero-new__btn {
        padding: 12px 24px;
        font-size: 14px;
    }
}
@media (max-width: 1199px) {
    .hero-new {
        overflow: visible;
    }
    .hero-new__title {
        font-size: 40px;
    }
    .hero-new__phone--front {
        width: 220px;
        height: 440px;
    }
    .hero-new__phone--back {
        width: 180px;
        height: 360px;
    }
}
@media (max-width: 991px) {
    .hero-new {
        height: auto;
        min-height: 100vh;
        padding: var(--header-height) 0 40px;
        overflow: visible;
    }
    .hero-new > * {
        height: auto;
    }
    .hero-new .container {
        flex-direction: column;
    }
    .hero-new__title {
        font-size: 36px;
    }
    .hero-new__text {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .hero-new__stats {
        justify-content: center;
    }
    .hero-new__buttons {
        justify-content: center;
    }
    .hero-new__phones {
        min-height: auto;
        margin-top: 40px;
        padding: 40px 20px;
    }
    .hero-new__phone--front {
        width: 200px;
        height: 400px;
    }
    .hero-new__phone--back {
        width: 170px;
        height: 340px;
    }
}
@media (max-width: 767px) {
    .hero-new {
        height: auto;
        min-height: 100vh;
        padding: var(--header-height) 0 40px;
    }
    .hero-new__title {
        font-size: 32px;
    }
    .hero-new__stats {
        gap: 16px;
    }
    .hero-new__stat-item {
        flex: 1 1 calc(50% - 8px);
    }
    .hero-new__phones {
        padding: 30px 20px;
    }
    .hero-new__stat-item strong {
        font-size: 20px;
    }
    .hero-new__stat-item span {

       font-size: 18px;
    }
}
@media (max-width: 575px) {
    .hero-new {
        height: auto;
        min-height: 100vh;
        padding: var(--header-height) 0 40px;
        overflow: visible;
    }
    .hero-new__title {
        font-size: 28px;
    }
    .hero-new__text {
    font-size: 18px;
    }
    .hero-new__phones {
        min-height: auto;
        margin-top: 30px;
        padding: 30px 20px;
    }
    .hero-new__phone--front {
        width: 279px;
        height: 600px;
    }
    .hero-new__phone--back {
        width: 140px;
        height: 280px;
        right: 0%;
    }
    .hero-new__btn {
        padding: 12px 20px;
        width: 100%;
        justify-content: center;
    }
    .hero-new__buttons {
        flex-direction: column;
    }
    .hero-new__stat-item {
        flex: 1 1 100%;
    }
}

/* Header cleanup - sem top bar */
.header-top-area {
    display: none !important;
}
.row.g-4.align-items-center {
    margin-top: 0;
}

/* ==========================================
   HEADER STYLING - White background with black text
   ========================================== */
.main-header {
    background: #ffffff !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.main-header .header-area {
    background: #ffffff;
    display: flex;
    align-items: center;
    height: 85px;
    width: 100%;
}

.main-header .header-area .container-fluid {
    max-width: 1320px !important;
    margin: 0 auto !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    width: 100%;
    display: flex;
    align-items: center;
}

.main-header .header-area .header-logo {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    margin-right: 0 !important;
    padding: 0;
}

.main-header .header-area .header-logo a {
    display: flex;
    align-items: center;
}

.main-header .header-area .header-logo img {
    max-width: 100%;
    height: auto;
    display: block;
}

.header-bottom-area {
    width: 100%;
    display: flex;
    align-items: center;
}

.header-bottom-area .row {
    width: 100%;
    align-items: center;
    margin: 0;
}

.main-header .header-area::after {
    display: none !important;
}

.main-header .header-area::before {
    display: none !important;
}

.main-header .header-logo a {
    display: flex;
    align-items: center;
}

/* Menu Items */
.main-menu {
    display: flex;
    justify-content: center;
    width: 100%;
}

.main-menu nav > ul {
    display: flex;
    justify-content: center;
}

.main-menu nav > ul > li {
    margin-inline-end: 18px !important;
}

.main-menu ul li a {
  font-size: 15px !important;
  padding: 20px 0 !important;
}
.main-menu nav ul li a {
    color: #1a1a1a !important;
    font-weight: 500;
    font-size: 13px;
    transition: color 0.3s ease;
}

.main-menu nav ul li a:hover {
    color: #EC7216 !important;
}

.main-menu nav ul li.active > a {
    color: #EC7216 !important;
}

/* Header column widths - Desktop */
.header-bottom-area .col-lg-2 {
    width: 15% !important;
    flex: 0 0 15% !important;
}

.header-bottom-area .col-lg-6 {
    width: 60% !important;
    flex: 0 0 60% !important;
}

.header-bottom-area .col-lg-4 {
    width: 25% !important;
    flex: 0 0 25% !important;
}

/* Dropdown Submenu Overrides */
.main-menu ul li .submenu {
    display: block !important;
    background: #ffffff !important;
    border-top: 3px solid #EC7216 !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
    border-radius: 0 0 8px 8px;
    padding: 10px 0 !important;
    min-width: 240px !important;
}

.main-menu ul li .submenu li {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    margin-inline-end: 0 !important;
}

.main-menu ul li .submenu li a {
    display: block !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #333 !important;
    padding: 8px 20px 8px 24px !important;
    line-height: 1.4 !important;
    white-space: nowrap;
}

.main-menu ul li .submenu li a:hover {
    color: #EC7216 !important;
}

.main-menu ul li .submenu li a::before {
    background: #EC7216 !important;
}

.main-menu ul li.has-dropdown > a::after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", serif;
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    margin-left: 5px;
    font-size: 10px;
    color: inherit;
    vertical-align: middle;
}

.main-menu ul li .submenu li.has-dropdown > a::after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", serif;
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    font-size: 10px;
    color: inherit;
}

/* Responsive Header */
@media (max-width: 1399px) {
    .main-header .header-area .container-fluid {
        max-width: 1140px !important;
    }
    
    .main-menu ul li {
        margin-inline-end: 15px !important;
    }
    
    .main-menu nav ul li a {
        font-size: 12px;
    }
}

@media (max-width: 1199px) {
    .main-header .header-area {
        height: 80px;
    }
    
    .main-header .header-area .container-fluid {
        max-width: 960px !important;
    }
    
    .main-menu ul li {
        margin-inline-end: 12px !important;
    }
    
    .main-menu nav ul li a {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .main-header .header-area {
        height: 70px;
    }
    
    .main-header .header-area .container-fluid {
        max-width: none !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    
    .main-menu nav ul li a {
        font-size: 14px;
    }
    
    /* Disable mouse cursor effect on mobile */
    .mouse-cursor {
        display: none !important;
    }
}

@media (max-width: 575px) {
    .main-header .header-area {
        height: 65px;
    }
}

/* Sticky Header Adjustments */
.sticky.main-header .header-area {
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.sticky.main-header .header-area .container-fluid {
    max-width: 1320px !important;
    margin: 0 auto !important;
}

@media (max-width: 991px) {
    .main-header .header-area {
        height: 70px;
    }

    .header-bottom-area .row {
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    /* Logo: auto width, centered vertically */
    .header-bottom-area .col-lg-2 {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    
    /* Logo image bigger on mobile */
    .main-header .header-area .header-logo img {
        max-width: 120px !important;
        height: auto !important;
    }

    /* Menu column: completely hidden on mobile */
    .header-bottom-area .col-lg-6 {
        display: none !important;
    }

    /* Hamburger column: auto width on the right */
    .header-bottom-area .col-lg-4 {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    /* Hide the "Baixe Grátis" button on mobile, keep only hamburger */
    .header-bottom-area .btn-box {
        display: none !important;
    }
}

/* Button */
.btn-read-2 {
    background: #EC7216 !important;
    color: #ffffff !important;
    border-radius: 8px;
    padding: 10px 20px !important;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-read-2:hover {
    background: #d4650f !important;
    transform: translateY(-2px);
}

/* Mobile Menu Button */
.offcanvas-bar {
    color: #1a1a1a !important;
}

/* Sticky Header */
#header-sticky {
    background: #ffffff;
}

/* Responsive adjustments */
@media (max-width: 1199px) {
    .main-menu nav ul li a {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .main-menu nav ul li a {
        color: #1a1a1a !important;
    }
    
    .btn-read-2 {
        font-size: 13px;
        padding: 8px 16px !important;
    }
}

/* ==========================================
   GLOBAL SECTION COMPONENTS
   ========================================== */
.rc-section-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(236,114,22,0.1);
  color: #EC7216;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin-bottom: 20px;
  border: 1px solid rgba(236,114,22,0.15);
}
.rc-section-badge--light {
    background: rgba(255,255,255,0.1);
    color: #EC7216;
    border-color: rgba(236,114,22,0.25);
}
.rc-section-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    color: #161717;
    margin-bottom: 16px;
}
.rc-section-title--light {
    color: #ffffff;
}
.rc-highlight {
    color: #EC7216;
    position: relative;
}

/* ==========================================
   MARQUEE SECTION
   ========================================== */
.rc-marquee {
    background: #161717;
    padding: 18px 0;
    overflow: hidden;
}
.rc-marquee__track {
    overflow: hidden;
    width: 100%;
}
.rc-marquee__inner {
    display: flex;
    gap: 0;
    width: max-content;
    will-change: transform;
    animation: rc-marquee-scroll 30s linear infinite;
}

@keyframes rc-marquee-scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-25%); }
}

.rc-marquee:hover .rc-marquee__inner {
    animation-play-state: paused;
}
.rc-marquee__item {
  color: rgba(255,255,255,0.7);
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 32px;
  letter-spacing: 0.5px;
}
.rc-marquee__item i {
    margin-right: 8px;
    color: rgba(255,255,255,0.4);
}
.rc-marquee__item--accent {
    color: #EC7216;
}
.rc-marquee__item--accent i {
    color: rgba(236,114,22,0.6);
}
/* ==========================================
   ABOUT SECTION
   ========================================== */
.rc-about {
    padding: 100px 0;
    background: #ffffff;
}
.rc-about__images {
    position: relative;
    padding-right: 30px;
}
.rc-about__img-main {
    border-radius: 20px;
    overflow: hidden;
}
.rc-about__img-main img {
    width: 100%;
    height: auto;
    display: block;
}

/* Video Thumb */
.rc-about__video-thumb {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  max-height: 600px;
  max-width: 360px;
  margin-left: 90px;
}
.rc-about__video-thumb video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
    pointer-events: none;
}
.rc-about__video-thumb::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.25);
    border-radius: 20px;
    transition: background 0.3s ease;
}
.rc-about__video-thumb:hover::after {
    background: rgba(0,0,0,0.42);
}
.rc-about__play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 76px;
    height: 76px;
    background: #EC7216;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: all 0.3s ease;
    box-shadow: 0 8px 32px rgba(236,114,22,0.55);
}
.rc-about__play-btn i {
    color: #fff;
    font-size: 24px;
    margin-left: 4px;
}
.rc-about__play-btn:hover {
    transform: translate(-50%, -50%) scale(1.14);
    box-shadow: 0 14px 44px rgba(236,114,22,0.75);
}

.rc-about__play-btn::before,
.rc-about__play-btn::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    border: 20px solid rgba(255,255,255,0.2);
    z-index: -1;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
    animation-duration: 2.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: rc-ripple;
}

@keyframes rc-ripple {
    0% {
        transform: scale(0.95);
        opacity: 0.8;
    }
    70% {
        transform: scale(1.3);
        opacity: 0;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

.rc-about__play-btn:hover {
    transform: translate(-50%, -50%) scale(1.14);
    box-shadow: 0 14px 44px rgba(236,114,22,0.75);
}

.rc-about__play-btn i {
  width: 74px;
  height: 74px;
  line-height: 74px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  color: #EC7216;
  font-size: 18px;
  margin-left: 0;
}

.rc-video-modal__content {
  background: #000;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  margin-top: 105px;
}
.rc-video-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    background: rgba(0,0,0,0.6);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background 0.2s ease;
}
.rc-video-modal__close:hover {
    background: #EC7216;
    border-color: transparent;
}
.rc-about__img-float {
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 48%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}
.rc-about__img-float--left {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 48%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}
.rc-about__img-float img {
    width: 100%;
    height: auto;
    display: block;
}
.rc-about__review-badge {
    position: absolute;
    top: 20px;
    right: 0;
    background: #ffffff;
    padding: 12px 20px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    text-align: center;
}
.rc-about__review-stars {
    display: flex;
    gap: 3px;
    justify-content: center;
    margin-bottom: 4px;
}
.rc-about__review-stars i {
    color: #f5a623;
    font-size: 14px;
}
.rc-about__review-badge span {
    font-size: 13px;
    font-weight: 600;
    color: #161717;
}
.rc-about__content {
    padding-left: 20px;
}
.rc-about__text {
  color: #555;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 32px;
}
.rc-about__features {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.rc-about__feature-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    background: #f8f8f8;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}
.rc-about__feature-item:hover {
    background: #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transform: translateX(5px);
}
.rc-about__feature-item i {
    width: 48px;
    height: 48px;
    background: rgba(236,114,22,0.1);
    color: #EC7216;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}
.rc-about__feature-item strong {
  display: block;
  color: #161717;
  font-size: 20px;
  font-weight: 700;
}
.rc-about__feature-item span {
  color: #888;
  font-size: 20px;
}

/* ==========================================
   SERVICES SECTION
   ========================================== */
.rc-services {
    padding: 100px 0;
    background: #f9f9f9;
}

/* Lista esquerda */
.rc-services__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.rc-services__list-item {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 12px 20px;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: left;
  position: relative;
}
.rc-services__list-item:hover {
    background: #fff;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    border-color: rgba(236,114,22,0.2);
}
.rc-services__list-item.active {
    background: #EC7216;
    border-color: #EC7216;
    box-shadow: 0 8px 28px rgba(236,114,22,0.3);
}
.rc-services__list-item.active strong,
.rc-services__list-item.active span,
.rc-services__list-item.active .rc-services__list-arrow {
    color: #ffffff;
}
.rc-services__list-item.active .rc-services__list-icon {
    background: rgba(255,255,255,0.2);
    color: #ffffff;
}
.rc-services__list-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: rgba(236,114,22,0.1);
    color: #EC7216;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease;
}
.rc-services__list-item strong {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #161717;
  transition: color 0.3s ease;
}
.rc-services__list-item span {
    font-size: 13px;
    color: #888;
    transition: color 0.3s ease;
}
.rc-services__list-arrow {
    margin-left: auto;
    font-size: 14px;
    color: #ccc;
    transition: color 0.3s ease;
}

/* Painel direito */
.rc-services__panel {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 0.4s ease;
}
.rc-services__panel-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(15,15,15,0.95) 0%,
        rgba(15,15,15,0.6) 50%,
        rgba(15,15,15,0.15) 100%
    );
    border-radius: 20px;
    z-index: 1;
}
.rc-services__panel-content {
    position: relative;
    z-index: 2;
    padding: 40px;
}
.rc-services__panel-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(236, 114, 22, 0.48);
  color: #FFF;
  border: 1px solid rgba(236, 114, 22, 0.24);
  border-radius: 50px;
  font-size: 20px;
  font-weight: 600;
  padding: 5px 14px;
  letter-spacing: 0.3px;
  margin-bottom: 14px;
}
.rc-services__panel-content h3 {
    font-size: 30px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 12px;
    line-height: 1.2;
}
.rc-services__panel-content p {
  color: rgba(255,255,255,0.75);
  font-size: 20px;
  line-height: 1.75;
  margin-bottom: 28px;
  max-width: 480px;
}
.rc-services__panel-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: #EC7216;
    color: #ffffff;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}
.rc-services__panel-btn:hover {
    background: #d4650f;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(236,114,22,0.5);
}
.rc-services__panel-btn i {
    font-size: 13px;
    transition: transform 0.3s ease;
}
.rc-services__panel-btn:hover i {
    transform: translateX(4px);
}

/* Mobile carousel (hidden on desktop) */
.rc-services__mobile-carousel {
    display: none;
}
.rc-services__mobile-carousel .rc-services__panel {
    min-height: 400px;
}
.rc-services__mobile-carousel .rc-services__panel-content p {
    font-size: 15px;
}
.rc-services-swiper__pagination {
    margin-top: 20px;
    position: relative;
    text-align: center;
}
.rc-services-swiper__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 1;
}
.rc-services-swiper__pagination .swiper-pagination-bullet-active {
    background: #EC7216;
    width: 28px;
    border-radius: 5px;
}
@media (max-width: 991px) {
    .rc-services .row.g-4 {
        display: none !important;
    }
    .rc-services__mobile-carousel {
        display: block;
    }
}

/* ==========================================
   STATS SECTION
   ========================================== */
.rc-stats {
    padding: 80px 0;
    background: #EC7216;
}
.rc-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.rc-stats__item {
    text-align: center;
    padding: 30px 20px;
}
.rc-stats__icon {
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.rc-stats__icon i {
    font-size: 24px;
    color: #ffffff;
}
.rc-stats__number {
    font-size: 44px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 4px;
    line-height: 1;
}
.rc-stats__label {
    font-size: 15px;
    color: rgba(255,255,255,0.8);
    font-weight: 500;
}

/* ==========================================
   STEPS / COMO FUNCIONA SECTION
   ========================================== */
.rc-steps {
    padding: 100px 0;
    background: #161717;
}
.rc-steps__subtitle {
  color: rgba(255,255,255,0.6);
  font-size: 20px;
  max-width: 540px;
  margin: 0 auto;
}
.rc-step-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 40px 28px;
    text-align: center;
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.rc-step-card:hover {
    background: rgba(236,114,22,0.08);
    border-color: rgba(236,114,22,0.2);
    transform: translateY(-5px);
}
.rc-step-card__number {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 48px;
    font-weight: 900;
    color: rgba(255,255,255,0.04);
    line-height: 1;
}
.rc-step-card__icon {
    width: 64px;
    height: 64px;
    background: rgba(236,114,22,0.12);
    color: #EC7216;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 20px;
}
.rc-step-card__title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}
.rc-step-card__text {
  font-size: 18px;
  color: rgba(255,255,255,0.55);
  line-height: 1.7;
  margin-bottom: 0;
}

/* ==========================================
   CTA DOWNLOAD SECTION
   ========================================== */
.rc-cta-download {
    padding: 100px 0;
    background: #ffffff;
}
.rc-cta-download__inner {
    background: #f9f9f9;
    border-radius: 24px;
    padding: 60px;
    border: 1px solid #f0f0f0;
}
.rc-cta-download__title {
    font-size: 36px;
    font-weight: 800;
    color: #161717;
    line-height: 1.25;
    margin-bottom: 16px;
}
.rc-cta-download__text {
  color: #666;
  font-size: 22px;
  line-height: 1.7;
  margin-bottom: 32px;
}
.rc-cta-download__buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.rc-cta-download__image {
    text-align: center;
}
.rc-cta-download__image img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
}

/* ==========================================
   TESTIMONIALS SECTION
   ========================================== */
.rc-testimonials {
    padding: 100px 0;
    background: #f9f9f9;
}
.rc-testimonials__header {
    padding-right: 20px;
}
.rc-testimonials__rating {
    margin-top: 24px;
}
.rc-testimonials__stars {
    display: flex;
    gap: 4px;
    margin-bottom: 8px;
}
.rc-testimonials__stars i {
    color: #f5a623;
    font-size: 18px;
}
.rc-testimonials__rating span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #161717;
}
.rc-testimonials__rating small {
    color: #888;
    font-size: 13px;
}
.rc-testimonial-card {
    background: #ffffff;
    padding: 32px;
    border-radius: 16px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    height: 100%;
}
.rc-testimonial-card:hover {
    box-shadow: 0 12px 35px rgba(0,0,0,0.08);
}
.rc-testimonial-card__stars {
    display: flex;
    gap: 3px;
    margin-bottom: 16px;
}
.rc-testimonial-card__stars i {
    color: #f5a623;
    font-size: 14px;
}
.rc-testimonial-card__text {
  color: #555;
  font-size: 20px;
  line-height: 1.75;
  margin-bottom: 24px;
  font-style: italic;
}
.rc-testimonial-card__author {
    display: flex;
    align-items: center;
    gap: 12px;
}
.rc-testimonial-card__avatar {
    width: 44px;
    height: 44px;
    background: rgba(236,114,22,0.1);
    color: #EC7216;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}
.rc-testimonial-card__author strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #161717;
}
.rc-testimonial-card__author span {
  font-size: 16px;
  color: #888;
}

/* ==========================================
   FAQ SECTION
   ========================================== */
.rc-faq {
    padding: 100px 0;
    background: #161717;
}
.rc-faq__desc {
  color: rgba(255,255,255,0.55);
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 24px;
}
.rc-faq__cta {
    margin-top: 32px;
}
.rc-faq__item {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.rc-faq__item:hover {
    border-color: rgba(236,114,22,0.2);
}
.rc-faq__button {
  width: 100%;
  padding: 20px 24px;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: all 0.3s ease;
}
.rc-faq__button:not(.collapsed) {
    color: #EC7216;
}
.rc-faq__button i {
    font-size: 12px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}
.rc-faq__button:not(.collapsed) i {
    transform: rotate(180deg);
}
.rc-faq__body {
  padding: 0 24px 20px;
  color: rgba(255,255,255,0.6);
  font-size: 19px;
  line-height: 1.7;
}

/* ==========================================
   FOOTER
   ========================================== */
.rc-footer {
    background: #0d0d0d;
}
.rc-footer__main {
    padding: 80px 0 40px;
}
.rc-footer__logo {
    max-width: 160px;
    margin-bottom: 20px;
}
.rc-footer__brand p {
  color: rgba(255,255,255,0.55);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.rc-footer__social {
    display: flex;
    gap: 12px;
}
.rc-footer__social a {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.08);
    color: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.3s ease;
}
.rc-footer__social a:hover {
    background: #EC7216;
    color: #ffffff;
}
.rc-footer__links h5 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.rc-footer__links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.rc-footer__links ul li {
    margin-bottom: 10px;
}
.rc-footer__links ul li a {
    color: rgba(255,255,255,0.55);
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.rc-footer__links ul li a:hover {
    color: #EC7216;
    padding-left: 5px;
}
.rc-footer__contact h5 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.rc-footer__contact a {
    display: block;
    color: rgba(255,255,255,0.55);
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}
.rc-footer__contact a:hover {
    color: #EC7216;
}

.rc-footer__input-group button {
    background: #EC7216;
    border: none;
    padding: 12px 18px;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.3s ease;
}
.rc-footer__input-group button:hover {
    background: #d4650f;
}
.rc-footer__bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 20px 0;
}
.rc-footer__bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}
.rc-footer__bottom-inner span {
    color: rgba(255,255,255,0.4);
    font-size: 13px;
}
.rc-footer__bottom-links {
    display: flex;
    gap: 24px;
}
.rc-footer__bottom-links a {
    color: rgba(255,255,255,0.4);
    font-size: 13px;
    text-decoration: none;
    transition: color 0.3s ease;
}
.rc-footer__bottom-links a:hover {
    color: #EC7216;
}

/* ==========================================
   RESPONSIVE - ALL NEW SECTIONS
   ========================================== */
@media (max-width: 1199px) {
    .rc-section-title {
        font-size: 36px;
    }
    .rc-stats__number {
        font-size: 36px;
    }
    .rc-cta-download__inner {
        padding: 40px;
    }
    .rc-cta-download__title {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .rc-about,
    .rc-services,
    .rc-testimonials,
    .rc-cta-download {
        padding: 80px 0;
    }
    .rc-steps,
    .rc-faq {
        padding: 80px 0;
    }
    .rc-stats {
        padding: 60px 0;
    }
    .rc-stats__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .rc-about__content {
        padding-left: 0;
        margin-top: 60px;
    }
    .rc-about__images {
        padding-right: 0;
    }
    .rc-testimonials__header {
        padding-right: 0;
        margin-bottom: 40px;
    }
    .rc-faq__header {
        margin-bottom: 40px;
    }
    .rc-cta-download__image {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .rc-section-title {
        font-size: 30px;
    }
    .rc-about,
    .rc-services,
    .rc-testimonials,
    .rc-cta-download {
        padding: 60px 0;
    }
    .rc-steps,
    .rc-faq {
        padding: 60px 0;
    }
    .rc-stats {
        padding: 50px 0;
    }
    .rc-cta-download__inner {
        padding: 30px;
    }
    .rc-cta-download__title {
        font-size: 26px;
    }
    .rc-cta-download__buttons {
        flex-direction: column;
    }
    .rc-footer__main {
        padding: 60px 0 30px;
    }
    .rc-footer__bottom-inner {
        flex-direction: column;
        text-align: center;
    }
    .rc-about__video-thumb {
        margin-left: 15px;
    }
}

@media (max-width: 575px) {
     .rc-section-title {
        font-size: 36px;
    }
     .rc-section-badge {
        font-size: 18px;
        padding: 6px 16px;
    }
    .rc-stats__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .rc-stats__number {
        font-size: 30px;
    }
    .rc-stats__item {
        padding: 20px 12px;
    }
    .rc-marquee__item {
        font-size: 18px;
        padding: 0 20px;
    }
    .rc-step-card {
        padding: 30px 20px;
    }
    .rc-faq__button {
        font-size: 17px;
        padding: 16px 20px;
    }
    .rc-faq__body {
        padding: 0 20px 16px;
        font-size: 14px;
    }
    .rc-services__mobile-carousel .rc-services__panel-content p {
        font-size: 18px;
    }
    .rc-stats__label {
        font-size: 17px;
    }
    .rc-testimonials__rating span {
        font-size: 18px;
    }
}

/* ==========================================
   RC BLOG DETAILS
   ========================================== */
.rc-blog-details {
    padding: 80px 0;
    background: #ffffff;
}
.rc-blog-details__wrapper {
  max-width: 100%;
  margin: 0 auto;
}
.rc-blog-details__article {
    margin-bottom: 0;
}
.rc-blog-details__title {
    font-size: 34px;
    font-weight: 800;
    color: #161717;
    margin-bottom: 16px;
    line-height: 1.25;
}
.rc-blog-details__excerpt {
    font-size: 18px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 28px;
    padding-bottom: 0;
}
.rc-blog-details__hero-img {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin: 0 auto 24px;
  max-width: 65%;
}
.rc-blog-details__hero-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
}
.rc-blog-details__info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid #eee;
}
.rc-blog-details__info-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-size: 14px;
}
.rc-blog-details__info-item i {
    color: #EC7216;
}
.rc-blog-details__info-item a {
    color: #EC7216;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}
.rc-blog-details__info-item a:hover {
    color: #d4650f;
}
.rc-blog-details__info-sep {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ccc;
}
.rc-blog-details__article h2 {
    font-size: 28px;
    font-weight: 700;
    color: #161717;
    margin-bottom: 20px;
    line-height: 1.3;
}
.rc-blog-details__article h3 {
    font-size: 22px;
    font-weight: 700;
    color: #161717;
    margin-top: 32px;
    margin-bottom: 14px;
}
.rc-blog-details__article p {
  color: #555;
  font-size: 18px;
  line-height: 1.85;
  margin-bottom: 16px;
}
.rc-blog-details__blockquote {
    background: #f8f9fa;
    border-left: 4px solid #EC7216;
    border-radius: 0 12px 12px 0;
    padding: 28px 32px;
    margin: 32px 0;
    position: relative;
}
.rc-blog-details__blockquote p {
    font-style: italic;
    font-size: 16px;
    color: #333;
    margin-bottom: 0;
    line-height: 1.7;
}
.rc-blog-details__blockquote i {
    position: absolute;
    bottom: 16px;
    right: 24px;
    font-size: 28px;
    color: rgba(236, 114, 22, 0.2);
}
.rc-blog-details__gallery {
    margin: 28px 0;
}
.rc-blog-details__gallery img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}
.rc-blog-details__tags-share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 28px;
    margin-top: 32px;
    border-top: 1px solid #eee;
}
.rc-blog-details__tags {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.rc-blog-details__tags span {
    font-weight: 600;
    color: #161717;
    font-size: 14px;
}
.rc-blog-details__tags a {
    background: #f3f3f3;
    color: #555;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.rc-blog-details__tags a:hover {
    background: #EC7216;
    color: #ffffff;
}
.rc-blog-details__share {
    display: flex;
    align-items: center;
    gap: 10px;
}
.rc-blog-details__share span {
    font-weight: 600;
    color: #161717;
    font-size: 14px;
}
.rc-blog-details__share a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f3f3f3;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}
.rc-blog-details__share a:hover {
    background: #EC7216;
    color: #ffffff;
}

/* Blog Details Back Button */
.rc-blog-details__back {
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid #eee;
}
.rc-blog-details__back-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #161717;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    padding: 12px 28px;
    border-radius: 50px;
    border: 2px solid #e0e0e0;
    transition: all 0.3s ease;
}
.rc-blog-details__back-btn:hover {
    border-color: #EC7216;
    color: #EC7216;
}
.rc-blog-details__back-btn i {
    transition: transform 0.3s ease;
}
.rc-blog-details__back-btn:hover i {
    transform: translateX(-4px);
}

/* Blog Related Posts */
.rc-blog-related {
    padding: 60px 0 80px;
    background: #f8f9fa;
}
.rc-blog-related__title {
    font-size: 24px;
    font-weight: 700;
    color: #161717;
    margin-bottom: 32px;
    text-align: center;
}

@media (max-width: 991px) {
    .rc-blog-details__title {
        font-size: 28px;
    }
    .rc-blog-details__article h2 {
        font-size: 24px;
    }
    .rc-blog-details__tags-share {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media (max-width: 767px) {
    .rc-blog-details {
        padding: 50px 0;
    }
    .rc-blog-details__title {
        font-size: 22px;
    }
    .rc-blog-details__excerpt {
        font-size: 16px;
    }
    .rc-blog-details__article h2 {
        font-size: 20px;
    }
    .rc-blog-details__article h3 {
        font-size: 18px;
    }
    .rc-blog-related {
        padding: 40px 0 60px;
    }
    .rc-blog-related__title {
        font-size: 20px;
    }
    .rc-blog-details__blockquote {
        padding: 20px 24px;
    }
    .rc-service-details {
        padding: 0px 0;

    }
    .rc-sidebar-cta {
        margin-bottom: 20px;
    }
    .rc-page-hero__badge {
        margin-top: 15px;
    }
}
