/* /Components/Admin/CouponDialog.razor.rz.scp.css */
/* ============================================================
   COUPON DIALOG � Scoped Styles
   ============================================================ */
.coupon-dialog-page[b-o477jhzxiv] {
    width: 100%;
}

/* Code input uppercase styling */
[b-o477jhzxiv] .coupon-code-input input {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

/* Validation error messages */
[b-o477jhzxiv] .field-validation-error,
[b-o477jhzxiv] .validation-message {
    color: #dc2626;
    font-size: 0.72rem;
    margin-top: 0.2rem;
}

/* ============================================================
   RESPONSIVE � 1024px
   ============================================================ */
@media (max-width: 1024px) {
    [b-o477jhzxiv] .form-row {
        gap: 0.75rem;
    }
}

/* ============================================================
   RESPONSIVE � 768px
   ============================================================ */
@media (max-width: 768px) {
    [b-o477jhzxiv] .pottery-dialog-header {
        flex-direction: column;
        text-align: center;
        gap: 0.375rem;
    }

    [b-o477jhzxiv] .form-row {
        grid-template-columns: 1fr;
    }

    [b-o477jhzxiv] .preview-card {
        flex-direction: column;
        text-align: center;
        gap: 0.875rem;
    }

    [b-o477jhzxiv] .preview-right {
        align-items: center;
    }

    [b-o477jhzxiv] .dialog-actions {
        flex-direction: column;
    }

    [b-o477jhzxiv] .dialog-actions .cancel-btn,
    [b-o477jhzxiv] .dialog-actions .submit-btn {
        width: 100%;
        min-height: 48px;
    }
}

/* ============================================================
   RESPONSIVE � 480px
   ============================================================ */
@media (max-width: 480px) {
    [b-o477jhzxiv] .coupon-preview {
        padding: 0.625rem;
    }

    [b-o477jhzxiv] .preview-card {
        padding: 0.875rem;
    }

    [b-o477jhzxiv] .discount-value {
        font-size: 1.25rem;
    }

    [b-o477jhzxiv] .dialog-icon {
        font-size: 1.75rem;
    }

    [b-o477jhzxiv] .dialog-title {
        font-size: 1.1rem;
    }
}

/* ============================================================
   TOUCH DEVICES
   ============================================================ */
@media (hover: none) and (pointer: coarse) {
    [b-o477jhzxiv] .submit-btn,
    [b-o477jhzxiv] .cancel-btn {
        min-height: 48px;
        touch-action: manipulation;
    }
}

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
    [b-o477jhzxiv] * {
        animation: none !important;
        transition: none !important;
    }
}
/* /Components/Admin/WorkshopOptionDialog.razor.rz.scp.css */
/* ============================================================
   WORKSHOP OPTION DIALOG — Scoped Styles
   Uses ::deep so styles penetrate MudBlazor portal-rendered dialog
   ============================================================ */

.admin-dialog-wrap[b-8cxe37hng9] {
    font-family: 'Inter', system-ui, sans-serif;
}

/* ── Dialog header ─────────────────────────────────────────── */
[b-8cxe37hng9] .admin-dialog-header {
    display: flex;
    align-items: center;
    gap: .875rem;
    padding-bottom: 1rem;
    margin-bottom: 1.25rem;
    border-bottom: 2px solid var(--bg-light, #FDF8F3);
}

[b-8cxe37hng9] .admin-dialog-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: linear-gradient(135deg, #8B4513, #654321);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
[b-8cxe37hng9] .admin-dialog-icon .mud-icon-root { color: #fff !important; font-size: 1.375rem !important; }

[b-8cxe37hng9] .admin-dialog-title {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
    color: #2C1810;
    font-family: 'Playfair Display', serif;
    line-height: 1.25;
}
[b-8cxe37hng9] .admin-dialog-subtitle {
    margin: .15rem 0 0;
    font-size: .78rem;
    color: #6B4E37;
}

/* ── Form layout ───────────────────────────────────────────── */
[b-8cxe37hng9] .form-grid { display: flex; flex-direction: column; gap: 1rem; }
[b-8cxe37hng9] .form-row  { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; align-items: end; }
[b-8cxe37hng9] .form-row.full-width { grid-template-columns: 1fr; }
[b-8cxe37hng9] .form-group { display: flex; flex-direction: column; gap: .3rem; }
[b-8cxe37hng9] .form-label { font-size: .78rem; font-weight: 600; color: #2C1810; }
[b-8cxe37hng9] .admin-form-help { font-size: .7rem; color: #8B7355; margin-top: .15rem; }
[b-8cxe37hng9] .status-help    { font-size: .7rem; color: #6B4E37; }

/* Radio group */
[b-8cxe37hng9] .pottery-radio-group { display: flex; flex-direction: row; gap: 1.25rem; flex-wrap: wrap; }
[b-8cxe37hng9] .type-radio-label { display: flex; align-items: center; gap: .375rem; font-size: .85rem; }

/* ── Preview card ──────────────────────────────────────────── */
[b-8cxe37hng9] .coupon-preview {
    margin-top: 1.25rem;
    padding: .875rem;
    background: #FDF8F3;
    border-radius: 10px;
    border: 1px solid #E8DDD4;
}
[b-8cxe37hng9] .preview-header {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: .75rem;
    font-size: .78rem;
    font-weight: 600;
    color: #2C1810;
}
[b-8cxe37hng9] .preview-card {
    background: #fff;
    border-radius: 10px;
    padding: 1rem 1.125rem;
    border: 2px dashed #8B4513;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}
[b-8cxe37hng9] .preview-card::before {
    content: '';
    position: absolute;
    inset: 0 0 auto 0;
    height: 3px;
    background: linear-gradient(90deg, #8B4513, #D2691E);
}
[b-8cxe37hng9] .preview-left  { flex: 1; }
[b-8cxe37hng9] .preview-code  {
    font-size: 1rem;
    font-weight: 700;
    color: #8B4513;
    margin-bottom: .25rem;
    font-family: 'Playfair Display', serif;
}
[b-8cxe37hng9] .preview-discount { display: flex; align-items: baseline; gap: .375rem; margin-bottom: .5rem; }
[b-8cxe37hng9] .discount-value   {
    font-size: 1.35rem;
    font-weight: 700;
    color: #8B4513;
    font-family: 'Playfair Display', serif;
}
[b-8cxe37hng9] .discount-text    { font-size: .8rem; font-weight: 600; color: #6B4E37; }
[b-8cxe37hng9] .preview-details  { display: flex; flex-direction: column; gap: .2rem; }
[b-8cxe37hng9] .preview-details small { font-size: .7rem; color: #6B4E37; }
[b-8cxe37hng9] .preview-right    {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: .375rem;
}
[b-8cxe37hng9] .preview-status {
    padding: .275rem .75rem;
    border-radius: 20px;
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3px;
}
[b-8cxe37hng9] .preview-status.active   { background: #dcfce7; color: #15803d; }
[b-8cxe37hng9] .preview-status.inactive { background: #fef2f2; color: #dc2626; }

/* ── Dialog action buttons ─────────────────────────────────── */
[b-8cxe37hng9] .dialog-actions {
    display: flex;
    gap: .75rem;
    justify-content: flex-end;
    padding-top: .875rem;
    border-top: 1px solid #E8DDD4;
    margin-top: 1rem;
}
[b-8cxe37hng9] .cancel-btn {
    color: #6B4E37 !important;
    border-color: #E8DDD4 !important;
    border-radius: 6px !important;
    text-transform: none !important;
    min-width: 90px !important;
}
[b-8cxe37hng9] .cancel-btn .mud-button-label { color: #6B4E37 !important; }
[b-8cxe37hng9] .cancel-btn:hover { background: #FDF8F3 !important; }

[b-8cxe37hng9] .submit-btn {
    background: #8B4513 !important;
    color: #fff !important;
    font-weight: 600 !important;
    border-radius: 6px !important;
    text-transform: none !important;
    min-width: 90px !important;
    box-shadow: 0 2px 10px rgba(139,69,19,.3) !important;
}
[b-8cxe37hng9] .submit-btn .mud-button-label { color: #fff !important; }
[b-8cxe37hng9] .submit-btn:hover { background: #654321 !important; transform: translateY(-1px) !important; }
[b-8cxe37hng9] .submit-btn:disabled,
[b-8cxe37hng9] .submit-btn[disabled] {
    background: #d1c4b8 !important;
    transform: none !important;
    box-shadow: none !important;
}
[b-8cxe37hng9] .submit-btn:disabled .mud-button-label { color: #8B7355 !important; }

/* ============================================================
   RESPONSIVE — 768px
   ============================================================ */
@media (max-width: 768px) {
    [b-8cxe37hng9] .admin-dialog-header { flex-direction: column; text-align: center; gap: .375rem; }
    [b-8cxe37hng9] .form-row             { grid-template-columns: 1fr; }
    [b-8cxe37hng9] .pottery-radio-group  { flex-direction: column; gap: .5rem; }
    [b-8cxe37hng9] .preview-card         { flex-direction: column; text-align: center; gap: .875rem; }
    [b-8cxe37hng9] .preview-right        { align-items: center; }
    [b-8cxe37hng9] .dialog-actions       { flex-direction: column-reverse; }
    [b-8cxe37hng9] .dialog-actions .cancel-btn,
    [b-8cxe37hng9] .dialog-actions .submit-btn {
        width: 100% !important;
        min-height: 46px !important;
    }
}

/* ============================================================
   RESPONSIVE — 480px
   ============================================================ */
@media (max-width: 480px) {
    [b-8cxe37hng9] .coupon-preview { padding: .625rem; }
    [b-8cxe37hng9] .preview-card   { padding: .875rem; }
    [b-8cxe37hng9] .admin-dialog-title { font-size: 1rem; }
}

/* ============================================================
   TOUCH DEVICES
   ============================================================ */
@media (hover: none) and (pointer: coarse) {
    [b-8cxe37hng9] .submit-btn,
    [b-8cxe37hng9] .cancel-btn { min-height: 48px !important; touch-action: manipulation; }
}
/* /Components/CollectPendingDialog.razor.rz.scp.css */
/* === Collect Pending Payment Dialog - Scoped Styles === */

/* ?? Summary Card ?? */
[b-qvyf936ukq] .collect-pending-content {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

[b-qvyf936ukq] .collect-summary-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    background: linear-gradient(135deg, rgba(139, 69, 19, 0.08), rgba(139, 69, 19, 0.02));
    border: 1px solid var(--border-light);
    border-radius: var(--border-radius);
}

[b-qvyf936ukq] .collect-summary-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

[b-qvyf936ukq] .collect-summary-icon .mud-icon-root {
    color: white !important;
    font-size: 1.5rem;
}

[b-qvyf936ukq] .collect-summary-info {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    min-width: 0;
}

[b-qvyf936ukq] .collect-summary-name {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-primary);
    font-family: 'Playfair Display', serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-qvyf936ukq] .collect-summary-amount {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
    font-family: 'Playfair Display', serif;
    line-height: 1.2;
}

[b-qvyf936ukq] .collect-summary-label {
    font-size: 0.75rem;
    color: var(--text-light);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ?? Section ?? */
[b-qvyf936ukq] .collect-section {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

[b-qvyf936ukq] .collect-section-label {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--text-primary);
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/* ?? Payment Mode Grid ?? */
[b-qvyf936ukq] .collect-mode-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
}

[b-qvyf936ukq] .collect-mode-chip {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.375rem;
    padding: 0.75rem 0.5rem;
    border: 2px solid var(--border-light);
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 0.78rem;
    font-weight: 500;
    color: var(--text-secondary);
    background: var(--bg-white);
    text-align: center;
}

[b-qvyf936ukq] .collect-mode-chip:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
    background: rgba(139, 69, 19, 0.03);
}

[b-qvyf936ukq] .collect-mode-chip.selected {
    border-color: var(--primary-color);
    background: rgba(139, 69, 19, 0.08);
    color: var(--primary-color);
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(139, 69, 19, 0.15);
}

[b-qvyf936ukq] .collect-mode-chip .mud-icon-root {
    color: inherit !important;
    font-size: 1.25rem;
}

/* ?? Confirmation Card ?? */
[b-qvyf936ukq] .collect-confirm-card {
    padding: 0.875rem 1rem;
    background: var(--bg-light);
    border: 1px solid var(--border-light);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

[b-qvyf936ukq] .collect-confirm-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
}

[b-qvyf936ukq] .collect-confirm-row span {
    color: var(--text-light);
}

[b-qvyf936ukq] .collect-confirm-row strong {
    color: var(--text-primary);
    font-weight: 600;
}

/* ??????????????????????????????????????????
   RESPONSIVE � 1024px
   ?????????????????????????????????????????? */
@media (max-width: 1024px) {
    [b-qvyf936ukq] .collect-mode-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ??????????????????????????????????????????
   RESPONSIVE � 768px
   ?????????????????????????????????????????? */
@media (max-width: 768px) {
    [b-qvyf936ukq] .collect-mode-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.375rem;
    }

    [b-qvyf936ukq] .collect-mode-chip {
        padding: 0.625rem 0.375rem;
        font-size: 0.72rem;
    }

    [b-qvyf936ukq] .collect-summary-amount {
        font-size: 1.25rem;
    }
}

/* ??????????????????????????????????????????
   RESPONSIVE � 480px
   ?????????????????????????????????????????? */
@media (max-width: 480px) {
    [b-qvyf936ukq] .collect-pending-content {
        gap: 1rem;
    }

    [b-qvyf936ukq] .collect-summary-card {
        padding: 1rem;
        flex-direction: column;
        text-align: center;
    }

    [b-qvyf936ukq] .collect-summary-info {
        align-items: center;
    }

    [b-qvyf936ukq] .collect-mode-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.375rem;
    }

    [b-qvyf936ukq] .collect-mode-chip {
        padding: 0.625rem 0.5rem;
        font-size: 0.75rem;
        min-height: 48px;
    }

    [b-qvyf936ukq] .collect-confirm-row {
        font-size: 0.8rem;
    }
}

/* ??????????????????????????????????????????
   Touch devices
   ?????????????????????????????????????????? */
@media (hover: none) and (pointer: coarse) {
    [b-qvyf936ukq] .collect-mode-chip {
        min-height: 48px;
        touch-action: manipulation;
    }

    [b-qvyf936ukq] .collect-mode-chip:hover {
        border-color: var(--border-light);
        color: var(--text-secondary);
        background: var(--bg-white);
    }

    [b-qvyf936ukq] .collect-mode-chip.selected:hover {
        border-color: var(--primary-color);
        background: rgba(139, 69, 19, 0.08);
        color: var(--primary-color);
    }
}

/* ??????????????????????????????
   Reduced motion
   ?????????????????????????????? */
@media (prefers-reduced-motion: reduce) {
    [b-qvyf936ukq] * {
        animation: none !important;
        transition: none !important;
    }
}

/* QR Payment Section Styles */
[b-qvyf936ukq] .qr-payment-section {
    background: linear-gradient(135deg, rgba(139, 69, 19, 0.03), rgba(139, 69, 19, 0.01));
    border: 1px solid var(--border-light);
    border-radius: var(--border-radius);
    padding: 1.25rem;
    margin-top: 0.5rem;
}

[b-qvyf936ukq] .qr-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-primary);
}

[b-qvyf936ukq] .qr-loading,
[b-qvyf936ukq] .qr-error {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 2rem 1rem;
    text-align: center;
}

[b-qvyf936ukq] .qr-loading {
    color: var(--text-secondary);
}

[b-qvyf936ukq] .qr-error {
    color: var(--text-secondary);
}

[b-qvyf936ukq] .qr-code-display {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: white;
    border-radius: var(--border-radius);
    border: 1px solid var(--border-light);
}

[b-qvyf936ukq] .qr-code-image {
    width: 280px;
    height: 280px;
    border: 8px solid var(--primary-color);
    border-radius: 12px;
    padding: 12px;
    background: white;
    box-shadow: 0 4px 20px rgba(139, 69, 19, 0.15);
}

[b-qvyf936ukq] .qr-instructions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: rgba(33, 150, 243, 0.08);
    border-left: 3px solid #2196F3;
    border-radius: 6px;
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: left;
    width: 100%;
}

[b-qvyf936ukq] .copy-link-btn {
    font-size: 0.875rem !important;
    text-transform: none !important;
    border-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
}

[b-qvyf936ukq] .copy-link-btn:hover {
    background: rgba(139, 69, 19, 0.08) !important;
}

[b-qvyf936ukq] .qr-divider {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 1.25rem 0;
    color: var(--text-light);
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

[b-qvyf936ukq] .qr-divider::before,
[b-qvyf936ukq] .qr-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--border-light);
}

[b-qvyf936ukq] .manual-entry-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

[b-qvyf936ukq] .generate-qr-btn {
    background: var(--primary-color) !important;
    color: white !important;
    font-weight: 600 !important;
    text-transform: none !important;
    box-shadow: 0 2px 12px rgba(139, 69, 19, 0.3) !important;
}

[b-qvyf936ukq] .generate-qr-btn:hover {
    background: var(--primary-dark) !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(139, 69, 19, 0.4) !important;
}

/* UPI Apps Display Section */
[b-qvyf936ukq] .upi-apps-info {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.75rem;
    background: rgba(76, 175, 80, 0.08);
    border-radius: 8px;
    width: 100%;
}

[b-qvyf936ukq] .upi-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

[b-qvyf936ukq] .upi-apps-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}

[b-qvyf936ukq] .upi-apps-list span {
    padding: 0.375rem 0.75rem;
    background: white;
    border: 1px solid var(--border-light);
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--text-primary);
    white-space: nowrap;
}

/* Mobile responsiveness for QR code */
@media (max-width: 768px) {
    [b-qvyf936ukq] .qr-code-image {
        width: 240px;
        height: 240px;
        border-width: 6px;
        padding: 10px;
    }

    [b-qvyf936ukq] .qr-payment-section {
        padding: 1rem;
    }

    [b-qvyf936ukq] .qr-instructions {
        font-size: 0.8rem;
        padding: 0.625rem 0.875rem;
    }
}

@media (max-width: 480px) {
    [b-qvyf936ukq] .qr-code-image {
        width: 200px;
        height: 200px;
        border-width: 5px;
        padding: 8px;
    }

    [b-qvyf936ukq] .qr-header {
        font-size: 0.875rem;
    }

    [b-qvyf936ukq] .qr-instructions {
        font-size: 0.75rem;
    }
}
/* /Pages/AboutSection.razor.rz.scp.css */
.about-wrapper[b-2n462z21xm] {
    background-color: #f9f9f9;
    padding: 2rem;
    border-radius: 8px;
    font-family: 'Georgia', serif;
}
/* /Pages/Admin/Bookings/Bookings.razor.rz.scp.css */
/* === Admin Bookings Page - Scoped Styles === */

.bookings-page[b-7z05pooggi] {
    width: 100%;
}

/* ?? Table row detail (expanded panel) ?? */
[b-7z05pooggi] .table-row-detail {
    padding: 0;
    border-bottom: 1px solid var(--border-light);
    background: var(--bg-light);
}

[b-7z05pooggi] .table-row.expanded {
    background: rgba(139, 69, 19, 0.04);
    border-bottom-color: transparent;
}

[b-7z05pooggi] .mobile-detail-wrapper {
    padding: 0;
    border-top: 1px solid var(--border-light);
    background: var(--bg-light);
}

/* ?? Detail Panel ?? */
[b-7z05pooggi] .detail-panel {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* ?? Detail Cards Grid (Payment + Log side by side) ?? */
[b-7z05pooggi] .detail-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

/* ?? Detail Card ?? */
[b-7z05pooggi] .detail-card {
    background: var(--bg-white);
    border: 1px solid var(--border-light);
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-soft);
    overflow: hidden;
}

[b-7z05pooggi] .detail-card-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: linear-gradient(135deg, rgba(139, 69, 19, 0.06), rgba(139, 69, 19, 0.02));
    border-bottom: 1px solid var(--border-light);
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--text-primary);
    font-family: 'Playfair Display', serif;
}

[b-7z05pooggi] .detail-card-header .mud-icon-root {
    color: var(--primary-color) !important;
    font-size: 1.1rem;
}

[b-7z05pooggi] .detail-card-body {
    padding: 1rem;
}

/* ?? Payment Rows ?? */
[b-7z05pooggi] .detail-payment-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px dashed var(--border-light);
}

[b-7z05pooggi] .detail-payment-row:last-of-type {
    border-bottom: none;
}

[b-7z05pooggi] .detail-payment-label {
    font-size: 0.85rem;
    color: var(--text-secondary);
    font-weight: 500;
}

[b-7z05pooggi] .detail-payment-value {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--text-primary);
    font-family: 'Playfair Display', serif;
}

[b-7z05pooggi] .detail-payment-row.token .detail-payment-label,
[b-7z05pooggi] .detail-payment-row.token .detail-payment-value {
    color: var(--primary-color);
}

[b-7z05pooggi] .detail-payment-row.collected .detail-payment-label,
[b-7z05pooggi] .detail-payment-row.collected .detail-payment-value {
    color: #16a34a;
}

[b-7z05pooggi] .detail-payment-row.due .detail-payment-label,
[b-7z05pooggi] .detail-payment-row.due .detail-payment-value {
    color: #d97706;
}

[b-7z05pooggi] .detail-payment-meta {
    font-size: 0.75rem;
    color: var(--text-light);
    padding-top: 0.5rem;
    margin-top: 0.25rem;
    border-top: 1px solid var(--border-light);
}

/* ?? Token / Pending indicators (table cells) ?? */
[b-7z05pooggi] .detail-token-amount {
    color: var(--primary-color);
    font-weight: 600;
}

[b-7z05pooggi] .detail-pending-indicator {
    font-weight: 600;
    font-size: 0.8rem;
    display: block;
}

[b-7z05pooggi] .detail-pending-indicator.collected {
    color: #16a34a;
}

[b-7z05pooggi] .detail-pending-indicator.due {
    color: #d97706;
}

/* ?? Star ratings ?? */
[b-7z05pooggi] .detail-stars {
    color: #d97706;
    letter-spacing: 1px;
    font-size: 0.8rem;
}

/* ?? Timeline ?? */
[b-7z05pooggi] .detail-timeline {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    padding-left: 1.25rem;
}

[b-7z05pooggi] .detail-timeline::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background: var(--border-light);
    border-radius: 1px;
}

[b-7z05pooggi] .timeline-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.4rem 0;
    position: relative;
}

[b-7z05pooggi] .timeline-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 4px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 0 3px var(--bg-light);
}

[b-7z05pooggi] .timeline-dot.booked {
    background: #16a34a;
}

[b-7z05pooggi] .timeline-dot.paid {
    background: var(--primary-color);
}

[b-7z05pooggi] .timeline-dot.started {
    background: #2563eb;
}

[b-7z05pooggi] .timeline-dot.pending-collected {
    background: #d97706;
}

[b-7z05pooggi] .timeline-dot.completed {
    background: #16a34a;
}

[b-7z05pooggi] .timeline-dot.reviewed {
    background: var(--primary-color);
}

[b-7z05pooggi] .timeline-text {
    font-size: 0.8rem;
    color: var(--text-secondary);
    line-height: 1.5;
}

[b-7z05pooggi] .timeline-review-text {
    font-style: italic;
    color: var(--text-light);
}

/* ?? Admin Notes Banner ?? */
[b-7z05pooggi] .detail-notes-banner {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: rgba(139, 69, 19, 0.05);
    border: 1px solid var(--border-light);
    border-radius: 8px;
    font-size: 0.8rem;
    color: var(--text-secondary);
    line-height: 1.5;
}

[b-7z05pooggi] .detail-notes-banner .mud-icon-root {
    color: var(--accent-color) !important;
    font-size: 1rem;
    flex-shrink: 0;
    margin-top: 1px;
}

/* ?? Quick Actions Row ?? */
[b-7z05pooggi] .detail-quick-actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    padding-top: 0.5rem;
    border-top: 1px solid var(--border-light);
}

[b-7z05pooggi] .detail-action-btn {
    border-color: var(--border-light) !important;
    color: var(--text-secondary) !important;
    text-transform: none !important;
    font-weight: 500 !important;
    border-radius: 8px !important;
    transition: var(--transition) !important;
}

[b-7z05pooggi] .detail-action-btn:hover {
    border-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
    background: rgba(139, 69, 19, 0.04) !important;
}

[b-7z05pooggi] .detail-action-btn-danger {
    border-color: var(--border-light) !important;
    text-transform: none !important;
    font-weight: 500 !important;
    border-radius: 8px !important;
    transition: var(--transition) !important;
}

[b-7z05pooggi] .detail-action-btn-danger:hover {
    border-color: #dc2626 !important;
    background: rgba(220, 38, 38, 0.04) !important;
}

/* ?? Workflow action button (table row) ?? */
[b-7z05pooggi] .workflow-action-btn {
    font-size: 0.75rem !important;
    padding: 2px 10px !important;
    min-width: 0 !important;
    text-transform: none !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
}

/* ??????????????????????????????????????????
   RESPONSIVE � 1024px (tablets / small desktop)
   ?????????????????????????????????????????? */
@media (max-width: 1024px) {
    [b-7z05pooggi] .detail-cards-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem;
    }

    [b-7z05pooggi] .detail-panel {
        padding: 0.875rem;
    }
}

