/* ===== Página Cercas & Madeira ===== */

.section-eyebrow {
    display: inline-block;
    padding: 0.35rem 1rem;
    margin-bottom: 1rem;
    background: rgba(242, 135, 5, 0.1);
    border: 1px solid rgba(242, 135, 5, 0.2);
    border-radius: 50px;
    color: var(--accent-orange);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.section-eyebrow--light {
    background: rgba(242, 226, 5, 0.1);
    border-color: rgba(242, 226, 5, 0.2);
    color: var(--primary-yellow);
}

/* ---- Hero ---- */

.cerca-hero {
    position: relative;
    padding: 140px 0 72px;
    background: #0d0d0d;
    overflow: hidden;
    min-height: 520px;
    display: flex;
    align-items: flex-end;
}

.cerca-hero-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(115deg, rgba(13, 13, 13, 0.94) 0%, rgba(13, 13, 13, 0.72) 45%, rgba(13, 13, 13, 0.88) 100%),
        url('produtos/431776956_0.jpg') center/cover no-repeat;
    pointer-events: none;
    transform: scale(1.02);
    transition: transform 8s ease-out;
}

.cerca-hero.is-loaded .cerca-hero-bg {
    transform: scale(1);
}

.cerca-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 85% 15%, rgba(242, 135, 5, 0.22) 0%, transparent 48%),
        radial-gradient(ellipse at 10% 85%, rgba(242, 226, 5, 0.08) 0%, transparent 42%);
    pointer-events: none;
}

.cerca-hero .container {
    position: relative;
    z-index: 2;
}

.cerca-hero-layout {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 2.5rem;
    align-items: end;
}

.cerca-hero-copy {
    max-width: 640px;
}

.cerca-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.82rem;
    margin-bottom: 1.25rem;
    color: rgba(255, 255, 255, 0.5);
}

.cerca-breadcrumb a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.2s ease;
}

.cerca-breadcrumb a:hover {
    color: var(--primary-yellow);
}

.cerca-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 1rem;
    margin-bottom: 1rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
}

.cerca-hero-badge .status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #25D366;
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    animation: cerca-status-pulse 2s infinite;
}

.cerca-hero-badge.is-closed .status-dot {
    background: #888;
    animation: none;
    box-shadow: none;
}

@keyframes cerca-status-pulse {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); }
    70% { box-shadow: 0 0 0 8px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

.cerca-hero-title {
    font-size: clamp(2rem, 4.5vw, 3.1rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.12;
    letter-spacing: -0.03em;
    margin-bottom: 1rem;
}

.cerca-hero-title span {
    background: linear-gradient(135deg, var(--primary-yellow), var(--accent-orange));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cerca-hero-subtitle {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.7;
    margin-bottom: 1.25rem;
}

.cerca-hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.cerca-hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.85rem;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.82);
}

.cerca-hero-pill i {
    color: var(--primary-yellow);
    font-size: 0.72rem;
}

.cerca-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.cerca-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem 1.4rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.92rem;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.cerca-hero-btn--primary {
    background: #25D366;
    color: #fff;
    box-shadow: 0 6px 24px rgba(37, 211, 102, 0.35);
}

.cerca-hero-btn--primary:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 32px rgba(37, 211, 102, 0.45);
}

.cerca-hero-btn--ghost {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.cerca-hero-btn--ghost:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.cerca-hero-panel {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 1.5rem;
    backdrop-filter: blur(12px);
}

.cerca-hero-panel-label {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 1rem;
}

.cerca-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
}

.cerca-hero-stat {
    text-align: center;
    padding: 0.85rem 0.5rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
}

.cerca-hero-stat strong {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--primary-yellow);
    line-height: 1.1;
    margin-bottom: 0.25rem;
}

.cerca-hero-stat span:last-child {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.3;
}

.cerca-hero-panel-note {
    margin: 1rem 0 0;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.5;
}

.cerca-hero-panel-note i {
    color: var(--accent-orange);
    margin-right: 0.35rem;
}

/* ---- Nav sticky ---- */

.cerca-nav-wrap {
    position: sticky;
    top: var(--header-height, 72px);
    z-index: 90;
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(12px);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}

