:root {
    --primary: #2563eb;
    --secondary: #0f172a;
    --accent: #06b6d4;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}
.hero {
    background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
    color: white;
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
    min-height: 700px;
}
.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="60" height="60" xmlns="http://www.w3.org/2000/svg"><rect width="60" height="60" fill="none"/><circle cx="30" cy="30" r="1.5" fill="rgba(255,255,255,0.1)"/></svg>');
    opacity: 0.3;
}
.hero-content {
    position: relative;
    z-index: 1;
}
.hero-slider {
    position: relative;
    min-height: 500px;
}
.hero-slider {
    position: relative;
    min-height: 500px;
}
.hero-slider .slick-dots {
    bottom: -60px;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
.hero-slider .slick-dots li button:before {
    font-size: 12px;
    color: white;
    opacity: 0.5;
}
.hero-slider .slick-dots li.slick-active button:before {
    color: white;
    opacity: 1;
}
.hero-slide {
    outline: none;
    min-height: 500px;
    display: flex !important;
    align-items: center;
    padding: 0 15px;
}
.hero-slide .row {
    width: 100%;
}
.hero-slide-content {
    animation: fadeInUp 0.8s ease-out;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.feature-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: white;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}
.feature-card:hover .feature-icon {
    transform: translateY(-5px);
}
.feature-card {
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.07);
    display: flex;
    flex-direction: column;
}
.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}
.pricing-card {
    border: 2px solid #e2e8f0;
    border-radius: 20px;
    transition: all 0.3s ease;
}
.pricing-card:hover {
    border-color: var(--primary);
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(37, 99, 235, 0.15);
}
.pricing-card.featured {
    border-color: var(--primary);
    background: linear-gradient(to bottom, rgba(37, 99, 235, 0.05), white);
    transform: scale(1.08);
}
.btn-primary {
    background: linear-gradient(135deg, var(--primary), var(--accent));
    border: none;
    padding: 12px 32px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.3);
}
.stat-number {
    font-size: 3rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.navbar {
    transition: all 0.3s ease;
    background: white !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.cta-section {
    background: linear-gradient(135deg, var(--secondary) 0%, #1e293b 100%);
    color: white;
    padding: 80px 0;
    position: relative;
}
.testimonial-card {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
    min-height: 280px;
    display: flex;
    flex-direction: column;
}
.testimonial-card p {
    flex-grow: 1;
}
.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}
.testimonial-slider {
    position: relative;
}
.testimonial-slider .slick-prev,
.testimonial-slider .slick-next {
    width: 50px !important;
    height: 50px !important;
    background: white !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
    z-index: 10 !important;
    transition: all 0.3s ease !important;
}
.testimonial-slider .slick-prev {
    left: -25px !important;
}
.testimonial-slider .slick-next {
    right: -25px !important;
}
.testimonial-slider .slick-prev:before,
.testimonial-slider .slick-next:before {
    color: var(--primary) !important;
    font-size: 24px !important;
    opacity: 1 !important;
    position:absolute;
    top:15px;
    left:13px;
}
.testimonial-slider .slick-prev:hover,
.testimonial-slider .slick-next:hover {
    background: var(--primary) !important;
}
.testimonial-slider .slick-prev:hover:before,
.testimonial-slider .slick-next:hover:before {
    color: white !important;
}
.testimonial-slide {
    padding: 0 15px;
    height: auto;
}
.testimonial-slider .slick-track {
    display: flex !important;
}
.testimonial-slider .slick-slide {
    height: inherit !important;
    display: flex !important;
}
.testimonial-slider .slick-slide > div {
    height: 96%;
    display: flex !important;
}
/**
    feature template
 */

.navbar {
    background: white !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.breadcrumb {
    background: transparent;
    padding: 1rem 0;
    margin: 0;
}
.breadcrumb-item a {
    color: var(--primary);
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #6b7280;
}
.hero-image {
    height: 400px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.9), rgba(6, 182, 212, 0.9)),
    url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 400"%3E%3Crect fill="%23f1f5f9" width="1200" height="400"/%3E%3C/svg%3E');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative;
    overflow: hidden;
}
.hero-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="60" height="60" xmlns="http://www.w3.org/2000/svg"><rect width="60" height="60" fill="none"/><circle cx="30" cy="30" r="1.5" fill="rgba(255,255,255,0.1)"/></svg>');
    opacity: 0.3;
}
.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
}
.feature-icon-large {
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: white;
    margin: 0 auto 30px;
}
.content-section {
    padding: 80px 0;
}
.content-section:nth-child(even) {
    background: #f8fafc;
}
.section-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    margin-bottom: 20px;
}
.benefit-card {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
}
.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}
.benefit-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    margin-bottom: 15px;
}
.feature-list {
    list-style: none;
    padding: 0;
}
.feature-list li {
    padding: 12px 0;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    align-items: start;
}
.feature-list li:last-child {
    border-bottom: none;
}
.feature-list i {
    color: var(--primary);
    margin-right: 12px;
    margin-top: 4px;
}
.cta-box {
    background: linear-gradient(135deg, var(--secondary) 0%, #1e293b 100%);
    color: white;
    border-radius: 20px;
    padding: 60px;
    text-align: center;
}
.btn-primary {
    background: linear-gradient(135deg, var(--primary), var(--accent));
    border: none;
    padding: 12px 32px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.3);
}
.stats-box {
    background: white;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    text-align: center;
}
.stat-number {
    font-size: 3rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.accordion-item {
    border-radius: 12px !important;
    overflow: hidden;
    margin-bottom: 1rem;
}
.accordion-button {
    background: white;
    font-size: 1.1rem;
    padding: 1.25rem 1.5rem;
}
.accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(6, 182, 212, 0.1));
    color: var(--primary);
    box-shadow: none;
}
.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}
.accordion-button::after {
    background-size: 1.25rem;
}
.accordion-body {
    padding: 1.5rem;
    line-height: 1.7;
    color: #475569;
}
/**
flexible payment page
 */