/* ??????????????????????????????????????????
   RESPONSIVE � 768px (tablet portrait)
   ?????????????????????????????????????????? */
@media (max-width: 768px) {
    [b-7z05pooggi] .detail-cards-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    [b-7z05pooggi] .detail-panel {
        padding: 1rem;
        gap: 0.75rem;
    }

    [b-7z05pooggi] .detail-card-header {
        padding: 0.625rem 0.875rem;
        font-size: 0.8rem;
    }

    [b-7z05pooggi] .detail-card-body {
        padding: 0.875rem;
    }

    [b-7z05pooggi] .detail-payment-label {
        font-size: 0.8rem;
    }

    [b-7z05pooggi] .detail-payment-value {
        font-size: 0.85rem;
    }

    [b-7z05pooggi] .timeline-text {
        font-size: 0.78rem;
    }

    [b-7z05pooggi] .detail-quick-actions {
        gap: 0.375rem;
    }
}

/* ??????????????????????????????????????????
   RESPONSIVE � 480px (mobile phones)
   ?????????????????????????????????????????? */
@media (max-width: 480px) {
    [b-7z05pooggi] .detail-panel {
        padding: 0.75rem;
        gap: 0.625rem;
    }

    [b-7z05pooggi] .detail-cards-grid {
        grid-template-columns: 1fr;
        gap: 0.625rem;
    }

    [b-7z05pooggi] .detail-card-header {
        padding: 0.5rem 0.75rem;
        font-size: 0.78rem;
    }

    [b-7z05pooggi] .detail-card-body {
        padding: 0.75rem;
    }

    [b-7z05pooggi] .detail-payment-row {
        padding: 0.375rem 0;
    }

    [b-7z05pooggi] .detail-payment-label {
        font-size: 0.78rem;
    }

    [b-7z05pooggi] .detail-payment-value {
        font-size: 0.8rem;
    }

    [b-7z05pooggi] .detail-payment-meta {
        font-size: 0.7rem;
    }

    [b-7z05pooggi] .timeline-text {
        font-size: 0.75rem;
    }

    [b-7z05pooggi] .detail-timeline {
        padding-left: 1rem;
    }

    [b-7z05pooggi] .timeline-dot {
        width: 8px;
        height: 8px;
    }

    [b-7z05pooggi] .detail-notes-banner {
        font-size: 0.75rem;
        padding: 0.625rem 0.75rem;
    }

    [b-7z05pooggi] .detail-quick-actions {
        flex-direction: column;
        align-items: stretch;
    }

    [b-7z05pooggi] .detail-quick-actions .mud-button {
        width: 100%;
        justify-content: center;
        min-height: 42px;
    }
}

/* ??????????????????????????????????????????
   Touch devices � disable hover transforms
   ?????????????????????????????????????????? */
@media (hover: none) and (pointer: coarse) {
    [b-7z05pooggi] .detail-card:hover {
        transform: none;
    }

    [b-7z05pooggi] .detail-action-btn,
    [b-7z05pooggi] .detail-action-btn-danger,
    [b-7z05pooggi] .workflow-action-btn {
        min-height: 44px;
        touch-action: manipulation;
    }
}

/* ??????????????????????????????????????????
   Reduced motion
   ?????????????????????????????????????????? */
@media (prefers-reduced-motion: reduce) {
    [b-7z05pooggi] * {
        animation: none !important;
        transition: none !important;
    }
}
/* /Pages/Admin/Coupons/Coupons.razor.rz.scp.css */
/* ============================================================
   COUPONS PAGE � Scoped Styles
   ============================================================ */
.coupons-page[b-ssyiif5825] {
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

/* Coupon-specific table column layout � wider distribution */
[b-ssyiif5825] .admin-table-compact .table-header,
[b-ssyiif5825] .admin-table-compact .table-row {
    grid-template-columns: 40px 2.5fr 1fr 2fr 1.2fr 1fr;
}

/* Ensure table fills full width */
[b-ssyiif5825] .admin-table-compact {
    width: 100%;
}

/* Coupon code styling */
[b-ssyiif5825] .coupon-code-cell strong {
    font-family: 'Playfair Display', serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Discount type badge */
[b-ssyiif5825] .discount-type-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.15rem 0.5rem;
    border-radius: 4px;
    font-size: 0.68rem;
    font-weight: 500;
    background: var(--bg-light);
    color: var(--text-secondary);
}

/* Pagination info */
[b-ssyiif5825] .pagination-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    background: var(--bg-white);
    border-radius: var(--border-radius);
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-soft);
    margin-bottom: .625rem;
    font-size: 0.82rem;
    color: var(--text-secondary);
}

