/*
Theme Name: Dynamic WP Theme 2
Theme URI: https://brau.io
Author: Bráulio Figueireo
Author URI: https://brau.io
Description: Um tema WordPress moderno baseado no design Invena para consultoria empresarial
Requires at least: 6.1
Tested up to: 6.4
Requires PHP: 7.4
Version: 2.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dynamic-wp-2
Tags: custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-images, flexible-header, full-width-template, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-design, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

/* Import Red Hat Display Font */
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Reset e Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Red Hat Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    overflow-x: hidden;
}

body.search-open {
    overflow: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Page Content */
.page-content {
    padding: 60px 0;
    line-height: 1.6;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    margin-bottom: 20px;
    color: #333;
    font-weight: 600;
}

.page-content p {
    margin-bottom: 15px;
    color: #666;
}

.page-content ul,
.page-content ol {
    margin-bottom: 15px;
    padding-left: 20px;
}

.page-content li {
    margin-bottom: 8px;
    color: #666;
}

.page-content a {
    color: #007cba;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-content a:hover {
    color: #005a87;
    text-decoration: underline;
}

/* WordPress Block Table */
.wp-block-table,
figure.wp-block-table,
.page-content .wp-block-table,
.blog-post-content-full .wp-block-table,
.entry-content .wp-block-table {
    margin-bottom: 15px !important;
    overflow-x: auto;
}

.wp-block-table table,
figure.wp-block-table table,
.page-content .wp-block-table table,
.blog-post-content-full .wp-block-table table,
.entry-content .wp-block-table table {
    margin-top: 15px !important;
    margin-bottom: 0 !important;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-radius: 5px;
    overflow: hidden;
    font-size: 15px;
}

.wp-block-table th,
.wp-block-table td,
figure.wp-block-table th,
figure.wp-block-table td {
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    color: #333;
    font-size: 15px;
}

.wp-block-table th,
figure.wp-block-table th {
    background-color: #f5f5f5;
    font-weight: 700;
    color: #333;
    border: 1px solid #e0e0e0;
    text-align: center;
}

.wp-block-table thead,
figure.wp-block-table thead {
    border-bottom: 1px solid #e0e0e0;
}

.wp-block-table td:not([class]),
figure.wp-block-table td:not([class]) {
    text-align: left;
}

.wp-block-table tbody tr,
figure.wp-block-table tbody tr {
    background-color: #fff;
}

.wp-block-table tbody tr:hover,
figure.wp-block-table tbody tr:hover {
    background-color: #fff;
}

/* Header Top */
.header-top {
    background: #1a1a1a;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
}

.header-top-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-info {
    display: flex;
    gap: 30px;
}

.header-info span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-info i {
    color: #ff6b35;
}

.header-links {
    display: flex;
    gap: 20px;
    list-style: none;
    align-items: center;
}

.header-links ul,
.header-links #top-menu {
    display: flex;
    list-style: none !important;
    margin: 0;
    padding: 0;
    gap: 20px;
}

.header-links li {
    list-style: none !important;
    list-style-type: none !important;
    margin: 0;
    padding: 0;
}

.header-links li::before,
.header-links li::marker {
    display: none !important;
    content: none !important;
}

/* Garante que qualquer elemento dentro também não tenha bullets */
.header-links .menu-item,
.header-links .menu-item-type-custom,
.header-links .menu-item-type-post_type {
    list-style: none !important;
    list-style-type: none !important;
}

.header-links a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.header-links a:hover {
    color: #ff6b35;
}

/* Header Social Icons */
.header-separator {
    color: #fff;
    opacity: 0.5;
    margin: 0 10px;
    display: inline-flex;
    align-items: center;
}

.header-social {
    display: flex;
    gap: 10px;
    align-items: center;
}

.header-social .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
}

.header-social .social-icon:hover {
    transform: translateY(-2px);
    /* Background color is set dynamically via customize-register.php */
}

/* Main Header */
.site-header {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.site-branding .logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #1a1a1a;
}

