/* =========================================================
   PASSION PAINT - HOME PAGE CLEAN CSS
   Inlocuieste complet home.css cu fisierul asta.
   Ideea: sectiuni full-width + continut in containere coerente.
========================================================= */

:root {
    --pp-bg: #f7f8fb;
    --pp-paper: #ffffff;
    --pp-cream: #fff7ef;
    --pp-cream-2: #fbf1e7;
    --pp-blue-soft: #eef6ff;
    --pp-ink: #0b1424;
    --pp-ink-2: #111827;
    --pp-muted: #64748b;
    --pp-muted-2: #475569;
    --pp-line: rgba(15, 23, 42, .08);
    --pp-line-strong: rgba(15, 23, 42, .12);
    --pp-orange: #f97316;
    --pp-orange-2: #fb923c;
    --pp-orange-dark: #c84b08;
    --pp-green: #16a34a;
    --pp-blue: #2563eb;
    --pp-radius-xl: 42px;
    --pp-radius-lg: 30px;
    --pp-radius-md: 22px;
    --pp-shadow-sm: 0 14px 34px rgba(15, 23, 42, .07);
    --pp-shadow: 0 24px 70px rgba(15, 23, 42, .10);
    --pp-shadow-dark: 0 34px 90px rgba(8, 17, 31, .24);
    --pp-container: 1240px;
}

.home-page {
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 6%, rgba(249, 115, 22, .08), transparent 28%),
        radial-gradient(circle at 92% 14%, rgba(37, 99, 235, .06), transparent 30%),
        linear-gradient(180deg, #fffaf5 0%, #ffffff 19%, var(--pp-bg) 100%);
}

.home-page *,
.home-page *::before,
.home-page *::after {
    box-sizing: border-box;
}

.home-container,
.quick-services-inner,
.section-inner {
    width: min(var(--pp-container), calc(100% - 48px));
    margin: 0 auto;
}

/* =========================
   GLOBAL HOME ELEMENTS
========================= */

.eyebrow,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(249, 115, 22, .10);
    border: 1px solid rgba(249, 115, 22, .15);
    color: var(--pp-orange-dark);
    font-size: 12px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: .10em;
    text-transform: uppercase;
    box-shadow: 0 10px 24px rgba(249, 115, 22, .08);
}

.eyebrow i,
.section-kicker i {
    font-size: 15px;
}

.home-page .btn,
.home-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    border-radius: 18px;
    padding: 15px 22px;
    border: 1px solid transparent;
    font-weight: 950;
    text-decoration: none;
    line-height: 1;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}

.home-page .btn-primary {
    background: linear-gradient(135deg, var(--pp-orange), var(--pp-orange-2));
    color: #fff;
    box-shadow: 0 18px 38px rgba(249, 115, 22, .28);
}

.home-page .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 52px rgba(249, 115, 22, .36);
}

.home-page .btn-outline {
    color: var(--pp-ink);
    background: rgba(255, 255, 255, .72);
    border-color: rgba(15, 23, 42, .16);
    backdrop-filter: blur(12px);
}

.home-page .btn-outline:hover,
.home-page .btn-light:hover,
.home-page .btn-dark:hover {
    transform: translateY(-3px);
    box-shadow: var(--pp-shadow-sm);
}

.home-page .btn-light {
    background: #fff;
    color: var(--pp-ink);
    border-color: rgba(255, 255, 255, .58);
}

.home-page .btn-dark {
    background: var(--pp-ink);
    color: #fff;
}

.section-head {
    max-width: 820px;
    margin: 0 auto 48px;
    text-align: center;
}

.section-head h2,
.quick-services-head h2,
.emergency-card h2,
.split-text h2,
.zones-text h2,
.cta-final h2 {
    margin: 18px 0 14px;
    color: var(--pp-ink);
    font-size: clamp(34px, 4.5vw, 58px);
    line-height: 1.02;
    letter-spacing: -.055em;
    font-weight: 950;
    text-wrap: balance;
}

.section-head p,
.quick-services-head p,
.emergency-card p,
.split-text p,
.zones-text p,
.cta-final p {
    margin: 0;
    color: var(--pp-muted);
    font-size: 18px;
    line-height: 1.72;
}

/* =========================
   HERO
========================= */

.hero-auto {
    position: relative;
    min-height: 100vh;
    padding: 20px 6vw 118px;
    display: grid;
    align-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 11% 20%, rgba(249, 115, 22, .18), transparent 27%),
        radial-gradient(circle at 82% 14%, rgba(37, 99, 235, .12), transparent 30%),
        linear-gradient(135deg, #fff6ed 0%, #ffffff 46%, #edf6ff 100%);
    border-bottom: 1px solid rgba(15, 23, 42, .06);
}

.hero-auto::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 130px;
    background: linear-gradient(180deg, rgba(247, 248, 251, 0), var(--pp-bg));
    pointer-events: none;
    z-index: 0;
}

.hero-bg-lines {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: .9;
    background-image:
        linear-gradient(rgba(15, 23, 42, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 23, 42, .035) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.hero-blob {
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 999px;
    filter: blur(22px);
    opacity: .55;
    z-index: 0;
    animation: ppFloatBlob 8s ease-in-out infinite;
}

.hero-blob-one {
    left: -90px;
    bottom: 110px;
    background: rgba(249, 115, 22, .22);
}

.hero-blob-two {
    right: 7%;
    top: 150px;
    background: rgba(37, 99, 235, .16);
    animation-delay: -3s;
}

.hero-layout {
    position: relative;
    z-index: 1;
    width: min(1280px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(450px, .97fr);
    gap: clamp(42px, 6vw, 86px);
    align-items: center;
}

.hero-content h1 {
    max-width: 770px;
    margin: 10px 0 22px;
    color: var(--pp-ink);
    font-size: clamp(46px, 6.1vw, 86px);
    line-height: .94;
    letter-spacing: -.07em;
    font-weight: 950;
    text-wrap: balance;
}

.hero-lead {
    max-width: 715px;
    color: #526174;
    font-size: clamp(17px, 1.35vw, 20px);
    line-height: 1.78;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.hero-points {
    max-width: 760px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.hero-points span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(15, 23, 42, .075);
    box-shadow: 0 12px 28px rgba(15, 23, 42, .055);
    color: #334155;
    font-weight: 850;
}

.hero-points i {
    color: var(--pp-green);
}

.hero-visual {
    position: relative;
    min-height: 530px;
}

/* protectie pentru sliderul separat */
.hero-visual .visual-slider {
    width: 100%;
}

.car-top {
    display: flex;
    gap: 8px;
}

.car-top span {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: #ef4444;
}

.car-top span:nth-child(2) { background: #f59e0b; }
.car-top span:nth-child(3) { background: #22c55e; }

.service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0;
}

.service-tags span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .10);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .13);
    font-weight: 850;
}

.service-tags i {
    color: var(--pp-orange-2);
}

.quick-request {
    border-radius: 24px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .13);
    padding: 20px;
    color: #fff;
}

.quick-request small {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #cbd5e1;
    margin-bottom: 8px;
}

.quick-request strong {
    display: block;
    font-size: 22px;
    line-height: 1.2;
}

.quick-request .progress,
.progress {
    margin-top: 16px;
    height: 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .16);
    overflow: hidden;
}

.quick-request .progress i,
.progress i {
    display: block;
    width: 72%;
    height: 100%;
    background: linear-gradient(90deg, var(--pp-orange), var(--pp-green));
    border-radius: inherit;
}

/* =========================
   QUICK SERVICES
========================= */

.quick-services {
    position: relative;
    z-index: 1;
    padding: 105px 0 110px;
    background:
        radial-gradient(circle at 8% 10%, rgba(249, 115, 22, .08), transparent 28%),
        radial-gradient(circle at 92% 0%, rgba(37, 99, 235, .06), transparent 26%),
        linear-gradient(180deg, var(--pp-bg) 0%, #ffffff 52%, var(--pp-bg) 100%);
    border-bottom: 1px solid rgba(15, 23, 42, .055);
}

.quick-services-head {
    max-width: 780px;
    margin-bottom: 38px;
}

.quick-services-head h2 {
    max-width: 740px;
}

.quick-services-head p {
    max-width: 680px;
}

.quick-services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.quick-service-card {
    position: relative;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 22px;
    padding: 26px;
    border-radius: var(--pp-radius-lg);
    background: rgba(255, 255, 255, .88);
    color: var(--pp-ink);
    border: 1px solid var(--pp-line);
    box-shadow: var(--pp-shadow-sm);
    overflow: hidden;
    text-decoration: none;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.quick-service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(249, 115, 22, .13), transparent 38%);
    opacity: 0;
    transition: opacity .25s ease;
}

