/* =====================================================
   ASIGURATORI REȘIȚA - NOTIFICARE DOSAR DAUNĂ
===================================================== */

.resita-insurers-page {
    background: #08111f;
    color: #f6f8fb;
}

.resita-insurers-page main {
    overflow: hidden;
}

.resita-shell {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

/* Buttons */
.resita-insurers-page .action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    padding: 14px 20px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 900;
    line-height: 1;
    border: 1px solid transparent;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.resita-insurers-page .action-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.resita-insurers-page .action-primary {
    background: linear-gradient(135deg, #c45818, #f97316);
    color: #fff;
    box-shadow: 0 18px 42px rgba(196, 88, 24, .28);
}

.resita-insurers-page .action-whatsapp {
    background: linear-gradient(135deg, #16a34a, #22c55e);
    color: #07110b;
    box-shadow: 0 18px 42px rgba(34, 197, 94, .22);
}

/* Kicker */
.resita-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ff8c42;
    font-weight: 900;
    font-size: .78rem;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.resita-kicker.dark {
    color: #c45818;
}

/* Hero */
.resita-hub-hero,
.resita-detail-hero,
.resita-simple-hero {
    position: relative;
    overflow: hidden;
    padding: 92px 0 78px;
    color: #fff;
    background:
        radial-gradient(circle at 13% 18%, rgba(54, 163, 255, .18), transparent 30%),
        radial-gradient(circle at 86% 6%, rgba(196, 88, 24, .18), transparent 26%),
        linear-gradient(135deg, #bd3512 0%, #101827 58%, #0b111d 100%);
}

.resita-hub-hero::before,
.resita-detail-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,.7), transparent 85%);
    pointer-events: none;
}

.resita-hub-layout,
.resita-detail-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
    gap: 52px;
    align-items: center;
}

.resita-hub-copy,
.resita-detail-copy {
    max-width: 760px;
}

.resita-hub-copy h1,
.resita-detail-hero h1,
.resita-simple-hero h1 {
    margin: 18px 0 20px;
    color: #fff;
    font-size: clamp(3.2rem, 6.2vw, 6.8rem);
    line-height: .92;
    letter-spacing: -.075em;
}

.resita-hub-copy p,
.resita-detail-hero p,
.resita-simple-hero p {
    max-width: 640px;
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 1.12rem;
    line-height: 1.72;
}

.resita-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

/* Hero panel */
.resita-hero-panel,
.resita-status-card {
    width: 100%;
    padding: 28px;
    border-radius: 30px;
    background:
        radial-gradient(circle at 100% 0%, rgba(54, 163, 255, .11), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .045)),
        rgba(13, 24, 40, .86);
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 30px 90px rgba(0, 0, 0, .28);
    backdrop-filter: blur(14px);
}

.resita-hero-panel > span,
.resita-status-card > span {
    display: inline-flex;
    width: fit-content;
    padding: 8px 13px;
    border-radius: 999px;
    background: rgba(255, 140, 66, .13);
    color: #ffb27d;
    font-weight: 900;
    font-size: .82rem;
}

.resita-hero-panel ul {
    list-style: none;
    padding: 0;
    margin: 22px 0 0;
    display: grid;
    gap: 12px;
}

.resita-hero-panel li {
    display: flex;
    gap: 11px;
    align-items: center;
    color: rgba(255, 255, 255, .86);
    padding: 14px;
    border-radius: 17px;
    background: rgba(255, 255, 255, .065);
    border: 1px solid rgba(255, 255, 255, .055);
}

.resita-hero-panel i {
    color: #55d98b;
    font-size: 1.05rem;
}

.resita-status-card strong {
    display: block;
    margin: 18px 0 12px;
    color: #fff;
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: .95;
    letter-spacing: -.06em;
}

.resita-status-card p {
    color: rgba(255,255,255,.74);
}

.resita-status-list {
    display: grid;
    gap: 10px;
    margin-top: 20px;
}

