/* ===== SHARED STYLES — Brokade sub-pages ===== */
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #111;
    background: #fff;
    overflow-x: hidden;
}

/* NAVBAR */
.navbar {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    background: #fff;
    padding: 10px 40px 10px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f0f0f0;
}
.logo {
    color: #111;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -0.6px;
    text-decoration: none;
}
.nav-links {
    display: flex;
    gap: 38px;
    list-style: none;
    align-self: flex-start;
    margin-top: 4px;
}
.nav-links a {
    color: #4a4a4a;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}
.nav-links a.active { color: #111; font-weight: 600; }
.nav-links a:hover { color: #000; }
.nav-cta {
    background: #111;
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

/* PAGE WRAPPER */
.page {
    padding: 55px 10px 6px 10px;
    background: #fff;
}

/* HERO COMÚN */
.page-hero {
    background: #fafaf7;
    padding: 100px 60px 80px;
    border-radius: 4px 4px 0 0;
}
.breadcrumb {
    font-size: 12px;
    color: #6b6b6b;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 32px;
}
.breadcrumb a { color: #6b6b6b; text-decoration: none; }
.breadcrumb-current { color: #111; font-weight: 600; }
.page-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 500;
    font-size: clamp(48px, 6vw, 88px);
    line-height: 1.05;
    letter-spacing: -1.5px;
    margin-bottom: 24px;
    max-width: 900px;
}
.page-title .accent { color: #b8b3a8; display: block; }
.page-subtitle {
    font-size: 18px;
    line-height: 1.65;
    color: #4a4a4a;
    max-width: 640px;
}

.section-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #6b6b6b;
    text-transform: uppercase;
    margin-bottom: 32px;
}

/* TECH FEATURE BLOCK (foco IA) */
.tech-feature {
    background: linear-gradient(135deg, #1a3a52 0%, #2d6b8a 50%, #c8956b 100%);
    padding: 80px 60px;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.tech-feature::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 30%, rgba(200,149,107,0.4) 0%, transparent 50%);
}
.tech-feature-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    max-width: 1300px;
    margin: 0 auto;
    align-items: center;
}
.tech-tag {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 100px;
    margin-bottom: 20px;
}
.tech-headline {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 500;
    font-size: clamp(36px, 4.5vw, 56px);
    line-height: 1.05;
    margin-bottom: 24px;
}
.tech-text {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255,255,255,0.85);
    margin-bottom: 28px;
}
.tech-cta {
    display: inline-block;
    background: #fff;
    color: #111;
    padding: 14px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

/* CTA STRIP NEGRA */
.cta-strip {
    background: #111;
    color: #fff;
    padding: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.cta-strip-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.1;
}
.cta-strip-button {
    background: #fff;
    color: #111;
    padding: 14px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

/* FOOTER */
.footer {
    background: #fafaf7;
    color: #4a4a4a;
    padding: 60px 60px 30px;
    border-radius: 0 0 4px 4px;
}
.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 60px;
    margin-bottom: 50px;
}
.footer-brand { font-size: 24px; font-weight: 500; color: #111; margin-bottom: 14px; letter-spacing: -0.6px; }
.footer-tagline { font-size: 14px; line-height: 1.55; color: #6b6b6b; max-width: 320px; }
.footer-col h4 { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; color: #111; margin-bottom: 16px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { color: #5a5a5a; text-decoration: none; font-size: 14px; }
.footer-col a:hover { color: #111; }
.footer-bottom { border-top: 1px solid #e5e3da; padding-top: 24px; display: flex; justify-content: space-between; font-size: 12.5px; color: #9a9a9a; }

@media (max-width: 1100px) {
    .tech-feature-inner { grid-template-columns: 1fr; gap: 40px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
    .navbar { padding: 14px 20px; }
    .nav-links { display: none; }
    .page-hero, .tech-feature { padding-left: 24px; padding-right: 24px; }
    .cta-strip { flex-direction: column; padding: 40px 24px; text-align: center; }
    .footer { padding: 50px 24px 24px; }
    .footer-grid { grid-template-columns: 1fr; gap: 30px; }
}