[b-ssyiif5825] .pagination-info .pagination-controls {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

[b-ssyiif5825] .pagination-info .page-indicator {
    font-weight: 600;
    color: var(--text-primary);
    font-size: 0.82rem;
}

/* Usage progress indicator */
[b-ssyiif5825] .usage-progress {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

[b-ssyiif5825] .usage-bar-track {
    height: 4px;
    background: var(--bg-light);
    border-radius: 2px;
    overflow: hidden;
    width: 60px;
}

[b-ssyiif5825] .usage-bar-fill {
    height: 100%;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    transition: width 0.3s ease;
}

[b-ssyiif5825] .usage-bar-fill.high {
    background: linear-gradient(90deg, #dc2626, #ef4444);
}

[b-ssyiif5825] .usage-bar-fill.medium {
    background: linear-gradient(90deg, #d97706, #f59e0b);
}

/* ============================================================
   RESPONSIVE � 1024px (Tablets / small desktops)
   ============================================================ */
@media (max-width: 1024px) {
    [b-ssyiif5825] .admin-table-compact .table-header,
    [b-ssyiif5825] .admin-table-compact .table-row {
        grid-template-columns: 40px 2fr 1fr 1.5fr 1fr 1fr;
    }
}

/* ============================================================
   RESPONSIVE � 768px (Tablets portrait)
   ============================================================ */
@media (max-width: 768px) {
    [b-ssyiif5825] .pagination-info {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
        padding: 0.625rem;
    }

    [b-ssyiif5825] .usage-bar-track {
        width: 100%;
    }
}

/* ============================================================
   RESPONSIVE � 480px (Mobile phones)
   ============================================================ */
@media (max-width: 480px) {
    [b-ssyiif5825] .pagination-info {
        padding: 0.5rem;
        font-size: 0.75rem;
    }

    [b-ssyiif5825] .pagination-info .pagination-controls {
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* ============================================================
   TOUCH DEVICES
   ============================================================ */
@media (hover: none) and (pointer: coarse) {
    [b-ssyiif5825] .table-row:hover {
        transform: none;
    }

    [b-ssyiif5825] .mobile-card-compact:hover {
        transform: none;
    }
}

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
    [b-ssyiif5825] * {
        animation: none !important;
        transition: none !important;
    }
}
/* /Pages/Admin/SlotManagement/EditSlotDialog.razor.rz.scp.css */
/* ============================================================
   EDIT SLOT DIALOG — Scoped Styles
   Uses ::deep so styles penetrate MudBlazor portal-rendered dialog
   ============================================================ */

.coupon-dialog-page[b-gaimj4z0rn] {
    width: 100%;
}

/* ── Dialog header ─────────────────────────────────────────── */
[b-gaimj4z0rn] .pottery-dialog-header {
    display: flex;
    align-items: center;
    gap: .875rem;
    margin-bottom: 1.25rem;
    padding-bottom: .875rem;
    border-bottom: 2px solid #FDF8F3;
}
[b-gaimj4z0rn] .dialog-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: linear-gradient(135deg, #8B4513, #654321);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}
[b-gaimj4z0rn] .dialog-icon .mud-icon-root { color: #fff !important; font-size: 1.375rem !important; }
[b-gaimj4z0rn] .dialog-title    { margin: 0; font-size: 1.1rem; font-weight: 700; color: #2C1810; font-family: 'Playfair Display', serif; }
[b-gaimj4z0rn] .dialog-subtitle { margin: .15rem 0 0; font-size: .78rem; color: #6B4E37; }

/* ── Form layout ───────────────────────────────────────────── */
[b-gaimj4z0rn] .form-grid { display: flex; flex-direction: column; gap: 1rem; }
[b-gaimj4z0rn] .form-row  { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; align-items: end; }
[b-gaimj4z0rn] .form-row.full-width { grid-template-columns: 1fr; }
[b-gaimj4z0rn] .form-group { display: flex; flex-direction: column; gap: .3rem; }
[b-gaimj4z0rn] .form-label { font-size: .78rem; font-weight: 600; color: #2C1810; }
[b-gaimj4z0rn] .pottery-switch { margin-top: .2rem; }

/* ── Slot preview card ─────────────────────────────────────── */
[b-gaimj4z0rn] .coupon-preview {
    margin-top: 1.25rem;
    padding: .875rem;
    background: #FDF8F3;
    border-radius: 10px;
    border: 1px solid #E8DDD4;
}
[b-gaimj4z0rn] .preview-header {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: .75rem;
    font-size: .78rem;
    font-weight: 600;
    color: #2C1810;
}
[b-gaimj4z0rn] .preview-card {
    background: #fff;
    border-radius: 10px;
    padding: 1rem 1.125rem;
    border: 2px dashed #8B4513;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}
[b-gaimj4z0rn] .preview-card::before {
    content: '';
    position: absolute;
    inset: 0 0 auto 0;
    height: 3px;
    background: linear-gradient(90deg, #8B4513, #D2691E);
}
[b-gaimj4z0rn] .preview-left  { flex: 1; }
[b-gaimj4z0rn] .preview-code  {
    font-size: 1.05rem;
    font-weight: 700;
    color: #8B4513;
    margin-bottom: .25rem;
    font-family: 'Playfair Display', serif;
    letter-spacing: .5px;
}
[b-gaimj4z0rn] .preview-details { display: flex; flex-direction: column; gap: .2rem; margin-top: .35rem; }
[b-gaimj4z0rn] .preview-details small { font-size: .72rem; color: #6B4E37; }
[b-gaimj4z0rn] .preview-right {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: .375rem;
}
[b-gaimj4z0rn] .preview-status {
    padding: .275rem .75rem;
    border-radius: 20px;
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3px;
}
[b-gaimj4z0rn] .preview-status.active   { background: #dcfce7; color: #15803d; }
[b-gaimj4z0rn] .preview-status.inactive { background: #fef2f2; color: #dc2626; }

/* ── Dialog action buttons ─────────────────────────────────── */
[b-gaimj4z0rn] .dialog-actions {
    display: flex;
    gap: .75rem;
    justify-content: flex-end;
    padding-top: .875rem;
    border-top: 1px solid #E8DDD4;
    margin-top: 1rem;
}
[b-gaimj4z0rn] .cancel-btn {
    color: #6B4E37 !important;
    border-color: #E8DDD4 !important;
    border-radius: 6px !important;
    text-transform: none !important;
    min-width: 90px !important;
}
[b-gaimj4z0rn] .cancel-btn .mud-button-label { color: #6B4E37 !important; }
[b-gaimj4z0rn] .cancel-btn:hover { background: #FDF8F3 !important; }

[b-gaimj4z0rn] .submit-btn {
    background: #8B4513 !important;
    color: #fff !important;
    font-weight: 600 !important;
    border-radius: 6px !important;
    text-transform: none !important;
    min-width: 90px !important;
    box-shadow: 0 2px 10px rgba(139,69,19,.3) !important;
}
[b-gaimj4z0rn] .submit-btn .mud-button-label { color: #fff !important; }
[b-gaimj4z0rn] .submit-btn:hover { background: #654321 !important; transform: translateY(-1px) !important; }
[b-gaimj4z0rn] .submit-btn:disabled,
[b-gaimj4z0rn] .submit-btn[disabled] {
    background: #d1c4b8 !important;
    transform: none !important;
    box-shadow: none !important;
}
[b-gaimj4z0rn] .submit-btn:disabled .mud-button-label { color: #8B7355 !important; }

/* ============================================================
   RESPONSIVE — 1024px
   ============================================================ */
@media (max-width: 1024px) {
    [b-gaimj4z0rn] .form-row { gap: 0.75rem; }
}

/* ============================================================
   RESPONSIVE — 768px
   ============================================================ */
@media (max-width: 768px) {
    [b-gaimj4z0rn] .pottery-dialog-header {
        flex-direction: column;
        text-align: center;
        gap: 0.375rem;
    }
    [b-gaimj4z0rn] .form-row         { grid-template-columns: 1fr; }
    [b-gaimj4z0rn] .preview-card     { flex-direction: column; text-align: center; gap: 0.875rem; }
    [b-gaimj4z0rn] .preview-right    { align-items: center; }
    [b-gaimj4z0rn] .dialog-actions   { flex-direction: column-reverse; }
    [b-gaimj4z0rn] .dialog-actions .cancel-btn,
    [b-gaimj4z0rn] .dialog-actions .submit-btn {
        width: 100% !important;
        min-height: 46px !important;
    }
}

/* ============================================================
   RESPONSIVE — 480px
   ============================================================ */
@media (max-width: 480px) {
    [b-gaimj4z0rn] .coupon-preview { padding: 0.625rem; }
    [b-gaimj4z0rn] .preview-card   { padding: 0.875rem; }
    [b-gaimj4z0rn] .dialog-icon    { font-size: 1.75rem; }
    [b-gaimj4z0rn] .dialog-title   { font-size: 1rem; }
}

/* ============================================================
   TOUCH DEVICES
   ============================================================ */
@media (hover: none) and (pointer: coarse) {
    [b-gaimj4z0rn] .submit-btn,
    [b-gaimj4z0rn] .cancel-btn { min-height: 48px !important; touch-action: manipulation; }
}

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
    [b-gaimj4z0rn] * { animation: none !important; transition: none !important; }
}
/* /Pages/Admin/SlotManagement/SlotManagement.razor.rz.scp.css */
/* === Slot Management Page - Scoped Styles === */

.slot-management-page[b-pv4glt4nx3] {
    width: 100%;
}

/*
  Columns: checkbox | workshop+date | time range | capacity | status | actions
  Default admin.css grid is 40px 2fr 1.5fr 1fr 1fr 1.2fr — this matches well,
  but we tighten the time column and widen workshop for readability.
*/
[b-pv4glt4nx3] .admin-table-compact .table-header,
[b-pv4glt4nx3] .admin-table-compact .table-row {
    grid-template-columns: 36px 2.2fr 1.4fr 0.8fr 0.9fr 0.9fr;
}

/* Capacity number styling */
[b-pv4glt4nx3] .capacity-display {
    display: flex;
    align-items: baseline;
    gap: .2rem;
}

[b-pv4glt4nx3] .capacity-available {
    font-weight: 700;
    font-size: .95rem;
    color: var(--text-primary);
}

[b-pv4glt4nx3] .capacity-total {
    font-size: .75rem;
    color: var(--text-light);
}

/* Full capacity highlight */
[b-pv4glt4nx3] .capacity-full .capacity-available {
    color: #dc2626;
}

/* Time text */
[b-pv4glt4nx3] .time-text {
    font-weight: 600;
    font-size: .85rem;
    color: var(--text-primary);
    white-space: nowrap;
}

@media (max-width: 1024px) {
    [b-pv4glt4nx3] .admin-table-compact .table-header,
    [b-pv4glt4nx3] .admin-table-compact .table-row {
        grid-template-columns: 36px 2fr 1.3fr 0.7fr 0.9fr 0.9fr;
    }
}
/* /Pages/Admin/Wheels/Wheels.razor.rz.scp.css */
/* ============================================================
   WHEELS PAGE — scoped styles
   Overrides the default 6-col grid to a 7-col wheels layout
   Columns: # | Name | Serial | Purchase | Status | Enabled | Actions
   ============================================================ */

/* --- Grid columns ----------------------------------------- */
[b-1gcb7hkeqa] .table-header,
[b-1gcb7hkeqa] .table-row {
    grid-template-columns: 40px 2fr 1.1fr 1.2fr 1.1fr 0.7fr 1fr;
}

/* --- Column helpers --------------------------------------- */
[b-1gcb7hkeqa] .col-name,
[b-1gcb7hkeqa] .col-serial,
[b-1gcb7hkeqa] .col-purchase,
[b-1gcb7hkeqa] .col-status,
[b-1gcb7hkeqa] .col-enabled,
[b-1gcb7hkeqa] .col-actions {
    min-width: 0;
    overflow: hidden;
}

[b-1gcb7hkeqa] .col-enabled {
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-1gcb7hkeqa] .col-actions {
    display: flex;
    align-items: center;
}

/* --- Mobile responsive ------------------------------------- */
@media (max-width: 767px) {
    [b-1gcb7hkeqa] .desktop-only { display: none !important; }
    [b-1gcb7hkeqa] .mobile-only  { display: block !important; }
}

@media (min-width: 768px) {
    [b-1gcb7hkeqa] .desktop-only { display: block !important; }
    [b-1gcb7hkeqa] .mobile-only  { display: none !important; }
}
/* /Pages/Admin/WorkshopOptions/WorkshopOptions.razor.rz.scp.css */
/* === Workshop Options Page - Scoped Styles === */

.workshop-options-page[b-8uri7wqmju] {
    width: 100%;
}

/* Override table grid to add the features column */
[b-8uri7wqmju] .admin-table-compact .table-header,
[b-8uri7wqmju] .admin-table-compact .table-row {
    grid-template-columns: 36px 2fr 1fr 1.2fr 0.9fr 0.8fr 1.1fr;
}

@media (max-width: 1024px) {
    [b-8uri7wqmju] .admin-table-compact .table-header,
    [b-8uri7wqmju] .admin-table-compact .table-row {
        grid-template-columns: 36px 2fr 1fr 1.1fr 0.8fr 0.8fr 1fr;
    }
}
/* /Pages/BookPotteryWorkshop.razor.rz.scp.css */
/* BookPotteryWorkshop.razor.css � Scoped responsive styles */

/* Root wrapper */
.book-workshop-page[b-eqsmkdb5tv] {
    width: 100%;
    overflow-x: hidden;
}

/* === LAYOUT GRID === */
[b-eqsmkdb5tv] .booking-layout {
    display: grid;
    grid-template-columns: 1fr 390px;
    gap: 2rem;
    align-items: start;
}

[b-eqsmkdb5tv] .booking-form-column {
    min-width: 0;
    order: 1;
}

[b-eqsmkdb5tv] .booking-sidebar-column {
    min-width: 0;
    order: 2;
}

/* Sticky sidebar on desktop */
[b-eqsmkdb5tv] .booking-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    position: sticky;
    top: calc(var(--header-height, 80px) + 1.5rem);
}

/* === MOBILE PRICE STRIP (hidden on desktop) === */
[b-eqsmkdb5tv] .mobile-price-strip {
    display: none;
}

/* === MOBILE STICKY BOOK BAR (hidden on desktop) === */
[b-eqsmkdb5tv] .mobile-book-bar {
    display: none;
}

/* === FORM CARD === */
[b-eqsmkdb5tv] .booking-form-card {
    padding: 2rem;
}

/* === FORM HEADER === */
[b-eqsmkdb5tv] .form-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 1.25rem;
    border-bottom: 2px solid var(--bg-light);
}

[b-eqsmkdb5tv] .form-title h2 {
    font-size: 1.4rem;
    color: var(--text-primary);
    margin: 0 0 0.25rem 0;
}

[b-eqsmkdb5tv] .form-title p {
    color: var(--text-secondary);
    margin: 0;
    font-size: 0.9rem;
}

/* === FORM SECTIONS === */
[b-eqsmkdb5tv] .form-section {
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    background: var(--bg-light);
    border-radius: var(--border-radius);
    border: 1px solid var(--border-light);
}

[b-eqsmkdb5tv] .form-section h3 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0 0 1.25rem 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    letter-spacing: 0.01em;
}

[b-eqsmkdb5tv] .form-section h3::before {
    content: '';
    width: 4px;
    height: 18px;
    background: var(--primary-color);
    border-radius: 2px;
    flex-shrink: 0;
}

/* === FORM ROW LAYOUTS === */
[b-eqsmkdb5tv] .form-row-2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

[b-eqsmkdb5tv] .form-field {
    min-width: 0;
}

[b-eqsmkdb5tv] .form-fields-stack {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

[b-eqsmkdb5tv] .phone-row {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
}

[b-eqsmkdb5tv] .country-col {
    flex: 0 0 120px;
    min-width: 0;
}

[b-eqsmkdb5tv] .phone-col {
    flex: 1;
    min-width: 0;
}

[b-eqsmkdb5tv] .coupon-row {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
}

[b-eqsmkdb5tv] .coupon-input-col {
    flex: 1;
    min-width: 0;
}

[b-eqsmkdb5tv] .coupon-btn-col {
    flex: 0 0 110px;
}

/* === WORKSHOP PREVIEW (pre-selected) === */
[b-eqsmkdb5tv] .workshop-preview {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: var(--bg-white);
    border-radius: var(--border-radius);
    border: 2px solid var(--primary-color);
}

[b-eqsmkdb5tv] .workshop-icon {
    font-size: 1.75rem;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-light);
    border-radius: 10px;
    flex-shrink: 0;
}

[b-eqsmkdb5tv] .workshop-details {
    flex: 1;
    min-width: 0;
}

[b-eqsmkdb5tv] .workshop-details h4 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0 0 0.5rem 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-eqsmkdb5tv] .workshop-meta {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

[b-eqsmkdb5tv] .workshop-meta span {
    background: var(--bg-light);
    color: var(--text-secondary);
    padding: 0.2rem 0.625rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
    white-space: nowrap;
}

[b-eqsmkdb5tv] .workshop-meta .price {
    background: var(--primary-color);
    color: white;
    font-weight: 600;
}

/* === BACK BUTTON TEXT === */
[b-eqsmkdb5tv] .back-btn-mobile {
    display: none;
}

[b-eqsmkdb5tv] .back-btn-desktop {
    display: inline;
}

/* === SIDEBAR CARDS === */
[b-eqsmkdb5tv] .includes-card,
[b-eqsmkdb5tv] .terms-card,
[b-eqsmkdb5tv] .price-summary-card {
    padding: 1.5rem;
    background: var(--bg-white);
    border-radius: var(--border-radius);
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-soft);
}

[b-eqsmkdb5tv] .includes-header,
[b-eqsmkdb5tv] .terms-header,
[b-eqsmkdb5tv] .summary-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--border-light);
}

[b-eqsmkdb5tv] .includes-header h3,
[b-eqsmkdb5tv] .terms-header h3,
[b-eqsmkdb5tv] .summary-header h3 {
    font-size: 1.05rem;
    color: var(--text-primary);
    margin: 0;
}

[b-eqsmkdb5tv] .includes-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

[b-eqsmkdb5tv] .include-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--text-secondary);
    font-size: 0.9rem;
    font-weight: 500;
}

/* === WORKSHOP FEATURES in price summary === */
[b-eqsmkdb5tv] .workshop-features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
    margin-bottom: 0.5rem;
}

[b-eqsmkdb5tv] .workshop-features .feature {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.85rem;
    color: var(--text-secondary);
    background: var(--bg-light);
    padding: 0.25rem 0.625rem;
    border-radius: 20px;
}

[b-eqsmkdb5tv] .workshop-summary h4 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0 0 0.75rem 0;
}

/* === PRICE ROWS === */
[b-eqsmkdb5tv] .price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.625rem 0;
    border-bottom: 1px solid var(--bg-light);
    font-size: 0.95rem;
}

[b-eqsmkdb5tv] .price-row.total {
    border-bottom: none;
    border-top: 2px solid var(--primary-color);
    padding-top: 0.75rem;
    font-weight: 700;
    font-size: 1.05rem;
}

[b-eqsmkdb5tv] .price-row.discount {
    color: var(--secondary-color);
}

[b-eqsmkdb5tv] .final-price {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 1.15rem;
}

[b-eqsmkdb5tv] .savings-note {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #f0fdf4;
    color: #16a34a;
    padding: 0.625rem 0.875rem;
    border-radius: 8px;
    margin-top: 0.75rem;
    font-weight: 500;
    font-size: 0.875rem;
}

/* === AGREEMENT SECTION === */
[b-eqsmkdb5tv] .agreement-section {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border-light);
}

/* === BOOK NOW BUTTON === */
[b-eqsmkdb5tv] .book-now-btn {
    margin-top: 1.25rem !important;
}

/* ============================================================
   RESPONSIVE: 1024px � collapse to single column
   Sidebar moves BELOW the form (natural DOM order)
   ============================================================ */
@media (max-width: 1024px) {
    [b-eqsmkdb5tv] .booking-layout {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    [b-eqsmkdb5tv] .booking-sidebar {
        position: static;
        gap: 1rem;
    }

    [b-eqsmkdb5tv] .booking-form-column {
        order: 1;
    }

    [b-eqsmkdb5tv] .booking-sidebar-column {
        order: 2;
    }

    [b-eqsmkdb5tv] .form-row-2col {
        grid-template-columns: 1fr 1fr;
    }
}

/* ============================================================
   RESPONSIVE: 768px � tablet portrait
   Show compact price strip ABOVE form, hide full price card
   ============================================================ */
@media (max-width: 768px) {
    /* Reorder: price strip ? form ? remaining sidebar */
    [b-eqsmkdb5tv] .booking-form-column {
        order: 2;
    }

    [b-eqsmkdb5tv] .booking-sidebar-column {
        order: 3;
    }

    /* Show mobile price strip above the form */
    [b-eqsmkdb5tv] .mobile-price-strip {
        display: block;
        order: 1;
        background: var(--bg-white);
        border: 1px solid var(--border-light);
        border-radius: var(--border-radius);
        padding: 1rem 1.25rem;
        box-shadow: var(--shadow-soft);
    }

    [b-eqsmkdb5tv] .mobile-price-strip-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        flex-wrap: wrap;
    }

    [b-eqsmkdb5tv] .mobile-price-strip-left {
        display: flex;
        flex-direction: column;
        gap: 0.2rem;
    }

    [b-eqsmkdb5tv] .mobile-price-strip-label {
        font-size: 0.75rem;
        color: var(--text-light);
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    [b-eqsmkdb5tv] .mobile-price-strip-name {
        font-size: 0.95rem;
        font-weight: 600;
        color: var(--text-primary);
    }

    [b-eqsmkdb5tv] .mobile-price-strip-right {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 0.125rem;
    }

    [b-eqsmkdb5tv] .mobile-price-strip-amount {
        font-size: 1.4rem;
        font-weight: 700;
        color: var(--primary-color);
        font-family: 'Playfair Display', serif;
        line-height: 1;
    }

    [b-eqsmkdb5tv] .mobile-price-strip-discount {
        font-size: 0.75rem;
        color: #16a34a;
        font-weight: 500;
    }

    /* Show price summary card on mobile instead of hiding it
       Pair it with mobile-price-strip above and mobile-book-bar below for complete info */
    [b-eqsmkdb5tv] .price-summary-card {
        display: block;
        padding: 1rem !important;
        order: -1;
    }

    /* Show the mobile sticky book button at the bottom of viewport */
    [b-eqsmkdb5tv] .mobile-book-bar {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 200;
        background: var(--bg-white);
        border-top: 1px solid var(--border-light);
        padding: 0.875rem 1.25rem;
        box-shadow: 0 -4px 20px rgba(139, 69, 19, 0.12);
    }

    /* Add padding to page bottom to prevent content hiding behind sticky bar */
    .book-workshop-page[b-eqsmkdb5tv] {
        padding-bottom: 80px;
    }

    /* Stack sidebar content in correct order */
    [b-eqsmkdb5tv] .booking-sidebar-column {
        order: 3;
    }

    /* Make sidebar cards more compact on mobile */
    [b-eqsmkdb5tv] .includes-card,
    [b-eqsmkdb5tv] .terms-card {
        padding: 1rem !important;
    }

    [b-eqsmkdb5tv] .booking-sidebar {
        gap: 0.75rem;
    }

    /* Hide the back button on mobile */
    [b-eqsmkdb5tv] .back-btn-mobile {
        display: none;
    }

    [b-eqsmkdb5tv] .back-btn-desktop {
        display: inline;
    }

    /* Form adjustments */
    [b-eqsmkdb5tv] .booking-form-card {
        padding: 1.25rem !important;
        border-radius: 12px !important;
    }

    [b-eqsmkdb5tv] .form-header {
        gap: 0.75rem;
        margin-bottom: 1.25rem;
        padding-bottom: 0.875rem;
    }

    [b-eqsmkdb5tv] .form-title h2 {
        font-size: 1.15rem;
    }

    [b-eqsmkdb5tv] .form-title p {
        font-size: 0.8rem;
    }

    [b-eqsmkdb5tv] .form-section {
        padding: 1rem;
        margin-bottom: 1rem;
    }

    [b-eqsmkdb5tv] .form-section h3 {
        font-size: 0.9rem;
        margin-bottom: 0.875rem;
    }

    /* Sidebar remaining cards */
    [b-eqsmkdb5tv] .includes-card,
    [b-eqsmkdb5tv] .terms-card {
        padding: 1rem !important;
    }

    [b-eqsmkdb5tv] .includes-header h3,
    [b-eqsmkdb5tv] .terms-header h3 {
        font-size: 0.95rem;
    }

    [b-eqsmkdb5tv] .include-item {
        font-size: 0.85rem;
        gap: 0.625rem;
    }

    [b-eqsmkdb5tv] .form-row-2col {
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem;
    }

    [b-eqsmkdb5tv] .coupon-row {
        flex-direction: row;
    }

    [b-eqsmkdb5tv] .phone-row {
        flex-direction: row;
        gap: 0.5rem;
    }

    [b-eqsmkdb5tv] .country-col {
        flex: 0 0 105px;
    }

    [b-eqsmkdb5tv] .form-fields-stack {
        gap: 0.875rem;
    }
}

/* ============================================================
   RESPONSIVE: 480px � mobile phones
   ============================================================ */
@media (max-width: 480px) {
    [b-eqsmkdb5tv] .booking-layout {
        gap: 0.75rem;
    }

    /* Mobile price strip: compact single row */
    [b-eqsmkdb5tv] .mobile-price-strip {
        padding: 0.875rem 1rem;
    }

    [b-eqsmkdb5tv] .mobile-price-strip-name {
        font-size: 0.875rem;
    }

    [b-eqsmkdb5tv] .mobile-price-strip-amount {
        font-size: 1.25rem;
    }

    /* Form card */
    [b-eqsmkdb5tv] .booking-form-card {
        padding: 1rem !important;
        border-radius: 10px !important;
        box-shadow: 0 2px 8px rgba(139, 69, 19, 0.08) !important;
    }

    [b-eqsmkdb5tv] .form-header {
        gap: 0.625rem;
        margin-bottom: 1rem;
        padding-bottom: 0.75rem;
    }

    [b-eqsmkdb5tv] .form-header .mud-icon-root {
        font-size: 1.25rem !important;
    }

    [b-eqsmkdb5tv] .form-title h2 {
        font-size: 1.05rem;
    }

    [b-eqsmkdb5tv] .form-title p {
        display: none;
    }

    [b-eqsmkdb5tv] .form-section {
        padding: 0.875rem;
        margin-bottom: 0.75rem;
        border-radius: 8px;
    }

    [b-eqsmkdb5tv] .form-section h3 {
        font-size: 0.85rem;
        margin-bottom: 0.75rem;
    }

    [b-eqsmkdb5tv] .form-section h3::before {
        width: 3px;
        height: 14px;
    }

    [b-eqsmkdb5tv] .form-fields-stack {
        gap: 0.75rem;
    }

    /* Date + slot: stack vertically on small phones */
    [b-eqsmkdb5tv] .form-row-2col {
        grid-template-columns: 1fr;
        gap: 0.625rem;
    }

    /* Phone row stays horizontal */
    [b-eqsmkdb5tv] .phone-row {
        flex-direction: row;
        gap: 0.5rem;
    }

    [b-eqsmkdb5tv] .country-col {
        flex: 0 0 95px;
    }

    /* Workshop preview */
    [b-eqsmkdb5tv] .workshop-preview {
        padding: 0.75rem;
        gap: 0.625rem;
    }

    [b-eqsmkdb5tv] .workshop-icon {
        width: 40px !important;
        height: 40px !important;
        font-size: 1.25rem !important;
    }

    [b-eqsmkdb5tv] .workshop-details h4 {
        font-size: 0.9rem;
    }

    [b-eqsmkdb5tv] .workshop-meta span {
        font-size: 0.75rem;
        padding: 0.15rem 0.5rem;
    }

    /* Coupon */
    [b-eqsmkdb5tv] .coupon-section {
        padding: 0.75rem !important;
    }

    [b-eqsmkdb5tv] .coupon-row {
        flex-direction: row;
        gap: 0.5rem;
    }

    [b-eqsmkdb5tv] .coupon-btn-col {
        flex: 0 0 88px;
    }

    /* Sidebar cards */
    [b-eqsmkdb5tv] .includes-card,
    [b-eqsmkdb5tv] .terms-card {
        padding: 0.875rem !important;
    }

    [b-eqsmkdb5tv] .includes-header,
    [b-eqsmkdb5tv] .terms-header {
        margin-bottom: 0.875rem;
        padding-bottom: 0.625rem;
        gap: 0.5rem;
    }

    [b-eqsmkdb5tv] .includes-header h3,
    [b-eqsmkdb5tv] .terms-header h3 {
        font-size: 0.875rem;
    }

    [b-eqsmkdb5tv] .includes-list {
        gap: 0.625rem;
    }

    [b-eqsmkdb5tv] .include-item {
        font-size: 0.8rem;
        gap: 0.5rem;
    }

    [b-eqsmkdb5tv] .terms-list li {
        font-size: 0.8rem;
        margin-bottom: 0.25rem;
        line-height: 1.5;
    }

    [b-eqsmkdb5tv] .expansion-title {
        font-size: 0.85rem;
    }

    [b-eqsmkdb5tv] .agreement-section {
        margin-top: 0.75rem;
        padding-top: 0.75rem;
    }

    [b-eqsmkdb5tv] .mobile-book-bar {
        padding: 0.75rem 1rem;
    }

    /* MudBlazor input density */
    [b-eqsmkdb5tv] .form-section .mud-input-label {
        font-size: 0.8rem !important;
    }
}

/* Very small phones (360px and below) */
@media (max-width: 360px) {
    [b-eqsmkdb5tv] .country-col {
        flex: 0 0 82px;
    }

    [b-eqsmkdb5tv] .coupon-btn-col {
        flex: 0 0 78px;
    }

    [b-eqsmkdb5tv] .mobile-price-strip-name {
        font-size: 0.8rem;
    }

    [b-eqsmkdb5tv] .mobile-price-strip-amount {
        font-size: 1.1rem;
    }
}

/* === TOUCH DEVICE OPTIMIZATIONS === */
@media (hover: none) and (pointer: coarse) {
    [b-eqsmkdb5tv] .book-now-btn,
    [b-eqsmkdb5tv] .apply-coupon-btn,
    [b-eqsmkdb5tv] .back-btn,
    [b-eqsmkdb5tv] .change-btn {
        min-height: 48px;
        touch-action: manipulation;
    }
}

/* === REDUCED MOTION === */
@media (prefers-reduced-motion: reduce) {
    [b-eqsmkdb5tv] * {
        animation: none !important;
        transition: none !important;
    }
}
/* /Pages/Index.razor.rz.scp.css */
/* === INDEX PAGE - SCOPED STYLES === */

/* Root wrapper */
.index-page[b-0o5ly03ws9] {
    width: 100%;
    overflow-x: hidden;
}

/* === HERO SECTION === */
[b-0o5ly03ws9] .hero-section {
    background: linear-gradient(135deg, var(--bg-light) 0%, #F5F1ED 100%);
    padding: 2rem 0 4rem 0;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

[b-0o5ly03ws9] .hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

[b-0o5ly03ws9] .hero-content {
    max-width: 500px;
}

[b-0o5ly03ws9] .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(139, 69, 19, 0.1);
    color: var(--primary-color);
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(139, 69, 19, 0.2);
}

[b-0o5ly03ws9] .hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

[b-0o5ly03ws9] .accent-text {
    color: var(--primary-color);
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

[b-0o5ly03ws9] .hero-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 2rem;
}

[b-0o5ly03ws9] .hero-stats {
    display: flex;
    gap: 2rem;
    margin-bottom: 2.5rem;
}

[b-0o5ly03ws9] .stat {
    text-align: center;
}

[b-0o5ly03ws9] .stat-number {
    display: block;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--primary-color);
    font-family: 'Playfair Display', serif;
}

[b-0o5ly03ws9] .stat-label {
    font-size: 0.875rem;
    color: var(--text-light);
    font-weight: 500;
}

[b-0o5ly03ws9] .hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

[b-0o5ly03ws9] .primary-cta {
    background: var(--primary-color) !important;
    color: white !important;
    padding: 1rem 2rem !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    border-radius: var(--border-radius) !important;
    box-shadow: var(--shadow-soft) !important;
    transition: var(--transition) !important;
}

[b-0o5ly03ws9] .primary-cta:hover {
    background: var(--primary-dark) !important;
    transform: translateY(-2px) !important;
    box-shadow: var(--shadow-medium) !important;
}

[b-0o5ly03ws9] .secondary-cta {
    color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    padding: 1rem 2rem !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    border-radius: var(--border-radius) !important;
    transition: var(--transition) !important;
}

[b-0o5ly03ws9] .secondary-cta:hover {
    background: var(--primary-color) !important;
    color: white !important;
}

/* === HERO VISUAL === */
[b-0o5ly03ws9] .hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

[b-0o5ly03ws9] .pottery-image-container {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-0o5ly03ws9] .pottery-wheel-visual {
    position: relative;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, var(--primary-color), var(--primary-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-medium);
    animation: gentle-rotate-b-0o5ly03ws9 20s linear infinite;
}

[b-0o5ly03ws9] .wheel-disc {
    width: 80%;
    height: 80%;
    background: linear-gradient(145deg, #8B4513, #654321);
    border-radius: 50%;
    box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.3);
}

[b-0o5ly03ws9] .clay-vessel {
    position: absolute;
    width: 80px;
    height: 100px;
    background: linear-gradient(145deg, #DEB887, #D2B48C);
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    animation: subtle-wobble-b-0o5ly03ws9 4s ease-in-out infinite;
}

[b-0o5ly03ws9] .pottery-tools-floating {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

[b-0o5ly03ws9] .tool-item {
    position: absolute;
    background: var(--bg-white);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    box-shadow: var(--shadow-soft);
    animation: gentle-float-b-0o5ly03ws9 4s ease-in-out infinite;
}

[b-0o5ly03ws9] .tool-item:nth-child(1) { top: 10%; left: 20%; animation-delay: 0s; }
[b-0o5ly03ws9] .tool-item:nth-child(2) { top: 20%; right: 15%; animation-delay: 1.5s; }
[b-0o5ly03ws9] .tool-item:nth-child(3) { bottom: 25%; left: 10%; animation-delay: 3s; }

[b-0o5ly03ws9] .experience-cards {
    position: absolute;
    bottom: -30px;
    right: -20px;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

[b-0o5ly03ws9] .experience-card {
    background: var(--bg-white);
    padding: 0.75rem 1rem;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-soft);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-secondary);
    border: 1px solid var(--border-light);
}

/* === ABOUT SECTION === */
[b-0o5ly03ws9] .about-section { padding: 5rem 0; background: var(--bg-light); }
[b-0o5ly03ws9] .about-content { display: grid; grid-template-columns: 1fr; gap: 3rem; max-width: 1000px; margin: 0 auto; }
[b-0o5ly03ws9] .about-text { text-align: center; }
[b-0o5ly03ws9] .about-text p { font-size: 1.1rem; line-height: 1.7; color: var(--text-secondary); margin-bottom: 1.5rem; max-width: 800px; margin-left: auto; margin-right: auto; }
[b-0o5ly03ws9] .about-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; margin-top: 2rem; }
[b-0o5ly03ws9] .about-feature { display: flex; align-items: center; gap: 1rem; padding: 1.5rem; background: var(--bg-white); border-radius: var(--border-radius); text-align: left; box-shadow: var(--shadow-soft); border: 1px solid var(--border-light); transition: var(--transition); }
[b-0o5ly03ws9] .about-feature:hover { transform: translateY(-2px); box-shadow: var(--shadow-medium); }
[b-0o5ly03ws9] .about-feature .mud-icon { color: var(--primary-color); font-size: 1.8rem; flex-shrink: 0; }
[b-0o5ly03ws9] .about-feature span { font-weight: 500; color: var(--text-secondary); line-height: 1.5; }

/* === WORKSHOPS SECTION === */
[b-0o5ly03ws9] .workshops-section { padding: 5rem 0; background: var(--bg-white); }
[b-0o5ly03ws9] .loading-state { text-align: center; padding: 4rem 0; color: var(--text-secondary); }
[b-0o5ly03ws9] .loading-state p { margin-top: 1rem; font-size: 1.1rem; }
[b-0o5ly03ws9] .workshops-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 2rem; }
[b-0o5ly03ws9] .workshop-card { background: var(--bg-white); border-radius: var(--border-radius); padding: 2rem; box-shadow: var(--shadow-soft); border: 1px solid var(--border-light); transition: var(--transition); position: relative; overflow: hidden; }
[b-0o5ly03ws9] .workshop-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-medium); }
[b-0o5ly03ws9] .popular-badge { position: absolute; top: 1rem; right: 1rem; background: linear-gradient(135deg, #FF6B6B, #FF5252); color: white; padding: 0.4rem 0.8rem; border-radius: 20px; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }
[b-0o5ly03ws9] .workshop-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 1.5rem; }
[b-0o5ly03ws9] .workshop-name { font-size: 1.4rem; font-weight: 600; color: var(--text-primary); margin: 0; line-height: 1.3; flex: 1; }
[b-0o5ly03ws9] .workshop-price { display: flex; align-items: baseline; gap: 0.2rem; color: var(--primary-color); font-weight: 700; }
[b-0o5ly03ws9] .currency { font-size: 1rem; }
[b-0o5ly03ws9] .amount { font-size: 1.75rem; font-family: 'Playfair Display', serif; }
[b-0o5ly03ws9] .workshop-details { margin-bottom: 1.5rem; }
[b-0o5ly03ws9] .detail-row { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.5rem; color: var(--text-secondary); font-size: 0.95rem; }
[b-0o5ly03ws9] .workshop-features { margin-bottom: 2rem; padding: 1rem; background: var(--bg-light); border-radius: 8px; }
[b-0o5ly03ws9] .feature { color: var(--primary-color); font-size: 0.9rem; font-weight: 500; margin-bottom: 0.4rem; line-height: 1.4; }
[b-0o5ly03ws9] .feature:last-child { margin-bottom: 0; }
[b-0o5ly03ws9] .workshop-actions { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 1.5rem; }
[b-0o5ly03ws9] .workshop-book-btn { background: var(--primary-color) !important; color: white !important; font-weight: 600 !important; padding: 0.875rem 1.5rem !important; border-radius: var(--border-radius) !important; transition: var(--transition) !important; }
[b-0o5ly03ws9] .workshop-book-btn:hover { background: var(--primary-dark) !important; transform: translateY(-1px) !important; }
[b-0o5ly03ws9] .workshop-details-btn { color: var(--primary-color) !important; font-weight: 500 !important; padding: 0.5rem 1rem !important; border-radius: 8px !important; transition: var(--transition) !important; }
[b-0o5ly03ws9] .workshop-details-btn:hover { background: var(--bg-light) !important; color: var(--primary-dark) !important; }
[b-0o5ly03ws9] .workshop-view-all { text-align: center; margin-top: 3rem; }

/* === GALLERY SECTION === */
[b-0o5ly03ws9] .gallery-section { padding: 5rem 0; background: var(--bg-light); }
[b-0o5ly03ws9] .gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; max-width: 1000px; margin: 0 auto; }
[b-0o5ly03ws9] .gallery-item { aspect-ratio: 1; border-radius: var(--border-radius); overflow: hidden; box-shadow: var(--shadow-soft); transition: var(--transition); background: var(--bg-white); border: 1px solid var(--border-light); }
[b-0o5ly03ws9] .gallery-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-medium); }
[b-0o5ly03ws9] .gallery-placeholder { width: 100%; height: 100%; background: var(--bg-white); display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--text-light); text-align: center; padding: 2rem; transition: var(--transition); }
[b-0o5ly03ws9] .gallery-item:hover .gallery-placeholder { color: var(--primary-color); }
[b-0o5ly03ws9] .gallery-placeholder .mud-icon { margin-bottom: 1rem; font-size: 3rem; transition: var(--transition); }
[b-0o5ly03ws9] .gallery-placeholder p { margin: 0; font-weight: 500; font-size: 1rem; }

/* === FEATURES SECTION === */
[b-0o5ly03ws9] .features-section { padding: 5rem 0; background: var(--bg-white); }
[b-0o5ly03ws9] .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; }
[b-0o5ly03ws9] .feature-card { background: var(--bg-white); padding: 2rem; border-radius: var(--border-radius); text-align: center; transition: var(--transition); border: 1px solid var(--border-light); box-shadow: var(--shadow-soft); }
[b-0o5ly03ws9] .feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-medium); }
[b-0o5ly03ws9] .feature-icon { width: 80px; height: 80px; background: linear-gradient(135deg, var(--primary-color), var(--secondary-color)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; color: white; font-size: 1.8rem; }
[b-0o5ly03ws9] .feature-card h3 { font-size: 1.3rem; font-weight: 600; color: var(--text-primary); margin-bottom: 1rem; }
[b-0o5ly03ws9] .feature-card p { color: var(--text-secondary); line-height: 1.6; margin: 0; }

/* === CONTACT SECTION === */
[b-0o5ly03ws9] .contact-section { padding: 5rem 0; background: var(--bg-light); }
[b-0o5ly03ws9] .contact-content { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
[b-0o5ly03ws9] .contact-info { max-width: none; }
[b-0o5ly03ws9] .contact-title { font-size: 2.5rem; font-weight: 700; color: var(--text-primary); margin-bottom: 1rem; }
[b-0o5ly03ws9] .contact-description { font-size: 1.1rem; color: var(--text-secondary); line-height: 1.7; margin-bottom: 2.5rem; }
[b-0o5ly03ws9] .contact-details { display: flex; flex-direction: column; gap: 1.5rem; }
[b-0o5ly03ws9] .contact-detail { display: flex; align-items: flex-start; gap: 1rem; }
[b-0o5ly03ws9] .contact-detail .mud-icon { color: var(--primary-color); margin-top: 0.2rem; font-size: 1.5rem; flex-shrink: 0; }
[b-0o5ly03ws9] .contact-detail div { flex: 1; min-width: 0; }
[b-0o5ly03ws9] .contact-detail strong { color: var(--text-primary); font-weight: 600; display: block; margin-bottom: 0.25rem; }
[b-0o5ly03ws9] .contact-detail p { color: var(--text-secondary); margin: 0; line-height: 1.5; word-wrap: break-word; }
[b-0o5ly03ws9] .contact-action { display: flex; justify-content: center; align-items: center; }
[b-0o5ly03ws9] .contact-cta-card { background: linear-gradient(135deg, var(--primary-color), var(--primary-dark)); color: white; padding: 2.5rem; border-radius: var(--border-radius); text-align: center; box-shadow: var(--shadow-medium); width: 100%; max-width: 400px; }
[b-0o5ly03ws9] .contact-cta-card h3 { font-size: 1.5rem; font-weight: 600; margin-bottom: 1rem; color: white; }
[b-0o5ly03ws9] .contact-cta-card p { font-size: 1rem; margin-bottom: 2rem; opacity: 0.9; line-height: 1.6; }
[b-0o5ly03ws9] .contact-cta-btn { background: white !important; color: var(--primary-color) !important; font-weight: 600 !important; padding: 0.875rem 1.5rem !important; border-radius: var(--border-radius) !important; transition: var(--transition) !important; }
[b-0o5ly03ws9] .contact-cta-btn:hover { background: var(--bg-light) !important; transform: translateY(-1px) !important; }

/* === SITE FOOTER === */
[b-0o5ly03ws9] .site-footer {
    background: linear-gradient(135deg, var(--primary-dark), #3E2714);
    color: rgba(253, 248, 243, 0.7);
    padding: 3.5rem 0 0;
}

[b-0o5ly03ws9] .footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

[b-0o5ly03ws9] .footer-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(139, 69, 19, 0.2);
}

[b-0o5ly03ws9] .footer-info h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--bg-light);
    margin-bottom: 0.5rem;
}

