/*
Theme Name: PROTESES.online
Theme URI: https://proteses.online
Author: Seu Nome / Seu Laboratório
Description: Tema B2B Premium para Laboratório de Prótese Dentária (Foco em Clínicas e Cirurgiões).
Version: 1.0
Text Domain: proteses-online
*/

:root {
    --bg-dark: #121519;
    --card-bg: rgba(30, 34, 41, 0.7);
    --titanium: #1E2229;
    --mint: #00F2A1;
    --mint-glow: rgba(0, 242, 161, 0.15);
    --text-light: #F4F6F9;
    --text-muted: #8F9CAE;
    --white: #FFFFFF;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: var(--bg-dark);
    color: var(--text-light);
    font-family: 'Plus Jakarta Sans', sans-serif;
    overflow-x: hidden;
    background-image: radial-gradient(circle at 80% 20%, rgba(0, 242, 161, 0.04) 0%, transparent 50%);
    margin: 0;
}

/* HEADER */
.site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 8%;
    background-color: rgba(18, 21, 25, 0.9);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: sticky;
    top: 0;
    z-index: 100;
}

.logo {
    font-family: 'Sora', sans-serif;
    font-weight: 800;
    font-size: 1.5rem;
    letter-spacing: -0.5px;
    text-transform: none;
}

.logo span {
    color: var(--mint);
}

.site-nav a {
    color: var(--text-muted);
    text-decoration: none;
    margin: 0 15px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.3s;
}

.site-nav a:hover {
    color: var(--white);
}

.btn-header {
    background-color: transparent;
    border: 1px solid var(--mint);
    color: var(--mint);
    padding: 10px 22px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.3s;
    letter-spacing: 0.5px;
}

.btn-header:hover {
    background-color: var(--mint);
    color: var(--bg-dark);
    box-shadow: 0 0 15px var(--mint-glow);
}

/* HERO SECTION */
.hero {
    display: grid;
    grid-template-columns: 1.12fr 0.88fr;
    padding: 80px 8%;
    gap: 50px;
    align-items: center;
    min-height: 85vh;
}

.hero-text h1 {
    font-family: 'Sora', sans-serif;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 25px;
    color: var(--white);
    letter-spacing: -1px;
}

.hero-text h1 span {
    color: var(--mint);
}

.hero-text p {
    font-size: 1.1rem;
    color: var(--text-muted);
    margin-bottom: 35px;
    line-height: 1.6;
}

.hero-ctas {
    display: flex;
    gap: 20px;
}

.btn-primary {
    background-color: var(--mint);
    color: var(--bg-dark);
    border: none;
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 20px rgba(0, 242, 161, 0.2);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0, 242, 161, 0.4);
}

.btn-secondary {
    background-color: transparent;
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-secondary:hover {
    border-color: var(--white);
    background-color: rgba(255, 255, 255, 0.02);
}

/* SPLIT TECHNOLOGY VIEW */
.split-view {
    background: var(--titanium);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    height: 420px;
    width: 100%;
    position: relative;
    display: flex;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
}

.split-side {
    width: 50%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 25px;
    z-index: 2;
    transition: width 0.5s ease;
}

.side-stl {
    background: linear-gradient(180deg, rgba(18,21,25,0.2) 0%, rgba(18,21,25,0.9) 100%), 
                url('https://images.unsplash.com/photo-1579684389782-64d84b5e901d?auto=format&fit=crop&q=80&w=600') no-repeat center center;
    background-size: cover;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.side-traditional {
    background: linear-gradient(180deg, rgba(18,21,25,0.2) 0%, rgba(18,21,25,0.9) 100%), 
                url('https://images.unsplash.com/photo-1588776814546-1ffcf47267a5?auto=format&fit=crop&q=80&w=600') no-repeat center center;
    background-size: cover;
}

.split-title {
    font-family: 'Sora', sans-serif;
    font-size: 1.2rem;
    color: var(--white);
    margin-bottom: 5px;
    font-weight: 700;
}

.split-subtitle {
    font-size: 0.8rem;
    color: var(--mint);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.split-divider {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--mint);
    box-shadow: 0 0 10px var(--mint);
    z-index: 3;
}

/* FINANCIAL ADVANTAGE GRID */
.benefits-section {
    padding: 80px 8%;
    background-color: rgba(30, 34, 41, 0.3);
}

.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px auto;
}

.section-header h2 {
    font-family: 'Sora', sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 15px;
    color: var(--white);
}

.section-header p {
    color: var(--text-muted);
    font-size: 1.1rem;
}

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

.benefit-card {
    background: var(--titanium);
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    padding: 35px;
    transition: all 0.3s;
}

.benefit-card:hover {
    border-color: var(--mint);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 242, 161, 0.05);
}

.benefit-icon {
    font-size: 2rem;
    color: var(--mint);
    margin-bottom: 20px;
}

.benefit-card h3 {
    font-family: 'Sora', sans-serif;
    font-size: 1.25rem;
    margin-bottom: 15px;
    color: var(--white);
}

.benefit-card p {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* CALL TO ACTION */
.cta-section {
    background: linear-gradient(135deg, #1E2229 0%, #121519 100%);
    padding: 80px 8%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    flex-wrap: wrap;
}

.cta-content {
    max-width: 600px;
}

.cta-content h2 {
    font-family: 'Sora', sans-serif;
    font-size: 2.2rem;
    color: var(--white);
    margin-bottom: 15px;
    font-weight: 800;
}

.cta-content p {
    color: var(--text-muted);
    line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 968px) {
    .hero {
        grid-template-columns: 1fr;
        padding: 40px 5%;
        text-align: center;
    }
    .hero-ctas {
        justify-content: center;
    }
    .split-view {
        height: 350px;
    }
    .cta-section {
        flex-direction: column;
        text-align: center;
        padding: 50px 5%;
    }
    .site-header {
        padding: 15px 5%;
    }
    .site-nav {
        display: none;
    }
}