/* General Body and Reset */
body {
    font-family: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0;
    line-height: 1.6;
    color: #333;
    background-color: #f0f2f5;
    font-size: 16px; /* Tamanho base mínimo para acessibilidade */
}

/* Tamanho mínimo global para textos */
p, span, li, a {
    font-size: max(14px, 1em); /* Mínimo de 14px */
}

/* Basic Layout Helpers */
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styling */
header {
    background-color: #000;
    color: #fff;
    padding: 0;
    position: relative;
    z-index: 100;
    width: 100%;
}

.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 40px;
    max-width: 1400px;
    margin: 0 auto;
}

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

.top-header .contact-info,
.top-header .social-media {
    flex: 1;
}

.top-header .contact-info {
    text-align: left;
}

.top-header .social-media {
    text-align: right;
}

.top-header h2 {
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #888;
    margin: 0 0 10px 0;
}

.top-header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
    align-items: center;
}

.top-header .contact-info ul {
    justify-content: flex-start;
}

.top-header .social-media ul {
    justify-content: flex-end;
}

/* WhatsApp icon before phone number */
.top-header .contact-info ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-header .contact-info ul li a::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2325D366'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.top-header a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.top-header a:hover {
    color: #f9a132;
}

.top-header .logo {
    flex-grow: 0;
    flex-shrink: 0;
    text-align: center;
    padding: 0 40px;
}

.top-header .logo img {
    max-width: 220px;
    height: auto;
}

/* Social Media Icons */
.top-header .social-media ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #444;
    border-radius: 50%;
    font-size: 0;
    transition: all 0.3s ease;
}

.top-header .social-media ul li a:hover {
    border-color: #f9a132;
    background-color: #f9a132;
}

/* Social media icons using pseudo-elements */
.top-header .social-media ul li:nth-child(1) a::before { /* Instagram */
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z'/%3E%3C/svg%3E");
    background-size: contain;
}

.top-header .social-media ul li:nth-child(2) a::before { /* Facebook */
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z'/%3E%3C/svg%3E");
    background-size: contain;
}

.top-header .social-media ul li:nth-child(3) a::before { /* TikTok */
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M12.525.02c1.31-.02 2.61-.01 3.91-.02.08 1.53.63 3.09 1.75 4.17 1.12 1.11 2.7 1.62 4.24 1.79v4.03c-1.44-.05-2.89-.35-4.2-.97-.57-.26-1.1-.59-1.62-.93-.01 2.92.01 5.84-.02 8.75-.08 1.4-.54 2.79-1.35 3.94-1.31 1.92-3.58 3.17-5.91 3.21-1.43.08-2.86-.31-4.08-1.03-2.02-1.19-3.44-3.37-3.65-5.71-.02-.5-.03-1-.01-1.49.18-1.9 1.12-3.72 2.58-4.96 1.66-1.44 3.98-2.13 6.15-1.72.02 1.48-.04 2.96-.04 4.44-.99-.32-2.15-.23-3.02.37-.63.41-1.11 1.04-1.36 1.75-.21.51-.15 1.07-.14 1.61.24 1.64 1.82 3.02 3.5 2.87 1.12-.01 2.19-.66 2.77-1.61.19-.33.4-.67.41-1.06.1-1.79.06-3.57.07-5.36.01-4.03-.01-8.05.02-12.07z'/%3E%3C/svg%3E");
    background-size: contain;
}

.top-header .social-media ul li:nth-child(4) a::before { /* LinkedIn */
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z'/%3E%3C/svg%3E");
    background-size: contain;
}

.top-header .social-media ul li:nth-child(5) a::before { /* WhatsApp */
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E");
    background-size: contain;
}

/* Main Navigation */
.main-nav {
    background-color: #000;
    padding: 20px 0;
    border-top: 1px solid #222;
}

.main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 50px;
}

.main-nav li {
    position: relative;
}

.main-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 0;
    display: block;
    transition: color 0.3s ease;
}

.main-nav a:hover,
.main-nav a.active {
    color: #f9a132;
}

/* Submenu Styling */
.main-nav .submenu {
    display: none;
    position: absolute;
    background-color: #f9a132; /* Submenu background */
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    z-index: 1;
    min-width: 200px;
    padding: 10px 0;
    border-radius: 9px; /* Mimic original Elementor */
    flex-direction: column; /* Stack submenu items */
    gap: 0; /* Reset gap for submenu items */
}

.main-nav li:hover > .submenu {
    display: flex; /* Show submenu on hover */
}

.main-nav .submenu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); /* Separator */
}

.main-nav .submenu li:last-child {
    border-bottom: none;
}

.main-nav .submenu a {
    color: #000000; /* Dark text for submenu items */
    padding: 10px 15px;
    font-weight: 700; /* Thicker font for submenu */
}

.main-nav .submenu a:hover {
    background-color: #000000; /* Dark background on hover */
    color: #f9a132; /* Accent color text on hover */
    border-radius: 0; /* Remove border-radius on hover for middle items */
}

.main-nav .submenu li:first-child a {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}
.main-nav .submenu li:last-child a {
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}

/* General H1, H2, H3, P styles */
h1, h2, h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: bold;
    color: #333;
}