.resita-status-list div {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border-radius: 16px;
    background: rgba(255,255,255,.07);
    color: rgba(255,255,255,.84);
}

.resita-status-list i {
    color: #55d98b;
}

/* Hub insurers */
.resita-insurers-section {
    width: 100%;
    padding: 64px 0 72px;
    background:
        radial-gradient(circle at 12% 0%, rgba(54, 163, 255, .12), transparent 28%),
        radial-gradient(circle at 92% 8%, rgba(249, 115, 22, .12), transparent 26%),
        linear-gradient(180deg, #08111f 0%, #0b1424 100%);
    overflow: hidden;
}

.resita-insurers-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    gap: 32px;
    align-items: end;
    margin: 0 0 30px;
}

.resita-insurers-top h2 {
    max-width: 760px;
    margin: 14px 0 14px;
    color: #ffffff;
    font-size: clamp(2.3rem, 4.8vw, 4.8rem);
    line-height: .96;
    letter-spacing: -.06em;
}

.resita-insurers-top p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, .76);
    font-size: 1.03rem;
    line-height: 1.7;
}

.resita-search-box {
    display: block;
    padding: 20px;
    border-radius: 26px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .045));
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 26px 70px rgba(0, 0, 0, .24);
}

.resita-search-box label {
    display: block;
    margin: 0 0 10px;
    color: #ffffff;
    font-weight: 900;
    font-size: .94rem;
}

.resita-search-field {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 15px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .13);
}

.resita-search-field i {
    color: #ff8c42;
    font-size: 1.05rem;
}

.resita-search-field input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #ffffff;
    font: inherit;
    font-weight: 800;
}

.resita-search-field input::placeholder {
    color: rgba(255, 255, 255, .55);
}

.resita-search-box small {
    display: block;
    margin-top: 10px;
    color: rgba(255, 255, 255, .66);
    font-weight: 800;
}

.resita-insurers-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.resita-insurer-card {
    width: 100%;
    min-width: 0;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    border-radius: 28px;
    overflow: hidden;
    text-decoration: none;
    color: #ffffff;
    background:
        radial-gradient(circle at 100% 0%, rgba(54, 163, 255, .14), transparent 34%),
        radial-gradient(circle at 90% 95%, rgba(249, 115, 22, .13), transparent 26%),
        linear-gradient(180deg, rgba(18, 27, 42, .98) 0%, rgba(10, 18, 31, .98) 100%);
    border: 1px solid rgba(255, 255, 255, .09);
    box-shadow: 0 24px 65px rgba(0, 0, 0, .24);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.resita-insurer-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 140, 66, .38);
    box-shadow: 0 34px 86px rgba(0, 0, 0, .34);
}

.resita-insurer-card[hidden] {
    display: none !important;
}

.resita-card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.resita-card-head span {
    display: inline-flex;
    width: auto;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(54, 163, 255, .14);
    color: #8fcbff;
    font-weight: 900;
    font-size: .78rem;
    line-height: 1;
}

.resita-card-head i {
    color: #ff8c42;
    font-size: 1rem;
}

.resita-insurer-card h3 {
    margin: 28px 0 12px;
    color: #ffffff;
    font-size: 1.7rem;
    line-height: 1.08;
    letter-spacing: -.04em;
}

.resita-insurer-card p {
    margin: 0;
    color: rgba(235, 241, 248, .78);
    font-size: 1rem;
    line-height: 1.62;
}

.resita-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: auto;
    padding-top: 22px;
}

.resita-card-tags small {
    display: inline-flex;
    padding: 6px 9px;
    border-radius: 999px;
    color: rgba(255, 255, 255, .76);
    background: rgba(255, 255, 255, .075);
    font-weight: 800;
    font-size: .76rem;
}

.resita-empty-search {
    margin-top: 24px;
    padding: 32px;
    border-radius: 28px;
    text-align: center;
    background: rgba(18, 27, 42, .94);
    border: 1px dashed rgba(255, 255, 255, .16);
    color: #fff;
}

