:root {
    --primary: #0f2747;
    --primary-dark: #0a1a31;
    --header-link: #0f2747;
    --header-link-hover: #334155;
    --accent: #1ea672;
    --graphite: #334155;
    --surface: #ffffff;
    --surface-alt: #f3f7fb;
    --border: #dbe4ee;
    --text: #102033;
    --muted: #5f7188;
    --header-surface: rgba(255, 255, 255, 0.9);
    --shadow: 0 24px 60px rgba(7, 22, 44, 0.12);
    --fold-hero-bg:
        radial-gradient(circle at top right, rgba(30, 166, 114, 0.12), transparent 35%),
        linear-gradient(180deg, #0b1830 0%, #122746 58%, #163053 100%);
    --radius-lg: 24px;
    --radius-md: 18px;
    --radius-sm: 12px;
    --ease-fluid: cubic-bezier(0.22, 1, 0.36, 1);
    --duration-fluid: 0.52s;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--text);
    background: #f8fbfe;
    line-height: 1.65;
}

a {
    color: inherit;
    text-decoration: none;
}

.skip-link {
    position: absolute;
    left: -999px;
    top: 0;
    background: var(--primary);
    color: #fff;
    padding: 0.75rem 1rem;
    z-index: 2000;
}

.skip-link:focus {
    left: 1rem;
    top: 1rem;
}

.site-header .navbar {
    padding: 0.85rem 0;
    background: var(--header-surface);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(219, 228, 238, 0.65);
    box-shadow: 0 1px 0 rgba(15, 39, 71, 0.04);
}

.site-header .navbar-toggler {
    border-color: rgba(15, 39, 71, 0.15);
}

.brand-logo {
    display: inline-flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
}

.brand-logo-img {
    display: block;
    height: auto;
    max-height: 70px;
    width: auto;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    gap: 0.1rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #fff;
}

.brand-mark-footer {
    color: #fff;
}

.footer-logo-link {
    display: inline-flex;
    align-items: center;
}

.footer-logo-img {
    display: block;
    width: auto;
    max-width: min(380px, 100%);
    max-height: 122px;
    height: auto;
}

.brand-accent {
    color: #7ee7bc;
}

/* Specificity above Bootstrap `.navbar-light .navbar-nav .nav-link` */
.site-header .navbar.navbar-light .navbar-nav .nav-link {
    color: var(--header-link);
    font-weight: 500;
}

.site-header .navbar.navbar-light .navbar-nav .nav-link:not(.active):hover,
.site-header .navbar.navbar-light .navbar-nav .nav-link:not(.active):focus {
    color: var(--header-link-hover);
}

.site-header .navbar.navbar-light .navbar-nav .nav-link.active,
.site-header .navbar.navbar-light .navbar-nav .nav-link.active:hover,
.site-header .navbar.navbar-light .navbar-nav .nav-link.active:focus {
    color: var(--header-link);
    font-weight: 700;
}

.site-header .navbar.navbar-light .navbar-nav .dropdown-toggle {
    color: var(--header-link);
    font-weight: 500;
}

.site-header .navbar.navbar-light .navbar-nav .dropdown-toggle::after {
    vertical-align: 0.2em;
}

.site-header .navbar.navbar-light .navbar-nav .dropdown-toggle:not(.active):hover,
.site-header .navbar.navbar-light .navbar-nav .dropdown-toggle:not(.active):focus {
    color: var(--header-link-hover);
}

.site-header .navbar.navbar-light .navbar-nav .dropdown-toggle.active,
.site-header .navbar.navbar-light .navbar-nav .dropdown-toggle.active:hover,
.site-header .navbar.navbar-light .navbar-nav .dropdown-toggle.active:focus {
    color: var(--header-link);
    font-weight: 700;
}

.site-header .site-nav-dropdown {
    --bs-dropdown-spacer: 0.65rem;
    min-width: 15rem;
    padding: 0.45rem;
    border: 1px solid rgba(219, 228, 238, 0.95);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow);
}

.site-header .navbar.navbar-light .navbar-nav .site-nav-dropdown .dropdown-item {
    color: var(--header-link);
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 1.35;
    border-radius: var(--radius-sm);
    padding: 0.55rem 0.75rem;
}

.site-header .navbar.navbar-light .navbar-nav .site-nav-dropdown .dropdown-item:hover,
.site-header .navbar.navbar-light .navbar-nav .site-nav-dropdown .dropdown-item:focus {
    background: rgba(30, 166, 114, 0.1);
    color: var(--header-link-hover);
}

.site-header .navbar.navbar-light .navbar-nav .site-nav-dropdown .dropdown-item.active,
.site-header .navbar.navbar-light .navbar-nav .site-nav-dropdown .dropdown-item.active:hover,
.site-header .navbar.navbar-light .navbar-nav .site-nav-dropdown .dropdown-item.active:focus {
    background: rgba(30, 166, 114, 0.14);
    color: var(--header-link);
    font-weight: 700;
}

