/* List Your Trip Page Styles - Large Readable Version */
.list-your-trip-page {
    background: #f5f7fa;
    min-height: 100vh;
}

.list-your-trip-page #main_wrapper {
    background: #f5f7fa;
}

/* Ensure icons are visible */
.lyt-container i.fa,
.lyt-container i.fas,
.lyt-container i.far,
.lyt-container i.fab {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

/* Fix for checkbox icon */
.lyt-checkbox-box i {
    display: none;
}

.lyt-checkbox input:checked + .lyt-checkbox-box i {
    display: block;
}

/* Header - Large & Readable */
.lyt-page-header {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 50px 0 40px;
    position: relative;
    overflow: hidden;
}

.lyt-page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="0.5"/></svg>');
    background-size: 60px 60px;
}

.lyt-header-content {
    text-align: center;
    position: relative;
    z-index: 1;
}

.lyt-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 50px;
    padding: 8px 20px;
    color: #fff;
    font-size: 1rem;
    margin-bottom: 18px;
}

.lyt-badge i {
    margin-right: 8px;
    font-size: 1rem;
}

.lyt-page-header h1 {
    color: #fff;
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 12px;
}

.lyt-page-header p {
    color: rgba(255,255,255,0.85);
    font-size: 1.25rem;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Step Progress */
.lyt-progress-section {
    background: #fff;
    border-bottom: 1px solid #e8ecf1;
    padding: 25px 0;
    position: sticky;
    top: 0;
    z-index: 99;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.lyt-step-progress {
    display: flex;
    justify-content: center;
    position: relative;
    max-width: 700px;
    margin: 0 auto;
}

.lyt-step-progress::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 80px;
    right: 80px;
    height: 3px;
    background: #e8ecf1;
    z-index: 0;
}

.lyt-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    flex: 1;
    max-width: 140px;
}

.lyt-step-number {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    color: #94a3b8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    border: 3px solid #e8ecf1;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

.lyt-step .lyt-step-number i.fa-check {
    font-size: 1.2rem;
}

.lyt-step.active .lyt-step-number {
    background: #0f3460;
    color: #fff;
    border-color: #0f3460;
    box-shadow: 0 4px 15px rgba(15, 52, 96, 0.3);
}

.lyt-step.completed .lyt-step-number {
    background: #10b981;
    color: #fff;
    border-color: #10b981;
}

.lyt-step-label {
    color: #64748b;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
}

.lyt-step.active .lyt-step-label {
    color: #0f3460;
}

.lyt-step.completed .lyt-step-label {
    color: #10b981;
}

/* Form Container */
.lyt-wrapper {
    padding: 40px 0 60px;
}

.lyt-form-wrapper {
    max-width: 850px;
    margin: 0 auto;
}

.lyt-form-container {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 25px rgba(0,0,0,0.08);
    overflow: hidden;
    border: 1px solid #e8ecf1;
}

.lyt-form-header {
    background: #f8fafc;
    border-bottom: 1px solid #e8ecf1;
    padding: 25px 35px;
}

.lyt-form-header h2 {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 800;
    color: #1e293b;
    display: flex;
    align-items: center;
}

.lyt-form-header h2 i {
    width: 44px;
    height: 44px;
    background: #0f3460;
    color: #fff;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    font-size: 1.2rem;
}

.lyt-form-header h2 i.fa,
.lyt-form-header h2 i.fas {
    color: #fff;
}

.lyt-form-header p {
    margin: 8px 0 0 58px;
    color: #64748b;
    font-size: 1.05rem;
}

.lyt-form-body {
    padding: 35px;
}

/* Section - Large */
.lyt-section {
    margin-bottom: 35px;
}

.lyt-section:last-child {
    margin-bottom: 0;
}

.lyt-section-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 2px solid #f1f5f9;
}

.lyt-section-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #0f3460 0%, #1a4a7a 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
    margin-right: 14px;
    flex-shrink: 0;
}

.lyt-section-icon i {
    color: #fff;
    font-size: 1.2rem;
}

.lyt-section-title h3 {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 800;
    color: #1e293b;
}

.lyt-section-title span {
    color: #64748b;
    font-size: 1rem;
    display: block;
    margin-top: 4px;
}

/* Form Controls - LARGE & READABLE */
.lyt-form-group {
    margin-bottom: 22px;
}