/* Help strip */
.resita-help-strip {
    padding: 54px 0;
    background: #f6f8fb;
}

.resita-help-grid,
.resita-two-col,
.resita-doc-layout,
.resita-roadmap-grid,
.resita-final-inner {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 34px;
    align-items: center;
}

.resita-help-strip h2,
.resita-notification h2,
.resita-documents h2,
.resita-zone h2 {
    margin: 12px 0;
    color: #111827;
    font-size: clamp(2.1rem, 4vw, 4rem);
    line-height: .98;
    letter-spacing: -.055em;
}

.resita-help-strip p,
.resita-notification p,
.resita-documents p,
.resita-zone p {
    color: #526173;
    line-height: 1.75;
}

/* Sections */
.resita-section {
    padding: 66px 0;
}

.resita-notification,
.resita-documents,
.resita-zone {
    background: #f6f8fb;
}

.resita-copy-card,
.resita-notice-box {
    padding: 28px;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(8, 15, 28, .09);
    border: 1px solid rgba(15, 23, 42, .07);
}

.resita-notice-box h3 {
    margin: 0 0 14px;
    color: #111827;
    font-size: 1.45rem;
}

.resita-notice-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.resita-notice-box li {
    padding: 12px 14px;
    border-radius: 16px;
    background: #f2f6fb;
    color: #263244;
    font-weight: 800;
}

/* Dark sections */
.resita-intents,
.resita-related,
.resita-faq {
    background: #0b1424;
    color: #fff;
}

.resita-section-head {
    margin-bottom: 28px;
}

.resita-section-head h2,
.resita-roadmap h2,
.resita-final-cta h2 {
    margin: 12px 0;
    color: #fff;
    font-size: clamp(2.1rem, 4vw, 4.2rem);
    line-height: .98;
    letter-spacing: -.055em;
}

.resita-section-head p {
    max-width: 760px;
    margin: 0;
    color: rgba(255,255,255,.72);
    line-height: 1.7;
}

/* Intent grid */
.resita-intent-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.resita-intent-grid article {
    padding: 22px;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.04));
    border: 1px solid rgba(255,255,255,.09);
}

.resita-intent-grid i {
    color: #ff8c42;
    font-size: 1.45rem;
}

.resita-intent-grid h3 {
    margin: 16px 0 10px;
    color: #fff;
    font-size: 1.1rem;
}

.resita-intent-grid p {
    margin: 0;
    color: rgba(255,255,255,.72);
    line-height: 1.62;
}

/* Docs */
.resita-doc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.resita-doc-list li {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 14px;
    border-radius: 16px;
    background: #fff;
    color: #263244;
    font-weight: 800;
    box-shadow: 0 14px 40px rgba(8, 15, 28, .06);
}

.resita-doc-list i {
    color: #16a34a;
}

/* Roadmap */
.resita-roadmap {
    padding: 70px 0;
    color: #fff;
    background:
        radial-gradient(circle at 10% 20%, rgba(255, 140, 66, .14), transparent 30%),
        linear-gradient(135deg, #0b111d 0%, #111927 100%);
}

.resita-roadmap p {
    color: rgba(255, 255, 255, .74);
    line-height: 1.7;
}

.resita-roadmap ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

.resita-roadmap li {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 14px;
    align-items: center;
    padding: 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .09);
}

.resita-roadmap li span {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(255, 140, 66, .14);
    color: #ffb27d;
    font-weight: 900;
}

/* Local zone */
.resita-area-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 20px;
}

.resita-area-tags span {
    display: inline-flex;
    padding: 9px 12px;
    border-radius: 999px;
    background: #eaf1fb;
    color: #1f2a3a;
    font-weight: 900;
    font-size: .84rem;
}