h1 {
    font-size: 2.5em;
    color: #007bff; /* Original basic style */
    text-align: center;
}

main {
    padding: 40px 0 0 0;
}

/* Remove padding when main starts with hero */
main:has(.page-hero:first-child) {
    padding-top: 0;
}

/* Main Content Sections - General */
main section {
    padding: 60px 0;
}

main section:nth-child(even) {
    background-color: #f8f8f8; /* Light background for alternating sections */
}
/* Section: o-que-oferecemos */
#o-que-oferecemos {
    background-color: #e8e8e8;
    background-image: url('/images/copo-com-lapis2.webp');
    background-position: top right 40px;
    background-repeat: no-repeat;
    background-size: 300px auto;
    padding: 60px 20px;
    position: relative;
    overflow: hidden;
}

#o-que-oferecemos > .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.oferecemos-wrapper {
    display: flex;
    gap: 25px;
    align-items: stretch;
    background-color: #fff;
    padding: 30px;
    position: relative;
    border-radius: 25px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    max-width: 900px;
    margin: 0 auto;
    overflow: visible;
    z-index: 2;
}

.oferecemos-left {
    flex: 0 0 38%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: visible;
    z-index: 1;
}

.intro-content {
    text-align: left;
    margin-bottom: 15px;
}

#o-que-oferecemos h2 {
    font-family: "Venera", sans-serif;
    font-size: clamp(10px, 1.2vw, 12px);
    font-weight: bold;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 12px;
    letter-spacing: 2px;
}

#o-que-oferecemos h3 {
    font-family: "Venera", sans-serif;
    font-size: clamp(20px, 3vw, 28px);
    line-height: 1.15;
    color: #333;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#o-que-oferecemos h3 span {
    background-color: #f9a132;
    padding: 4px 12px;
    color: #fff;
    display: inline-block;
    margin: 4px 0;
}

.intro-content p {
    font-size: clamp(12px, 1.4vw, 14px);
    line-height: 1.6;
    color: #555;
    max-width: 100%;
}

.mascote-container {
    position: relative;
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 180px;
}

.mascote-container .planta-bg {
    position: absolute;
    bottom: -160px;
    left: -120px;
    width: 400px;
    height: auto;
    z-index: 10;
}

.mascote-container .mascote {
    position: relative;
    max-width: 180px;
    height: auto;
    z-index: 5;
    margin-bottom: -30px;
}

.oferecemos-right {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.offerings-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    height: 100%;
    width: 100%;
}

.offering-item {
    background-color: #e8e8e8;
    padding: 15px 12px;
    border: 2px solid #f9a132;
    border-radius: 10px;
    text-align: center;
    transition: box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    min-width: 0;
}

.offering-item:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.offering-item img {
    max-width: 40px;
    height: auto;
    margin-bottom: 8px;
    flex-shrink: 0;
}

.offering-item h3 {
    font-family: "Acherus", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-bottom: 6px;
    line-height: 1.2;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.offering-item p {
    font-family: "Acherus", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #555;
    line-height: 1.5;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Coworking Floating - abaixo do bloco branco */
.coworking-floating {
    display: block;
    margin-top: 50px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.coworking-floating .coworking-content-wrapper {
    padding: 0 30px;
}

.coworking-floating .coworking-title {
    margin-bottom: 20px;
}

.coworking-floating .coworking-text {
    display: block;
}

.coworking-floating .coworking-title h1 {
    font-family: "Venera", sans-serif;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 900;
    line-height: 1.1;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: -1px;
    text-align: left;
}

.coworking-floating .coworking-title h1 .co {
    color: #000;
}

.coworking-floating .coworking-title h1 .work {
    color: #f9a132;
}

.coworking-floating .coworking-title h1 .ing {
    color: #000;
}


.coworking-floating .coworking-text p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 12px;
}

.coworking-floating .coworking-text p:first-child {
    font-size: 20px;
    color: #000;
    margin-bottom: 14px;
}

.coworking-floating .coworking-text p strong {
    font-weight: 700;
}

/* Section: estrutura-video */
#estrutura-video {
    padding: 100px 0;
    background-image: url('/images/img-video2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
}

#estrutura-video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 0;
}

#estrutura-video .container {
    position: relative;
    z-index: 1;
}

.estrutura-top {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 60px;
}

.estrutura-bottom {
    text-align: center;
}

.ambiente-text {
    font-size: 20px;
    color: #fff;
    max-width: 900px;
    margin: 0 auto 40px auto;
    line-height: 1.6;
}

/* Carousel Styles */
.carousel-container {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 100%;
}

.carousel-track-container {
    overflow: hidden;
    flex: 1;
    border-radius: 15px;
}

.carousel-track {
    display: flex;
    gap: 15px;
    transition: transform 0.5s ease;
}

.carousel-track img {
    min-width: 280px;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
    flex-shrink: 0;
}

.carousel-btn {
    background-color: #f9a132;
    color: #000;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-btn:hover {
    background-color: #fff;
    transform: scale(1.1);
}

#estrutura-video .video-content {
    flex: 1;
    text-align: center;
    position: relative;
}