.btn {
    border-radius: 999px;
    font-weight: 600;
    padding: 0.9rem 1.5rem;
}

.btn-primary {
    background: linear-gradient(135deg, var(--accent), #168f62);
    border-color: transparent;
    box-shadow: 0 12px 30px rgba(30, 166, 114, 0.22);
}

.btn-primary:hover,
.btn-primary:focus {
    background: linear-gradient(135deg, #22bb80, #147f59);
    border-color: transparent;
}

.btn-outline-light,
.btn-outline-dark {
    border-width: 1px;
}

.hero-section {
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: clamp(5.15rem, 10vh, 6.5rem) 0 1.25rem;
    background: var(--fold-hero-bg);
    color: #fff;
}

.hero-container {
    width: 100%;
}

.display-hero {
    font-size: clamp(1.85rem, 2.8vw + 0.6rem, 3rem);
    line-height: 1.18;
    letter-spacing: -0.03em;
    margin: 0.65rem 0 1rem;
    max-width: 18ch;
    font-weight: 700;
}

.hero-text,
.page-hero-copy p,
.section-heading p,
.final-cta p,
.footer-copy {
    color: var(--muted);
    font-size: 1.05rem;
}

.hero-section .hero-text {
    color: rgba(255, 255, 255, 0.82);
    max-width: 58ch;
    font-size: clamp(0.92rem, 1.1vw + 0.82rem, 1.02rem);
    line-height: 1.55;
    margin-bottom: 0;
}

.hero-section .hero-actions {
    margin-top: 0.25rem;
}

.hero-section .hero-actions .btn-lg {
    --bs-btn-padding-y: 0.65rem;
    --bs-btn-padding-x: 1.2rem;
    font-size: 1rem;
}

.section-eyebrow,
.mini-kicker,
.post-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--accent);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.78rem;
}

.hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1.25rem;
}

.hero-badges span {
    padding: 0.5rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.82rem;
    font-weight: 500;
}

.contact-panel,
.story-card,
.form-card,
.legal-card,
.detail-card,
.post-card,
.testimonial-card,
.problem-card,
.service-card,
.pillar-card,
.timeline-card,
.audience-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
}

.hero-panel {
    padding: 1.35rem 1.4rem 1.3rem;
    border-radius: var(--radius-lg);
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.97) 0%, rgba(248, 251, 255, 0.94) 55%, rgba(241, 247, 253, 0.96) 100%);
    border: 1px solid rgba(255, 255, 255, 0.55);
    box-shadow:
        0 4px 6px rgba(11, 24, 48, 0.04),
        0 18px 40px rgba(7, 22, 44, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    color: var(--text);
}

.hero-panel .mini-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 0.15rem;
    padding: 0.32rem 0.7rem;
    border-radius: 999px;
    background: rgba(30, 166, 114, 0.1);
    border: 1px solid rgba(30, 166, 114, 0.18);
    color: #148a5f;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hero-panel-top h2 {
    font-size: clamp(1.12rem, 1.1vw + 0.95rem, 1.38rem);
    line-height: 1.28;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin: 0.55rem 0 1.1rem;
    color: var(--primary);
}

.hero-panel-grid {
    display: grid;
    gap: 0.65rem;
}

.hero-panel .info-card {
    padding: 0.95rem 1rem;
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid rgba(219, 228, 238, 0.85);
    box-shadow: 0 1px 2px rgba(15, 39, 71, 0.04);
}

.hero-panel .info-card h3 {
    font-size: 1.05rem;
    margin-bottom: 0.35rem;
}

.hero-panel .info-card p {
    font-size: 0.88rem;
    line-height: 1.5;
    color: var(--muted);
}

.info-card {
    padding: 1.2rem;
    border-radius: var(--radius-md);
    background: rgba(15, 39, 71, 0.04);
}

.info-card h3,
.problem-card h3,
.service-card h3,
.pillar-card h3,
.timeline-card h3,
.audience-card h3,
.detail-card h2,
.detail-card h3,
.post-card h2,
.contact-panel h2,
.story-card h2,
.legal-card h2,
.final-cta h2 {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 0.6rem;
    color: var(--primary-dark);
}

.info-card p,
.problem-card p,
.service-card p,
.pillar-card p,
.timeline-card p,
.detail-card p,
.post-card p,
.contact-panel p,
.story-card p,
.legal-card p {
    margin: 0;
    color: var(--muted);
}

.section-block {
    padding: 5rem 0;
}

.section-block--contact {
    padding-top: 2rem;
}

/* Home: cada dobra em altura de viewport, alternando fundo hero / branco */
.section-block.fold-section {
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: clamp(2rem, 4.5vh, 3.5rem) 0;
}

.section-block.fold-section > .container {
    width: 100%;
}