.quick-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 78px rgba(15, 23, 42, .13);
    border-color: rgba(249, 115, 22, .28);
}

.quick-service-card:hover::before {
    opacity: 1;
}

.quick-service-card > * {
    position: relative;
    z-index: 1;
}

.quick-icon {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    border-radius: 22px;
    font-size: 27px;
}

.quick-icon.orange { background: #fff0e7; color: var(--pp-orange); }
.quick-icon.green { background: #eafaf0; color: var(--pp-green); }
.quick-icon.blue { background: #edf5ff; color: var(--pp-blue); }
.quick-icon.dark { background: #eef2f7; color: var(--pp-ink); }

.quick-service-card strong {
    display: block;
    margin-bottom: 9px;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 950;
    letter-spacing: -.03em;
}

.quick-service-card span {
    display: block;
    color: var(--pp-muted);
    font-size: 15px;
    line-height: 1.55;
    font-weight: 750;
}

.quick-arrow {
    position: absolute;
    right: 22px;
    bottom: 20px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: var(--pp-ink);
    color: #fff;
    font-size: 28px;
    opacity: 0;
    transform: translateX(-8px);
    transition: .25s ease;
}

.quick-service-card:hover .quick-arrow {
    opacity: 1;
    transform: translateX(0);
}

/* =========================
   GENERIC SECTION WRAPPER
========================= */

.home-page > .section {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 105px 10px;
    position: relative;
}

/* =========================
   EMERGENCY
========================= */

.emergency-section {
    background:
        linear-gradient(90deg, var(--pp-cream-2) 0%, #ffffff 50%, var(--pp-blue-soft) 100%);
    border-top: 1px solid rgba(15, 23, 42, .055);
    border-bottom: 1px solid rgba(15, 23, 42, .055);
}

.emergency-card {
    width: min(var(--pp-container), calc(100% - 48px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
    gap: 46px;
    align-items: center;
    padding: 58px;
    border-radius: var(--pp-radius-xl);
    color: #fff;
    background:
        radial-gradient(circle at 100% 0%, rgba(249, 115, 22, .26), transparent 32%),
        radial-gradient(circle at 0% 100%, rgba(37, 99, 235, .13), transparent 30%),
        linear-gradient(135deg, #0b1424, #142841);
    box-shadow: var(--pp-shadow-dark);
    overflow: hidden;
}

.emergency-card .section-kicker,
.dark-panel .section-kicker,
.cta-final .section-kicker {
    background: rgba(255, 255, 255, .10);
    color: #ffd7c2;
    border-color: rgba(255, 255, 255, .14);
    box-shadow: none;
}

.emergency-card h2 {
    max-width: 720px;
    color: #fff;
}

.emergency-card p {
    max-width: 700px;
    color: rgba(255, 255, 255, .76);
}

.emergency-mini-panel {
    display: grid;
    gap: 14px;
}

.mini-panel-row {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 16px;
    align-items: center;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .14);
}

.mini-panel-row i {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: #fff;
    color: var(--pp-orange);
    font-size: 24px;
}

.mini-panel-row strong {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 950;
}

.mini-panel-row span {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, .70);
    font-weight: 700;
}

.emergency-actions {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

/* =========================
   SERVICES
========================= */

.services-section {
    background:
        radial-gradient(circle at 94% 12%, rgba(249, 115, 22, .07), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, var(--pp-bg) 100%);
}

.service-grid {
    width: min(var(--pp-container), calc(100% - 48px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.service-card {
    position: relative;
    min-height: 335px;
    padding: 28px;
    border-radius: var(--pp-radius-lg);
    background: rgba(255, 255, 255, .88);
    border: 1px solid var(--pp-line);
    box-shadow: var(--pp-shadow-sm);
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(249, 115, 22, .12), transparent 38%);
    opacity: 0;
    transition: opacity .25s ease;
}

.service-card:nth-child(2)::before,
.service-card:nth-child(5)::before {
    background: radial-gradient(circle at top right, rgba(22, 163, 74, .12), transparent 38%);
}

.service-card:nth-child(3)::before,
.service-card:nth-child(6)::before {
    background: radial-gradient(circle at top right, rgba(37, 99, 235, .12), transparent 38%);
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 78px rgba(15, 23, 42, .13);
    border-color: rgba(249, 115, 22, .26);
}

.service-card:hover::before {
    opacity: 1;
}

.service-card > * {
    position: relative;
    z-index: 1;
}

.service-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 26px;
}

.service-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 20px;
    color: var(--pp-orange);
    background: #fff2e8;
    font-size: 27px;
    transition: transform .25s ease;
}

.service-card:hover .service-icon {
    transform: rotate(-5deg) scale(1.06);
}

.service-badge {
    padding: 7px 11px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
    font-size: 12px;
    font-weight: 950;
}

.service-number {
    position: absolute;
    right: 24px;
    bottom: 18px;
    z-index: 0;
    color: rgba(15, 23, 42, .045);
    font-size: 60px;
    line-height: 1;
    font-weight: 950;
}

.service-card h3 {
    margin: 0 0 12px;
    color: var(--pp-ink);
    font-size: 25px;
    line-height: 1.12;
    font-weight: 950;
    letter-spacing: -.03em;
}

.service-card p {
    margin: 0;
    color: var(--pp-muted);
    line-height: 1.65;
}

.service-card ul {
    list-style: none;
    padding: 0;
    margin: 18px 0 20px;
    display: grid;
    gap: 8px;
}

.service-card li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #334155;
    font-weight: 800;
}

.service-card li i {
    color: var(--pp-green);
}

.service-card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--pp-orange-dark);
    font-weight: 950;
    text-decoration: none;
}

/* =========================
   PROCESS
========================= */

.process-section {
    background:
        radial-gradient(circle at 9% 10%, rgba(37, 99, 235, .055), transparent 28%),
        linear-gradient(180deg, var(--pp-bg), #ffffff);
    border-top: 1px solid rgba(15, 23, 42, .055);
    border-bottom: 1px solid rgba(15, 23, 42, .055);
}

.process-grid {
    width: min(var(--pp-container), calc(100% - 48px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.process-step {
    position: relative;
    min-height: 270px;
    padding: 28px;
    border-radius: var(--pp-radius-lg);
    background: #fff;
    border: 1px solid var(--pp-line);
    box-shadow: var(--pp-shadow-sm);
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
}

.process-step::after {
    content: "";
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 0;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--pp-orange), transparent);
    opacity: 0;
    transition: opacity .25s ease;
}

.process-step:hover {
    transform: translateY(-7px);
    box-shadow: 0 30px 78px rgba(15, 23, 42, .12);
}

.process-step:hover::after {
    opacity: 1;
}

.process-step b {
    position: absolute;
    right: 20px;
    top: 14px;
    color: rgba(15, 23, 42, .055);
    font-size: 58px;
    line-height: 1;
    font-weight: 950;
}

.process-step > i {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin-bottom: 22px;
    border-radius: 20px;
    background: #fff2e8;
    color: var(--pp-orange);
    font-size: 26px;
}

.process-step h3 {
    margin: 0 0 12px;
    color: var(--pp-ink);
    font-size: 22px;
    font-weight: 950;
}

.process-step p {
    margin: 0;
    color: var(--pp-muted);
    line-height: 1.62;
}

/* =========================
   DARK SPLIT
========================= */

.split-section.dark-panel {
    width: min(var(--pp-container), calc(100% - 48px));
    max-width: var(--pp-container);
    margin: 105px auto;
    padding: 70px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
    gap: 56px;
    align-items: center;
    border-radius: var(--pp-radius-xl);
    color: #fff;
    background:
        radial-gradient(circle at 12% 12%, rgba(249, 115, 22, .22), transparent 30%),
        radial-gradient(circle at 96% 84%, rgba(22, 163, 74, .11), transparent 28%),
        linear-gradient(135deg, #0b1424, #07111f);
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: var(--pp-shadow-dark);
}

.dark-panel h2,
.dark-panel p,
.dark-panel li {
    color: #fff;
}

.dark-panel p,
.dark-panel li {
    color: rgba(255, 255, 255, .76);
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 26px 0 30px;
    display: grid;
    gap: 13px;
}

.check-list li {
    position: relative;
    padding-left: 31px;
    font-weight: 750;
    line-height: 1.5;
}

.check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #22c55e;
    font-weight: 950;
}

.split-card {
    width: 100%;
    padding: 24px;
    border-radius: 32px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .14);
}

.damage-card {
    display: grid;
    gap: 16px;
}

.damage-row {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 4px 15px;
    align-items: center;
    padding: 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, .94);
    color: var(--pp-ink);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
}

.damage-row span {
    grid-row: span 2;
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--pp-orange), var(--pp-orange-2));
    color: #fff;
    font-size: 23px;
}

.damage-row strong {
    font-size: 20px;
    font-weight: 950;
}

.damage-row small {
    color: var(--pp-muted);
    font-weight: 750;
}

/* =========================
   ZONES
========================= */

.zones-section {
    background: #ffffff;
}

.zones-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 90% 15%, rgba(249, 115, 22, .09), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, var(--pp-bg) 100%);
    z-index: 0;
}