[b-0o5ly03ws9] .footer-info .footer-tagline {
    font-size: 0.85rem;
    color: var(--accent-color);
    margin-bottom: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.5px;
}

[b-0o5ly03ws9] .footer-info .footer-desc {
    font-size: 0.9rem;
    line-height: 1.7;
    color: rgba(253, 248, 243, 0.5);
    margin: 0;
    max-width: 400px;
}

[b-0o5ly03ws9] .footer-contact h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--bg-light);
    margin-bottom: 1.25rem;
}

[b-0o5ly03ws9] .footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

[b-0o5ly03ws9] .footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.9rem;
    line-height: 1.5;
    color: rgba(253, 248, 243, 0.5);
}

[b-0o5ly03ws9] .footer-contact-list .contact-icon {
    color: var(--accent-color) !important;
    flex-shrink: 0;
    margin-top: 2px;
}

[b-0o5ly03ws9] .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 0;
    font-size: 0.8rem;
    color: rgba(253, 248, 243, 0.35);
}

[b-0o5ly03ws9] .footer-social {
    display: flex;
    gap: 0.75rem;
}

[b-0o5ly03ws9] .footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(139, 69, 19, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-color);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1rem;
}

[b-0o5ly03ws9] .footer-social a:hover {
    background: var(--primary-color);
    color: var(--bg-light);
    transform: translateY(-2px);
}

/* === WORKSHOP DETAILS DIALOG === */
[b-0o5ly03ws9] .dialog-title { display: flex; align-items: center; gap: 0.5rem; font-weight: 600; font-size: 1.25rem; }
[b-0o5ly03ws9] .workshop-detail-content { padding: 1rem 0; }
[b-0o5ly03ws9] .detail-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 2px solid var(--bg-light); }
[b-0o5ly03ws9] .detail-price { font-size: 2rem; font-weight: 700; color: var(--primary-color); font-family: 'Playfair Display', serif; }
[b-0o5ly03ws9] .detail-capacity { background: var(--bg-light); color: var(--text-secondary); padding: 0.5rem 1rem; border-radius: 20px; font-weight: 500; font-size: 0.9rem; }
[b-0o5ly03ws9] .detail-section { margin-bottom: 1.5rem; }
[b-0o5ly03ws9] .detail-section h4 { color: var(--text-primary); font-size: 1.1rem; margin: 0 0 0.75rem 0; font-weight: 600; display: flex; align-items: center; gap: 0.5rem; }
[b-0o5ly03ws9] .detail-section h4::before { content: ''; width: 4px; height: 16px; background: var(--primary-color); border-radius: 2px; }
[b-0o5ly03ws9] .detail-section ul { list-style: none; padding: 0; margin: 0; }
[b-0o5ly03ws9] .detail-section li { padding: 0.5rem 0; color: var(--text-secondary); display: flex; align-items: flex-start; gap: 0.5rem; line-height: 1.5; }
[b-0o5ly03ws9] .detail-section li::before { content: '?'; color: var(--primary-color); font-weight: bold; flex-shrink: 0; }
[b-0o5ly03ws9] .detail-section p { color: var(--text-secondary); line-height: 1.6; margin: 0; }

/* === EMPTY STATE === */
[b-0o5ly03ws9] .empty-state { text-align: center; padding: 4rem 2rem; color: var(--text-secondary); }
[b-0o5ly03ws9] .empty-state h3 { margin-top: 1rem; color: var(--text-primary); }
[b-0o5ly03ws9] .empty-state p { margin-top: 0.5rem; }

/* === ANIMATIONS === */
@keyframes gentle-rotate-b-0o5ly03ws9 { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
@keyframes subtle-wobble-b-0o5ly03ws9 { 0%, 100% { transform: translate(-50%, -50%) scale(1); } 25% { transform: translate(-50%, -50%) scale(1.02) skew(1deg); } 50% { transform: translate(-50%, -50%) scale(1.01); } 75% { transform: translate(-50%, -50%) scale(1.02) skew(-1deg); } }
@keyframes gentle-float-b-0o5ly03ws9 { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-8px); } }