.section-block.fold-section .section-heading {
    margin-bottom: clamp(1.35rem, 3vh, 2.25rem);
}

.fold-section--light {
    background: var(--surface);
    color: var(--text);
}

.fold-section--dark {
    background: var(--fold-hero-bg);
    color: rgba(255, 255, 255, 0.92);
}

.fold-section--dark .section-heading h2 {
    color: #fff;
}

.fold-section--dark .section-heading p {
    color: rgba(255, 255, 255, 0.82);
}

/* Headlines das dobras: escala menor, alinhada ao hero */
.section-block.fold-section .section-heading h2 {
    font-size: clamp(1.55rem, 2.3vw + 0.45rem, 2.4rem);
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin: 0.5rem 0 0.7rem;
}

.section-block.fold-section .final-cta h2 {
    font-size: clamp(1.55rem, 2.3vw + 0.45rem, 2.4rem);
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin-bottom: 0.65rem;
}

.section-heading {
    max-width: 52rem;
    margin-bottom: 2.5rem;
}

.section-heading h2,
.page-hero-copy h1 {
    font-size: clamp(2rem, 4vw, 3.3rem);
    line-height: 1.12;
    letter-spacing: -0.03em;
    margin: 0.8rem 0 1rem;
    color: var(--primary-dark);
}

.bg-soft {
    background: var(--surface-alt);
}

.bg-gradient-line {
    background:
        linear-gradient(180deg, rgba(15, 39, 71, 0.04), rgba(15, 39, 71, 0)),
        var(--surface);
}

.problem-card,
.service-card,
.pillar-card,
.timeline-card,
.audience-card,
.testimonial-card,
.detail-card,
.post-card {
    padding: 1.6rem;
    height: 100%;
}

.section-block--cards-highlight {
    padding-bottom: 2rem;
}

.cards-highlight {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.cards-highlight span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    background: rgba(30, 166, 114, 0.12);
    border: 1px solid rgba(30, 166, 114, 0.2);
    color: #0f6f4f;
    font-size: 0.88rem;
    font-weight: 600;
}

.cards-highlight span::before {
    content: '\2713';
    font-size: 0.78rem;
}

.sales-benefit-card,
.sales-proof-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    box-shadow: 0 12px 32px rgba(7, 22, 44, 0.08);
    padding: 1.45rem;
}

.sales-benefit-kicker {
    display: inline-block;
    margin-bottom: 0.55rem;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.72rem;
    font-weight: 700;
}

.sales-benefit-card h2,
.sales-proof-card h3 {
    font-size: 1.12rem;
    line-height: 1.3;
    margin-bottom: 0.5rem;
    color: var(--primary-dark);
}

.sales-benefit-card p,
.sales-proof-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.95rem;
}

.sales-proof {
    border-radius: var(--radius-lg);
    padding: 2rem;
    background: linear-gradient(160deg, #ffffff 0%, #f6fbf8 100%);
    border: 1px solid rgba(30, 166, 114, 0.18);
}

.sales-proof-card {
    height: 100%;
    border-color: rgba(15, 39, 71, 0.08);
}

.cards-page--compact {
    padding-top: 2.1rem !important;
    padding-bottom: 2.1rem !important;
}

.cards-page--compact .section-heading {
    margin-bottom: 1.5rem;
}

.cards-page--compact.section-block--cards-highlight {
    padding-top: 0.4rem !important;
    padding-bottom: 1rem !important;
}

.cards-page--compact .cards-highlight {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
}

.cards-page--compact .cards-highlight span {
    width: 100%;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    font-size: 0.84rem;
    padding: 0.5rem 0.8rem;
}

.cards-page--compact .sales-benefit-card h2,
.cards-page--compact .sales-proof-card h3 {
    font-size: 1.05rem;
}

.cards-page--compact .sales-proof {
    padding: 1.5rem;
}

.icon-shell,
.pillar-number,
.timeline-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    background: rgba(30, 166, 114, 0.12);
    color: var(--accent);
    font-weight: 800;
    margin-bottom: 1rem;
    align-self: center;
}

.problem-card,
.pillar-card,
.timeline-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
}

.problem-card .icon-shell--pain {
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 14px;
    font-weight: 400;
    background: linear-gradient(155deg, rgba(30, 166, 114, 0.11) 0%, rgba(15, 39, 71, 0.05) 100%);
    border: 1px solid rgba(30, 166, 114, 0.18);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 6px 16px rgba(15, 39, 71, 0.06);
    color: #148a5f;
    margin-bottom: 1.05rem;
}

.problem-card .icon-shell--pain svg {
    display: block;
    flex-shrink: 0;
}