.zones-section > * {
    position: relative;
    z-index: 1;
}

.zones-section {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 48px;
    align-items: center;
    width: min(var(--pp-container), calc(100% - 48px));
    margin: 0 auto;
    padding: 62px;
    border-radius: var(--pp-radius-xl);
    border: 1px solid var(--pp-line);
    box-shadow: var(--pp-shadow-sm);
    overflow: hidden;
}

.zone-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.zone-pills span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 18px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--pp-line);
    box-shadow: 0 12px 30px rgba(15, 23, 42, .055);
    color: var(--pp-ink);
    font-weight: 900;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.zone-pills span:hover {
    transform: translateY(-4px);
    border-color: rgba(249, 115, 22, .25);
    box-shadow: 0 20px 44px rgba(15, 23, 42, .10);
}

.zone-pills i {
    color: var(--pp-orange);
}

/* =========================
   BENEFITS / STATS
========================= */

.benefits-section {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    width: min(var(--pp-container), calc(100% - 48px));
    margin: 105px auto 0 !important;
    padding: 0 !important;
}

.benefit-card {
    min-height: 265px;
    padding: 34px;
    border-radius: 32px;
    background: linear-gradient(145deg, #ffffff, #f8fafc);
    border: 1px solid var(--pp-line);
    box-shadow: var(--pp-shadow-sm);
}

.benefit-card:nth-child(2) {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, .16), transparent 34%),
        linear-gradient(145deg, #ff7a2d, #d94f0d);
    color: #fff;
}

.benefit-card i {
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
    margin-bottom: 22px;
    border-radius: 22px;
    background: var(--pp-ink);
    color: #fff;
    font-size: 27px;
}

.benefit-card:nth-child(2) i {
    background: rgba(255, 255, 255, .18);
}

.benefit-card span {
    color: var(--pp-orange-dark);
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.benefit-card:nth-child(2) span,
.benefit-card:nth-child(2) h3 {
    color: #fff;
}

.benefit-card h3 {
    margin: 12px 0 0;
    color: var(--pp-ink);
    font-size: 25px;
    line-height: 1.25;
    font-weight: 950;
    letter-spacing: -.035em;
}

.stats-section {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    width: min(var(--pp-container), calc(100% - 48px));
    margin: 40px auto 0 !important;
    padding-top: 50px !important;
}

.stat-card {
    min-height: 190px;
    display: grid;
    align-content: center;
    text-align: center;
    padding: 30px 20px;
    border-radius: 30px;
    color: #fff;
    background:
        radial-gradient(circle at top right, rgba(249, 115, 22, .13), transparent 30%),
        linear-gradient(145deg, #0b1424, #111f34);
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 0 20px 50px rgba(15, 23, 42, .16);
    transition: transform .22s ease, box-shadow .22s ease;
}

.stat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 70px rgba(15, 23, 42, .18);
}

.stat-card i {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--pp-orange-2);
    font-size: 32px;
}

.stat-card strong {
    display: block;
    margin-bottom: 8px;
    font-size: 36px;
    line-height: 1;
    font-weight: 950;
}

.stat-card span {
    color: #cbd5e1;
    font-weight: 750;
}

/* =========================
   FAQ
========================= */

.faq-section {
    margin-top: 105px !important;
    background:
        radial-gradient(circle at 12% 10%, rgba(249, 115, 22, .08), transparent 26%),
        linear-gradient(180deg, var(--pp-bg) 0%, #ffffff 100%);
    border-top: 1px solid rgba(15, 23, 42, .055);
}

.faq-list {
    width: min(900px, calc(100% - 48px));
    margin: 0 auto;
    display: grid;
    gap: 14px;
}

.faq-list details {
    overflow: hidden;
    border-radius: 26px;
    background: #fff;
    border: 1px solid var(--pp-line);
    box-shadow: 0 16px 44px rgba(15, 23, 42, .07);
}

.faq-list details[open] {
    border-color: rgba(249, 115, 22, .20);
}

.faq-list summary {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 22px 24px;
    color: var(--pp-ink);
    font-size: 18px;
    font-weight: 950;
}

.faq-list summary i {
    color: var(--pp-orange);
}

.faq-list p {
    margin: 0;
    padding: 0 24px 24px 58px;
    color: var(--pp-muted);
    line-height: 1.7;
}

/* =========================
   CTA FINAL
========================= */

.cta-final {
    width: min(var(--pp-container), calc(100% - 48px));
    margin: 95px auto 120px;
    padding: 56px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 32px;
    border-radius: var(--pp-radius-xl);
    color: #fff;
    background:
        radial-gradient(circle at 92% 14%, rgba(255, 255, 255, .24), transparent 30%),
        radial-gradient(circle at 8% 90%, rgba(15, 23, 42, .18), transparent 30%),
        linear-gradient(135deg, var(--pp-orange), var(--pp-orange-2));
    box-shadow: 0 34px 90px rgba(249, 115, 22, .25);
}

.cta-final h2,
.cta-final p {
    color: #fff;
}

.cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

/* =========================
   ANIMATIONS
========================= */

@keyframes ppFloatBlob {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(18px, -18px, 0) scale(1.08); }
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .65s ease, transform .65s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: none;
}

.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }
.delay-3 { transition-delay: .32s; }

.money-bar {
    z-index: 9999;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1180px) {
    .hero-layout {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .hero-visual {
        min-height: auto;
        max-width: 720px;
        width: 100%;
    }

    .quick-services-grid,
    .process-grid,
    .stats-section {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-grid,
    .benefits-section {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .emergency-card,
    .split-section.dark-panel,
    .zones-section,
    .cta-final {
        grid-template-columns: 1fr;
    }

    .cta-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 760px) {
    .home-container,
    .quick-services-inner,
    .section-inner,
    .service-grid,
    .process-grid,
    .faq-list,
    .benefits-section,
    .stats-section,
    .emergency-card,
    .split-section.dark-panel,
    .zones-section,
    .cta-final {
        width: calc(100% - 32px);
    }

    .hero-auto {
        min-height: auto;
        padding: 50px 20px 74px;
    }

    .hero-content h1 {
        font-size: clamp(42px, 13vw, 58px);
        letter-spacing: -.06em;
    }

    .hero-lead {
        font-size: 17px;
    }

    .hero-actions,
    .emergency-actions,
    .cta-actions {
        flex-direction: column;
    }

    .home-page .btn,
    .home-hero-btn {
        width: 100%;
    }

    .home-hero-button {
        display: none !important;
    }

    .quick-services,
    .home-page > .section {
        padding-top: 18px;
        padding-bottom: 72px;
    }

    .quick-services-grid,
    .service-grid,
    .process-grid,
    .benefits-section,
    .stats-section {
        grid-template-columns: 1fr;
    }

    .quick-service-card {
        min-height: 190px;
        border-radius: 24px;
    }

    .emergency-card,
    .split-section.dark-panel,
    .zones-section,
    .cta-final {
        padding: 30px 22px;
        border-radius: 30px;
    }

    .split-section.dark-panel,
    .zones-section,
    .benefits-section,
    .faq-section,
    .cta-final {
        margin-top: 72px !important;
    }

    .benefit-card,
    .stat-card {
        min-height: auto;
    }

    .faq-list summary {
        align-items: flex-start;
        font-size: 16px;
    }

    .faq-list p {
        padding-left: 24px;
    }
}

@media (max-width: 430px) {
    .hero-points span {
        width: 100%;
    }

    .mini-panel-row,
    .damage-row {
        grid-template-columns: 48px 1fr;
    }

    .mini-panel-row i,
    .damage-row span {
        width: 48px;
        height: 48px;
        border-radius: 16px;
    }
}
/* =========================
   HERO SLIDER ANIMATIONS FIX
========================= */

.visual-slider {
    position: relative;
    width: 100%;
    border-radius: 34px;
    padding: 22px;
    background:
        radial-gradient(circle at 80% 0%, rgba(249, 115, 22, .22), transparent 34%),
        linear-gradient(145deg, #0b1424, #12233b);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 34px 90px rgba(15, 23, 42, .22);
    overflow: hidden;
}

.visual-slider::before {
    content: "";
    position: absolute;
    inset: -1px;
    background:
        linear-gradient(120deg, transparent 0%, rgba(255,255,255,.08) 42%, transparent 70%);
    transform: translateX(-120%);
    animation: heroSliderShine 5.5s ease-in-out infinite;
    pointer-events: none;
}

.visual-slider-top {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.visual-slider-controls {
    display: flex;
    gap: 8px;
}

.visual-nav {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.10);
    color: #fff;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease;
}

.visual-nav:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,.18);
}

.visual-slides {
    position: relative;
    min-height: 405px;
}

.visual-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(34px) scale(.985);
    transition:
        opacity .45s ease,
        visibility .45s ease,
        transform .45s cubic-bezier(.2,.8,.2,1);
}

.visual-slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0) scale(1);
}

