/* ==========================================================================
   PATCH NOTES PAGE - SmartDuck Design System
   Version préparatoire pour passage en production
   ========================================================================== */

/* Hero Section */
.patch-hero {
    background: linear-gradient(180deg, #fff7ed, #fdf2f8);
    padding: 2.5rem 16px 2rem;
    text-align: center;
}

.patch-hero .section-container {
    max-width: 900px;
    margin: 0 auto;
}

.patch-hero h1 {
    font-family: 'Neulis Cursive', sans-serif;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    background: linear-gradient(90deg, #ff7e04, #da1984);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.patch-hero .version-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(90deg, #ff7e04, #da1984);
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 1.5rem;
}

.patch-hero .version-badge i {
    font-size: 1.1rem;
}

.patch-hero .intro-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: rgb(75 85 99);
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

/* Summary Stats */
.stats-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 1.5rem;
}

.stat-card {
    background: white;
    border-radius: 10px;
    padding: 12px 10px;
    text-align: center;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / .06);
    border: 1px solid hsl(214.3 31.8% 91.4%);
}

.stat-card .stat-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
    font-size: 1.1rem;
    color: white;
}

.stat-card .stat-icon.orange { background: #ff7e04; }
.stat-card .stat-icon.pink { background: #da1984; }
.stat-card .stat-icon.blue { background: rgb(37, 99, 235); }
.stat-card .stat-icon.green { background: rgb(22, 163, 74); }

.stat-card .stat-number {
    font-family: 'Neulis Cursive', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 2px;
}

.stat-card .stat-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    color: rgb(75 85 99);
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/* Section Styles */
.patch-section {
    padding: 3rem 20px;
}

.patch-section.alt-bg {
    background: linear-gradient(180deg, #f8fafc, #fff7ed);
}

.patch-section .section-container {
    max-width: 1000px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 2rem;
}

.section-header h2 {
    font-family: 'Neulis Cursive', sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.section-header .section-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(90deg, #ffedd5, #fce7f3);
    color: #da1984;
    padding: 6px 14px;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.section-header .section-tag.done { background: linear-gradient(90deg, #dcfce7, #d1fae5); color: rgb(22, 163, 74); }
.section-header .section-tag.progress { background: linear-gradient(90deg, #dbeafe, #e0e7ff); color: rgb(37, 99, 235); }
.section-header .section-tag.waiting { background: linear-gradient(90deg, #fef3c7, #fef9c3); color: hsl(40.6, 96.1%, 40.4%); }

/* Feature Cards */
.features-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.feature-card {
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    border: 1px solid hsl(214.3 31.8% 91.4%);
}

.feature-card .card-header {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
}

.feature-card .card-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    flex-shrink: 0;
    background: linear-gradient(135deg, #ff7e04, #da1984);
}

.feature-card .card-icon.form { background: linear-gradient(135deg, #ff7e04, #ff9a3c); }
.feature-card .card-icon.landing { background: linear-gradient(135deg, #da1984, #f472b6); }
.feature-card .card-icon.geo { background: linear-gradient(135deg, rgb(37, 99, 235), #60a5fa); }
.feature-card .card-icon.ux { background: linear-gradient(135deg, hsl(271.5, 81.3%, 55.9%), #a78bfa); }

.feature-card .card-title-group h3 {
    font-family: 'Neulis Cursive', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.feature-card .card-title-group .feature-tag {
    display: inline-block;
    background: linear-gradient(90deg, #dcfce7, #d1fae5);
    color: rgb(22, 163, 74);
    padding: 3px 10px;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.65rem;
    text-transform: uppercase;
}

.feature-card .card-title-group .feature-tag.bonus {
    background: linear-gradient(90deg, #fef3c7, #fef9c3);
    color: hsl(40.6, 96.1%, 40.4%);
}

.feature-card .card-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: rgb(75 85 99);
    line-height: 1.6;
    margin-bottom: 15px;
}

/* Feature Details List */
.feature-details {
    background: linear-gradient(180deg, #f8fafc, #fff);
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
}

.feature-details h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.feature-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-details li {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: rgb(75 85 99);
    padding: 6px 0;
    padding-left: 24px;
    position: relative;
    line-height: 1.5;
}

.feature-details li::before {
    content: "\e10c"; /* Phosphor check */
    font-family: 'Phosphor';
    position: absolute;
    left: 0;
    color: rgb(22, 163, 74);
    font-size: 14px;
}

/* Flow Diagram */
.flow-diagram {
    background: linear-gradient(180deg, #1e293b, #0f172a);
    border-radius: 10px;
    padding: 20px 15px;
    overflow-x: auto;
}

.flow-diagram h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-align: center;
}

.flow-steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.flow-step {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.1);
    padding: 10px 15px;
    border-radius: 8px;
    width: 100%;
    max-width: 280px;
}

.flow-step .step-num {
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #ff7e04, #da1984);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: white;
    flex-shrink: 0;
}

.flow-step .step-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: white;
    line-height: 1.4;
}

.flow-step .step-text strong {
    color: #ff7e04;
}

.flow-arrow {
    color: #ff7e04;
    font-size: 18px;
    display: none; /* Hidden on mobile - vertical layout */
}

/* Technical Note */
.tech-note {
    background: linear-gradient(90deg, #fef3c7, #fef9c3);
    border-left: 3px solid hsl(40.6, 96.1%, 40.4%);
    border-radius: 0 8px 8px 0;
    padding: 12px 15px;
    margin-top: 15px;
}

.tech-note .note-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

.tech-note .note-header i {
    color: hsl(40.6, 96.1%, 40.4%);
    font-size: 1rem;
}

.tech-note .note-header span {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: hsl(40.6, 96.1%, 40.4%);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tech-note p {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #78350f;
    line-height: 1.5;
    margin: 0;
}

/* Timeline Section */
.timeline {
    position: relative;
    padding-left: 30px;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #ff7e04, #da1984, rgb(37, 99, 235));
}

.timeline-item {
    position: relative;
    padding-bottom: 25px;
}

.timeline-item:last-child {
    padding-bottom: 0;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -26px;
    top: 5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: white;
    border: 3px solid #ff7e04;
}

.timeline-item.progress::before { border-color: rgb(37, 99, 235); }
.timeline-item.waiting::before { border-color: hsl(40.6, 96.1%, 40.4%); }

.timeline-item .timeline-date {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #ff7e04;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.timeline-item.progress .timeline-date { color: rgb(37, 99, 235); }
.timeline-item.waiting .timeline-date { color: hsl(40.6, 96.1%, 40.4%); }

.timeline-item h3 {
    font-family: 'Neulis Cursive', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.timeline-item p {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: rgb(75 85 99);
    line-height: 1.5;
    margin: 0;
}

.timeline-item .timeline-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 8px;
    padding: 4px 10px;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
}

.timeline-item .timeline-tag.soon {
    background: linear-gradient(90deg, #dbeafe, #e0e7ff);
    color: rgb(37, 99, 235);
}

.timeline-item .timeline-tag.test {
    background: linear-gradient(90deg, #fce7f3, #fdf2f8);
    color: #da1984;
}

.timeline-item .timeline-tag.waiting-doc {
    background: linear-gradient(90deg, #fef3c7, #fef9c3);
    color: hsl(40.6, 96.1%, 40.4%);
}

/* Waiting Section */
.waiting-card {
    background: white;
    border-radius: 10px;
    padding: 25px 20px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1);
    border: 2px dashed hsl(40.6, 96.1%, 40.4%);
    text-align: center;
}

.waiting-card .waiting-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    background: linear-gradient(90deg, #fef3c7, #fef9c3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: hsl(40.6, 96.1%, 40.4%);
}

.waiting-card h3 {
    font-family: 'Neulis Cursive', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.waiting-card p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: rgb(75 85 99);
    line-height: 1.6;
    margin-bottom: 15px;
}

.waiting-card .estimate {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(90deg, #f0fdf4, #dcfce7);
    color: rgb(22, 163, 74);
    padding: 10px 20px;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
}

.waiting-card .estimate i {
    font-size: 1.1rem;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #1e293b, #0f172a);
    padding: 3rem 20px;
    text-align: center;
}

.cta-section h2 {
    font-family: 'Neulis Cursive', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: white;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.cta-section p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #94a3b8;
    line-height: 1.6;
    max-width: 500px;
    margin: 0 auto 1.5rem;
}

.cta-section .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(90deg, #ff7e04, #da1984);
    color: white;
    padding: 12px 25px;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-section .btn:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px -5px rgba(218, 25, 132, 0.4);
}

/* ==========================================================================
   DASHBOARD SHOWCASE - STAR FEATURE
   ========================================================================== */
.dashboard-showcase {
    background: linear-gradient(180deg, #ecfeff, #f0f9ff, #fff);
    padding: 3rem 16px;
    position: relative;
    overflow: hidden;
}

.dashboard-showcase::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(8, 145, 178, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.dashboard-showcase .section-container {
    max-width: 1000px;
    margin: 0 auto;
}

.section-header .section-tag.dashboard-tag {
    background: linear-gradient(90deg, #cffafe, #e0f2fe);
    color: #0891b2;
}

.showcase-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: rgb(75 85 99);
    line-height: 1.6;
    max-width: 500px;
    margin: 0.5rem auto 0;
    text-align: center;
}

/* Dashboard icon gradient */
.feature-card .card-icon.dashboard { background: linear-gradient(135deg, #0891b2, #06b6d4); }

/* ---------- DASHBOARD MOCKUP ---------- */
.dashboard-mockup {
    background: #1e293b;
    border-radius: 12px;
    overflow: hidden;
    box-shadow:
        0 25px 60px -12px rgba(8, 145, 178, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    margin: 2rem auto;
    max-width: 700px;
}

.mockup-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: #0f172a;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.mockup-dots {
    display: flex;
    gap: 5px;
}

.mockup-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #334155;
}

.mockup-dots span:first-child { background: #f87171; }
.mockup-dots span:nth-child(2) { background: #fbbf24; }
.mockup-dots span:last-child { background: #34d399; }

.mockup-url {
    flex: 1;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 6px;
    padding: 4px 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    color: #64748b;
    text-align: center;
}

.mockup-badge-live {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    font-weight: 700;
    color: #34d399;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.live-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #34d399;
    animation: live-pulse 2s ease-in-out infinite;
}

@keyframes live-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(0.8); }
}

.mockup-body {
    padding: 12px;
    background: #f1f5f9;
}

/* Mini Tabs */
.mockup-tabs {
    display: flex;
    gap: 3px;
    background: white;
    border-radius: 8px;
    padding: 3px;
    margin-bottom: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.mockup-tab {
    flex: 1;
    text-align: center;
    padding: 4px 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    font-weight: 600;
    color: #94a3b8;
    border-radius: 6px;
}

.mockup-tab.active {
    background: linear-gradient(135deg, #0891b2, #06b6d4);
    color: white;
}

/* Mini KPI Row */
.mockup-kpi-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    margin-bottom: 8px;
}

.mockup-kpi {
    background: white;
    border-radius: 8px;
    padding: 8px;
    text-align: center;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    border-left: 2px solid #0891b2;
}

.mockup-kpi-value {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #111827;
    font-variant-numeric: tabular-nums;
}

.mockup-kpi-label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 7px;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-top: 2px;
}

/* Mini Charts Row */
.mockup-charts-row {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 6px;
    margin-bottom: 8px;
}

.mockup-chart {
    background: white;
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.mockup-chart-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 8px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 6px;
}

/* SVG Line Chart Animation */
.mini-line-chart {
    width: 100%;
    height: 50px;
}

.chart-line {
    stroke-dasharray: 350;
    stroke-dashoffset: 350;
    animation: draw-line 2.5s ease-out forwards;
    animation-delay: 0.5s;
}

.chart-area {
    opacity: 0;
    animation: fade-area 1s ease-out forwards;
    animation-delay: 2s;
}

.chart-dot {
    opacity: 0;
    animation: pop-dot 0.4s ease-out forwards;
    animation-delay: 3s;
}

@keyframes draw-line {
    to { stroke-dashoffset: 0; }
}

@keyframes fade-area {
    to { opacity: 1; }
}

@keyframes pop-dot {
    0% { opacity: 0; r: 0; }
    70% { r: 5; }
    100% { opacity: 1; r: 3; }
}

/* Mini Bar Chart Animation */
.mini-bar-chart {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    height: 50px;
    padding-top: 4px;
}

.mini-bar {
    flex: 1;
    background: linear-gradient(180deg, #0891b2, #06b6d4);
    border-radius: 3px 3px 0 0;
    height: 0%;
    animation: grow-bar 1s ease-out forwards;
    position: relative;
}

.mini-bar:nth-child(1) { animation-delay: 0.8s; }
.mini-bar:nth-child(2) { animation-delay: 1.0s; }
.mini-bar:nth-child(3) { animation-delay: 1.2s; }
.mini-bar:nth-child(4) { animation-delay: 1.4s; }
.mini-bar:nth-child(5) { animation-delay: 1.6s; }

@keyframes grow-bar {
    to { height: var(--bar-height); }
}

.mini-bar::after {
    content: attr(data-label);
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Montserrat', sans-serif;
    font-size: 6px;
    color: #9ca3af;
    white-space: nowrap;
}

/* Mini Table */
.mockup-table {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.mockup-table-row {
    display: grid;
    grid-template-columns: 1.2fr 1fr 0.8fr;
    padding: 5px 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 8px;
    color: #6b7280;
    border-bottom: 1px solid #f1f5f9;
}

.mockup-table-row:last-child {
    border-bottom: none;
}

.mockup-table-header {
    background: #f8fafc;
    font-weight: 600;
    color: #94a3b8;
    font-size: 7px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.mockup-cell-name {
    font-weight: 600;
    color: #111827;
}

.mockup-quality {
    color: #fbbf24;
    font-size: 9px;
}

.mockup-table-fade {
    opacity: 0.4;
    mask-image: linear-gradient(180deg, black 0%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, black 0%, transparent 100%);
}

/* ---------- VALUE PROPOSITION ---------- */
.dashboard-value {
    margin: 2rem 0;
}

.dashboard-value h3 {
    font-family: 'Neulis Cursive', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 1.5rem;
}

.value-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.value-item {
    background: white;
    border-radius: 10px;
    padding: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
    border: 1px solid hsl(214.3 31.8% 91.4%);
}

.value-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(8, 145, 178, 0.1), rgba(6, 182, 212, 0.1));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #0891b2;
    margin-bottom: 10px;
}

.value-item h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.value-item p {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: rgb(75 85 99);
    line-height: 1.5;
    margin: 0;
}

/* ---------- DASHBOARD ROADMAP ---------- */
.dashboard-roadmap {
    background: linear-gradient(180deg, #1e293b, #0f172a);
    border-radius: 10px;
    padding: 20px 16px;
    margin: 1.5rem 0;
}

.dashboard-roadmap h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dashboard-roadmap h4 i {
    color: #06b6d4;
    font-size: 1.1rem;
}

.evolution-items {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.evolution-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
}

.evo-tag {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    white-space: nowrap;
    flex-shrink: 0;
}

.evo-tag.soon {
    background: rgba(6, 182, 212, 0.2);
    color: #22d3ee;
}

.evo-tag.medium {
    background: rgba(251, 191, 36, 0.15);
    color: #fbbf24;
}

.evo-tag.later {
    background: rgba(168, 85, 247, 0.15);
    color: #c084fc;
}

.evo-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #e2e8f0;
    line-height: 1.4;
}

/* ---------- DASHBOARD CTA ---------- */
.dashboard-cta {
    text-align: center;
    margin: 1.5rem 0;
}

.dashboard-access-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #0891b2, #06b6d4);
    color: white;
    padding: 14px 28px;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}

.dashboard-access-btn:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 25px -5px rgba(8, 145, 178, 0.4);
}

.dashboard-access-btn:active {
    transform: scale(0.98);
}

.dashboard-cta-note {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #64748b;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

/* ---------- REDUCED MOTION ---------- */
@media (prefers-reduced-motion: reduce) {
    .chart-line,
    .chart-area,
    .chart-dot,
    .mini-bar,
    .live-dot {
        animation: none !important;
    }

    .chart-line { stroke-dashoffset: 0; }
    .chart-area { opacity: 1; }
    .chart-dot { opacity: 1; }
    .mini-bar { height: var(--bar-height); }
    .live-dot { opacity: 1; }
}

/* ========================================================================
   TABLET STYLES (768px+)
   ======================================================================== */
@media (min-width: 768px) {
    .patch-hero {
        padding: 4rem 40px 3rem;
    }

    .patch-hero h1 {
        font-size: 36px;
    }

    .patch-hero .intro-text {
        font-size: 15px;
    }

    .stats-row {
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
    }

    .stat-card {
        padding: 20px;
    }

    .stat-card .stat-number {
        font-size: 28px;
    }

    .stat-card .stat-label {
        font-size: 12px;
    }

    .patch-section {
        padding: 4rem 40px;
    }

    .section-header h2 {
        font-size: 26px;
    }

    .feature-card {
        padding: 25px;
    }

    .feature-card .card-icon {
        width: 60px;
        height: 60px;
        font-size: 1.8rem;
    }

    .feature-card .card-title-group h3 {
        font-size: 18px;
    }

    .feature-card .card-description {
        font-size: 15px;
    }

    .flow-diagram {
        padding: 25px 30px;
    }

    .flow-steps {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .flow-step {
        width: auto;
        max-width: none;
    }

    .flow-arrow {
        display: block; /* Show arrows on tablet+ */
    }

    .timeline {
        padding-left: 40px;
    }

    .timeline-item h3 {
        font-size: 17px;
    }

    .timeline-item p {
        font-size: 14px;
    }

    .waiting-card {
        padding: 35px 30px;
    }

    .cta-section {
        padding: 4rem 40px;
    }

    .cta-section h2 {
        font-size: 26px;
    }

    /* Dashboard Showcase - Tablet */
    .dashboard-showcase {
        padding: 4rem 40px;
    }

    .showcase-subtitle {
        font-size: 15px;
    }

    .dashboard-value h3 {
        font-size: 20px;
    }

    .dashboard-roadmap {
        padding: 25px 20px;
    }

    .mockup-kpi-value {
        font-size: 18px;
    }
}

/* ========================================================================
   DESKTOP STYLES (992px+)
   ======================================================================== */
@media (min-width: 992px) {
    .patch-hero {
        padding: 5rem 60px 4rem;
    }

    .patch-hero h1 {
        font-size: 42px;
    }

    .patch-hero .intro-text {
        font-size: 16px;
    }

    .stats-row {
        gap: 20px;
        margin-top: 2.5rem;
    }

    .stat-card {
        padding: 25px;
    }

    .stat-card .stat-icon {
        width: 50px;
        height: 50px;
        font-size: 1.4rem;
    }

    .stat-card .stat-number {
        font-size: 32px;
    }

    .patch-section {
        padding: 5rem 60px;
    }

    .section-header h2 {
        font-size: 30px;
    }

    .features-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .feature-card {
        padding: 30px;
    }

    .feature-card.full-width {
        grid-column: 1 / -1;
    }

    .cta-section {
        padding: 5rem 60px;
    }

    .cta-section h2 {
        font-size: 30px;
    }

    .cta-section p {
        font-size: 16px;
    }

    /* Dashboard Showcase - Desktop */
    .dashboard-showcase {
        padding: 5rem 60px;
    }

    .showcase-subtitle {
        font-size: 16px;
    }

    .value-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .dashboard-value h3 {
        font-size: 22px;
    }

    .dashboard-mockup {
        max-width: 800px;
    }
}

/* ==========================================================================
   ROADMAP SECTION
   ========================================================================== */
.roadmap-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1);
    border: 1px solid hsl(214.3 31.8% 91.4%);
}

.roadmap-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.roadmap-step {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #f1f5f9;
}

.roadmap-step:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.roadmap-step:first-child {
    padding-top: 0;
}

.roadmap-step .step-number {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #ff7e04, #da1984);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: white;
    flex-shrink: 0;
}

.roadmap-step .step-content h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 4px;
}

.roadmap-step .step-content p {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: rgb(75 85 99);
    margin: 0;
    line-height: 1.5;
}

/* ==========================================================================
   FEEDBACK BOXES
   ========================================================================== */
.feedback-box {
    background: linear-gradient(180deg, #f8fafc, #fff);
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px;
    margin-top: 20px;
    transition: all 0.3s ease;
}

.feedback-box.validated {
    border-color: rgb(22, 163, 74);
    background: linear-gradient(180deg, #f0fdf4, #fff);
}

.feedback-box.issue {
    border-color: hsl(40.6, 96.1%, 40.4%);
    background: linear-gradient(180deg, #fffbeb, #fff);
}

.feedback-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.feedback-header i {
    font-size: 1.1rem;
    color: #64748b;
}

.feedback-header span {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.feedback-actions {
    display: flex;
    gap: 10px;
}

.feedback-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 16px;
    min-height: 48px; /* Minimum touch target */
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    background: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    transition: all 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}

.feedback-btn i {
    font-size: 1.2rem;
}

.feedback-btn.validate:hover,
.feedback-btn.validate.active {
    border-color: rgb(22, 163, 74);
    background: rgb(22, 163, 74);
    color: white;
}

.feedback-btn.issue:hover,
.feedback-btn.issue.active {
    border-color: hsl(40.6, 96.1%, 40.4%);
    background: hsl(40.6, 96.1%, 40.4%);
    color: white;
}

.feedback-comment {
    display: none;
    margin-top: 12px;
}

.feedback-comment.visible {
    display: block;
}

.feedback-comment textarea {
    width: 100%;
    min-height: 80px;
    padding: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    resize: vertical;
    margin-bottom: 10px;
}

.feedback-comment textarea:focus {
    outline: none;
    border-color: #ff7e04;
}

.save-comment-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    min-height: 48px;
    background: linear-gradient(90deg, #ff7e04, #da1984);
    color: white;
    border: none;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}

.save-comment-btn:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 12px rgba(218, 25, 132, 0.3);
}

.save-comment-btn:active {
    transform: scale(0.98);
}

.feedback-status {
    margin-top: 10px;
    padding: 8px 12px;
    border-radius: 6px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}

.feedback-box.validated .feedback-status {
    background: #dcfce7;
    color: rgb(22, 163, 74);
}

.feedback-box.issue .feedback-status {
    background: #fef3c7;
    color: hsl(40.6, 96.1%, 40.4%);
}

/* ==========================================================================
   VALIDATION SECTION
   ========================================================================== */
.validation-section {
    padding-bottom: 4rem;
}

.validation-card {
    background: white;
    border-radius: 16px;
    padding: 24px 18px;
    box-shadow: 0 10px 30px -5px rgb(0 0 0 / .12);
    border: 2px solid #e2e8f0;
    text-align: center;
}

.validation-card.ready {
    border-color: rgb(22, 163, 74);
}

.validation-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.validation-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(90deg, #f1f5f9, #e2e8f0);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #94a3b8;
}

.validation-icon.ready {
    background: linear-gradient(135deg, #ff7e04, #da1984);
    color: white;
}

.validation-header h2 {
    font-family: 'Neulis Cursive', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    text-transform: uppercase;
}

.validation-progress {
    margin-bottom: 20px;
}

.progress-bar {
    height: 10px;
    background: #e2e8f0;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 12px;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #ff7e04, #da1984);
    border-radius: 4px;
    transition: width 0.5s ease;
}

.progress-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #64748b;
    margin: 0;
}

.progress-text span {
    font-weight: 700;
    color: #1a1a1a;
}

.validation-checklist {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 20px;
    text-align: left;
}

.checklist-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    background: #f8fafc;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #64748b;
    min-height: 44px;
}

.checklist-item i {
    font-size: 1.2rem;
    color: #cbd5e1;
}

.checklist-item.validated {
    background: #f0fdf4;
    color: #1a1a1a;
}

.checklist-item.validated i {
    color: rgb(22, 163, 74);
}

.checklist-item.issue {
    background: #fffbeb;
    color: #1a1a1a;
}

.checklist-item.issue i {
    color: hsl(40.6, 96.1%, 40.4%);
}

.validation-ready {
    padding-top: 10px;
}

.ready-message {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: rgb(22, 163, 74);
    margin: 0 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.production-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 28px;
    min-height: 54px;
    background: linear-gradient(90deg, #ff7e04, #da1984);
    color: white;
    border: none;
    border-radius: 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 320px;
    -webkit-tap-highlight-color: transparent;
}

.production-btn:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 25px -5px rgba(218, 25, 132, 0.4);
}

.production-btn.confirmed {
    background: rgb(22, 163, 74);
    cursor: default;
}

.production-btn.confirmed:hover {
    transform: none;
    box-shadow: none;
}

.confirmation-note {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #64748b;
    margin: 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.validation-pending {
    background: #f8fafc;
    border-radius: 10px;
    padding: 15px;
}

.validation-pending p {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #64748b;
    margin: 0;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    text-align: left;
    line-height: 1.5;
}

.validation-pending p i {
    color: rgb(37, 99, 235);
    font-size: 1.1rem;
    flex-shrink: 0;
    margin-top: 2px;
}

/* ==========================================================================
   RESET BUTTON
   ========================================================================== */
.reset-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    min-height: 42px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #64748b;
    cursor: pointer;
    transition: all 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}

.reset-btn:hover {
    background: #fee2e2;
    border-color: #fecaca;
    color: #dc2626;
}

.reset-btn i {
    font-size: 1.1rem;
}

/* ==========================================================================
   TOAST NOTIFICATION
   ========================================================================== */
.feedback-toast {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
    background: linear-gradient(135deg, #1a1a2e, #0f172a);
    color: white;
    padding: 14px 28px;
    border-radius: 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 30px -5px rgb(0 0 0 / .4);
    z-index: 99999;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.feedback-toast.visible {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}

.feedback-toast i {
    color: rgb(22, 163, 74);
    font-size: 1.2rem;
}

/* ==========================================================================
   TABLET RESPONSIVE - FEEDBACK/VALIDATION
   ========================================================================== */
@media (min-width: 768px) {
    .roadmap-card {
        padding: 25px 30px;
    }

    .roadmap-steps {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .roadmap-step {
        flex: 1;
        min-width: 200px;
        flex-direction: column;
        text-align: center;
        border-bottom: none;
        border-right: 1px solid #f1f5f9;
        padding: 0 15px;
    }

    .roadmap-step:last-child {
        border-right: none;
    }

    .feedback-box {
        padding: 20px;
    }

    .feedback-btn {
        padding: 12px 20px;
        font-size: 14px;
    }

    .validation-card {
        padding: 35px 30px;
    }

    .validation-checklist {
        grid-template-columns: repeat(2, 1fr);
    }

    .validation-header {
        flex-direction: row;
        justify-content: center;
    }

    .validation-header h2 {
        font-size: 24px;
    }
}

/* ==========================================================================
   DESKTOP RESPONSIVE - FEEDBACK/VALIDATION
   ========================================================================== */
@media (min-width: 992px) {
    .roadmap-step {
        padding: 0 20px;
    }

    .validation-card {
        padding: 40px;
    }

    .validation-checklist {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .production-btn {
        width: auto;
        padding: 16px 40px;
    }
}
