:root {
    --primary-red: #EA580C;
    --primary-blue: #4dd0e1;
    --dark-gray: #1a202c;
    --medium-gray: #718096;
    --light-gray: #f7fafc;
    --gradient-primary: linear-gradient(135deg, #ff6b6b, #e53e3e);
    --gradient-secondary: linear-gradient(135deg, #4dd0e1, #26c6da);
    --gradient-dark: linear-gradient(135deg, #1a202c, #2d3748);
    --shadow-soft: 0 4px 20px rgba(0, 0, 0, 0.1);
    --shadow-strong: 0 20px 60px rgba(0, 0, 0, 0.15);
    --shadow-subtle: 0 2px 8px rgba(0, 0, 0, 0.04);
    --shadow-card: 0 8px 24px rgba(0, 0, 0, 0.08);
    --shadow-button: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.menu-toggle, button, .ast-button, .ast-custom-button, .button, input#submit, input[type="button"], input[type="submit"], input[type="reset"], #comments .submit, .search .search-submit, form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button, body .wp-block-file .wp-block-file__button, .search .search-submit {
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    color: #ffffff;
    background: var(--gradient-primary);
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1em;
}
button, .ast-button, .button, input[type="button"], input[type="reset"], input[type="submit"], a:where(.wp-block-button__link) {
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.elementor-element-130b8d1 .elementor-icon{
    background: #ff6b6b;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
}
.sg-popup-content{
    border-radius: 20px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15) !important;
    max-width: 450px !important;
}
.sg-popup-content table.has-fixed-layout, .sg-popup-content table.has-fixed-layout tr th, .sg-popup-content table.has-fixed-layout tr td{
    border:0 !important;
}
.sg-popup-content .um-register{
    min-width: 300px;
}
.sg-popup-content .um-toggle-gdpr{
    display: none;
}
.sg-popup-content .um-form-field{
        width: 100%;
    padding: 12px 15px !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: 10px !important;
    font-size: 1rem !important;
    color: #1a202c !important;
    transition: border-color 0.3s ease;
}
.sg-popup-content .um-button{
    background: linear-gradient(135deg, #ff6b6b, #e53e3e) !important;
    color: white !important;
    padding: 16px 32px !important;
    border-radius: 12px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
    border: none !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
}
.dashboard-container {
    max-width: 1400px;
    margin: 2rem auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}
.welcome-section {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}
.usage-item {
    background: #f1f5f9;
    padding: 8px 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.usage-tracker {
    display: flex;
    gap: 20px;
    font-size: 1rem;
    font-weight: 600;
    color: #718096;
}
.usage-item span {
    color: #ff6b6b;
    font-weight: 800;
}
.process-document-section {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: var(--shadow-soft);
}
.process-document-section h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--dark-gray);
    margin-bottom: 1.5rem;
    text-align: center;
}
.upload-zone {
    border: 3px dashed #cbd5e0;
    border-radius: 15px;
    padding: 3rem;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.3s ease;
    margin-bottom: 2rem;
}
.upload-zone p {
    font-size: 1.1rem;
    color: var(--medium-gray);
    margin-bottom: 1rem;
}
.upload-zone p {
    font-size: 1.1rem;
    color: var(--medium-gray);
    margin-bottom: 1rem;
}
.upload-zone .btn-secondary {
    padding: 10px 20px;
    font-size: 1rem;
}
.model-selection {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 2rem;
}
.model-card {
    background: #f8fafc;
    border-radius: 12px;
    padding: 1rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    flex: 1 1 calc(33% - 1rem);
    max-width: 180px;
}
.model-card .icon {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: var(--primary-blue);
}
.model-card h4 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--dark-gray);
    margin-bottom: 0.25rem;
}
.model-card p {
    font-size: 0.85rem;
    color: var(--medium-gray);
}
.locked-features-section {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: var(--shadow-soft);
    text-align: center;
}
.locked-features-section h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--dark-gray);
    margin-bottom: 1rem;
}
.locked-features-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 2rem;
}
.upgrade-cta-banner {
    background: var(--gradient-primary);
    color: white;
    padding: 1.5rem;
    border-radius: 15px;
    text-align: center;
    margin-top: 2rem;
    box-shadow: var(--shadow-strong);
}
.locked-feature-item {
    background: #f8fafc;
    border-radius: 12px;
    padding: 1rem;
    flex: 1 1 calc(50% - 1rem);
    max-width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    opacity: 0.7;
}
.locked-feature-item .icon {
    font-size: 2rem;
    color: var(--primary-blue);
}
.locked-feature-item p {
    font-size: 0.95rem;
    color: var(--dark-gray);
    font-weight: 600;
}
.upgrade-cta-banner {
    background: var(--gradient-primary);
    color: white;
    padding: 1.5rem;
    border-radius: 15px;
    text-align: center;
    margin-top: 2rem;
    box-shadow: var(--shadow-strong);
}
.upgrade-cta-banner .btn-white {
    background: white;
    color: var(--primary-red);
    padding: 12px 25px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
}
.view-all-data-section {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: var(--shadow-soft);
    text-align: center;
}
.view-all-data-section h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--dark-gray);
    margin-bottom: 1rem;
}
.view-all-data-section p {
    font-size: 1.1rem;
    color: var(--medium-gray);
    margin-bottom: 1.5rem;
}
.view-all-data-section .btn-primary {
    padding: 12px 25px;
    font-size: 1rem;
}
.btn-primary {
    background: var(--gradient-primary);
    color: white;
    padding: 16px 32px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-soft);
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.processed-documents-section {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: var(--shadow-soft);
}
.processed-documents-section h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--dark-gray);
    margin-bottom: 1.5rem;
    text-align: center;
}
.document-list {
    display: grid
;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}
.empty-state {
    text-align: center;
    color: var(--medium-gray);
    font-style: italic;
    padding: 2rem 0;
}
.document-item {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1rem;
    display: flex
;
    flex-direction: column;
    gap: 0.5rem;
    transition: all 0.2s ease;
    cursor: pointer;
}
.document-item-header {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: var(--dark-gray);
}
.document-item-name {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.document-item-date {
    font-size: 0.85rem;
    color: var(--medium-gray);
}
.document-item-actions {
    display: flex;
    gap: 10px;
    margin-top: 1rem;
}
.document-item-actions button {
    background: #e2e8f0;
    border: none;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--dark-gray);
    cursor: pointer;
    transition: background 0.2s ease;
}
.document-item-actions button.locked {
    opacity: 0.5;
    cursor: not-allowed;
}
.document-item-header .doc-type-badge {
    background: var(--primary-blue);
    color: white;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 0.75rem;
}
.processing-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 70px);
    padding: 2rem;
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
}
.processing-card {
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: var(--shadow-strong);
    max-width: 500px;
    width: 100%;
}
.spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid var(--primary-red);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 1.5s linear infinite;
    margin: 0 auto 2rem;
}
@keyframes spin{
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.processing-card h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--dark-gray);
    margin-bottom: 1rem;
}
.processing-card p {
    font-size: 1.1rem;
    color: var(--medium-gray);
    margin-bottom: 0.5rem;
}
.processing-card .document-name {
    font-weight: 600;
    color: var(--dark-gray);
    font-size: 1rem;
}
.workspace-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    min-height: calc(100vh - 70px);
    gap: 1.5rem;
    padding: 1.5rem;
}
.workspace-top-bar {
    grid-column: 1 / -1;
    background: white;
    padding: 1rem 1.5rem;
    border-radius: 15px;
    box-shadow: var(--shadow-soft);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}