#estrutura-video .video-player {
    position: relative;
}

#estrutura-video .video-player video {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

#estrutura-video .video-player p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    padding: 15px 25px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    pointer-events: none;
}

#estrutura-video .text-content {
    flex: 1;
}

#estrutura-video .text-content h2 {
    font-family: "Venera", sans-serif;
    font-size: 42px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 900;
}

#estrutura-video .text-content h2 span {
    color: #f9a132;
}

#estrutura-video .text-content p {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* Section: mais-que-coworking */
#mais-que-coworking {
    padding: 100px 0;
    background-image: url('/images/jupter-orange.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
    position: relative;
}

#mais-que-coworking::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 0;
}

#mais-que-coworking .container {
    position: relative;
    z-index: 1;
}

#mais-que-coworking h2 {
    font-family: "Venera", sans-serif;
    font-size: 42px;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 900;
}

#mais-que-coworking .section-subtitle {
    font-size: 18px;
    line-height: 1.8;
    color: #ccc;
    max-width: 800px;
    margin: 0 auto 50px auto;
}

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

.feature-item {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.15);
}

.feature-item img {
    max-width: 70px;
    height: auto;
    margin-bottom: 15px;
    filter: brightness(0) invert(1);
}

.feature-item h3 {
    font-family: "Acherus", sans-serif;
    font-size: 16px;
    font-weight: 900;
    color: #f9a132;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.feature-item p {
    font-size: 14px;
    line-height: 1.6;
    color: #ddd;
}

/* Section: Depoimentos (dentro de mais-que-coworking) */
.depoimentos-section {
    margin-top: 80px;
    padding-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.depoimentos-title {
    font-family: "Venera", sans-serif;
    font-size: 32px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 900;
}

.depoimentos-subtitle {
    font-size: 16px;
    color: #ccc;
    max-width: 700px;
    margin: 0 auto 40px auto;
    line-height: 1.6;
}

/* Reviews Carousel */
.reviews-carousel {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.reviews-track-container {
    overflow: hidden;
    flex: 1;
}

.reviews-track {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease;
}

.review-card {
    min-width: 280px;
    max-width: 280px;
    background-color: rgba(30, 35, 45, 0.95);
    border-radius: 12px;
    padding: 20px;
    text-align: left;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.review-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.review-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.review-avatar-letter {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.review-info {
    flex: 1;
}

.review-info h4 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}

.review-date {
    font-size: 12px;
    color: #888;
}

.google-icon {
    flex-shrink: 0;
}

.review-stars {
    color: #f9a132;
    font-size: 16px;
    margin-bottom: 12px;
    letter-spacing: 2px;
}

.review-stars .verified {
    color: #4285F4;
    font-size: 14px;
    margin-left: 5px;
}

.review-text {
    font-size: 14px;
    line-height: 1.5;
    color: #ccc;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.review-more {
    font-size: 13px;
    color: #888;
    text-decoration: none;
    transition: color 0.3s ease;
}

.review-more:hover {
    color: #f9a132;
}

.reviews-btn {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reviews-btn:hover {
    background-color: #f9a132;
    border-color: #f9a132;
    transform: scale(1.1);
}

/* Section: blog-empreendedor */
#blog-empreendedor {
    padding: 100px 0 0 0;
    background-image: url('/images/foto-espaco-quem-somos.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
    position: relative;
    margin-bottom: 0;
}

#blog-empreendedor::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 0;
}

#blog-empreendedor .container {
    position: relative;
    z-index: 1;
}

#blog-empreendedor h2 {
    font-family: "Venera", sans-serif;
    font-size: 36px;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#blog-empreendedor .blog-subtitle {
    font-size: 1.1em;
    line-height: 1.8;
    color: #ccc;
    max-width: 800px;
    margin: 0 auto 50px auto;
}

.blog-posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
    padding-bottom: 80px;
}

.blog-post-item {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-post-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.blog-post-item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}

.blog-post-item h3 {
    font-size: 1.3em;
    font-weight: bold;
    color: #f9a132;
    margin-bottom: 10px;
    min-height: 50px;
}

.blog-post-item p {
    font-size: 0.95em;
    color: #666;
    line-height: 1.6;
}

/* Visite CTA no footer */
.visite-cta {
    padding: 60px 0 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 40px;
}

.visite-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.visite-content {
    text-align: left;
}

.visite-content h3 {
    font-family: "Venera", sans-serif;
    font-size: 28px;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 900;
}

.visite-content p {
    color: #ccc;
    font-size: 16px;
    margin-bottom: 8px;
}

.visite-offer {
    font-size: 14px !important;
    color: #aaa !important;
}

.visite-offer b {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}