.payment-method-card {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}
.payment-method-card:hover {
    border-color: var(--primary);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.payment-method-icon {
    font-size: 48px;
    margin-bottom: 15px;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
/**
cloud based page
 */
.tech-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(6, 182, 212, 0.1));
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary);
    margin: 5px;
}
.tech-badge i {
    margin-right: 8px;
}
.security-layer {
    background: white;
    border-left: 4px solid var(--primary);
    padding: 20px 25px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.architecture-box {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.05), rgba(6, 182, 212, 0.05));
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
}
/**
enforce PCN page
 */
.process-step {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    text-align: center;
    height: 100%;
    position: relative;
}
.step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    color: white;
    margin: 0 auto 20px;
}
.violation-badge {
    display: inline-block;
    padding: 6px 12px;
    background: #fef3c7;
    color: #92400e;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    margin: 3px;
}
/**
car park and tariff management page
 */
.carpark-type-card {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}
.carpark-type-card:hover {
    border-color: var(--primary);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.carpark-type-icon {
    font-size: 64px;
    margin-bottom: 20px;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.tariff-example {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.05), rgba(6, 182, 212, 0.05));
    border-left: 4px solid var(--primary);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 15px;
}
.qr-badge {
    display: inline-block;
    padding: 8px 16px;
    background: #dbeafe;
    color: #1e40af;
    border-radius: 8px;
    font-weight: 600;
    margin: 5px;
}
/**
accounts page
 */
.status-badge {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin: 5px;
}
.status-outstanding {
    background: #fef3c7;
    color: #92400e;
}
.status-paid {
    background: #d1fae5;
    color: #065f46;
}
.status-cancelled {
    background: #fee2e2;
    color: #991b1b;
}
.status-pcn {
    background: #ddd6fe;
    color: #5b21b6;
}
.workflow-step {
    background: white;
    border-left: 4px solid var(--primary);
    padding: 20px 25px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.process-number {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: white;
    margin-right: 15px;
}
/**
api integration page
 */
.feature-icon-large {
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: white;
    margin: 0 auto 30px;
}

.content-section {
    padding: 80px 0;
}

.content-section:nth-child(even) {
    background: #f8fafc;
}

.section-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    margin-bottom: 20px;
}

.benefit-card {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.benefit-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    margin-bottom: 15px;
}

.feature-list {
    list-style: none;
    padding: 0;
}

.feature-list li {
    padding: 12px 0;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    align-items: start;
}

.feature-list li:last-child {
    border-bottom: none;
}

.feature-list i {
    color: var(--primary);
    margin-right: 12px;
    margin-top: 4px;
}

.cta-box {
    background: linear-gradient(135deg, var(--secondary) 0%, #1e293b 100%);
    color: white;
    border-radius: 20px;
    padding: 60px;
    text-align: center;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary), var(--accent));
    border: none;
    padding: 12px 32px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.3);
}

.stats-box {
    background: white;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    text-align: center;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.accordion-item {
    border-radius: 12px !important;
    overflow: hidden;
    margin-bottom: 1rem;
}

.accordion-button {
    background: white;
    font-size: 1.1rem;
    padding: 1.25rem 1.5rem;
}

.accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(6, 182, 212, 0.1));
    color: var(--primary);
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.accordion-button::after {
    background-size: 1.25rem;
}

.accordion-body {
    padding: 1.5rem;
    line-height: 1.7;
    color: #475569;
}