.visual-slide.is-active .slide-window {
    animation: heroSlidePop .55s cubic-bezier(.2,.9,.2,1) both;
}

.visual-slide.is-active .service-tags span {
    animation: heroTagIn .45s ease both;
}

.visual-slide.is-active .service-tags span:nth-child(1) {
    animation-delay: .08s;
}

.visual-slide.is-active .service-tags span:nth-child(2) {
    animation-delay: .16s;
}

.visual-slide.is-active .service-tags span:nth-child(3) {
    animation-delay: .24s;
}

.slide-window {
    position: relative;
    min-height: 290px;
    border-radius: 28px;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 20%, rgba(255,255,255,.20), transparent 32%),
        linear-gradient(180deg, #dbeafe, #eff6ff);
    border: 1px solid rgba(255,255,255,.14);
}

.photo-slide-scene,
.crash-scene,
.itp-scene {
    position: relative;
    min-height: 283px;
    height: 100%;
    overflow: hidden;
}

.hero-photo-car {
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: min(92%, 520px);
    transform: translateX(-50%);
    filter: drop-shadow(0 30px 34px rgba(15,23,42,.30));
}

.visual-slide.is-active .hero-photo-car {
    animation: heroCarIn .7s cubic-bezier(.2,.9,.2,1) both;
}

.slide-badge {
    position: absolute;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 13px;
    border-radius: 999px;
    background: rgba(255,255,255,.88);
    color: #0f172a;
    font-size: 13px;
    font-weight: 950;
    border: 1px solid rgba(15,23,42,.08);
    box-shadow: 0 16px 38px rgba(15,23,42,.12);
}

.badge-top-left {
    top: 18px;
    left: 18px;
}

.badge-top-right {
    top: 18px;
    right: 18px;
}

.slide-badge i {
    color: #f97316;
}

.visual-slide.is-active .slide-badge {
    animation: heroBadgeIn .45s ease both;
}

.visual-slide.is-active .badge-top-right {
    animation-delay: .12s;
}

/* Service tags din slider */
.visual-slider .service-tags {
    position: relative;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 16px 0 0;
}

.visual-slider .service-tags span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 13px;
    border-radius: 999px;
    background: rgba(255,255,255,.10);
    color: #fff;
    border: 1px solid rgba(255,255,255,.13);
    font-weight: 850;
    font-size: 13px;
}

.visual-slider .service-tags i {
    color: #fb923c;
}

/* Dots */
.visual-dots {
    position: relative;
    z-index: 4;
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
}

.visual-dots button {
    width: 9px;
    height: 9px;
    border: 0;
    padding: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.28);
    cursor: pointer;
    transition: .22s ease;
}

.visual-dots button.is-active {
    width: 30px;
    background: #f97316;
}

/* Quick card - fara efect de loading aiurea */
.quick-request {
    position: relative;
    z-index: 5;
    margin-top: 18px;
    padding: 20px;
    border-radius: 24px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
    transition: background .25s ease, border-color .25s ease, transform .25s ease;
}

.quick-request small {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #dbeafe;
    margin-bottom: 8px;
    font-weight: 850;
}

.quick-request strong {
    display: block;
    max-width: 520px;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: -.02em;
}

/* scoatem senzatia de preload / unload */
.quick-request .progress {
    display: none;
}