.logo img {
    height: 80px;
    width: auto;
    margin-right: 10px;
    max-height: 80px;
}

.logo-text {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
}

/* Custom logo specific styles */
.custom-logo {
    height: 80px;
    width: auto;
    max-height: 80px;
}

.custom-logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
}

/* WordPress custom logo styles */
.site-branding .custom-logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.site-branding .custom-logo-link img {
    height: 80px;
    width: auto;
    max-height: 80px;
}

/* Navigation */
.main-navigation {
    margin-left: auto;
}

.main-navigation > ul {
    display: flex;
    list-style: none;
    gap: 30px;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}

.main-navigation ul li {
    position: relative;
    list-style: none;
}

.main-navigation a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    display: block;
    padding: 10px 0;
}

.main-navigation a:hover {
    color: #ff6b35;
}

/* Submenu Dropdown */
.main-navigation ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    display: block;
    padding: 15px 0;
    z-index: 1000;
    border-radius: 5px;
    margin: 0;
    gap: 0;
}

.main-navigation ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.main-navigation ul ul li {
    width: 100%;
    display: block;
}

.main-navigation ul ul a {
    padding: 12px 25px;
    color: #333;
    font-size: 14px;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
}

.main-navigation ul ul a:hover {
    background: #f8f9fa;
    border-left-color: #ff6b35;
    padding-left: 30px;
}

/* Submenu de segundo nível */
.main-navigation ul ul ul {
    left: 100%;
    top: 0;
    margin-left: 0;
}

/* Indicador de submenu */
.main-navigation .menu-item-has-children > a::after {
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-left: 8px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.main-navigation ul ul .menu-item-has-children > a::after {
    content: '\f105';
    float: right;
    margin-left: 10px;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-primary {
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: #fff;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #e55a2b, #e0841a);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3);
}

.btn-outline {
    background: transparent;
    color: #ff6b35;
    border: 2px solid #ff6b35;
}

.btn-outline:hover {
    background: #ff6b35;
    color: #fff;
}

.btn-large {
    padding: 15px 40px;
    font-size: 16px;
}

/* Header Actions */
.header-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 30px;
}

/* Search Toggle Button */
.search-toggle {
    background: #f5f5f5;
    border: none;
    color: #333;
    font-size: 18px;
    cursor: pointer;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border-radius: 5px;
    width: 45px;
    height: 45px;
}

.search-toggle:hover {
    /* Background and color set dynamically via customize-register.php */
}

/* Menu Toggle */
.menu-toggle {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.menu-toggle span {
    width: 25px;
    height: 3px;
    background: #333;
    margin: 3px 0;
    transition: 0.3s;
}

/* Search Overlay */
.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.search-overlay.active {
    opacity: 1;
    visibility: visible;
}

.search-overlay-content {
    position: relative;
    width: 100%;
    max-width: 800px;
    padding: 40px;
    animation: slideDown 0.4s ease;
}

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

.search-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border-radius: 50%;
}

.search-close:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: rotate(90deg);
}

.search-container {
    margin-top: 60px;
}

.search-overlay .search-form {
    display: flex;
    gap: 10px;
    position: relative;
}

.search-overlay .search-field {
    flex: 1;
    padding: 20px 30px;
    font-size: 24px;
    border: none;
    border-radius: 50px;
    outline: none;
    background: #fff;
    color: #333;
}

.search-overlay .search-field::placeholder {
    color: #999;
}

.search-overlay .search-submit {
    padding: 20px 20px;
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    border: none;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-overlay .search-submit:hover {
    /* Sem efeitos de hover */
}

/* Hero Section */
.hero-section {
    color: #fff;
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
    min-height: 500px;
    display: flex;
    align-items: center;
}

/* Hero Background */
.hero-background {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-background .container {
    position: relative;
}

/* Hero Background Image */
.hero-background-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    opacity: 1;
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}

/* Background Shapes */
.hero-background-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0.15;
}

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