.left-panel {
    grid-row: 2 / 3;
}
.left-panel, .right-panel {
    background: white;
    border-radius: 15px;
    box-shadow: var(--shadow-soft);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.workspace-top-bar h1 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--dark-gray);
    margin: 0;
}
.workspace-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
        align-items: center;
}
.workspace-actions .btn.secondary {
    background: white;
    color: var(--medium-gray);
    border: 1px solid #e2e8f0;
}
.workspace-actions .btn {
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}
.workspace-actions .btn.locked {
    opacity: 0.6;
    cursor: not-allowed;
    background: #f1f5f9;
    color: #a0aec0;
    border: 1px solid #cbd5e0;
}
.original-document-viewer {
    flex-grow: 1;
    background: #f8fafc;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    position: relative;
    cursor: crosshair;
}
.extracted-data-section {
    background: #f8fafc;
    border-radius: 10px;
    padding: 1.5rem;
    overflow-y: auto;
    flex-grow: 1;
}
.custom-form-builder {
    display: none;
    background: #f8fafc;
    border-radius: 10px;
    padding: 1.5rem;
    overflow-y: auto;
    flex-grow: 1;
}
.chat-with-data-section {
    background: #f8fafc;
    border-radius: 10px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
}
.extracted-data-section h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--dark-gray);
    margin-bottom: 1rem;
}
.ai-suggestion {
    font-size: 0.9rem;
    color: var(--medium-gray);
    margin-bottom: 1rem;
    font-style: italic;
}
.data-field-group {
    margin-bottom: 1rem;
}
.data-field-group label {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--medium-gray);
    margin-bottom: 5px;
}
.data-field-group input[type="text"], .data-field-group input[type="number"], .data-field-group textarea {
    width: calc(100% - 20px);
    padding: 10px;
    border: 1px solid #cbd5e0;
    border-radius: 8px;
    font-size: 1rem;
    color: var(--dark-gray);
    background: white;
}
.validation-status.valid {
    color: #10b981;
}
.validation-status {
    font-size: 0.8rem;
    font-weight: 600;
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding-right:16px
}
.data-table-responsive {
    width: 100%;
    overflow-x: auto;
    margin-top: 1rem;
}
.data-table-responsive table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
    white-space: nowrap;
}
.data-table-responsive th {
    background-color: #e2e8f0;
    font-weight: 600;
    color: var(--dark-gray);
}
.data-table-responsive th, .data-table-responsive td {
    border: 1px solid #e2e8f0;
    padding: 8px 12px;
    text-align: left;
}
.add-field-button {
    background: var(--primary-blue);
    color: white;
    padding: 8px 15px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
    margin-top: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.data-table-responsive td input {
    width: 100%;
    border: none;
    padding: 0;
    background: transparent;
    font-size: 0.9rem;
    color: var(--dark-gray);
    border: 1px solid #eee;
    padding-left: 5px;
}
.chat-with-data-section h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--dark-gray);
    margin-bottom: 1rem;
}
.chat-messages {
    flex-grow: 1;
    background: white;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
    overflow-y: auto;
    min-height: 100px;
    max-height: 250px;
}
.chat-input-area {
    display: flex;
    gap: 10px;
}
.chat-input-area.locked input {
    background: #e2e8f0;
}
.chat-input-area input {
    flex-grow: 1;
    padding: 10px 15px;
    border: 1px solid #cbd5e0;
    border-radius: 8px;
    font-size: 1rem;
}
.chat-input-area.locked input, .chat-input-area.locked button {
    opacity: 0.6;
    cursor: not-allowed;
}
.chat-input-area button {
    background: var(--primary-blue);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px 15px;
    cursor: pointer;
}
.form-field-definition {
    display: flex;
    gap: 10px;
    margin-bottom: 1rem;
    align-items: center;
}
.form-field-definition {
    display: flex;
    gap: 10px;
    margin-bottom: 1rem;
    align-items: center;
}
.form-field-definition input {
    flex: 1;
    padding: 10px;
    border: 1px solid #cbd5e0;
    border-radius: 8px;
    font-size: 1rem;
}
.form-field-definition select {
    padding: 10px;
    border: 1px solid #cbd5e0;
    border-radius: 8px;
    font-size: 1rem;
    background-color: white;
    width: 20%;
}
.form-field-definition .remove-field-btn {
    background: #e53e3e;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 0.9rem;
    flex-shrink: 0;
}
.save-form-button {
    background: var(--gradient-primary);
    color: white;
    padding: 12px 20px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    margin-top: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.save-form-button.locked {
    opacity: 0.6;
    cursor: not-allowed;
    background: #a0aec0;
}
.data-overview-container {
    max-width: 1400px;
    margin: 2rem auto;
    padding: 0 2rem;
}
.page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
}
.page-header h1 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--dark-gray);
    margin: 0;
}
.page-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.page-actions .btn.locked {
    opacity: 0.6;
    cursor: not-allowed;
    background: #f1f5f9;
    color: #a0aec0;
    border: 1px solid #cbd5e0;
}
.page-actions .btn.secondary {
    background: white;
    color: var(--medium-gray);
    border: 1px solid #e2e8f0;
}
.doc-type-selector {
    background: white;
    padding: 1rem 1.5rem;
    border-radius: 15px;
    box-shadow: var(--shadow-soft);
    margin-bottom: 2rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}
