/* inove.menu — estilos do site */

.work-icon-num {
    font-size: 30px;
    background: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 10px;
    border: 2px solid #309255;
    color: #309255;
    font-weight: 700;
    display: grid;
    align-content: center;
    margin: 0;
}
.section-badge.sub-title {
    font-size: 17px;
    color: #fff;
    background: #309255;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
    padding: 0 10px;
}
.hero-cta-btn {
    font-size: 18px;
    font-weight: 700;
}
#faq.section {
    padding-bottom: 150px;
}
.calc-section .section-title {
    margin-bottom: 50px;
    margin-top: 30px;
}
.calc-quadro-title {
    font-size: 17px;
    color: #fff;
}
.calc-results-main .calc-quadro-title { margin-bottom: 5px; }
.calc-results-value.calc-value-shine {
    font-weight: 600;
    font-size: 45px;
}
.calc-btn-pdf-full {
    width: 100%;
    padding: 0.75rem 2rem;
}
.work-content .title + p { max-width: 90%; }

.btn-shake-every-3s {
    animation: btn-shake 3s ease-in-out infinite;
}
@keyframes btn-shake {
    0%, 100% { transform: translateX(0); }
    1.5% { transform: translateX(-10px); }
    3% { transform: translateX(10px); }
    4.5% { transform: translateX(-8px); }
    6% { transform: translateX(8px); }
    7.5% { transform: translateX(-5px); }
    9% { transform: translateX(5px); }
    10.5% { transform: translateX(-2px); }
    12% { transform: translateX(0); }
    13%, 100% { transform: translateX(0); }
}

.qr-shine-wrap {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 10px;
}
.qr-shine-wrap::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -150%;
    width: 80%;
    height: 200%;
    background: linear-gradient(105deg, transparent 0%, transparent 30%, rgba(255,255,255,0.08) 38%, rgba(255,255,255,0.25) 42%, rgba(255,255,255,0.5) 48%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.5) 52%, rgba(255,255,255,0.25) 58%, rgba(255,255,255,0.08) 62%, transparent 70%, transparent 100%);
    animation: qr-shine 2.5s ease-in-out infinite;
    pointer-events: none;
}
@keyframes qr-shine {
    0% { left: -150%; }
    100% { left: 250%; }
}