.lyt-form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    color: #1e293b;
    font-size: 1.05rem;
}

.lyt-form-group label .required {
    color: #ef4444;
    font-size: 1.1rem;
}

.lyt-form-control {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #d1d5db;
    border-radius: 10px;
    font-size: 1.1rem;
    transition: all 0.2s ease;
    background: #fff;
    color: #1e293b;
    height: auto;
    line-height: 1.5;
}

.lyt-form-control:focus {
    border-color: #0f3460;
    background: #fff;
    outline: none;
    box-shadow: 0 0 0 4px rgba(15, 52, 96, 0.1);
}

.lyt-form-control::placeholder {
    color: #9ca3af;
    font-size: 1rem;
}

textarea.lyt-form-control {
    min-height: 100px;
    resize: vertical;
}

select.lyt-form-control {
    padding-right: 40px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 20px;
    -webkit-appearance: none;
    appearance: none;
}

/* File Upload */
.lyt-file-upload {
    position: relative;
    border: 2px dashed #cbd5e1;
    border-radius: 12px;
    padding: 28px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #f8fafc;
}

.lyt-file-upload:hover {
    border-color: #0f3460;
    background: #f0f7ff;
}

.lyt-file-upload input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.lyt-file-upload i {
    font-size: 2.5rem;
    color: #0f3460;
    margin-bottom: 10px;
    display: block;
}

.lyt-file-upload p {
    margin: 0;
    color: #374151;
    font-weight: 700;
    font-size: 1.1rem;
}

.lyt-file-upload small {
    color: #6b7280;
    display: block;
    margin-top: 6px;
    font-size: 0.95rem;
}