/* ============================================
   RESPONSIVE BREAKPOINTS
   ============================================ */

/* --- 1024px: Tablets / Small Desktops --- */
@media (max-width: 1024px) {
    [b-0o5ly03ws9] .hero-container { grid-template-columns: 1fr; gap: 2.5rem; text-align: center; }
    [b-0o5ly03ws9] .hero-content { max-width: 100%; }
    [b-0o5ly03ws9] .hero-visual { order: -1; }
    [b-0o5ly03ws9] .hero-stats { justify-content: center; }
    [b-0o5ly03ws9] .hero-actions { justify-content: center; }
    [b-0o5ly03ws9] .hero-badge { margin-left: auto; margin-right: auto; }
    [b-0o5ly03ws9] .contact-content { grid-template-columns: 1fr; gap: 2.5rem; }
    [b-0o5ly03ws9] .contact-action { justify-content: center; }
    [b-0o5ly03ws9] .about-features { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
    [b-0o5ly03ws9] .workshops-grid { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
    [b-0o5ly03ws9] .footer-main { grid-template-columns: 1fr; gap: 2rem; }
    [b-0o5ly03ws9] .footer-info .footer-desc { max-width: 100%; }
}

/* --- 768px: Tablets --- */
@media (max-width: 768px) {
    /* Hero */
    [b-0o5ly03ws9] .hero-section { padding: 2rem 0 3rem 0; min-height: auto; }
    [b-0o5ly03ws9] .hero-title { font-size: 2.25rem; }
    [b-0o5ly03ws9] .hero-description { font-size: 1rem; }
    [b-0o5ly03ws9] .hero-stats { gap: 1.5rem; flex-wrap: wrap; }
    [b-0o5ly03ws9] .hero-actions { flex-direction: column; align-items: stretch; }
    [b-0o5ly03ws9] .pottery-image-container { max-width: 280px; height: 280px; }
    [b-0o5ly03ws9] .pottery-wheel-visual { width: 220px; height: 220px; }
    [b-0o5ly03ws9] .experience-cards { bottom: -20px; right: -10px; }
    [b-0o5ly03ws9] .experience-card { padding: 0.5rem 0.75rem; font-size: 0.8rem; }

    /* About */
    [b-0o5ly03ws9] .about-section { padding: 3rem 0; }
    [b-0o5ly03ws9] .about-text p { font-size: 1rem; }
    [b-0o5ly03ws9] .about-features { grid-template-columns: 1fr; gap: 1rem; }
    [b-0o5ly03ws9] .about-feature { padding: 1.25rem; }

    /* Workshops */
    [b-0o5ly03ws9] .workshops-section { padding: 3rem 0; }
    [b-0o5ly03ws9] .workshops-grid { grid-template-columns: 1fr; }
    [b-0o5ly03ws9] .workshop-card { padding: 1.5rem; }
    [b-0o5ly03ws9] .workshop-header { flex-direction: column; align-items: flex-start; gap: 0.5rem; }

    /* Gallery */
    [b-0o5ly03ws9] .gallery-section { padding: 3rem 0; }
    [b-0o5ly03ws9] .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }

    /* Features */
    [b-0o5ly03ws9] .features-section { padding: 3rem 0; }
    [b-0o5ly03ws9] .features-grid { grid-template-columns: repeat(2, minmax(250px, 1fr)); gap: 1.5rem; }
    [b-0o5ly03ws9] .feature-card { padding: 1.5rem; }
    [b-0o5ly03ws9] .feature-icon { width: 60px; height: 60px; }
    [b-0o5ly03ws9] .feature-card h3 { font-size: 1.1rem; }

    /* Contact */
    [b-0o5ly03ws9] .contact-section { padding: 3rem 0; }
    [b-0o5ly03ws9] .contact-title { font-size: 2rem; }
    [b-0o5ly03ws9] .contact-cta-card { padding: 1.5rem; max-width: 100%; }

    /* Footer */
    [b-0o5ly03ws9] .site-footer { padding: 2.5rem 0 0; }
    [b-0o5ly03ws9] .footer-container { padding: 0 1rem; }
    [b-0o5ly03ws9] .footer-main { text-align: center; gap: 2rem; }
    [b-0o5ly03ws9] .footer-info .footer-desc { max-width: 100%; margin: 0 auto; }
    [b-0o5ly03ws9] .footer-contact-list { align-items: center; }
    [b-0o5ly03ws9] .footer-contact-list li { justify-content: center; text-align: center; }
    [b-0o5ly03ws9] .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
    [b-0o5ly03ws9] .footer-social { justify-content: center; }

    /* Dialog */
    [b-0o5ly03ws9] .detail-header { flex-direction: column; gap: 0.75rem; align-items: flex-start; }
}

/* --- 480px: Mobile Phones --- */
@media (max-width: 480px) {
    /* Hero */
    [b-0o5ly03ws9] .hero-section { padding: 1.5rem 0 2rem 0; }
    [b-0o5ly03ws9] .hero-title { font-size: 1.75rem; }
    [b-0o5ly03ws9] .hero-description { font-size: 0.95rem; }
    [b-0o5ly03ws9] .hero-stats { gap: 1rem; }
    [b-0o5ly03ws9] .stat-number { font-size: 1.5rem; }
    [b-0o5ly03ws9] .stat-label { font-size: 0.8rem; }
    [b-0o5ly03ws9] .pottery-image-container { max-width: 220px; height: 220px; }
    [b-0o5ly03ws9] .pottery-wheel-visual { width: 180px; height: 180px; }
    [b-0o5ly03ws9] .tool-item { width: 36px; height: 36px; font-size: 1rem; }
    [b-0o5ly03ws9] .experience-cards { display: none; }

    /* About */
    [b-0o5ly03ws9] .about-feature { flex-direction: column; text-align: center; gap: 0.75rem; padding: 1rem; }

    /* Workshops */
    [b-0o5ly03ws9] .workshops-grid { gap: 1rem; }
    [b-0o5ly03ws9] .workshop-card { padding: 1.25rem; }
    [b-0o5ly03ws9] .workshop-name { font-size: 1.2rem; }
    [b-0o5ly03ws9] .amount { font-size: 1.5rem; }

    /* Gallery */
    [b-0o5ly03ws9] .gallery-grid { grid-template-columns: 1fr; gap: 1rem; }
    [b-0o5ly03ws9] .gallery-item { aspect-ratio: 4/3; }

    /* Features */
    [b-0o5ly03ws9] .features-grid { grid-template-columns: 1fr; }
    [b-0o5ly03ws9] .feature-card { padding: 1.25rem; }

    /* Contact */
    [b-0o5ly03ws9] .contact-description { font-size: 1rem; }
    [b-0o5ly03ws9] .contact-cta-card { padding: 1.25rem; }
    [b-0o5ly03ws9] .contact-cta-card h3 { font-size: 1.25rem; }

    /* Footer */
    [b-0o5ly03ws9] .site-footer { padding: 2rem 0 0; }
    [b-0o5ly03ws9] .footer-info h3 { font-size: 1.2rem; }
    [b-0o5ly03ws9] .footer-contact h4 { font-size: 1rem; }
    [b-0o5ly03ws9] .footer-contact-list li { font-size: 0.85rem; }
}

/* --- Touch devices --- */
@media (hover: none) and (pointer: coarse) {
    [b-0o5ly03ws9] .workshop-card:hover,
    [b-0o5ly03ws9] .feature-card:hover,
    [b-0o5ly03ws9] .gallery-item:hover,
    [b-0o5ly03ws9] .about-feature:hover { transform: none; }
}

/* --- Reduced motion --- */
@media (prefers-reduced-motion: reduce) {
    [b-0o5ly03ws9] .pottery-wheel-visual,
    [b-0o5ly03ws9] .tool-item,
    [b-0o5ly03ws9] .clay-vessel { animation: none; }
}
/* /Pages/PaymentResultPage.razor.rz.scp.css */
/* === PAYMENT RESULT PAGE — Scoped Styles === */

.payment-result-wrapper[b-glxt98382r] { width: 100%; }

[b-glxt98382r] .payment-result-page {
    background: linear-gradient(135deg, var(--bg-light) 0%, #F5F1ED 100%);
    min-height: calc(100vh - var(--header-height, 80px));
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 0;
}

[b-glxt98382r] .payment-result-page .section-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

/* ============================================================
   BASE RESULT CARD
   ============================================================ */
[b-glxt98382r] .result-card {
    background: var(--bg-white);
    border-radius: 20px;
    box-shadow: var(--shadow-medium);
    border: 1px solid var(--border-light);
    padding: 2.5rem 2rem;
    max-width: 560px;
    width: 100%;
    animation: resultSlideUp-b-glxt98382r 0.5s ease-out;
}

@keyframes resultSlideUp-b-glxt98382r {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ============================================================
   LOADING CARD
   ============================================================ */
[b-glxt98382r] .loading-card {
    border-top: 4px solid var(--primary-color);
    text-align: center;
}

[b-glxt98382r] .pottery-spinner {
    position: relative;
    width: 80px; height: 80px;
    margin: 0 auto 2rem;
}

[b-glxt98382r] .spinner-wheel {
    width: 80px; height: 80px;
    border: 4px solid var(--border-light);
    border-top-color: var(--primary-color);
    border-right-color: var(--secondary-color);
    border-radius: 50%;
    animation: resultSpin-b-glxt98382r 1.2s ease-in-out infinite;
}

[b-glxt98382r] .spinner-pot {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    animation: resultPulse-b-glxt98382r 2s ease-in-out infinite;
}

@keyframes resultSpin-b-glxt98382r { to { transform: rotate(360deg); } }
@keyframes resultPulse-b-glxt98382r {
    0%, 100% { transform: translate(-50%, -50%) scale(1); }
    50%       { transform: translate(-50%, -50%) scale(1.1); }
}

/* ============================================================
   SUCCESS CARD
   ============================================================ */
[b-glxt98382r] .success-card { border-top: 4px solid #2e7d32; }
[b-glxt98382r] .fail-card    { border-top: 4px solid #c62828; }

[b-glxt98382r] .pr-success-header { text-align: center; margin-bottom: 1.75rem; }

[b-glxt98382r] .pr-confetti-row {
    font-size: 1.4rem;
    letter-spacing: 0.5rem;
    margin-bottom: 1rem;
    animation: resultSlideUp-b-glxt98382r 0.6s ease-out;
}

[b-glxt98382r] .result-icon-wrapper {
    width: 80px; height: 80px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 1.25rem;
}

[b-glxt98382r] .result-icon-wrapper .mud-icon-root { font-size: 2.8rem !important; }
[b-glxt98382r] .success-icon-wrapper { background: linear-gradient(135deg, #E8F5E9, #C8E6C9); }
[b-glxt98382r] .success-icon-wrapper .mud-icon-root { color: #2e7d32 !important; }
[b-glxt98382r] .fail-icon-wrapper { background: linear-gradient(135deg, #FFEBEE, #FFCDD2); }
[b-glxt98382r] .fail-icon-wrapper .mud-icon-root { color: #c62828 !important; }

[b-glxt98382r] .result-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.65rem; font-weight: 700;
    color: var(--text-primary);
    margin: 0 0 0.6rem;
}

[b-glxt98382r] .result-subtitle {
    font-size: 0.95rem; color: var(--text-secondary);
    line-height: 1.65; margin: 0 auto;
    max-width: 420px;
}

/* ============================================================
   BOOKING TICKET
   ============================================================ */
[b-glxt98382r] .pr-ticket {
    background: var(--bg-white);
    border: 1.5px solid var(--border-light);
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 12px rgba(139,69,19,0.08);
}

/* Ticket Header */
[b-glxt98382r] .pr-ticket-header {
    background: linear-gradient(135deg, var(--text-primary) 0%, #3D1F10 100%);
    padding: 1.1rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

[b-glxt98382r] .pr-ticket-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

[b-glxt98382r] .pr-brand-emoji { font-size: 1.6rem; }

[b-glxt98382r] .pr-brand-name {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 0.95rem; font-weight: 700;
    color: white;
}

[b-glxt98382r] .pr-brand-tag {
    display: block;
    font-size: 0.7rem; font-weight: 500;
    color: rgba(255,255,255,0.6);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

[b-glxt98382r] .pr-booking-ref {
    text-align: right;
    flex-shrink: 0;
}

[b-glxt98382r] .pr-ref-label {
    display: block;
    font-size: 0.65rem; font-weight: 600;
    color: rgba(255,255,255,0.55);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 0.2rem;
}

[b-glxt98382r] .pr-ref-value {
    display: block;
    font-size: 1.15rem; font-weight: 800;
    color: var(--accent-color);
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
}

/* Ticket Perforated Divider */
[b-glxt98382r] .pr-ticket-divider {
    display: flex;
    align-items: center;
    background: var(--bg-light);
    height: 20px;
    position: relative;
}

[b-glxt98382r] .pr-notch {
    width: 20px; height: 20px;
    background: linear-gradient(135deg, var(--bg-light) 0%, #F5F1ED 100%);
    border-radius: 50%;
    flex-shrink: 0;
    border: 1.5px solid var(--border-light);
}

[b-glxt98382r] .pr-notch-left  { margin-left: -10px; border-left-color: transparent; }
[b-glxt98382r] .pr-notch-right { margin-right: -10px; border-right-color: transparent; }

[b-glxt98382r] .pr-dashes {
    flex: 1;
    border-top: 2px dashed var(--border-light);
}

/* Ticket Body */
[b-glxt98382r] .pr-ticket-body {
    padding: 1.1rem 1.25rem 1.25rem;
}

[b-glxt98382r] .pr-detail-row {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.65rem 0;
    border-bottom: 1px solid var(--bg-light);
}

[b-glxt98382r] .pr-detail-row:last-child { border-bottom: none; }

[b-glxt98382r] .pr-highlight-row {
    background: rgba(139,69,19,0.04);
    border-radius: 8px;
    padding: 0.75rem;
    margin-bottom: 0.25rem;
    border: none;
}

[b-glxt98382r] .pr-detail-icon {
    width: 28px; height: 28px;
    background: rgba(139,69,19,0.1);
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; margin-top: 1px;
}

[b-glxt98382r] .pr-detail-icon .mud-icon-root { color: var(--primary-color) !important; font-size: 0.95rem !important; }

[b-glxt98382r] .pr-detail-content {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    flex: 1;
    min-width: 0;
}

[b-glxt98382r] .pr-detail-label {
    font-size: 0.72rem; font-weight: 600;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

[b-glxt98382r] .pr-detail-value {
    font-size: 0.92rem; font-weight: 600;
    color: var(--text-primary);
    word-break: break-word;
}

[b-glxt98382r] .pr-workshop-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.05rem; font-weight: 700;
    color: var(--primary-color);
}

/* Payment Summary inside ticket */
[b-glxt98382r] .pr-payment-summary {
    background: var(--bg-light);
    border-radius: 10px;
    padding: 0.9rem 1rem;
    margin-top: 0.75rem;
}

[b-glxt98382r] .pr-payment-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.82rem; font-weight: 700;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.75rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid var(--border-light);
}

[b-glxt98382r] .pr-payment-header .mud-icon-root { color: var(--primary-color) !important; font-size: 0.95rem !important; }

[b-glxt98382r] .pr-payment-type-chip {
    margin-left: auto;
    font-size: 0.7rem; font-weight: 700;
    padding: 0.2rem 0.65rem;
    border-radius: 20px;
    text-transform: none;
    letter-spacing: 0;
}

[b-glxt98382r] .pr-chip-payatworkshop  { background: rgba(230,115,0,0.12); color: #b45309; border: 1px solid rgba(230,115,0,0.25); }
[b-glxt98382r] .pr-chip-tokenpayment   { background: rgba(74,134,232,0.12); color: #1d4ed8; border: 1px solid rgba(74,134,232,0.25); }
[b-glxt98382r] .pr-chip-fullpayment    { background: rgba(46,125,50,0.12);  color: #166534; border: 1px solid rgba(46,125,50,0.25); }

[b-glxt98382r] .pr-pay-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.35rem 0;
    font-size: 0.875rem;
    color: var(--text-secondary);
    border-bottom: 1px dashed rgba(139,69,19,0.1);
}

[b-glxt98382r] .pr-pay-row:last-child { border-bottom: none; }

[b-glxt98382r] .pr-total-row {
    font-weight: 700;
    color: var(--text-primary);
    font-size: 0.95rem;
    border-top: 1.5px solid var(--border-light) !important;
    border-bottom: none !important;
    padding-top: 0.5rem; margin-top: 0.25rem;
}

[b-glxt98382r] .pr-discount-row { color: #16a34a; }

[b-glxt98382r] .pr-paid-row { font-weight: 600; color: #166534; }
[b-glxt98382r] .pr-paid-amount { color: #166534; font-weight: 700; }

[b-glxt98382r] .pr-pending-row { font-weight: 600; color: #b45309; }
[b-glxt98382r] .pr-pending-amount { color: #b45309; font-weight: 700; }

[b-glxt98382r] .pr-coupon-badge {
    background: rgba(22,163,74,0.12);
    color: #16a34a;
    font-size: 0.68rem; font-weight: 700;
    padding: 0.1rem 0.4rem;
    border-radius: 4px;
    margin-left: 0.4rem;
    letter-spacing: 0.5px;
}

/* Raw order ID at bottom of ticket */
[b-glxt98382r] .pr-raw-ref {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.9rem;
    padding-top: 0.75rem;
    border-top: 1px dashed var(--border-light);
    gap: 0.5rem;
}

[b-glxt98382r] .pr-raw-label {
    font-size: 0.72rem; font-weight: 600;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 0.6px;
    flex-shrink: 0;
}

[b-glxt98382r] .pr-raw-value {
    font-size: 0.75rem;
    color: var(--text-light);
    font-family: monospace;
    word-break: break-all;
    text-align: right;
}

/* ============================================================
   WHAT'S NEXT CARDS
   ============================================================ */
[b-glxt98382r] .pr-next-steps {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-bottom: 1.75rem;
}

[b-glxt98382r] .pr-next-card {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    border-radius: 10px;
    font-size: 0.875rem;
    border: 1px solid transparent;
}

[b-glxt98382r] .pr-next-card .mud-icon-root { flex-shrink: 0; margin-top: 1px; font-size: 1rem !important; }

[b-glxt98382r] .pr-next-card div { display: flex; flex-direction: column; gap: 0.1rem; }
[b-glxt98382r] .pr-next-card strong { font-weight: 700; font-size: 0.875rem; }
[b-glxt98382r] .pr-next-card span  { font-size: 0.8rem; color: inherit; opacity: 0.8; }

[b-glxt98382r] .pr-next-info    { background: #FFF7ED; color: #92400e; border-color: #FDE68A; }
[b-glxt98382r] .pr-next-info    .mud-icon-root { color: #d97706 !important; }
[b-glxt98382r] .pr-next-payment { background: #EFF6FF; color: #1e40af; border-color: #BFDBFE; }
[b-glxt98382r] .pr-next-payment .mud-icon-root { color: #2563eb !important; }
[b-glxt98382r] .pr-next-email   { background: #F0FDF4; color: #14532d; border-color: #BBF7D0; }
[b-glxt98382r] .pr-next-email   .mud-icon-root { color: #16a34a !important; }
[b-glxt98382r] .pr-next-wear    { background: var(--bg-light); color: var(--text-secondary); border-color: var(--border-light); }
[b-glxt98382r] .pr-next-wear    .mud-icon-root { color: var(--primary-color) !important; }

/* ============================================================
   FAIL TIPS
   ============================================================ */
[b-glxt98382r] .pr-fail-tips {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-bottom: 2rem;
}

[b-glxt98382r] .pr-fail-tip {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: #FFF3E0;
    border-radius: 8px;
    font-size: 0.875rem;
    color: #7c2d12;
    border: 1px solid #FED7AA;
}

[b-glxt98382r] .pr-fail-tip .mud-icon-root { color: #ea580c !important; flex-shrink: 0; font-size: 1rem !important; }

/* ============================================================
   ACTION BUTTONS
   ============================================================ */
[b-glxt98382r] .result-info-note {
    display: flex; align-items: flex-start; gap: 0.75rem;
    padding: 0.9rem 1rem; border-radius: 8px;
    margin-bottom: 1.75rem;
    font-size: 0.875rem; line-height: 1.55; text-align: left;
}

[b-glxt98382r] .result-info-note .mud-icon-root { flex-shrink: 0; margin-top: 1px; }
[b-glxt98382r] .success-note { background: #E8F5E9; color: #2e7d32; border: 1px solid #C8E6C9; }
[b-glxt98382r] .success-note .mud-icon-root { color: #2e7d32 !important; }
[b-glxt98382r] .fail-note    { background: #FFF3E0; color: #E65100; border: 1px solid #FFE0B2; }
[b-glxt98382r] .fail-note    .mud-icon-root { color: #E65100 !important; }

[b-glxt98382r] .result-actions { display: flex; flex-direction: column; gap: 0.75rem; }

[b-glxt98382r] .primary-result-btn {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark)) !important;
    color: white !important; font-weight: 600 !important;
    padding: 0.875rem 2rem !important;
    border-radius: var(--border-radius) !important;
    box-shadow: var(--shadow-soft) !important;
    transition: var(--transition) !important;
    width: 100%;
}

[b-glxt98382r] .primary-result-btn:hover {
    transform: translateY(-1px) !important;
    box-shadow: var(--shadow-medium) !important;
}

[b-glxt98382r] .secondary-result-btn {
    color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    font-weight: 500 !important;
    padding: 0.875rem 2rem !important;
    border-radius: var(--border-radius) !important;
    transition: var(--transition) !important;
    width: 100%;
}

[b-glxt98382r] .secondary-result-btn:hover { background: var(--bg-light) !important; }

/* ============================================================
   RESPONSIVE — 768px
   ============================================================ */
@media (max-width: 768px) {
    [b-glxt98382r] .payment-result-page { padding: 1.5rem 0; align-items: flex-start; }
    [b-glxt98382r] .result-card { padding: 1.75rem 1.25rem; margin: 0 0.75rem; border-radius: 14px; }
    [b-glxt98382r] .result-title { font-size: 1.4rem; }
    [b-glxt98382r] .result-subtitle { font-size: 0.9rem; }
    [b-glxt98382r] .result-icon-wrapper { width: 68px; height: 68px; }
    [b-glxt98382r] .result-icon-wrapper .mud-icon-root { font-size: 2.4rem !important; }
    [b-glxt98382r] .pr-ticket-header { flex-direction: column; align-items: flex-start; gap: 0.75rem; }
    [b-glxt98382r] .pr-booking-ref { text-align: left; }
    [b-glxt98382r] .pr-ref-value { font-size: 1rem; }
}

/* ============================================================
   RESPONSIVE — 480px
   ============================================================ */
@media (max-width: 480px) {
    [b-glxt98382r] .payment-result-page { padding: 1rem 0; }
    [b-glxt98382r] .result-card { padding: 1.5rem 1rem; margin: 0 0.5rem; border-radius: 12px; }
    [b-glxt98382r] .result-title { font-size: 1.25rem; }
    [b-glxt98382r] .pr-confetti-row { font-size: 1.1rem; letter-spacing: 0.25rem; }
    [b-glxt98382r] .pr-raw-ref { flex-direction: column; align-items: flex-start; gap: 0.25rem; }
    [b-glxt98382r] .pr-raw-value { text-align: left; }
    [b-glxt98382r] .primary-result-btn, [b-glxt98382r] .secondary-result-btn { min-height: 48px !important; }
}

/* ============================================================
   TOUCH DEVICES
   ============================================================ */
@media (hover: none) and (pointer: coarse) {
    [b-glxt98382r] .primary-result-btn, [b-glxt98382r] .secondary-result-btn {
        min-height: 48px; touch-action: manipulation;
    }
    [b-glxt98382r] .primary-result-btn:hover { transform: none !important; }
}

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
    [b-glxt98382r] * { animation: none !important; transition: none !important; }
}
/* /Pages/WorkshopDetail.razor.rz.scp.css */
/* ============================================================
   WORKSHOP DETAIL PAGE — Scoped Styles
   Extends homepage.css variables and card classes
   ============================================================ */

/* ---------- Loading / Not Found States ---------- */
.wd-loading-screen[b-pib5arh0vv],
.wd-not-found[b-pib5arh0vv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    min-height: 60vh;
    text-align: center;
    color: var(--text-secondary);
    padding: 2rem;
}

.wd-not-found h2[b-pib5arh0vv] {
    font-size: 1.75rem;
    color: var(--text-primary);
}

/* ---------- Page Wrapper ---------- */
.wd-page[b-pib5arh0vv] {
    background: #FAFAFA;
    min-height: 100vh;
}

/* ============================================================
   HERO BANNER
   ============================================================ */
.wd-hero[b-pib5arh0vv] {
    background: linear-gradient(135deg, var(--bg-light) 0%, #F0E8DE 100%);
    border-bottom: 1px solid var(--border-light);
    padding: 2.5rem 0 2rem;
}

.wd-hero-inner[b-pib5arh0vv] {
    display: grid;
    grid-template-columns: 1fr 260px;
    gap: 2rem;
    align-items: center;
}

.wd-type-badge[b-pib5arh0vv] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 0.35rem 0.9rem;
    border-radius: 20px;
    margin-bottom: 0.9rem;
}

.wd-badge-pottery[b-pib5arh0vv] {
    background: rgba(139,69,19,0.12);
    color: var(--primary-color);
    border: 1px solid rgba(139,69,19,0.25);
}

.wd-badge-ceramic[b-pib5arh0vv] {
    background: rgba(74,134,232,0.12);
    color: #2563eb;
    border: 1px solid rgba(74,134,232,0.25);
}

.wd-hero-title[b-pib5arh0vv] {
    font-size: 2.4rem;
    font-weight: 800;
    color: var(--text-primary);
    font-family: 'Playfair Display', serif;
    margin-bottom: 0.75rem;
    line-height: 1.2;
}

.wd-hero-desc[b-pib5arh0vv] {
    font-size: 1rem;
    color: var(--text-secondary);
    line-height: 1.7;
    max-width: 520px;
    margin-bottom: 1.5rem;
}

.wd-quick-chips[b-pib5arh0vv] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.wd-chip[b-pib5arh0vv] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: var(--bg-white);
    border: 1px solid var(--border-light);
    color: var(--text-secondary);
    padding: 0.35rem 0.85rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.wd-chip .mud-icon[b-pib5arh0vv] { color: var(--primary-color); }

.wd-chip-price[b-pib5arh0vv] {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
    font-weight: 600;
}

.wd-chip-price .mud-icon[b-pib5arh0vv] { color: white; }

/* Hero Right — Visual Scene */
.wd-hero-right[b-pib5arh0vv] {
    display: flex;
    justify-content: center;
}

.wd-scene[b-pib5arh0vv] {
    position: relative;
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wd-scene-emoji[b-pib5arh0vv] {
    font-size: 5rem;
    position: relative;
    z-index: 2;
    animation: wd-float-b-pib5arh0vv 3s ease-in-out infinite;
}

@keyframes wd-float-b-pib5arh0vv {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.wd-scene-ring[b-pib5arh0vv] {
    position: absolute;
    border-radius: 50%;
    border: 2px solid var(--primary-color);
    opacity: 0.15;
    animation: wd-pulse-b-pib5arh0vv 3s ease-in-out infinite;
}

.wd-ring-1[b-pib5arh0vv] { width: 100px; height: 100px; animation-delay: 0s; }
.wd-ring-2[b-pib5arh0vv] { width: 140px; height: 140px; animation-delay: 0.5s; opacity: 0.1; }
.wd-ring-3[b-pib5arh0vv] { width: 180px; height: 180px; animation-delay: 1s; opacity: 0.06; }

@keyframes wd-pulse-b-pib5arh0vv {
    0%, 100% { transform: scale(1); opacity: inherit; }
    50% { transform: scale(1.05); }
}

/* ============================================================
   MAIN LAYOUT OVERRIDE
   ============================================================ */
.wd-layout[b-pib5arh0vv] {
    padding-top: 0;
}

/* ============================================================
   CONTENT CARDS  (left column)
   ============================================================ */
.wd-content-card[b-pib5arh0vv] {
    background: var(--bg-white);
    border-radius: var(--border-radius);
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-soft);
    padding: 1.75rem 2rem;
    margin-bottom: 1.5rem;
}

.wd-card-header[b-pib5arh0vv] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--bg-light);
}

.wd-card-icon[b-pib5arh0vv] {
    width: 46px;
    height: 46px;
    background: linear-gradient(135deg, rgba(139,69,19,0.12), rgba(210,105,30,0.08));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.wd-card-icon .mud-icon[b-pib5arh0vv] { color: var(--primary-color); }

.wd-card-title[b-pib5arh0vv] {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0 0 0.2rem;
    font-family: 'Playfair Display', serif;
}

.wd-card-sub[b-pib5arh0vv] {
    font-size: 0.875rem;
    color: var(--text-light);
    margin: 0;
}

/* Journey Steps */
.wd-journey-steps[b-pib5arh0vv] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.wd-step[b-pib5arh0vv] {
    display: flex;
    gap: 1.25rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--bg-light);
    position: relative;
}

.wd-step:last-child[b-pib5arh0vv] { border-bottom: none; }

.wd-step-num[b-pib5arh0vv] {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.75rem;
    font-weight: 800;
    flex-shrink: 0;
    margin-top: 2px;
}

.wd-step-body strong[b-pib5arh0vv] {
    display: block;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.wd-step-body p[b-pib5arh0vv] {
    margin: 0;
    font-size: 0.875rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

/* Features Grid */
.wd-features-grid[b-pib5arh0vv] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.wd-feature-item[b-pib5arh0vv] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-secondary);
    background: var(--bg-light);
    padding: 0.6rem 0.9rem;
    border-radius: 8px;
    border: 1px solid var(--border-light);
}

.wd-feature-icon[b-pib5arh0vv] { color: var(--primary-color) !important; }

/* Includes List */
.wd-includes-list[b-pib5arh0vv] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.wd-include-row[b-pib5arh0vv] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--bg-light);
}

.wd-include-row:last-child[b-pib5arh0vv] { border-bottom: none; }

.wd-include-emoji[b-pib5arh0vv] {
    font-size: 1.5rem;
    flex-shrink: 0;
    width: 36px;
    text-align: center;
}

.wd-include-row strong[b-pib5arh0vv] {
    display: block;
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.15rem;
}

.wd-include-row p[b-pib5arh0vv] {
    margin: 0;
    font-size: 0.85rem;
    color: var(--text-secondary);
    line-height: 1.5;
}

/* Perfect For Grid */
.wd-for-grid[b-pib5arh0vv] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.wd-for-card[b-pib5arh0vv] {
    background: var(--bg-light);
    border-radius: 10px;
    border: 1px solid var(--border-light);
    padding: 1rem;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wd-for-card:hover[b-pib5arh0vv] {
    transform: translateY(-3px);
    box-shadow: var(--shadow-soft);
}

.wd-for-card span[b-pib5arh0vv] { font-size: 1.8rem; display: block; margin-bottom: 0.4rem; }

.wd-for-card strong[b-pib5arh0vv] {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.2rem;
}

.wd-for-card p[b-pib5arh0vv] {
    margin: 0;
    font-size: 0.78rem;
    color: var(--text-secondary);
    line-height: 1.4;
}

/* Terms Panels */
[b-pib5arh0vv] .wd-panels {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

[b-pib5arh0vv] .wd-panel {
    border-radius: 10px !important;
    border: 1px solid var(--border-light) !important;
    box-shadow: none !important;
}

[b-pib5arh0vv] .wd-panel .mud-expand-panel-header {
    padding: 1rem 1.1rem !important;
    background: var(--bg-light) !important;
    border-radius: 10px !important;
}

[b-pib5arh0vv] .wd-panel .mud-expand-panel-header:hover {
    background: #EDE7DF !important;
}

[b-pib5arh0vv] .wd-panel .mud-expand-panel-content {
    padding: 0.25rem 1.1rem 1rem !important;
    background: var(--bg-white) !important;
}

.wd-panel-title[b-pib5arh0vv] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--text-primary);
}

.wd-panel-icon[b-pib5arh0vv] { color: var(--primary-color) !important; }

.wd-terms-list[b-pib5arh0vv] {
    margin: 0.5rem 0 0;
    padding-left: 1.1rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.wd-terms-list li[b-pib5arh0vv] {
    font-size: 0.85rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

/* ============================================================
   SIDEBAR OVERRIDES
   ============================================================ */
.wd-sidebar-name[b-pib5arh0vv] {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 1.25rem;
    padding: 0.75rem 1rem;
    background: var(--bg-light);
    border-radius: 8px;
    border-left: 3px solid var(--primary-color);
}

.wd-price-display[b-pib5arh0vv] {
    text-align: center;
    padding: 1.25rem 0;
    border-top: 1px solid var(--bg-light);
    border-bottom: 1px solid var(--bg-light);
    margin-bottom: 1rem;
}

.wd-price-label[b-pib5arh0vv] {
    display: block;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--text-light);
    font-weight: 600;
    margin-bottom: 0.4rem;
}

.wd-price-big[b-pib5arh0vv] {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.2rem;
}

.wd-price-sym[b-pib5arh0vv] {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--primary-color);
}

.wd-price-num[b-pib5arh0vv] {
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--primary-color);
    font-family: 'Playfair Display', serif;
    line-height: 1;
}

.wd-token-note[b-pib5arh0vv] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: rgba(46,125,50,0.08);
    color: #2e7d32;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 0.35rem 0.75rem;
    border-radius: 20px;
    margin-top: 0.6rem;
}

.wd-token-note .mud-icon[b-pib5arh0vv] { color: #2e7d32; }

.wd-sidebar-note[b-pib5arh0vv] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    font-size: 0.78rem;
    color: var(--text-light);
    margin-top: 0.75rem;
}

.wd-sidebar-note .mud-icon[b-pib5arh0vv] { color: var(--text-light); }

/* Contact rows in sidebar */
.wd-contact-list[b-pib5arh0vv] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.wd-contact-row[b-pib5arh0vv] {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    font-size: 0.88rem;
    color: var(--text-secondary);
    font-weight: 500;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--bg-light);
    text-decoration: none;
    transition: color 0.2s;
}

.wd-contact-row:last-child[b-pib5arh0vv] { border-bottom: none; }
.wd-contact-row:hover[b-pib5arh0vv] { color: var(--primary-color); }
.wd-contact-row .mud-icon[b-pib5arh0vv] { color: var(--primary-color); flex-shrink: 0; }

.wd-insta-row:hover[b-pib5arh0vv] { color: #e1306c; }
.wd-insta-row:hover .mud-icon[b-pib5arh0vv] { color: #e1306c; }

.wd-hours-row[b-pib5arh0vv] { cursor: default; }
.wd-hours-row:hover[b-pib5arh0vv] { color: var(--text-secondary); }

/* ============================================================
   BOTTOM CTA STRIP
   ============================================================ */
.wd-bottom-cta[b-pib5arh0vv] {
    background: linear-gradient(135deg, var(--text-primary), #3D1F10);
    padding: 2rem 0;
    margin-top: 1rem;
}

.wd-bottom-cta-inner[b-pib5arh0vv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.wd-bottom-cta-inner h3[b-pib5arh0vv] {
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
    margin: 0 0 0.25rem;
    font-family: 'Playfair Display', serif;
}

.wd-bottom-cta-inner p[b-pib5arh0vv] {
    margin: 0;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.7);
}

.wd-bottom-cta-inner p strong[b-pib5arh0vv] { color: rgba(255,255,255,0.9); }

.wd-cta-btn[b-pib5arh0vv] {
    white-space: nowrap;
    flex-shrink: 0;
    background: white !important;
    color: var(--primary-color) !important;
    font-weight: 700 !important;
}

.wd-cta-btn:hover[b-pib5arh0vv] {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.2) !important;
}

/* ============================================================
   RESPONSIVE — TABLET (≤ 1024px)
   ============================================================ */
@media (max-width: 1024px) {
    .wd-hero-inner[b-pib5arh0vv] {
        grid-template-columns: 1fr;
    }
    .wd-hero-right[b-pib5arh0vv] { display: none; }

    .wd-for-grid[b-pib5arh0vv] { grid-template-columns: repeat(3, 1fr); }

    .wd-bottom-cta-inner[b-pib5arh0vv] {
        flex-direction: column;
        text-align: center;
    }
    .wd-cta-btn[b-pib5arh0vv] { width: 100%; }
}

/* ============================================================
   RESPONSIVE — MOBILE (≤ 768px)
   ============================================================ */
@media (max-width: 768px) {
    .wd-hero[b-pib5arh0vv] { padding: 1.5rem 0; }
    .wd-hero-title[b-pib5arh0vv] { font-size: 1.8rem; }

    .wd-content-card[b-pib5arh0vv] { padding: 1.25rem; }
    .wd-card-header[b-pib5arh0vv] { gap: 0.75rem; }
    .wd-card-icon[b-pib5arh0vv] { width: 38px; height: 38px; }
    .wd-card-title[b-pib5arh0vv] { font-size: 1.1rem; }

    .wd-features-grid[b-pib5arh0vv] { grid-template-columns: 1fr; }
    .wd-for-grid[b-pib5arh0vv] { grid-template-columns: repeat(2, 1fr); }

    .wd-price-num[b-pib5arh0vv] { font-size: 2.2rem; }
}

/* ============================================================
   RESPONSIVE — SMALL MOBILE (≤ 480px)
   ============================================================ */
@media (max-width: 480px) {
    .wd-hero-title[b-pib5arh0vv] { font-size: 1.5rem; }
    .wd-quick-chips[b-pib5arh0vv] { gap: 0.4rem; }
    .wd-chip[b-pib5arh0vv] { font-size: 0.78rem; padding: 0.3rem 0.65rem; }

    .wd-for-grid[b-pib5arh0vv] { grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }
    .wd-for-card[b-pib5arh0vv] { padding: 0.75rem; }

    .wd-features-grid[b-pib5arh0vv] { grid-template-columns: 1fr; }
}
/* /Pages/WorkshopExperience.razor.rz.scp.css */
/* ============================================================
   WORKSHOP EXPERIENCE PAGE — Scoped Styles
   Mr. Potter Art Cafe
   ============================================================ */

/* ---------- Layout ---------- */
.workshop-experience-page[b-t6ybljw02y] {
    min-height: 100vh;
    background: var(--bg-white);
    overflow-x: hidden;
}

.we-container[b-t6ybljw02y] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* ---------- Section Headers ---------- */
.we-section-header[b-t6ybljw02y] {
    text-align: center;
    margin-bottom: 3.5rem;
}

.we-section-tag[b-t6ybljw02y] {
    display: inline-block;
    background: linear-gradient(135deg, rgba(139,69,19,0.12), rgba(210,105,30,0.12));
    color: var(--primary-color);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 0.35rem 1rem;
    border-radius: 20px;
    margin-bottom: 1rem;
    border: 1px solid rgba(139,69,19,0.2);
}

.we-section-title[b-t6ybljw02y] {
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.75rem;
    font-family: 'Playfair Display', serif;
}

.we-section-sub[b-t6ybljw02y] {
    font-size: 1.05rem;
    color: var(--text-secondary);
    max-width: 580px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.we-hero[b-t6ybljw02y] {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 2rem 0 3rem;
}

.we-hero-bg[b-t6ybljw02y] {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #2C1810 0%, #4A2616 40%, #6B3A1E 70%, #8B4513 100%);
    z-index: 0;
}

.we-hero-overlay[b-t6ybljw02y] {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 60% 50%, rgba(205,133,63,0.15) 0%, transparent 70%);
}

.we-hero-shapes .shape[b-t6ybljw02y] {
    position: absolute;
    border-radius: 50%;
    opacity: 0.07;
}

.we-hero-shapes .shape-1[b-t6ybljw02y] {
    width: 500px; height: 500px;
    background: var(--accent-color);
    top: -150px; right: -100px;
}

.we-hero-shapes .shape-2[b-t6ybljw02y] {
    width: 300px; height: 300px;
    background: var(--secondary-color);
    bottom: -80px; left: -60px;
}

.we-hero-shapes .shape-3[b-t6ybljw02y] {
    width: 200px; height: 200px;
    background: white;
    top: 60%; left: 40%;
}

.we-hero > .we-container[b-t6ybljw02y] {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 4rem;
    align-items: center;
    width: 100%;
}

.we-hero-back[b-t6ybljw02y] {
    position: absolute;
    top: -1.5rem;
    left: 1.5rem;
}

.we-back-btn[b-t6ybljw02y] {
    color: rgba(255,255,255,0.75) !important;
    font-weight: 500 !important;
}

.we-back-btn:hover[b-t6ybljw02y] {
    color: white !important;
    background: rgba(255,255,255,0.1) !important;
}

.we-hero-content[b-t6ybljw02y] {
    padding-top: 3rem;
}

.we-hero-badge[b-t6ybljw02y] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.2);
    color: rgba(255,255,255,0.9);
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(4px);
}

.we-hero-title[b-t6ybljw02y] {
    font-size: 3.8rem;
    font-weight: 800;
    color: white;
    line-height: 1.15;
    margin-bottom: 1.25rem;
    font-family: 'Playfair Display', serif;
}

.we-accent[b-t6ybljw02y] {
    background: linear-gradient(135deg, #CD853F, #F4A460);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.we-hero-desc[b-t6ybljw02y] {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.8);
    line-height: 1.75;
    margin-bottom: 2rem;
    max-width: 520px;
}

/* Hero CTAs */
.we-hero-ctas[b-t6ybljw02y] {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
}

.we-btn-primary[b-t6ybljw02y] {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color)) !important;
    color: white !important;
    font-weight: 700 !important;
    padding: 0.875rem 2rem !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 24px rgba(139,69,19,0.4) !important;
    transition: all 0.3s ease !important;
    letter-spacing: 0.3px !important;
}

.we-btn-primary:hover[b-t6ybljw02y] {
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 32px rgba(139,69,19,0.5) !important;
}

.we-btn-insta[b-t6ybljw02y] {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
    color: white;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.875rem 1.5rem;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(131,58,180,0.35);
}

.we-btn-insta:hover[b-t6ybljw02y] {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(131,58,180,0.5);
    color: white;
}

/* Hero Stats */
.we-hero-stats[b-t6ybljw02y] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.we-stat[b-t6ybljw02y] {
    display: flex;
    flex-direction: column;
}

.we-stat-num[b-t6ybljw02y] {
    font-size: 1.6rem;
    font-weight: 800;
    color: white;
    font-family: 'Playfair Display', serif;
    line-height: 1;
}

.we-stat-lbl[b-t6ybljw02y] {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.65);
    margin-top: 0.2rem;
    font-weight: 500;
}

.we-stat-divider[b-t6ybljw02y] {
    width: 1px;
    height: 40px;
    background: rgba(255,255,255,0.2);
}

/* Hero Visual — Pottery Scene */
.we-hero-visual[b-t6ybljw02y] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3rem;
}

.we-pottery-scene[b-t6ybljw02y] {
    position: relative;
    width: 320px;
    height: 360px;
}

.we-wheel-base[b-t6ybljw02y] {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.we-wheel-disc[b-t6ybljw02y] {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, rgba(101,67,33,0.8), rgba(139,69,19,0.6));
    border-radius: 50%;
    border: 4px solid rgba(205,133,63,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 30px rgba(0,0,0,0.3), inset 0 2px 8px rgba(255,255,255,0.1);
    animation: spin-b-t6ybljw02y 8s linear infinite;
}

@keyframes spin-b-t6ybljw02y {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.we-wheel-inner[b-t6ybljw02y] {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(139,69,19,0.9), rgba(101,67,33,0.9));
    border-radius: 50%;
    border: 3px solid rgba(205,133,63,0.3);
}

.we-clay-vessel[b-t6ybljw02y] {
    position: absolute;
    bottom: 185px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}

.we-vessel-body[b-t6ybljw02y] {
    width: 70px;
    height: 90px;
    background: linear-gradient(180deg, #D2691E 0%, #A0522D 50%, #8B4513 100%);
    border-radius: 35px 35px 20px 20px;
    box-shadow: 4px 0 12px rgba(0,0,0,0.2), -4px 0 12px rgba(0,0,0,0.1);
    animation: clayFloat-b-t6ybljw02y 3s ease-in-out infinite;
}

.we-vessel-rim[b-t6ybljw02y] {
    width: 90px;
    height: 15px;
    background: linear-gradient(180deg, #CD853F, #A0522D);
    border-radius: 50%;
    margin-top: -6px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

@keyframes clayFloat-b-t6ybljw02y {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

.we-float-cards[b-t6ybljw02y] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; left: 0;
}

.we-float-card[b-t6ybljw02y] {
    position: absolute;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(8px);
    border-radius: 12px;
    padding: 0.6rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--text-primary);
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    animation: floatCard-b-t6ybljw02y 4s ease-in-out infinite;
}

.we-float-card .mud-icon[b-t6ybljw02y] { color: var(--primary-color); }

.we-float-1[b-t6ybljw02y] { top: 0; left: -20px; animation-delay: 0s; }
.we-float-2[b-t6ybljw02y] { top: 60px; right: -20px; animation-delay: 1.5s; }
.we-float-3[b-t6ybljw02y] { bottom: 100px; right: 0; animation-delay: 3s; }

@keyframes floatCard-b-t6ybljw02y {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* ============================================================
   JOURNEY SECTION
   ============================================================ */
.we-journey[b-t6ybljw02y] {
    padding: 6rem 0;
    background: var(--bg-light);
}

.we-journey-grid[b-t6ybljw02y] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    position: relative;
}

.we-journey-grid[b-t6ybljw02y]::before {
    content: '';
    position: absolute;
    top: 55px;
    left: calc(12.5% + 20px);
    right: calc(12.5% + 20px);
    height: 2px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    opacity: 0.3;
    z-index: 0;
}

.we-journey-card[b-t6ybljw02y] {
    background: var(--bg-white);
    border-radius: 16px;
    padding: 2rem 1.5rem;
    text-align: center;
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-soft);
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.we-journey-card:hover[b-t6ybljw02y] {
    transform: translateY(-6px);
    box-shadow: var(--shadow-medium);
}

.we-journey-step[b-t6ybljw02y] {
    display: inline-flex;
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 800;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    box-shadow: 0 4px 12px rgba(139,69,19,0.35);
}

.we-journey-icon[b-t6ybljw02y] {
    font-size: 2.2rem;
    margin-bottom: 0.75rem;
    display: block;
}

.we-journey-card h3[b-t6ybljw02y] {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.6rem;
}

.we-journey-card p[b-t6ybljw02y] {
    font-size: 0.88rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

/* ============================================================
   WORKSHOPS SECTION
   ============================================================ */
.we-workshops[b-t6ybljw02y] {
    padding: 6rem 0;
    background: var(--bg-white);
}

.we-loading[b-t6ybljw02y] {
    text-align: center;
    padding: 4rem 0;
    color: var(--text-secondary);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.we-empty[b-t6ybljw02y] {
    text-align: center;
    padding: 4rem 0;
    color: var(--text-secondary);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.we-workshops-grid[b-t6ybljw02y] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.we-workshop-card[b-t6ybljw02y] {
    background: var(--bg-white);
    border-radius: 20px;
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-soft);
    padding: 2rem;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.we-workshop-card:hover[b-t6ybljw02y] {
    transform: translateY(-6px);
    box-shadow: var(--shadow-medium);
}

.we-workshop-card[b-t6ybljw02y]::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
}

.we-card-featured[b-t6ybljw02y] {
    border-color: var(--primary-color);
    background: linear-gradient(180deg, #FDF5EE 0%, var(--bg-white) 100%);
}

.we-card-featured[b-t6ybljw02y]::before {
    background: linear-gradient(90deg, var(--primary-color), #F4A460);
    height: 5px;
}

.we-popular-ribbon[b-t6ybljw02y] {
    position: absolute;
    top: 16px; right: -30px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.3rem 2.5rem;
    transform: rotate(35deg);
    display: flex;
    align-items: center;
    gap: 0.3rem;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(139,69,19,0.3);
}

.we-card-top[b-t6ybljw02y] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.we-card-emoji[b-t6ybljw02y] {
    font-size: 2.5rem;
    line-height: 1;
    flex-shrink: 0;
}

.we-card-title-row[b-t6ybljw02y] { flex: 1; }

.we-card-name[b-t6ybljw02y] {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.4rem;
    font-family: 'Playfair Display', serif;
}

.we-card-price[b-t6ybljw02y] {
    display: flex;
    align-items: baseline;
    gap: 0.2rem;
}

.we-price-currency[b-t6ybljw02y] {
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary-color);
}

.we-price-amount[b-t6ybljw02y] {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--primary-color);
    font-family: 'Playfair Display', serif;
}

.we-card-meta[b-t6ybljw02y] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
}

.we-meta-chip[b-t6ybljw02y] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: var(--bg-light);
    color: var(--text-secondary);
    padding: 0.3rem 0.75rem;
    border-radius: 20px;
    font-size: 0.82rem;
    font-weight: 500;
    border: 1px solid var(--border-light);
}

.we-meta-chip .mud-icon[b-t6ybljw02y] { color: var(--primary-color); font-size: 0.9rem; }

.we-card-features[b-t6ybljw02y] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.we-feature-row[b-t6ybljw02y] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.88rem;
    color: var(--text-secondary);
    font-weight: 500;
}

.we-check[b-t6ybljw02y] {
    color: var(--primary-color);
    font-weight: 800;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.we-feature-more[b-t6ybljw02y] {
    color: var(--text-light);
    font-style: italic;
}

.we-book-btn[b-t6ybljw02y] {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark)) !important;
    color: white !important;
    font-weight: 700 !important;
    border-radius: 12px !important;
    padding: 0.875rem !important;
    box-shadow: 0 4px 16px rgba(139,69,19,0.3) !important;
    transition: all 0.3s ease !important;
    text-transform: none !important;
    letter-spacing: 0.3px !important;
}

.we-book-btn:hover[b-t6ybljw02y] {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(139,69,19,0.4) !important;
}

/* ============================================================
   WHAT'S INCLUDED SECTION
   ============================================================ */
.we-includes[b-t6ybljw02y] {
    padding: 6rem 0;
    background: linear-gradient(135deg, var(--bg-light) 0%, #F5EDE4 100%);
}

.we-includes-grid[b-t6ybljw02y] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.we-include-card[b-t6ybljw02y] {
    background: var(--bg-white);
    border-radius: 16px;
    padding: 2rem 1.5rem;
    text-align: center;
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-soft);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.we-include-card:hover[b-t6ybljw02y] {
    transform: translateY(-4px);
    box-shadow: var(--shadow-medium);
}

.we-include-icon[b-t6ybljw02y] {
    font-size: 2.8rem;
    margin-bottom: 1rem;
    display: block;
}

.we-include-card h4[b-t6ybljw02y] {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.we-include-card p[b-t6ybljw02y] {
    font-size: 0.88rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

/* ============================================================
   STUDIO FEATURES SECTION
   ============================================================ */
.we-features[b-t6ybljw02y] {
    padding: 6rem 0;
    background: var(--bg-white);
}

.we-features-grid[b-t6ybljw02y] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.we-feature-card[b-t6ybljw02y] {
    display: flex;
    gap: 1.25rem;
    padding: 1.75rem;
    background: var(--bg-white);
    border-radius: 16px;
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-soft);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.we-feature-card:hover[b-t6ybljw02y] {
    transform: translateY(-4px);
    border-color: rgba(139,69,19,0.25);
}

.we-feature-icon-wrap[b-t6ybljw02y] {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, rgba(139,69,19,0.12), rgba(210,105,30,0.08));
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.we-feature-icon-wrap .mud-icon[b-t6ybljw02y] { color: var(--primary-color); }

.we-feature-body h4[b-t6ybljw02y] {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.4rem;
}

.we-feature-body p[b-t6ybljw02y] {
    font-size: 0.87rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

/* ============================================================
   INSTAGRAM STORIES SECTION
   ============================================================ */
.we-instagram[b-t6ybljw02y] {
    padding: 6rem 0;
    background: linear-gradient(135deg, #1a0a2e 0%, #2d1454 40%, #1a0a2e 100%);
}

.we-instagram .we-section-header .we-section-tag[b-t6ybljw02y] {
    background: rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.85);
    border-color: rgba(255,255,255,0.15);
}

.we-instagram .we-section-title[b-t6ybljw02y] { color: white; }
.we-instagram .we-section-sub[b-t6ybljw02y] { color: rgba(255,255,255,0.7); }

.we-insta-grid[b-t6ybljw02y] {
    display: grid;
    grid-template-columns: repeat(3, 1fr) 1.2fr;
    grid-template-rows: 200px 200px;
    gap: 1rem;
}

.we-insta-story[b-t6ybljw02y] {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.we-insta-story:hover[b-t6ybljw02y] { transform: scale(1.02); }

.we-story-1[b-t6ybljw02y] { grid-column: 1; grid-row: 1; background: linear-gradient(135deg, #833ab4, #fd1d1d); }
.we-story-2[b-t6ybljw02y] { grid-column: 2; grid-row: 1; background: linear-gradient(135deg, #fcb045, #fd1d1d); }
.we-story-3[b-t6ybljw02y] { grid-column: 3; grid-row: 1; background: linear-gradient(135deg, #f77737, #e1306c); }
.we-story-4[b-t6ybljw02y] { grid-column: 1; grid-row: 2; background: linear-gradient(135deg, #405de6, #833ab4); }
.we-story-5[b-t6ybljw02y] { grid-column: 2 / 4; grid-row: 2; background: linear-gradient(135deg, #fd1d1d, #fcb045); }

.we-insta-follow-card[b-t6ybljw02y] {
    grid-column: 4;
    grid-row: 1 / 3;
    background: linear-gradient(135deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%);
    border-radius: 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 30px rgba(131,58,180,0.4);
}

.we-insta-follow-card:hover[b-t6ybljw02y] {
    transform: scale(1.02);
    box-shadow: 0 12px 40px rgba(131,58,180,0.55);
}

.we-follow-inner[b-t6ybljw02y] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 2rem;
    text-align: center;
}

.we-follow-inner .mud-icon[b-t6ybljw02y] { color: white; font-size: 2.5rem; }

.we-follow-handle[b-t6ybljw02y] {
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
}

.we-follow-sub[b-t6ybljw02y] {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.8);
    line-height: 1.4;
}

.we-follow-btn[b-t6ybljw02y] {
    background: rgba(255,255,255,0.2);
    border: 1.5px solid rgba(255,255,255,0.5);
    color: white;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.6rem 1.2rem;
    border-radius: 20px;
    margin-top: 0.5rem;
    backdrop-filter: blur(4px);
    transition: background 0.3s;
}

.we-insta-follow-card:hover .we-follow-btn[b-t6ybljw02y] {
    background: rgba(255,255,255,0.3);
}

.we-story-inner[b-t6ybljw02y] {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    height: 100%;
    padding: 1.25rem;
    gap: 0.2rem;
}

.we-story-emoji[b-t6ybljw02y] { font-size: 2rem; }

.we-story-label[b-t6ybljw02y] {
    font-size: 0.95rem;
    font-weight: 700;
    color: white;
}

.we-story-cta[b-t6ybljw02y] {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.8);
    font-weight: 500;
}

.we-story-overlay[b-t6ybljw02y] {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, transparent 60%);
    z-index: 1;
}

/* ============================================================
   TESTIMONIALS SECTION
   ============================================================ */
.we-testimonials[b-t6ybljw02y] {
    padding: 6rem 0;
    background: var(--bg-light);
}

.we-testimonials-grid[b-t6ybljw02y] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.we-testimonial-card[b-t6ybljw02y] {
    background: var(--bg-white);
    border-radius: 16px;
    padding: 2rem;
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-soft);
    position: relative;
    transition: transform 0.3s ease;
}

.we-testimonial-card:hover[b-t6ybljw02y] { transform: translateY(-4px); }

.we-testimonial-card[b-t6ybljw02y]::before {
    content: '"';
    position: absolute;
    top: 1rem; right: 1.5rem;
    font-size: 4rem;
    color: rgba(139,69,19,0.1);
    font-family: 'Playfair Display', serif;
    line-height: 1;
}

.we-stars[b-t6ybljw02y] {
    color: #F59E0B;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    letter-spacing: 2px;
}

.we-testimonial-text[b-t6ybljw02y] {
    font-size: 0.92rem;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.we-testimonial-author[b-t6ybljw02y] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.we-author-avatar[b-t6ybljw02y] {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1rem;
    flex-shrink: 0;
}

.we-testimonial-author strong[b-t6ybljw02y] {
    display: block;
    font-size: 0.9rem;
    color: var(--text-primary);
}

.we-testimonial-author span[b-t6ybljw02y] {
    font-size: 0.8rem;
    color: var(--text-light);
}

/* ============================================================
   TERMS & CONDITIONS SECTION
   ============================================================ */
.we-terms[b-t6ybljw02y] {
    padding: 6rem 0;
    background: var(--bg-white);
}

.we-terms-grid[b-t6ybljw02y] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
}

[b-t6ybljw02y] .we-expansion-panels {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

[b-t6ybljw02y] .we-expansion-panel {
    border-radius: 12px !important;
    border: 1px solid var(--border-light) !important;
    box-shadow: var(--shadow-soft) !important;
    overflow: hidden;
}

[b-t6ybljw02y] .we-expansion-panel .mud-expand-panel-header {
    padding: 1.1rem 1.25rem !important;
    background: var(--bg-white) !important;
}

[b-t6ybljw02y] .we-expansion-panel .mud-expand-panel-header:hover {
    background: var(--bg-light) !important;
}

[b-t6ybljw02y] .we-expansion-panel .mud-expand-panel-content {
    padding: 0 1.25rem 1.25rem !important;
    background: var(--bg-white) !important;
}

.we-panel-title[b-t6ybljw02y] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--text-primary);
}

.we-panel-icon[b-t6ybljw02y] { color: var(--primary-color) !important; }

.we-terms-list[b-t6ybljw02y] {
    padding-left: 1.25rem;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.we-terms-list li[b-t6ybljw02y] {
    font-size: 0.875rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

/* ============================================================
   FINAL CTA SECTION
   ============================================================ */
.we-final-cta[b-t6ybljw02y] {
    padding: 5rem 0;
    background: linear-gradient(135deg, var(--bg-light), #F0E8DF);
}

.we-cta-card[b-t6ybljw02y] {
    background: linear-gradient(135deg, #2C1810 0%, #4A2616 50%, #8B4513 100%);
    border-radius: 24px;
    padding: 4rem 3rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(44,24,16,0.4);
}

.we-cta-bg-shapes .we-cta-shape-1[b-t6ybljw02y] {
    position: absolute;
    width: 300px; height: 300px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
    top: -100px; right: -80px;
}

.we-cta-bg-shapes .we-cta-shape-2[b-t6ybljw02y] {
    position: absolute;
    width: 200px; height: 200px;
    background: rgba(205,133,63,0.08);
    border-radius: 50%;
    bottom: -60px; left: -40px;
}

.we-cta-content[b-t6ybljw02y] { position: relative; z-index: 1; }

.we-cta-emoji[b-t6ybljw02y] {
    font-size: 3.5rem;
    display: block;
    margin-bottom: 1.5rem;
    animation: clayFloat-b-t6ybljw02y 3s ease-in-out infinite;
}

.we-cta-title[b-t6ybljw02y] {
    font-size: 2.5rem;
    font-weight: 800;
    color: white;
    margin-bottom: 1rem;
    font-family: 'Playfair Display', serif;
}

.we-cta-sub[b-t6ybljw02y] {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.75);
    max-width: 480px;
    margin: 0 auto 2.5rem;
    line-height: 1.7;
}

.we-cta-actions[b-t6ybljw02y] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.we-cta-book-btn[b-t6ybljw02y] {
    background: white !important;
    color: var(--primary-color) !important;
    font-weight: 700 !important;
    padding: 1rem 2.5rem !important;
    border-radius: 12px !important;
    font-size: 1rem !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.2) !important;
    transition: all 0.3s ease !important;
}

.we-cta-book-btn:hover[b-t6ybljw02y] {
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 32px rgba(0,0,0,0.3) !important;
}

.we-cta-insta-btn[b-t6ybljw02y] {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
    color: white;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 1rem 1.75rem;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(131,58,180,0.4);
    transition: all 0.3s ease;
}

.we-cta-insta-btn:hover[b-t6ybljw02y] {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(131,58,180,0.55);
    color: white;
}

.we-cta-contact[b-t6ybljw02y] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255,255,255,0.7);
    font-size: 0.9rem;
}

.we-cta-contact .mud-icon[b-t6ybljw02y] { color: rgba(255,255,255,0.6); }
.we-cta-contact strong[b-t6ybljw02y] { color: rgba(255,255,255,0.9); }

/* ============================================================
   FOOTER
   ============================================================ */
.we-footer[b-t6ybljw02y] {
    background: var(--text-primary);
    padding: 3.5rem 0 0;
    color: rgba(255,255,255,0.75);
}

.we-footer-main[b-t6ybljw02y] {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1fr;
    gap: 3rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.we-footer-brand h3[b-t6ybljw02y] {
    font-size: 1.4rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.25rem;
    font-family: 'Playfair Display', serif;
}

.we-footer-tagline[b-t6ybljw02y] {
    font-size: 0.8rem;
    color: var(--accent-color);
    margin-bottom: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.we-footer-desc[b-t6ybljw02y] {
    font-size: 0.875rem;
    line-height: 1.7;
    margin-bottom: 1.25rem;
}

.we-footer-social[b-t6ybljw02y] {
    display: flex;
    gap: 0.75rem;
}

.we-footer-social a[b-t6ybljw02y] {
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.08);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.7);
    transition: all 0.3s ease;
    text-decoration: none;
}

.we-footer-social a:hover[b-t6ybljw02y] {
    background: var(--primary-color);
    color: white;
    transform: translateY(-2px);
}

.we-footer-contact h4[b-t6ybljw02y],
.we-footer-quick h4[b-t6ybljw02y] {
    font-size: 0.9rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.we-footer-list[b-t6ybljw02y] {
    list-style: none;
    padding: 0; margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.we-footer-list li[b-t6ybljw02y] {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.85rem;
    line-height: 1.5;
}

.we-footer-list li .mud-icon[b-t6ybljw02y] { color: var(--accent-color); flex-shrink: 0; margin-top: 2px; }

.we-footer-links[b-t6ybljw02y] {
    list-style: none;
    padding: 0; margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.we-footer-links a[b-t6ybljw02y] {
    color: rgba(255,255,255,0.65);
    font-size: 0.88rem;
    text-decoration: none;
    transition: color 0.3s;
}

.we-footer-links a:hover[b-t6ybljw02y] { color: white; }

.we-footer-bottom[b-t6ybljw02y] {
    padding: 1.25rem 0;
    display: flex;
    justify-content: center;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.45);
}

/* ============================================================
   RESPONSIVE — TABLET (≤ 1024px)
   ============================================================ */
@media (max-width: 1024px) {
    .we-hero > .we-container[b-t6ybljw02y] {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }

    .we-hero-content[b-t6ybljw02y] { padding-top: 4rem; }
    .we-hero-desc[b-t6ybljw02y] { margin: 0 auto 2rem; }

    .we-hero-ctas[b-t6ybljw02y] { justify-content: center; }
    .we-hero-stats[b-t6ybljw02y] { justify-content: center; }

    .we-hero-visual[b-t6ybljw02y] { order: -1; }
    .we-pottery-scene[b-t6ybljw02y] { width: 260px; height: 300px; }

    .we-journey-grid[b-t6ybljw02y] {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .we-journey-grid[b-t6ybljw02y]::before { display: none; }

    .we-includes-grid[b-t6ybljw02y] { grid-template-columns: repeat(2, 1fr); }
    .we-features-grid[b-t6ybljw02y] { grid-template-columns: repeat(2, 1fr); }
    .we-testimonials-grid[b-t6ybljw02y] { grid-template-columns: repeat(2, 1fr); }

    .we-insta-grid[b-t6ybljw02y] {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(3, 180px);
    }

    .we-story-1[b-t6ybljw02y] { grid-column: 1; grid-row: 1; }
    .we-story-2[b-t6ybljw02y] { grid-column: 2; grid-row: 1; }
    .we-story-3[b-t6ybljw02y] { grid-column: 1; grid-row: 2; }
    .we-story-4[b-t6ybljw02y] { grid-column: 2; grid-row: 2; }
    .we-story-5[b-t6ybljw02y] { grid-column: 1 / 3; grid-row: 3; }
    .we-insta-follow-card[b-t6ybljw02y] {
        grid-column: 1 / 3; grid-row: 4;
        min-height: 120px;
        padding: 1.5rem;
    }
    .we-insta-grid[b-t6ybljw02y] { grid-template-rows: repeat(3, 180px) 120px; }

    .we-terms-grid[b-t6ybljw02y] { grid-template-columns: 1fr; }
    .we-footer-main[b-t6ybljw02y] { grid-template-columns: 1fr 1fr; }
    .we-footer-brand[b-t6ybljw02y] { grid-column: 1 / 3; }
}

/* ============================================================
   RESPONSIVE — MOBILE (≤ 768px)
   ============================================================ */
@media (max-width: 768px) {
    .we-container[b-t6ybljw02y] { padding: 0 1rem; }

    .we-hero[b-t6ybljw02y] {
        min-height: auto;
        padding: 1.5rem 0 3rem;
    }

    .we-hero-title[b-t6ybljw02y] { font-size: 2.6rem; }
    .we-hero-desc[b-t6ybljw02y] { font-size: 0.98rem; }
    .we-section-title[b-t6ybljw02y] { font-size: 1.9rem; }
    .we-section-header[b-t6ybljw02y] { margin-bottom: 2.5rem; }

    .we-hero-stats[b-t6ybljw02y] {
        gap: 1rem;
    }
    .we-stat-num[b-t6ybljw02y] { font-size: 1.35rem; }

    .we-journey[b-t6ybljw02y] { padding: 4rem 0; }
    .we-journey-grid[b-t6ybljw02y] { grid-template-columns: 1fr; gap: 1rem; }

    .we-workshops[b-t6ybljw02y] { padding: 4rem 0; }
    .we-workshops-grid[b-t6ybljw02y] { grid-template-columns: 1fr; }

    .we-includes[b-t6ybljw02y] { padding: 4rem 0; }
    .we-includes-grid[b-t6ybljw02y] { grid-template-columns: 1fr 1fr; gap: 1rem; }

    .we-features[b-t6ybljw02y] { padding: 4rem 0; }
    .we-features-grid[b-t6ybljw02y] { grid-template-columns: 1fr; }

    .we-feature-card[b-t6ybljw02y] { gap: 1rem; padding: 1.25rem; }

    .we-instagram[b-t6ybljw02y] { padding: 4rem 0; }
    .we-insta-grid[b-t6ybljw02y] {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(3, 160px) 100px;
    }

    .we-testimonials[b-t6ybljw02y] { padding: 4rem 0; }
    .we-testimonials-grid[b-t6ybljw02y] { grid-template-columns: 1fr; }

    .we-terms[b-t6ybljw02y] { padding: 4rem 0; }

    .we-final-cta[b-t6ybljw02y] { padding: 3rem 0; }
    .we-cta-card[b-t6ybljw02y] { padding: 2.5rem 1.5rem; }
    .we-cta-title[b-t6ybljw02y] { font-size: 1.9rem; }

    .we-footer-main[b-t6ybljw02y] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .we-footer-brand[b-t6ybljw02y] { grid-column: auto; }
}

/* ============================================================
   RESPONSIVE — SMALL MOBILE (≤ 480px)
   ============================================================ */
@media (max-width: 480px) {
    .we-hero-title[b-t6ybljw02y] { font-size: 2.1rem; }
    .we-section-title[b-t6ybljw02y] { font-size: 1.65rem; }

    .we-hero-stats[b-t6ybljw02y] {
        flex-wrap: wrap;
        gap: 0.75rem 1.5rem;
    }

    .we-stat-divider[b-t6ybljw02y] { display: none; }

    .we-hero-ctas[b-t6ybljw02y] { flex-direction: column; align-items: stretch; }
    .we-btn-insta[b-t6ybljw02y] { justify-content: center; }

    .we-includes-grid[b-t6ybljw02y] { grid-template-columns: 1fr; }

    .we-insta-grid[b-t6ybljw02y] {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(5, 160px) 100px;
    }

    .we-story-1[b-t6ybljw02y], .we-story-2[b-t6ybljw02y], .we-story-3[b-t6ybljw02y], .we-story-4[b-t6ybljw02y] { grid-column: 1; }
    .we-story-5[b-t6ybljw02y] { grid-column: 1; grid-row: 5; }
    .we-insta-follow-card[b-t6ybljw02y] { grid-column: 1; grid-row: 6; }

    .we-workshops-grid[b-t6ybljw02y] { grid-template-columns: 1fr; }
    .we-cta-actions[b-t6ybljw02y] { flex-direction: column; align-items: stretch; }
    .we-cta-insta-btn[b-t6ybljw02y] { justify-content: center; }
}
/* /Pages/WorkshopList.razor.rz.scp.css */
/* === WORKSHOP LIST PAGE - SCOPED STYLES === */

.workshop-list-page[b-3dqsb6aa43] {
    width: 100%;
    overflow-x: hidden;
}

/* === HERO === */
[b-3dqsb6aa43] .workshops-hero {
    background: linear-gradient(135deg, var(--bg-light) 0%, #F5F1ED 100%);
    padding: 2rem 0 3rem 0;
    border-bottom: 1px solid var(--border-light);
}

[b-3dqsb6aa43] .hero-nav {
    margin-bottom: 1.5rem;
}

[b-3dqsb6aa43] .back-btn {
    color: var(--text-secondary) !important;
    font-weight: 500 !important;
    padding: 0.5rem 1rem !important;
    border-radius: 8px !important;
    transition: var(--transition) !important;
}

[b-3dqsb6aa43] .back-btn:hover {
    background: var(--bg-white) !important;
    color: var(--primary-color) !important;
}

/* === CONTENT === */
[b-3dqsb6aa43] .workshops-content {
    padding: 3rem 0 5rem 0;
    background: var(--bg-white);
}

/* === GRID === */
[b-3dqsb6aa43] .workshops-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
}

/* === CARD === */
[b-3dqsb6aa43] .workshop-card {
    background: var(--bg-white);
    border-radius: var(--border-radius);
    padding: 2rem;
    box-shadow: var(--shadow-soft);
    border: 1px solid var(--border-light);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

[b-3dqsb6aa43] .workshop-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-medium);
}

[b-3dqsb6aa43] .popular-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: linear-gradient(135deg, #FF6B6B, #FF5252);
    color: white;
    padding: 0.4rem 0.8rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

[b-3dqsb6aa43] .workshop-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

[b-3dqsb6aa43] .workshop-name {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0;
    line-height: 1.3;
    flex: 1;
}

[b-3dqsb6aa43] .workshop-price {
    display: flex;
    align-items: baseline;
    gap: 0.2rem;
    color: var(--primary-color);
    font-weight: 700;
}

[b-3dqsb6aa43] .currency {
    font-size: 1rem;
}

[b-3dqsb6aa43] .amount {
    font-size: 1.75rem;
    font-family: 'Playfair Display', serif;
}

[b-3dqsb6aa43] .workshop-details {
    margin-bottom: 1.5rem;
}

[b-3dqsb6aa43] .detail-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
    color: var(--text-secondary);
    font-size: 0.95rem;
}

[b-3dqsb6aa43] .workshop-features {
    margin-bottom: 2rem;
    padding: 1rem;
    background: var(--bg-light);
    border-radius: 8px;
}

[b-3dqsb6aa43] .feature {
    color: var(--primary-color);
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0.4rem;
    line-height: 1.4;
}

[b-3dqsb6aa43] .feature:last-child {
    margin-bottom: 0;
}

[b-3dqsb6aa43] .workshop-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

[b-3dqsb6aa43] .workshop-book-btn {
    background: var(--primary-color) !important;
    color: white !important;
    font-weight: 600 !important;
    padding: 0.875rem 1.5rem !important;
    border-radius: var(--border-radius) !important;
    transition: var(--transition) !important;
}

[b-3dqsb6aa43] .workshop-book-btn:hover {
    background: var(--primary-dark) !important;
    transform: translateY(-1px) !important;
}

/* === LOADING / EMPTY === */
[b-3dqsb6aa43] .loading-state {
    text-align: center;
    padding: 4rem 0;
    color: var(--text-secondary);
}

[b-3dqsb6aa43] .loading-state p {
    margin-top: 1rem;
    font-size: 1.1rem;
}

[b-3dqsb6aa43] .empty-state {
    text-align: center;
    padding: 4rem 2rem;
    color: var(--text-secondary);
}

[b-3dqsb6aa43] .empty-state h3 {
    margin-top: 1rem;
    color: var(--text-primary);
    font-size: 1.5rem;
}

[b-3dqsb6aa43] .empty-state p {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}

/* ============================================
   RESPONSIVE: 1024px – Tablets / Small Desktops
   ============================================ */
@media (max-width: 1024px) {
    [b-3dqsb6aa43] .workshops-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 1.5rem;
    }
}

/* ============================================
   RESPONSIVE: 768px – Tablets Portrait
   ============================================ */
@media (max-width: 768px) {
    [b-3dqsb6aa43] .workshops-hero {
        padding: 1.5rem 0 2rem 0;
    }

    [b-3dqsb6aa43] .workshops-content {
        padding: 2rem 0 3rem 0;
    }

    [b-3dqsb6aa43] .workshops-grid {
        grid-template-columns: 1fr;
    }

    [b-3dqsb6aa43] .workshop-card {
        padding: 1.5rem;
    }

    [b-3dqsb6aa43] .workshop-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    [b-3dqsb6aa43] .section-title {
        font-size: 2rem;
    }

    [b-3dqsb6aa43] .section-subtitle {
        font-size: 1rem;
    }
}

/* ============================================
   RESPONSIVE: 480px – Mobile Phones
   ============================================ */
@media (max-width: 480px) {
    [b-3dqsb6aa43] .workshops-hero {
        padding: 1rem 0 1.5rem 0;
    }

    [b-3dqsb6aa43] .workshops-content {
        padding: 1.5rem 0 2rem 0;
    }

    [b-3dqsb6aa43] .workshops-grid {
        gap: 1rem;
    }

    [b-3dqsb6aa43] .workshop-card {
        padding: 1.25rem;
    }

    [b-3dqsb6aa43] .workshop-name {
        font-size: 1.2rem;
    }

    [b-3dqsb6aa43] .amount {
        font-size: 1.5rem;
    }

    [b-3dqsb6aa43] .section-title {
        font-size: 1.75rem;
    }

    [b-3dqsb6aa43] .workshop-book-btn {
        min-height: 48px !important;
    }
}

/* ============================================
   TOUCH DEVICES
   ============================================ */
@media (hover: none) and (pointer: coarse) {
    [b-3dqsb6aa43] .workshop-card:hover {
        transform: none;
    }

    [b-3dqsb6aa43] .workshop-book-btn {
        min-height: 48px !important;
        touch-action: manipulation;
    }
}

/* ============================================
   REDUCED MOTION
   ============================================ */
@media (prefers-reduced-motion: reduce) {
    [b-3dqsb6aa43] * {
        animation: none !important;
        transition: none !important;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-ro5zrh08vn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ro5zrh08vn] {
    flex: 1;
}

.sidebar[b-ro5zrh08vn] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ro5zrh08vn] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ro5zrh08vn]  a, .top-row[b-ro5zrh08vn]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ro5zrh08vn]  a:hover, .top-row[b-ro5zrh08vn]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ro5zrh08vn]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ro5zrh08vn] {
        display: none;
    }

    .top-row.auth[b-ro5zrh08vn] {
        justify-content: space-between;
    }

    .top-row[b-ro5zrh08vn]  a, .top-row[b-ro5zrh08vn]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ro5zrh08vn] {
        flex-direction: row;
    }

    .sidebar[b-ro5zrh08vn] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ro5zrh08vn] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ro5zrh08vn]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ro5zrh08vn], article[b-ro5zrh08vn] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
.slim-navbar[b-ro5zrh08vn] {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.navbar-nav .nav-link[b-ro5zrh08vn] {
    font-size: 0.875rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.navbar-brand img[b-ro5zrh08vn] {
    vertical-align: middle;
}

@media (max-width: 768px) {
    .navbar-brand img[b-ro5zrh08vn] {
        width: 40px;
        height: 40px;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-i9r9jzw8uk] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-i9r9jzw8uk] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-i9r9jzw8uk] {
    font-size: 1.1rem;
}

.oi[b-i9r9jzw8uk] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-i9r9jzw8uk] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-i9r9jzw8uk] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-i9r9jzw8uk] {
        padding-bottom: 1rem;
    }

    .nav-item[b-i9r9jzw8uk]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-i9r9jzw8uk]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-i9r9jzw8uk]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-i9r9jzw8uk] {
        display: none;
    }

    .collapse[b-i9r9jzw8uk] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-i9r9jzw8uk] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
