/* static/css/styles.css */

body {
    background-color: #f0f1f6;
    color: #333;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.navbar {
    background-color: #3e3e3e;
}

.navbar-brand, .nav-link {
    color: #140b0b !important;
}

.navbar-brand:hover, .nav-link:hover {
    color: #e2e6ea !important;
}

.hero {
    background: url('/static/img/b.jpg') no-repeat center center;
    background-size: cover;
    color: #ffffff;
    padding: 100px 0;
    text-align: center;
}



.hero h1 {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.hero p {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 2rem;
}

.hero .btn {
    font-size: 1.25rem;
    padding: 0.75rem 2rem;
}

.container {
    margin-top: 3rem;
}

section {
    padding: 3rem 0;
}

h2 {
    color: #007bff;
    margin-bottom: 1.5rem;
    font-size: 2rem;
    font-weight: 600;
}

img {
    border-radius: 0.5rem;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

footer {
    background-color: #343a40;
    color: #ffffff;
    padding: 1rem 0;
}

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

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    font-weight: 600;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #004085;
}
/* styles.css */

/* Certifique-se de que todos os cartões são do mesmo tamanho */
/* styles.css */

/* Estilo base */
body {
    font-family: 'Arial', sans-serif;
    color: #343a40;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* Altura da navbar e ajuste responsivo do logótipo */
:root { --navbar-height: 56px; }
.navbar-brand { height: var(--navbar-height); padding: 0; display: flex; align-items: center; }
.navbar { min-height: var(--navbar-height); }

/* Navegação */
.navbar {
    padding: 15px 20px;
    background-color: #0c0707;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.navbar-brand {
    font-weight: bold;
    color: #007bff;
}

/* Logo na navbar */
.navbar-brand-logo {
    height: calc(var(--navbar-height) - 14px);
    width: auto;
    display: inline-block;
    margin-right: 2px !important; /* aproximar do texto */
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 1px 0 rgba(0,0,0,0.15));
}

@media (max-width: 768px) {
    :root { --navbar-height: 52px; }
    .navbar-brand-logo { height: calc(var(--navbar-height) - 12px); }
}

.nav-link {
    color: #343a40;
    margin-right: 15px;
    transition: color 0.2s;
}

.nav-link:hover {
    color: #007bff;
}

/* Hero Section */
.hero {
    background-color: #f8f9fa;
    padding: 60px 0;
    text-align: center;
}

.hero h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #343a40;
}

.hero p {
    font-size: 1.25rem;
    color: #6c757d;
}

/* Serviços */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

h2.text-center {
    font-size: 2rem;
    margin-bottom: 40px;
    color: #343a40;
}

.service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    height: 100%;
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s;
}

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

.service-icon {
    margin-bottom: 15px;
    color: #007bff; /* Cor padrão para os ícones */
}

.service-icon.text-primary {
    color: #007bff;
}

.service-icon.text-success {
    color: #28a745;
}

.service-icon.text-warning {
    color: #ffc107;
}

.service-icon.text-info {
    color: #17a2b8;
}

.service-icon.text-danger {
    color: #dc3545;
}

.service-icon.text-dark {
    color: #343a40;
}

.service-icon.text-muted {
    color: #6c757d;
}

.service-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #343a40;
}

.service-card p {
    font-size: 1rem;
    color: #6c757d;
}