.visite-btn {
    background-color: #f9a132;
    color: #000 !important;
    padding: 18px 35px;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.3s ease, transform 0.3s ease;
    flex-shrink: 0;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.visite-btn:hover {
    background-color: #ffb347;
    transform: scale(1.05);
}

/* Footer Styling */
footer {
    background-image: url('/images/bg-rodape.webp');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #373435;
    color: #fff;
    padding: 60px 0 20px 0;
    margin-top: 0;
}

.footer-main {
    padding: 40px 0;
}

.footer-main .container {
    display: grid;
    grid-template-columns: 1.2fr 1.5fr 1fr;
    gap: 40px;
    align-items: start;
}

.footer-logo-description {
    max-width: 320px;
}

.footer-main h2 {
    font-family: "Acherus", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.footer-main img {
    max-width: 200px;
    height: auto;
    margin-bottom: 15px;
}

.footer-main p {
    font-size: 14px;
    line-height: 1.5;
    color: #aaa;
    margin-bottom: 15px;
}

.footer-main ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-main ul li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 15px;
}

.footer-main ul li::before {
    content: "▸";
    position: absolute;
    left: 0;
    color: #666;
    font-size: 10px;
}

.footer-main ul li a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 14px;
}

.footer-main ul li a:hover {
    color: #f9a132;
}

/* Services two columns */
.services-columns {
    display: flex;
    gap: 40px;
}

.services-columns ul li {
    margin-bottom: 6px;
}

/* Social icons */
.footer-main .social-icons {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.footer-main .social-icons a {
    width: 36px;
    height: 36px;
    border: 1px solid #555;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s ease;
}

.footer-main .social-icons a:hover {
    background-color: #f9a132;
    border-color: #f9a132;
    color: #000;
}

.footer-main .social-icons svg {
    width: 18px;
    height: 18px;
}

/* Footer contact */
.footer-contact ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 0;
}

.footer-contact ul li::before {
    display: none;
}

.footer-contact ul li svg {
    color: #f9a132;
    flex-shrink: 0;
}

.footer-address {
    font-size: 13px !important;
    color: #999 !important;
    margin-top: 10px;
    line-height: 1.4 !important;
}

/* Footer bottom */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    margin-top: 20px;
}

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

.footer-bottom p {
    margin: 0;
    color: #888;
    font-size: 13px;
}

.footer-bottom a {
    color: #ccc;
    text-decoration: none;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.footer-bottom a::before {
    content: "▸";
    color: #666;
    font-size: 10px;
}

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

/* Page Hero Section */
.page-hero {
    background: linear-gradient(135deg, #373435 0%, #1a1a1a 100%);
    color: #fff;
    padding: 150px 0 100px 0;
    text-align: center;
    position: relative;
}

.page-hero.quem-somos-hero {
    background-image: url('/images/bg-quem-somos-titulo.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 280px;
    margin-bottom: 0;
}

.page-hero.quem-somos-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0;
}

.page-hero .container {
    position: relative;
    z-index: 1;
}

.page-hero .hero-tag {
    display: inline-block;
    background-color: #f9a132;
    color: #000;
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.page-hero h1 {
    font-family: "Venera", sans-serif;
    font-size: clamp(32px, 5vw, 55px);
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

.page-hero p {
    font-size: 18px;
    color: #ccc;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Two Column Layout */
.two-column-layout {
    display: flex;
    align-items: center;
    gap: 60px;
}

.two-column-layout.reverse {
    flex-direction: row-reverse;
}

.two-column-layout .column-image,
.two-column-layout .column-video {
    flex: 1;
}

.two-column-layout .column-text {
    flex: 1;
}

.two-column-layout .column-image img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.two-column-layout .column-text h2 {
    font-family: "Acherus", sans-serif;
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.2;
}

.two-column-layout .column-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 15px;
}

.two-column-layout .column-text ol {
    padding-left: 20px;
    margin-top: 20px;
}

.two-column-layout .column-text ol li {
    margin-bottom: 15px;
    line-height: 1.6;
}

.two-column-layout .column-text .highlight {
    color: #f9a132;
}

/* Section: negocios-sucesso */
/* Quem somos page - Negócios de sucesso section */
#negocios-sucesso {
    padding: 0 0 80px 0;
    background-color: #fff;
    position: relative;
    margin-top: -220px;
    z-index: 10;
}

#negocios-sucesso .two-column-layout {
    background-color: #fff;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.25);
}

/* Section: no-que-acreditamos */
#no-que-acreditamos {
    padding: 80px 0;
    background-color: #f0f2f5;
}

/* Section: video-espaco */
#video-espaco {
    padding: 80px 0;
    background-color: #fff;
}

#video-espaco .video-wrapper {
    text-align: center;
}

#video-espaco .video-wrapper video {
    width: 100%;
    max-width: 450px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

#video-espaco .video-cta {
    margin-top: 15px;
    font-size: 14px;
    color: #666;
    font-weight: 600;
}

/* Section: mais-que-coworking-page */
#mais-que-coworking-page {
    padding: 80px 0;
    background-image: url('/images/jupter-orange.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
}

#mais-que-coworking-page::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 0;
}

#mais-que-coworking-page .container {
    position: relative;
    z-index: 1;
}

#mais-que-coworking-page h2 {
    font-family: "Acherus", sans-serif;
    font-size: 42px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
}

#mais-que-coworking-page .section-subtitle {
    font-size: 16px;
    color: #ccc;
    max-width: 800px;
    margin: 0 auto 50px auto;
    line-height: 1.6;
}

