:root {
        --ro-primary: #EB6F46;
        --ro-primary-dark: #d85f36;
        --ro-secondary: #ffc107;
        --ro-secondary-dark: #e0a800;
        --ro-danger: #dc3545;
        --ro-danger-dark: #bb2d3b;
        --ro-dark: #331b17;
        --ro-text: #5a4038;
        --ro-muted: #8f736a;
        --ro-bg: #fffaf7;
        --ro-card: #ffffff;
        --ro-border: #f2ddd5;
        --ro-shadow: 0 16px 40px rgba(51, 27, 23, 0.08);
        --ro-radius: 20px;
    }

    body {
        background: var(--ro-bg);
        color: var(--ro-text);
    }

    .section-title {
        font-size: 2.3rem;
        font-weight: 800;
        color: var(--ro-dark);
        margin-bottom: 14px;
    }

    .section-subtitle {
        max-width: 820px;
        margin: 0 auto;
        color: var(--ro-muted);
        font-size: 1.04rem;
        line-height: 1.85;
    }

    .ro-badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 9px 16px;
        border-radius: 999px;
        background: rgba(235, 111, 70, 0.12);
        color: var(--ro-primary-dark);
        font-size: 13px;
        font-weight: 700;
        margin-bottom: 18px;
        border: 1px solid rgba(235, 111, 70, 0.15);
    }

    .btn-ro-primary {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: #fff;
        color: var(--ro-primary);
        border: none;
        border-radius: 999px;
        padding: 14px 28px;
        font-weight: 700;
        box-shadow: 0 10px 24px rgba(220, 53, 69, 0.12);
        transition: all .3s ease;
    }

    .btn-ro-primary:hover {
        color: var(--ro-primary-dark);
        transform: translateY(-2px);
    }

    .btn-ro-outline {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        border: 1px solid rgba(255, 255, 255, .35);
        color: #fff;
        background: rgba(255, 255, 255, .08);
        border-radius: 999px;
        padding: 14px 28px;
        font-weight: 600;
        transition: all .3s ease;
    }

    .btn-ro-outline:hover {
        color: #fff;
        background: rgba(255, 255, 255, .16);
    }

    .ro-hero {
        position: relative;
        overflow: hidden;
        padding: 110px 0 90px;
        background:
            radial-gradient(circle at top right, rgba(255, 193, 7, .22), transparent 25%),
            radial-gradient(circle at left center, rgba(255, 255, 255, .08), transparent 30%),
            linear-gradient(135deg, #5a1d22 0%, #dc3545 38%, #EB6F46 72%, #ffc107 100%);
    }

    .ro-hero::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(255, 255, 255, .05) 0%, transparent 42%);
        pointer-events: none;
    }

    .hero-content,
    .hero-card {
        position: relative;
        z-index: 2;
    }

    .hero-kicker {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: rgba(255, 255, 255, .12);
        border: 1px solid rgba(255, 255, 255, .18);
        color: #fff;
        border-radius: 999px;
        padding: 8px 16px;
        font-size: 13px;
        font-weight: 700;
        margin-bottom: 18px;
    }

    .hero-title {
        color: #fff;
        font-size: 3.1rem;
        font-weight: 800;
        line-height: 1.12;
        margin-bottom: 20px;
    }

    .hero-title span {
        color: #fff0a8;
    }

    .hero-text {
        max-width: 650px;
        color: rgba(255, 255, 255, .9);
        font-size: 1.08rem;
        line-height: 1.9;
        margin-bottom: 30px;
    }

    .hero-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
        margin-bottom: 28px;
    }

    .hero-points {
        display: flex;
        flex-wrap: wrap;
        gap: 14px 24px;
    }

    .hero-points .item {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        color: rgba(255, 255, 255, .9);
        font-size: .95rem;
    }

    .hero-points .item i {
        color: #ffe082;
    }

    .hero-card {
        background: rgba(255, 255, 255, .13);
        border: 1px solid rgba(255, 255, 255, .18);
        border-radius: 26px;
        backdrop-filter: blur(14px);
        box-shadow: 0 25px 60px rgba(51, 27, 23, .24);
        padding: 18px;
    }

    .toolbar-demo {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        background: rgba(255, 255, 255, .95);
        border-radius: 20px;
        padding: 14px;
        margin-bottom: 14px;
    }

    .toolbar-item {
        background: #fff8f5;
        border: 1px solid var(--ro-border);
        border-radius: 999px;
        padding: 9px 14px;
        font-size: .83rem;
        color: var(--ro-text);
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-weight: 600;
    }

    .toolbar-publish {
        margin-left: auto;
        background: linear-gradient(135deg, var(--ro-primary), var(--ro-danger));
        color: #fff;
        border: none;
    }

    .rota-preview {
        background: rgba(255, 255, 255, .97);
        border-radius: 22px;
        padding: 16px;
    }

    .rota-head {
        display: grid;
        grid-template-columns: 160px repeat(6, 1fr);
        gap: 8px;
        margin-bottom: 10px;
    }

    .rota-head div {
        background: #fff3ed;
        border: 1px solid var(--ro-border);
        color: var(--ro-muted);
        font-size: .75rem;
        text-align: center;
        padding: 8px 4px;
        border-radius: 12px;
        font-weight: 700;
    }

    .rota-row {
        display: grid;
        grid-template-columns: 160px 1fr;
        gap: 10px;
        margin-bottom: 10px;
    }

    .rota-carer {
        background: #fff8f5;
        border: 1px solid var(--ro-border);
        border-radius: 16px;
        padding: 14px;
    }

    .rota-carer strong {
        display: block;
        color: var(--ro-dark);
        font-size: .95rem;
    }

    .rota-carer span {
        font-size: .78rem;
        color: var(--ro-muted);
    }

    .rota-track {
        position: relative;
        min-height: 72px;
        background:
            linear-gradient(to right, rgba(235, 111, 70, .08) 1px, transparent 1px),
            linear-gradient(to right, rgba(220, 53, 69, .06) 1px, transparent 1px);
        background-size: 16.66% 100%, 8.33% 100%;
        background-color: #fff;
        border: 1px solid var(--ro-border);
        border-radius: 16px;
        overflow: hidden;
    }

    .shift-bar {
        position: absolute;
        height: 22px;
        border-radius: 999px;
        font-size: .72rem;
        font-weight: 700;
        padding: 0 10px;
        display: inline-flex;
        align-items: center;
        white-space: nowrap;
        color: #fff;
        box-shadow: 0 8px 16px rgba(0, 0, 0, .08);
    }

    .shift-scheduled {
        background: linear-gradient(135deg, #EB6F46, #ff9a76);
    }

    .shift-ongoing {
        background: linear-gradient(135deg, #dc3545, #ef6673);
    }

    .shift-completed {
        background: linear-gradient(135deg, #ffc107, #ffd95c);
        color: #5c3b00;
    }

    .time-line {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 60%;
        width: 2px;
        background: var(--ro-danger);
    }

    .time-label {
        position: absolute;
        top: 6px;
        left: calc(60% - 18px);
        background: var(--ro-danger);
        color: #fff;
        padding: 4px 8px;
        border-radius: 999px;
        font-size: .68rem;
        font-weight: 700;
    }

    .summary-strip {
        position: relative;
        margin-top: -46px;
        z-index: 4;
    }

    .summary-panel {
        background: #fff;
        border: 1px solid var(--ro-border);
        border-radius: 24px;
        padding: 34px 24px;
        box-shadow: var(--ro-shadow);
    }

    .summary-item i {
        font-size: 30px;
        color: var(--ro-primary);
        margin-bottom: 14px;
    }

    .summary-item h3 {
        font-size: 1.08rem;
        color: var(--ro-dark);
        font-weight: 700;
        margin-bottom: 10px;
    }

    .summary-item p {
        color: var(--ro-muted);
        line-height: 1.8;
        margin: 0;
    }

    .trust-bar {
        background: linear-gradient(180deg, #fff9f6 0%, #fff4ee 100%);
        border-top: 1px solid var(--ro-border);
        border-bottom: 1px solid var(--ro-border);
    }

    .trust-chip {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 10px 16px;
        background: #fff;
        border: 1px solid var(--ro-border);
        border-radius: 999px;
        color: var(--ro-muted);
        font-size: .92rem;
        font-weight: 600;
    }

    .trust-chip i {
        color: var(--ro-primary);
    }

    .feature-card,
    .benefit-card,
    .faq-card,
    .step-card,
    .stat-card {
        background: #fff;
        border: 1px solid var(--ro-border);
        border-radius: var(--ro-radius);
        padding: 28px;
        height: 100%;
        box-shadow: 0 8px 22px rgba(51, 27, 23, .04);
        transition: all .3s ease;
    }

    .feature-card:hover,
    .benefit-card:hover,
    .step-card:hover {
        transform: translateY(-6px);
        box-shadow: var(--ro-shadow);
    }

    .feature-icon,
    .benefit-icon,
    .step-icon {
        width: 64px;
        height: 64px;
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 28px;
        margin-bottom: 18px;
    }

    .bg-primary-soft {
        background: linear-gradient(135deg, #EB6F46, #ff946d);
    }

    .bg-secondary-soft {
        background: linear-gradient(135deg, #ffc107, #ffd95f);
        color: #5c3b00 !important;
    }

    .bg-danger-soft {
        background: linear-gradient(135deg, #dc3545, #ef6874);
    }

    .bg-warm-soft {
        background: linear-gradient(135deg, #f08b5d, #EB6F46);
    }

    .bg-dark-soft {
        background: linear-gradient(135deg, #5a1d22, #8d2d37);
    }

    .bg-mix-soft {
        background: linear-gradient(135deg, #EB6F46, #dc3545);
    }

    .feature-card h4,
    .benefit-card h4,
    .step-card h4,
    .faq-card h5 {
        color: var(--ro-dark);
        font-weight: 700;
        margin-bottom: 10px;
    }

    .feature-card p,
    .benefit-card p,
    .step-card p,
    .faq-card p {
        color: var(--ro-muted);
        line-height: 1.8;
        margin-bottom: 0;
    }

    .feature-card ul {
        padding-left: 18px;
        margin: 14px 0 0;
    }

    .feature-card li {
        color: var(--ro-text);
        margin-bottom: 8px;
        font-size: .96rem;
    }

    .showcase-panel {
        background: linear-gradient(135deg, #ffffff 0%, #fff7f2 100%);
        border: 1px solid var(--ro-border);
        border-radius: 26px;
        padding: 38px;
        box-shadow: var(--ro-shadow);
    }

    .check-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .check-list li {
        position: relative;
        padding-left: 34px;
        margin-bottom: 16px;
        color: var(--ro-text);
        line-height: 1.75;
    }

    .check-list li::before {
        content: "\e64c";
        font-family: 'themify';
        position: absolute;
        left: 0;
        top: 2px;
        color: var(--ro-danger);
        font-size: 16px;
    }

    .stats-section {
        background: linear-gradient(180deg, #fff9f5 0%, #fff2e8 100%);
    }

    .stat-number {
        font-size: 2.5rem;
        color: var(--ro-primary);
        font-weight: 800;
        margin-bottom: 6px;
    }

    .stat-label {
        color: var(--ro-muted);
        font-size: .95rem;
        font-weight: 600;
    }

    .cta-section {
        background:
            radial-gradient(circle at top right, rgba(255, 255, 255, .08), transparent 20%),
            linear-gradient(135deg, #5a1d22 0%, #dc3545 42%, #EB6F46 78%, #ffc107 100%);
        color: #fff;
        padding: 82px 0;
    }

    .cta-section h2 {
        color: #fff;
        font-size: 2.35rem;
        font-weight: 800;
        margin-bottom: 14px;
    }

    .cta-section p {
        max-width: 760px;
        margin: 0 auto 25px;
        color: rgba(255, 255, 255, .88);
        line-height: 1.85;
    }

    @media (min-width: 1200px) {
        .container {
            max-width: 1140px;
        }
    }

    @media (max-width: 991px) {
        .hero-title {
            font-size: 2.45rem;
        }

        .summary-strip {
            margin-top: -30px;
        }
    }

    @media (max-width: 767px) {
        .ro-hero {
            padding: 82px 0 62px;
        }

        .hero-title {
            font-size: 2rem;
        }

        .hero-actions {
            flex-direction: column;
            align-items: stretch;
        }

        .btn-ro-primary,
        .btn-ro-outline {
            justify-content: center;
        }

        .summary-panel,
        .showcase-panel {
            padding: 24px 18px;
        }

        .rota-head {
            grid-template-columns: 110px repeat(4, 1fr);
        }

        .rota-head div:nth-child(n+6) {
            display: none;
        }

        .rota-row {
            grid-template-columns: 110px 1fr;
        }

        .section-title {
            font-size: 1.85rem;
        }

        .cta-section h2 {
            font-size: 1.85rem;
        }
    }

    @media (max-width: 575px) {
        .hero-title {
            font-size: 1.75rem;
        }

        .feature-card,
        .benefit-card,
        .faq-card,
        .step-card,
        .stat-card {
            padding: 22px 18px;
        }

        .stat-number {
            font-size: 2rem;
        }

        .toolbar-item {
            width: 100%;
            justify-content: center;
        }

        .toolbar-publish {
            margin-left: 0;
        }
    }