.api-endpoint-box {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.05), rgba(6, 182, 212, 0.05));
    border-left: 4px solid var(--primary);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 15px;
    font-family: 'Courier New', monospace;
}

.integration-logo {
    width: 120px;
    height: 80px;
    background: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    margin-bottom: 15px;
    font-weight: 600;
    color: #64748b;
    transition: all 0.3s ease;
}

.integration-logo:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.12);
}

.code-badge {
    display: inline-block;
    padding: 4px 12px;
    background: #1e293b;
    color: #10b981;
    border-radius: 6px;
    font-family: 'Courier New', monospace;
    font-size: 0.85rem;
    margin: 2px;
}

/**
exhibitor page
 */

.tech-badge {
    display: inline-block;
    padding: 8px 16px;
    background: linear-gradient(135deg, rgba(37,99,235,0.1), rgba(6,182,212,0.1));
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary);
    margin: 5px;
}

.tech-badge.new {
    background: linear-gradient(135deg, rgba(37,99,235,0.2), rgba(6,182,212,0.2));
    border: 1px solid rgba(37,99,235,0.3);
}

.workflow-step {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    position: relative;
    margin-bottom: 30px;
}

.workflow-step.new-step {
    border-left: 4px solid;
}

.workflow-number {
    position: absolute;
    top: -15px;
    left: 30px;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
}

.violation-flow {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.flow-step {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #e2e8f0;
}

.flow-step:last-child {
    border-bottom: none;
}

.flow-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: white;
    flex-shrink: 0;
    margin-right: 15px;
}