.cerca-nav {
    display: flex;
    gap: 0.35rem;
    padding: 0.65rem 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.cerca-nav::-webkit-scrollbar {
    display: none;
}

.cerca-nav-link {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 1.1rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--dark-gray);
    text-decoration: none;
    border: 1px solid transparent;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.cerca-nav-link i {
    font-size: 0.78rem;
    opacity: 0.7;
}

.cerca-nav-link:hover {
    color: var(--accent-orange);
    background: rgba(242, 135, 5, 0.06);
}

.cerca-nav-link.is-active {
    background: var(--accent-orange);
    color: #fff;
    border-color: var(--accent-orange);
}

.cerca-nav-link.is-active i {
    opacity: 1;
}

/* ---- Produtos ---- */

.cerca-products {
    padding: 72px 0 88px;
    background: linear-gradient(180deg, #f8f9fa 0%, #fff 100%);
}

.cerca-products-header {
    text-align: center;
    max-width: 580px;
    margin: 0 auto 3rem;
}

.cerca-products-header h2 {
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    font-weight: 800;
    color: var(--black);
    margin-bottom: 0.75rem;
}

.cerca-products-header p {
    color: var(--dark-gray);
    line-height: 1.65;
    margin: 0;
}

.cerca-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.cerca-card {
    position: relative;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.5s ease, transform 0.5s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    scroll-margin-top: calc(var(--header-height, 72px) + 64px);
}

.cerca-card.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.cerca-card.is-highlight {
    border-color: rgba(242, 135, 5, 0.35);
    box-shadow: 0 16px 48px rgba(242, 135, 5, 0.14);
}

.cerca-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 48px rgba(242, 135, 5, 0.12);
    border-color: rgba(242, 135, 5, 0.2);
}

.cerca-card-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 2;
    padding: 0.3rem 0.75rem;
    background: rgba(13, 13, 13, 0.82);
    color: var(--primary-yellow);
    border-radius: 50px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.cerca-card-badge--accent {
    background: linear-gradient(135deg, var(--accent-orange), var(--secondary-orange));
    color: #fff;
}

.cerca-card-media {
    position: relative;
    height: 230px;
    overflow: hidden;
}

.cerca-card-media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(13, 13, 13, 0.25) 100%);
    pointer-events: none;
}

.cerca-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.cerca-card:hover .cerca-card-media img {
    transform: scale(1.07);
}

.cerca-card-body {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.cerca-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-bottom: 0.75rem;
}

.cerca-card-tag {
    padding: 0.2rem 0.6rem;
    background: rgba(242, 135, 5, 0.08);
    border: 1px solid rgba(242, 135, 5, 0.15);
    border-radius: 50px;
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--accent-orange);
}

.cerca-card-body h3 {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--black);
    margin-bottom: 0.5rem;
}

.cerca-card-body > p {
    font-size: 0.9rem;
    color: var(--dark-gray);
    line-height: 1.6;
    margin-bottom: 1rem;
}

.cerca-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
}

.cerca-features li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: var(--dark-gray);
    margin-bottom: 0.4rem;
}

.cerca-features li i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    background: rgba(242, 135, 5, 0.12);
    border-radius: 50%;
    color: var(--accent-orange);
    font-size: 0.55rem;
}

.cerca-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: auto;
}

.cerca-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.7rem 1.15rem;
    background: #25D366;
    color: #fff;
    border-radius: 50px;
    font-size: 0.86rem;
    font-weight: 700;
    text-decoration: none;
    flex: 1;
    min-width: 140px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cerca-card-btn:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
}

.cerca-card-btn--outline {
    background: transparent;
    color: var(--black);
    border: 1px solid rgba(0, 0, 0, 0.12);
    flex: 0 1 auto;
}

.cerca-card-btn--outline:hover {
    color: var(--accent-orange);
    border-color: rgba(242, 135, 5, 0.35);
    box-shadow: none;
    background: rgba(242, 135, 5, 0.06);
}

/* ---- Aplicações ---- */

.cerca-applications {
    padding: 80px 0;
    background: #fff;
}

.cerca-applications-header,
.cerca-process-header,
.cerca-faq-header {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 3rem;
}

.cerca-applications-header h2,
.cerca-process-header h2,
.cerca-faq-header h2 {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 800;
    color: var(--black);
    margin-bottom: 0.75rem;
}