.hero-shape.shape-1 {
    width: 300px;
    height: 300px;
    top: -50px;
    right: 10%;
    animation-delay: 0s;
}

.hero-shape.shape-2 {
    width: 200px;
    height: 200px;
    bottom: -50px;
    left: 5%;
    animation-delay: 5s;
}

.hero-shape.shape-3 {
    width: 150px;
    height: 150px;
    top: 50%;
    right: 30%;
    animation-delay: 10s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-20px) rotate(5deg);
    }
    50% {
        transform: translateY(0) rotate(-5deg);
    }
    75% {
        transform: translateY(20px) rotate(3deg);
    }
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
}

.hero-text {
    animation: fadeInLeft 1s ease;
    text-align: right;
}

.hero-title {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.hero-subtitle {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 25px;
    color: #fff;
    opacity: 0.95;
}

.hero-description {
    font-size: 1.1rem;
    margin-bottom: 35px;
    opacity: 0.9;
    line-height: 1.8;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

/* Hero Image Area */
.hero-image {
    position: relative;
    animation: fadeInRight 1s ease;
}

.hero-image-wrapper {
    position: relative;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-main-image {
    width: 350px;
    height: 350px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: pulse 3s infinite ease-in-out;
}

.hero-main-image i {
    font-size: 6rem;
    color: #fff;
    opacity: 0.9;
}

/* Floating Cards */
.hero-floating-card {
    position: absolute;
    background: #fff;
    padding: 20px 25px;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 15px;
    animation: floatUpDown 4s infinite ease-in-out;
    z-index: 3;
}

.hero-floating-card i {
    font-size: 2.5rem;
    color: #ff6b35;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 107, 53, 0.1);
    border-radius: 10px;
}

.hero-floating-card .card-content h4 {
    font-size: 0.9rem;
    color: #666;
    margin: 0 0 5px 0;
    font-weight: 600;
}

.hero-floating-card .card-content p {
    font-size: 1.8rem;
    font-weight: 800;
    margin: 0;
    color: #1a1a1a;
}

.hero-floating-card.card-1 {
    top: 15%;
    left: -5%;
    animation-delay: 0s;
}

.hero-floating-card.card-2 {
    bottom: 10%;
    right: 5%;
    animation-delay: 2s;
}

@keyframes floatUpDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

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

/* Section Styles */
section {
    padding: 80px 0;
}

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

.section-tag {
    display: inline-block;
    background: #ff6b35;
    color: #fff;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

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

/* About Section */
.about-section {
    background: #f8f9fa;
}

.about-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-text .section-title {
    text-align: left;
    margin-bottom: 20px;
}

.about-text .section-description {
    margin: 0 0 30px 0;
    text-align: left;
}

.about-features {
    margin-bottom: 30px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.feature-item i {
    color: #ff6b35;
    font-size: 1.2rem;
}

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

.stat-item {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.stat-number {
    font-size: 3rem;
    font-weight: 800;
    color: #ff6b35;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 1.1rem;
    color: #666;
    font-weight: 600;
}

/* Services Section */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.service-item {
    background: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.service-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: transform 0.3s ease;
}

.service-item:hover .service-icon {
    transform: scale(1.1);
}

.service-icon i {
    font-size: 2rem;
    color: #fff;
}

.service-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.service-description {
    color: #666;
    line-height: 1.6;
}

/* Consultancy Section */
.consultancy-section {
    background: #f8f9fa;
}

.consultancy-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.consultancy-text .section-title {
    text-align: left;
    margin-bottom: 30px;
}

.consultancy-features {
    margin-bottom: 30px;
}

.consultancy-features .feature-item {
    margin-bottom: 25px;
}

.consultancy-features h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.consultancy-features p {
    color: #666;
    line-height: 1.6;
}

.consultancy-placeholder {
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 20px;
    padding: 80px;
    text-align: center;
    color: #fff;
}

.consultancy-placeholder i {
    font-size: 4rem;
    margin-bottom: 20px;
    color: #ff6b35;
}

.consultancy-placeholder p {
    font-size: 1.3rem;
    font-weight: 600;
}

/* Brands Section */
.brands-section {
    padding: 80px 0;
}

.brands-content {
    text-align: center;
    color: #fff;
}

.brands-text {
    margin-bottom: 60px;
}

.brands-text .section-tag {
    color: #fff;
    opacity: 0.9;
}

.brands-text .section-title {
    color: #fff;
}

.brands-text .section-description {
    color: #fff;
    opacity: 0.9;
}

.brands-grid {
    position: relative;
    width: 100%;
    height: 120px;
    overflow: hidden;
}

.brand-item {
    text-align: center;
    transition: transform 0.3s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    width: 150px;
}

.brand-item:hover {
    transform: translateY(-50%) translateY(-5px);
}

.brand-item img {
    max-width: 150px;
    max-height: 150px;
    width: auto;
    height: auto;
    filter: grayscale(100%) opacity(0.6);
    transition: all 0.3s ease;
    cursor: pointer;
}

.brand-item:hover img {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.1);
}

/* Brands Slider - Controlled by JavaScript */

/* Fun Facts Section */
.fun-facts-section {
    background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
    color: #fff;
}

.fun-facts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    text-align: center;
}

.fact-item {
    padding: 30px;
}

.fact-number {
    font-size: 3.5rem;
    font-weight: 800;
    color: #ff6b35;
    margin-bottom: 15px;
}

.fact-label {
    font-size: 1.1rem;
    color: #ccc;
    font-weight: 600;
}

/* Process Section */
.process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.process-item {
    text-align: center;
    padding: 40px 30px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    position: relative;
}

.process-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 25px;
}

.process-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.process-description {
    color: #666;
    line-height: 1.6;
}

/* Team Section */
.team-section {
    background: #f8f9fa;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.team-item {
    text-align: center;
    background: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.team-item:hover {
    transform: translateY(-10px);
}

.team-image {
    margin-bottom: 25px;
}

.team-placeholder {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.team-placeholder i {
    font-size: 3rem;
    color: #fff;
}

.team-name {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.team-position {
    color: #ff6b35;
    font-weight: 600;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    text-align: center;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-description {
    font-size: 1.1rem;
    margin-bottom: 40px;
    opacity: 0.9;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.cta-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.cta-feature {
    background: rgba(255,255,255,0.1);
    padding: 20px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
    font-weight: 600;
}

/* Pricing Section */
.pricing-section {
    background: #f8f9fa;
}

.pricing-tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
}

.pricing-tab {
    padding: 12px 30px;
    border: 2px solid #ff6b35;
    background: transparent;
    color: #ff6b35;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
}

.pricing-tab.active,
.pricing-tab:hover {
    background: #ff6b35;
    color: #fff;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.pricing-item {
    background: #fff;
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    position: relative;
}

.pricing-item.featured {
    transform: scale(1.05);
    border: 3px solid #ff6b35;
}

.pricing-item:hover {
    transform: translateY(-10px);
}

.pricing-item.featured:hover {
    transform: scale(1.05) translateY(-10px);
}

.pricing-price {
    margin-bottom: 20px;
}

.currency {
    font-size: 1.5rem;
    color: #ff6b35;
    vertical-align: top;
}

.amount {
    font-size: 3rem;
    font-weight: 800;
    color: #1a1a1a;
}

.period {
    font-size: 1rem;
    color: #666;
}

.pricing-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.pricing-subtitle {
    font-size: 1rem;
    color: #666;
    margin-bottom: 30px;
}

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

.pricing-features li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    color: #666;
}

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

/* Blog Section */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.blog-item {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.blog-item:hover {
    transform: translateY(-10px);
}

.blog-image {
    height: 200px;
    overflow: hidden;
}

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

.blog-item:hover .blog-image img {
    transform: scale(1.1);
}

.blog-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.blog-placeholder i {
    font-size: 3rem;
}

.blog-content {
    padding: 25px;
}

.blog-meta {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 14px;
}

.blog-category {
    color: #ff6b35;
    font-weight: 600;
}

.blog-author {
    color: #666;
}

.blog-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.blog-title a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-title a:hover {
    color: #ff6b35;
}

/* Newsletter Section */
.newsletter-section {
    background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
    color: #fff;
    text-align: center;
}

.newsletter-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.newsletter-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 40px;
    color: #ff6b35;
}

.newsletter-form {
    display: flex;
    max-width: 500px;
    margin: 0 auto;
    gap: 15px;
}

.newsletter-form input {
    flex: 1;
    padding: 15px 20px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    outline: none;
}

.newsletter-form button {
    padding: 15px 30px;
    border-radius: 25px;
    white-space: nowrap;
}

/* Final CTA Section */
.final-cta-section {
    background: #f8f9fa;
    text-align: center;
}

.final-cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.final-cta-description {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Footer */
.site-footer {
    background: #1a1a1a;
    color: #fff;
    padding: 60px 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.footer-logo img {
    height: 40px;
    margin-right: 10px;
}

.footer-logo .logo-text {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.footer-description {
    color: #ccc;
    line-height: 1.6;
    margin-bottom: 20px;
}

.footer-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #ff6b35;
}

.contact-info p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: #ccc;
}

.contact-info i {
    color: #ff6b35;
    width: 20px;
}

.footer-bottom {
    border-top: 1px solid #333;
    padding-top: 20px;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright {
    color: #ccc;
}

.footer-bottom-links {
    display: flex;
    gap: 20px;
}

.footer-bottom-links a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #ff6b35;
}

/* Responsive Design */
@media (max-width: 768px) {
    /* Search overlay mobile */
    .search-overlay-content {
        padding: 20px;
    }
    
    .search-overlay .search-field {
        font-size: 18px;
        padding: 15px 20px;
    }
    
    .search-overlay .search-submit {
        padding: 15px 25px;
        font-size: 18px;
    }
    
    .search-close {
        top: 10px;
        right: 10px;
        font-size: 24px;
        width: 40px;
        height: 40px;
    }
    
    .header-top-content {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .header-info {
        flex-direction: column;
        gap: 10px;
    }
    
    .header-links {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .header-separator {
        display: none;
    }
    
    .header-social {
        margin-top: 10px;
        width: 100%;
        justify-content: center;
    }
    
    .header-social .social-icon {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
    
    .header-content {
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .main-navigation {
        display: none;
        width: 100%;
        order: 3;
        margin-left: 0;
    }
    
    .main-navigation.active {
        display: block;
    }
    
    .main-navigation > ul {
        flex-direction: column;
        gap: 0;
        padding: 20px 0;
        justify-content: flex-start;
        align-items: stretch;
    }
    
    .main-navigation ul li {
        width: 100%;
    }
    
    .main-navigation a {
        padding: 12px 20px;
        border-bottom: 1px solid #eee;
    }
    
    /* Submenus em mobile */
    .main-navigation ul ul {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        background: #f8f9fa;
        padding: 0;
        border-radius: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }
    
    .main-navigation ul li.submenu-open > ul {
        max-height: 1000px;
    }
    
    .main-navigation ul ul a {
        padding: 10px 20px 10px 35px;
        font-size: 14px;
        border-left: none;
    }
    
    .main-navigation ul ul ul a {
        padding-left: 50px;
    }
    
    /* Indicador de submenu em mobile */
    .main-navigation .menu-item-has-children > a {
        position: relative;
    }
    
    .main-navigation .menu-item-has-children > a::after {
        position: absolute;
        right: 20px;
    }
    
    .main-navigation ul ul .menu-item-has-children > a::after {
        content: '\f107';
        float: none;
        position: absolute;
        right: 20px;
    }
    
    .menu-toggle {
        display: flex;
    }
    
    .hero-section {
        padding: 80px 0 60px;
        min-height: 400px;
    }
    
    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }
    
    .hero-text {
        text-align: center;
    }
    
    .hero-title {
        font-size: 35px;
    }
    
    .hero-subtitle {
        font-size: 1.3rem;
    }
    
    .hero-buttons {
        justify-content: center;
    }
    
    .hero-image-wrapper {
        height: 400px;
    }
    
    .hero-main-image {
        width: 280px;
        height: 280px;
    }
    
    .hero-main-image i {
        font-size: 4rem;
    }
    
    .hero-floating-card {
        padding: 15px 20px;
    }
    
    .hero-floating-card i {
        font-size: 2rem;
        width: 50px;
        height: 50px;
    }
    
    .hero-floating-card .card-content h4 {
        font-size: 0.8rem;
    }
    
    .hero-floating-card .card-content p {
        font-size: 1.5rem;
    }
    
    .hero-floating-card.card-1 {
        left: 0;
        top: 10%;
    }
    
    .hero-floating-card.card-2 {
        right: 0;
        bottom: 15%;
    }
    
    .hero-background-shapes {
        opacity: 0.1;
    }
    
    .about-content,
    .consultancy-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .services-grid,
    .process-grid,
    .team-grid,
    .pricing-grid {
        grid-template-columns: 1fr;
    }
    
    .fun-facts-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
    
    .cta-features {
        grid-template-columns: 1fr;
    }
    
    .newsletter-form {
        flex-direction: column;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .pricing-tabs {
        flex-direction: column;
        align-items: center;
    }
    
    .pricing-item.featured {
        transform: none;
    }
    
    .pricing-item.featured:hover {
        transform: translateY(-10px);
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .page-content {
        padding: 40px 0;
    }
    
    .page-content h1,
    .page-content h2,
    .page-content h3,
    .page-content h4,
    .page-content h5,
    .page-content h6 {
        margin-bottom: 15px;
        font-size: 1.2em;
    }
    
    .page-content p {
        margin-bottom: 12px;
    }
    
    .hero-section {
        padding: 60px 0 50px;
        min-height: 350px;
    }
    
    .brands-section {
        padding: 60px 0;
    }
    
    .brands-grid {
        height: 80px;
    }
    
    .brand-item {
        min-width: 120px;
        height: 120px;
        width: 120px;
    }
    
    .brand-item img {
        max-width: 120px;
        max-height: 120px;
    }
    
    .hero-title {
        font-size: 28px;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    .hero-image-wrapper {
        height: 300px;
    }
    
    .hero-main-image {
        width: 220px;
        height: 220px;
    }
    
    .hero-main-image i {
        font-size: 3rem;
    }
    
    .hero-floating-card {
        padding: 12px 15px;
        gap: 10px;
    }
    
    .hero-floating-card i {
        font-size: 1.5rem;
        width: 40px;
        height: 40px;
    }
    
    .hero-floating-card .card-content h4 {
        font-size: 0.7rem;
    }
    
    .hero-floating-card .card-content p {
        font-size: 1.3rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    section {
        padding: 60px 0;
    }
    
    .btn {
        padding: 10px 20px;
        font-size: 14px;
    }
    
    .btn-large {
        padding: 12px 25px;
        font-size: 14px;
    }
}

/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #ff6b35;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    z-index: 1000;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.back-to-top.show {
    display: flex;
}

.back-to-top:hover {
    background: #e55a2b;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
}

/* Animation Classes */
.fade-in-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.fade-in-on-scroll.fade-in {
    opacity: 1;
    transform: translateY(0);
}

/* Hover Effects */
.service-item,
.team-item,
.blog-item,
.pricing-item {
    transition: all 0.3s ease;
}

.service-item:hover,
.team-item:hover,
.blog-item:hover,
.pricing-item:hover {
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

/* Loading Animation */
.hero-section.loaded {
    animation: fadeInUp 1s ease;
}

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

/* Service Icon Animation */
.service-icon.animate {
    animation: pulse 0.6s ease;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}