.doc-type-selector button.active, .doc-type-selector button:hover {
    background: var(--primary-red);
    color: white;
    border-color: var(--primary-red);
}
.data-table-section {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: var(--shadow-soft);
}
.filter-search-bar {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}
.filter-search-bar input[type="text"], .filter-search-bar select {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font-size: 1rem;
    color: var(--dark-gray);
    min-width: 150px;
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 2rem;
}
.pagination button {
    background: white;
    border: 1px solid #e2e8f0;
    padding: 8px 15px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    color: var(--medium-gray);
}
.pagination button.active, .pagination button:hover:not(:disabled) {
    background: var(--primary-red);
    color: white;
    border-color: var(--primary-red);
}
.pagination button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.upgrade-cta-banner h3 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: white;
}
.modal-card {
    text-align: center;
    position: relative;
}
.modal-icon {
    font-size: 3rem;
    color: var(--primary-red);
    margin-bottom: 1.5rem;
}
.modal-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--dark-gray);
    margin-bottom: 1rem;
}
.modal-subtitle {
    font-size: 1.1rem;
    color: var(--medium-gray);
    margin-bottom: 2rem;
    line-height: 1.6;
}
.modal-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}
.benefit-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    color: var(--dark-gray);
    font-weight: 500;
    text-align: left;
}
.benefit-item .icon {
    color: #10b981;
    font-size: 1.2rem;
}
.modal-actions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.modal-card .btn-primary, .pricing-card .btn-primary{
    justify-content: center;
}
.btn-secondary {
    background: transparent;
    color: var(--medium-gray);
    padding: 16px 24px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.pricing-section {
    padding: 80px 0;
    text-align: center;
}
.pricing-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5rem;
}
.section-header {
    margin-bottom: 4rem;
}
.section-title {
    font-size: 3rem;
    font-weight: 800;
    color: var(--dark-gray);
    margin-bottom: 1rem;
    line-height: 1.2;
}
.section-subtitle {
    font-size: 1.2rem;
    color: var(--medium-gray);
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}
.pricing-toggle {
    display: inline-flex;
    background: white;
    border-radius: 50px;
    padding: 5px;
    margin-bottom: 3rem;
    box-shadow: var(--shadow-soft);
}
.pricing-toggle button.active {
    background: var(--gradient-primary);
    color: white;
    box-shadow: 0 4px 10px rgba(255, 107, 107, 0.3);
}
.pricing-toggle button {
    background: none;
    border: none;
    padding: 10px 25px;
    border-radius: 40px;
    font-size: 1rem;
    font-weight: 600;
    color: var(--medium-gray);
    cursor: pointer;
    transition: all 0.3s ease;
}
.pricing-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    align-items: stretch;
}
.pricing-card {
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: var(--shadow-soft);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}
.pricing-card.current-plan {
    border: 2px solid var(--primary-blue);
    box-shadow: 0 4px 20px rgba(77, 208, 225, 0.2);
}
.pricing-card.highlight {
    border-color: var(--primary-red);
    box-shadow: var(--shadow-strong);
    transform: translateY(-5px);
}
.plan-header {
    margin-bottom: 2rem;
}
.plan-name {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--dark-gray);
    margin-bottom: 0.5rem;
}
.plan-price {
    font-size: 3.5rem;
    font-weight: 900;
    color: var(--dark-gray);
    line-height: 1;
}
.plan-price .currency {
    font-size: 1.5rem;
    vertical-align: super;
}
.plan-description {
    font-size: 0.95rem;
    color: var(--medium-gray);
    margin-top: 1rem;
}
.plan-features {
    list-style: none;
    padding: 0;
    margin-bottom: 2.5rem;
    text-align: left;
    flex-grow: 1;
}
.plan-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 1rem;
    color: var(--dark-gray);
}
.plan-features li .icon {
    color: #10b981;
    font-size: 1.2rem;
    flex-shrink: 0;
}
.plan-features li.unavailable {
    color: var(--medium-gray);
    opacity: 0.7;
    text-decoration: line-through;
}
.btn-disabled {
    background: #e2e8e0;
    color: #a0aec0;
    padding: 16px 32px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    cursor: not-allowed;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.feature-comparison-table {
    background: white;
    border-radius: 20px;
    box-shadow: var(--shadow-soft);
    margin-top: 4rem;
    padding: 2rem;
    overflow-x: auto;
}
.feature-comparison-table table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
    text-align: left;
    white-space: nowrap;
}
.feature-comparison-table th, .feature-comparison-table td {
    padding: 15px 20px;
    border-bottom: 1px solid #e2e8f0;
}
.feature-comparison-table thead th {
    font-weight: 700;
    color: var(--dark-gray);
    background-color: #f8fafc;
    position: sticky;
    top: 0;
    z-index: 10;
}
.feature-comparison-table tbody td:first-child {
    font-weight: 600;
    color: var(--dark-gray);
}
.feature-comparison-table tbody td {
    color: var(--medium-gray);
}
.contact-logo {
    font-size: 2rem;
    font-weight: 800;
    color: var(--dark-gray);
    text-decoration: none;
    margin-bottom: 2rem;
    display: block;
}
.sg-popup-builder-content .wpcf7-form{
    text-align: center;
}
.sg-popup-builder-content .wpcf7-form .form-group{
    text-align: left;
}
.red{
    color: red;
}
.hero-upload {
    text-align: center;
    padding: 120px 0;
}
.hero-upload-title {
    font-size: 3.8rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    background: var(--gradient-dark);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.hero-upload-subtitle {
    font-size: 1.4rem;
    color: var(--medium-gray);
    margin-bottom: 3rem;
    line-height: 1.6;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.upload-card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 800px;
    margin: 0 auto;
}
.upload-card {
    background: white;
    border-radius: 15px;
    padding: 3rem;
    text-align: center;
    box-shadow: var(--shadow-card);
    border: 2px dashed #e2e8f0;
    transition: all 0.3s ease;
    position: relative;
}
.upload-icon {
    font-size: 3rem;
    color: var(--medium-gray);
    margin-bottom: 1.5rem;
}
.upload-card h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--dark-gray);
    margin-bottom: 1rem;
}
.linking-section {
    padding: 80px 0;
    background: white;
}
.linking-header {
    text-align: center;
    margin-bottom: 3rem;
}
.linking-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--dark-gray);
    margin-bottom: 1rem;
}
.linking-subtitle {
    font-size: 1.1rem;
    color: var(--medium-gray);
    max-width: 700px;
    margin: 0 auto;
}
.linking-form {
    max-width: 900px;
    margin: 0 auto;
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: var(--shadow-card);
}
.form-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
}
.dashboard-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}
.upload-metrics-section {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
    align-items: stretch;
}
.upload-card {
    background: white;
    border-radius: 15px;
    padding: 2.5rem;
    box-shadow: var(--shadow-card);
    border: 2px dashed #e2e8f0;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.metrics-card {
    background: white;
    border-radius: 15px;
    padding: 2.5rem;
    box-shadow: var(--shadow-card);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.upload-card h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--dark-gray);
    margin-bottom: 1.5rem;
}
.upload-card .visual-upload {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 1rem;
}
.upload-input {
    display: none;
}
.upload-card .visual-upload-item {
    text-align: center;
}
.upload-card .visual-upload-item .icon {
    font-size: 3rem;
    color: var(--medium-gray);
    margin-bottom: 0.5rem;
}
.upload-card .visual-upload-item p {
    font-size: 0.9rem;
    color: var(--medium-gray);
}
.metrics-card h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--dark-gray);
    margin-bottom: 1.5rem;
}
.metrics-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}
.metric-item {
    background: #f8fafc;
    border-radius: 10px;
    padding: 1.5rem;
    text-align: center;
}
.metric-item .number {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--dark-gray);
    margin-bottom: 0.5rem;
}   
.metric-item .label {
    font-size: 0.9rem;
    color: var(--medium-gray);
}
.mtr-insights-section {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
    align-items: stretch;
}
.recent-mtrs-card{
    background: white;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: var(--shadow-card);
    display: flex;
    flex-direction: column;
}
.ai-insights-card {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: var(--shadow-card);
}
.recent-mtrs-card h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--dark-gray);
    margin-bottom: 1.5rem;
}
.recent-mtrs-table-responsive {
    width: 100%;
    overflow-x: auto;
    flex-grow: 1;
}
.ai-insights-card {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: var(--shadow-card);
}
.ai-insights-card h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--dark-gray);
    margin-bottom: 1rem;
}
.ai-insights-card p {
    font-size: 1.1rem;
    color: var(--medium-gray);
}
.ai-insights-card ul {
    list-style: none;
    padding: 0;
    margin-top: 1.5rem;
    margin: 0;
}
.ai-insights-card li {
    font-size: 1rem;
    font-weight: 600;
    color: var(--dark-gray);
    margin-bottom: 10px;
    padding: 12px;
    background: #f8fafc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.recent-mtrs-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
    white-space: nowrap;
}
.recent-mtrs-table th {
    background-color: #f1f5f9;
    font-weight: 700;
    color: var(--dark-gray);
}
.recent-mtrs-table th, .recent-mtrs-table td {
    border-bottom: 1px solid #e2e8f0;
    padding: 12px 15px;
    text-align: left;
}
.recent-mtrs-table td .action-icons button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
    color: var(--medium-gray);
    padding: 10px;
    box-shadow: none;
}
.page-id-2 .ajax-upload-dragdrop{
    height: 50px;
    width: 100%;
    text-align: center;
}
.page-id-2 .upload-statusbar{
    width: 100%;
}
.page-id-2 .ajax-upload-dragdrop{
    border: none;
}
.page-id-2 .ajax-upload-dragdrop .upload{
    background: none;
    color: black;
    font-weight: normal;
    font-family: inherit;
    border: 0;
    box-shadow: none;
}
a#upload_continue {
    width: 200px;
    text-align: center;
    padding: 10px 20px;
    justify-content: center;
}
#tab-upload,#tab-manual{
    background: transparent;
    color: #EF4444;
}
#tab-upload.tab-active,#tab-manual.tab-active {
    border-color: #EF4444;
    color: #EF4444;
    background-color: #FEF2F2;
    background: #FEF2F2;
}
.browsecls{
    background: transparent;
    color: black;
    box-shadow: none;
}
.ajax-upload-dragdrop .upload{
    background: white;
}
.collapsible-content.collapsed {
    max-height: 0;
    opacity: 0;
}
.collapsible-section-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: #f1f5f9;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 1.5rem;
    font-weight: 600;
    border: 1px solid #ccc;
}
.collapsible-section-toggle .icon {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}
.collapsible-content.collapsed {
    max-height: 0;
    opacity: 0;
}
.collapsible-content {
    display: block;
    overflow: hidden;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
    max-height: inherit;
    opacity: 1;
}
.original-document-viewer.sticky {
position: fixed;
    top: 50px;
}
.step-active {
    border-color: #EF4444;
    color: #EF4444;
}
.template-card.selected {
    border-color: #EF4444;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.3);
}
.template-card {
    border: 2px solid #E5E7EB;
    transition: all 0.2s ease-in-out;
}
.site-content{
    background-color: transparent;
    background-image: linear-gradient(180deg, #F7FAFC 0%, #EDF2F7 100%);
}
.page .entry-header{
    display: none;
}
.mo_btn-google{
    margin: 0 auto !important;
}
#menu-item-3274{
    position: relative;
}
#menu-item-3274 a::before{
    position: absolute;
    content: " ";
    width: 24px;
    height: 24px;
    background: url(assets/img/star.png) center center no-repeat;
}