.cerca-applications-header p,
.cerca-process-header p,
.cerca-faq-header p {
    color: var(--dark-gray);
    line-height: 1.65;
    margin: 0;
}

.cerca-app-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}

.cerca-app-card {
    padding: 1.5rem;
    background: #f8f9fa;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 18px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.cerca-app-card.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.cerca-app-card:hover {
    background: #fff;
    border-color: rgba(242, 135, 5, 0.2);
    box-shadow: 0 12px 32px rgba(242, 135, 5, 0.1);
    transform: translateY(-4px);
}

.cerca-app-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, rgba(242, 135, 5, 0.15), rgba(242, 226, 5, 0.1));
    border-radius: 14px;
    color: var(--accent-orange);
    font-size: 1.15rem;
}

.cerca-app-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 0.4rem;
}

.cerca-app-card p {
    font-size: 0.86rem;
    color: var(--dark-gray);
    line-height: 1.55;
    margin: 0;
}

/* ---- Processo ---- */

.cerca-process {
    padding: 80px 0;
    background: linear-gradient(180deg, #f8f9fa 0%, #fff 100%);
}

.cerca-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    position: relative;
}

.cerca-steps::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 12%;
    right: 12%;
    height: 2px;
    background: linear-gradient(90deg, var(--primary-yellow), var(--accent-orange));
    opacity: 0.25;
    pointer-events: none;
}

.cerca-step {
    position: relative;
    text-align: center;
    padding: 0 0.5rem;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.cerca-step.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.cerca-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 1rem;
    background: #0d0d0d;
    color: var(--primary-yellow);
    border-radius: 50%;
    font-size: 0.9rem;
    font-weight: 800;
    position: relative;
    z-index: 1;
    box-shadow: 0 8px 24px rgba(13, 13, 13, 0.15);
}

.cerca-step h3 {
    font-size: 0.98rem;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 0.4rem;
}

.cerca-step p {
    font-size: 0.84rem;
    color: var(--dark-gray);
    line-height: 1.55;
    margin: 0;
}

/* ---- Benefícios ---- */

.cerca-benefits {
    padding: 80px 0;
    background: #0d0d0d;
}

.cerca-benefits-header {
    text-align: center;
    max-width: 520px;
    margin: 0 auto 3rem;
}

.cerca-benefits-header h2 {
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 0.75rem;
}

.cerca-benefits-header p {
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

.cerca-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.cerca-benefit {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease, background 0.25s ease, border-color 0.25s ease;
}

.cerca-benefit.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.cerca-benefit:hover {
    background: rgba(242, 135, 5, 0.08);
    border-color: rgba(242, 135, 5, 0.2);
    transform: translateY(-4px);
}

.cerca-benefit-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 0.85rem;
    background: rgba(242, 226, 5, 0.12);
    border-radius: 12px;
    color: var(--primary-yellow);
    font-size: 1.1rem;
}

.cerca-benefit h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.4rem;
}

.cerca-benefit p {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.62);
    line-height: 1.55;
    margin: 0;
}

/* ---- Orçamento ---- */

.cerca-quote {
    padding: 80px 0;
    background: #fff;
    scroll-margin-top: calc(var(--header-height, 72px) + 64px);
}

.cerca-quote-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 2.5rem;
    align-items: center;
}

.cerca-quote-copy h2 {
    font-size: clamp(1.6rem, 2.8vw, 2.1rem);
    font-weight: 800;
    color: var(--black);
    margin-bottom: 0.75rem;
}

.cerca-quote-copy p {
    color: var(--dark-gray);
    line-height: 1.65;
    margin-bottom: 1.5rem;
}

.cerca-quote-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cerca-quote-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin-bottom: 0.75rem;
    font-size: 0.92rem;
    color: var(--dark-gray);
}

.cerca-quote-list li i {
    margin-top: 0.15rem;
    color: var(--accent-orange);
}

.cerca-quote-form {
    background: #f8f9fa;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding: 1.75rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.04);
}

.cerca-quote-form h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 1.25rem;
}

.cerca-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
    margin-bottom: 0.85rem;
}

.cerca-form-group {
    margin-bottom: 0.85rem;
}

.cerca-form-group label {
    display: block;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 0.35rem;
}