/* Planos Page - Full background */
body.planos-page {
    background-image: url('/images/blue-planets.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #0a0a15;
}

body.planos-page main {
    padding-top: 0;
}

body.planos-page .page-hero {
    background: transparent;
}

body.planos-page .page-hero::before {
    display: none;
}

body.planos-page #planos-grid {
    background-color: transparent;
}

body.planos-page #planos-cta {
    background-color: transparent;
}

body.planos-page footer {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.8);
}

/* Noticias Page - Full background */
body.noticias-page {
    background-image: url('/images/asteroid.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #0a0a15;
}

body.noticias-page main {
    padding-top: 0;
}

body.noticias-page .page-hero {
    background: transparent;
}

body.noticias-page .page-hero::before {
    display: none;
}

body.noticias-page #blog-posts {
    background-color: transparent;
}

body.noticias-page #newsletter {
    background-color: transparent;
}

body.noticias-page footer {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.8);
}

/* Notícias Page Hero Title */
body.noticias-page .page-hero h1 {
    font-family: "Venera", sans-serif;
    font-size: clamp(28px, 5vw, 48px);
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 2px;
}

/* Notícias Page Cards */
body.noticias-page .post-card {
    background: #fff;
    border: 1px solid rgba(249, 161, 50, 0.3);
    overflow: visible;
}

body.noticias-page .post-card:hover {
    border-color: rgba(249, 161, 50, 0.6);
    box-shadow: 0 15px 35px rgba(249, 161, 50, 0.15);
}

body.noticias-page .post-image {
    padding: 15px 15px 0 15px;
}

body.noticias-page .post-image img {
    border-radius: 12px;
    height: 180px;
}

body.noticias-page .post-content {
    padding: 20px;
}

body.noticias-page .post-content h2 {
    color: #000;
    font-size: 18px;
}

body.noticias-page .post-content p {
    color: #666;
    font-size: 13px;
}

body.noticias-page .read-more {
    color: #f9a132;
}

/* Plans Grid Section */
#planos-grid {
    padding: 80px 0;
    background-color: #1a1a1a;
}

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

.plan-card {
    background: linear-gradient(180deg, rgba(20, 20, 30, 0.95) 0%, rgba(10, 10, 20, 0.98) 100%);
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    border: 1px solid rgba(249, 161, 50, 0.3);
    position: relative;
    display: flex;
    flex-direction: column;
}

.plan-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #f9a132, transparent);
    border-radius: 12px 12px 0 0;
}

.plan-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(249, 161, 50, 0.15);
    border-color: rgba(249, 161, 50, 0.6);
}

.plan-card.featured,
.plan-card.highlight {
    border: 2px solid #f9a132;
    background: linear-gradient(180deg, rgba(20, 20, 30, 0.95) 0%, rgba(10, 10, 20, 0.98) 100%);
}

.plan-card.featured::before,
.plan-card.highlight::before {
    height: 4px;
    background: #f9a132;
}

.plan-icon {
    margin-bottom: 15px;
    padding: 15px;
    display: inline-block;
}

.plan-icon img {
    width: 60px;
    height: auto;
    filter: drop-shadow(0 0 10px rgba(249, 161, 50, 0.3));
}

.plan-card h3 {
    font-family: "Acherus", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #f9a132;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.plan-description {
    font-size: 13px;
    color: #999;
    line-height: 1.5;
    margin-bottom: 20px;
    flex-grow: 1;
}

.plan-price {
    margin-bottom: 20px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: auto;
}

.price-label {
    display: block;
    font-size: 12px;
    color: #777;
    margin-bottom: 5px;
}

.price-value {
    font-family: "Acherus", sans-serif;
    font-size: 32px;
    font-weight: 900;
    color: #f9a132;
}

.price-value .price-period {
    font-size: 14px;
    font-weight: 400;
    color: #999;
}

.plan-btn {
    display: inline-block;
    background-color: transparent;
    color: #f9a132;
    padding: 10px 25px;
    border-radius: 25px;
    border: 2px solid #f9a132;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.plan-btn:hover {
    background-color: #f9a132;
    color: #000;
    transform: scale(1.05);
}

.plan-card.featured .plan-btn,
.plan-card.highlight .plan-btn {
    background-color: #f9a132;
    color: #000;
}

.plan-card.featured .plan-btn:hover,
.plan-card.highlight .plan-btn:hover {
    background-color: #fff;
    border-color: #fff;
}

/* Planos CTA Section */
#planos-cta {
    padding: 80px 0;
    background-color: #f0f2f5;
}

#planos-cta .cta-box {
    background: linear-gradient(135deg, #f9a132 0%, #e08a1e 100%);
    padding: 50px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
}

#planos-cta .cta-box h2 {
    font-family: "Acherus", sans-serif;
    font-size: 32px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 15px;
}

#planos-cta .cta-box p {
    font-size: 18px;
    margin-bottom: 25px;
}

#planos-cta .cta-box .button {
    background-color: #000;
    color: #f9a132;
    padding: 15px 40px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

#planos-cta .cta-box .button:hover {
    background-color: #fff;
    color: #000;
}