/* in loc de bara, punem un accent discret */
.quick-request::after {
    content: "";
    display: block;
    width: 74px;
    height: 4px;
    margin-top: 16px;
    border-radius: 999px;
    background: linear-gradient(90deg, #f97316, #22c55e);
}

.quick-theme-rca::after {
    background: linear-gradient(90deg, #f97316, #ef4444);
}

.quick-theme-itp::after {
    background: linear-gradient(90deg, #3b82f6, #22c55e);
}

.quick-theme-paint::after {
    background: linear-gradient(90deg, #f97316, #3b82f6);
}

/* Crash slide */
.crash-slide {
    background:
        radial-gradient(circle at 50% 35%, rgba(249, 115, 22, .22), transparent 28%),
        linear-gradient(180deg, #dbeafe, #f8fafc);
}

.crash-bg-circle {
    position: absolute;
    border-radius: 999px;
    opacity: .35;
}

.crash-bg-one {
    width: 180px;
    height: 180px;
    left: -50px;
    bottom: 20px;
    background: #fb923c;
}

.crash-bg-two {
    width: 220px;
    height: 220px;
    right: -70px;
    top: 30px;
    background: #60a5fa;
}

.crash-road {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 46px;
    height: 58px;
    background: #1e293b;
}

.crash-car {
    position: absolute;
    bottom: 83px;
    width: 150px;
    height: 70px;
}

.crash-car-left {
    left: 80px;
    transform: rotate(7deg);
}

.crash-car-right {
    right: 80px;
    transform: rotate(-7deg);
}

.crash-car-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    height: 42px;
    border-radius: 28px 34px 14px 14px;
    background: linear-gradient(135deg, #f97316, #fb923c);
}

.crash-car-right .crash-car-body {
    background: linear-gradient(135deg, #334155, #0f172a);
}

.crash-car-roof {
    position: absolute;
    left: 42px;
    top: 0;
    width: 64px;
    height: 34px;
    border-radius: 28px 28px 8px 8px;
    background: rgba(255,255,255,.46);
}

.crash-car-wheel {
    position: absolute;
    bottom: 0;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: #020617;
    border: 6px solid #475569;
}

.crash-car-wheel.wheel-left {
    left: 24px;
}

.crash-car-wheel.wheel-right {
    right: 24px;
}

.impact-burst {
    position: absolute;
    left: 50%;
    bottom: 118px;
    width: 66px;
    height: 66px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    transform: translateX(-50%);
    background: #fff;
    color: #f97316;
    font-size: 28px;
    box-shadow: 0 18px 44px rgba(15,23,42,.18);
}

.visual-slide.is-active .impact-burst {
    animation: impactPulse 1.3s ease-in-out infinite;
}

/* ITP slide */
.itp-slide {
    background:
        radial-gradient(circle at 80% 20%, rgba(34,197,94,.18), transparent 28%),
        linear-gradient(180deg, #eef6ff, #f8fafc);
}

.itp-scene {
    display: grid;
    place-items: center;
    padding: 34px;
}

.itp-card-big {
    width: min(100%, 430px);
    padding: 24px;
    border-radius: 28px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(15,23,42,.08);
    box-shadow: 0 24px 60px rgba(15,23,42,.14);
}

.visual-slide.is-active .itp-card-big {
    animation: heroSlidePop .55s cubic-bezier(.2,.9,.2,1) both;
}

.itp-card-top {
    display: grid;
    gap: 12px;
    margin-bottom: 20px;
}

.itp-card-top strong {
    font-size: 22px;
    color: #0f172a;
}

.itp-pill {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border-radius: 999px;
    background: #eafaf0;
    color: #15803d;
    font-weight: 950;
    font-size: 13px;
}

.itp-talon {
    display: grid;
    gap: 10px;
    padding: 18px;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid rgba(15,23,42,.06);
}

.itp-talon-line {
    height: 10px;
    border-radius: 999px;
    background: #cbd5e1;
}

.itp-talon-line.w-90 {
    width: 90%;
}

.itp-talon-line.w-70 {
    width: 70%;
}

.itp-talon-line.w-80 {
    width: 80%;
}

.itp-talon-line.w-60 {
    width: 60%;
}

.itp-checks {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.itp-checks div {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #334155;
    font-weight: 850;
}

.itp-checks i {
    color: #16a34a;
}

/* Animatii */
@keyframes heroSlidePop {
    0% {
        transform: translateY(18px) scale(.96);
        opacity: .2;
    }
    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

@keyframes heroCarIn {
    0% {
        transform: translateX(-50%) translateY(26px) scale(.94);
        opacity: .35;
    }
    100% {
        transform: translateX(-50%) translateY(0) scale(1);
        opacity: 1;
    }
}

@keyframes heroBadgeIn {
    0% {
        transform: translateY(-10px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes heroTagIn {
    0% {
        transform: translateY(12px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes impactPulse {
    0%, 100% {
        transform: translateX(-50%) scale(1);
    }
    50% {
        transform: translateX(-50%) scale(1.08);
    }
}

@keyframes heroSliderShine {
    0%, 72% {
        transform: translateX(-120%);
    }
    100% {
        transform: translateX(120%);
    }
}

@media (max-width: 1100px) {
    .visual-slides {
        min-height: 390px;
    }
}

@media (max-width: 700px) {
    .visual-slider {
        padding: 16px;
        border-radius: 28px;
    }

    .visual-slides {
        min-height: 360px;
    }

    .slide-window,
    .photo-slide-scene,
    .crash-scene,
    .itp-scene {
        min-height: 250px;
    }

    .crash-car-left {
        left: 28px;
    }

    .crash-car-right {
        right: 28px;
    }

    .crash-car {
        width: 124px;
    }

    .quick-request strong {
        font-size: 16px;
    }

    .visual-slider .service-tags span {
        font-size: 12px;
        padding: 8px 8px;
    }
}
/* =========================
   DESKTOP HERO CARD SUBTLE DRIFT
========================= */

@media (min-width: 901px) {
    .hero-visual {
        animation: heroVisualDrift 9s ease-in-out infinite;
        will-change: transform;
    }

    .hero-visual:hover {
        animation-play-state: paused;
    }
}

@keyframes heroVisualDrift {
    0% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }

    18% {
        transform: translate3d(8px, -6px, 0) rotate(.35deg);
    }

    38% {
        transform: translate3d(-7px, 4px, 0) rotate(-.28deg);
    }

    62% {
        transform: translate3d(6px, 7px, 0) rotate(.32deg);
    }

    82% {
        transform: translate3d(-7px, -5px, 0) rotate(-.18deg);
    }

    100% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-visual {
        animation: none !important;
    }
}
.why-section {
    position: relative;
    overflow: hidden;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.why-card {
    position: relative;
    background: var(--white);
    border: 1px solid rgba(16, 36, 61, .08);
    border-radius: 28px;
    padding: 30px;
    box-shadow: 0 22px 60px rgba(17, 24, 39, .07);
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.why-card::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(249, 115, 22, .16), transparent 70%);
    pointer-events: none;
}

.why-card:hover {
    transform: translateY(-6px);
    border-color: rgba(249, 115, 22, .24);
    box-shadow: 0 30px 80px rgba(17, 24, 39, .11);
}

.why-icon {
    width: 58px;
    height: 58px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    background: var(--soft-orange);
    color: var(--orange);
    font-size: 24px;
    margin-bottom: 22px;
}

.why-card h3 {
    margin: 0 0 12px;
    color: var(--ink);
    font-size: 21px;
    letter-spacing: -.02em;
}

.why-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.75;
    font-size: 15.5px;
}

@media (max-width: 992px) {
    .why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .why-grid {
        grid-template-columns: 1fr;
    }

    .why-card {
        padding: 24px;
        border-radius: 24px;
    }
}
.accident-section {
    position: relative;
    background:
        radial-gradient(circle at 15% 20%, rgba(249, 115, 22, .18), transparent 30%),
        radial-gradient(circle at 86% 62%, rgba(255, 255, 255, .22), transparent 34%),
        linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(248, 250, 252, .16) 68%, rgba(248, 250, 252, .62) 100%),
        linear-gradient(135deg, #111827 0%, #0d1b2a 50%, #22354f 75%, #f8fafc 135%);
    color: #fff;
    overflow: hidden;
}

.accident-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 48px 48px;
    opacity: .35;
    pointer-events: none;
}

.accident-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
    gap: 54px;
    align-items: center;
}

.accident-kicker {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .16);
    color: #fff;
}

.accident-content h2 {
    max-width: 760px;
    margin: 22px 0 20px;
    color: #fff;
    font-size: clamp(38px, 5vw, 68px);
    line-height: .96;
    letter-spacing: -.055em;
}

.accident-content > p {
    max-width: 650px;
    margin: 0 0 30px;
    color: rgba(255, 255, 255, .78);
    font-size: 18px;
    line-height: 1.75;
}

.accident-checks {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
    display: grid;
    gap: 16px;
    max-width: 680px;
}

.accident-checks li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    color: rgba(255, 255, 255, .9);
    font-weight: 700;
    line-height: 1.55;
}

.accident-checks i {
    color: #22c55e;
    font-size: 20px;
    margin-top: 2px;
    flex: 0 0 auto;
}

.accident-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.accident-actions .btn {
    border-radius: 999px;
}

.btn-outline-light {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 14px 22px;
    border: 1px solid rgba(255, 255, 255, .22);
    background: rgba(255, 255, 255, .08);
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    transition: transform .25s ease, background .25s ease, border-color .25s ease;
}

.btn-outline-light:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, .13);
    border-color: rgba(255, 255, 255, .36);
    color: #fff;
}

.accident-panel {
    position: relative;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .08);
    border-radius: 34px;
    padding: 24px;
    box-shadow: 0 34px 90px rgba(0, 0, 0, .28);
    backdrop-filter: blur(14px);
}

.accident-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
    padding: 4px 4px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.accident-panel-head span {
    color: rgba(255, 255, 255, .62);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.accident-panel-head strong {
    color: #fff;
    font-size: 14px;
}

.accident-flow {
    display: grid;
    gap: 14px;
}

.accident-flow-item {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 16px;
    align-items: center;
    padding: 18px;
    border-radius: 24px;
    background: rgba(255, 255, 255, .94);
    color: var(--ink);
    transition: transform .25s ease, background .25s ease;
}

.accident-flow-item:hover {
    transform: translateX(5px);
    background: #fff;
}

.accident-flow-item span {
    width: 58px;
    height: 58px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    background: var(--orange);
    color: #fff;
    font-size: 23px;
}

.accident-flow-item h3 {
    margin: 0 0 4px;
    color: var(--ink);
    font-size: 21px;
    letter-spacing: -.02em;
}

.accident-flow-item p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    font-weight: 700;
}

@media (max-width: 992px) {
    .accident-inner {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .accident-content h2 {
        max-width: 100%;
    }

    .accident-panel {
        max-width: 680px;
    }
}

@media (max-width: 640px) {
    .accident-section {
        padding-bottom: 110px;
    }

    .accident-content h2 {
        font-size: 40px;
    }

    .accident-content > p {
        font-size: 16px;
    }

    .accident-panel {
        padding: 16px;
        border-radius: 26px;
    }

    .accident-flow-item {
        grid-template-columns: 48px 1fr;
        padding: 15px;
        border-radius: 20px;
    }

    .accident-flow-item span {
        width: 48px;
        height: 48px;
        border-radius: 16px;
        font-size: 20px;
    }

    .accident-flow-item h3 {
        font-size: 18px;
    }

    .accident-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .accident-actions .btn,
    .accident-actions .btn-outline-light {
        justify-content: center;
    }
}
.location-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 10%, rgba(249, 115, 22, .08), transparent 25%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.location-head {
    max-width: 760px;
    margin-bottom: 42px;
}

.location-head h2 {
    margin: 18px 0 16px;
    color: var(--ink);
    font-size: clamp(38px, 5vw, 72px);
    line-height: .96;
    letter-spacing: -.055em;
}

.location-head p {
    margin: 0;
    max-width: 640px;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.75;
}

.location-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px;
    align-items: stretch;
}

.location-map {
    position: relative;
    width: 100%;
    aspect-ratio: 1365 / 1169;
    overflow: hidden;
    border-radius: 30px;
    background: #e5e7eb;
    box-shadow: 0 30px 80px rgba(17, 24, 39, .16);
}

.location-map-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Pinuri */

.map-pin {
    position: absolute;
    z-index: 5;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 0;
    background: transparent;
    transform: translate(-50%, -100%);
    cursor: pointer;
}

.map-pin i {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--orange);
    border: 3px solid #fff;
    border-radius: 50% 50% 50% 12px;
    transform: rotate(-45deg);
    font-size: 18px;
    box-shadow: 0 14px 28px rgba(249, 115, 22, .35);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.map-pin i::before {
    transform: rotate(45deg);
}

.map-pin:hover i,
.map-pin.is-active i {
    background: #ff7a1a;
    transform: rotate(-45deg) scale(1.1);
    box-shadow:
        0 16px 34px rgba(249, 115, 22, .42),
        0 0 0 12px rgba(249, 115, 22, .14);
}

/* Ajustezi DOAR astea pana pica perfect pe acoperis */
.pin-hala {
    left: 44.4%;
    top: 14.6%;
}

.pin-itp {
    left: 85%;
    top: 39%;
}

.pin-birou {
    left: 84%;
    top: 81%;
}

.pin-acces {
    left: 92.5%;
    top: 77%;
}

.pin-profi {
    left: 54.3%;
    top: 89.5%;
}

/* Card lateral */

.location-info-card {
    position: sticky;
    top: 110px;
    align-self: start;
    min-height: 430px;
    padding: 28px;
    border-radius: 30px;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(16, 36, 61, .08);
    box-shadow: 0 30px 80px rgba(17, 24, 39, .13);
    backdrop-filter: blur(14px);
    transition: transform .25s ease, opacity .25s ease;
}

.location-info-card.is-changing {
    opacity: .45;
    transform: translateY(6px);
}

.location-info-kicker {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 24px;
}

.location-info-kicker span {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 20px;
    background: var(--soft-orange);
    color: var(--orange);
    font-size: 24px;
}

.location-info-kicker small {
    color: var(--orange);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 12px;
}

.location-info-card h3 {
    margin: 0 0 14px;
    color: var(--ink);
    font-size: 32px;
    line-height: 1.05;
    letter-spacing: -.04em;
}

.location-info-card p {
    margin: 0 0 24px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.7;
    font-weight: 650;
}

.location-info-gallery {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 24px;
}

.location-info-gallery .gallery-placeholder,
.location-info-gallery img {
    width: 100%;
    height: 92px;
    object-fit: cover;
    border-radius: 16px;
}

.gallery-placeholder {
    border-radius: 14px;
    background: linear-gradient(135deg, #eef2f7 0%, #dbe4ee 100%);
    border: 1px dashed rgba(16, 36, 61, .18);
    color: #5f6f86;
    display: grid;
    place-items: center;
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    padding: 10px;
}

.location-info-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--orange);
    font-weight: 900;
    text-decoration: none;
}

.location-info-link:hover {
    color: var(--orange-dark);
}

/* Lista mobile ascunsa pe desktop */
.location-mobile-list {
    display: none;
}

/* Responsive */

@media (max-width: 1100px) {
    .location-layout {
        grid-template-columns: 1fr;
    }

    .location-info-card {
        position: relative;
        top: auto;
        min-height: auto;
    }

    .location-info-gallery {
        grid-template-columns: repeat(3, 1fr);
    }

    .location-info-gallery .gallery-placeholder,
    .location-info-gallery img {
        height: 84px;
    }
}

@media (max-width: 768px) {
    .location-head h2 {
        font-size: 40px;
    }

    .location-head p {
        font-size: 16px;
    }

    .location-map {
        border-radius: 22px;
    }

    .map-pin {
        display: none;
    }

    .location-info-card {
        display: none;
    }

    .location-mobile-list {
        display: grid;
        gap: 12px;
        margin-top: 18px;
    }

    .location-mobile-list article {
        padding: 18px;
        border-radius: 18px;
        background: #fff;
        border: 1px solid rgba(16, 36, 61, .08);
        box-shadow: 0 16px 45px rgba(17, 24, 39, .08);
    }

    .location-mobile-list strong {
        display: block;
        color: var(--ink);
        font-size: 17px;
        margin-bottom: 6px;
    }

    .location-mobile-list span {
        display: block;
        color: var(--muted);
        font-size: 14px;
        line-height: 1.55;
        font-weight: 650;
    }
}
@media (max-width: 768px) {
    .location-section {
        display: none;
    }
}
.map-pin {
    position: absolute;
    z-index: 5;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 0;
    background: transparent;
    transform: translate(-50%, -100%);
    cursor: pointer;
}

.map-pin i {
    position: relative;
    z-index: 3;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    color: #fff;
    background: #88776b;
    border: 3px solid #fff;
    border-radius: 50% 50% 50% 12px;
    transform: rotate(-45deg);
    font-size: 18px;
    box-shadow: 0 14px 28px rgba(249, 115, 22, .35);
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.map-pin i::before {
    transform: rotate(45deg);
}

/* cercurile radar */
.map-pin::before,
.map-pin::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 20px;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    transform: translate(-50%, -50%) scale(.65);
    background: rgba(249, 115, 22, .22);
    border: 1px solid rgba(249, 115, 22, .35);
    opacity: 0;
    pointer-events: none;
    z-index: 1;
}

/* activ + hover */
.map-pin:hover i,
.map-pin.is-active i {
    background: #ff7a1a;
    transform: rotate(-45deg) scale(1.12);
    box-shadow:
        0 16px 34px rgba(249, 115, 22, .42),
        0 0 0 8px rgba(249, 115, 22, .12);
}

.map-pin:hover::before,
.map-pin:hover::after,
.map-pin.is-active::before,
.map-pin.is-active::after {
    opacity: 1;
    animation: mapRadar 1.8s ease-out infinite;
}

.map-pin:hover::after,
.map-pin.is-active::after {
    animation-delay: .65s;
}

@keyframes mapRadar {
    0% {
        transform: translate(-50%, -50%) scale(.55);
        opacity: .75;
    }

    70% {
        opacity: .16;
    }

    100% {
        transform: translate(-50%, -50%) scale(2.35);
        opacity: 0;
    }
}
.map-pin.is-active {
    z-index: 20;
}

.map-pin.is-active i {
    background: var(--orange);
    border-color: #fff;
}
/* =========================================================
   GALLERY LINKS SECTION
========================================================= */

.gallery-links-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 10%, rgba(249, 115, 22, .08), transparent 26%),
        linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.gallery-links-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

/* CARD */

.gallery-link-card {
    position: relative;
    min-height: 390px;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding: 24px;
    text-decoration: none;
    color: #fff;
    background: #0d1b2a;
    box-shadow: 0 28px 80px rgba(17, 24, 39, .14);
    isolation: isolate;
    transform: translateY(0);
    transition:
        transform .28s ease,
        box-shadow .28s ease,
        filter .28s ease;
}

/* poza de fundal */
.gallery-link-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: var(--gallery-bg);
    background-size: cover;
    background-position: center;
    transform: scale(1);
    filter: brightness(.68) saturate(.94) contrast(1.04);
    transition:
        transform .45s ease,
        filter .35s ease;
}

/* overlay dark + portocaliu */
.gallery-link-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            180deg,
            rgba(7, 17, 31, .14) 0%,
            rgba(7, 17, 31, .24) 28%,
            rgba(7, 17, 31, .52) 58%,
            rgba(7, 17, 31, .90) 82%,
            rgba(7, 17, 31, 1) 100%
        ),
        linear-gradient(
            135deg,
            rgba(249, 115, 22, 0) 0%,
            rgba(249, 115, 22, .08) 48%,
            rgba(249, 115, 22, .20) 76%,
            rgba(249, 115, 22, .34) 100%
        ),
        radial-gradient(
            circle at 18% 88%,
            rgba(249, 115, 22, .38) 0%,
            rgba(249, 115, 22, .16) 26%,
            transparent 54%
        );
    opacity: 1;
    transition:
        opacity .28s ease,
        background .28s ease;
}

/* hover card */
.gallery-link-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 36px 100px rgba(17, 24, 39, .22);
    color: #fff;
}