.fold-section--light .problem-card,
.fold-section--light .pillar-card,
.fold-section--light .audience-card {
    background: linear-gradient(155deg, #122746 0%, #163053 52%, #1a3f66 100%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--radius-md);
    box-shadow: 0 10px 32px rgba(11, 24, 48, 0.2);
    color: rgba(255, 255, 255, 0.95);
    transform: translateZ(0);
    transition:
        background var(--duration-fluid) var(--ease-fluid),
        border-color var(--duration-fluid) var(--ease-fluid),
        box-shadow calc(var(--duration-fluid) + 0.1s) var(--ease-fluid),
        color var(--duration-fluid) var(--ease-fluid),
        transform var(--duration-fluid) var(--ease-fluid);
}

.fold-section--light .pillar-card {
    border-radius: var(--radius-lg);
}

.fold-section--light .problem-card h3,
.fold-section--light .pillar-card h3,
.fold-section--light .audience-card h3 {
    color: #fff;
    transition: color var(--duration-fluid) var(--ease-fluid);
}

.fold-section--light .pillar-card p {
    color: rgba(255, 255, 255, 0.78);
    transition: color var(--duration-fluid) var(--ease-fluid);
}

.fold-section--light .problem-card .icon-shell--pain {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12) inset;
    color: #eaf8f2;
    transition:
        background var(--duration-fluid) var(--ease-fluid),
        border-color var(--duration-fluid) var(--ease-fluid),
        box-shadow calc(var(--duration-fluid) + 0.06s) var(--ease-fluid),
        color var(--duration-fluid) var(--ease-fluid);
}

.fold-section--light .pillar-card .pillar-number {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.22);
    transition:
        background var(--duration-fluid) var(--ease-fluid),
        color var(--duration-fluid) var(--ease-fluid),
        border-color var(--duration-fluid) var(--ease-fluid),
        box-shadow var(--duration-fluid) var(--ease-fluid);
}

.fold-section--light .audience-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.85rem;
    padding: 1.5rem 1.25rem;
}

.fold-section--light .audience-card .audience-dot {
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 0 0 3px rgba(30, 166, 114, 0.35);
    transition:
        background var(--duration-fluid) var(--ease-fluid),
        box-shadow calc(var(--duration-fluid) + 0.08s) var(--ease-fluid),
        transform var(--duration-fluid) var(--ease-fluid);
}

/* Hover: inverte para cartão claro + texto escuro (padrão da dobra branca) */
.fold-section--light .problem-card:hover,
.fold-section--light .pillar-card:hover,
.fold-section--light .audience-card:hover {
    background: linear-gradient(180deg, #fff 0%, #f4f8fc 100%);
    border-color: rgba(30, 166, 114, 0.28);
    box-shadow: 0 14px 36px rgba(15, 39, 71, 0.1);
    color: var(--text);
    transform: translateY(-2px);
}

.fold-section--light .problem-card:hover h3,
.fold-section--light .pillar-card:hover h3,
.fold-section--light .audience-card:hover h3 {
    color: var(--primary-dark);
}

.fold-section--light .pillar-card:hover p {
    color: var(--muted);
}

.fold-section--light .problem-card:hover .icon-shell--pain {
    background: linear-gradient(155deg, rgba(30, 166, 114, 0.11) 0%, rgba(15, 39, 71, 0.05) 100%);
    border: 1px solid rgba(30, 166, 114, 0.2);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 6px 16px rgba(15, 39, 71, 0.06);
    color: #148a5f;
}

.fold-section--light .pillar-card:hover .pillar-number {
    background: rgba(30, 166, 114, 0.12);
    color: var(--accent);
    border-color: transparent;
}

.fold-section--light .audience-card:hover .audience-dot {
    background: var(--accent);
    box-shadow: none;
}

.service-marker {
    display: block;
    width: 3rem;
    height: 0.3rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--accent), rgba(30, 166, 114, 0.15));
    margin-bottom: 1rem;
}

.timeline-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.audience-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.audience-card {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 1.2rem 1.3rem;
}

.audience-dot {
    width: 0.85rem;
    height: 0.85rem;
    border-radius: 50%;
    background: var(--accent);
    flex: 0 0 auto;
}

.testimonial-quote {
    font-size: 1rem;
    color: var(--text);
    margin-bottom: 1.25rem;
}

.testimonial-author {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    color: var(--muted);
}

.faq-accordion .accordion-item {
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    overflow: hidden;
    margin-bottom: 1rem;
    box-shadow: 0 10px 30px rgba(10, 26, 49, 0.05);
}

.faq-accordion .accordion-button {
    font-weight: 600;
    color: var(--primary-dark);
    background: #fff;
    padding: 1.25rem 1.35rem;
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--primary-dark);
    background: rgba(30, 166, 114, 0.05);
}

.faq-accordion .accordion-body {
    color: var(--muted);
    padding: 1.25rem 1.35rem 1.5rem;
}