/* Rodapé Moderno */
.footer-modern {
    background: linear-gradient(180deg, #1a1a1a 0%, #0f0f0f 100%);
    color: #e0e0e0;
    padding: 48px 0 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-title {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-text {
    color: #b0b0b0;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.footer-social {
    display: flex;
    gap: 12px;
}

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

.footer-social a:hover {
    background: #007bff;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.4);
}

.footer-social a i {
    font-size: 18px;
}

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

.footer-links li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-links li i {
    color: #007bff;
    font-size: 14px;
    width: 18px;
}

.footer-links a {
    color: #b0b0b0;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 0.9rem;
}

.footer-links a:hover {
    color: #ffffff;
    padding-left: 4px;
}

.footer-divider {
    border-color: rgba(255, 255, 255, 0.1);
    margin: 32px 0 24px;
}

.footer-copyright {
    color: #808080;
    font-size: 0.85rem;
    margin: 0;
}

@media (max-width: 768px) {
    .footer-modern {
        padding: 36px 0 20px;
    }
    .footer-title {
        font-size: 1rem;
        margin-bottom: 12px;
    }
    .footer-social a {
        width: 36px;
        height: 36px;
    }
    .footer-social a i {
        font-size: 16px;
    }
}

/* Animação de hover para cartões */
.card {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

/* Animação suave para ícones dentro dos cards de serviços */
.card-icon-float {
    animation: floatY 6s ease-in-out infinite;
}

.card:hover .card-icon-float {
    animation-duration: 5s;
}

/* Tamanho uniforme e base visual para cards */
.card, .service-card {
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: none;
    color: #343a40;
}

.card .card-body { flex: 1; }

/* Gradientes suaves por cartão */
.card-gradient-1 { background: linear-gradient(135deg, #d8ecff 0%, #eaf4ff 100%); }
.card-gradient-2 { background: linear-gradient(135deg, #dff5e8 0%, #ebfaf3 100%); }
.card-gradient-3 { background: linear-gradient(135deg, #ffe8d6 0%, #fff2e6 100%); }
.card-gradient-4 { background: linear-gradient(135deg, #e9d9ff 0%, #f3e9ff 100%); }
.card-gradient-5 { background: linear-gradient(135deg, #d6fff1 0%, #e9fff8 100%); }
.card-gradient-6 { background: linear-gradient(135deg, #ffe2e8 0%, #ffeef2 100%); }
.card-gradient-7 { background: linear-gradient(135deg, #e1e8ff 0%, #eef2ff 100%); }
.card-gradient-8 { background: linear-gradient(135deg, #e3ffe1 0%, #efffee 100%); }

/* Responsividade */
@media (max-width: 768px) {
    .navbar-nav {
        text-align: center;
        margin-top: 10px;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .hero p {
        font-size: 1.1rem;
    }

    .service-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .hero h1 {
        font-size: 1.75rem;
    }

    .hero p {
        font-size: 1rem;
    }

    .service-card {
        padding: 15px;
    }

    .service-card h3 {
        font-size: 1.25rem;
    }

    .service-card p {
        font-size: 0.9rem;
    }
}
/* Estilo para a seção de contacto */
.contact-section {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.contact-section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #343a40;
}

.contact-info {
    list-style: none;
    padding: 0;
}

.contact-info li {
    font-size: 1rem;
    margin-bottom: 15px;
    color: #6c757d;
}

.contact-info i {
    margin-right: 10px;
    color: #007bff;
}

/* Estilo animado para o telefone */
.phone-contact-item {
    margin-bottom: 20px !important;
}

.animated-phone-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 24px;
    background: linear-gradient(135deg, #25D366 0%, #20BA5A 100%);
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    position: relative;
    overflow: visible;
    animation: phonePulseGlow 2s ease-in-out infinite;
}

.animated-phone-link::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.animated-phone-link:hover::before {
    width: 300px;
    height: 300px;
}

.animated-phone-link:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.6);
    background: linear-gradient(135deg, #20BA5A 0%, #1FA850 100%);
}

.phone-icon {
    font-size: 1.4rem;
    z-index: 2;
    position: relative;
    animation: phoneRing 2s ease-in-out infinite;
    color: #ffffff !important;
    margin-right: 0 !important;
}

.phone-number {
    z-index: 2;
    position: relative;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.phone-pulse {
    position: absolute;
    top: 50%;
    left: 22px;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.6);
    animation: pulseRing 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    pointer-events: none;
}

@keyframes phonePulseGlow {
    0%, 100% {
        box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    }
    50% {
        box-shadow: 0 6px 30px rgba(37, 211, 102, 0.7);
    }
}

@keyframes phoneRing {
    0%, 100% {
        transform: rotate(0deg) scale(1);
    }
    5% {
        transform: rotate(-12deg) scale(1.1);
    }
    10% {
        transform: rotate(12deg) scale(1.1);
    }
    15% {
        transform: rotate(-8deg) scale(1.05);
    }
    20% {
        transform: rotate(8deg) scale(1.05);
    }
    25% {
        transform: rotate(-4deg) scale(1.02);
    }
    30% {
        transform: rotate(4deg) scale(1.02);
    }
    35%, 100% {
        transform: rotate(0deg) scale(1);
    }
}

@keyframes pulseRing {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 1;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0.6;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.6);
        opacity: 0;
    }
}

@media (max-width: 768px) {
    .animated-phone-link {
        padding: 12px 20px;
        font-size: 1rem;
        gap: 10px;
    }
    .phone-icon {
        font-size: 1.2rem;
    }
    .phone-number {
        font-size: 0.95rem;
    }
    .phone-pulse {
        left: 18px;
        width: 45px;
        height: 45px;
    }
}

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

.contact-form .btn {
    background-color: #007bff;
    border: none;
    padding: 10px 20px;
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.3s;
}

.contact-form .btn:hover {
    background-color: #0056b3;
}

.map-container {
    margin-top: 30px;
}

@media (max-width: 768px) {
    .contact-section .row {
        flex-direction: column;
    }

    .map-container {
        margin-top: 20px;
    }
}

/* Estilo para a seção Hero */
.hero {
    background: linear-gradient(135deg, #8fd3f4 0%, #a8d7f6 50%, #6fb7f0 100%);
    color: #0f2b46;
    padding: 84px 0; /* altura do banner aumentada */
    text-align: center;
    position: relative; /* permite posicionar ícones translucidos */
    overflow-x: hidden;
    overflow-y: visible;
}

/* Container do conteúdo do hero */
.hero-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    gap: 40px;
}

.hero-text {
    flex: 1;
    text-align: left;
    z-index: 2;
    padding-right: 40px;
}

.hero-text .btn-primary {
    padding: 14px 32px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
    transition: all 0.3s ease;
}

.hero-text .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
}


/* Dispositivo Isométrico Animado - Realistic 3D */
.device-container {
    flex: 0 0 420px;
    height: 420px;
    position: relative;
    perspective: 1200px;
    z-index: 1;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.isometric-device {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transform: rotateX(65deg) rotateY(-35deg) rotateZ(0deg);
    animation: deviceFloat 6s ease-in-out infinite;
}

@keyframes deviceFloat {
    0%, 100% { transform: rotateX(65deg) rotateY(-35deg) rotateZ(0deg) translateY(0); }
    50% { transform: rotateX(65deg) rotateY(-35deg) rotateZ(0deg) translateY(-10px); }
}

/* Laptop Base (parte inferior) */
.laptop-base {
    position: absolute;
    width: 320px;
    height: 200px;
    background: 
        linear-gradient(135deg, #e8e8e0 0%, #d4d4c0 100%),
        repeating-linear-gradient(45deg, rgba(255,255,255,0.3) 0px, rgba(255,255,255,0.3) 1px, transparent 1px, transparent 10px);
    border-radius: 15px 15px 8px 8px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transform-origin: bottom;
    box-shadow: 
        0 10px 30px rgba(0,0,0,0.3),
        inset 0 1px 0 rgba(255,255,255,0.5),
        inset 0 -5px 10px rgba(0,0,0,0.15);
    border: 1px solid #c0c0a8;
}


.laptop-keyboard {
    position: absolute;
    width: 300px;
    height: 110px;
    background: 
        linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%),
        repeating-linear-gradient(90deg, transparent, transparent 39px, rgba(255,255,255,0.05) 39px, rgba(255,255,255,0.05) 40px);
    border-radius: 5px;
    bottom: 50px;
    left: 10px;
    box-shadow: 
        inset 0 2px 5px rgba(0,0,0,0.8),
        0 1px 0 rgba(100,100,100,0.3);
}

.laptop-keys {
    display: none; /* Replaced by repeating-linear-gradient above */
}

.laptop-trackpad {
    position: absolute;
    width: 100px;
    height: 70px;
    background: 
        linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
    border-radius: 5px;
    bottom: 15px;
    left: 110px;
    box-shadow: 
        inset 0 1px 3px rgba(0,0,0,0.7),
        0 1px 0 rgba(120,120,120,0.2);
    border: 1px solid #2a2a2a;
}

.laptop-trackpad:after {
    content: '';
    position: absolute;
    width: 90%;
    height: 80%;
    top: 10%;
    left: 5%;
    border-radius: 3px;
    background: linear-gradient(135deg, rgba(40,40,40,0.8) 0%, rgba(60,60,60,0.8) 100%);
}

.speaker-grills {
    position: absolute;
    width: 280px;
    height: 8px;
    background: 
        repeating-linear-gradient(90deg, #c0c0a8, #c0c0a8 2px, transparent 2px, transparent 6px);
    border-radius: 2px;
    bottom: 140px;
    left: 20px;
}

.brand-logo {
    position: absolute;
    width: 90px;
    height: 12px;
    background: rgba(255,255,255,0.95);
    border-radius: 3px;
    bottom: 20px;
    left: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666;
    font-weight: bold;
    font-size: 8px;
    letter-spacing: 1px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.brand-logo:before {
    content: 'MOZBITS';
}

.power-button {
    position: absolute;
    width: 3px;
    height: 15px;
    background: linear-gradient(to bottom, #a0a090, #c0c0a8);
    border-radius: 2px;
    right: -8px;
    top: 90px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.usb-ports {
    position: absolute;
    width: 30px;
    height: 8px;
    background: #c0c0a8;
    left: -15px;
    top: 60px;
    border-radius: 2px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.usb-port {
    width: 6px;
    height: 3px;
    background: #a0a090;
    border-radius: 1px;
}

/* Hinge (dobradiça) */
.hinge {
    position: absolute;
    width: 280px;
    height: 6px;
    background: linear-gradient(to bottom, #a0a090, #c0c0a8, #a0a090);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px 4px 0 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    z-index: 10;
}

/* Laptop Screen (parte superior) */
.laptop-screen {
    position: absolute;
    width: 320px;
    height: 200px;
    bottom: 190px;
    left: 50%;
    transform: translateX(-50%) rotateX(-85deg);
    transform-origin: bottom;
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 5;
}

.screen-container {
    position: absolute;
    width: 320px;
    height: 200px;
    bottom: 190px;
    left: 50%;
    transform: translateX(-50%) rotateX(-85deg);
    transform-origin: bottom;
    z-index: 5;
    overflow: visible;
}

.screen {
    width: 100%;
    height: 100%;
    background: #000;
    border: 12px solid #5a9cd8;
    border-radius: 8px 8px 0 0;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 5px 15px rgba(0,0,0,0.3),
        inset 0 0 0 1px #6fb7f0;
}

.screen-content {
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 30% 30%, #4a9de0, #6fb7f0 70%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    position: relative;
    overflow: hidden;
}

.screen-content:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(125deg, transparent 30%, rgba(255,255,255,0.03) 50%, transparent 70%);
    animation: screenGlow 8s infinite linear;
}

.screen-reflection {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
    top: 0;
    left: 0;
    pointer-events: none;
}

@keyframes screenGlow {
    0% { transform: translateX(-100%) translateY(-100%); }
    100% { transform: translateX(100%) translateY(100%); }
}

.laptop-bezel-top {
    width: 100%;
    height: 20px;
    background: linear-gradient(to bottom, #5a9cd8 0%, #4a9de0 100%);
    border-radius: 4px 4px 0 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.laptop-camera {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
}

.laptop-display {
    width: 100%;
    height: calc(100% - 20px);
    position: relative;
    overflow: hidden;
}

.laptop-content {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 15px;
}

.laptop-window {
    position: absolute;
    width: 200px;
    height: 120px;
    background: rgba(10, 40, 70, 0.9);
    border-radius: 8px;
    top: 40px;
    right: 25px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    border: 1px solid rgba(90, 156, 216, 0.5);
    overflow: hidden;
    animation: windowGlow 3s ease-in-out infinite;
}

.window-header {
    height: 25px;
    background: linear-gradient(to bottom, #5a9cd8, #4a9de0);
    display: flex;
    align-items: center;
    padding: 0 10px;
    border-bottom: 1px solid #3b8fd8;
}

.window-controls {
    display: flex;
    gap: 8px;
}

.control {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.close { background: #ff5f57; }
.minimize { background: #ffbd2e; }
.maximize { background: #28ca42; }

.window-content {
    padding: 15px;
    color: #e0e0e0;
    font-size: 14px;
    height: calc(100% - 25px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.window-content h3 {
    margin-bottom: 10px;
    color: #ffffff;
}

.window-content p {
    font-size: 12px;
    margin: 5px 0;
}

.content-block {
    width: 100%;
    height: 12px;
    background: linear-gradient(135deg, #ff8c42, #ffa500);
    border-radius: 2px;
    position: relative;
    margin-bottom: 6px;
}

.content-block::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 5px;
    right: 5px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    transform: translateY(-50%);
}

.battery-indicator {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    background: rgba(0,0,0,0.5);
    padding: 3px 8px;
    border-radius: 3px;
}

.laptop-window.window-1 {
    animation-delay: 0s;
}

.laptop-window.window-2 {
    width: 150px;
    height: 90px;
    top: 60px;
    left: 20px;
    animation-delay: 1s;
}

/* Typing Effect */
.typing-container {
    display: flex;
    align-items: center;
    font-family: 'Courier New', monospace;
    font-size: 11px;
    color: #e0e0e0;
    opacity: 0;
    transition: opacity 0.5s ease-in;
}

.typing-container.loaded {
    opacity: 1;
}

.typing-text {
    display: inline-block;
}

.typing-cursor {
    display: inline-block;
    animation: blinkCursor 1s infinite;
    color: #4a9de0;
    font-weight: bold;
}

@keyframes blinkCursor {
    0%, 49% {
        opacity: 1;
    }
    50%, 100% {
        opacity: 0;
    }
}

/* Desktop Icons - Flutuantes dentro da tela */
.desktop-icon {
    position: absolute;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: white;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 20;
    opacity: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.icon-share {
    left: 15px;
    top: 20px;
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.9), rgba(0, 150, 255, 0.9));
    animation: iconFloatShare 6s infinite;
}

.icon-database {
    left: 55px;
    top: 20px;
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.9), rgba(80, 200, 120, 0.9));
    animation: iconFloatDatabase 6.5s infinite;
}

.icon-network {
    left: 95px;
    top: 20px;
    background: linear-gradient(135deg, rgba(23, 162, 184, 0.9), rgba(60, 200, 240, 0.9));
    animation: iconFloatNetwork 7s infinite;
}

.icon-security {
    left: 135px;
    top: 20px;
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.9), rgba(255, 100, 120, 0.9));
    animation: iconFloatSecurity 7.5s infinite;
}

.icon-cloud {
    left: 175px;
    top: 20px;
    background: linear-gradient(135deg, rgba(108, 117, 125, 0.9), rgba(150, 170, 190, 0.9));
    animation: iconFloatCloud 8s infinite;
}

.icon-server {
    left: 215px;
    top: 20px;
    background: linear-gradient(135deg, rgba(111, 66, 193, 0.9), rgba(150, 120, 230, 0.9));
    animation: iconFloatServer 8.5s infinite;
}

.icon-browser {
    left: 255px;
    top: 20px;
    background: linear-gradient(135deg, rgba(255, 100, 100, 0.9), rgba(255, 150, 150, 0.9));
    animation: iconFloatBrowser 9s infinite;
}

@keyframes iconFloatShare {
    0% {
        opacity: 0;
        transform: translateY(0) scale(0.5);
    }
    15% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    50% {
        opacity: 1;
        transform: translateY(-150px) scale(1);
    }
    70% {
        opacity: 0;
        transform: translateY(-200px) scale(0.5);
    }
    100% {
        opacity: 0;
        transform: translateY(-200px) scale(0.5);
    }
}

@keyframes iconFloatDatabase {
    0% {
        opacity: 0;
        transform: translateY(0) scale(0.5);
    }
    15% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    50% {
        opacity: 1;
        transform: translateY(-150px) scale(1);
    }
    70% {
        opacity: 0;
        transform: translateY(-200px) scale(0.5);
    }
    100% {
        opacity: 0;
        transform: translateY(-200px) scale(0.5);
    }
}

@keyframes iconFloatNetwork {
    0% {
        opacity: 0;
        transform: translateY(0) scale(0.5);
    }
    15% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    50% {
        opacity: 1;
        transform: translateY(-150px) scale(1);
    }
    70% {
        opacity: 0;
        transform: translateY(-200px) scale(0.5);
    }
    100% {
        opacity: 0;
        transform: translateY(-200px) scale(0.5);
    }
}

@keyframes iconFloatSecurity {
    0% {
        opacity: 0;
        transform: translateY(0) scale(0.5);
    }
    15% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    50% {
        opacity: 1;
        transform: translateY(-150px) scale(1);
    }
    70% {
        opacity: 0;
        transform: translateY(-200px) scale(0.5);
    }
    100% {
        opacity: 0;
        transform: translateY(-200px) scale(0.5);
    }
}

@keyframes iconFloatCloud {
    0% {
        opacity: 0;
        transform: translateY(0) scale(0.5);
    }
    15% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    50% {
        opacity: 1;
        transform: translateY(-150px) scale(1);
    }
    70% {
        opacity: 0;
        transform: translateY(-200px) scale(0.5);
    }
    100% {
        opacity: 0;
        transform: translateY(-200px) scale(0.5);
    }
}

@keyframes iconFloatServer {
    0% {
        opacity: 0;
        transform: translateY(0) scale(0.5);
    }
    15% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    50% {
        opacity: 1;
        transform: translateY(-150px) scale(1);
    }
    70% {
        opacity: 0;
        transform: translateY(-200px) scale(0.5);
    }
    100% {
        opacity: 0;
        transform: translateY(-200px) scale(0.5);
    }
}

@keyframes iconFloatBrowser {
    0% {
        opacity: 0;
        transform: translateY(0) scale(0.5);
    }
    15% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    50% {
        opacity: 1;
        transform: translateY(-150px) scale(1);
    }
    70% {
        opacity: 0;
        transform: translateY(-200px) scale(0.5);
    }
    100% {
        opacity: 0;
        transform: translateY(-200px) scale(0.5);
    }
}

.pie-chart {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #ffd700;
    margin-top: 10px;
}

.pie-segment {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    clip-path: polygon(50% 50%, 100% 0%, 100% 100%);
}

.pie-segment.segment-1 {
    background: #ff8c42;
    z-index: 2;
}

.pie-segment.segment-2 {
    background: #ffd700;
    clip-path: polygon(50% 50%, 0% 0%, 0% 100%, 50% 100%);
    z-index: 1;
}

@keyframes windowGlow {
    0%, 100% { 
        opacity: 0.8;
        transform: scale(1);
    }
    50% { 
        opacity: 1;
        transform: scale(1.02);
    }
}

/* Elementos flutuantes (cards) */
.floating-card {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    transform-style: preserve-3d;
}

.card-1 {
    background: linear-gradient(135deg, #007bff, #0056b3);
    top: 15%;
    left: 45%;
    animation: floatCard1 4s ease-in-out infinite;
    transform: translateZ(20px);
}

.card-2 {
    background: linear-gradient(135deg, #ff9800, #f57c00);
    top: 35%;
    left: 55%;
    animation: floatCard2 5s ease-in-out infinite;
    transform: translateZ(30px);
}

.card-3 {
    background: linear-gradient(135deg, #e91e63, #c2185b);
    top: 55%;
    left: 50%;
    animation: floatCard3 6s ease-in-out infinite;
    transform: translateZ(25px);
}

.card-4 {
    background: linear-gradient(135deg, #28a745, #1e7e34);
    top: 25%;
    left: 60%;
    animation: floatCard4 4.5s ease-in-out infinite;
    transform: translateZ(35px);
}

.card-5 {
    background: linear-gradient(135deg, #dc3545, #c82333);
    top: 70%;
    left: 55%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 10px;
    animation: floatCard5 3.5s ease-in-out infinite;
    transform: translateZ(15px);
}

.card-6 {
    background: linear-gradient(135deg, #6c757d, #5a6268);
    top: 45%;
    left: 65%;
    width: 40px;
    height: 40px;
    font-size: 16px;
    animation: floatCard6 5.5s ease-in-out infinite;
    transform: translateZ(28px);
}

@keyframes floatCard1 {
    0%, 100% { transform: translateZ(20px) translateY(0) rotateZ(0deg); }
    50% { transform: translateZ(30px) translateY(-15px) rotateZ(5deg); }
}

@keyframes floatCard2 {
    0%, 100% { transform: translateZ(30px) translateY(0) rotateZ(0deg); }
    50% { transform: translateZ(40px) translateY(-20px) rotateZ(-5deg); }
}

@keyframes floatCard3 {
    0%, 100% { transform: translateZ(25px) translateY(0) rotateZ(0deg); }
    50% { transform: translateZ(35px) translateY(-18px) rotateZ(3deg); }
}

@keyframes floatCard4 {
    0%, 100% { transform: translateZ(35px) translateY(0) rotateZ(0deg); }
    50% { transform: translateZ(45px) translateY(-12px) rotateZ(-3deg); }
}

@keyframes floatCard5 {
    0%, 100% { transform: translateZ(15px) translateY(0) scale(1); }
    50% { transform: translateZ(25px) translateY(-8px) scale(1.2); }
}

@keyframes floatCard6 {
    0%, 100% { transform: translateZ(28px) translateY(0) rotateZ(0deg); }
    50% { transform: translateZ(38px) translateY(-10px) rotateZ(8deg); }
}

@media (max-width: 992px) {
    .hero {
        padding: 90px 0 110px 0;
        overflow: visible;
    }
    .hero-content {
        flex-direction: column;
        gap: 35px;
    }
    .hero-text {
        text-align: center;
        margin-bottom: 30px;
        padding-right: 0;
        width: 100%;
        max-width: 100%;
    }
    .device-container {
        flex: 0 0 350px;
        height: 400px;
        margin: 0 auto;
    }
    .laptop-base {
        width: 280px;
        height: 190px;
        left: 50%;
        transform: translateX(-50%);
    }
    .laptop-screen, .screen-container {
        width: 270px;
        height: 170px;
        bottom: 160px;
        left: 50%;
        transform: translateX(-50%) rotateX(-85deg);
    }
    .laptop-keyboard {
        width: 260px;
        height: 100px;
    }
    .laptop-trackpad {
        width: 90px;
        height: 60px;
    }
    .hinge {
        width: 250px;
        left: 50%;
        transform: translateX(-50%);
    }
    .speaker-grills {
        width: 240px;
    }
    .floating-card {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    .hero-text .hero-main-title {
        font-size: 2.2rem;
        margin-bottom: 12px;
    }
    .hero-subtitle {
        font-size: 1.3rem;
        margin-bottom: 18px;
    }
    .hero-description {
        font-size: 1rem;
        max-width: 100%;
        margin-bottom: 24px;
        line-height: 1.6;
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 80px 0 100px 0;
        min-height: auto;
        overflow: visible;
    }
    .hero-content {
        gap: 40px;
        padding: 0 20px;
        flex-wrap: wrap;
    }
    .hero-text {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
    }
    .hero-text .hero-main-title {
        font-size: 1.75rem;
        margin-bottom: 12px;
        line-height: 1.2;
    }
    .hero-subtitle {
        font-size: 1.05rem;
        margin-bottom: 18px;
        line-height: 1.4;
    }
    .hero-description {
        font-size: 0.9rem;
        margin-bottom: 24px;
        line-height: 1.6;
        padding: 0;
        max-width: 100%;
    }
    .hero-text .btn-primary {
        padding: 12px 24px;
        font-size: 0.95rem;
        margin-top: 8px;
    }
    .device-container {
        flex: 0 0 300px;
        height: 350px;
        margin: 20px auto 0;
    }
    .laptop-base {
        width: 240px;
        height: 160px;
        left: 50%;
        transform: translateX(-50%);
    }
    .laptop-screen, .screen-container {
        width: 230px;
        height: 130px;
        bottom: 130px;
        left: 50%;
        transform: translateX(-50%) rotateX(-85deg);
    }
    .laptop-keyboard {
        width: 220px;
        height: 90px;
    }
    .laptop-trackpad {
        width: 80px;
        height: 55px;
    }
    .hinge {
        width: 200px;
        left: 50%;
        transform: translateX(-50%);
    }
    .speaker-grills {
        width: 200px;
    }
    .brand-logo {
        width: 65px;
    }
    .floating-card {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .hero {
        padding: 70px 0 90px 0;
    }
    .hero-content {
        padding: 0 15px;
        gap: 30px;
    }
    .hero-text .hero-main-title {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
    .hero-subtitle {
        font-size: 0.95rem;
        margin-bottom: 16px;
    }
    .hero-description {
        font-size: 0.85rem;
        margin-bottom: 20px;
        line-height: 1.5;
    }
    .hero-text .btn-primary {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
}

.hero h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.hero-text h1, .hero-text .hero-main-title {
    font-size: 3.5rem;
    margin-bottom: 0;
    font-weight: 900;
    letter-spacing: -1px;
    color: #0f2b46;
}

.hero-subtitle {
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-weight: 600;
    color: #0f2b46;
    letter-spacing: 0.5px;
}

.hero-description {
    font-size: 1.15rem;
    margin-bottom: 32px;
    line-height: 1.8;
    color: #2c3e50;
    max-width: 90%;
}

.hero-text p {
    font-size: 1.25rem;
    margin-bottom: 24px;
    line-height: 1.6;
}

.hero p {
    font-size: 1.2rem;
}

/* Banner com animação de pontos infinitos (overlay leve) */
.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.15; /* intensidade dos pontos */
    background-image:
        radial-gradient(#ffffff 1.2px, transparent 1.2px),
        radial-gradient(#ffffff 1.2px, transparent 1.2px);
    background-size: 36px 36px, 36px 36px;
    background-position: 0 0, 18px 18px;
    animation: heroDotsDrift 28s linear infinite;
}

@keyframes heroDotsDrift {
    0% { background-position: 0 0, 18px 18px; }
    100% { background-position: 360px 360px, 378px 378px; }
}

@media (max-width: 768px) {
    .hero::after { opacity: 0.10; background-size: 28px 28px, 28px 28px; }
}

@media (prefers-reduced-motion: reduce) {
    .hero::after { animation: none; }
}

/* Ícones translúcidos no banner */
.hero-icons i {
    position: absolute;
    opacity: 0.10;
    color: #000000;
    pointer-events: none;
    animation: floatY 6s ease-in-out infinite;
}

/* Ícones flutuantes na secção Sobre nós */
.about-figure { position: relative; }
.about-icons i {
    position: absolute;
    opacity: 0.10;
    color: #000000;
    pointer-events: none;
    animation: floatY 7s ease-in-out infinite;
}
.about-icons .ai-1 { top: 6%; right: -6px; font-size: 44px; animation-delay: 0.2s; }
.about-icons .ai-2 { top: 36%; right: 8px; font-size: 48px; animation-delay: 0.6s; }
.about-icons .ai-3 { top: 66%; right: -10px; font-size: 46px; animation-delay: 1.0s; }
.about-icons .ai-4 { top: 20%; right: 56px; font-size: 40px; animation-delay: 1.4s; }
.about-icons .ai-5 { top: 78%; right: 56px; font-size: 42px; animation-delay: 1.8s; }

@media (max-width: 768px) {
    .about-icons .ai-1,
    .about-icons .ai-2,
    .about-icons .ai-3,
    .about-icons .ai-4,
    .about-icons .ai-5 { font-size: 34px; opacity: 0.08; right: 6px; }
}

/* Ícones flutuantes por baixo do texto em Sobre nós */
.about-text { position: relative; }
.about-text-icons i {
    position: absolute;
    opacity: 0.10;
    color: #000000;
    pointer-events: none;
    animation: floatY 8s ease-in-out infinite;
}
.about-text-icons .at-1 { bottom: -6px; left: 6px; font-size: 40px; animation-delay: 0.3s; }
.about-text-icons .at-2 { bottom: -10px; left: 56px; font-size: 44px; animation-delay: 0.7s; }
.about-text-icons .at-3 { bottom: -8px; right: 64px; font-size: 42px; animation-delay: 1.1s; }
.about-text-icons .at-4 { bottom: -4px; right: 12px; font-size: 38px; animation-delay: 1.5s; }

@media (max-width: 768px) {
    .about-text-icons .at-1,
    .about-text-icons .at-2,
    .about-text-icons .at-3,
    .about-text-icons .at-4 { font-size: 30px; bottom: -4px; opacity: 0.08; }
}

/* Ícone grande representando empresas na área à direita do texto */
.about-text .icon-company {
    position: absolute;
    right: calc(40px + 5cm); /* afastar 5cm para a esquerda */
    bottom: 40px; /* subir um pouco */
    font-size: 160px;
    opacity: 0.12;
    color: #000000;
    pointer-events: none;
    animation: floatY 7s ease-in-out infinite;
    animation-delay: 0.9s;
}

@media (max-width: 768px) {
    .about-text .icon-company { font-size: 110px; right: 20px; bottom: 24px; opacity: 0.10; }
}

.hero-icons .icon-1 { top: 12px; left: 16px; font-size: 90px; }
.hero-icons .icon-2 { top: 20px; right: 24px; font-size: 80px; }
.hero-icons .icon-3 { bottom: 18px; left: 24px; font-size: 86px; }
.hero-icons .icon-4 { bottom: 16px; right: 18px; font-size: 92px; }

/* Ícones extra e atrasos para flutuação */
.hero-icons .icon-5 { top: 50%; left: 10%; transform: translateY(-50%); font-size: 84px; animation-delay: 0.4s; }
.hero-icons .icon-6 { top: 45%; right: 10%; transform: translateY(-50%); font-size: 82px; animation-delay: 0.8s; }
.hero-icons .icon-7 { top: 8%; left: 45%; font-size: 76px; animation-delay: 1.2s; }
.hero-icons .icon-8 { bottom: 10%; left: 45%; font-size: 78px; animation-delay: 1.6s; }
.hero-icons .icon-9 { top: 28%; left: 26%; font-size: 72px; animation-delay: 2.0s; }
.hero-icons .icon-10 { top: 28%; right: 26%; font-size: 74px; animation-delay: 2.4s; }

@keyframes floatY {
    0% { transform: translateY(0); }
    50% { transform: translateY(-14px); }
    100% { transform: translateY(0); }
}

@media (max-width: 768px) {
    .hero-icons .icon-1,
    .hero-icons .icon-2,
    .hero-icons .icon-3,
    .hero-icons .icon-4,
    .hero-icons .icon-5,
    .hero-icons .icon-6,
    .hero-icons .icon-7,
    .hero-icons .icon-8,
    .hero-icons .icon-9,
    .hero-icons .icon-10 { font-size: 56px; opacity: 0.07; }
}

/* Ajustes específicos para o banner de Serviços (ícones menos apertados) */
.hero.hero-services { padding: 96px 0; }
.hero.hero-services .hero-icons i { opacity: 0.09; }
.hero.hero-services .hero-icons .icon-1 { top: 8px; left: 12px; font-size: 72px; }
.hero.hero-services .hero-icons .icon-2 { top: 16px; right: 12px; font-size: 68px; }
.hero.hero-services .hero-icons .icon-3 { bottom: 22px; left: 12px; font-size: 70px; }
.hero.hero-services .hero-icons .icon-4 { bottom: 22px; right: 12px; font-size: 74px; }
.hero.hero-services .hero-icons .icon-5 { top: 50%; left: 6%; transform: translateY(-50%); font-size: 66px; }
.hero.hero-services .hero-icons .icon-6 { top: 46%; right: 6%; transform: translateY(-50%); font-size: 66px; }

@media (max-width: 768px) {
    .hero.hero-services { padding: 84px 0; }
    .hero.hero-services .hero-icons .icon-1,
    .hero.hero-services .hero-icons .icon-2,
    .hero.hero-services .hero-icons .icon-3,
    .hero.hero-services .hero-icons .icon-4,
    .hero.hero-services .hero-icons .icon-5,
    .hero.hero-services .hero-icons .icon-6 { font-size: 48px; opacity: 0.08; }
}

/* Estilo para a seção About Us */
.about-section {
    padding: 60px 0;
}

.about-section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #343a40;
}

.about-section p {
    font-size: 1rem;
    color: #6c757d;
}

/* Sobre nós - seção com fundo gradiente azul */
.about-section-bg {
    background: linear-gradient(135deg, #8fd3f4 0%, #a8d7f6 50%, #6fb7f0 100%);
    padding: 80px 0;
    position: relative;
    overflow-x: hidden;
}

.about-section-bg h2 {
    color: #0f2b46 !important;
}

.about-section-bg .about-text p {
    color: #2c3e50 !important;
}

.about-section-bg .about-icons i,
.about-section-bg .about-text-icons i,
.about-section-bg .icon-company {
    color: #0f2b46 !important;
    opacity: 0.25 !important;
}

.team-members {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.team-member {
    text-align: center;
    flex: 1 1 300px;
}

.team-member img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.team-member h3 {
    font-size: 1.25rem;
    margin-bottom: 5px;
    color: #343a40;
}

.team-member p {
    font-size: 0.9rem;
    color: #6c757d;
}

/* Sobre nós - logótipo grande totalmente visível */
.about-hero-logo {
    height: 120px;
    width: auto;
    margin-bottom: 12px;
    filter: drop-shadow(0 2px 0 rgba(0,0,0,0.15));
}

@media (max-width: 768px) {
    .about-hero-logo { height: 96px; }
}

/* Sobre nós - fotografia lateral */
.about-photo {
    max-width: 420px;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

/* Sobre nós - imagem isométrica */
.about-figure {
    position: relative;
}

.about-isometric {
    width: 100%;
    max-width: 450px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    filter: brightness(1.05);
}

.about-isometric:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

/* Infraestrutura Isométrica Sobre Nós */
.about-infrastructure {
    position: relative;
}

.about-infra-container {
    width: 100%;
    height: 450px;
    position: relative;
    margin: 20px auto;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-infra-view {
    width: 600px;
    height: 450px;
    position: relative;
    transform: rotateX(55deg) rotateY(0deg) rotateZ(-35deg);
    transform-style: preserve-3d;
    perspective: 1400px;
}

.about-rack {
    position: absolute;
    width: 140px;
    height: 200px;
    background: linear-gradient(135deg, #f8fafc, #e2e8f0);
    border: 4px solid #cbd5e1;
    border-radius: 8px;
    transform-style: preserve-3d;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.about-rack-1 {
    bottom: 100px;
    left: 80px;
    transform: translateZ(60px);
}

.about-server-unit {
    position: absolute;
    width: 100px;
    height: 25px;
    background: #ffffff;
    left: 18px;
    border-bottom: 2px solid #cbd5e1;
    border-radius: 4px;
}

.about-led {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    right: 15px;
    top: 6px;
}

.about-led-green {
    background: #22c55e;
    box-shadow: 0 0 12px #22c55e;
    animation: about-ledBlink 3s infinite;
}

.about-led-blue {
    background: #3b82f6;
    box-shadow: 0 0 12px #3b82f6;
    animation: about-ledBlink 2s infinite;
}

@keyframes about-ledBlink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

.about-storage {
    position: absolute;
    width: 160px;
    height: 140px;
    background: linear-gradient(135deg, #f8fafc, #e2e8f0);
    border: 4px solid #3b82f6;
    border-radius: 8px;
    bottom: 100px;
    left: 280px;
    transform: translateZ(60px);
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);
}

.about-drive {
    position: absolute;
    width: 40px;
    height: 20px;
    background: #cbd5e1;
    border: 2px solid #94a3b8;
    border-radius: 4px;
}

.about-workstation {
    position: absolute;
    width: 120px;
    height: 100px;
    background: #ffffff;
    border: 4px solid #cbd5e1;
    border-radius: 8px;
    bottom: 290px;
    left: 180px;
    transform: translateZ(60px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.about-monitor {
    position: absolute;
    width: 90px;
    height: 70px;
    background: #0f172a;
    border-radius: 8px;
    top: 10px;
    left: 15px;
    border: 4px solid #6fb7f0;
    overflow: hidden;
}

.about-monitor-screen {
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 30%, #4a9de0, #6fb7f0 70%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 24px;
}

.about-monitor-screen:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(125deg, transparent 30%, rgba(111, 183, 240, 0.3) 50%, transparent 70%);
    animation: about-screenGlow 4s infinite linear;
}

@keyframes about-screenGlow {
    0% { transform: translateX(-100%) translateY(-100%); opacity: 0; }
    50% { opacity: 1; }
    100% { transform: translateX(100%) translateY(100%); opacity: 0; }
}

/* Fluxo de Dados Servidor → Base de Dados */
.about-data-flow.about-flow-1 {
    width: 14px;
    height: 14px;
    background: #22c55e;
    border-radius: 50%;
    box-shadow: 0 0 20px #22c55e;
    animation: about-flow1Move 3s infinite linear;
    z-index: 10;
    bottom: 175px;
    left: 230px;
}

@keyframes about-flow1Move {
    0% { transform: translateY(0) translateX(0) translateZ(65px); opacity: 0; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    100% { transform: translateY(0) translateX(60px) translateZ(65px); opacity: 0; }
}

/* Fluxo de Dados Base de Dados → Computador */
.about-data-flow.about-flow-2 {
    width: 14px;
    height: 14px;
    background: #3b82f6;
    border-radius: 50%;
    box-shadow: 0 0 20px #3b82f6;
    animation: about-flow2Move 3s infinite linear;
    z-index: 10;
    bottom: 350px;
    left: 310px;
}

@keyframes about-flow2Move {
    0% { transform: translateY(0) translateX(0) translateZ(65px); opacity: 0; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    100% { transform: translateY(-60px) translateX(-50px) translateZ(65px); opacity: 0; }
}

/* Fluxo de Dados Computador → Servidor */
.about-data-flow.about-flow-3 {
    width: 14px;
    height: 14px;
    background: #8b5cf6;
    border-radius: 50%;
    box-shadow: 0 0 20px #8b5cf6;
    animation: about-flow3Move 3s infinite linear;
    z-index: 10;
    bottom: 290px;
    left: 210px;
}

@keyframes about-flow3Move {
    0% { transform: translateY(0) translateX(0) translateZ(65px); opacity: 0; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    100% { transform: translateY(-50px) translateX(-110px) translateZ(65px); opacity: 0; }
}

/* CPU */
.about-cpu {
    position: absolute;
    width: 100px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: 4px solid #764ba2;
    border-radius: 8px;
    bottom: 350px;
    left: 50px;
    transform: translateZ(60px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
    animation: about-cpuFloat 4s ease-in-out infinite;
}

@keyframes about-cpuFloat {
    0%, 100% { transform: translateZ(60px) translateY(0); }
    50% { transform: translateZ(70px) translateY(-10px); }
}

/* Nuvem */
.about-cloud {
    position: absolute;
    width: 140px;
    height: 80px;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    border: 4px solid #f5576c;
    border-radius: 50px;
    bottom: 380px;
    left: 450px;
    transform: translateZ(60px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(245, 87, 108, 0.3);
    animation: about-cloudFloat 5s ease-in-out infinite;
}

@keyframes about-cloudFloat {
    0%, 100% { transform: translateZ(60px) translateX(0); }
    50% { transform: translateZ(70px) translateX(10px); }
}

/* Satélite */
.about-satellite {
    position: absolute;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
    border: 4px solid #fa709a;
    border-radius: 8px;
    bottom: 450px;
    left: 180px;
    transform: translateZ(60px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(250, 112, 154, 0.3);
    animation: about-satelliteFloat 6s ease-in-out infinite;
}

@keyframes about-satelliteFloat {
    0%, 100% { transform: translateZ(60px) rotate(0deg); }
    50% { transform: translateZ(80px) rotate(5deg); }
}

/* Fluxo de Dados CPU → Nuvem */
.about-data-flow.about-flow-4 {
    width: 14px;
    height: 14px;
    background: #fa709a;
    border-radius: 50%;
    box-shadow: 0 0 20px #fa709a;
    animation: about-flow4Move 3s infinite linear;
    z-index: 10;
    bottom: 380px;
    left: 160px;
}

@keyframes about-flow4Move {
    0% { transform: translateY(0) translateX(0) translateZ(65px); opacity: 0; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    100% { transform: translateY(-30px) translateX(290px) translateZ(65px); opacity: 0; }
}

/* Fluxo de Dados Nuvem → Satélite */
.about-data-flow.about-flow-5 {
    width: 14px;
    height: 14px;
    background: #fee140;
    border-radius: 50%;
    box-shadow: 0 0 20px #fee140;
    animation: about-flow5Move 3s infinite linear;
    z-index: 10;
    bottom: 450px;
    left: 450px;
}

@keyframes about-flow5Move {
    0% { transform: translateY(0) translateX(0) translateZ(65px); opacity: 0; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    100% { transform: translateY(0) translateX(-270px) translateZ(65px); opacity: 0; }
}

@media (max-width: 992px) {
    .about-infra-container {
        height: 400px;
    }
    .about-infra-view {
        width: 500px;
        height: 400px;
        transform: rotateX(60deg) rotateY(0deg) rotateZ(-30deg);
    }
    .about-rack,
    .about-storage,
    .about-workstation,
    .about-cpu,
    .about-cloud,
    .about-satellite {
        transform: translateZ(50px) scale(0.85);
    }
}

@media (max-width: 768px) {
    .about-infra-container {
        height: 350px;
    }
    .about-infra-view {
        width: 400px;
        height: 350px;
        transform: rotateX(65deg) rotateY(0deg) rotateZ(-25deg);
    }
    .about-rack,
    .about-storage,
    .about-workstation,
    .about-cpu,
    .about-cloud,
    .about-satellite {
        transform: translateZ(40px) scale(0.7);
    }
}

/* Cards Missão/Visão/Estratégia/Valores */
.about-values .card { border: none; }
.about-values .card-icon {
    font-size: 32px;
    margin-bottom: 8px;
    color: #0f2b46;
}
.about-values .card-title { font-size: 1.1rem; margin-bottom: 8px; }
.about-values .card-text { font-size: 0.95rem; color: #334; }

/* Porquê Escolher a Mozbit - Nova Seção */
.why-us-section-new {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #2a2f3e 100%);
    padding: 80px 0;
    position: relative;
    overflow-x: hidden;
    color: #fff;
}

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

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

.section-title-new {
    font-size: 3rem;
    background: linear-gradient(135deg, #8fd3f4, #6fb7f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    font-weight: 700;
}

.section-subtitle-new {
    font-size: 1.2rem;
    color: #cbd5e1;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

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

.text-content-new {
    padding: 20px;
}

.highlight-text-new {
    font-size: 1.5rem;
    line-height: 1.8;
    color: #e2e8f0;
    margin-bottom: 30px;
    position: relative;
    padding-left: 20px;
}

.highlight-text-new::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: linear-gradient(to bottom, #8fd3f4, #6fb7f0);
    border-radius: 2px;
}

.approach-section-new {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 15px;
    border-left: 4px solid #6fb7f0;
    backdrop-filter: blur(10px);
}

.approach-title-new {
    font-size: 1.4rem;
    color: #6fb7f0;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.approach-text-new {
    color: #cbd5e1;
    line-height: 1.7;
    font-size: 1rem;
}

.visual-content-new {
    position: relative;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.floating-elements-new {
    position: relative;
    width: 100%;
    height: 100%;
}

.floating-card-new {
    position: absolute;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid;
    border-radius: 15px;
    padding: 25px;
    width: 280px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
}

.card-1-new {
    top: 50px;
    left: 0;
    border-color: #8fd3f4;
    transform: rotate(-5deg);
    animation: float-new-1 6s ease-in-out infinite;
}

.card-2-new {
    top: 200px;
    right: 0;
    border-color: #6fb7f0;
    transform: rotate(3deg);
    animation: float-new-2 7s ease-in-out infinite;
}

.card-3-new {
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%) rotate(-2deg);
    border-color: #a8d7f6;
    animation: float-new-3 5s ease-in-out infinite;
}

.card-icon-new {
    font-size: 2.5rem;
    margin-bottom: 15px;
    text-align: center;
}

.card-1-new .card-icon-new { color: #8fd3f4; }
.card-2-new .card-icon-new { color: #6fb7f0; }
.card-3-new .card-icon-new { color: #a8d7f6; }

.card-title-new {
    font-size: 1.3rem;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
}

.card-text-new {
    color: #cbd5e1;
    text-align: center;
    line-height: 1.5;
}

.floating-card-new:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 25px 50px rgba(111, 183, 240, 0.4);
    z-index: 10;
}

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

@keyframes float-new-2 {
    0%, 100% { transform: translateY(0) rotate(3deg); }
    50% { transform: translateY(-15px) rotate(3deg); }
}

@keyframes float-new-3 {
    0%, 100% { transform: translateX(-50%) translateY(0) rotate(-2deg); }
    50% { transform: translateX(-50%) translateY(-25px) rotate(-2deg); }
}

.stats-section-new {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.stat-item-new {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    border: 2px solid rgba(111, 183, 240, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.stat-item-new::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(111, 183, 240, 0.2), transparent);
    transition: left 0.5s ease;
}

.stat-item-new:hover::before {
    left: 100%;
}

.stat-item-new:hover {
    border-color: #6fb7f0;
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(111, 183, 240, 0.3);
}

.stat-number-new {
    font-size: 3rem;
    font-weight: bold;
    background: linear-gradient(135deg, #8fd3f4, #6fb7f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
}

.stat-label-new {
    color: #cbd5e1;
    font-size: 1.1rem;
}

@media (max-width: 968px) {
    .content-grid-new {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .section-title-new {
        font-size: 2.2rem;
    }
    .visual-content-new {
        height: 400px;
    }
    .floating-card-new {
        width: 250px;
    }
}

@media (max-width: 768px) {
    .why-us-section-new {
        padding: 60px 0;
    }
    .section-title-new {
        font-size: 1.8rem;
    }
    .highlight-text-new {
        font-size: 1.2rem;
    }
    .floating-card-new {
        width: 220px;
        padding: 20px;
    }
    .stats-section-new {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Secção "Porquê nós?" - Metodologias */
.why-us-section { padding: 80px 0; background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%); }
.why-us-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0f2b46;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.why-us-icon {
    font-size: 2.2rem;
    color: #007bff;
    animation: iconPulse 2s ease-in-out infinite;
}
.why-us-intro {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #495057;
    margin-bottom: 16px;
    text-align: justify;
}
.methodology-title {
    font-size: 1.6rem;
    font-weight: 600;
    color: #0f2b46;
    margin-bottom: 0;
}
.method-card {
    border: none;
    width: 260px;
    height: 260px;
    border-radius: 50% !important;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.method-card .card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.method-number {
    font-size: 2rem;
    font-weight: bold;
    color: #0f2b46;
    margin-bottom: 6px;
    opacity: 0.5;
}
.method-icon {
    font-size: 32px;
    color: #0f2b46;
    margin-bottom: 10px;
    animation: floatY 6s ease-in-out infinite;
}
.method-card .card-title {
    font-size: 1rem;
    font-weight: 600;
    color: #0f2b46;
    margin-bottom: 8px;
}
.method-card .card-text {
    font-size: 0.85rem;
    color: #555;
    line-height: 1.5;
}

/* Gradientes suaves para metodologias */
.method-gradient-1 { background: linear-gradient(135deg, #d8ecff 0%, #eaf4ff 100%); }
.method-gradient-2 { background: linear-gradient(135deg, #dff5e8 0%, #ebfaf3 100%); }
.method-gradient-3 { background: linear-gradient(135deg, #ffe8d6 0%, #fff2e6 100%); }
.method-gradient-4 { background: linear-gradient(135deg, #e9d9ff 0%, #f3e9ff 100%); }

@media (max-width: 768px) {
    .why-us-section { padding: 60px 0; }
    .why-us-title { font-size: 2rem; margin-bottom: 20px; }
    .why-us-icon { font-size: 1.8rem; }
    .why-us-intro { font-size: 1rem; text-align: left; }
    .methodology-title { font-size: 1.3rem; }
    .method-card {
        width: 220px;
        height: 220px;
    }
    .method-number { font-size: 1.75rem; }
    .method-icon { font-size: 28px; }
    .method-card .card-title { font-size: 0.95rem; }
    .method-card .card-text { font-size: 0.8rem; }
}

/* Modais Elegantes */
.modal-content {
    border: none;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.modal-header {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: #ffffff;
    border-bottom: none;
    padding: 24px 30px;
    position: relative;
}


.modal-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.modal-title::before {
    content: "✓";
    background: rgba(255, 255, 255, 0.2);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.btn-close {
    background: rgba(255, 255, 255, 0.2);
    opacity: 1;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

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

.modal-body {
    padding: 32px 30px;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
}

.modal-body p {
    font-size: 1rem;
    line-height: 1.8;
    color: #495057;
    margin-bottom: 16px;
}

.modal-body strong {
    color: #007bff;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
    font-size: 1.05rem;
}

.modal-footer {
    border-top: 1px solid #dee2e6;
    padding: 20px 30px;
    background: #f8f9fa;
}

.modal-footer .btn {
    border-radius: 8px;
    padding: 10px 24px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.modal-footer .btn-secondary {
    background: #6c757d;
    border: none;
    color: white;
}

.modal-footer .btn-secondary:hover {
    background: #5a6268;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(108, 117, 125, 0.3);
}



/* Gradiente azul carregado para a navbar */
.bg-gradient {
    background: linear-gradient(90deg, #62bfeb, #c7daec, #22bde4);
    border: none;
}

/* Garantir que a navbar seja fixa no topo */
.fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
}

/* Ajuste para o espaçamento do conteúdo para não ficar atrás da navbar */
body {
    padding-top: 70px; /* Ajuste conforme necessário */
}

/* Botão flutuante do WhatsApp */
.whatsapp-float {
    position: fixed;
    width: 56px;
    height: 56px;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    z-index: 1040;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
    color: #ffffff;
}

/* Quote/Orçamento Section Styles */
.quote-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.quote-form-container {
    background: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.quote-form h2, .quote-form h3 {
    color: #0f2b46;
    font-weight: 700;
}

.quote-form h2 {
    font-size: 2rem;
    margin-bottom: 30px;
}

.quote-form h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

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

.form-group label i {
    color: #007bff;
    margin-right: 8px;
}

.form-group .form-control {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-group .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.required {
    color: #dc3545;
}

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

.service-checkbox {
    display: flex;
    align-items: center;
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.service-checkbox:hover {
    background: #e9ecef;
    border-color: #007bff;
}

.service-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    cursor: pointer;
}

.service-checkbox label {
    margin: 0;
    cursor: pointer;
    font-weight: 500;
    color: #333;
    flex: 1;
}

.service-checkbox label i {
    color: #007bff;
    margin-right: 8px;
}

.btn-outline-primary {
    border: 2px solid #667eea;
    color: #667eea;
    background: transparent;
    padding: 10px 25px;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-weight: 600;
}

.btn-outline-primary:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-color: #667eea;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    padding: 15px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .quote-form-container {
        padding: 25px;
    }

    .quote-form h2 {
        font-size: 1.5rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }
}

/* Flash Messages Styles */
.flash-messages .alert {
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    animation: slideInRight 0.3s ease;
    margin-bottom: 10px;
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.flash-messages .alert i {
    margin-right: 10px;
}

.flash-messages .alert-success {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    border-left: 4px solid #28a745;
    color: #155724;
}

.flash-messages .alert-danger {
    background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
    border-left: 4px solid #dc3545;
    color: #721c24;
}