.gallery-link-card:hover::after {
    transform: scale(1.08);
    filter: brightness(.76) saturate(1) contrast(1.06);
}

.gallery-link-card:hover::before {
    background:
        linear-gradient(
            180deg,
            rgba(7, 17, 31, .10) 0%,
            rgba(7, 17, 31, .22) 26%,
            rgba(7, 17, 31, .56) 56%,
            rgba(7, 17, 31, .92) 80%,
            rgba(7, 17, 31, 1) 100%
        ),
        linear-gradient(
            135deg,
            rgba(249, 115, 22, .02) 0%,
            rgba(249, 115, 22, .12) 48%,
            rgba(249, 115, 22, .24) 76%,
            rgba(249, 115, 22, .40) 100%
        ),
        radial-gradient(
            circle at 18% 88%,
            rgba(249, 115, 22, .46) 0%,
            rgba(249, 115, 22, .20) 28%,
            transparent 56%
        );
}

/* BADGE */

.gallery-link-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: calc(100% - 40px);
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .90);
    color: var(--ink);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 34px rgba(17, 24, 39, .12);
}

.gallery-link-badge i {
    color: var(--orange);
    font-size: 15px;
    flex: 0 0 auto;
}

/* CONTENT */

.gallery-link-content {
    position: relative;
    z-index: 3;
}