/* Related */
.resita-related-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.resita-related-grid a {
    display: grid;
    gap: 6px;
    padding: 18px;
    border-radius: 20px;
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.09);
}

.resita-related-grid span {
    color: rgba(255,255,255,.62);
    font-size: .9rem;
}

.resita-related-grid i {
    color: #ff8c42;
}

/* FAQ */
.resita-faq-list {
    display: grid;
    gap: 12px;
    max-width: 980px;
}

.resita-faq-item {
    border-radius: 22px;
    overflow: hidden;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .10);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .16);
}

.resita-faq-item summary {
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 20px 22px;
    color: #ffffff;
    font-weight: 900;
    font-size: 1.05rem;
}

.resita-faq-item summary::-webkit-details-marker {
    display: none;
}

.resita-faq-item summary i {
    color: #ff8c42;
    transition: transform .2s ease;
}

.resita-faq-item[open] summary i {
    transform: rotate(180deg);
}

.resita-faq-answer {
    padding: 0 22px 20px;
}

.resita-faq-answer p {
    margin: 0;
    color: rgba(255, 255, 255, .74);
    line-height: 1.7;
}

/* CTA */
.resita-final-cta {
    padding: 66px 0;
    color: #fff;
    background:
        radial-gradient(circle at 90% 0%, rgba(54, 163, 255, .16), transparent 28%),
        radial-gradient(circle at 10% 80%, rgba(255, 140, 66, .16), transparent 24%),
        #0b111d;
}

.resita-final-cta p {
    color: rgba(255,255,255,.75);
    line-height: 1.7;
}

.resita-final-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

/* Responsive */
@media (max-width: 1100px) {
    .resita-hub-layout,
    .resita-detail-layout,
    .resita-insurers-top,
    .resita-help-grid,
    .resita-two-col,
    .resita-doc-layout,
    .resita-roadmap-grid,
    .resita-final-inner {
        grid-template-columns: 1fr;
    }

    .resita-insurers-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .resita-related-grid,
    .resita-intent-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .resita-final-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 760px) {
    .resita-shell {
        width: min(100% - 28px, 1180px);
    }

    .resita-hub-hero,
    .resita-detail-hero,
    .resita-simple-hero {
        padding: 46px 0 42px;
    }

    .resita-hub-copy h1,
    .resita-detail-hero h1,
    .resita-simple-hero h1 {
        font-size: clamp(2.55rem, 15vw, 3.5rem);
        line-height: .96;
        letter-spacing: -.06em;
    }

    .resita-hub-copy p,
    .resita-detail-hero p,
    .resita-simple-hero p {
        font-size: 1rem;
        line-height: 1.62;
    }

    .resita-actions,
    .resita-final-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .resita-insurers-page .action-btn {
        width: 100%;
    }

    .resita-hero-panel,
    .resita-status-card,
    .resita-search-box,
    .resita-copy-card,
    .resita-notice-box {
        border-radius: 22px;
        padding: 20px;
    }

    .resita-insurers-section,
    .resita-section,
    .resita-roadmap,
    .resita-final-cta {
        padding: 42px 0;
    }

    .resita-insurers-top {
        gap: 18px;
    }

    .resita-insurers-top h2,
    .resita-section-head h2,
    .resita-help-strip h2,
    .resita-notification h2,
    .resita-documents h2,
    .resita-zone h2,
    .resita-roadmap h2,
    .resita-final-cta h2 {
        font-size: 2.35rem;
    }

    .resita-insurers-grid,
    .resita-related-grid,
    .resita-intent-grid {
        grid-template-columns: 1fr !important;
    }

    .resita-insurer-card {
        min-height: auto;
        padding: 22px;
        border-radius: 24px;
    }

    .resita-insurer-card h3 {
        font-size: 1.45rem;
        margin: 22px 0 10px;
    }

    .resita-insurer-card p {
        font-size: .96rem;
    }

    .resita-roadmap li {
        grid-template-columns: 1fr;
    }
}