/* Atendimento Page Styles */
.page-hero .hero-btn {
    display: inline-block;
    background-color: #f9a132;
    color: #000;
    padding: 15px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    margin-top: 25px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-hero .hero-btn:hover {
    background-color: #fff;
    transform: scale(1.05);
}

/* Porque Space22 Section */
#porque-space22 {
    padding: 80px 0;
    background-color: #fff;
}

#porque-space22 .section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px auto;
}

#porque-space22 .section-header h2 {
    font-family: "Acherus", sans-serif;
    font-size: 32px;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.3;
}

#porque-space22 .section-header h2 .highlight {
    color: #f9a132;
}

#porque-space22 .section-header p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

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

.reason-card {
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgba(40,40,40,0.95) 100%);
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    transition: transform 0.3s ease;
}

.reason-card:hover {
    transform: translateY(-5px);
}

.reason-icon {
    font-size: 40px;
    margin-bottom: 20px;
}

.reason-card h3 {
    font-family: "Acherus", sans-serif;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.reason-card p {
    font-size: 14px;
    color: #aaa;
    line-height: 1.6;
}

/* Services Help Section */
#servicos-ajuda {
    padding: 80px 0;
    background-color: #f0f2f5;
}

#servicos-ajuda h2 {
    font-family: "Acherus", sans-serif;
    font-size: 32px;
    color: #000;
    margin-bottom: 40px;
    text-align: center;
}

#servicos-ajuda h2 .highlight {
    color: #f9a132;
}

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

.service-help-card {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: block;
}

