.skip-link {
    position: fixed;
    top: 0;
    left: 1rem;
    z-index: 100000;
    padding: .75rem 1rem;
    color: #fff;
    background: #1d0031;
    transform: translateY(-120%);
}

.skip-link:focus {
    color: #fff;
    transform: translateY(0);
}

.foundation-page {
    padding: 100px 0;
}

.foundation-page .status-list li {
    margin-bottom: 16px;
    padding: 18px 22px;
    border-left: 4px solid #ff009c;
    background: #f7f3f8;
}

.development-note {
    margin-top: 30px;
    padding: 18px 22px;
    border-radius: 6px;
    color: #3f005e;
    background: #f8eaf4;
}

.hero-eyebrow,
.tool-status { display: inline-block; margin-bottom: 16px; color: #ff009c; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.service-block-one .inner-box { height: 100%; }
.tool-problem { margin-bottom: 14px; }
.tool-status { margin: 0; font-size: 13px; }
.home-process, .home-transparency, .home-faq { padding: 100px 0; }
.process-note, .responsible-notice { margin-top: 34px; padding: 22px 26px; border-left: 4px solid #ff009c; background: #f8eaf4; }
.methodology-list li { position: relative; margin-bottom: 14px; padding-left: 28px; }
.methodology-list li::before { position: absolute; top: 1px; left: 0; color: #ff009c; content: '\2713'; font-weight: 700; }
.home-transparency { background: #f7f3f8; }
.transparency-card { height: calc(100% - 30px); margin-bottom: 30px; padding: 28px; background: #fff; box-shadow: 0 10px 30px rgba(61, 0, 91, .08); }
.transparency-card .icon-box { margin-bottom: 18px; color: #ff009c; font-size: 30px; }
.transparency-card h3 { margin-bottom: 12px; }
.accordion-box-two .acc-btn { width: 100%; border: 0; background: transparent; text-align: left; }
.accordion-box-two .faq-question { display: block; padding-right: 38px; color: inherit; font: inherit; font-weight: 700; }
.home-final-cta { position: relative; overflow: hidden; padding: 90px 0; color: #fff; background: #3f005e; }
.home-final-cta .pattern-layer { position: absolute; inset: 0; opacity: .18; background-position: center; background-size: cover; }
.home-final-cta .cta-content { position: relative; z-index: 1; max-width: 820px; margin: 0 auto; text-align: center; }
.home-final-cta h2, .home-final-cta p { color: #fff; }
.home-final-cta .button-group { margin-top: 30px; }
.home-final-cta .theme-btn { margin: 5px; }
a:focus-visible, button:focus-visible { outline: 3px solid #ff009c; outline-offset: 3px; }

@media (max-width: 767px) {
    .home-process, .home-transparency, .home-faq, .home-final-cta { padding: 70px 0; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Páginas institucionais */
.institutional-section {
    padding: 100px 0;
}

.institutional-muted {
    background: #f7f3f8;
}

.institutional-card,
.contact-channel-card {
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 28px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(61, 0, 91, .08);
}

.institutional-card > i,
.contact-channel-card > i {
    margin-bottom: 18px;
    color: #ff009c;
    font-size: 32px;
}

.institutional-card h2,
.institutional-card h3,
.contact-channel-card h3 {
    margin-bottom: 14px;
}

.institutional-centred-link {
    margin: 10px 0 0;
    text-align: center;
}

.institutional-principles {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.institutional-principles li,
.institutional-list li,
.policy-related-links li {
    position: relative;
    padding-left: 24px;
}

.institutional-principles li {
    padding: 20px 20px 20px 46px;
    background: #f8eaf4;
}

.institutional-principles li::before,
.institutional-list li::before,
.policy-related-links li::before {
    position: absolute;
    left: 18px;
    color: #ff009c;
    content: '\2713';
    font-weight: 700;
}

.institutional-list li,
.policy-related-links li {
    margin-bottom: 10px;
}

.institutional-list li::before,
.policy-related-links li::before {
    left: 0;
}

.contact-channel-card {
    border-top: 4px solid #ff009c;
    text-align: center;
}

.contact-channel-card a,
.policy-content a {
    color: #3f005e;
    font-weight: 700;
    text-decoration: underline;
    overflow-wrap: anywhere;
}

.contact-safety-notice {
    display: flex;
    gap: 16px;
}

.contact-safety-notice i {
    margin-top: 4px;
    color: #ff009c;
    font-size: 24px;
}

.policy-content .auto-container {
    max-width: 980px;
}

.policy-content h2 {
    margin: 34px 0 12px;
    font-size: 25px;
}

.policy-date {
    padding: 16px 20px;
    border-left: 4px solid #ff009c;
    background: #f8eaf4;
}

.policy-related-links {
    margin-top: 40px;
    padding: 26px;
    background: #f7f3f8;
}

.error-page-content .error-code {
    display: block;
    color: #eadfec;
    font-size: clamp(90px, 18vw, 180px);
    font-weight: 700;
    line-height: .9;
}

.error-page-content h2 {
    margin: 24px 0 14px;
}

.error-page-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
}

@media (max-width: 767px) {
    .institutional-section {
        padding: 70px 0;
    }

    .institutional-principles {
        grid-template-columns: 1fr;
    }

    .error-page-actions {
        align-items: stretch;
        flex-direction: column;
    }
}

/* Catálogo de ferramentas */
.tools-hero-text {
    max-width: 760px;
    margin: 18px auto 22px;
    color: #fff;
    font-size: 18px;
}

.page-title .bread-crumb {
    display: flex;
    justify-content: center;
}

.tools-overview,
.tool-details,
.tools-comparison,
.tools-choice,
.tools-methodology {
    padding: 100px 0;
}

.catalog-notice {
    padding: 28px;
    border-left: 4px solid #ff009c;
    background: #f8eaf4;
}

.catalog-notice i {
    margin-bottom: 12px;
    color: #ff009c;
    font-size: 28px;
}

.tools-catalog {
    padding-top: 100px;
    background: #f7f3f8;
}

.tool-catalog-card {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.tool-catalog-card .inner-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.tool-summary {
    width: 100%;
    margin: 20px 0;
}

.tool-summary div {
    margin-bottom: 14px;
}

.tool-summary dt {
    color: #3f005e;
    font-weight: 700;
}

.tool-summary dd {
    margin: 3px 0 0;
}

.tool-catalog-card .inner-box:hover dt,
.tool-catalog-card .inner-box:hover dd,
.tool-catalog-card .inner-box:hover .tool-anchor-link,
.tool-catalog-card .inner-box:hover .tool-status {
    color: #fff;
}

.tool-anchor-link {
    margin-top: auto;
    color: #3f005e;
    font-weight: 700;
}

.tool-anchor-link i {
    margin-left: 8px;
}

.tool-details {
    background: #fff;
}

.tool-detail-card {
    scroll-margin-top: 40px;
    margin-bottom: 40px;
    padding: 40px;
    border: 1px solid #eee3f0;
    background: #fff;
    box-shadow: 0 12px 35px rgba(61, 0, 91, .07);
}

.tool-detail-heading {
    border-right: 1px solid #eadfec;
}

.tool-detail-heading .tool-number {
    display: block;
    color: #dfd3e3;
    font-size: 42px;
    font-weight: 700;
}

.tool-detail-heading > i {
    display: block;
    margin: 16px 0;
    color: #ff009c;
    font-size: 48px;
}

.tool-detail-heading h2 {
    margin-bottom: 18px;
    font-size: 30px;
}

.tool-detail-content {
    padding-left: 24px;
}

.tool-detail-content h3 {
    margin-bottom: 8px;
    font-size: 20px;
}

.tool-detail-content p {
    margin-bottom: 22px;
}

.back-to-catalog {
    color: #3f005e;
    font-weight: 700;
    text-decoration: underline;
}

.tools-comparison {
    background: #f7f3f8;
}

.table-responsive {
    overflow-x: auto;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(61, 0, 91, .07);
    -webkit-overflow-scrolling: touch;
}

.comparison-table {
    width: 100%;
    min-width: 980px;
    border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
    padding: 18px;
    border-bottom: 1px solid #eadfec;
    text-align: left;
    vertical-align: top;
}

.comparison-table thead th {
    color: #fff;
    background: #3f005e;
}

.comparison-table tbody th {
    color: #3f005e;
}

.comparison-table tbody tr:last-child th,
.comparison-table tbody tr:last-child td {
    border-bottom: 0;
}

.choice-card {
    display: block;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 28px 24px;
    border-top: 4px solid #ff009c;
    color: #646578;
    background: #fff;
    box-shadow: 0 10px 30px rgba(61, 0, 91, .08);
}

.choice-card strong,
.choice-card span {
    display: block;
}

.choice-card strong {
    margin-bottom: 10px;
    color: #3f005e;
    font-size: 19px;
}

.choice-card:hover {
    color: #fff;
    background: #3f005e;
}

.choice-card:hover strong {
    color: #fff;
}

.choice-disclaimer {
    margin-top: 10px;
    text-align: center;
}

.tools-methodology {
    background: #f8eaf4;
}

.methodology-list.two-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 24px;
}

@media (max-width: 991px) {
    .catalog-notice {
        margin-top: 30px;
    }

    .tool-detail-heading {
        margin-bottom: 30px;
        padding-bottom: 24px;
        border-right: 0;
        border-bottom: 1px solid #eadfec;
    }

    .tool-detail-content {
        padding-left: 0;
    }

    .tools-methodology .centred {
        margin-top: 28px;
        text-align: left;
    }
}

/* Diagnóstico de rentabilidade */
.diagnostic-introduction,
.diagnostic-calculator,
.diagnostic-example,
.diagnostic-concepts {
    padding: 100px 0;
}

.diagnostic-calculator,
.diagnostic-concepts {
    background: #f7f3f8;
}

.diagnostic-form-card,
.diagnostic-results,
.diagnostic-empty-state {
    padding: 36px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(61, 0, 91, .08);
}

.diagnostic-field {
    margin-bottom: 26px;
}

.diagnostic-field label,
.diagnostic-checkbox legend {
    display: block;
    margin-bottom: 7px;
    color: #3f005e;
    font-weight: 700;
}

.diagnostic-field label small {
    margin-left: 6px;
    color: #646578;
    font-weight: 400;
}

.diagnostic-field p {
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 1.6;
}

.currency-input {
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid #d8cddd;
    border-radius: 4px;
    background: #fff;
}

.currency-input:focus-within {
    border-color: #ff009c;
    box-shadow: 0 0 0 3px rgba(255, 0, 156, .15);
}

.currency-input > span {
    padding: 13px 0 13px 15px;
    color: #3f005e;
    font-weight: 700;
}

.currency-input input {
    width: 100%;
    min-width: 0;
    padding: 13px 15px 13px 8px;
    border: 0;
    outline: 0;
}

.currency-input input[aria-invalid="true"] {
    background: #fff3f3;
}

.percentage-input input {
    padding-left: 15px;
}

.percentage-input > span {
    padding-right: 15px;
    padding-left: 8px;
}

.markup-percentage-fields {
    margin: 0;
    padding: 0;
    border: 0;
}

.markup-percentage-fields > legend {
    margin-bottom: 20px;
    color: #3f005e;
    font-weight: 700;
}

.calculation-mode-selector {
    margin: 0 0 26px;
    padding: 20px;
    border: 1px solid #eadfec;
    background: #f8eaf4;
}

.calculation-mode-selector legend {
    padding: 0 6px;
    color: #3f005e;
    font-weight: 700;
}

.mode-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.mode-buttons button {
    padding: 14px;
    border: 2px solid #3f005e;
    color: #3f005e;
    background: #fff;
    cursor: pointer;
    font-weight: 700;
}

.mode-buttons button[aria-pressed="true"] {
    color: #fff;
    background: #3f005e;
}

.calculation-mode-selector p {
    margin: 12px 0 0;
    font-size: 14px;
}

.calculation-error-summary {
    margin-top: 20px;
    padding: 18px;
    border-left: 5px solid #a51d2d;
    color: #6f1521;
    background: #fff3f3;
    font-weight: 700;
}

.calculation-error-summary:focus {
    outline: 3px solid #ff009c;
    outline-offset: 3px;
}

.memory-note {
    font-size: 14px;
    font-style: italic;
}

.diagnostic-result-summary.state-estimated-price { border-left-color: #23834b; }
.diagnostic-result-summary.state-zero-cost,
.diagnostic-result-summary.state-zero-margin { border-left-color: #a36a00; }

.field-error {
    display: block;
    min-height: 22px;
    margin-top: 5px;
    color: #a51d2d;
    font-size: 14px;
    font-weight: 700;
}

.diagnostic-checkbox {
    margin: 0 0 22px;
    padding: 18px;
    border: 1px solid #eadfec;
}

.diagnostic-checkbox label {
    display: flex;
    align-items: flex-start;
    margin: 0;
    cursor: pointer;
}

.diagnostic-checkbox input {
    flex: 0 0 auto;
    margin: 5px 10px 0 0;
}

.technical-limit {
    padding: 14px 16px;
    background: #f8eaf4;
    font-size: 14px;
}

.diagnostic-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.diagnostic-actions .theme-btn,
.example-button {
    border: 0;
    cursor: pointer;
}

.example-button {
    padding: 13px 18px;
    color: #3f005e;
    background: transparent;
    font-weight: 700;
    text-decoration: underline;
}

.diagnostic-empty-state {
    text-align: center;
}

.diagnostic-empty-state i {
    margin-bottom: 18px;
    color: #ff009c;
    font-size: 48px;
}

.diagnostic-results:not([hidden]) + .diagnostic-empty-state {
    display: none;
}

.diagnostic-result-summary {
    padding: 28px;
    border-left: 6px solid #3f005e;
    background: #f8eaf4;
}

.diagnostic-result-summary:focus {
    outline: 3px solid #ff009c;
    outline-offset: 4px;
}

.diagnostic-result-summary.state-positive-balance { border-left-color: #23834b; }
.diagnostic-result-summary.state-operating-balance { border-left-color: #a36a00; }
.diagnostic-result-summary.state-negative-result,
.diagnostic-result-summary.state-negative-contribution { border-left-color: #a51d2d; }
.diagnostic-result-summary.state-zero-revenue { border-left-color: #385a8a; }

.result-state-label {
    color: #646578;
    font-weight: 700;
    text-transform: uppercase;
}

.result-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
}

.result-highlights div {
    padding: 16px;
    background: #fff;
}

.result-highlights span,
.result-highlights strong {
    display: block;
}

.result-highlights strong {
    margin-top: 7px;
    color: #3f005e;
    font-size: 20px;
}

.result-details,
.calculation-memory,
.diagnostic-interpretation {
    margin-top: 28px;
}

.result-details h3,
.calculation-memory h3,
.diagnostic-interpretation h3 {
    margin-bottom: 16px;
}

.result-details dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.result-details dl div {
    padding: 14px;
    border: 1px solid #eadfec;
}

.result-details dt {
    font-weight: 700;
}

.result-details dd {
    margin: 5px 0 0;
}

.calculation-memory ol {
    counter-reset: memory;
}

.calculation-memory li {
    margin-bottom: 12px;
    padding: 16px;
    background: #f7f3f8;
}

.calculation-memory li strong,
.calculation-memory li span {
    display: block;
    margin-bottom: 5px;
}

.diagnostic-interpretation li,
.diagnostic-example li {
    position: relative;
    margin-bottom: 9px;
    padding-left: 22px;
}

.diagnostic-interpretation li::before,
.diagnostic-example li::before {
    position: absolute;
    left: 0;
    color: #ff009c;
    content: '\2713';
    font-weight: 700;
}

.diagnostic-concepts .method-card {
    height: calc(100% - 30px);
}

.diagnostic-concepts .responsible-notice {
    display: flex;
    gap: 16px;
}

.diagnostic-concepts .responsible-notice i {
    margin-top: 4px;
    color: #ff009c;
    font-size: 24px;
}

@media (max-width: 991px) {
    .diagnostic-results,
    .diagnostic-empty-state {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .diagnostic-introduction,
    .diagnostic-calculator,
    .diagnostic-example,
    .diagnostic-concepts {
        padding: 70px 0;
    }

    .diagnostic-form-card,
    .diagnostic-results,
    .diagnostic-empty-state {
        padding: 26px 20px;
    }

    .result-highlights,
    .result-details dl {
        grid-template-columns: 1fr;
    }

    .diagnostic-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .mode-buttons {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .tools-overview,
    .tool-details,
    .tools-comparison,
    .tools-choice,
    .tools-methodology,
    .tools-catalog {
        padding: 70px 0;
    }

    .tool-detail-card {
        padding: 26px 20px;
    }

    .methodology-list.two-columns {
        grid-template-columns: 1fr;
    }

    .tools-hero-text {
        font-size: 16px;
    }
}

/* Metodologia das ferramentas */
.method-introduction,
.method-principles,
.method-standard,
.method-fields,
.method-numbers,
.method-explanation,
.method-tests,
.method-responsibility,
.method-tools {
    padding: 100px 0;
}

.method-principles,
.method-numbers,
.method-responsibility {
    background: #f7f3f8;
}

.method-principle-card,
.method-card,
.method-tool-card {
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 28px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(61, 0, 91, .08);
}

.method-principle-card {
    border-top: 4px solid #ff009c;
}

.method-principle-card i,
.method-card > i {
    margin-bottom: 18px;
    color: #ff009c;
    font-size: 32px;
}

.method-principle-card h3,
.method-card h3,
.method-tool-card h3 {
    margin-bottom: 12px;
}

.standard-parts-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    counter-reset: method-parts;
}

.standard-parts-list li {
    position: relative;
    min-height: 58px;
    padding: 17px 16px 15px 54px;
    background: #f8eaf4;
    counter-increment: method-parts;
}

.standard-parts-list li::before {
    position: absolute;
    top: 13px;
    left: 14px;
    color: #ff009c;
    content: counter(method-parts, decimal-leading-zero);
    font-weight: 700;
}

.method-callout {
    height: 100%;
    padding: 34px;
    border-left: 4px solid #ff009c;
    background: #f8eaf4;
}

.method-callout h3 {
    margin-bottom: 22px;
}

.method-fields .method-card,
.method-numbers .method-card,
.method-responsibility .method-card {
    height: 100%;
    margin-bottom: 0;
}

.generic-example {
    margin-top: 50px;
    padding: 34px;
    border: 1px solid #eadfec;
    background: #f8eaf4;
}

.generic-example h3 {
    margin-bottom: 24px;
}

.generic-example strong {
    display: block;
    margin-bottom: 7px;
    color: #3f005e;
}

.generic-example .example-note {
    margin: 10px 0 0;
    font-style: italic;
}

.test-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.test-grid span {
    padding: 18px 14px;
    border-top: 3px solid #ff009c;
    background: #fff;
    box-shadow: 0 8px 24px rgba(61, 0, 91, .06);
    text-align: center;
}

.test-note {
    margin-top: 30px;
    padding: 22px;
    background: #f8eaf4;
    text-align: center;
}

.method-responsibility .row {
    align-items: stretch;
}

.method-card a,
.method-tool-card a {
    color: #3f005e;
    font-weight: 700;
    text-decoration: underline;
}

.method-tool-card dl {
    margin: 18px 0;
}

.method-tool-card dl div {
    margin-bottom: 14px;
}

.method-tool-card dt {
    color: #3f005e;
    font-weight: 700;
}

.method-tool-card dd {
    margin: 3px 0 0;
}

.method-tool-card .tool-status {
    display: block;
    margin-bottom: 12px;
}

@media (max-width: 991px) {
    .method-introduction .catalog-notice,
    .method-fields .method-card {
        margin-top: 30px;
    }

    .method-fields .method-card,
    .method-numbers .method-card,
    .method-responsibility .method-card {
        height: auto;
        margin-bottom: 30px;
    }

    .test-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .method-introduction,
    .method-principles,
    .method-standard,
    .method-fields,
    .method-numbers,
    .method-explanation,
    .method-tests,
    .method-responsibility,
    .method-tools {
        padding: 70px 0;
    }

    .standard-parts-list,
    .methodology-list.two-columns,
    .test-grid {
        grid-template-columns: 1fr;
    }

    .method-callout,
    .generic-example {
        padding: 26px 20px;
    }
}

/* ==========================================================================
   HOME REDESIGN
   ========================================================================== */

.home-redesign {
    --home-purple-950: #21002f;
    --home-purple-900: #310047;
    --home-purple-800: #480067;
    --home-purple-600: #7a218f;
    --home-pink-600: #e00088;
    --home-pink-500: #ff009c;
    --home-pink-100: #ffe5f4;
    --home-surface: #ffffff;
    --home-neutral-50: #fbf9fc;
    --home-neutral-100: #f5f1f7;
    --home-neutral-200: #e9e1ed;
    --home-text: #323343;
    --home-muted: #666779;
    --home-shadow: 0 22px 55px rgba(49, 0, 71, .11);
    overflow: clip;
    color: var(--home-text);
    background: var(--home-surface);
}

.home-redesign .auto-container {
    max-width: 1240px;
}

.home-section {
    padding: 108px 0;
}

.home-eyebrow {
    margin: 0 0 14px;
    color: var(--home-pink-600);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.home-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
    align-items: end;
    gap: 40px;
    margin-bottom: 46px;
}

.home-section-heading h2,
.home-centered-heading h2,
.home-demo h2,
.home-method-copy h2,
.home-faq-heading h2,
.home-cta h2 {
    margin: 0;
    color: var(--home-purple-900);
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.12;
    letter-spacing: -.03em;
}

.home-section-heading > p,
.home-centered-heading > p,
.home-demo-intro > p,
.home-method-copy > p,
.home-faq-heading > p {
    margin: 0;
    color: var(--home-muted);
    font-size: 18px;
    line-height: 1.75;
}

.home-centered-heading {
    max-width: 760px;
    margin: 0 auto 50px;
    text-align: center;
}

.home-centered-heading > p {
    margin-top: 16px;
}

/* Header compartilhado */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 8px 30px rgba(49, 0, 71, .07);
}

.site-header .header-lower {
    padding: 0;
    background: #fff;
}

.site-header-inner {
    display: flex;
    align-items: center;
    min-height: 86px;
    gap: 30px;
}

.site-header-logo {
    flex: 0 0 auto;
    width: 168px;
    margin: 0;
}

.site-header-logo img {
    display: block;
    max-width: 100%;
    max-height: 58px;
}

.site-header-navigation {
    min-width: 0;
    margin-left: auto;
}

.site-header .main-menu .navigation {
    display: flex;
    align-items: center;
    gap: 4px;
}

.site-header .main-menu .navigation > li {
    margin: 0;
    padding: 0;
}

.site-header .main-menu .navigation > li > a {
    position: relative;
    display: block;
    padding: 31px 14px 29px;
    color: #3e3550;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.site-header .main-menu .navigation > li > a::after {
    position: absolute;
    right: 14px;
    bottom: 21px;
    left: 14px;
    height: 3px;
    border-radius: 99px;
    background: var(--home-pink-500, #ff009c);
    content: '';
    opacity: 0;
    transform: scaleX(.45);
    transition: opacity .2s ease, transform .2s ease;
}

.site-header .main-menu .navigation > li.current > a,
.site-header .main-menu .navigation > li > a:hover {
    color: #4b0069;
}

.site-header .main-menu .navigation > li.current > a::after,
.site-header .main-menu .navigation > li > a:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

.site-header-cta {
    flex: 0 0 auto;
    padding: 13px 19px;
    border-radius: 9px;
    color: #fff;
    background: linear-gradient(135deg, #5a007d, #e00088);
    box-shadow: 0 10px 24px rgba(224, 0, 136, .2);
    font-size: 15px;
    font-weight: 800;
}

.site-header-cta:hover {
    color: #fff;
    transform: translateY(-2px);
}

.site-header .mobile-nav-toggler {
    display: none;
    width: 46px;
    height: 46px;
    padding: 12px 10px;
    border: 1px solid #e5d9e9;
    border-radius: 8px;
    background: #fff;
}

.site-header .mobile-nav-toggler .icon-bar {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: #42005e;
}

/* Hero */
.home-hero {
    position: relative;
    isolation: isolate;
    padding: 104px 0 116px;
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 20%, rgba(255, 0, 156, .1), transparent 28%),
        linear-gradient(145deg, #fff 0%, #faf5fc 54%, #f2e7f6 100%);
}

.home-hero::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background-image: linear-gradient(rgba(72, 0, 103, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(72, 0, 103, .035) 1px, transparent 1px);
    background-size: 44px 44px;
    content: '';
    mask-image: linear-gradient(to right, transparent, #000 45%, #000);
}

.home-hero-orb {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    filter: blur(3px);
}

.home-hero-orb-one {
    top: -160px;
    right: -90px;
    width: 480px;
    height: 480px;
    background: rgba(104, 16, 133, .1);
}

.home-hero-orb-two {
    right: 37%;
    bottom: -120px;
    width: 250px;
    height: 250px;
    background: rgba(255, 0, 156, .08);
}

.home-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(440px, .97fr);
    align-items: center;
    gap: 76px;
}

.home-hero-copy h1 {
    max-width: 720px;
    margin: 0;
    color: var(--home-purple-950);
    font-size: clamp(44px, 5.4vw, 70px);
    line-height: 1.03;
    letter-spacing: -.045em;
}

.home-hero-lead {
    max-width: 680px;
    margin: 27px 0 0;
    color: #5d5d70;
    font-size: 20px;
    line-height: 1.7;
}

.home-action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 34px;
}

.home-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 13px 21px;
    border: 2px solid transparent;
    border-radius: 9px;
    font-weight: 800;
    line-height: 1.3;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.home-button:hover,
.home-button:focus-visible {
    transform: translateY(-2px);
}

.home-button-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--home-purple-800), var(--home-pink-600));
    box-shadow: 0 13px 28px rgba(104, 0, 131, .2);
}

.home-button-primary:hover {
    color: #fff;
    box-shadow: 0 17px 34px rgba(104, 0, 131, .26);
}

.home-button-secondary {
    border-color: #d8c6df;
    color: var(--home-purple-800);
    background: rgba(255, 255, 255, .8);
}

.home-button-secondary:hover {
    color: var(--home-purple-900);
    background: #fff;
}

.home-trust-line {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    margin: 30px 0 0;
}

.home-trust-line li {
    color: #555467;
    font-size: 15px;
    font-weight: 700;
}

.home-trust-line i {
    margin-right: 5px;
    color: var(--home-pink-600);
}

.home-hero-visual {
    position: relative;
}

.home-hero-visual::before,
.home-hero-visual::after {
    position: absolute;
    border-radius: 18px;
    content: '';
}

.home-hero-visual::before {
    inset: 35px -24px -30px 48px;
    z-index: -1;
    background: linear-gradient(145deg, rgba(74, 0, 104, .16), rgba(255, 0, 156, .12));
    transform: rotate(4deg);
}

.home-hero-visual::after {
    top: -32px;
    right: -30px;
    width: 110px;
    height: 110px;
    border: 22px solid rgba(255, 0, 156, .12);
}

.home-result-panel {
    padding: 30px;
    border: 1px solid rgba(81, 0, 111, .12);
    border-radius: 20px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 30px 80px rgba(50, 0, 70, .18);
    backdrop-filter: blur(10px);
}

.home-panel-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--home-neutral-200);
}

.home-panel-heading span,
.home-panel-heading strong {
    display: block;
}

.home-panel-heading div > span {
    color: var(--home-pink-600);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.home-panel-heading div > strong {
    margin-top: 4px;
    color: var(--home-purple-900);
    font-size: 22px;
}

.home-panel-status {
    padding: 7px 10px;
    border-radius: 99px;
    color: #386045;
    background: #e7f6eb;
    font-size: 12px;
    font-weight: 800;
}

.home-calculator-form {
    margin-top: 22px;
}

.home-calculator-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.home-calculator-field {
    min-width: 0;
}

.home-calculator-field:first-child {
    grid-column: 1 / -1;
}

.home-calculator-field label {
    display: block;
    margin-bottom: 6px;
    color: var(--home-purple-900);
    font-size: 13px;
    font-weight: 800;
}

.home-calculator-input {
    display: flex;
    align-items: center;
    min-width: 0;
    border: 1px solid #d8d1dc;
    border-radius: 9px;
    background: #fff;
}

.home-calculator-input > span {
    padding-left: 12px;
    color: var(--home-muted);
    font-size: 13px;
    font-weight: 700;
}

.home-calculator-input input {
    width: 100%;
    min-width: 0;
    height: 44px;
    padding: 8px 12px 8px 7px;
    border: 0;
    border-radius: 9px;
    color: var(--home-purple-900);
    background: transparent;
    font-size: 16px;
    font-weight: 700;
}

.home-calculator-input:focus-within {
    border-color: var(--home-pink-600);
    box-shadow: 0 0 0 3px rgba(200, 0, 121, .14);
}

.home-calculator-input input:focus {
    outline: 0;
}

.home-calculator-input input[aria-invalid="true"] {
    color: #9f1d2f;
}

.home-calculator-error {
    display: block;
    min-height: 18px;
    margin-top: 4px;
    color: #9f1d2f;
    font-size: 12px;
    line-height: 1.35;
}

.home-calculator-submit,
.home-calculator-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 800;
}

.home-calculator-submit {
    width: 100%;
    margin-top: 4px;
    padding: 10px 18px;
    color: #fff;
    border: 0;
    background: var(--home-purple-800);
    cursor: pointer;
}

.home-calculator-submit:hover {
    background: var(--home-purple-900);
}

.home-calculator-submit:focus-visible,
.home-calculator-link:focus-visible {
    outline: 3px solid var(--home-pink-600);
    outline-offset: 3px;
}

.home-panel-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}

.home-panel-metrics > div {
    padding: 15px;
    border: 1px solid var(--home-neutral-200);
    border-radius: 10px;
    background: #fff;
}

.home-panel-metrics span,
.home-panel-metrics strong {
    display: block;
}

.home-panel-metrics span {
    color: var(--home-muted);
    font-size: 13px;
}

.home-panel-metrics strong {
    margin-top: 6px;
    color: var(--home-purple-900);
    font-size: 18px;
}

.home-panel-metrics .home-panel-highlight {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, var(--home-purple-800), #75188a);
}

.home-panel-metrics .home-panel-highlight span,
.home-panel-metrics .home-panel-highlight strong {
    color: #fff;
}

.home-mini-chart {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 24px;
    height: 190px;
    margin-top: 22px;
    padding: 24px 18px 8px;
    overflow: hidden;
    border-radius: 12px;
    background: var(--home-neutral-50);
}

.home-chart-grid {
    position: absolute;
    inset: 20px 18px 30px;
    background: repeating-linear-gradient(to bottom, transparent 0, transparent 32px, rgba(71, 0, 99, .08) 33px);
}

.home-chart-bar {
    position: relative;
    z-index: 1;
    width: 64px;
    border-radius: 8px 8px 3px 3px;
}

.home-chart-bar span {
    position: absolute;
    bottom: -25px;
    left: 50%;
    color: #686679;
    font-size: 11px;
    font-weight: 700;
    transform: translateX(-50%);
}

.home-chart-revenue {
    height: 128px;
    background: linear-gradient(to top, #4b0069, #8b3aa0);
}

.home-chart-cost {
    height: 82px;
    background: linear-gradient(to top, #c80079, #ff56b9);
}

.home-chart-result {
    height: 48px;
    background: linear-gradient(to top, #8a6a93, #bca8c2);
}

.home-chart-result-negative {
    background: linear-gradient(to top, #8f1f35, #d45d71);
}

.home-panel-note {
    margin: 34px 0 0;
    color: var(--home-muted);
    font-size: 12px;
    text-align: center;
}

.home-calculator-link {
    width: 100%;
    margin-top: 14px;
    padding: 10px 16px;
    color: var(--home-purple-800);
    border: 1px solid rgba(71, 0, 99, .22);
    background: #fff;
}

.home-calculator-link i {
    margin-left: 8px;
}

.home-calculator-link:hover {
    color: #fff;
    background: var(--home-purple-800);
}

.home-calculator-noscript {
    margin: 12px 0 0;
    color: #704050;
    font-size: 12px;
}

/* Ferramentas */
.home-tools {
    background: #fff;
}

.home-tool-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.home-tool-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 410px;
    padding: 27px 24px;
    overflow: hidden;
    border: 1px solid var(--home-neutral-200);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(49, 0, 71, .07);
    flex-direction: column;
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.home-tool-card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--card-from), var(--card-to));
    content: '';
}

.home-tool-card-purple { --card-from: #450064; --card-to: #86259b; }
.home-tool-card-pink { --card-from: #a00061; --card-to: #ff009c; }
.home-tool-card-violet { --card-from: #602879; --card-to: #b264c0; }
.home-tool-card-indigo { --card-from: #34276e; --card-to: #7b62bf; }

.home-tool-card:hover,
.home-tool-card:focus-within {
    border-color: #d6c2dd;
    box-shadow: var(--home-shadow);
    transform: translateY(-7px);
}

.home-tool-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.home-tool-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 13px;
    color: var(--card-from);
    background: var(--home-neutral-100);
    font-size: 23px;
}

.home-tool-status {
    color: #46614d;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.home-tool-status span {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 4px;
    border-radius: 50%;
    background: #35a45e;
}

.home-tool-card h3 {
    margin: 25px 0 13px;
    color: var(--home-purple-900);
    font-size: 23px;
    line-height: 1.25;
}

.home-tool-card > p {
    color: var(--home-muted);
    line-height: 1.68;
}

.home-tool-question {
    margin-top: 20px;
    padding: 14px;
    border-radius: 9px;
    background: var(--home-neutral-100);
    font-size: 14px;
}

.home-tool-question span {
    display: block;
    margin-bottom: 4px;
    color: var(--card-from);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.home-tool-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 22px;
    color: var(--card-from);
    font-weight: 800;
}

.home-tool-link i {
    transition: transform .2s ease;
}

.home-tool-link:hover i,
.home-tool-link:focus-visible i {
    transform: translateX(4px);
}

/* Etapas */
.home-steps {
    background: linear-gradient(180deg, var(--home-neutral-50), var(--home-neutral-100));
}

.home-step-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    margin: 0;
    counter-reset: none;
}

.home-step-grid::before {
    position: absolute;
    top: 47px;
    right: 11%;
    left: 11%;
    height: 2px;
    background: linear-gradient(90deg, rgba(72, 0, 103, .12), rgba(255, 0, 156, .45), rgba(72, 0, 103, .12));
    content: '';
}

.home-step-card {
    position: relative;
    z-index: 1;
    min-height: 280px;
    padding: 26px 22px;
    border: 1px solid var(--home-neutral-200);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(49, 0, 71, .06);
    text-align: center;
}

.home-step-number {
    position: absolute;
    top: 16px;
    right: 18px;
    color: #e2d5e6;
    font-size: 34px;
    font-weight: 900;
}

.home-step-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-top: 3px;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, var(--home-purple-800), var(--home-pink-600));
    box-shadow: 0 12px 25px rgba(92, 0, 122, .2);
    font-size: 24px;
}

.home-step-card h3 {
    margin: 25px 0 10px;
    color: var(--home-purple-900);
    font-size: 20px;
}

.home-step-card p {
    color: var(--home-muted);
    line-height: 1.65;
}

/* Escolha rápida */
.home-quick-choice {
    background: var(--home-purple-950);
}

.home-quick-choice .home-eyebrow {
    color: #ff71c5;
}

.home-quick-choice .home-section-heading h2,
.home-quick-choice .home-section-heading > p {
    color: #fff;
}

.home-quick-choice .home-section-heading > p {
    opacity: .78;
}

.home-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.home-choice-grid a {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    min-height: 94px;
    padding: 18px 22px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 13px;
    color: #fff;
    background: rgba(255, 255, 255, .07);
    transition: background .2s ease, transform .2s ease, border-color .2s ease;
}

.home-choice-grid a:hover,
.home-choice-grid a:focus-visible {
    border-color: rgba(255, 113, 197, .55);
    color: #fff;
    background: rgba(255, 255, 255, .12);
    transform: translateY(-3px);
}

.home-choice-grid span {
    color: #ff71c5;
    font-size: 13px;
    font-weight: 900;
}

.home-choice-grid strong {
    font-size: 18px;
    line-height: 1.4;
}

/* Demo */
.home-demo {
    background: #fff;
}

.home-demo-shell {
    display: grid;
    grid-template-columns: minmax(300px, .74fr) minmax(0, 1.26fr);
    overflow: hidden;
    border: 1px solid var(--home-neutral-200);
    border-radius: 20px;
    box-shadow: var(--home-shadow);
}

.home-demo-intro {
    padding: 48px 38px;
    color: #fff;
    background:
        radial-gradient(circle at 10% 10%, rgba(255, 0, 156, .26), transparent 36%),
        linear-gradient(150deg, var(--home-purple-950), var(--home-purple-800));
}

.home-demo-intro h2 {
    color: #fff;
    font-size: clamp(32px, 4vw, 46px);
}

.home-demo-intro > p {
    margin-top: 17px;
    color: rgba(255, 255, 255, .76);
}

.home-demo-tabs {
    display: grid;
    gap: 8px;
    margin-top: 30px;
}

.home-demo-tabs button {
    width: 100%;
    padding: 13px 16px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    color: #fff;
    background: rgba(255, 255, 255, .07);
    cursor: pointer;
    font-weight: 800;
    text-align: left;
}

.home-demo-tabs button[aria-selected="true"] {
    border-color: #ff5dbd;
    background: #fff;
    color: var(--home-purple-900);
}

.home-demo-panels {
    padding: 46px;
    background: var(--home-neutral-50);
}

.home-demo-panel {
    min-height: 440px;
    padding: 32px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(49, 0, 71, .08);
}

.home-demo-panel + .home-demo-panel {
    margin-top: 22px;
}

.home-demo-enhanced .home-demo-panel[hidden] {
    display: none;
}

.home-demo-panel-eyebrow {
    color: var(--home-pink-600);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.home-demo-panel h3 {
    margin: 10px 0 26px;
    color: var(--home-purple-900);
    font-size: 30px;
    line-height: 1.22;
}

.home-demo-panel dl {
    margin-bottom: 30px;
}

.home-demo-panel dl div {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid var(--home-neutral-200);
}

.home-demo-panel dt {
    color: var(--home-purple-800);
    font-weight: 900;
}

.home-demo-panel dd {
    margin: 0;
    color: var(--home-muted);
}

/* Metodologia */
.home-methodology-new {
    background: var(--home-neutral-100);
}

.home-methodology-grid {
    display: grid;
    grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
    align-items: center;
    gap: 78px;
}

.home-method-visual {
    position: relative;
    padding: 30px;
}

.home-method-visual::before {
    position: absolute;
    inset: 0;
    border-radius: 34% 66% 58% 42% / 42% 37% 63% 58%;
    background: linear-gradient(145deg, rgba(72, 0, 103, .13), rgba(255, 0, 156, .13));
    content: '';
    transform: rotate(-4deg);
}

.home-method-window {
    position: relative;
    overflow: hidden;
    border: 1px solid #dfd1e4;
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--home-shadow);
}

.home-method-window-bar {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 15px 18px;
    color: #fff;
    background: var(--home-purple-900);
}

.home-method-window-bar span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .5);
}

.home-method-window-bar strong {
    margin-left: 7px;
    font-size: 13px;
}

.home-method-row,
.home-method-formula,
.home-method-result {
    margin: 16px 20px 0;
    padding: 16px;
    border-radius: 9px;
    background: var(--home-neutral-100);
}

.home-method-row span,
.home-method-formula span,
.home-method-result span {
    display: block;
    margin-bottom: 6px;
    color: var(--home-muted);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.home-method-formula code {
    color: var(--home-purple-800);
    font-size: 15px;
}

.home-method-result {
    color: #fff;
    background: linear-gradient(135deg, var(--home-purple-800), var(--home-pink-600));
}

.home-method-result span,
.home-method-result strong {
    color: #fff;
}

.home-method-result strong {
    font-size: 24px;
}

.home-method-interpretation {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 16px 20px 20px;
    padding: 16px;
    border: 1px solid #f2d6e7;
    border-radius: 9px;
    color: #5d5364;
    background: #fff6fb;
}

.home-method-interpretation i {
    margin-top: 4px;
    color: var(--home-pink-600);
}

.home-method-interpretation p {
    margin: 0;
}

.home-method-copy > p {
    margin-top: 20px;
}

.home-method-copy ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 28px 0;
}

.home-method-copy li {
    position: relative;
    padding-left: 25px;
    color: #525265;
}

.home-method-copy li::before {
    position: absolute;
    left: 0;
    color: var(--home-pink-600);
    content: '\2713';
    font-weight: 900;
}

/* Transparência */
.home-trust {
    background: #fff;
}

.home-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.home-trust-card {
    min-height: 230px;
    padding: 27px;
    border: 1px solid var(--home-neutral-200);
    border-radius: 14px;
    background: #fff;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.home-trust-card:hover,
.home-trust-card:focus-within {
    border-color: #d9bfdc;
    box-shadow: 0 17px 40px rgba(49, 0, 71, .09);
    transform: translateY(-5px);
}

.home-trust-card > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 12px;
    color: var(--home-pink-600);
    background: var(--home-pink-100);
    font-size: 21px;
}

.home-trust-card h3 {
    margin: 22px 0 10px;
    color: var(--home-purple-900);
    font-size: 20px;
}

.home-trust-card p {
    color: var(--home-muted);
    line-height: 1.66;
}

.home-responsible-note {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 920px;
    margin: 34px auto 0;
    padding: 22px 25px;
    border: 1px solid #e9d6e7;
    border-radius: 12px;
    background: #fcf7fb;
}

.home-responsible-note i {
    color: var(--home-pink-600);
    font-size: 24px;
}

.home-responsible-note p {
    margin: 0;
    color: #585466;
}

/* FAQ */
.home-faq-new {
    background: var(--home-neutral-100);
}

.home-faq-layout {
    display: grid;
    grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
    align-items: start;
    gap: 70px;
}

.home-faq-heading {
    position: sticky;
    top: 120px;
}

.home-faq-heading > p {
    margin-top: 18px;
}

.home-faq-heading > a {
    display: inline-block;
    margin-top: 22px;
    color: var(--home-purple-800);
    font-weight: 800;
    text-decoration: underline;
}

.home-accordion {
    margin: 0;
}

.home-accordion .accordion {
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid #e1d6e5;
    border-radius: 11px;
    background: #fff;
    box-shadow: none;
}

.home-accordion .acc-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 68px;
    padding: 18px 22px;
    color: var(--home-purple-900);
    background: #fff;
}

.home-accordion .acc-btn.active {
    color: #fff;
    background: var(--home-purple-900);
}

.home-accordion .faq-question {
    padding-right: 20px;
    font-size: 17px;
}

.home-faq-toggle {
    position: relative;
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--home-neutral-100);
}

.home-faq-toggle::before,
.home-faq-toggle::after {
    position: absolute;
    top: 11px;
    left: 6px;
    width: 12px;
    height: 2px;
    background: var(--home-purple-800);
    content: '';
}

.home-faq-toggle::after {
    transform: rotate(90deg);
    transition: transform .2s ease;
}

.home-accordion .acc-btn.active .home-faq-toggle {
    background: rgba(255, 255, 255, .17);
}

.home-accordion .acc-btn.active .home-faq-toggle::before,
.home-accordion .acc-btn.active .home-faq-toggle::after {
    background: #fff;
}

.home-accordion .acc-btn.active .home-faq-toggle::after {
    transform: rotate(0);
}

.home-accordion .acc-content .text {
    padding: 20px 22px 22px;
}

.home-accordion .acc-content p {
    margin: 0;
    color: var(--home-muted);
    line-height: 1.7;
}

/* CTA */
.home-cta {
    position: relative;
    padding: 88px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 10%, rgba(255, 0, 156, .28), transparent 30%),
        linear-gradient(135deg, var(--home-purple-950), #52006f);
}

.home-cta::after {
    position: absolute;
    right: -100px;
    bottom: -180px;
    width: 420px;
    height: 420px;
    border: 70px solid rgba(255, 255, 255, .045);
    border-radius: 50%;
    content: '';
}

.home-cta-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr);
    align-items: center;
    gap: 70px;
}

.home-cta .home-eyebrow {
    color: #ff74c8;
}

.home-cta h2,
.home-cta p {
    color: #fff;
}

.home-cta p {
    max-width: 700px;
    margin: 18px 0 0;
    font-size: 18px;
    opacity: .78;
}

.home-cta-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 11px;
}

.home-button-light {
    color: var(--home-purple-900);
    background: #fff;
}

.home-button-outline-light {
    border-color: rgba(255, 255, 255, .4);
    color: #fff;
    background: transparent;
}

.home-button-outline-light:hover {
    color: var(--home-purple-900);
    background: #fff;
}

.home-cta-link {
    padding: 12px 5px;
    color: #fff;
    font-weight: 800;
    text-decoration: underline;
}

.home-cta-link:hover {
    color: #ffb1df;
}

/* Footer compartilhado */
.site-footer {
    color: rgba(255, 255, 255, .76);
    background: #190024;
}

.site-footer .footer-top {
    padding: 72px 0 58px;
    background: transparent;
}

.site-footer-grid {
    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr 1.15fr;
    gap: 48px;
}

.site-footer-title {
    margin-bottom: 22px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}

.site-footer-column p {
    color: rgba(255, 255, 255, .68);
    line-height: 1.7;
}

.site-footer-brand {
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 14px;
    border-radius: 8px;
    background: #fff;
}

.site-footer-brand img {
    max-width: 155px;
    max-height: 52px;
}

.site-footer-column li {
    margin-bottom: 11px;
}

.site-footer-column li a,
.site-footer-contact > a {
    color: rgba(255, 255, 255, .7);
    line-height: 1.45;
}

.site-footer-column li a:hover,
.site-footer-contact > a:hover {
    color: #ff78c9;
}

.site-footer-contact > a {
    display: block;
    overflow-wrap: anywhere;
    font-weight: 700;
}

.site-footer-contact i {
    margin-right: 6px;
    color: #ff5dbc;
}

.site-footer-contact .site-footer-contact-link {
    margin-top: 16px;
    color: #fff;
    text-decoration: underline;
}

.site-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.site-footer .footer-bottom {
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    background: transparent;
}

.site-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 74px;
}

.site-footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, .58);
    font-size: 14px;
}

/* Responsividade */
@media (max-width: 1199px) {
    .site-header-inner {
        gap: 18px;
    }

    .site-header-logo {
        width: 145px;
    }

    .site-header .main-menu .navigation > li > a {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 15px;
    }

    .site-header-cta {
        padding-right: 14px;
        padding-left: 14px;
    }

    .home-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(390px, .9fr);
        gap: 42px;
    }

    .home-tool-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-tool-card {
        min-height: 370px;
    }
}

@media (max-width: 991px) {
    .site-header-inner {
        min-height: 76px;
    }

    .site-header-navigation,
    .site-header-cta {
        display: none;
    }

    .site-header .mobile-nav-toggler {
        display: block;
        margin-left: auto;
    }

    .home-section {
        padding: 86px 0;
    }

    .home-hero {
        padding: 80px 0 96px;
    }

    .home-hero-grid,
    .home-methodology-grid,
    .home-cta-inner {
        grid-template-columns: 1fr;
    }

    .home-hero-grid {
        gap: 62px;
    }

    .home-hero-copy {
        max-width: 760px;
    }

    .home-hero-visual {
        width: min(100%, 650px);
        margin: 0 auto;
    }

    .home-step-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-step-grid::before {
        display: none;
    }

    .home-demo-shell,
    .home-faq-layout {
        grid-template-columns: 1fr;
    }

    .home-demo-tabs {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .home-demo-tabs button {
        text-align: center;
    }

    .home-faq-heading {
        position: static;
    }

    .home-trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-cta-actions {
        max-width: 700px;
    }

    .site-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .home-redesign .auto-container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .home-section {
        padding: 72px 0;
    }

    .home-section-heading {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 34px;
    }

    .home-section-heading h2,
    .home-centered-heading h2,
    .home-demo h2,
    .home-method-copy h2,
    .home-faq-heading h2,
    .home-cta h2 {
        font-size: clamp(30px, 9vw, 40px);
    }

    .home-hero {
        padding: 62px 0 78px;
    }

    .home-hero-copy h1 {
        font-size: clamp(39px, 11.5vw, 54px);
    }

    .home-hero-lead {
        font-size: 18px;
    }

    .home-action-row,
    .home-cta-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .home-button {
        width: 100%;
    }

    .home-result-panel {
        padding: 22px 17px;
    }

    .home-panel-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-panel-metrics {
        grid-template-columns: 1fr;
    }

    .home-calculator-fields {
        grid-template-columns: 1fr;
    }

    .home-calculator-field:first-child {
        grid-column: auto;
    }

    .home-mini-chart {
        gap: 16px;
    }

    .home-chart-bar {
        width: 54px;
    }

    .home-tool-grid,
    .home-step-grid,
    .home-choice-grid,
    .home-trust-grid,
    .site-footer-grid {
        grid-template-columns: 1fr;
    }

    .home-tool-card {
        min-height: 0;
    }

    .home-choice-grid a {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .home-choice-grid i {
        display: none;
    }

    .home-demo-intro,
    .home-demo-panels {
        padding: 32px 20px;
    }

    .home-demo-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-demo-panel {
        min-height: 0;
        padding: 24px 18px;
    }

    .home-demo-panel dl div {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .home-method-visual {
        padding: 10px 0;
    }

    .home-method-copy ul {
        grid-template-columns: 1fr;
    }

    .home-responsible-note {
        align-items: flex-start;
    }

    .home-accordion .acc-btn {
        padding: 17px 16px;
    }

    .home-cta {
        padding: 70px 0;
    }

    .site-footer .footer-top {
        padding: 58px 0 42px;
    }

    .site-footer-grid {
        gap: 34px;
    }

    .site-footer-bottom {
        align-items: flex-start;
        padding: 22px 0;
        flex-direction: column;
    }
}

@media (max-width: 390px) {
    .home-redesign .auto-container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .home-hero-copy h1 {
        font-size: 38px;
    }

    .home-trust-line {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-chart-bar {
        width: 46px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-redesign *,
    .site-header * {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* HOME FINAL REFINEMENT */
.site-header-inner {
    min-height: 96px;
}

.site-header-logo {
    width: 178px;
}

.site-header-logo img {
    max-height: 64px;
}

.site-header .main-menu .navigation > li > a {
    min-height: 58px;
    padding: 36px 15px 32px;
    font-size: 17px;
}

.site-header .main-menu .navigation > li > a::after {
    right: 15px;
    bottom: 24px;
    left: 15px;
    height: 4px;
}

.site-header .main-menu .navigation > li.current > a {
    font-weight: 900;
}

.site-header-cta {
    min-height: 52px;
    padding: 15px 22px;
    font-size: 16px;
}

.site-header a:focus-visible,
.site-header button:focus-visible,
.site-footer a:focus-visible,
.site-footer button:focus-visible {
    outline: 3px solid #ff2aaa;
    outline-offset: 4px;
}

.mobile-menu {
    width: min(360px, 92vw);
    padding-right: 0;
}

.mobile-menu .menu-box {
    background: #250035;
}

.mobile-menu .nav-logo {
    padding: 42px 26px 34px;
}

.mobile-menu .nav-logo img {
    max-width: 165px;
    padding: 9px 12px;
    border-radius: 7px;
    background: #fff;
}

.mobile-menu .navigation li > a {
    min-height: 54px;
    padding: 16px 28px;
    font-size: 17px;
}

.mobile-menu .close-btn {
    top: 17px;
    right: 18px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 50%;
    font-size: 19px;
}

.mobile-menu .contact-info {
    padding-right: 28px;
    padding-left: 28px;
}

.home-hero {
    padding-top: 116px;
    padding-bottom: 124px;
}

.home-hero-grid {
    grid-template-columns: minmax(0, 1.16fr) minmax(420px, .84fr);
    gap: 62px;
}

.home-hero-copy {
    max-width: 735px;
}

.home-hero-copy h1 {
    font-size: clamp(50px, 4.8vw, 68px);
    line-height: 1.04;
}

.home-hero-lead {
    max-width: 690px;
    font-size: 21px;
    line-height: 1.72;
}

.home-action-row {
    gap: 15px;
    margin-top: 38px;
}

.home-result-panel {
    padding: 34px;
    border-color: rgba(70, 0, 96, .18);
}

.home-panel-heading div > span {
    color: #b80070;
    font-size: 13px;
}

.home-panel-heading div > strong {
    font-size: 24px;
}

.home-panel-status {
    border: 1px solid #b8ddc1;
    color: #244d31;
    font-size: 13px;
}

.home-panel-metrics {
    align-items: stretch;
    gap: 14px;
}

.home-panel-metrics > div {
    display: flex;
    min-height: 86px;
    padding: 17px;
    justify-content: center;
    flex-direction: column;
}

.home-panel-metrics span {
    color: #565668;
    font-size: 14px;
}

.home-panel-metrics strong {
    font-size: 20px;
}

.home-mini-chart {
    height: 205px;
    padding-right: 24px;
    padding-left: 24px;
}

.home-panel-note {
    color: #555466;
    font-size: 13px;
}

.home-tool-card {
    min-height: 430px;
    padding: 31px 27px 28px;
}

.home-tool-card h3 {
    font-size: 24px;
}

.home-tool-card > p {
    color: #57586a;
    font-size: 16px;
}

.home-tool-question {
    padding: 16px;
    border: 1px solid #e5dbe9;
    color: #444456;
    font-size: 15px;
}

.home-tool-question span,
.home-tool-status {
    font-size: 13px;
}

.home-tool-link {
    min-height: 48px;
    font-size: 16px;
}

.home-tool-link:focus-visible {
    border-radius: 5px;
    outline: 3px solid var(--card-to);
    outline-offset: 4px;
}

.home-step-grid::before {
    height: 3px;
}

.home-step-card {
    min-height: 294px;
    padding: 30px 24px;
}

.home-step-icon {
    width: 70px;
    height: 70px;
    font-size: 26px;
}

.home-step-card h3 {
    font-size: 21px;
}

.home-step-card p {
    color: #57586a;
    font-size: 16px;
}

.home-choice-grid a {
    min-height: 112px;
    padding: 20px 24px;
}

.home-choice-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 12px;
    color: #fff;
    background: rgba(255, 255, 255, .12);
    font-size: 20px;
}

.home-choice-copy {
    min-width: 0;
    color: #fff;
}

.home-choice-copy strong,
.home-choice-copy small {
    display: block;
}

.home-choice-copy strong {
    color: #fff;
    font-size: 18px;
}

.home-choice-copy small {
    margin-top: 7px;
    color: #ffb4df;
    font-size: 14px;
    font-weight: 700;
}

.home-choice-action {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    margin-top: 7px;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.home-choice-grid a:focus-visible {
    outline: 3px solid #ff7bca;
    outline-offset: 4px;
}

.home-demo-tabs button {
    position: relative;
    min-height: 52px;
    padding: 14px 17px;
    font-size: 16px;
}

.home-demo-tabs button[aria-selected="true"] {
    padding-right: 106px;
    border-width: 2px;
}

.home-demo-tabs button[aria-selected="true"]::after {
    position: absolute;
    top: 50%;
    right: 13px;
    padding: 3px 7px;
    border-radius: 99px;
    color: #fff;
    background: #7a218f;
    content: 'Selecionada';
    font-size: 10px;
    letter-spacing: .04em;
    text-transform: uppercase;
    transform: translateY(-50%);
}

.home-demo-tabs button:focus-visible {
    outline: 3px solid #ff72c6;
    outline-offset: 3px;
}

.home-demo-panels {
    padding: 52px;
}

.home-demo-panel {
    padding: 36px;
}

.home-demo-panel-eyebrow {
    color: #b80070;
    font-size: 13px;
}

.home-demo-panel dd {
    color: #57586a;
    font-size: 16px;
    line-height: 1.65;
}

.home-method-window-bar {
    padding: 17px 20px;
}

.home-method-window-bar strong,
.home-method-row span,
.home-method-formula span,
.home-method-result span {
    font-size: 13px;
}

.home-method-row,
.home-method-formula,
.home-method-result {
    margin-top: 18px;
    padding: 18px;
}

.home-method-formula {
    border: 1px solid #ddd0e2;
    background: #fff;
}

.home-method-formula code {
    font-size: 16px;
}

.home-method-interpretation {
    padding: 18px;
    font-size: 16px;
    line-height: 1.65;
}

.home-method-copy {
    max-width: 610px;
}

.home-method-copy li {
    padding: 12px 12px 12px 28px;
    border-radius: 7px;
    background: rgba(255, 255, 255, .65);
    font-size: 16px;
}

.home-method-copy li::before {
    top: 12px;
    left: 8px;
}

.home-editorial-trust {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 25px;
    margin-top: 62px;
    padding: 34px 38px;
    border: 1px solid #dfd0e4;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(49, 0, 71, .08);
}

.home-editorial-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(135deg, var(--home-purple-800), var(--home-pink-600));
    font-size: 25px;
}

.home-editorial-copy {
    max-width: 900px;
}

.home-editorial-copy h2 {
    margin: 0 0 16px;
    color: var(--home-purple-900);
    font-size: clamp(27px, 3vw, 36px);
    line-height: 1.2;
}

.home-editorial-copy > p {
    margin-bottom: 10px;
    color: #555668;
    font-size: 16px;
    line-height: 1.72;
}

.home-editorial-copy nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    margin-top: 20px;
}

.home-editorial-copy nav a {
    min-height: 38px;
    color: var(--home-purple-800);
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.home-editorial-copy nav a:focus-visible {
    border-radius: 4px;
    outline: 3px solid var(--home-pink-500);
    outline-offset: 3px;
}

.home-trust-grid {
    gap: 22px;
}

.home-trust-card {
    min-height: 250px;
    padding: 30px;
}

.home-trust-card > span {
    width: 58px;
    height: 58px;
    color: #b5006d;
    font-size: 24px;
}

.home-trust-card h3 {
    font-size: 22px;
}

.home-trust-card p {
    color: #57586a;
    font-size: 16px;
}

.home-faq-layout {
    grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
    gap: 62px;
}

.home-accordion .acc-btn {
    min-height: 74px;
    padding: 20px 24px;
}

.home-accordion .faq-question {
    font-size: 18px;
    line-height: 1.45;
}

.home-faq-toggle {
    width: 28px;
    height: 28px;
}

.home-faq-toggle::before,
.home-faq-toggle::after {
    top: 13px;
    left: 7px;
    width: 14px;
}

.home-accordion .acc-content .text {
    padding: 22px 24px 25px;
}

.home-accordion .acc-content p {
    color: #565668;
    font-size: 16px;
}

.home-accordion .acc-btn:focus-visible {
    outline: 3px solid #ff159f;
    outline-offset: -3px;
}

.home-cta {
    padding: 96px 0;
}

.home-cta-inner {
    gap: 80px;
}

.home-cta p {
    color: rgba(255, 255, 255, .84);
    opacity: 1;
}

.home-button-outline-light {
    border-color: rgba(255, 255, 255, .7);
}

.site-footer .footer-top {
    padding-top: 80px;
    padding-bottom: 64px;
}

.site-footer-grid {
    gap: 54px;
}

.site-footer-title {
    padding-bottom: 11px;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    font-size: 19px;
}

.mobile-menu .contact-info .mobile-menu-contact-title {
    position: relative;
    margin-bottom: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.site-footer-column p,
.site-footer-column li a,
.site-footer-contact > a {
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
}

.site-footer-column li {
    margin-bottom: 13px;
}

.site-footer-brand {
    padding: 12px 16px;
}

.site-footer-brand img {
    max-width: 165px;
}

.site-footer-bottom {
    min-height: 82px;
}

.site-footer-bottom p {
    color: rgba(255, 255, 255, .72);
    font-size: 15px;
}

.site-footer-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
}

.site-footer-legal a {
    min-height: 38px;
    color: rgba(255, 255, 255, .82);
    font-size: 15px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.site-footer-legal a:hover {
    color: #ff78c9;
}

.scroll-top.style-one {
    position: fixed;
    right: 24px;
    bottom: -72px;
    left: auto;
    top: auto;
    transform: none;
    width: 46px;
    height: 46px;
    line-height: 46px;
    z-index: 999;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    box-shadow: 0 8px 24px rgba(45, 0, 75, .28);
    transition: bottom .3s ease, opacity .3s ease, visibility .3s ease, box-shadow .2s ease;
}

.scroll-top.style-one.open {
    bottom: 24px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.scroll-top.style-one:hover {
    box-shadow: 0 10px 28px rgba(45, 0, 75, .4);
}

.scroll-top.style-one:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 3px;
}

@media (min-width: 1280px) {
    .home-redesign .auto-container {
        max-width: 1280px;
    }
}

@media (max-width: 1100px) {
    .site-header-inner {
        min-height: 84px;
    }

    .site-header-navigation,
    .site-header-cta {
        display: none;
    }

    .site-header .mobile-nav-toggler {
        display: block;
        margin-left: auto;
    }

    .home-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(390px, .86fr);
        gap: 40px;
    }

    .home-hero-copy h1 {
        font-size: clamp(46px, 5.2vw, 58px);
    }
}

@media (max-width: 991px) {
    .home-hero-grid {
        grid-template-columns: 1fr;
        gap: 58px;
    }

    .home-demo-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-demo-tabs button {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .site-header-inner {
        min-height: 78px;
    }

    .site-header-logo {
        width: 155px;
    }

    .home-hero {
        padding-top: 70px;
        padding-bottom: 84px;
    }

    .home-hero-copy h1 {
        font-size: clamp(39px, 11vw, 50px);
        line-height: 1.08;
    }

    .home-result-panel {
        padding: 24px 19px;
    }

    .home-panel-metrics > div {
        min-height: 78px;
    }

    .home-tool-card,
    .home-step-card,
    .home-trust-card {
        min-height: 0;
    }

    .home-choice-grid a {
        grid-template-columns: auto minmax(0, 1fr);
        min-height: 122px;
    }

    .home-choice-grid > a > .fa-arrow-right {
        display: none;
    }

    .home-demo-panels {
        padding: 30px 18px;
    }

    .home-demo-tabs button[aria-selected="true"] {
        padding-right: 17px;
    }

    .home-demo-tabs button[aria-selected="true"]::after {
        position: static;
        display: block;
        width: max-content;
        margin-top: 6px;
        transform: none;
    }

    .home-method-row,
    .home-method-formula,
    .home-method-result,
    .home-method-interpretation {
        margin-right: 14px;
        margin-left: 14px;
    }

    .home-editorial-trust {
        grid-template-columns: 1fr;
        margin-top: 44px;
        padding: 28px 22px;
    }

    .home-faq-layout {
        gap: 34px;
    }

    .scroll-top.style-one {
        right: 14px;
        width: 42px;
        height: 42px;
        line-height: 42px;
    }

    .scroll-top.style-one.open {
        bottom: 14px;
    }

    .site-footer-legal {
        flex-direction: column;
        gap: 4px;
    }
}

@media (max-width: 520px) {
    .home-demo-tabs {
        grid-template-columns: 1fr;
    }

    .home-choice-icon {
        width: 46px;
        height: 46px;
    }
}

/* Global FAQ accordion */
.site-faq {
    display: grid;
    gap: 14px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
}

.site-faq,
.site-faq *,
.site-faq *::before,
.site-faq *::after {
    box-sizing: border-box;
}

.site-faq__item {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e4dfea;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(43, 22, 54, 0.06);
}

.site-faq__heading {
    width: 100%;
    min-width: 0;
    margin: 0;
}

.site-faq__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 68px;
    padding: 18px 22px;
    border: 0;
    background: #fff;
    color: #2b1636;
    font: inherit;
    font-weight: 700;
    line-height: 1.45;
    text-align: left;
    white-space: normal;
    cursor: pointer;
    transition: background-color 180ms ease, color 180ms ease;
}

.site-faq__trigger:hover,
.site-faq__trigger:focus-visible {
    background: #f6f1f8;
}

.site-faq__trigger:focus-visible {
    outline: 3px solid #f2b705;
    outline-offset: -3px;
}

.site-faq__trigger[aria-expanded="true"] {
    background: #3f005e;
    color: #fff;
}

.site-faq__question {
    flex: 1 1 auto;
    min-width: 0;
    overflow-wrap: anywhere;
    white-space: normal;
}

.site-faq__icon {
    display: inline-grid;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
}

.site-faq__panel[hidden] {
    display: none;
}

.site-faq__panel {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    transform: none;
}

.site-faq__answer {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 20px 22px 22px;
    color: #5f5664;
    overflow-wrap: anywhere;
}

.site-faq__answer p {
    margin: 0;
}

@media (max-width: 767px) {
    .home-faq-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-faq-layout > *,
    .home-faq-new .auto-container,
    .home-faq-new .site-faq {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .site-faq {
        gap: 10px;
    }

    .site-faq__trigger {
        min-height: 60px;
        padding: 16px;
    }

    .site-faq__answer {
        padding: 16px;
    }
}

/* Mobile containment shared by the reusable project base */
@media (max-width: 900px) {
    .home-faq-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-faq-heading {
        position: static;
        min-width: 0;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .home-redesign .home-hero-grid > *,
    .home-redesign .home-tool-grid > *,
    .home-redesign .home-step-grid > *,
    .home-redesign .home-choice-grid > *,
    .home-redesign .home-demo-shell > *,
    .home-redesign .home-methodology-grid > *,
    .home-redesign .home-trust-grid > *,
    .home-redesign .home-cta-inner > *,
    .site-footer-grid > * {
        min-width: 0;
    }

    .home-action-row,
    .home-cta-actions {
        align-items: stretch;
        width: 100%;
    }

    .home-action-row .home-button,
    .home-cta-actions .home-button,
    .home-cta-actions .home-cta-link {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    .site-footer-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .site-footer-column,
    .site-footer-column a,
    .site-footer-column p {
        min-width: 0;
        overflow-wrap: anywhere;
    }
}