.cerca-form-group input,
.cerca-form-group select,
.cerca-form-group textarea {
    width: 100%;
    padding: 0.7rem 0.9rem;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    font-size: 0.9rem;
    font-family: inherit;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cerca-form-group input:focus,
.cerca-form-group select:focus,
.cerca-form-group textarea:focus {
    outline: none;
    border-color: var(--accent-orange);
    box-shadow: 0 0 0 3px rgba(242, 135, 5, 0.12);
}

.cerca-form-group textarea {
    min-height: 90px;
    resize: vertical;
}

.cerca-form-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.85rem 1.5rem;
    background: #25D366;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cerca-form-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
}

.cerca-form-note {
    margin: 0.75rem 0 0;
    font-size: 0.78rem;
    color: var(--dark-gray);
    text-align: center;
}

/* ---- FAQ ---- */

.cerca-faq {
    padding: 80px 0;
    background: linear-gradient(180deg, #f8f9fa 0%, #fff 100%);
}

.cerca-faq-list {
    max-width: 760px;
    margin: 0 auto;
}

.cerca-faq-item {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 14px;
    margin-bottom: 0.75rem;
    overflow: hidden;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.45s ease, transform 0.45s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.cerca-faq-item.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.cerca-faq-item[open] {
    border-color: rgba(242, 135, 5, 0.25);
    box-shadow: 0 8px 24px rgba(242, 135, 5, 0.08);
}

.cerca-faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.25rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--black);
    cursor: pointer;
    list-style: none;
}

.cerca-faq-item summary::-webkit-details-marker {
    display: none;
}

.cerca-faq-item summary::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 0.75rem;
    color: var(--accent-orange);
    transition: transform 0.25s ease;
}

.cerca-faq-item[open] summary::after {
    transform: rotate(180deg);
}

.cerca-faq-item p {
    padding: 0 1.25rem 1.15rem;
    margin: 0;
    font-size: 0.9rem;
    color: var(--dark-gray);
    line-height: 1.65;
}

/* ---- CTA ---- */

.cerca-cta {
    padding: 72px 0;
    background: linear-gradient(135deg, #F28705 0%, #F29F05 50%, #F2E205 100%);
}

.cerca-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

.cerca-cta-copy h2 {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 800;
    color: #0D0D0D;
    margin-bottom: 0.35rem;
}

.cerca-cta-copy p {
    color: rgba(13, 13, 13, 0.7);
    margin: 0;
}

.cerca-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.cerca-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 1.5rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.92rem;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cerca-cta-btn--dark {
    background: #0D0D0D;
    color: #fff;
}

.cerca-cta-btn--dark:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(13, 13, 13, 0.25);
}

.cerca-cta-btn--ghost {
    background: rgba(13, 13, 13, 0.12);
    color: #0D0D0D;
    border: 1px solid rgba(13, 13, 13, 0.2);
}

.cerca-cta-btn--ghost:hover {
    color: #0D0D0D;
    transform: translateY(-2px);
}

/* ---- Responsive ---- */

@media (max-width: 991.98px) {
    .cerca-hero { padding: 120px 0 56px; min-height: auto; }
    .cerca-hero-layout { grid-template-columns: 1fr; gap: 1.75rem; }
    .cerca-hero-panel { max-width: 480px; }
    .cerca-grid,
    .cerca-benefits-grid { grid-template-columns: 1fr; }
    .cerca-app-grid { grid-template-columns: repeat(2, 1fr); }
    .cerca-steps { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
    .cerca-steps::before { display: none; }
    .cerca-quote-grid { grid-template-columns: 1fr; }
    .cerca-cta-inner { flex-direction: column; text-align: center; }
    .cerca-cta-actions { justify-content: center; width: 100%; }
}

@media (max-width: 575.98px) {
    .cerca-hero-stats { grid-template-columns: 1fr; }
    .cerca-hero-actions,
    .cerca-cta-actions { flex-direction: column; width: 100%; }
    .cerca-hero-btn,
    .cerca-cta-btn { justify-content: center; width: 100%; }
    .cerca-app-grid,
    .cerca-steps { grid-template-columns: 1fr; }
    .cerca-form-row { grid-template-columns: 1fr; }
    .cerca-card-actions { flex-direction: column; }
    .cerca-card-btn { width: 100%; }
}