.final-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    background: linear-gradient(135deg, #fff, #f4fbf8);
    border: 1px solid var(--border);
    border-radius: calc(var(--radius-lg) + 4px);
    padding: 2.4rem;
    box-shadow: var(--shadow);
}

.section-block--landing-cta {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
}

.final-cta--elegant {
    max-width: 34rem;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    gap: 1.5rem;
    padding: 2rem 1.85rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(30, 166, 114, 0.22);
    background:
        linear-gradient(165deg, #fff 0%, #f6fbf8 45%, #eef6f2 100%);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.85) inset,
        0 18px 42px rgba(15, 39, 71, 0.08);
    position: relative;
    overflow: hidden;
}

.final-cta--elegant::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--accent), rgba(30, 166, 114, 0.35), var(--primary-dark));
    opacity: 0.95;
}

.final-cta-copy {
    position: relative;
    z-index: 1;
}

.final-cta--elegant .final-cta-accent {
    display: block;
    width: 2.5rem;
    height: 0.22rem;
    border-radius: 999px;
    margin: 0 auto 1rem;
    background: linear-gradient(90deg, var(--accent), rgba(30, 166, 114, 0.35));
}

.final-cta--elegant h2 {
    font-size: clamp(1.2rem, 0.6vw + 1.05rem, 1.45rem);
    margin-bottom: 0.65rem;
    letter-spacing: -0.02em;
}

.final-cta--elegant p {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.55;
    color: var(--muted);
}

.final-cta--elegant .final-cta-btn {
    align-self: center;
    min-width: min(100%, 15rem);
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    border-radius: 999px;
    font-weight: 600;
    box-shadow: 0 4px 18px rgba(30, 166, 114, 0.28);
}

@media (min-width: 576px) {
    .final-cta--elegant {
        padding: 2.15rem 2.25rem;
    }
}

.page-hero {
    padding: 8.5rem 0 3rem;
    background: linear-gradient(180deg, rgba(15, 39, 71, 0.06), transparent);
}

.page-hero--inner {
    padding: 0;
    background: transparent;
}

.page-hero-inner-bar {
    padding-top: calc(6.25rem + clamp(1rem, 2.2vw, 1.35rem));
    padding-bottom: clamp(1rem, 2.2vw, 1.35rem);
    background: var(--fold-hero-bg);
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-hero-inner-bar-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

@media (min-width: 992px) {
    .page-hero-inner-bar-inner {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 2rem;
    }

    .page-hero-inner-title {
        white-space: nowrap;
    }
}

.page-hero-inner-title {
    margin: 0;
    font-size: clamp(1.85rem, 2.5vw + 0.9rem, 2.75rem);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: #fff;
}

.page-hero--keyword .page-hero-inner-title {
    font-size: clamp(1.45rem, 1.35vw + 0.95rem, 2rem);
    line-height: 1.18;
    letter-spacing: -0.025em;
}

.page-hero-inner-breadcrumb.breadcrumb-shell {
    margin-bottom: 0;
    width: 100%;
}

.breadcrumb-shell {
    margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
    .page-hero-inner-breadcrumb {
        width: auto;
    }

    .page-hero-inner-breadcrumb .breadcrumb {
        justify-content: flex-end;
    }
}

.page-hero--inner .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.45);
}

.page-hero--inner .breadcrumb-item a,
.page-hero--inner .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.9rem;
}

.page-hero--inner .breadcrumb-item a:hover {
    color: #fff;
}

.page-hero-inner-intro-wrap {
    padding: clamp(1.65rem, 3.5vw, 2.35rem) 0 clamp(2rem, 4.5vw, 3rem);
}

.page-hero--cards-compact .page-hero-inner-intro-wrap {
    padding-top: clamp(1.25rem, 2.3vw, 1.6rem);
    padding-bottom: clamp(0.85rem, 1.8vw, 1.25rem);
}

.page-hero-inner-intro-wrap .section-eyebrow {
    margin-bottom: 0.65rem;
}

.page-hero-inner-intro {
    margin: 0;
    max-width: none;
    width: 100%;
    font-size: clamp(0.98rem, 0.28vw + 0.93rem, 1.07rem);
    line-height: 1.68;
    color: var(--graphite);
    text-align: justify;
    hyphens: auto;
    text-wrap: pretty;
}

.page-hero-inner-actions {
    margin-top: 1.35rem;
}

.breadcrumb-item a,
.breadcrumb-item.active {
    color: var(--muted);
    font-size: 0.95rem;
}

.page-hero-copy {
    max-width: 58rem;
}