.gallery-link-content h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 27px;
    line-height: 1.02;
    letter-spacing: -.04em;
    text-shadow: 0 3px 18px rgba(0, 0, 0, .38);
}

.gallery-link-content p {
    margin: 0 0 20px;
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    line-height: 1.55;
    font-weight: 700;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .34);
}

.gallery-link-content strong {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .07em;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .36);
}

.gallery-link-content strong::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 44px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--orange), rgba(249, 115, 22, 0));
    transition: width .25s ease;
}

.gallery-link-content strong i {
    color: var(--orange);
    transition: transform .25s ease;
}

.gallery-link-card:hover .gallery-link-content strong i {
    transform: translateX(4px);
}

.gallery-link-card:hover .gallery-link-content strong::after {
    width: 72px;
}

/* RESPONSIVE */

@media (min-width: 1200px) {
    .why-section {
        padding: 105px 75px !important;
    }
}

@media (max-width: 1200px) {
    .gallery-links-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gallery-link-card {
        min-height: 340px;
    }
}

@media (max-width: 640px) {
    .gallery-links-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .gallery-link-card {
        min-height: 310px;
        border-radius: 24px;
        padding: 22px;
    }

    .gallery-link-badge {
        top: 18px;
        left: 18px;
        max-width: calc(100% - 36px);
        font-size: 11px;
        padding: 9px 12px;
    }

    .gallery-link-content h3 {
        font-size: 24px;
    }

    .gallery-link-content p {
        font-size: 14px;
    }
}
/* =========================================================
   FAQ SECTION - FINAL
========================================================= */

.faq-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 18%, rgba(249, 115, 22, .08), transparent 26%),
        radial-gradient(circle at 92% 72%, rgba(16, 36, 61, .05), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.faq-layout {
    display: grid;
    grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
    grid-template-areas:
        "aside accordion"
        "help accordion";
    gap: 24px 64px;
    align-items: start;
}

/* LEFT SIDE */

.faq-aside {
    grid-area: aside;
}

.faq-aside h2 {
    margin: 18px 0 18px;
    color: var(--ink);
    font-size: clamp(44px, 5vw, 76px);
    line-height: .92;
    letter-spacing: -.06em;
    max-width: 590px;
}

.faq-aside > p {
    margin: 0;
    max-width: 580px;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.72;
}

/* HELP AREA */

.faq-help-area {
    grid-area: help;
    margin-top: 8px;
}

.faq-help-card {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 16px;
    align-items: start;
    margin-bottom: 18px;
    padding: 22px;
    border-radius: 26px;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(16, 36, 61, .08);
    box-shadow: 0 18px 55px rgba(17, 24, 39, .07);
}

.faq-help-card > i {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: var(--soft-orange);
    color: var(--orange);
    font-size: 24px;
}

.faq-help-card strong {
    display: block;
    margin-bottom: 6px;
    color: var(--ink);
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -.02em;
}

.faq-help-card span {
    display: block;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.6;
    font-weight: 650;
}

.faq-help-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.faq-help-actions .btn {
    width: 100%;
    justify-content: center;
}

.btn-dark {
    background: #0d1b2a;
    color: #fff;
    border: 1px solid #0d1b2a;
}

.btn-dark:hover {
    background: #10243d;
    border-color: #10243d;
    color: #fff;
}

/* RIGHT SIDE ACCORDION */

.faq-accordion {
    grid-area: accordion;
    display: grid;
    gap: 14px;
    align-self: start;
}

.faq-accordion details {
    border-radius: 24px;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(16, 36, 61, .08);
    box-shadow: 0 16px 45px rgba(17, 24, 39, .065);
    overflow: hidden;
    transition:
        transform .22s ease,
        border-color .22s ease,
        box-shadow .22s ease,
        background .22s ease;
}

.faq-accordion details:hover {
    transform: translateY(-2px);
    border-color: rgba(249, 115, 22, .18);
    box-shadow: 0 20px 58px rgba(17, 24, 39, .09);
}

.faq-accordion details[open] {
    background: #fff;
    border-color: rgba(249, 115, 22, .24);
    box-shadow: 0 24px 70px rgba(17, 24, 39, .105);
}

.faq-accordion summary {
    min-height: 76px;
    padding: 21px 24px;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: var(--ink);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: -.015em;
}

.faq-accordion summary::-webkit-details-marker {
    display: none;
}

.faq-accordion summary span {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.faq-accordion summary span > i {
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: var(--soft-orange);
    color: var(--orange);
    font-size: 17px;
}

.faq-accordion summary > i {
    flex: 0 0 auto;
    color: var(--orange);
    font-size: 16px;
    transition: transform .22s ease;
}

.faq-accordion details[open] summary > i {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 24px 24px 76px;
}

.faq-answer p {
    margin: 0 0 12px;
    color: var(--muted);
    font-size: 15.5px;
    line-height: 1.68;
    font-weight: 600;
    max-width: 760px;
}

.faq-answer a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--orange);
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

.faq-answer a i {
    transition: transform .22s ease;
}

.faq-answer a:hover {
    color: var(--orange-dark);
}

.faq-answer a:hover i {
    transform: translateX(4px);
}

/* TABLET */

@media (max-width: 992px) {
    .faq-layout {
        grid-template-columns: 1fr;
        grid-template-areas:
            "aside"
            "accordion"
            "help";
        gap: 26px;
    }

    .faq-aside h2 {
        max-width: 760px;
    }

    .faq-aside > p {
        max-width: 760px;
    }

    .faq-help-area {
        max-width: 760px;
    }

    .faq-help-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* MOBILE */

@media (max-width: 768px) {
    .faq-section {
        padding-bottom: 110px;
    }

    .faq-layout {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .faq-aside {
        order: 1;
    }

    .faq-accordion {
        order: 2;
        gap: 10px;
    }

    .faq-help-area {
        order: 3;
        margin-top: 8px;
        max-width: none;
    }

    .faq-aside h2 {
        margin: 14px 0 16px;
        font-size: 38px;
        line-height: .98;
        letter-spacing: -.045em;
    }

    .faq-aside > p {
        font-size: 15.5px;
        line-height: 1.65;
    }

    .faq-accordion details {
        border-radius: 18px;
        box-shadow: 0 12px 34px rgba(17, 24, 39, .06);
    }

    .faq-accordion summary {
        min-height: auto;
        padding: 16px;
        font-size: 15.5px;
        line-height: 1.35;
        gap: 10px;
        align-items: flex-start;
    }

    .faq-accordion summary span {
        gap: 10px;
        align-items: flex-start;
    }

    .faq-accordion summary span > i {
        width: 34px;
        height: 34px;
        border-radius: 12px;
        font-size: 15px;
        margin-top: -2px;
    }

    .faq-accordion summary > i {
        margin-top: 8px;
        font-size: 13px;
    }

    .faq-answer {
        padding: 0 16px 16px 60px;
    }

    .faq-answer p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 10px;
    }

    .faq-answer a {
        font-size: 13px;
    }

    .faq-help-card {
        grid-template-columns: 44px 1fr;
        gap: 12px;
        padding: 18px;
        border-radius: 20px;
        margin-bottom: 14px;
    }

    .faq-help-card > i {
        width: 44px;
        height: 44px;
        border-radius: 15px;
        font-size: 20px;
    }

    .faq-help-card strong {
        font-size: 16px;
    }

    .faq-help-card span {
        font-size: 13.5px;
        line-height: 1.55;
    }

    .faq-help-actions {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .faq-help-actions .btn {
        width: 100%;
    }
}

/* EXTRA SMALL */

@media (max-width: 480px) {
    .faq-aside h2 {
        font-size: 34px;
    }

    .faq-aside > p {
        font-size: 15px;
    }

    .faq-accordion summary {
        padding: 15px;
        font-size: 15px;
    }

    .faq-answer {
        padding: 0 15px 15px 15px;
    }

    .faq-answer p {
        font-size: 13.8px;
    }
}
.reviews-showcase {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 15%, rgba(255, 122, 24, 0.14), transparent 32%),
        radial-gradient(circle at 85% 30%, rgba(31, 111, 235, 0.12), transparent 34%),
        linear-gradient(180deg, #f5f7fb 0%, #eef2f7 100%);
}

.reviews-bg-glow {
    position: absolute;
    inset: auto -10% -35% -10%;
    height: 360px;
    background: radial-gradient(circle, rgba(255, 122, 24, 0.18), transparent 62%);
    pointer-events: none;
}

.reviews-showcase .container {
    position: relative;
    z-index: 2;
}

.reviews-showcase-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 28px;
}

.reviews-showcase .section-heading {
    max-width: 780px;
}

.reviews-showcase .section-heading h2 {
    max-width: 920px;
}

.reviews-google-pill {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 255px;
    padding: 14px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    color: #111827;
    text-decoration: none;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.reviews-google-pill:hover {
    transform: translateY(-3px);
    background: #ffffff;
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.12);
}

.google-icon,
.review-google-badge {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff7a18, #ffb347);
    color: #ffffff;
    font-weight: 900;
}

.reviews-google-pill strong,
.reviews-google-pill small {
    display: block;
}

.reviews-google-pill small {
    color: #64748b;
    font-size: 12px;
}

.reviews-google-pill i {
    margin-left: auto;
    color: #ff7a18;
}

.reviews-hero-card {
    display: grid;
    grid-template-columns: 190px 1fr 230px;
    align-items: center;
    gap: 28px;
    padding: 30px;
    border-radius: 34px;
    background:
        linear-gradient(135deg, rgba(17, 24, 39, 0.96), rgba(31, 41, 55, 0.94)),
        radial-gradient(circle at top right, rgba(255, 122, 24, 0.28), transparent 36%);
    color: #ffffff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.24);
    overflow: hidden;
    position: relative;
}

.reviews-hero-card::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    border: 36px solid rgba(255, 122, 24, 0.12);
}

.reviews-score-orb {
    position: relative;
    width: 158px;
    height: 158px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    align-content: center;
    background:
        radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.28), transparent 28%),
        linear-gradient(135deg, #ff7a18, #c45818);
    box-shadow: 0 18px 55px rgba(255, 122, 24, 0.26);
}

