/* Tema comercial premium — site institucional + páginas internas (produção) */
.platform-site {
    --pl-ink: #0b1220;
    --pl-ink-soft: #1a2332;
    --pl-muted: #5c6578;
    --pl-line: rgba(15, 18, 32, 0.1);
    --pl-surface: #f5f7fb;
    --pl-surface-2: #eef2fa;
    --pl-white: #ffffff;
    --pl-accent: #2563eb;
    --pl-accent-hover: #1d4ed8;
    --pl-accent-soft: rgba(37, 99, 235, 0.12);
    --pl-radius: 18px;
    --pl-font: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
    font-family: var(--pl-font);
    color: var(--pl-ink);
    background: var(--pl-white);
}

.platform-site .page-shell {
    max-width: none;
    padding: 0;
}

.platform-site .site-main.container {
    max-width: none;
    width: 100%;
    padding: 0;
}

.platform-site .site-main > .section {
    padding-left: clamp(16px, 4vw, 32px);
    padding-right: clamp(16px, 4vw, 32px);
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.platform-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--pl-line);
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.platform-header.is-scrolled {
    box-shadow: 0 12px 40px rgba(11, 18, 32, 0.08);
}

.platform-header .topbar-inner--pro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 72px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 clamp(16px, 4vw, 28px);
}

.pl-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: inherit;
    font-weight: 800;
    letter-spacing: -0.02em;
    font-size: 1.05rem;
}

.pl-brand-mark {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--pl-accent), #6366f1);
    flex-shrink: 0;
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.25);
}

.pl-brand img {
    max-height: 40px;
    width: auto;
    object-fit: contain;
    border-radius: 10px;
}

.pl-nav-desktop {
    display: none;
    align-items: center;
    gap: 6px 22px;
    flex-wrap: wrap;
    justify-content: center;
}

.pl-nav-desktop a {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--pl-ink-soft);
    text-decoration: none;
    letter-spacing: 0.02em;
}

.pl-nav-desktop a:hover {
    color: var(--pl-accent);
}

.pl-nav-end {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.pl-locale a {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--pl-muted);
    text-decoration: none;
}

.pl-locale a.is-active,
.pl-locale a:hover {
    color: var(--pl-accent);
}

.platform-site .btn-primary {
    background: var(--pl-accent);
    border-color: var(--pl-accent);
    color: var(--pl-white);
}

.platform-site .btn-primary:hover {
    background: var(--pl-accent-hover);
    border-color: var(--pl-accent-hover);
}

.platform-site .btn-secondary {
    border-color: var(--pl-line);
    color: var(--pl-ink-soft);
    background: var(--pl-white);
}

@media (min-width: 1024px) {
    .pl-nav-desktop {
        display: flex;
    }
}

/* Home — hero */
.pl-hero {
    position: relative;
    padding: clamp(48px, 8vw, 96px) clamp(16px, 4vw, 32px) clamp(56px, 7vw, 88px);
    background: radial-gradient(120% 80% at 10% 0%, rgba(37, 99, 235, 0.14), transparent 55%),
        linear-gradient(180deg, var(--pl-surface) 0%, var(--pl-white) 100%);
    border-bottom: 1px solid var(--pl-line);
}

.pl-hero-inner {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    gap: 32px;
    align-items: center;
}

@media (min-width: 960px) {
    .pl-hero-inner {
        grid-template-columns: 1.15fr 0.85fr;
    }
}

.pl-eyebrow {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--pl-accent);
    margin-bottom: 12px;
}

.pl-hero h1 {
    margin: 0 0 16px;
    font-size: clamp(2rem, 4.5vw, 3.1rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.08;
    color: var(--pl-ink);
}

.pl-hero-lead {
    margin: 0 0 28px;
    font-size: 1.08rem;
    line-height: 1.65;
    color: var(--pl-muted);
    max-width: 52ch;
}

.pl-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.pl-hero-panel {
    border-radius: calc(var(--pl-radius) + 4px);
    padding: 24px;
    background: var(--pl-ink);
    color: var(--pl-white);
    box-shadow: 0 28px 60px rgba(11, 18, 32, 0.25);
}

.pl-hero-panel .pl-kpi {
    display: grid;
    gap: 14px;
}

.pl-hero-panel .pl-kpi-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.92rem;
}

.pl-hero-panel .pl-kpi-row:last-child {
    border-bottom: 0;
}

.pl-hero-panel strong {
    font-size: 1.15rem;
}

/* Sections home */
.pl-section {
    padding: clamp(48px, 6vw, 80px) clamp(16px, 4vw, 32px);
}

.pl-section.alt {
    background: var(--pl-surface);
}

.pl-section-head {
    max-width: 760px;
    margin-bottom: 32px;
}