.about-values-fold {
    background:
        radial-gradient(ellipse 80% 55% at 50% -20%, rgba(30, 166, 114, 0.09), transparent 55%),
        linear-gradient(180deg, #f8fbfe 0%, var(--surface-alt) 38%, #fff 100%);
    border-top: 1px solid rgba(219, 228, 238, 0.85);
    border-bottom: 1px solid rgba(219, 228, 238, 0.65);
}

.about-values-fold-head {
    max-width: none;
    margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

.about-values-fold-title {
    font-size: clamp(1.55rem, 2.2vw + 0.55rem, 2.15rem);
    line-height: 1.18;
    letter-spacing: -0.03em;
    font-weight: 700;
    color: var(--primary-dark);
    margin: 0.5rem 0 0;
}

.about-principle-card {
    position: relative;
    padding: 1.45rem 1.4rem 1.4rem;
    border-radius: var(--radius-md);
    background: var(--surface);
    border: 1px solid rgba(219, 228, 238, 0.95);
    box-shadow:
        0 1px 2px rgba(15, 39, 71, 0.04),
        0 16px 36px rgba(7, 22, 44, 0.06);
    height: 100%;
    transition:
        border-color var(--duration-fluid) var(--ease-fluid),
        box-shadow var(--duration-fluid) var(--ease-fluid);
}

.about-principle-card::before {
    content: '';
    position: absolute;
    left: 1.4rem;
    right: 1.4rem;
    top: 0;
    height: 3px;
    border-radius: 0 0 3px 3px;
    background: linear-gradient(90deg, var(--accent), rgba(30, 166, 114, 0.35));
}

.about-principle-card:hover {
    border-color: rgba(30, 166, 114, 0.28);
    box-shadow:
        0 1px 2px rgba(15, 39, 71, 0.05),
        0 20px 44px rgba(7, 22, 44, 0.09);
}

.about-principle-card h3 {
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0.35rem 0 0.55rem;
    color: var(--primary-dark);
    letter-spacing: -0.02em;
}

.about-principle-card p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--muted);
    text-align: justify;
    hyphens: auto;
    text-wrap: pretty;
}

.about-proximity {
    margin-top: clamp(2.25rem, 4.5vw, 3rem);
    padding: clamp(1.5rem, 3vw, 2rem) clamp(1.35rem, 3vw, 2rem);
    border-radius: var(--radius-md);
    background: linear-gradient(135deg, rgba(15, 39, 71, 0.04) 0%, rgba(30, 166, 114, 0.06) 100%);
    border: 1px solid rgba(15, 39, 71, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
    border-left: 4px solid var(--accent);
}

.about-proximity-title {
    font-size: clamp(1.12rem, 1vw + 0.95rem, 1.28rem);
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 0.65rem;
    color: var(--primary-dark);
    letter-spacing: -0.02em;
}

.about-proximity-text {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;
    color: var(--graphite);
    text-align: justify;
    hyphens: auto;
    text-wrap: pretty;
}

.about-positioning {
    margin-top: clamp(1.35rem, 3vw, 1.85rem);
    padding-top: clamp(1.15rem, 2.5vw, 1.55rem);
    border-top: 1px solid rgba(219, 228, 238, 0.9);
    max-width: none;
    width: 100%;
}

.about-positioning .section-eyebrow {
    display: inline-block;
    margin-bottom: 0.65rem;
}

.about-positioning p {
    margin: 0 0 0.85rem;
    color: var(--muted);
    font-size: 1.02rem;
    line-height: 1.65;
    text-align: justify;
    hyphens: auto;
    text-wrap: pretty;
}

.about-positioning p:last-child {
    margin-bottom: 0;
}

.about-founder-head {
    margin-bottom: clamp(1rem, 2.4vw, 1.4rem);
}

.about-founder {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
    background: var(--surface);
}

@media (min-width: 992px) {
    .about-founder {
        grid-template-columns: minmax(0, 0.38fr) minmax(0, 1.62fr);
        min-height: 0;
        align-items: stretch;
    }
}

.about-founder-photo-wrap {
    position: relative;
    background: #e6e9ef;
    min-height: 14rem;
    overflow: hidden;
    align-self: stretch;
}

.about-founder-photo {
    display: block;
    width: 100%;
    height: auto;
    min-height: 14rem;
    max-height: 26rem;
    object-fit: cover;
    object-position: center 22%;
}

@media (min-width: 992px) {
    .about-founder-photo-wrap {
        min-height: 0;
    }

    .about-founder-photo {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        min-height: 0;
        max-height: none;
        object-fit: cover;
        object-position: center 22%;
    }
}

.about-founder-copy {
    padding: clamp(1.15rem, 2.5vw, 1.65rem) clamp(1.15rem, 2.8vw, 1.9rem);
    background: linear-gradient(165deg, #0a1a31 0%, #0f2747 55%, #122746 100%);
    color: rgba(255, 255, 255, 0.94);
}

.about-founder-copy p {
    margin: 0 0 0.75rem;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.875rem;
    line-height: 1.55;
    text-align: justify;
    hyphens: auto;
    text-wrap: pretty;
}

.about-founder-copy p:last-child {
    margin-bottom: 0;
}

.about-founder-bullets-intro {
    margin-top: 1rem !important;
    margin-bottom: 0.5rem !important;
    font-weight: 600;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.95) !important;
    text-align: justify;
    hyphens: auto;
    text-wrap: pretty;
}

.about-founder-bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
}