.service-help-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.service-help-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.service-help-card h3 {
    font-family: "Acherus", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

/* Contact Section */
#fale-conosco {
    padding: 80px 0;
    background-color: #1a1a1a;
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.contact-info-side h2 {
    font-family: "Acherus", sans-serif;
    font-size: 36px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 15px;
}

.contact-info-side > p {
    font-size: 16px;
    color: #aaa;
    margin-bottom: 40px;
    line-height: 1.6;
}

.contact-methods {
    display: grid;
    gap: 25px;
}

.contact-method h4 {
    font-family: "Acherus", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #f9a132;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.contact-method a,
.contact-method p {
    font-size: 15px;
    color: #ccc;
    text-decoration: none;
    line-height: 1.6;
    margin: 0;
}

.contact-method a:hover {
    color: #f9a132;
}

.contact-form-side {
    background-color: #fff;
    padding: 40px;
    border-radius: 15px;
}

.form-group {
    margin-bottom: 20px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #f9a132;
}

.form-group textarea {
    resize: vertical;
}

.submit-btn {
    width: 100%;
    background-color: #f9a132;
    color: #000;
    padding: 15px 30px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.submit-btn:hover {
    background-color: #e08a1e;
    transform: scale(1.02);
}

/* Service Page Styles */
.service-hero {
    background: linear-gradient(135deg, #373435 0%, #1a1a1a 100%);
    padding: 100px 0 60px 0;
}

.service-intro {
    padding: 80px 0;
    background-color: #fff;
}

.service-intro .two-column-layout {
    align-items: flex-start;
}

.service-intro .column-image img {
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.service-features {
    padding: 80px 0;
    background-color: #f0f2f5;
}

.service-features h2 {
    font-family: "Acherus", sans-serif;
    font-size: 36px;
    font-weight: 900;
    color: #000;
    text-align: center;
    margin-bottom: 50px;
}

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

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

.service-feature-item:hover {
    transform: translateY(-5px);
}

.service-feature-item .feature-icon {
    font-size: 40px;
    margin-bottom: 15px;
}

.service-feature-item h3 {
    font-family: "Acherus", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.service-feature-item p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.service-pricing {
    padding: 80px 0;
    background-color: #1a1a1a;
    text-align: center;
}

.service-pricing h2 {
    font-family: "Acherus", sans-serif;
    font-size: 36px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 20px;
}

.service-pricing .price-display {
    margin: 40px 0;
}

.service-pricing .price-value {
    font-family: "Acherus", sans-serif;
    font-size: 60px;
    font-weight: 900;
    color: #f9a132;
}

.service-pricing .price-period {
    font-size: 24px;
    color: #f9a132;
}

.service-pricing .price-note {
    font-size: 16px;
    color: #aaa;
    margin-bottom: 30px;
}

.service-pricing .cta-btn {
    display: inline-block;
    background-color: #f9a132;
    color: #000;
    padding: 18px 50px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.service-pricing .cta-btn:hover {
    background-color: #fff;
    transform: scale(1.05);
}

.service-gallery {
    padding: 80px 0;
    background-color: #fff;
}

.service-gallery h2 {
    font-family: "Acherus", sans-serif;
    font-size: 36px;
    font-weight: 900;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}

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

.gallery-grid img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
}

/* Blog Posts Section */
#blog-posts {
    padding: 80px 0;
    background-color: #f0f2f5;
}

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

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

.post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.post-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.post-content {
    padding: 25px;
}

.post-category {
    display: inline-block;
    background-color: #f9a132;
    color: #000;
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.post-content h2 {
    font-family: "Acherus", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
    line-height: 1.3;
}

.post-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.read-more {
    display: inline-block;
    color: #f9a132;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.read-more:hover {
    color: #e08a1e;
}

/* Newsletter Section */
#newsletter {
    padding: 80px 0;
    background-color: #fff;
}

.newsletter-box {
    background: linear-gradient(135deg, #1a1a1a 0%, #373435 100%);
    padding: 60px;
    border-radius: 20px;
    text-align: center;
}

.newsletter-box h2 {
    font-family: "Acherus", sans-serif;
    font-size: 32px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 15px;
}

.newsletter-box p {
    font-size: 16px;
    color: #aaa;
    margin-bottom: 30px;
}

.newsletter-box .button {
    background-color: #f9a132;
    color: #000;
}

/* Privacy Policy Page */
.privacy-content {
    padding: 80px 0;
    background-color: #fff;
}

.privacy-content .container {
    max-width: 800px;
}

.privacy-content h2 {
    font-family: "Acherus", sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin: 40px 0 20px 0;
}

.privacy-content h3 {
    font-family: "Acherus", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 30px 0 15px 0;
}

.privacy-content p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
}

.privacy-content ul {
    margin: 15px 0 15px 20px;
}

.privacy-content ul li {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 8px;
}

/* Section: localizacao */
#localizacao {
    padding: 80px 0;
    background-color: #000;
    text-align: center;
}

#localizacao h2 {
    font-family: "Acherus", sans-serif;
    font-size: 42px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
}

#localizacao .map-container {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

#localizacao .map-container iframe {
    width: 100%;
    height: 400px;
    border: none;
}

/* Mobile Menu Hamburger */
.hamburger-btn {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
}

.hamburger-line {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 5px 0;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.hamburger-btn.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger-btn.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.hamburger-btn.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

body.menu-open {
    overflow: hidden;
}

/* Responsive adjustments - Large screens */
@media (max-width: 1200px) {
    #o-que-oferecemos {
        background-size: 250px auto;
    }
    
    .oferecemos-wrapper {
        gap: 30px;
        padding: 35px;
    }
}

/* Responsive adjustments - Tablet */
@media (max-width: 992px) {
    .top-header {
        padding: 20px;
    }

    .top-header .logo img {
        max-width: 180px;
    }

    .main-nav > ul {
        gap: 25px;
    }

    .main-nav a {
        font-size: 12px;
    }
    
    #o-que-oferecemos {
        background-size: 180px auto;
        padding: 40px 20px;
    }
    
    .oferecemos-wrapper {
        flex-direction: column;
        padding: 25px;
        border-radius: 20px;
        max-width: 100%;
    }
    
    .oferecemos-left,
    .oferecemos-right {
        flex: none;
        width: 100%;
    }
    
    .offerings-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .coworking-floating {
        padding: 20px 30px;
    }
    
    .oferecemos-wrapper {
        max-width: 95%;
    }
}

/* Responsive adjustments - Mobile */
@media (max-width: 768px) {
    .top-header {
        flex-direction: column;
        gap: 20px;
        text-align: center;
        padding: 20px;
    }

    .top-header .contact-info,
    .top-header .social-media {
        text-align: center;
        flex: none;
        width: 100%;
    }

    .top-header .contact-info ul,
    .top-header .social-media ul {
        justify-content: center;
    }

    .top-header .contact-info ul li a {
        justify-content: center;
    }

    .top-header .logo {
        order: -1;
        padding: 0;
    }

    .top-header .logo img {
        max-width: 200px;
    }

    .top-header h2 {
        font-size: 10px;
    }

    .footer-main .container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 30px;
    }
    
    .footer-logo-description {
        max-width: 100%;
    }
    
    .services-columns {
        justify-content: center;
    }
    
    .footer-contact ul {
        display: inline-block;
    }
    
    .footer-bottom .container {
        flex-direction: column;
        gap: 10px;
    }

    /* Visite CTA responsive */
    .visite-inner {
        flex-direction: column;
        text-align: center;
    }
    
    .visite-content {
        text-align: center;
    }
    
    .visite-content h3 {
        font-size: 22px;
    }
    
    .visite-btn {
        width: 100%;
        text-align: center;
    }

    .main-nav {
        padding: 10px 0;
    }

    .main-nav > ul {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .main-nav .submenu {
        position: static;
        box-shadow: none;
        background-color: transparent;
        border-radius: 0;
    }

    .main-nav .submenu a {
        color: #fff;
    }

    /* O que oferecemos responsive */
    #o-que-oferecemos {
        background-size: 100px auto;
        background-position: top 10px right 10px;
        padding: 25px 10px;
        min-height: auto;
    }

    .oferecemos-wrapper {
        flex-direction: column;
        padding: 18px 15px;
        gap: 15px;
        border-radius: 15px;
        max-width: 95%;
    }

    .oferecemos-left {
        flex: none;
        width: 100%;
    }

    .oferecemos-right {
        flex: none;
        width: 100%;
    }

    .intro-content {
        text-align: center;
    }

    .intro-content p {
        max-width: 100%;
        margin: 0 auto;
    }

    .mascote-container {
        min-height: 150px;
    }
    
    .mascote-container .mascote {
        max-width: 140px;
    }
    
    .mascote-container .planta-bg {
        width: 300px;
        bottom: -110px;
        left: -70px;
    }

    .offerings-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    
    .offering-item {
        padding: 10px 8px;
    }
    
    .offering-item img {
        max-width: 30px;
    }
    
    .offering-item h3 {
        font-size: 13px;
    }
    
    .offering-item p {
        font-size: 11px;
    }

    /* Coworking floating responsive */
    .coworking-floating {
        padding: 15px 20px;
        margin-top: 25px;
    }
    

    .coworking-floating .coworking-text p {
        font-size: 15px;
    }
    
    .coworking-floating .coworking-text p:first-child {
        font-size: 18px;
    }

    #estrutura-video {
        padding: 60px 0;
    }
    
    .estrutura-top {
        flex-direction: column;
        text-align: center;
        gap: 40px;
        margin-bottom: 40px;
    }

    #estrutura-video .video-content, #estrutura-video .text-content {
        padding: 0;
    }

    #estrutura-video .text-content h2 {
        font-size: 28px;
    }
    
    .ambiente-text {
        font-size: 16px;
    }
    
    .carousel-track img {
        min-width: 220px;
        height: 160px;
    }
    
    .carousel-btn {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    /* Reviews carousel responsive */
    .depoimentos-section {
        margin-top: 50px;
        padding-top: 40px;
    }
    
    .depoimentos-title {
        font-size: 24px;
    }
    
    .review-card {
        min-width: 250px;
        max-width: 250px;
        padding: 15px;
    }
    
    .reviews-btn {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    /* Page Hero responsive */
    .page-hero {
        padding: 80px 0 60px 0;
    }

    .page-hero h1 {
        font-size: 32px;
    }

    .page-hero p {
        font-size: 16px;
    }

    /* Two Column Layout responsive */
    .two-column-layout,
    .two-column-layout.reverse {
        flex-direction: column;
        gap: 30px;
    }

    .two-column-layout .column-text h2 {
        font-size: 28px;
        text-align: center;
    }
    
    /* Negócios de sucesso card responsive */
    #negocios-sucesso {
        margin-top: -150px;
        padding: 0 0 50px 0;
    }
    
    #negocios-sucesso .two-column-layout {
        padding: 30px 20px;
        border-radius: 10px;
    }
    
    .page-hero.quem-somos-hero {
        padding-bottom: 200px;
    }

    .two-column-layout .column-text {
        text-align: center;
    }

    .two-column-layout .column-text ol {
        text-align: left;
    }

    .two-column-layout .column-image img {
        max-width: 100%;
    }

    /* Localizacao responsive */
    #localizacao h2 {
        font-size: 28px;
    }

    #localizacao .map-container iframe {
        height: 300px;
    }

    #mais-que-coworking-page h2 {
        font-size: 28px;
    }

    /* Mobile Menu Styles */
    .hamburger-btn {
        display: block;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

    .main-nav {
        position: relative;
    }

    .main-nav > ul {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, #1a1a1a 0%, #373435 100%);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
        z-index: 1000;
        padding: 80px 20px;
    }

    .main-nav > ul.show {
        display: flex;
    }

    .main-nav > ul > li {
        margin: 0;
    }

    .main-nav > ul > li > a {
        font-size: 24px;
        padding: 10px 20px;
    }

    /* Submenu mobile */
    .has-submenu .submenu {
        position: static;
        opacity: 1;
        visibility: visible;
        display: none;
        background: transparent;
        box-shadow: none;
        padding: 10px 0;
        margin-top: 10px;
    }

    .has-submenu.submenu-open .submenu {
        display: block;
    }

    .has-submenu .submenu li a {
        font-size: 16px;
        color: #ccc;
    }

    /* Contact section responsive */
    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .contact-form-side {
        padding: 25px;
    }

    /* Plans grid responsive */
    .plans-grid {
        grid-template-columns: 1fr;
    }

    /* Services help grid responsive */
    .services-help-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Posts grid responsive */
    .posts-grid {
        grid-template-columns: 1fr;
    }
}

/* Extra small screens */
@media (max-width: 480px) {
    #o-que-oferecemos {
        background-size: 70px auto;
        background-position: top 8px right 8px;
        padding: 15px 8px;
    }
    
    .oferecemos-wrapper {
        padding: 12px 10px;
        border-radius: 10px;
        gap: 12px;
    }
    
    .mascote-container {
        min-height: 120px;
    }
    
    .mascote-container .mascote {
        max-width: 120px;
    }
    
    .mascote-container .planta-bg {
        width: 240px;
        bottom: -80px;
        left: -40px;
    }
    
    .offering-item {
        padding: 8px 6px;
    }
    
    .offering-item img {
        max-width: 30px;
        margin-bottom: 6px;
    }
    
    .offering-item h3 {
        font-size: 12px;
        margin-bottom: 5px;
    }
    
    .offering-item p {
        font-size: 11px;
    }
    
    .offerings-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
    }
    
    .coworking-floating {
        margin-top: 15px;
        padding: 10px 15px;
    }
    
    .coworking-floating .coworking-title {
        margin-bottom: 10px;
    }
    
    
    .coworking-floating .coworking-text p {
        font-size: 14px;
    }
    
    .coworking-floating .coworking-text p:first-child {
        font-size: 16px;
    }
}