.pl-section-head h2 {
    margin: 0 0 12px;
    font-size: clamp(1.45rem, 2.5vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.pl-section-head p {
    margin: 0;
    color: var(--pl-muted);
    font-size: 1.05rem;
    line-height: 1.6;
}

.pl-card-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.pl-card {
    background: var(--pl-white);
    border: 1px solid var(--pl-line);
    border-radius: var(--pl-radius);
    padding: 22px 22px 24px;
    box-shadow: 0 14px 40px rgba(11, 18, 32, 0.04);
}

.pl-card h3 {
    margin: 0 0 10px;
    font-size: 1.08rem;
    font-weight: 700;
}

.pl-card p {
    margin: 0;
    color: var(--pl-muted);
    font-size: 0.96rem;
    line-height: 1.55;
}

.pl-split {
    display: grid;
    gap: 24px;
}

@media (min-width: 880px) {
    .pl-split {
        grid-template-columns: 1fr 1fr;
    }
}

.pl-timeline {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.pl-timeline li {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid var(--pl-line);
    background: var(--pl-white);
}

.pl-timeline-clean {
    margin-top: 16px;
    padding: 0;
    list-style: none;
}

.pl-timeline-item-clean {
    border: 0 !important;
    padding-left: 0 !important;
}

.pl-timeline span {
    display: inline-flex;
    min-width: 28px;
    height: 28px;
    border-radius: 8px;
    background: var(--pl-accent-soft);
    color: var(--pl-accent);
    font-weight: 800;
    font-size: 0.78rem;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pl-dual {
    display: grid;
    gap: 20px;
}

@media (min-width: 900px) {
    .pl-dual {
        grid-template-columns: 1fr 1fr;
    }
}

.pl-cta-band {
    padding: clamp(48px, 6vw, 72px) clamp(16px, 4vw, 32px);
    background: linear-gradient(120deg, var(--pl-ink), #111827);
    color: var(--pl-white);
}

.pl-cta-band-inner {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.pl-cta-band h2 {
    margin: 0 0 12px;
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    font-weight: 800;
}

.pl-cta-band p {
    margin: 0 0 24px;
    opacity: 0.88;
    line-height: 1.6;
}

.pl-cta-band .btn-secondary {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.45);
    color: #fff;
}

.pl-cta-band .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}

.pl-head-split {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
    max-width: none;
}

.pl-showcase-title {
    margin: 40px 0 16px;
}

.pl-chip-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 8px;
}

.pl-cta-gap {
    margin-top: 20px;
}

.pl-heading-gap-sm {
    margin-top: 10px;
}

.pl-btn-gap-sm {
    margin-top: 16px;
}

.pl-eyebrow-on-dark {
    color: #93c5fd;
}

.pl-center-actions {
    justify-content: center;
}

.pl-tight-top {
    margin: 6px 0 0;
}

/* Inner pages */
.pl-page-hero {
    padding: clamp(40px, 6vw, 64px) clamp(16px, 4vw, 32px);
    background: var(--pl-surface-2);
    border-bottom: 1px solid var(--pl-line);
}

.pl-page-hero-inner {
    max-width: 900px;
    margin: 0 auto;
}

.pl-page-title {
    margin: 0 0 12px;
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.pl-page-lead {
    margin: 0;
    font-size: 1.05rem;
    color: var(--pl-muted);
    line-height: 1.6;
}

.pl-page-block {
    padding: clamp(36px, 5vw, 56px) clamp(16px, 4vw, 32px);
}

.pl-prose {
    max-width: 760px;
    margin: 0 auto;
}

.pl-block-title {
    margin: 0 0 12px;
    font-size: 1.25rem;
    font-weight: 700;
}

.pl-block-text {
    margin: 0 0 16px;
    color: var(--pl-muted);
    line-height: 1.65;
}

.pl-block-list {
    margin: 0;
    padding-left: 1.15rem;
    color: var(--pl-muted);
    line-height: 1.65;
}

.pl-block-list li {
    margin-bottom: 8px;
}

.pl-block-cta {
    margin-top: 20px;
}

/* Footer */
.pl-footer {
    border-top: 1px solid var(--pl-line);
    background: var(--pl-surface);
    padding: 48px clamp(16px, 4vw, 32px) 0;
}

.pl-footer-grid {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    padding-bottom: 40px;
}

.pl-footer-col h3 {
    margin: 0 0 14px;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--pl-ink);
}

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

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

.pl-footer-col a {
    color: var(--pl-muted);
    text-decoration: none;
    font-size: 0.94rem;
    font-weight: 500;
}

.pl-footer-col a:hover {
    color: var(--pl-accent);
}

.pl-footer-brand {
    max-width: 1180px;
    margin: 0 auto;
    padding: 24px 0 32px;
    border-top: 1px solid var(--pl-line);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
}

.pl-footer-brand p {
    margin: 0;
    max-width: 520px;
    color: var(--pl-muted);
    font-size: 0.92rem;
    line-height: 1.55;
}

.pl-footer-bottom {
    border-top: 1px solid var(--pl-line);
    padding: 16px clamp(16px, 4vw, 32px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    max-width: 1180px;
    margin: 0 auto;
    font-size: 0.82rem;
    color: var(--pl-muted);
}

.pl-footer-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
}

.pl-footer-legal a {
    color: var(--pl-muted);
    text-decoration: underline;
    font-size: 0.8rem;
}

.pl-footer-legal a:hover {
    color: var(--pl-accent);
}

.nav-mobile-panel .pl-mm-link {
    display: block;
    padding: 12px 0;
    font-weight: 600;
    color: var(--pl-ink);
    text-decoration: none;
    border-bottom: 1px solid var(--pl-line);
}