.about-founder-bullets li {
    position: relative;
    padding-left: 1.45rem;
    margin-bottom: 0.45rem;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.84rem;
    line-height: 1.5;
    text-align: justify;
    hyphens: auto;
    text-wrap: pretty;
}

.about-founder-bullets li:last-child {
    margin-bottom: 0;
}

.about-founder-bullets li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    top: 0.06em;
    color: var(--accent);
    font-weight: 700;
    font-size: 0.85em;
}

.story-card,
.contact-panel,
.form-card,
.legal-card {
    padding: 2rem;
}

.contact-points {
    display: grid;
    gap: 1rem;
    margin-top: 1.75rem;
}

.contact-point {
    padding: 1rem 1.1rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background: rgba(15, 39, 71, 0.03);
}

.contact-point strong,
.contact-point span {
    display: block;
}

.contact-point strong {
    margin-bottom: 0.25rem;
    color: var(--primary-dark);
}

.lead-form .form-label {
    font-weight: 600;
    color: var(--primary-dark);
}

.form-control,
.form-select {
    border-radius: 14px;
    border-color: var(--border);
    padding: 0.85rem 1rem;
    min-height: 3.35rem;
}

.form-control:focus,
.form-select:focus {
    box-shadow: 0 0 0 0.25rem rgba(30, 166, 114, 0.12);
    border-color: rgba(30, 166, 114, 0.52);
}

.legal-content {
    display: grid;
    gap: 1.25rem;
}

.post-card {
    position: relative;
}

.post-link {
    display: inline-flex;
    margin-top: 1rem;
    color: var(--accent);
    font-weight: 700;
}

.site-footer {
    background: #0b1629;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.88rem;
    line-height: 1.5;
    padding: 3.8rem 0 1.65rem;
}

.footer-grid {
    --bs-gutter-x: clamp(1rem, 2.4vw, 2rem);
    --bs-gutter-y: 1.25rem;
    align-items: flex-start;
}

.footer-brand-col {
    max-width: 27rem;
}

.site-footer .footer-copy {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.84rem;
    max-width: 23rem;
    margin-top: 0.55rem;
}

.footer-contact-block {
    margin-top: 1.1rem;
}

.footer-title {
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #fff;
    margin-bottom: 0.65rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.3rem;
}

.footer-links a:hover {
    color: #fff;
}

.footer-links a,
.footer-disclaimer-links a {
    display: inline-flex;
    padding: 0.14rem 0;
}

.footer-nav-group {
    margin-bottom: 0.2rem;
}

.footer-nav-parent {
    display: block;
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 0.2rem;
}

.footer-links--nested {
    list-style: none;
    margin: 0 0 0.45rem;
    padding: 0;
    display: grid;
    gap: 0.25rem;
}

.footer-links--split {
    display: block;
    column-count: 2;
    column-gap: clamp(0.85rem, 1.8vw, 1.6rem);
}