/* Document Upload Styling */
.lyt-doc-upload {
    padding: 20px;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lyt-doc-upload i {
    font-size: 2.2rem;
    color: #dc2626;
}

/* Form Row Layouts */
.lyt-form-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.lyt-form-row-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

@media (max-width: 768px) {
    .lyt-form-row,
    .lyt-form-row-2 {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

/* Buttons - Large */
.lyt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    border-radius: 10px;
    font-size: 1.15rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    text-decoration: none;
    line-height: 1.4;
}

.lyt-btn i {
    margin-left: 10px;
    font-size: 1.1rem;
}

.lyt-btn-primary {
    background: linear-gradient(135deg, #0f3460 0%, #1a4a7a 100%);
    color: #fff;
}

.lyt-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(15, 52, 96, 0.35);
    color: #fff;
}

.lyt-btn-outline {
    background: #fff;
    color: #374151;
    border: 2px solid #d1d5db;
}

.lyt-btn-outline:hover {
    background: #f8fafc;
    border-color: #0f3460;
    color: #0f3460;
}

.lyt-form-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 25px;
    border-top: 2px solid #f1f5f9;
}

/* Subscription Plans */
.lyt-plans-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

@media (min-width: 992px) {
    .lyt-plans-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .lyt-plans-grid {
        grid-template-columns: 1fr;
    }
}

.lyt-plan-card {
    border: 2px solid #e5e7eb;
    border-radius: 14px;
    padding: 0;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
    background: #fff;
    overflow: hidden;
}

.lyt-plan-card:hover {
    border-color: #0f3460;
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

.lyt-plan-card.selected {
    border-color: #0f3460;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 52, 96, 0.15);
}

.lyt-plan-card.recommended {
    border-color: #f59e0b;
}

.lyt-recommended-badge {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #fff;
    padding: 6px 0;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.lyt-plan-content {
    padding: 20px;
}

.lyt-plan-header {
    text-align: center;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px dashed #e5e7eb;
}

.lyt-plan-header h4 {
    margin: 0 0 10px;
    font-size: 1.2rem;
    color: #1e293b;
    font-weight: 800;
}

.lyt-plan-price {
    font-size: 2.2rem;
    font-weight: 900;
    color: #0f3460;
    margin: 0;
}

.lyt-plan-listings {
    display: inline-flex;
    align-items: center;
    background: #f0f7ff;
    color: #0f3460;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 800;
    margin-top: 10px;
}

.lyt-plan-listings i {
    margin-right: 6px;
    font-size: 0.9rem;
}

.lyt-plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
}

.lyt-plan-features li {
    padding: 6px 0;
    color: #374151;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    line-height: 1.4;
}

.lyt-plan-features li i {
    color: #10b981;
    margin-right: 10px;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.lyt-plan-select {
    width: 100%;
    padding: 10px;
    border: 2px solid #e5e7eb;
    background: #fff;
    color: #374151;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.lyt-plan-card.selected .lyt-plan-select {
    background: #0f3460;
    border-color: #0f3460;
    color: #fff;
}

.lyt-plan-card.recommended.selected .lyt-plan-select {
    background: #f59e0b;
    border-color: #f59e0b;
}

/* Payment Section - Mock Gateway */
.lyt-payment-options {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.lyt-payment-method {
    border: 2px solid #e5e7eb;
    border-radius: 14px;
    padding: 25px;
    background: #fff;
}

.lyt-payment-method.active {
    border-color: #0f3460;
    background: #f8fafc;
}

.lyt-payment-method-header {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    cursor: pointer;
}

.lyt-payment-radio {
    width: 24px;
    height: 24px;
    border: 2px solid #cbd5e1;
    border-radius: 50%;
    margin-right: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    flex-shrink: 0;
}

.lyt-payment-radio i {
    color: #fff;
    font-size: 0.8rem;
    opacity: 0;
    display: block;
}

.lyt-payment-method.active .lyt-payment-radio {
    background: #0f3460;
    border-color: #0f3460;
}

.lyt-payment-method.active .lyt-payment-radio i {
    opacity: 1;
    display: block;
}

.lyt-payment-method h4 {
    margin: 0;
    display: flex;
    align-items: center;
    color: #1e293b;
    font-size: 1.2rem;
    font-weight: 700;
}

.lyt-payment-method h4 i {
    margin-right: 10px;
    color: #0f3460;
    font-size: 1.3rem;
}

/* Mock Card Form */
.mock-card-form {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 12px;
    padding: 25px;
    border: 1px solid #e2e8f0;
}

.mock-card-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 18px;
}

@media (max-width: 768px) {
    .mock-card-row {
        grid-template-columns: 1fr;
    }
}

.mock-card-icons {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    align-items: center;
}

.mock-card-icons i {
    font-size: 2.2rem;
}

.mock-card-icons img {
    height: 32px;
    opacity: 0.7;
}

/* Summary Card */
.lyt-summary-card {
    background: linear-gradient(135deg, #0f3460 0%, #1a4a7a 100%);
    border-radius: 14px;
    padding: 25px;
    color: #fff;
    margin-bottom: 25px;
}

.lyt-summary-card h4 {
    margin: 0 0 18px;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    font-weight: 700;
}

.lyt-summary-card h4 i {
    margin-right: 10px;
    font-size: 1.2rem;
}

.lyt-summary-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    font-size: 1.05rem;
}

.lyt-summary-row.total {
    border-bottom: none;
    border-top: 2px solid rgba(255,255,255,0.3);
    margin-top: 10px;
    padding-top: 14px;
    font-size: 1.3rem;
    font-weight: 800;
}

/* Success Page */
.lyt-success {
    text-align: center;
    padding: 50px 35px;
}

.lyt-success-icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    animation: scaleIn 0.5s ease;
}

@keyframes scaleIn {
    0% { transform: scale(0); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

.lyt-success-icon i {
    font-size: 2.5rem;
    color: #fff;
    display: block;
}

.lyt-success h2 {
    color: #1e293b;
    margin-bottom: 12px;
    font-size: 1.9rem;
    font-weight: 800;
}

.lyt-success p {
    color: #4b5563;
    font-size: 1.15rem;
    max-width: 500px;
    margin: 0 auto 30px;
    line-height: 1.6;
}

.lyt-success-details {
    background: #f8fafc;
    border-radius: 14px;
    padding: 25px;
    max-width: 480px;
    margin: 0 auto 30px;
    text-align: left;
    border: 1px solid #e5e7eb;
}

.lyt-success-details h4 {
    margin: 0 0 18px;
    color: #1e293b;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 800;
}

.lyt-success-details p {
    margin: 12px 0;
    font-size: 1.05rem;
    display: flex;
    align-items: flex-start;
    color: #374151;
    line-height: 1.5;
}

.lyt-success-details p i {
    margin-right: 12px;
    margin-top: 3px;
    width: 22px;
    font-size: 1.1rem;
}

/* Checkbox styling - Large */
.lyt-checkbox {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}

.lyt-checkbox input {
    display: none;
}

.lyt-checkbox-box {
    width: 24px;
    height: 24px;
    border: 2px solid #cbd5e1;
    border-radius: 5px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    flex-shrink: 0;
    margin-top: 2px;
}

.lyt-checkbox input:checked + .lyt-checkbox-box {
    background: #0f3460;
    border-color: #0f3460;
}

.lyt-checkbox input:checked + .lyt-checkbox-box i {
    color: #fff;
    font-size: 0.85rem;
}

.lyt-checkbox-text {
    color: #374151;
    font-size: 1rem;
    line-height: 1.6;
}

.lyt-checkbox-text strong {
    color: #1e293b;
    font-weight: 700;
}

.lyt-checkbox-text a {
    color: #0f3460;
    text-decoration: none;
    font-weight: 700;
}

.lyt-checkbox-text a:hover {
    text-decoration: underline;
}

/* Info Note - Large */
.lyt-info-note {
    background: #f0f7ff;
    border-left: 4px solid #0f3460;
    padding: 16px 18px;
    border-radius: 0 10px 10px 0;
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}

.lyt-info-note i {
    color: #0f3460;
    font-size: 1.4rem;
    margin-right: 14px;
    margin-top: 3px;
    flex-shrink: 0;
}

.lyt-info-note p {
    margin: 0;
    color: #374151;
    font-size: 1rem;
    line-height: 1.6;
}

.lyt-info-note strong {
    color: #0f3460;
    font-weight: 700;
}

/* Alert */
.alert {
    padding: 16px 18px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 1rem;
    line-height: 1.5;
}

.alert i {
    margin-right: 8px;
}

/* Upload file name display */
.upload-file-name {
    color: #10b981;
    font-weight: 700;
    margin-top: 10px;
    font-size: 0.95rem;
    word-break: break-all;
}

/* Small helper text */
.lyt-form-group small {
    color: #6b7280;
    font-size: 0.95rem;
    margin-top: 6px;
    display: block;
    line-height: 1.4;
}

/* Responsive - Enhanced Mobile */
@media (max-width: 768px) {
    .lyt-page-header {
        padding: 30px 15px;
    }
    
    .lyt-page-header h1 {
        font-size: 1.8rem;
    }
    
    .lyt-page-header p {
        font-size: 1rem;
        padding: 0 10px;
    }
    
    .lyt-form-body {
        padding: 20px 15px;
    }
    
    .lyt-form-header {
        padding: 18px 15px;
    }
    
    .lyt-form-header h2 {
        font-size: 1.25rem;
    }
    
    .lyt-step-progress::before {
        left: 35px;
        right: 35px;
        top: 18px;
    }
    
    .lyt-step {
        padding: 0 4px;
        max-width: 90px;
    }
    
    .lyt-step-number {
        width: 36px;
        height: 36px;
        font-size: 0.9rem;
    }
    
    .lyt-step-label {
        font-size: 0.75rem;
    }
    
    .lyt-form-row,
    .lyt-form-row-2 {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .lyt-form-actions {
        flex-direction: column-reverse;
        gap: 12px;
    }
    
    .lyt-btn {
        width: 100%;
        padding: 16px 24px;
        font-size: 1.15rem;
    }
    
    .lyt-payment-options {
        grid-template-columns: 1fr;
    }
    
    .lyt-success {
        padding: 30px 15px;
    }
    
    .lyt-success h2 {
        font-size: 1.5rem;
    }
    
    .lyt-success p {
        font-size: 1rem;
    }
    
    .lyt-form-control {
        font-size: 16px;
        padding: 14px 14px;
    }
    
    .lyt-file-upload {
        padding: 20px;
    }
    
    .lyt-file-upload i {
        font-size: 2rem;
    }
    
    .lyt-section {
        margin-bottom: 25px;
    }
    
    .lyt-section-title h3 {
        font-size: 1.15rem;
    }
    
    .lyt-checkbox-text {
        font-size: 0.95rem;
    }
    
    .lyt-doc-upload {
        min-height: 120px;
    }
    
    .lyt-plan-card {
        margin-bottom: 12px;
    }
    
    .lyt-plan-select {
        padding: 12px;
        font-size: 1.05rem;
    }
    
    .lyt-progress-section {
        padding: 15px 0;
    }
    
    .mock-card-row {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 360px) {
    .lyt-page-header h1 {
        font-size: 1.5rem;
    }
    
    .lyt-step-label {
        font-size: 0.7rem;
    }
    
    .lyt-form-header h2 {
        font-size: 1.1rem;
    }
    
    .lyt-form-header h2 i {
        width: 36px;
        height: 36px;
        font-size: 1rem;
    }
}


/* ============================================
   TERMS & PRIVACY MODAL
   ============================================ */

.lyt-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(4px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    animation: modalFadeIn 0.25s ease;
}

@keyframes modalFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.lyt-modal {
    background: #fff;
    border-radius: 16px;
    width: 100%;
    max-width: 750px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 25px 60px rgba(0,0,0,0.3);
    animation: modalSlideUp 0.3s ease;
    overflow: hidden;
}

@keyframes modalSlideUp {
    from { transform: translateY(30px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.lyt-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 28px;
    border-bottom: 1px solid #e8ecf1;
    background: #f8fafc;
    flex-shrink: 0;
}

.lyt-modal-header h3 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 800;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 10px;
}

.lyt-modal-header h3 i {
    color: #0f3460;
    font-size: 1.3rem;
}

.lyt-modal-close {
    background: none;
    border: none;
    font-size: 1.8rem;
    color: #64748b;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: all 0.2s;
    line-height: 1;
    padding: 0;
}

.lyt-modal-close:hover {
    background: #e2e8f0;
    color: #1e293b;
}

.lyt-modal-body {
    flex: 1;
    overflow-y: auto;
    padding: 0;
    scroll-behavior: smooth;
}

.lyt-modal-content-text {
    padding: 28px;
    font-size: 1rem;
    line-height: 1.75;
    color: #374151;
}

.lyt-modal-content-text h4 {
    font-size: 1.2rem;
    font-weight: 800;
    color: #0f3460;
    margin: 0 0 16px;
}

.lyt-modal-content-text h5 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1e293b;
    margin: 20px 0 8px;
}

.lyt-modal-content-text p {
    margin: 0 0 12px;
}

.lyt-modal-content-text hr {
    margin: 24px 0;
    border: none;
    border-top: 1px solid #e2e8f0;
}

.lyt-modal-footer {
    padding: 16px 28px;
    border-top: 1px solid #e8ecf1;
    background: #f8fafc;
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex-shrink: 0;
}

.lyt-scroll-progress {
    display: flex;
    align-items: center;
    gap: 12px;
}

.lyt-scroll-bar {
    flex: 1;
    height: 6px;
    background: #e2e8f0;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.lyt-scroll-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: var(--progress, 0%);
    background: linear-gradient(90deg, #0f3460, #10b981);
    border-radius: 3px;
    transition: width 0.2s;
}

.lyt-scroll-progress span {
    font-size: 0.85rem;
    color: #64748b;
    font-weight: 600;
    white-space: nowrap;
    min-width: 180px;
    text-align: right;
}

.lyt-modal-footer .lyt-btn {
    padding: 14px 28px;
    font-size: 1.1rem;
    width: 100%;
}

.lyt-modal-footer .lyt-btn:disabled {
    background: #cbd5e1;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Modal scrollbar styling */
.lyt-modal-body::-webkit-scrollbar {
    width: 8px;
}

.lyt-modal-body::-webkit-scrollbar-track {
    background: #f1f5f9;
}

.lyt-modal-body::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

.lyt-modal-body::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* Modal responsive */
@media (max-width: 768px) {
    .lyt-modal-overlay {
        padding: 0;
        align-items: flex-end;
    }
    
    .lyt-modal {
        max-height: 95vh;
        border-radius: 16px 16px 0 0;
    }
    
    .lyt-modal-header {
        padding: 16px 20px;
    }
    
    .lyt-modal-header h3 {
        font-size: 1.1rem;
    }
    
    .lyt-modal-content-text {
        padding: 20px;
        font-size: 0.95rem;
    }
    
    .lyt-modal-footer {
        padding: 14px 20px;
    }
    
    .lyt-scroll-progress span {
        font-size: 0.75rem;
        min-width: 140px;
    }
}