.flow-icon.wrong { background: #dc2626; }
.flow-icon.warn  { background: #f59e0b; }
.flow-icon.ok    { background: #16a34a; }
.flow-icon.info  { background: var(--primary); }

.new-section-badge {
    display: inline-block;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.resolution-card {
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 15px;
    border-left: 4px solid;
}

.resolution-card.auto    { background: #f0fdf4; border-color: #16a34a; }
.resolution-card.manual  { background: #eff6ff; border-color: var(--primary); }
.resolution-card.admin   { background: #fefce8; border-color: #ca8a04; }
.resolution-card.stale   { background: #f5f3ff; border-color: #7c3aed; }
/* ── PASS WINDOW TABLE ── */
.window-comparison {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.08);
}

.window-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.window-col-a {
    color: #fff;
    padding: 1.25rem 1.5rem;
    background: #000;
}

.window-col-b {
    background: teal;
    color: white;
    padding: 1.25rem 1.5rem;
}

.window-col-a h6, .window-col-b h6 {
    font-family: 'DM Serif Display', serif;
    font-size: 1rem;
    margin-bottom: 0.2rem;
}

.window-col-a p, .window-col-b p {
    font-size: 0.75rem;
    opacity: 0.75;
    margin: 0;
}

.window-rows {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.window-cell {
    padding: 1rem 1.5rem;
    font-size: 0.875rem;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    border-right: 1px solid rgba(0,0,0,0.06);
}

.window-cell:nth-child(even) { border-right: none; }
.window-cell strong { display: block; font-size: 0.75rem; margin-bottom: 0.2rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }
/* ── REGISTRATION METHODS ── */
.method-card {
    border-radius: 16px;
    padding: 2rem;
    height: 100%;
    border: 2px solid transparent;
}

.method-manual {
    background: #f8faff;
    border-color: #c7d7ff;
}

.method-qr {
    background: #f0fdf9;
    border-color: #a7f3e0;
}

.method-badge {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0.3rem 0.8rem;
    border-radius: 100px;
    margin-bottom: 1rem;
}

.badge-manual { background: #c7d7ff; color: #3730a3; }
.badge-qr     { background: #a7f3e0; color: #065f46; }

.method-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
}

.method-list li {
    font-size: 0.875rem;
    padding: 0.4rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.method-list li:last-child { border-bottom: none; }

.method-list i {
    margin-top: 3px;
    flex-shrink: 0;
}
/* ── DELETION BEHAVIOUR ── */
.del-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 0.875rem;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 12px;
    overflow: hidden;
}

.del-table th {
    background: var(--ink);
    color: rgba(255,255,255,0.8);
    padding: 1.25rem 1rem;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.del-table td {
    padding: 1rem 1rem;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.del-table tr:last-child td { border-bottom: none; }
.del-table tr:nth-child(even) td { background: mistyrose; }
.check-list { list-style: none; padding: 0; }
.check-list li {
    padding: 0.6rem 0;
    font-size: 0.9rem;
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.check-list li:last-child { border-bottom: none; }
.check-list i { margin-top: 3px; flex-shrink: 0; }

/* ── NOTIFICATION CHANNELS ── */
.notif-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.9rem 1.25rem;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    font-size: 0.875rem;
}

.notif-row:last-child { border-bottom: none; }

.notif-type { font-weight: 600; color: #0d1117; }
.notif-channels { display: flex; gap: 0.5rem; }

.ch-badge {
    font-size: 0.7rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ch-email  { background: #dbeafe; color: #1d4ed8; }
.ch-sms    { background: #dcfce7; color: #15803d; }
.ch-all    { background: #fee2e2; color: #dc2626; }
.ch-pref   { background: #f3f4f6; color: #4a5568; font-style: italic; }

/* ── NOTIFICATION CARDS ── */
.notif-card {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.notif-card-urgent {
    border: 2px solid #dc2626;
    box-shadow: 0 8px 30px rgba(220,38,38,0.15);
}

.notif-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0.4rem 1rem;
    border-radius: 100px;
    margin-bottom: 1.25rem;
}

.notif-badge-entry    { background: #ccfbf1;  border: 1px solid rgba(13,148,136,0.25); color: #0d9488; }
.notif-badge-overstay { background: #fef3c7; border: 1px solid rgba(217,119,6,0.25);  color: #d97706; }
.notif-badge-exit     { background: #dcfce7; border: 1px solid rgba(22,163,74,0.25);  color: #16a34a; }
.notif-badge-urgent   { background: #fee2e2;   border: 1px solid rgba(220,38,38,0.25);  color: #dc2626; }

.notif-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.notif-icon-entry    { background: #ccfbf1;  color: #0d9488; }
.notif-icon-overstay { background: #fef3c7; color: #d97706; }
.notif-icon-exit     { background: #dcfce7; color: #16a34a; }
.notif-icon-urgent   { background: #dc2626;      color: #ffffff; }

.notif-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.notif-header-label {
    font-size: 0.75rem;
    color: #4a5568;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.notif-header-title {
    font-weight: 600;
    color: #0d1117;
}

.notif-mock {
    border-radius: 8px;
    padding: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.6;
}

.notif-mock-entry    { background: #f0f4f8;  border: 1px solid rgba(0,0,0,0.08); }
.notif-mock-overstay { background: #fffbeb;      border: 1px solid #fde68a; }
.notif-mock-exit     { background: #f0fdf4;      border: 1px solid #bbf7d0; }
.notif-mock-urgent   { background: #fef2f2;      border: 2px solid #fecaca; }

.notif-mock-header {
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.notif-mock-header-overstay { color: #92400e; }
.notif-mock-header-urgent   { color: #991b1b; font-size: 1rem; }

.notif-mock-body {
    margin: 0;
}

.notif-mock-body-overstay { color: #78350f; }
.notif-mock-body-exit     { color: #166534; }
.notif-mock-body-urgent   { color: #7f1d1d; }

.notif-mock-divider {
    margin-top: 1rem;
    padding-top: 1rem;
    font-size: 0.8rem;
}

.notif-mock-divider-entry    { border-top: 1px solid rgba(0,0,0,0.08); color: #4a5568; }
.notif-mock-divider-overstay { border-top: 1px solid #fde68a; color: #92400e; }
.notif-mock-divider-exit     { border-top: 1px solid #bbf7d0; color: #166534; }

.notif-mock-stat {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.3rem;
}

.notif-mock-stat:last-child { margin-bottom: 0; }

.notif-info-box {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 8px;
    font-size: 0.8rem;
    color: #4a5568;
}

.notif-info-box-overstay { background: rgba(217,119,6,0.05); }

.notif-footer {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
}

.notif-footer-urgent { background: #fef2f2; color: #7f1d1d; }

.notif-callout {
    margin-top: 1.5rem;
    padding: 1.25rem;
    background: rgba(220,38,38,0.05);
    border-left: 3px solid #dc2626;
    border-radius: 6px;
}

.notif-callout-title {
    font-size: 0.8rem;
    font-weight: 700;
    color: #dc2626;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.notif-callout-text {
    font-size: 0.875rem;
    color: #4a5568;
    margin: 0;
}

.notif-summary-card {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 16px;
    padding: 2rem;
}

.notif-summary-title {
    font-family: 'DM Serif Display', serif;
    font-size: 1.1rem;
    margin-bottom: 1.25rem;
    text-align: center;
}

.notif-summary-box {
    padding: 1rem;
    border-radius: 8px;
}

.notif-summary-box-respects { background: #f0f4f8; }
.notif-summary-box-override { background: #fef2f2; border: 1px solid #fecaca; }

.notif-summary-heading {
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.notif-summary-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.85rem;
    color: #4a5568;
}

.notif-summary-list li {
    padding: 0.25rem 0;
}

.notif-summary-list i {
    font-size: 4px;
    margin-right: 8px;
}

.notif-summary-note {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid #fecaca;
    font-size: 0.8rem;
    color: #7f1d1d;
}