.lang-select-wrap { position: relative; display: inline-block; }
.lang-select-trigger { display: flex; align-items: center; gap: 6px; padding: 6px 10px; border: 1px solid #e2e8f0; border-radius: 20px; background: #fff; cursor: pointer; font-size: 0.85rem; color: #4a5568; min-width: 0; }
.lang-select-trigger:hover { border-color: #309255; color: #1a3d2e; }
.lang-select-trigger .lang-flag { width: 22px; height: 22px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.lang-select-trigger .lang-select-label { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 90px; }
.lang-select-trigger::after { content: ""; width: 0; height: 0; margin-left: 4px; border: 4px solid transparent; border-top-color: currentColor; }
.lang-select-dropdown { position: absolute; top: 100%; left: 0; margin-top: 4px; min-width: 100%; background: #fff; border-radius: 10px; box-shadow: 0 8px 24px rgba(0,0,0,0.12); border: 1px solid #e2e8f0; z-index: 1000; overflow: hidden; }
.lang-select-dropdown[hidden] { display: none !important; }
.lang-select-option { display: flex; align-items: center; gap: 8px; width: 100%; padding: 10px 12px; border: none; background: none; cursor: pointer; font-size: 0.9rem; color: #334155; text-align: left; transition: background .15s; }
.lang-select-option:hover { background: rgba(48,146,85,0.08); color: #1a3d2e; }
.lang-select-option .lang-flag { width: 22px; height: 22px; border-radius: 50%; object-fit: cover; }
.lang-flag { width: 22px; height: 22px; border-radius: 50%; object-fit: cover; display: block; }
.lang-switcher-header { margin-right: 1rem; }
.lang-switcher-mobile { padding: 0 20px 15px; justify-content: center; }
.lang-switcher-footer { margin-bottom: 1rem; }
.lang-switcher-footer .lang-select-dropdown { top: auto; bottom: 100%; margin-top: 0; margin-bottom: 4px; }

.whatsapp-float { position: fixed; bottom: 24px; right: 24px; width: 56px; height: 56px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 14px rgba(37,211,102,0.45); z-index: 999; transition: transform .2s, box-shadow .2s; }
.whatsapp-float:hover { transform: scale(1.08); box-shadow: 0 6px 20px rgba(37,211,102,0.5); }
.whatsapp-float svg { width: 32px; height: 32px; display: block; flex-shrink: 0; }

#como-funciona, #calculadora-economia, #comparativa, #faq { scroll-margin-top: 100px; }

@media (max-width: 767px) {
    .slider-section .container { display: flex; flex-direction: column; align-items: center; }
    .slider-section .slider-content { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; }
    .slider-section .slider-content .main-title { order: 1; text-align: center !important; font-size: 33px !important; width: 100%; margin-bottom: 0.5rem; }
    .slider-section .slider-content p { margin-top: 0; order: 2; text-align: center !important; width: 100%; margin-bottom: 1rem; }
    .slider-section .slider-content > img { order: 3; margin: 0 auto 5px !important; }
    .slider-section .slider-content .sub-title { order: 3; text-align: center !important; font-size: 12px; width: fit-content; margin: 0 auto; }
    .slider-section .slider-images { width: 100% !important; margin-top: 10px !important; justify-content: center !important; }
    .slider-section .slider-images .images { display: flex !important; flex-direction: column; gap: 15px !important; margin: 0 auto !important; align-items: center; }
    .slider-section .slider-images .btn { order: 2; width: 100%; }
    .slider-section .slider-images .qr-shine-wrap { order: 2; }
}

/* Calculadora */
.calc-section { padding: 4rem 0; background: linear-gradient(180deg, #f8fbf9 0%, #fff 100%); }
.calc-wrap { max-width: 960px; margin: 0 auto; }
.calc-toggle-wrap { text-align: center; margin-bottom: 1rem; }
.calc-btn-advanced { font-size: 0.8rem; padding: 0.4rem 0.9rem; border-radius: 20px; border: 1px solid #309255; background: #fff; color: #309255; cursor: pointer; font-weight: 600; transition: background .2s, color .2s; }
.calc-btn-advanced:hover { background: #309255; color: #fff; }
.calc-btn-advanced[aria-expanded="true"] { background: #309255; color: #fff; }
.calc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; margin-bottom: 2rem; }
.calc-grid-advanced { margin-top: 1rem; }
.calc-card { background: #fff; border-radius: 12px; padding: 1.5rem; box-shadow: 0 4px 20px rgba(48,146,85,0.08); border: 1px solid rgba(48,146,85,0.12); }
.calc-card-title { font-size: 1rem; font-weight: 700; color: #1a3d2e; margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 2px solid #309255; }
.calc-field { margin-bottom: 1rem; }
.calc-field label { display: block; font-size: 0.8rem; font-weight: 600; color: #4a5568; margin-bottom: 0.35rem; }
.calc-field input[type="number"] { width: 100%; padding: 0.6rem 0.75rem; border: 1px solid #e2e8f0; border-radius: 8px; font-size: 0.95rem; transition: border-color .2s; }
.calc-field input[type="number"]:focus { outline: none; border-color: #309255; box-shadow: 0 0 0 3px rgba(48,146,85,0.15); }
.calc-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.calc-check { margin-bottom: 0; }
.calc-check-label { display: flex; align-items: center; gap: 0.5rem; font-size: 0.9rem; cursor: pointer; }
.calc-check-label input { width: auto; }
.calc-results { background: linear-gradient(135deg, #1a3d2e 0%, #2d5a45 100%); border-radius: 16px; padding: 1.75rem 2rem; color: #fff; margin-bottom: 2rem; box-shadow: 0 10px 40px rgba(26,61,46,0.25); }
.calc-results-inner { display: grid; grid-template-columns: 1fr 1.2fr; gap: 2rem; align-items: start; }
@media (max-width: 768px) { .calc-results-inner { grid-template-columns: 1fr; } .calc-results-right .calc-results-main { text-align: center; } }
.calc-quadro-title { font-size: 1rem; font-weight: 700; margin-bottom: 1rem; padding-bottom: 0.5rem; }
.calc-quadro-atual .calc-field label { color: rgba(255,255,255,0.95); }
.calc-quadro-atual .calc-field input[type="number"] { background: rgba(255,255,255,0.95); border-color: rgba(255,255,255,0.5); color: #1a3d2e; }
.calc-quadro-atual .calc-field input[type="number"]:focus { border-color: #fff; box-shadow: 0 0 0 2px rgba(255,255,255,0.4); }
.calc-results-right { min-width: 0; }
.calc-results-right .calc-results-main { text-align: left; }
.calc-results-main { margin-bottom: 1.25rem; }
.calc-results-main-title { margin-bottom: 5px; }
.calc-results-main .calc-results-value { font-size: clamp(1.75rem, 4vw, 2.5rem); }
.calc-results-label { font-size: 0.85rem; opacity: 0.9; margin-bottom: 0.25rem; }
.calc-results-value { font-size: 2.25rem; font-weight: 800; margin: 0; letter-spacing: -0.02em; }
.calc-value-shine {
    background: linear-gradient(90deg, #8ee68a 0%, #b2ff9f 15%, #e8ffe5 35%, #b2ff9f 50%, #e8ffe5 65%, #b2ff9f 85%, #8ee68a 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    animation: calc-text-shine 3s linear infinite;
}
@keyframes calc-text-shine { to { background-position: 200% center; } }
.calc-results-desc { font-size: 0.75rem; opacity: 0.85; max-width: 100%; margin: 0.5rem 0 0; line-height: 1.4; }
.calc-results-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; }
@media (max-width: 768px) { .calc-results-cols { grid-template-columns: 1fr; } }
.calc-results-item { background: rgba(255,255,255,0.12); border-radius: 10px; padding: 0.75rem 0.5rem; text-align: center; }
.calc-results-item-label { font-size: 0.7rem; opacity: 0.9; margin-bottom: 0.2rem; }
.calc-results-item-value { font-size: 1.1rem; font-weight: 700; margin: 0; }
.calc-advanced { margin-bottom: 2rem; }
.calc-dre { background: #fff; border-radius: 12px; padding: 1.5rem; box-shadow: 0 4px 20px rgba(0,0,0,0.06); border: 1px solid #e2e8f0; }
.calc-dre-title { font-size: 1.1rem; font-weight: 700; color: #1a3d2e; margin-bottom: 1rem; }
.calc-dre-table-wrap { overflow-x: auto; margin-bottom: 1.5rem; }
.calc-dre-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.calc-dre-table th, .calc-dre-table td { padding: 0.75rem 1rem; text-align: left; border-bottom: 1px solid #e2e8f0; }
.calc-dre-table th { background: #f7fafc; font-weight: 700; color: #2d3748; }
.calc-dre-table .calc-dre-total { font-weight: 700; background: #f0fff4; }
.calc-dre-table .calc-dre-total td { border-bottom: none; color: #1a3d2e; }

@media (max-width: 767px) {
    .calc-dre-table-wrap { overflow: visible; }
    .calc-dre-table { display: block; min-width: 0; }
    .calc-dre-table thead { display: none; }
    .calc-dre-table tbody { display: block; }
    .calc-dre-table tr { display: block; margin-bottom: 0.75rem; border: 1px solid #e2e8f0; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,0.06); }
    .calc-dre-table td { display: block; padding: 0.5rem 1rem; border-bottom: 1px solid #f1f5f9; }
    .calc-dre-table td:last-child { border-bottom: none; }
    .calc-dre-table td::before { content: attr(data-label); font-weight: 600; color: #475569; display: block; font-size: 0.75rem; margin-bottom: 0.2rem; }
    .calc-dre-table td:first-child::before { font-size: 0.85rem; color: #1a3d2e; }
    .calc-dre-table .calc-dre-total td { background: #f0fff4; border-bottom: 1px solid #c6f6d5; }
    .calc-dre-table .calc-dre-total td:last-child { border-bottom: none; }
}
.calc-actions { text-align: center; }
.calc-actions .btn { padding: 0.75rem 2rem; border-radius: 8px; }

/* Comparativa */
.compare-section { background: linear-gradient(180deg, #f8fafc 0%, #fff 100%); }
.compare-table-wrap { margin: 0 auto; width: 100%; max-width: 100%; border-radius: 12px; box-shadow: 0 4px 24px rgba(0,0,0,0.08); border: 1px solid #e2e8f0; overflow: hidden; }
.compare-table { display: table; width: 100%; min-width: 0; border-collapse: collapse; background: #fff; table-layout: fixed; }
.compare-table thead { display: table-header-group; }
.compare-table tbody { display: table-row-group; }
.compare-table tr { display: table-row; }
.compare-table th, .compare-table td { display: table-cell; padding: 20px 16px 5px; text-align: left; vertical-align: top; border-bottom: 1px solid #e2e8f0; }
.compare-table thead th { background: #1a3d2e; color: #fff; font-weight: 700; font-size: 0.95rem; }
.compare-table .compare-th-criteria { width: 26%; min-width: 140px; }
.compare-table .compare-th-human { width: 37%; background: #f8fafc; color: #475569; }
.compare-table .compare-th-inove { width: 37%; background: rgba(48,146,85,0.12); color: #1a3d2e; }
.compare-th-inove-inner { display: flex; align-items: center; gap: 8px; }
.compare-th-logo { width: 20px; height: 20px; object-fit: contain; display: block; }
.compare-table tbody tr:hover { background: #fafafa; }
.compare-table .compare-criteria { font-weight: 600; color: #1a3d2e; }
.compare-cell { display: flex; align-items: flex-start; gap: 12px; }
.compare-icon-wrap { flex-shrink: 0; width: 32px; height: 32px; min-width: 32px; min-height: 32px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; }
.compare-icon-wrap.compare-check { color: #309255; background: rgba(48,146,85,0.18); }
.compare-icon-wrap.compare-times { color: #dc3545; background: rgba(220,53,69,0.12); }
.compare-icon-wrap svg { width: 16px; height: 16px; }
.compare-desc { flex: 1; min-width: 0; font-size: 0.9rem; color: #475569; line-height: 1.5; margin: 0; padding: 0; }

@media (max-width: 767px) {
    .compare-table-wrap { overflow: visible; box-shadow: none; border: none; }
    .compare-table { display: block; }
    .compare-table thead { display: none; }
    .compare-table tbody { display: block; }
    .compare-table tr { display: block; margin-bottom: 1rem; border: 1px solid #e2e8f0; border-radius: 12px; overflow: hidden; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
    .compare-table td { display: block; padding: 12px 1rem; border-bottom: 1px solid #f1f5f9; }
    .compare-table td:last-child { border-bottom: none; }
    .compare-table .compare-criteria { padding: 1rem; font-size: 1rem; background: #f8fafc; border-bottom: 1px solid #e2e8f0; }
    .compare-table .compare-criteria::before { display: none; }
    .compare-table .compare-cell { flex-direction: row; padding-top: 0.5rem; padding-bottom: 0.5rem; }
    .compare-table .compare-cell::before { content: attr(data-label); font-weight: 700; font-size: 0.8rem; color: #1a3d2e; flex: 0 0 auto; min-width: 100px; margin-bottom: 0.25rem; display: block; }
    .compare-table .compare-cell { flex-wrap: wrap; }
    .compare-table .compare-cell::before { width: 100%; margin-bottom: 0.35rem; }
    .compare-table .compare-desc { width: 100%; padding-left: 44px; }
}
@media (min-width: 992px) {
    .compare-table .compare-th-criteria { min-width: 140px; }
}

/* FAQ */
.faq-list { max-width: 100%; margin: 0 auto; }
.faq-item { border: 1px solid #e2e8f0; border-radius: 10px; margin-bottom: 0.75rem; overflow: hidden; background: #fff; }
.faq-question { padding: 1rem 1.25rem; font-weight: 600; color: #1a3d2e; cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; }
.faq-question::-webkit-details-marker { display: none; }
.faq-question::after { content: "+"; font-size: 1.25rem; color: #309255; }
.faq-item[open] .faq-question::after { content: "−"; }
.faq-answer { padding: 1.25rem 1rem; color: #64748b; line-height: 1.6; border-top: 1px solid #f1f5f9; }