.footer-links--split > li {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    margin-bottom: 0.45rem;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 1.35rem;
    padding-top: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.footer-disclaimer-links {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.78rem;
}

.footer-disclaimer-links a:hover {
    color: #fff;
}

.whatsapp-float {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 1030;
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    background: #14a66b;
    color: #fff;
    padding: 0.95rem 1.15rem;
    border-radius: 999px;
    box-shadow: 0 18px 40px rgba(20, 166, 107, 0.28);
    font-weight: 700;
}

.whatsapp-float svg {
    width: 1.3rem;
    height: 1.3rem;
    fill: currentColor;
}

@media (max-width: 1199.98px) {
    .timeline-grid,
    .audience-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .final-cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .site-header .navbar-collapse {
        margin-top: 1rem;
        padding: 1rem;
        border-radius: var(--radius-md);
        background: var(--header-surface);
        -webkit-backdrop-filter: blur(14px);
        backdrop-filter: blur(14px);
        border: 1px solid rgba(219, 228, 238, 0.65);
        box-shadow: var(--shadow);
    }
}

@media (max-width: 767.98px) {
    .page-hero-inner-bar {
        padding-top: calc(6.5rem + clamp(1rem, 2.2vw, 1.35rem));
    }

    .page-hero-inner-intro {
        padding-inline: 0.5rem;
    }

    .page-hero--cards-compact .page-hero-inner-intro-wrap {
        padding-top: 1rem;
        padding-bottom: 0.55rem;
    }

    .hero-section {
        padding-top: clamp(4.85rem, 11vw, 5.75rem);
        padding-bottom: 1.5rem;
    }

    .display-hero {
        max-width: none;
    }

    .section-block.fold-section {
        padding: clamp(1.75rem, 4vh, 2.75rem) 0;
    }

    .section-block:not(.fold-section),
    .site-footer {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .footer-grid {
        --bs-gutter-y: 1.35rem;
    }

    .footer-brand-col,
    .footer-nav-col {
        text-align: center;
    }

    .footer-logo-img {
        max-width: min(270px, 84vw);
        max-height: 60px;
    }

    .footer-links--split {
        column-count: 1;
    }

    .footer-links a,
    .footer-disclaimer-links a {
        display: flex;
        width: 100%;
        justify-content: center;
        padding: 0.34rem 0;
    }

    .footer-nav-parent {
        text-align: center;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-disclaimer-links {
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 0.1rem;
    }

    .timeline-grid,
    .audience-grid {
        grid-template-columns: 1fr;
    }

    .hero-badges,
    .final-cta,
    .audience-card {
        gap: 0.75rem;
    }

    .sales-proof {
        padding: 1.4rem;
    }

    .cards-page--compact {
        padding-top: 1.45rem !important;
        padding-bottom: 1.45rem !important;
    }

    .cards-page--compact .cards-highlight {
        grid-template-columns: 1fr;
    }

    .cards-page--compact .cards-highlight span {
        white-space: normal;
    }

    .whatsapp-float span {
        display: none;
    }

    .whatsapp-float {
        padding: 0.95rem;
    }
}

/* Páginas keyword_landing (SEO / conteúdo piloto) */
.landing-layout-wrap {
    padding-bottom: 3rem;
}

.landing-layout-main {
    min-width: 0;
}

.landing-layout-full {
    min-width: 0;
}

.landing-main-inner {
    max-width: none;
}

.landing-article--full {
    margin-top: 0.75rem;
}

.landing-aside {
    position: sticky;
    top: calc(5.5rem + 1rem);
    padding: 1.35rem 1.25rem 1.5rem;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border);
    background: linear-gradient(180deg, #fff, #f8fafb);
    box-shadow: 0 12px 36px rgba(15, 39, 71, 0.06);
}

.landing-aside-kicker {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--accent);
    margin: 0 0 1rem;
}

.landing-aside-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.landing-aside-list li + li {
    margin-top: 0.35rem;
}

.landing-aside-link {
    display: block;
    padding: 0.55rem 0.65rem;
    border-radius: var(--radius-md);
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--primary-dark);
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
}

.landing-aside-link:hover {
    background: rgba(30, 166, 114, 0.08);
    color: var(--accent);
}

.landing-aside-link.is-active {
    background: rgba(15, 39, 71, 0.06);
    font-weight: 600;
    color: var(--primary-dark);
    box-shadow: inset 0 0 0 1px rgba(30, 166, 114, 0.2);
}

.landing-faq-block {
    margin-top: 2.75rem;
    padding-top: 2.5rem;
    border-top: 1px solid var(--border);
}

.landing-faq-heading {
    margin-bottom: 1.25rem;
}

.landing-faq-heading h2 {
    margin-bottom: 0;
}

.landing-plans-row {
    --bs-gutter-y: 1rem;
}

@media (max-width: 991.98px) {
    .landing-aside {
        position: static;
        margin-top: 0.5rem;
    }
}

.landing-section {
    margin-bottom: 2.5rem;
}

.landing-section h2 {
    font-size: clamp(1.35rem, 1.1vw + 1.1rem, 1.65rem);
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.landing-section p {
    color: var(--muted);
    line-height: 1.65;
    margin-bottom: 1rem;
}

.landing-lead {
    font-size: 1.05rem;
    font-weight: 500;
    color: var(--text);
    line-height: 1.6;
}

.landing-bullets {
    margin: 1rem 0 0;
    padding-left: 1.25rem;
    color: var(--muted);
    line-height: 1.65;
}

.landing-bullets li {
    margin-bottom: 0.5rem;
}

.landing-section--geo .geo-zone-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
    display: grid;
    gap: 0.65rem;
}

.landing-section--geo .geo-zone-list li {
    position: relative;
    padding-left: 1.15rem;
    color: var(--muted);
    line-height: 1.55;
}

.landing-section--geo .geo-zone-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 50%;
    background: var(--accent);
}

.landing-related-grid {
    margin-top: 1rem;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.landing-related-card {
    padding: 1.15rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    background: linear-gradient(180deg, #fff, #f8fbfe);
    box-shadow: 0 10px 24px rgba(15, 39, 71, 0.05);
}

.landing-related-card a {
    font-weight: 600;
    text-decoration: none;
    color: var(--primary-dark);
}

.landing-related-card a:hover {
    color: var(--accent);
}

.landing-related-desc {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.95rem;
    color: var(--muted);
    font-weight: 400;
}

@media (max-width: 991.98px) {
    .landing-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .landing-related-grid {
        grid-template-columns: 1fr;
    }
}