.score-pulse {
    position: absolute;
    inset: -10px;
    border-radius: inherit;
    border: 1px solid rgba(255, 122, 24, 0.45);
    animation: reviewPulse 2.4s ease-in-out infinite;
}

.reviews-score-orb strong {
    font-size: 54px;
    line-height: 1;
}

.reviews-score-orb small {
    font-weight: 800;
    opacity: .85;
}

.reviews-stars,
.review-stars {
    color: #ffb020;
    letter-spacing: 3px;
}

.reviews-score-orb .reviews-stars {
    font-size: 13px;
    margin-top: 8px;
}

.mini-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #ff7a18;
    font-size: 12px;
    font-weight: 900;
}

.reviews-hero-content {
    position: relative;
    z-index: 2;
}

.reviews-hero-content h3 {
    font-size: clamp(26px, 3vw, 42px);
    line-height: 1.05;
    margin: 10px 0 12px;
}

.reviews-hero-content p {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.78);
    margin: 0;
}

.reviews-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.reviews-tags span {
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.11);
    font-size: 13px;
    font-weight: 800;
}

.reviews-mini-stats {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 12px;
}

.reviews-mini-stats div {
    padding: 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.reviews-mini-stats strong,
.reviews-mini-stats span {
    display: block;
}

.reviews-mini-stats strong {
    font-size: 30px;
    line-height: 1;
}

.reviews-mini-stats span {
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
}

.reviews-slider-wrap {
    margin-top: 30px;
    padding: 22px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 55px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(18px);
}

.reviews-slider-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.reviews-slider-top h3 {
    margin: 4px 0 0;
    font-size: 28px;
}

.reviews-controls {
    display: flex;
    gap: 10px;
}

.reviews-nav {
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: #111827;
    color: #ffffff;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease;
}

.reviews-nav:hover {
    transform: translateY(-2px);
    background: #ff7a18;
}

.reviews-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 32px) / 3);
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 4px 2px 14px;
    scrollbar-width: none;
}

.reviews-track::-webkit-scrollbar {
    display: none;
}

.review-slide-card {
    position: relative;
    min-height: 260px;
    padding: 24px;
    border-radius: 26px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
    scroll-snap-align: start;
    overflow: hidden;
    transform: scale(.96);
    opacity: .72;
    transition: transform .32s ease, opacity .32s ease, box-shadow .32s ease, border-color .32s ease;
}

.review-slide-card.is-active,
.review-slide-card:hover {
    transform: scale(1);
    opacity: 1;
    border-color: rgba(255, 122, 24, 0.28);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.13);
}

.review-quote-mark {
    position: absolute;
    right: 18px;
    top: -18px;
    font-size: 118px;
    font-weight: 900;
    color: rgba(255, 122, 24, 0.09);
    line-height: 1;
}

.review-card-head {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
}

.review-avatar {
    flex: 0 0 auto;
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: linear-gradient(135deg, #111827, #334155);
    color: #ffffff;
    font-weight: 900;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}

.review-card-head strong,
.review-card-head small {
    display: block;
}

.review-card-head strong {
    color: #111827;
}

.review-card-head small {
    color: #64748b;
    font-size: 12px;
    margin-top: 2px;
}

.review-google-badge {
    margin-left: auto;
    width: 32px;
    height: 32px;
    font-size: 14px;
}

.review-stars {
    margin: 18px 0 12px;
    font-size: 15px;
}

.review-slide-card p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #475569;
    line-height: 1.7;
}

.review-card-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    color: #111827;
    font-weight: 900;
    font-size: 13px;
}

.review-card-foot i {
    color: #16a34a;
}

.reviews-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 6px;
}

.reviews-dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.22);
    cursor: pointer;
    transition: width .25s ease, background .25s ease;
}

.reviews-dots button.is-active {
    width: 30px;
    background: #ff7a18;
}

@keyframes reviewPulse {
    0%, 100% {
        transform: scale(.96);
        opacity: .55;
    }

    50% {
        transform: scale(1.08);
        opacity: 1;
    }
}

@media (max-width: 992px) {
    .reviews-showcase-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .reviews-hero-card {
        grid-template-columns: 1fr;
    }

    .reviews-mini-stats {
        grid-template-columns: 1fr 1fr;
    }

    .reviews-track {
        grid-auto-columns: calc((100% - 16px) / 2);
    }
}

@media (max-width: 640px) {
    .reviews-hero-card,
    .reviews-slider-wrap {
        border-radius: 24px;
        padding: 18px;
    }

    .reviews-score-orb {
        width: 132px;
        height: 132px;
    }

    .reviews-score-orb strong {
        font-size: 44px;
    }

    .reviews-mini-stats {
        grid-template-columns: 1fr;
    }

    .reviews-track {
        grid-auto-columns: 88%;
    }

    .review-slide-card {
        min-height: 280px;
    }

    .reviews-slider-top {
        align-items: flex-start;
    }
}