/* ==========================================================================
   MODULE: 01-variables-base.css
   DESCRIPTION: CSS Variables, Fonts, Reset & Base Utilities
   ========================================================================== */

html { background-color: #f8f9fa !important; -webkit-tap-highlight-color: transparent; }
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Poppins:wght@400;500;600;700;800&family=Outfit:wght@500;600;700;800&family=Monoton&display=swap');

body.tool-word-to-pdf .btn-zoom,body.tool-excel-to-pdf .btn-zoom,body.tool-ppt-to-pdf .btn-zoom,body.tool-powerpoint-to-pdf .btn-zoom,body.tool-html-to-pdf .btn-zoom{display:none!important}
:root {
    --primary-gradient: linear-gradient(135deg, #70c631 0%, #82d446 100%);
    --bg-gradient: #f8f9fa;
    --accent-blue: #70c631;
    --accent-purple: #82d446;
    --text-main: #0f172a;
    --text-muted: #64748b;
    --glass-bg: rgba(255, 255, 255, 0.75);
    --glass-border: rgba(255, 255, 255, 0.5);
    --card-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
    --radius-xl: 32px;
    --radius-lg: 20px;
    --radius-md: 12px;
    --font-heading: 'Poppins', sans-serif;
    --font-body: 'Inter', sans-serif;
}
body {
    font-family: var(--font-body);
    background: var(--bg-gradient);
    color: var(--text-main);
    line-height: 1.4;
    width: 100%;
}
.glass-panel {
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-xl);
    box-shadow: var(--card-shadow);
}
.tool-card .preview-info p {
    font-size: 13px;
    line-height: 1.5;
    color: #474747;
    font-family: 'Arial', 'Helvetica', sans-serif;
    opacity: 1;
    transform: none;
    padding-left: 0;
    margin-left: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.tool-card .card-start-now {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Arial', 'Helvetica', sans-serif;
    color: #70c631;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.3s ease 0.05s, transform 0.3s ease 0.05s;
    position: absolute;
    bottom: 28px;
    left: 24px;
}
.tool-card .preview-info h3 {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 6px !important;
    font-family: 'Open Sans', 'Inter', sans-serif !important;
    color: #1f1f1f !important;
    letter-spacing: -0.2px !important;
}
.logo {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 24px;
    color: var(--text-main);
    text-decoration: none;
    letter-spacing: -1px;
    transition: all 0.3s ease;
}
html,
body {
    min-height: 100vh;
    margin: 0;
    /* Removed overflow: auto and height: 100% to fix mobile scroll */
    display: block !important;
    /* Default block layout */
}
body.tool-page {
    height: 100vh;
    margin: 0;
    overflow: hidden;
    /* Lock scroll here */
    display: flex;
    flex-direction: column;
}
body.tool-page-body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    background: #f6f6f6 !important;
}
.tool-page-body .tool-interface-container {
    max-width: 100% !important;
}
.tool-hero-saas h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1.2;
    margin-bottom: 12px;
    color: #0f172a;
}
.tool-hero-saas p {
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-size: 20px;
    color: #555555;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.4;
}
.panel-header h2 {
    font-family: var(--font-heading);
    font-size: 28px;
    font-weight: 600;
    color: #2d3139;
    margin: 0;
    text-align: center;
}
.btn-saas-action {
    width: 100% !important;
    height: 80px !important;
    background: #70c631 !important;
    border-radius: 10px !important;
    color: white !important;
    font-size: 23px !important;
    font-weight: 600 !important;
    border: none !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 15px !important;
    box-shadow: none !important;
    transition: background 0.2s, box-shadow 0.2s, transform 0.2s !important;
    text-decoration: none !important;
    font-family: var(--font-heading) !important;
    margin-top: 20px;
}
.fc-title {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 16px;
    line-height: 1.25;
    letter-spacing: -0.02em;
}
.fc-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    color: #1e293b;
    margin-bottom: 24px;
    line-height: 1.6;
    font-weight: 500;
}
.fc-text {
    font-size: 15px;
    color: #374151;
    line-height: 1.4;
    padding: 0 6px;
    font-family: 'Arial', 'Helvetica', sans-serif;
    text-align: center !important;
}
.fc-edit-text {
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-size: 28px;
    font-weight: 900;
    color: #1e1b4b;
    letter-spacing: -1px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 6;
}
body.focus-active .site-footer,
body.focus-active .tool-page-main,
body.focus-active section[style*='padding: 100px 60px'] {
    display: none !important;
}
body.focus-active .tool-page-container {
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.trust-title {
    font-size: 32px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 50px;
    font-family: var(--font-heading);
    letter-spacing: -0.5px;
}
.stat-num {
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 12px;
    font-family: var(--font-heading);
    letter-spacing: -2px;
}
.btn-saas-action[data-disabled-tooltip]:hover::before {
    content: attr(data-disabled-tooltip);
    position: absolute;
    bottom: calc(100% + 15px);
    left: 50%;
    transform: translateX(-50%);
    background: #334155;
    color: white;
    padding: 7px 12px;
    border-radius: 4px;
    font-size: 13px;
    font-family: inherit;
    font-weight: 700;
    white-space: nowrap;
    z-index: 10000;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2);
    pointer-events: none;
    opacity: 1 !important;
}
.success-title {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}
html,
body {
    overflow-x: clip;
    width: 100%;
    margin: 0;
    padding: 0;
}
.share-text h3 {
    font-size: 17px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 2px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}
.share-text h3 {
    font-size: 17px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 2px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}
.lc-title {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
    padding: 0 20px;
    line-height: 1.25;
}
.lc-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    color: #1e293b;
    max-width: 600px;
    margin: 0 auto 22px;
    line-height: 1.6;
    font-weight: 500;
}
.promo-content h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    /* Slightly smaller */
    font-weight: 700;
    line-height: 1.1;
    color: #0f172a;
    margin-bottom: 16px;
    letter-spacing: -1.2px;
    white-space: nowrap;
    /* Force one row if possible */
}
.proof-container h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 16px;
    font-family: var(--font-heading);
}
.premium-test-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
    font-family: var(--font-heading);
}
.how-it-works-section h2 {
    font-size: 42px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
    font-family: var(--font-heading);
}
.tool-hero-saas h1 {
    font-family: 'Inter', sans-serif;
    letter-spacing: -0.02em;
}
.workflow-header h2 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 16px;
    background: linear-gradient(135deg, #fff, #94a3b8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-heading);
}
.code-snippet-preview {
    background: #0f172a;
    border-radius: 8px;
    padding: 18px;
    color: #94a3b8;
    font-family: 'Menlo', 'Monaco', 'Courier New', monospace;
    font-size: 11px;
    line-height: 1.4;
}
.sales-modal-container h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 1.1;
    color: #0f172a;
    margin-bottom: 16px;
    letter-spacing: -1px;
}
.floating-badge[data-tooltip]::before {
    content: attr(data-tooltip) !important;
    bottom: calc(100% + 12px) !important;
    background: #334155 !important;
    color: white !important;
    padding: 7px 12px !important;
    border-radius: 4px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    font-family: 'Inter', sans-serif !important;
    white-space: nowrap !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2) !important;
}
.preview-glass-card,
.preview-glass-card.glass-panel,
.dashed-preview-frame,
.dashed-preview-frame .preview-glass-card,
.crop-page-wrapper {
    background: #ffffff !important;
}
#previewPanel,
#selectedFilesArea,
.saas-dashboard,
.preview-panel,
.tool-page-body .tool-interface-container,
.crop-pages-container,
.dashed-preview-frame {
    background: #ffffff !important;
    background-color: #ffffff !important;
}
/* ==========================================================================
   MODULE: 02-layout-header-footer.css
   DESCRIPTION: Header, Navigation, Mobile Menu & Footer Styles
   ========================================================================== */

/* Header */
.header {
    background: #ffffff !important;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    border-bottom: 1px solid #cbd5e1;
    /* Refined subtle grey border */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
}
.logo .heart {
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.nav-links {
    display: flex;
    gap: 32px;
    align-items: center;
    margin-right: auto;
    /* Push buttons to the right */
    margin-left: 60px;
    /* Move menu away from logo but stay on the left */
}
.nav-item {
    text-decoration: none;
    color: #1e293b;
    /* Darker color for better visibility */
    font-weight: 600;
    font-size: 16px;
    /* Slightly larger text */
    transition: all 0.3s ease;
}
.nav-item:hover,
.nav-item.active {
    color: #70c631;
    /* Active/Hover color matching brand */
}
.nav-item.active {
    position: relative;
}
.nav-item.active::after {
    content: '';
    position: absolute;
    bottom: -22px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #70c631;
    border-radius: 3px 3px 0 0;
}
/* Responsive Header Adjustments */
.tool-page-main {
    padding-top: 64px;
    /* Global Header height buffer */
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Center horizontally by default */
    justify-content: flex-start;

    /* Allow scrolling content */
    position: relative;
    width: 100%;
}
/* Prevent Header/Footer compression */
.header {
    flex-shrink: 0;
    width: 100%;
}
.tool-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    flex-shrink: 0;
}
.panel-header {
    padding: 15px 40px;
    border-bottom: 1px solid #94a3b8;
    flex-shrink: 0;
}
.saas-footer {
    padding: 15px 40px;
    border-top: 1px solid #f1f5f9;
    background: #ffffff;
    flex-shrink: 0;
}
.saas-footer-fixed {
    padding: 15px 25px 25px 25px;
    border-top: none;
    background: #ffffff;
    margin-top: auto;
    flex-shrink: 0;
}
.fc-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 32px;
}
/* Navigation */
.fc-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
    padding: 0 4px;
}
.simple-footer {
    padding: 25px 40px;
    text-align: center;
    font-size: 13px;
    color: var(--text-muted);
    border-top: 1px solid rgba(226, 232, 240, 0.5);
}
.auth-card .logo {
    justify-content: center;
    margin-bottom: 40px;
}
.auth-footer-text {
    text-align: center;
    margin-top: 32px;
    font-size: 13px;
    color: var(--text-muted);
}
.auth-footer-text a {
    color: var(--accent-purple);
    font-weight: 700;
    text-decoration: none;
}
/* Premium Mega Dropdown Navigation */
.nav-dropdown {
    position: relative;
}
.nav-dropdown:hover .dropdown-trigger svg {
    transform: rotate(180deg);
}
.nav-dropdown:hover .mega-dropdown {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 15px);
}
/* Navbar Backdrop Removed for ILovePDF style */
.header:has(.nav-dropdown:hover)::after {
    opacity: 1;
    visibility: visible;
}
.dropdown-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 15px !important;
    padding: 12px 8px;
}
.header-avatar img {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: #f1f5f9;
}
.header-info {
    display: flex;
    flex-direction: column;
}
/* Mobile Menu Toggle button (SVG Based) - Premium SaaS Look */
.mobile-menu-toggle {
    display: none;
    background: transparent;
    border: none;
    color: #0f172a;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1001;
    margin-left: 10px;
}
.footer-bottom {
    flex-direction: column;
    gap: 18px;
    margin-top: 15px !important;
    text-align: center;
}
.site-footer,
.tool-page-main,
section[style*='padding: 100px 60px'] {
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
/* Tool Footer (Professional Minimalist - iLovePDF Style) */
.tool-footer {
    display: none !important;
    padding: 15px 0;
    margin-top: auto;
    border-top: none;
    background: #ffffff;
}
.tool-footer-container {
    max-width: 100%;
    /* Full width for left alignment */
    margin: 0;
    /* Align to left edge */
    padding: 0 40px;
    /* Keep padding consistent with header */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #475569;
    font-size: 11px;
    font-weight: 500;
}
.profile-menu {
    list-style: none;
    padding: 0 0 4px 0;
    margin: 0;
    background: #fff;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
}
.profile-menu li a {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    color: #334155;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.15s ease;
    font-weight: 500;
    background: transparent;
    margin: 0;
    border-radius: 0;
    width: 100%;
    box-sizing: border-box;
}
.profile-menu li a:hover {
    background: #f1f5f9;
    color: #0f172a;
    border-radius: 0;
}
.profile-menu li a i {
    width: 20px;
    color: #64748b;
    margin-right: 8px;
    font-size: 15px;
    text-align: center;
    transition: color 0.2s ease;
}
.profile-menu li a:hover i {
    color: #0f172a;
}
.profile-menu li #logoutBtn {
    color: #ef4444;
}
.profile-menu li #logoutBtn i {
    color: #ef4444;
}
.profile-menu li #logoutBtn:hover {
    background: #fef2f2;
    color: #dc2626;
    border-radius: 0;
}
.profile-menu li #logoutBtn:hover i {
    color: #dc2626;
}
.profile-menu .divider {
    height: 1px;
    background: #f1f5f9;
    margin: 6px 0;
    list-style: none;
}
/* Header Avatar Circular Fix */
.header-avatar img {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.panel-header h2 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #2d3139;
    background: none;
    -webkit-text-fill-color: initial;
}
.faq-header {
    text-align: center;
    margin-bottom: 60px;
}
.faq-header h2 {
    font-size: 38px;
    font-weight: 800;
    color: #2d3139;
    margin-bottom: 16px;
    letter-spacing: -1px;
}
.faq-header p {
    font-size: 18px;
    color: #475569;
}
.share-link-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.share-link-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
/* Logo Cloud Section - Animated Marquee */
.logo-cloud-section {
    padding: 50px 20px 20px;
    text-align: center;
    background: transparent !important;
    overflow: hidden;
    width: 100%;
}
.logo-cloud-section .tool-interface-container {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
    max-width: 1200px;
    margin: 0 auto;
}
.lc-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    min-width: 140px;
}
.lc-logo img {
    height: 34px !important; /* Uniform height on desktop - slightly enlarged */
    max-width: 130px;
    object-fit: contain;
    filter: grayscale(100%) brightness(0.65); /* Beautiful soft gray like PepsiCo */
    opacity: 0.75;
    transition: opacity 0.3s ease, filter 0.3s ease;
}
.lc-logo img:hover {
    filter: grayscale(100%) brightness(0.35); /* Darker gray on hover */
    opacity: 0.95;
}
.proof-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    opacity: 0.8;
}
.proof-logo-item {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #0f172a;
    font-weight: 700;
    font-size: 20px;
}
.proof-logo-item img {
    height: 32px;
    width: auto;
}
/* Carousel Nav */
.workflow-header p {
    color: #94a3b8;
    font-size: 18px;
    margin-bottom: 80px;
}
/* Developers Full Width Mega Menu - Final Clean Version */
.nav-dropdown:hover .developers-dropdown {
    visibility: visible;
    opacity: 1;
}
/* Force Dark Icons in Developers Menu */
/* Compact Icons for Developers Menu */
/* Visual Mega Menu Styles */
.visual-menu-card {
    background: #f8fafc;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}
.visual-menu-card:hover {
    border-color: #70c631;
    background: white;
}
.visual-mega-footer {
    padding: 12px 20px;
    background: #f1f5f9;
    text-align: center;
    border-top: 1px solid #e2e8f0;
}
/* Swapped Layout Fix for Developers Menu */
/* Swapped Layout Fix for Developers Menu */
.sales-footer-text {
    font-size: 12px !important;
    color: #64748b !important;
    margin-top: 10px !important;
    margin-bottom: 15px !important;
}
.sales-footer-text a,
.sales-footer-text a:visited {
    color: #70c631;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
}
.sales-footer-text a:hover,
.sales-footer-text a:active {
    color: #70c631;
    text-decoration: underline;
}
.custom-option.header-option {
    color: #94a3b8;
    background: #f8fafc;
    cursor: default;
}
/* Mobile responsive fix for Logo Cloud / Trust section headers */
.global-close-btn,
.modal-close-btn,
.auth-close-btn,
.close-menu-btn,
.sales-modal-close,
.desktop-close-btn {
    position: absolute !important;
    top: 18px !important;
    right: 18px !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 8px !important;
    background: transparent !important;
    border: none !important;
    color: #0f172a !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    z-index: 99999 !important;
    transition: all 0.2s ease !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}
.global-close-btn:hover,
.modal-close-btn:hover,
.auth-close-btn:hover,
.close-menu-btn:hover,
.sales-modal-close:hover,
.desktop-close-btn:hover {
    background: #eeeeee !important;
    background-color: #eeeeee !important;
    color: #0f172a !important;
    border: none !important;
    transform: none !important;
    box-shadow: none !important;
}
.global-close-btn:active,
.modal-close-btn:active,
.auth-close-btn:active,
.close-menu-btn:active,
.sales-modal-close:active,
.desktop-close-btn:active {
    transform: scale(0.95) !important;
}
/* Trusted By Logos / Logo Cloud Section - Always Transparent */
.logo-cloud-section,
.logo-cloud-section .tool-interface-container,
.logo-cloud-container {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
}
/* ==========================================================================
   MODULE: 03-components-ui.css
   DESCRIPTION: UI Components, Buttons, Cards, Badges & Modals
   ========================================================================== */

/* Glassmorphism Utility */
/* Top-Left & Bottom-Right Corner Tech Brackets */
/* Top-Right & Bottom-Left Corner Tech Brackets */
/* Description - visible by default */
/* Start now button - hidden by default */
/* HOVER STATE */
/* Icon scales up on hover */
/* Description fades out on hover to show start now button */
/* Start Now appears on hover */
/* Responsive Grid */
.auth-buttons {
    display: flex;
    gap: 16px;
    /* Reduced from 20px */
    align-items: center;
}
.btn-login {
    text-decoration: none;
    color: var(--text-main);
    font-weight: 700;
    font-size: 16px;
    transition: color 0.2s ease;
}
.btn-login {
    color: #475569 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    text-decoration: none !important;
    padding: 8px 18px !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
}
.btn-login:hover {
    color: #000000 !important;
    background: #eeeeee !important;
    background-color: #eeeeee !important;
}
.btn-signup {
    background: #70c631 !important;
    color: #ffffff !important;
    padding: 8px 22px !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    box-shadow: none !important;
    transition: all 0.15s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.btn-signup:hover {
    background: #5eb326 !important;
    color: #ffffff !important;
    box-shadow: none !important;
    transform: none !important;
}
.btn-signup:active {
    background: #529622 !important;
    transform: none !important;
    box-shadow: none !important;
}
main {
    padding-top: 64px;
    position: relative;
    width: 100%;
    display: block !important;
    /* Restore block layout for landing pages */
}
/* Default: Allow scroll globally */
/* Mobile & Desktop: Clean white background - no blue gradient */
/* Add bottom breathing room */
.index-hero::before,
.index-hero::after {
    display: none !important;
    content: none !important;
    background: none !important;
    background-image: none !important;
}
    background-attachment: fixed;
    pointer-events: none;
}
/* Mobile Spacing Fixes */
/* Upload Area */
/* Upload Area - Minimalist (No Box) */
.upload-area::before {
    display: none;
}
.button-wrapper {
    display: flex;
    flex-direction: column;
    /* Stack by default to ensure centering */
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    z-index: 10;
    width: 100%;
}
.btn-upload svg {
    display: none !important;
}
.btn-upload:hover {
    background: #5eb326 !important;
    transform: translateY(0) !important;
    box-shadow: none !important;
    filter: none !important;
}
.btn-upload:active {
    background: #529622 !important;
    transform: translateY(0) !important;
    box-shadow: none !important;
}
/* Cloud Icons Container */
.cloud-icons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 15px !important;
    margin-top: 10px;
}
/* Mobile Icon Adjustment: Horizontal Row */
#sidebarOverlay, .sidebar-overlay, #sidebar-overlay {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: none !important;
}
.drop-text {
    margin-top: 15px;
    font-size: 13px;
    color: #475569;
    text-align: center;
}
/* Floating Badge Styles (Global) */
.floating-badge:hover {
    filter: none !important;
    background: #5eb326 !important;
    animation: none !important;
    transform: none !important;
}
/* Floating Add Button (JS injected) */
.floating-add-btn:hover {
    background: #5eb326 !important;
    transform: translateY(0) !important;
    box-shadow: none !important;
}
.cloud-btn:hover {
    transform: translateY(-2px);
    box-shadow: none !important;
}
/* Cloud Button Base Styles */
.cloud-btn svg {
    height: 18px;
    width: auto;
    transition: transform 0.3s ease;
}
/* Specific Adjustments */
.cloud-btn.google-drive,
.cloud-btn.dropbox {
    background: #70c631 !important;
    box-shadow: 0 4px 12px rgba(112, 198, 49, 0.3), 0 2px 4px rgba(112, 198, 49, 0.1);
}
.cloud-btn.google-drive:hover,
.cloud-btn.dropbox:hover {
    background: #5eb326 !important;
    box-shadow: none !important;
}
.cloud-btn.dropbox svg {
    height: 18px;
    width: 18px;
}
.cloud-btn:hover {
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.15);
    filter: brightness(1.05);
    /* Added subtle glow instead of jump */
}
/* --- TEXT SHIMMER EFFECT --- */
.text-shimmer {
    background: linear-gradient(to right, #82d446 0%, #70c631 50%, #82d446 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shimmer 3s linear infinite;
    font-weight: 800;
}
@keyframes shimmer {
    to {
        background-position: 200% center;
    }
}
/* Sidebar Panel */
.control-scroll-area {
    padding: 15px 40px;
    flex: 1;
    overflow-y: auto;
}
/* Unified Action Button Style */
.btn-saas-action:hover {
    background: #70c631 !important;
    transform: none !important;
    box-shadow: 0 6px 12px rgba(94, 168, 40, 0.3) !important;
    filter: none !important;
}
.btn-saas-action:active {
    transform: none !important;
    box-shadow: 0 2px 4px rgba(94, 168, 40, 0.3) !important;
}
.btn-saas-action span {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 100% !important;
    white-space: nowrap !important;
}
.btn-saas-action svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
}
.mobile-only-flex {
    display: none;
}
/* =============================================
   FEATURE SHOWCASE CAROUSEL
   ============================================= */
.feature-carousel-section {
    padding: 30px 20px 40px;
    max-width: 1400px;
    margin: 0 auto;
}
.fc-explore-link {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    color: #70c631;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}
.fc-explore-link:hover {
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: translateX(5px);
}
.feature-carousel-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}
.feature-carousel-card.featured {
    opacity: 1;
    transform: scale(1.02);
    filter: blur(0);
    z-index: 2;
}
.fc-illus-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.feature-carousel-card .fc-illustration svg {
    position: relative;
    z-index: 1;
    width: 80%;
    height: 80%;
}
.fc-text strong {
    color: #111827;
    font-weight: 700;
}
.fc-arrows-group {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 15px !important;
}
.fc-arrow:active:not(:disabled) {
    background-color: #f1f5f9;
}
.fc-dots {
    display: flex;
    gap: 8px;
    align-items: center;
}
.fc-dot.active {
    background: #70c631;
    transform: scale(1.3);
}
/* ===========================
/* Girl Avatar */
.fc-girl-svg {
    width: 100%;
    height: 100%;
    display: block !important;
    object-fit: cover;
}
.fc-girl-img {
    width: 100%;
    height: 100%;
    display: block !important;
    object-fit: cover;
    transform: scaleX(-1);
    /* Flip horizontally — girl faces RIGHT toward Edit box */
}
@keyframes fc-avatar-bob {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}
/* Edit Box */
.fc-edit-box-wrap {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
@keyframes fc-box-pulse {

    0%,
    100% {
        box-shadow: 0 4px 16px rgba(112, 198, 49, 0.15), 0 0 0 0 rgba(112, 198, 49, 0.2);
    }

    50% {
        box-shadow: 0 4px 24px rgba(112, 198, 49, 0.25), 0 0 0 4px rgba(112, 198, 49, 0.08);
    }
}
#fc-typewriter-word {
    display: inline-block;
    color: #1e1b4b;
    transition: color 0.2s ease;
    min-width: 10px;
}
/* Blinking cursor */
.fc-cursor {
    color: #70c631;
    font-weight: 300;
    animation: fc-blink 1s step-end infinite;
    margin-left: 2px;
}
@keyframes fc-blink {

    from,
    to {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}
/* Signature Animation */
.fc-signature-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140px;
    height: 60px;
    display: none;
    z-index: 5;
}
.fc-signature-wrap.drawing {
    display: block !important;
}
.signature-path {
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
}
.fc-signature-wrap.drawing .signature-path {
    animation: sign-draw 1.2s ease-out forwards;
}
@keyframes sign-draw {
    to {
        stroke-dashoffset: 0;
    }
}
/* Blinking cursor removed */
.fc-cursor {
    display: none;
}
@keyframes fc-blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}
/* Selection handles */
.fc-handle-tl {
    top: -5px;
    left: -5px;
    animation-delay: 0s;
}
.fc-handle-tr {
    top: -5px;
    right: -5px;
    animation-delay: 0.05s;
}
.fc-handle-bl {
    bottom: -5px;
    left: -5px;
    animation-delay: 0.1s;
}
.fc-handle-br {
    bottom: -5px;
    right: -5px;
    animation-delay: 0.15s;
}
.fc-handle-t {
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    animation-delay: 0.2s;
}
.fc-handle-b {
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    animation-delay: 0.25s;
}
@keyframes fc-handle-pop {
    from {
        transform: scale(0);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}
.fc-handle-t,
.fc-handle-b {
    transform: translateX(-50%);
}
/* Sparkles */
.fc-sparkle {
    position: absolute;
    font-size: 13px;
    color: #a5b4fc;
    z-index: 3;
    pointer-events: none;
    animation: fc-sparkle-float 3s ease-in-out infinite;
}
.fc-sparkle-1 {
    top: 12%;
    left: 38%;
    font-size: 16px;
    color: #0284c7;
    animation-delay: 0s;
}
.fc-sparkle-2 {
    bottom: 15%;
    left: 30%;
    font-size: 10px;
    color: #7dd3fc;
    animation-delay: 0.8s;
}
.fc-sparkle-3 {
    bottom: 18%;
    right: 12%;
    font-size: 16px;
    color: #a78bfa;
    animation-delay: 1.4s;
}
.fc-sparkle-4 {
    top: 14%;
    right: 18%;
    font-size: 9px;
    color: #82d446;
    animation-delay: 2s;
}
/* ===========================
   SHARE CARD - Animated (JS controlled)
   =========================== */
/* ===========================
   SHARE V2 CARD — Dynamic Options
   =========================== */
.sh-v2-illus {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sh-v2-btn-wrap {
    position: relative;
    z-index: 100;
    /* Button always on top */
    animation: sh-v2-main-sequence 6s infinite;
}
.sh-v2-btn i {
    font-size: 18px;
    opacity: 0;
    transform: translateX(-10px);
    animation: sh-v2-btn-content 6s infinite;
    animation-delay: 0.6s;
    /* Faster entry */
}
.sh-v2-btn span {
    opacity: 0;
    transform: translateX(-10px);
    animation: sh-v2-btn-content 6s infinite;
    animation-delay: 0.8s;
}
/* Cursor Arrow */
.sh-v2-cursor {
    position: absolute;
    bottom: -40px;
    right: -40px;
    transform: translate(0, 0);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.12));
    z-index: 20;
    animation: sh-v2-cursor-move 6s infinite;
}
/* Options pop-out */
.sh-v2-options {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    z-index: 5;
}
.opt-mail {
    background: #70c631;
    animation: sh-v2-pop-middle 6s infinite;
}
.opt-link {
    background: #10b981;
    animation: sh-v2-pop-side-1 6s infinite;
}
.opt-web {
    background: #1e1b4b;
    animation: sh-v2-pop-side-2 6s infinite;
}
@keyframes sh-v2-main-sequence {
    0% {
        opacity: 1;
        transform: scale(1);
        visibility: visible;
    }

    42% {
        opacity: 1;
        transform: scale(1);
        visibility: visible;
    }

    45% {
        opacity: 0;
        transform: scale(0.5);
        visibility: hidden;
    }

    /* Fully gone by 45% */
    90% {
        opacity: 0;
        transform: scale(0.5);
        visibility: hidden;
    }

    100% {
        opacity: 1;
        transform: scale(1);
        visibility: visible;
    }
}
@keyframes sh-v2-btn-content {
    0%,
    10% {
        opacity: 0;
        transform: translateX(-15px);
    }

    25%,
    42% {
        opacity: 1;
        transform: translateX(0);
    }

    45%,
    100% {
        opacity: 0;
        transform: translateX(10px);
    }
}
@keyframes sh-v2-pop-middle {
    0%,
    55% {
        opacity: 0;
        transform: scale(0.4);
        visibility: hidden;
    }

    62% {
        opacity: 1;
        transform: scale(1.1);
        visibility: visible;
    }

    68%,
    88% {
        opacity: 1;
        transform: scale(1);
        visibility: visible;
    }

    95%,
    100% {
        opacity: 0;
        transform: scale(0.5);
        visibility: hidden;
    }
}
@keyframes sh-v2-pop-side-1 {
    0%,
    63% {
        opacity: 0;
        transform: scale(0.4);
        visibility: hidden;
    }

    70% {
        opacity: 1;
        transform: scale(1.1);
        visibility: visible;
    }

    76%,
    88% {
        opacity: 1;
        transform: scale(1);
        visibility: visible;
    }

    95%,
    100% {
        opacity: 0;
        transform: scale(0.5);
        visibility: hidden;
    }
}
@keyframes sh-v2-pop-side-2 {
    0%,
    66% {
        opacity: 0;
        transform: scale(0.4);
        visibility: hidden;
    }

    73% {
        opacity: 1;
        transform: scale(1.1);
        visibility: visible;
    }

    79%,
    88% {
        opacity: 1;
        transform: scale(1);
        visibility: visible;
    }

    95%,
    100% {
        opacity: 0;
        transform: scale(0.5);
        visibility: hidden;
    }
}
.sh-card-illus {
    position: relative;
    overflow: hidden;
}
.sh-scene {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
}
.sh-circles-group {
    display: flex;
    align-items: center;
    position: relative;
    flex-shrink: 0;
}
@keyframes sh-breathe {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.02);
    }
}
.sh-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block !important;
    animation: sh-img-pan 20s linear infinite alternate;
}
.sh-woman .sh-avatar-img {
    object-position: 50% center;
    animation: sh-img-pan-zoom 20s linear infinite alternate;
}
.sh-circle video.sh-avatar-img {
    animation: none !important;
    transform: scale(1.3) !important;
}
@keyframes sh-img-pan-zoom {
    from {
        transform: scale(1.5);
    }

    to {
        transform: scale(1.6);
    }
}
@keyframes sh-img-pan {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.1);
    }
}
.sh-woman {
    z-index: 3;
}

/* Man — hidden initially, animates out on plus click */
.sh-man {
    margin-left: -30px;
    z-index: 4 !important;
    opacity: 0;
    transform: translateX(-75px);
    will-change: transform, opacity;
    animation: sh-man-anim 10s ease-in-out infinite !important;
}

@keyframes sh-man-anim {
    0%, 30% {
        transform: translateX(-75px) scale(0.7);
        opacity: 0;
    }
    38% {
        opacity: 1;
    }
    45%, 94% {
        transform: translateX(22px) scale(1);
        opacity: 1;
    }
    97% {
        opacity: 1;
    }
    100% {
        transform: translateX(-75px) scale(0.7);
        opacity: 0;
    }
}

/* Plus button — JS controls transform for position shift */
.sh-plus-btn {
    width: 26px;
    height: 26px;
    background: #101b3a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    margin-left: -10px;
    flex-shrink: 0;
    position: relative;
    z-index: 5;
    will-change: transform;
    animation: sh-plus-anim 10s ease-in-out infinite !important;
}

@keyframes sh-plus-anim {
    0%, 20% {
        transform: translate(-75px, 0px) scale(1);
        box-shadow: none;
    }
    25% {
        transform: translate(-75px, 0px) scale(0.80);
        box-shadow: 0 0 0 8px rgba(112, 198, 49, 0.25);
    }
    30% {
        transform: translate(-75px, 0px) scale(1.12);
        box-shadow: none;
    }
    45%, 94% {
        transform: translate(22px, 0px) scale(1);
        box-shadow: none;
    }
    100% {
        transform: translate(-75px, 0px) scale(1);
        box-shadow: none;
    }
}

/* Green cursor — JS controlled, starts at bottom near "+" */
.sh-cursor {
    position: absolute;
    width: 20px;
    height: 24px;
    clip-path: polygon(0 0, 100% 36%, 57% 57%, 34% 100%, 17% 65%, 0 0);
    background: #22c55e;
    filter: drop-shadow(0 2px 6px rgba(34, 197, 94, 0.6));
    z-index: 20;
    pointer-events: none;
    left: 50%;
    top: 50%;
    opacity: 0;
    will-change: transform, opacity;
    animation: sh-cursor-anim 10s ease-in-out infinite !important;
}

@keyframes sh-cursor-anim {
    0% {
        transform: translate(80px, 60px) scale(1);
        opacity: 0;
    }
    4% {
        transform: translate(80px, 60px) scale(1);
        opacity: 1;
    }
    20% {
        transform: translate(34px, 0px) scale(1);
        opacity: 1;
    }
    25% {
        transform: translate(34px, -3px) scale(0.74);
        opacity: 1;
    }
    30% {
        transform: translate(34px, 0px) scale(1.1);
        opacity: 1;
    }
    35% {
        transform: translate(34px, 0px) scale(1);
        opacity: 0;
    }
    100% {
        transform: translate(80px, 60px) scale(1);
        opacity: 0;
    }
}
/* ===========================
   PASSWORD CARD — Premium
   =========================== */
.pw-illus {
    position: relative !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
/* Pulse rings — security effect */
@keyframes pw-sonar {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    30% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(1.4);
    }
}
/* Sparkles */
.pw-spark {
    position: absolute;
    font-size: 12px;
    color: #22c55e;
    pointer-events: none;
    animation: pw-float 3s ease-in-out infinite;
}
.pw-spark-1 {
    top: 18%;
    left: 14%;
    font-size: 11px;
    animation-delay: 0s;
    color: #34d399;
}
.pw-spark-2 {
    top: 16%;
    right: 16%;
    font-size: 15px;
    animation-delay: 1.1s;
    color: #6ee7b7;
}
.pw-spark-3 {
    bottom: 20%;
    left: 20%;
    font-size: 9px;
    animation-delay: 2s;
    color: #22c55e;
}
.pw-spark-4 {
    bottom: 18%;
    right: 14%;
    font-size: 12px;
    animation-delay: 0.6s;
    color: #a7f3d0;
}
/* Center stack */
.pw-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 2;
}
/* Lock in glowing circle */
.pw-lock-circle svg {
    width: 24px;
    height: 24px;
}
/* Password pill */
/* Scanning Beam */
.pw-pill::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(34, 197, 94, 0.1), transparent);
    animation: pw-scan 3s infinite linear;
}
@keyframes pw-scan {
    0% {
        left: -100%;
    }

    100% {
        left: 200%;
    }
}
@keyframes pw-pill-glow {
    0% {
        box-shadow: 0 10px 30px rgba(34, 197, 94, 0.1);
    }

    100% {
        box-shadow: 0 10px 40px rgba(34, 197, 94, 0.25);
    }
}
/* Password dots */
.pw-dot {
    font-size: 13px;
    color: #1e293b;
    opacity: 0;
    transform: scale(0);
    display: inline-block;
    animation: pw-dot-pop 5.5s ease-in-out infinite;
}
.pw-d1 {
    animation-delay: 0.25s;
}
.pw-d2 {
    animation-delay: 0.6s;
}
.pw-d3 {
    animation-delay: 0.95s;
}
.pw-d4 {
    animation-delay: 1.3s;
}
.pw-d5 {
    animation-delay: 1.65s;
}
.pw-d6 {
    animation-delay: 2.0s;
}
@keyframes pw-dot-pop {

    0%,
    4% {
        opacity: 0;
        transform: scale(0);
    }

    10% {
        opacity: 1;
        transform: scale(1.3);
    }

    16%,
    60% {
        opacity: 1;
        transform: scale(1);
    }

    72%,
    100% {
        opacity: 0;
        transform: scale(0);
    }
}
/* Blinking cursor */
.pw-blink-cursor {
    color: #22c55e;
    font-size: 17px;
    font-weight: 300;
    margin-left: 1px;
    line-height: 1;
    animation: pw-blink 0.85s step-end infinite;
}
@keyframes pw-blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}
/* Strength bar block */
.pw-strength-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    justify-content: center;
}
/* Progress track */
/* Filling bar */
@keyframes pw-bar-fill {

    0%,
    44% {
        width: 0%;
    }

    62% {
        width: 100%;
    }

    72%,
    80% {
        width: 100%;
    }

    88%,
    100% {
        width: 0%;
    }
}
/* "Secured!" badge */
.pw-str-badge {
    font-size: 11px;
    font-weight: 700;
    color: #16a34a;
    letter-spacing: 0.4px;
    opacity: 0;
    transform: translateY(4px);
    animation: pw-badge-pop 5.5s ease-in-out infinite;
}
@keyframes pw-badge-pop {

    0%,
    58% {
        opacity: 0;
        transform: translateY(4px);
    }

    65% {
        opacity: 1;
        transform: translateY(-2px);
    }

    72%,
    78% {
        opacity: 1;
        transform: translateY(0);
    }

    87%,
    100% {
        opacity: 0;
        transform: translateY(4px);
    }
}
/* Responsive */
/* --- PREMIUM TABS (High-End Segmented Control) --- */
.p-tab svg {
    width: 18px;
    height: 18px;
    stroke-width: 2.2;
    transition: all 0.2s ease;
}
.p-tab:hover {
    color: #70c631 !important;
}
.p-tab.active {
    color: #70c631 !important;
    background: #ffffff !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08) !important;
    transform: scale(1.02) !important;
}
/* Removed the slidable indicator for a cleaner look */
.tab-indicator {
    display: none;
}
.p-tab.active svg {
    stroke: #70c631;
    transform: scale(1.05);
}
/* --- PREMIUM STATS SECTION --- */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 30px;
    margin-top: 60px;
}
.stat-number {
    font-size: 56px;
    font-weight: 800;
    margin-bottom: 8px;
    letter-spacing: -2px;
    line-height: 1;
}
.drop-text {
    margin-top: 16px;
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1;
}
.stat-label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #475569;
}
.stat-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.1), transparent);
    opacity: 0;
    transition: 0.3s;
}
.stat-card:hover::after {
    opacity: 1;
}
/* Form Elements */
.saas-input-group {
    margin-bottom: 24px;
}
.saas-label {
    display: block !important;
    font-size: 12px;
    font-weight: 800;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}
/* Removed redundant btn-saas-action definition */
.timeline-step {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
}
.timeline-step::before {
    display: none;
}
/* Active state defined above */
/* Action Buttons Wrapper (Top Right) */
.card-actions-wrapper,
.card-actions-wrapper.floating-vertical-actions {
    position: absolute !important;
    top: -6px !important;
    right: -15px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 4px !important;
    z-index: 100 !important;
    opacity: 1 !important;
    transform: none !important;
}

.card-floating-btn {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    border-radius: 50% !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    outline: none !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.22) !important;
    cursor: pointer !important;
    transition: opacity 0.2s ease, background 0.15s ease !important;
    user-select: none !important;
    padding: 0 !important;
    margin: 0 !important;
    opacity: 0;
    pointer-events: none;
}

.card-floating-badge {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    outline: none !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.22) !important;
    user-select: none !important;
    padding: 0 !important;
    margin: 0 !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

/* Reveal action buttons on card hover AND hide page number badge */
.dashed-preview-frame:hover .card-floating-btn,
.card-item-wrapper:hover .card-floating-btn,
.timeline-step:hover .card-floating-btn,
.preview-glass-card:hover .card-floating-btn {
    display: flex !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

.dashed-preview-frame:hover .card-floating-badge.page-num-badge,
.card-item-wrapper:hover .card-floating-badge.page-num-badge,
.timeline-step:hover .card-floating-badge.page-num-badge,
.preview-glass-card:hover .card-floating-badge.page-num-badge {
    display: none !important;
}

/* Disable hover tooltip popups on card action buttons */
.card-floating-btn[data-tooltip]::before,
.card-floating-btn[data-tooltip]::after,
.card-floating-btn[data-tooltip]:hover::before,
.card-floating-btn[data-tooltip]:hover::after {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    content: none !important;
}

/* Lock container position on hover - Zero lift / Zero shift */
.dashed-preview-frame,
.dashed-preview-frame:hover,
.card-item-wrapper,
.card-item-wrapper:hover,
.timeline-step,
.timeline-step:hover,
.preview-glass-card,
.preview-glass-card:hover {
    transform: none !important;
    box-shadow: none !important;
}

.card-floating-btn svg,
.card-floating-btn i {
    width: 15.5px !important;
    height: 15.5px !important;
    font-size: 15.5px !important;
}

.card-floating-btn.btn-delete {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    background: #ee6352 !important;
    color: #ffffff !important;
    transition: background 0.15s ease !important;
}
.card-floating-btn.btn-delete:hover {
    background: #d93829 !important;
    transform: none !important;
}

.card-floating-badge.page-num-badge {
    background: #6b7582 !important;
    color: #ffffff !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    cursor: default !important;
    transition: background 0.15s ease !important;
}
.card-floating-badge.page-num-badge:hover {
    background: #545e69 !important;
    transform: none !important;
}

.card-floating-btn.btn-rotate-ccw,
.card-floating-btn.btn-rotate-cw,
.card-floating-btn.btn-rotate {
    background: #70c631 !important;
    color: #ffffff !important;
}
.card-floating-btn.btn-rotate-ccw:hover,
.card-floating-btn.btn-rotate-cw:hover,
.card-floating-btn.btn-rotate:hover {
    background: #5ea828 !important;
    transform: none !important;
}

.card-floating-btn.btn-zoom {
    background: #6b7582 !important;
    color: #ffffff !important;
    transition: background 0.15s ease !important;
}
.card-floating-btn.btn-zoom:hover {
    background: #545e69 !important;
    transform: none !important;
}
.card-mini-action-btn.btn-delete {
    color: #ef4444;
    /* Red X */
}
.card-mini-action-btn:hover {
    transform: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
/* Action Button Icon Styling */
.card-mini-action-btn svg {
    width: 15px;
    height: 15px;
    stroke-width: 2.8;
}
/* Responsive */
/* Page-Specific: Auth (Login/Signup) */
.auth-page {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 18px;
}
.auth-card {
    width: 100%;
    max-width: 480px;
    padding: 60px;
    animation: fadeInScale 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.95) translateY(10px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}
.auth-card h1 {
    font-size: 28px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 12px;
    letter-spacing: -1px;
}
.auth-card p {
    text-align: center;
    color: var(--text-muted);
    margin-bottom: 40px;
    font-size: 15px;
}
.social-auth-btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 32px;
}
.auth-divider {
    text-align: center;
    position: relative;
    margin-bottom: 32px;
}
.auth-divider::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #e2e8f0;
    z-index: 0;
}
.auth-divider span {
    background: #fff;
    padding: 0 16px;
    position: relative;
    z-index: 1;
    font-size: 13px;
    color: var(--text-muted);
    font-weight: 600;
}
/* Terminal animations */
.cmd-line.success {
    color: #4ade80;
    /* Green */
    font-weight: 700;
    text-shadow: 0 0 10px rgba(74, 222, 128, 0.5);
    /* Glow effect */
}
/* Typing Cursor */
.cursor {
    display: inline-block;
    width: 4px;
    height: 14px;
    background: #4ade80;
    margin-left: 4px;
    animation: blink 1s infinite;
    vertical-align: middle;
}
/* Scanline Effect */
.terminal-window::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to bottom, transparent, rgba(74, 222, 128, 0.05), transparent);
    animation: scanline 3s linear infinite;
    pointer-events: none;
}
@keyframes fadeInSlide {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}
@keyframes scanline {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(200%);
    }
}
/* --- HOLOGRAPHIC LIST ITEMS --- */
/* Compression Levels */
.compression-levels-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 15px !important;
}
.compression-info h4 {
    color: #ef4444;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 4px;
    text-transform: uppercase;
}
.compression-card:nth-child(2) .compression-info h4 {
    color: #70c631;
}
.compression-card:nth-child(3) .compression-info h4 {
    color: #475569;
}
.compression-info p {
    font-size: 13px;
    color: #475569;
    font-weight: 600;
}
/* Add More Card in Grid */
.add-more-card span {
    font-weight: 700;
    color: #475569;
    font-size: 13px;
}
/* Card Improvements */
.card-mini-btn {
    transition: all 0.30s;
}
.card-mini-btn:hover {
    background: #f1f5f9 !important;
    transform: scale(1.1);
}
.dropdown-trigger {
    display: flex;
    align-items: center;
    gap: 6px;
}
.dropdown-trigger svg {
    transition: transform 0.3s;
}
/* Triangle Arrow Tip */
.mega-dropdown::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 48px;
    background: transparent;
}
.convert-dropdown {
    min-width: 280px;
}
.quick-actions-dropdown {
    min-width: 380px;
}
.solutions-dropdown {
    min-width: 400px;
}
.dropdown-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}
.dropdown-grid.three-column {
    grid-template-columns: repeat(3, 1fr);
    min-width: 460px;
}
.dropdown-column {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.column-label {
    font-size: 12px;
    font-weight: 800;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 6px;
    padding: 0 6px;
}
.item-icon svg {
    width: 32px;
    height: 32px;
    stroke: #fff;
}
.item-title {
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 2px;
}
.item-desc {
    font-size: 12px;
    color: #475569;
    font-weight: 500;
}
.arrow-icon {
    font-size: 18px;
    color: #94a3b8;
    font-weight: 300;
}
/* Solutions Dropdown Specific */
.solutions-dropdown {
    min-width: 600px;
}
/* Convert Dropdown Specific */
.convert-dropdown {
    min-width: 600px;
}
.convert-dropdown .dropdown-item {
    gap: 18px;
    margin-top: 15px !important;
}
.user-name {
    font-weight: 700;
    font-size: 15px;
    color: #1e293b;
}
.user-email {
    font-size: 13px;
    color: #475569;
    font-weight: 500;
}
.dropdown-divider {
    height: 1px;
    background: #f1f5f9;
    margin: 8px 0;
}
.dropdown-link:hover {
    background: #f8fafc;
    color: var(--accent-purple);
}
.dropdown-link svg {
    color: #94a3b8;
    transition: color 0.2s;
}
.dropdown-link:hover svg {
    color: var(--accent-purple);
}
#floatingActionsArea {
    display: flex;
}

body.keyboard-open .saas-footer-fixed,
body.typing-mode .saas-footer-fixed {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
/* Focus Mode: Hide distracting elements during active work */
/* Smooth transition for Focus Mode */
/* Responsive Adjustments */
/* Elegant CSS Arrow */
.mode-btn.active {
    background: #70c631 !important;
    color: #ffffff !important;
    font-weight: 800;
    box-shadow: 0 2px 5px rgba(112, 198, 49, 0.25) !important;
}
.mode-btn:hover:not(.active) {
    color: #18181b;
}
.auth-form-side .btn-primary,.auth-form-side .btn-secondary,.global-auth-modal .btn-primary,.global-auth-modal .btn-secondary,#modalLoginFormElement .btn-primary,#modalSignupFormElement .btn-primary,#modalResetFormElement .btn-primary,#passkeyLoginBtn,.auth-form-side button,.btn-mobile-full,.btn-mobile-signup,.btn-mobile-login,.mobile-auth-footer a,.mobile-auth-footer button{font-size:17px !important;font-weight:700 !important;border-radius:8px !important;-webkit-border-radius:8px !important;-moz-border-radius:8px !important;-webkit-appearance:none !important;}
.form-label,
label.form-label {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #0f172a !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 10px !important;
    display: block !important;
}
/* Remove Arrows from Number Input */
.size-input-control .premium-input::-webkit-outer-spin-button,
.size-input-control .premium-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* ===== Global Input Fields & Labels ===== */
.size-input-control .premium-input {
    -moz-appearance: textfield;
    appearance: none;
}
.unit-btn:hover:not(.active) {
    color: #70c631;
    background: rgba(112, 198, 49, 0.08);
}
.unit-btn.active {
    background: #70c631 !important;
    color: #ffffff !important;
    font-weight: 800;
    box-shadow: 0 2px 5px rgba(112, 198, 49, 0.25) !important;
}
/* ===== Global Option Card (Screenshot #2 Design System) ===== */
.comp-option-card.active .comp-card-title,
.comp-option-card.active .mode-title {
    color: #1f1f1f !important;
}
.comp-option-card.active .comp-card-desc,
.comp-option-card.active .mode-desc {
    color: #666666 !important;
}
.comp-option-card::before {
    display: none !important;
    content: none !important;
}
.comp-option-card.active .comp-radio::after {
    display: none !important;
    content: none !important;
}
/* ===== Aspect Ratio Preset Buttons ===== */
.aspect-preset-btn.active span {
    color: #065f46 !important;
}
/* ===== Hide Number Input Spinners Globally ===== */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}
input[type=number] {
    -moz-appearance: textfield !important;
}
.notice-box::before {
    content: "";
    width: 20px;
    height: 48px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238b5cf6' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='16' x2='12' y2='12'%3E%3C/line%3E%3Cline x1='12' y1='8' x2='12.01' y2='8'%3E%3C/line%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}
.notice-box strong,
.info-banner strong {
    color: #0c4a6e;
    font-weight: 700;
}
.control-options-box {
    padding: 0 25px;
}
/* Page Gallery Thumbs */
/* Animations */
@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Responsive tweaks */
.delete-pages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 24px;
    padding: 18px;
    width: 100%;
}
.delete-page-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.delete-page-card.selected .delete-overlay {
    display: flex;
}
.delete-page-card .page-label {
    font-size: 13px;
    font-weight: 700;
    color: var(--text-muted);
    transition: color 0.3s;
}
.delete-page-card.selected .page-label {
    color: #ef4444;
}
.level-info {
    display: flex;
    flex-direction: column;
}
.level-name {
    font-weight: 700;
    color: #1e293b;
    font-size: 15px;
    margin-bottom: 2px;
}
.level-desc {
    font-size: 12px;
    color: #475569;
    line-height: 1.4;
}
.btn-saas-action.success {
    background: #10b981 !important;
}
.upload-icon-wrapper {
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
    position: relative;
}
.main-upload-icon {
    width: 140px;
    height: 140px;
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.05));
    transition: transform 0.3s ease;
}
.upload-area:hover .main-upload-icon {
    transform: scale(1.02);
}
.upload-bg-decoration,
.dec-circle {
    display: none !important;
}
.upload-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    /* Force stretch on mobile */
}
.cloud-integrations {
    display: flex;
    gap: 18px;
    margin-top: 15px !important;
    justify-content: center;
    margin-top: 32px;
}
.cloud-btn img {
    width: 22px;
    height: 22px;
}
.control-scroll-area {
    padding: 10px 2px;
}
.btn-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, 0.2),
            transparent);
    transition: all 0.6s;
}
.btn-saas-action:hover .btn-shine {
    display: none !important;
}
/* Premium Card Interactions */
/* Consolidated above */
/* Consolidated Action Buttons in Premium Card Section */
/* --- Trust & Testimonials Sections --- */
.trust-stats-section {
    max-width: 1300px;
    margin: 0 auto 60px;
}
.trust-title span {
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.trust-subtitle {
    font-size: 19px;
    color: #475569;
    margin-bottom: 60px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 120px;
}
.stat-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    color: #94a3b8;
}
/* Colors for Stat Cards */
.stat-blue .stat-num {
    color: #70c631;
}
.stat-purple .stat-num {
    color: #70c631;
}
.stat-green .stat-num {
    color: #059669;
}
.stat-red .stat-num {
    color: #dc2626;
}
/* Testimonials Infinite Marquee */
.testimonials-section {
    position: relative;
    padding: 20px 0 20px;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    /* Mask for smooth edges */
    -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
    mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}
.testimonials-grid {
    display: flex;
    gap: 32px;
    padding: 20px 0;
    width: max-content;
    animation: marquee 40s linear infinite;
}
.testimonials-grid:hover {
    animation-play-state: paused;
}
@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-50% - 16px));
    }
}
/* No Staggered effect for Marquee */
.testimonial-card:nth-child(even) {
    margin-top: 0;
}
.user-meta {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 15px !important;
    margin-bottom: 12px;
}
.user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.user-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.user-info h4 {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    margin-top: -15px;
    margin-bottom: -10px;
    line-height: 1.2;
}
.user-info span {
    font-size: 12px;
    color: #94a3b8;
    line-height: 1.2;
}
.testimonial-text {
    font-size: 14.5px;
    color: #334155;
    line-height: 1.5;
    margin-bottom: 8px;
    font-weight: 400;
}
.stars {
    display: flex;
    gap: 3px;
    color: #f59e0b;
    font-size: 16px;
}
/* Main CTA Button */
.trust-cta {
    margin-top: 100px;
}
.btn-get-started:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 20px 50px rgba(112, 198, 49, 0.55);
    filter: brightness(1.1);
}
.trust-block {
    position: relative;
    z-index: 10;
}
.stats-grid-bottom {
    margin-top: 0;
}
.trust-stats-section {
    padding-top: 20px;
}
.testimonials-section {
    background: transparent;
}
/* --- CONVERT CARD ANIMATIONS --- */
.cv-word-doc {
    animation: none !important;
    transform: none !important;
}
.cv-arrow-group {
    animation: cv-arrow-pulse 2.5s ease-in-out infinite;
    transform-origin: center;
}
@keyframes cv-arrow-pulse {

    0%,
    100% {
        opacity: 0.8;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.08);
    }
}
/* Data Flow Particles */
.cv-particle {
    offset-path: path("M94 55 Q110 45 110 70 Q110 95 94 85");
    animation: cv-particle-flow 2s linear infinite;
    opacity: 0;
}
.cv-particle:nth-child(even) {
    animation-delay: 0.7s;
}
.cv-particle:nth-child(3n) {
    animation-delay: 1.3s;
}
@keyframes cv-particle-flow {
    0% {
        offset-distance: 0%;
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        offset-distance: 100%;
        opacity: 0;
    }
}
/* Twinkling Stars */
.cv-star {
    opacity: 0.4;
    animation: cv-star-twinkle 2.5s ease-in-out infinite;
    transform-origin: center;
}
.cv-star-2 {
    animation-delay: 0.8s;
}
.cv-star-3 {
    animation-delay: 1.6s;
}
@keyframes cv-star-twinkle {

    0%,
    100% {
        opacity: 0.4;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.3);
    }
}
/* --- MERGE & ORGANIZE CARD ANIMATIONS --- */
.mg-stack-group {
    animation: mg-float 4s ease-in-out infinite;
    transform-origin: center;
}
.mg-doc-1 {
    animation: mg-stagger 4s ease-in-out infinite;
}
.mg-doc-2 {
    animation: mg-stagger 4s ease-in-out infinite 0.3s;
}
.mg-doc-3 {
    animation: mg-stagger 4s ease-in-out infinite 0.6s;
}
@keyframes mg-float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-3px);
    }
}
@keyframes mg-stagger {

    0%,
    100% {
        transform: translateX(0);
        opacity: 0.4;
    }

    50% {
        transform: translateX(5px);
        opacity: 0.8;
    }
}
.mg-master-doc {
    animation: mg-master-pulse 4s ease-in-out infinite;
    transform-origin: center;
}
@keyframes mg-master-pulse {

    0%,
    100% {
        transform: scale(1);
        filter: drop-shadow(0 0 0 rgba(94, 168, 40, 0));
    }

    50% {
        transform: scale(1.05);
        filter: drop-shadow(0 0 8px rgba(94, 168, 40, 0.3));
    }
}
.mg-arrow-head {
    animation: mg-arrow-slide 2s ease-in-out infinite;
}
@keyframes mg-arrow-slide {

    0%,
    100% {
        transform: translateX(0);
        opacity: 0.6;
    }

    50% {
        transform: translateX(8px);
        opacity: 1;
    }
}
/* Particle Merge Flow */
.mg-particle {
    offset-path: path("M110 50 Q130 50 148 70");
    animation: mg-particle-flow 2.5s linear infinite;
    opacity: 0;
}
.mg-particle:nth-child(even) {
    animation-delay: 0.8s;
}
.mg-particle:nth-child(3n) {
    animation-delay: 1.6s;
}
@keyframes mg-particle-flow {
    0% {
        offset-distance: 0%;
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        offset-distance: 100%;
        opacity: 0;
    }
}
/* Twinkle Stars (Purple) */
.mg-star {
    opacity: 0.3;
    animation: mg-twinkle 3s ease-in-out infinite;
}
.mg-star-2 {
    animation-delay: 1s;
}
.mg-star-3 {
    animation-delay: 2s;
}
@keyframes mg-twinkle {

    0%,
    100% {
        opacity: 0.3;
        transform: scale(1);
    }

    50% {
        opacity: 0.7;
        transform: scale(1.3);
    }
}
/* --- FAQ SECTION --- */
.faq-section {
    padding: 0 0 100px;
    margin-top: -30px;
    position: relative;
    overflow: hidden;
}
.faq-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 24px;
}
/* Master FAQ Ribbon Toggle - Desktop Shift UP Fix */
@media (min-width: 769px) {
    details.master-faq-toggle > summary {
        top: -95px !important; /* Shifted further UP for high position */
    }
    details.master-faq-toggle > summary:hover {
        top: -102px !important;
        background: #5eb326 !important;
        background-color: #5eb326 !important;
    }
}
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.faq-question h3 {
    font-size: 18px;
    font-weight: 500;
    color: #1e293b;
    margin: 0;
    transition: color 0.3s ease;
}
.faq-item.active .faq-question h3 {
    color: #70c631;
}
.faq-icon {
    width: 24px;
    height: 24px;
    color: #94a3b8;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: transparent;
}
.faq-content {
    padding: 0 24px 18px;
    color: #475569;
    line-height: 1.4;
    font-size: 16px;
}
/* Allow scrolling on all pages on mobile */
/* Global Floating Actions Fix */
#floatingActionsArea {
    display: flex !important;
    flex-direction: column !important;
}
/* Global Premium Scrollbar */
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
::-webkit-scrollbar-track {
    background: transparent;
}
::-webkit-scrollbar-thumb:hover {
    background: rgba(112, 198, 49, 0.9);
    background-clip: padding-box;
}
/* Firefox Support */
* {
    scrollbar-width: thin;
    scrollbar-color: #70c631 #f1f5f9;
}
.success-top-area {
    padding: 30px 40px 20px;
}
.file-info-capsule .file-details {
    padding: 0 16px;
    display: flex;
    align-items: center;
    height: 100%;
}
.file-info-capsule h4 {
    font-size: 13px;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
}
.file-info-capsule .file-actions {
    display: flex;
    height: 100%;
}
.file-info-capsule .action-btn:hover {
    background: #f8fafc;
}
.file-meta-text {
    font-size: 12px;
    color: #475569;
    margin-bottom: 20px;
    font-weight: 500;
}
.huge-download-btn i {
    font-size: 28px;
}
.huge-download-btn:hover {
    background: #70c631;
    transform: translateY(0);
    box-shadow: 0 6px 12px rgba(94, 168, 40, 0.3);
}
.gray-btn {
    background: #4a5568;
    color: white;
    box-shadow: 0 4px 10px rgba(74, 85, 104, 0.3);
}
.gray-btn:hover {
    background: #2d3748;
    transform: translateY(-2px);
}
.mini-action-grid {
    display: grid;
    grid-template-columns: repeat(2, 48px);
    grid-gap: 10px;
}
.brand-btn {
    background: #70c631;
    color: white;
    box-shadow: 0 4px 10px rgba(112, 198, 49, 0.3);
}
.brand-btn:hover {
    background: #70c631;
    transform: translateY(-2px) scale(1.05);
}
/* --- PREMIUM SHARE SECTION --- */
.share-text p {
    font-size: 13px;
    color: #718096;
    margin: 0;
}
.file-info-capsule .action-btn:hover {
    background: #f8fafc;
}
.file-meta-text {
    font-size: 12px;
    color: #475569;
    margin-bottom: 20px;
    font-weight: 500;
}
.huge-download-btn i {
    font-size: 28px;
}
.huge-download-btn:hover {
    background: #70c631;
    transform: translateY(0);
    box-shadow: 0 6px 12px rgba(94, 168, 40, 0.3);
}
.gray-btn {
    background: #4a5568;
    color: white;
    box-shadow: 0 4px 10px rgba(74, 85, 104, 0.3);
}
.gray-btn:hover {
    background: #2d3748;
    transform: translateY(-2px);
}
.mini-action-grid {
    display: grid;
    grid-template-columns: repeat(2, 48px);
    grid-gap: 10px;
}
.brand-btn {
    background: #70c631;
    color: white;
    box-shadow: 0 4px 10px rgba(112, 198, 49, 0.3);
}
.brand-btn:hover {
    background: #70c631;
    transform: translateY(-2px) scale(1.05);
}
/* --- PREMIUM SHARE SECTION --- */
.share-text p {
    font-size: 13px;
    color: #718096;
    margin: 0;
}
.lc-track-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 15px 0;
    margin-top: 10px;
    -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
    mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}
.lc-track {
    display: flex;
    width: max-content;
    align-items: center;
    gap: 60px;
    animation: lc-scroll 65s linear infinite; /* Slower, smoother speed */
}
@keyframes lc-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}
/* Promo Section */
.promo-container {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 80px;
    gap: 60px;
}
.promo-content {
    flex: 1;
    max-width: 700px;
    /* Increased to allow one row */
    text-align: left;
}
.promo-subtitle {
    font-size: 16px;
    color: #475569;
    margin-bottom: 0;
    line-height: 1.6;
    max-width: 450px;
}
.promo-features-list {
    list-style: none;
    padding: 0;
    margin: 28px 0 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.promo-features-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: #0f172a;
    font-weight: 500;
}
.promo-btns {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 40px;
}
.btn-premium::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background-color: #fbbf24;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}
.btn-premium:hover {
    background: #1f2937;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(31, 41, 55, 0.2);
}
.btn-premium:hover::before {
    width: 80%;
}
.btn-premium svg,
.btn-premium i {
    fill: #ffffff;
    color: #ffffff;
    transition: all 0.3s ease;
}
.promo-visual {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}
.promo-visual img {
    max-width: 100%;
    max-height: 420px;
    height: auto;
    mix-blend-mode: multiply;
    /* Makes white background disappear */
    filter: contrast(1.1);
    /* Sharpens the lines slightly */
}
/* Social Proof & Trust Bar */
.social-proof-bar {
    padding: 60px 0 20px;
    text-align: center;
    background: transparent;
}
.rating-summary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 15px !important;
    margin-bottom: 24px;
}
.rating-summary .stars {
    color: #0f172a;
    font-size: 18px;
    display: flex;
    gap: 2px;
}
.rating-summary span {
    color: #475569;
    font-size: 15px;
    font-weight: 500;
}
/* Premium Testimonial Cards Carousel */
.testimonials-carousel-wrapper {
    max-width: 1350px;
    margin: 40px auto 80px;
    position: relative;
    padding: 0 60px;
}
.testimonial-track {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 0;
    scrollbar-width: none;
    /* Firefox */
}
.testimonial-track::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari */
}
.premium-test-card .card-stars {
    color: #1e293b;
    font-size: 12px;
    margin-bottom: 16px;
    display: flex;
    gap: 3px;
}
.premium-test-card p {
    color: #475569;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 20px;
    font-weight: 400;
}
.premium-test-card .user-role {
    color: #1e293b;
    font-size: 12px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: normal;
    margin-top: auto;
}
.btn-prev {
    left: 0;
}
.btn-next {
    right: 0;
}
/* How It Works Section */
.how-it-works-section {
    padding: 80px 0;
    background: #f8fafc;
    text-align: center;
}
.how-it-works-section p.section-subtitle {
    color: #475569;
    font-size: 18px;
    margin-bottom: 50px;
}
.steps-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 40px;
}
.step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
.step-card p {
    color: #475569;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.visual-mock.btn-mock {
    background: #1e293b;
    color: #fff;
    width: 120px;
    height: 48px;
}
/* Ultra Premium Connected Workflow */
.connected-workflow-section {
    padding: 100px 0;
    background: radial-gradient(circle at top right, #0f172a, #020617);
    color: #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.workflow-container {
    max-width: 1350px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 40px;
}
.flow-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    gap: 40px;
}
/* Connecting Line */
.flow-line {
    position: absolute;
    top: 60px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(90deg, rgba(112, 198, 49, 0), #70c631, #82d446, rgba(96, 165, 250, 0));
    z-index: 1;
}
.flow-line::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #fff, transparent);
    animation: flowMove 3s infinite linear;
}
@keyframes flowMove {
    0% {
        left: -30%;
    }

    100% {
        left: 130%;
    }
}
.workflow-step {
    flex: 1;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.step-content h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #fff;
}
.step-content p {
    font-size: 15px;
    color: #94a3b8;
    line-height: 1.4;
    max-width: 250px;
    margin: 0 auto;
}
/* AI Processing Pulse */
@keyframes pulseGlow {
    0% {
        transform: scale(0.8);
        opacity: 0.8;
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
/* Background Particles Mock */
.bg-glow {
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(112, 198, 49, 0.15), transparent);
    top: -100px;
    right: -100px;
    filter: blur(80px);
    z-index: 1;
}
.bg-glow-2 {
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(96, 165, 250, 0.15), transparent);
    bottom: -100px;
    left: -100px;
    filter: blur(80px);
    z-index: 1;
}
.developers-dropdown::after {
    display: none !important;
}
.developers-mega-content {
    max-width: 1350px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 320px 340px 1fr;
    padding: 5px 20px 25px;
    gap: 40px;
    align-items: start;
    margin-top: 15px !important;
}
.developers-left-info h2 {
    font-size: 26px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 12px;
}
.developers-left-info p {
    font-size: 15px;
    color: #475569;
    line-height: 1.5;
}
.developers-links-column {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 15px !important;
    padding: 0 !important;
    padding-top: 0 !important;
}
.developers-links-column .dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: all 0.2s;
    background: transparent !important;
    padding: 0 !important;
    padding-top: 0 !important;
}
.developers-links-column .item-title {
    font-size: 15px;
    font-weight: 600;
    color: #334155;
}
.developers-links-column .dropdown-item:hover .item-title {
    color: #70c631;
}
.developers-right-card {
    display: flex;
    align-items: start;
    margin-top: 15px !important;
    padding: 0 !important;
    padding-top: 0 !important;
}
.promo-text h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 20px;
    line-height: 1.3;
}
.talk-to-sales {
    color: #70c631;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
}
/* Exact Match Decorative Elements for Promo Card */
.code-visual-container {
    position: relative;
    width: 100%;
    height: 100%;
}
.floating-smiley {
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 10;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.1));
}
.floating-sparkle {
    position: absolute;
    top: -30px;
    right: 20px;
    z-index: 5;
    animation: sparkle-float 3s infinite ease-in-out;
}
@keyframes sparkle-float {

    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-10px) scale(1.1);
    }
}
.line-numbers {
    display: flex;
    flex-direction: column;
    color: #4b5563;
    font-size: 11px;
    text-align: right;
    user-select: none;
}
.line-numbers span {
    line-height: 1.4;
}
.code-content {
    flex: 1;
}
.promo-card-api {
    overflow: visible !important;
}
/* Hover effect for API Promo Card */
.promo-card-api {
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    cursor: pointer;
}
/* Arrow Animation for Talk to Sales */
.talk-to-sales .arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}
.talk-to-sales:hover .arrow {
    transform: translateX(5px);
}
/* Clean Hover for Developers Links */
/* Fix for Developers Icon Colors */
.developers-links-column .item-icon svg {
    stroke: inherit !important;
}
.developers-links-column .item-icon svg,
.developers-links-column .item-icon svg * {
    stroke: #1e293b !important;
}
.developers-links-column .item-icon {
    width: 34px !important;
    height: 34px !important;
}
.visual-mega-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    padding: 20px;
    width: 850px;
}
.visual-card-img {
    height: 120px;
    width: 100%;
    background: #eee;
    overflow: hidden;
}
.visual-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.visual-card-info {
    padding: 12px;
}
.visual-card-info .v-title {
    display: block;
    font-weight: 700;
    color: #0f172a;
    font-size: 14px;
    margin-bottom: 2px;
}
.visual-card-info .v-desc {
    display: block;
    color: #64748b;
    font-size: 11px;
    line-height: 1.4;
}
.view-all-link {
    font-size: 13px;
    font-weight: 600;
    color: #70c631;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.view-all-link:hover {
    color: #5ea828;
}
.view-all-link i {
    display: inline-block !important;
    margin-left: 2px;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.view-all-link:hover i {
    transform: translateX(6px);
}
.developers-dropdown {
    padding: 0 !important;
}
.developers-links-column .item-icon svg {
    width: 22px !important;
    height: 22px !important;
}
.developers-dropdown {
    padding: 0 !important;
}
.developers-mega-content {
    padding: 25px 20px !important;
    /* Restore padding for top title */
    align-items: start !important;
}
.developer-mascot {
    width: 250px;
    height: 160px;
    margin-top: -30px !important;
    margin-bottom: 0px !important;
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    /* Left align mascot */
    overflow: hidden;
}
.developer-mascot lottie-player {
    width: 100% !important;
    height: 100% !important;
    transform: scale(1.4);
}
.developers-left-info h2 {
    margin-top: 0 !important;
    padding-top: 0 !important;
    font-size: 24px !important;
}
.developers-links-column,
.developers-right-card {
    margin-top: 5px !important;
    /* Align with top title area */
}
/* --- Sales Contact Modal --- */
.sales-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.sales-modal-overlay.active {
    display: flex;
    opacity: 1;
}
.sales-modal-overlay.active .sales-modal-container {
    transform: scale(1) translateY(0);
}
.sales-modal-container p {
    color: #475569;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 24px;
}
.sales-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.sales-form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.sales-form-group.full-width {
    grid-column: span 2;
}
.sales-form-group label {
    font-weight: 700;
    font-size: 14px;
    color: #1e293b;
}
.phone-input-wrapper {
    display: flex;
    gap: 10px;
}
.country-code {
    width: 90px;
    background: #f8fafc;
}
.sales-checkbox-group {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 10px 0;
}
.sales-checkbox-group input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.sales-submit-btn:hover {
    background: #70c631;
    box-shadow: 0 4px 6px rgba(112, 198, 49, 0.2);
    filter: none;
}
.sales-submit-btn:active {
    filter: brightness(0.95);
}
/* --- Custom Select Dropdown --- */
.custom-select-wrapper {
    position: relative;
    user-select: none;
}
.custom-select-trigger i {
    font-size: 10px;
    color: #475569;
    transition: transform 0.2s;
}
.custom-options.show {
    display: block !important;
}
.custom-option:hover {
    background: #f1f5f9;
    color: #70c631;
}
.custom-option.selected {
    background: #f1f5f9;
    font-weight: 600;
}
/* --- Unified Phone Input Style --- */
/* --- Custom Country Selector --- */
.country-select-trigger {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 14px;
    color: #1e293b;
    font-weight: 600;
    transition: background 0.2s;
}
.country-select-trigger:hover {
    background: #f1f5f9;
}
.country-select-trigger i {
    font-size: 10px;
    color: #64748b;
    transition: transform 0.2s;
}
.country-options.show {
    display: block !important;
}
.country-option:hover {
    background: #f1f5f9;
    color: #70c631;
}
.country-option.selected {
    background: #f1f5f9;
}
.country-option .flag {
    font-size: 18px;
}
.country-option .country-name {
    flex: 1;
}
.country-option .country-code-val {
    color: #94a3b8;
    font-weight: 500;
}
/* Custom scrollbar for country options */
.country-options::-webkit-scrollbar {
    width: 4px;
}
.country-options::-webkit-scrollbar-track {
    background: #f8fafc;
}
/* Force visibility for modal dropdowns */
.phone-input-wrapper,
.custom-select-wrapper,
.sales-form-group {
    overflow: visible !important;
}
/* Adjusting Country Options Height */
.country-options {
    max-height: 250px !important;
    overflow-y: auto !important;
}
/* Specific Scrollbar Thumb Styling */
.country-options::-webkit-scrollbar-track {
    background: transparent !important;
}
/* --- FINAL SCROLLBAR FIX --- */
#countryOptions::-webkit-scrollbar {
    width: 5px !important;
    display: block !important;
}
#countryOptions::-webkit-scrollbar-track {
    background: transparent !important;
}
/* Specific fix for Sales Modal Dropdowns ONLY */
.sales-modal-container,
.phone-input-wrapper,
.custom-select-wrapper,
.sales-form-group {
    overflow: visible !important;
}
/* Specific fix for Country Selector Trigger */
.country-select-trigger {
    position: relative !important;
    z-index: 99 !important;
}
/* Specific styling for Enterprise glassmorphism container on home page */
.mobile-only-br {
    display: none !important;
}
/* Global Mobile FAQ Styles */
.timeline-step {
    background: transparent !important;
}
/* Option #21: Vertical Segmented Capsule Pill Dock */
.floating-capsule-dock .floating-add-btn:hover {
    background: #5ea828 !important;
}
/* --- Global Centralized Close Button Component (Option #30 Standard) --- */
.social-icon img {
    width: 22px !important;
    height: 22px !important;
    object-fit: contain !important;
    max-width: 22px !important;
    max-height: 22px !important;
}
.social-icon i {
    font-size: 20px !important;
}
.checkbox-group, .checkbox-group-signup {
    color: #0f172a !important;
    font-weight: 600 !important;
}
.auth-form-side h1 span {
    color: #334155 !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    letter-spacing: -0.2px !important;
    -webkit-font-smoothing: antialiased !important;
}
/* Premium Checkbox Global Styles (Smooth Bottom-Slide Fill #70c631) */
.premium-checkbox {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    user-select: none;
}
.premium-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.premium-checkbox .checkmark::before {
    content: "";
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #70c631;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}
.premium-checkbox input:checked~.checkmark::before {
    bottom: 0;
}
.premium-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.premium-checkbox input:checked~.checkmark:after {
    display: block;
}
/* ==========================================================================
   MODULE: 04-tools-workspace.css
   DESCRIPTION: Tool Workspaces, Canvas, Upload Zones & Tools Grid
   ========================================================================== */

/* Global Dashed Preview Frame & Uploaded Card Container (Option #28 - Corner Bracket Tech Accents) */
.dashed-preview-frame:hover .card-actions-wrapper {
    opacity: 1;
    transform: none;
}
/* Tools Grid Layout */
.tools-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    margin-top: 15px !important;
    padding: 0 60px 80px;
    max-width: 1500px;
    margin: 0 auto;
}
.tool-card .preview-info {
    width: 100%;
    padding: 0;
    margin: 0;
}
.tool-card:hover .tool-card-icon {
    transform: scale(1.12);
    box-shadow: none !important;
    background: transparent !important;
}
.tool-card:hover .preview-info p {
    opacity: 0;
    transform: translateY(-8px);
}
.tool-card:hover .card-start-now {
    opacity: 1;
    transform: translateY(0);
}
.tool-card:hover .card-start-now::after {
    transform: scaleX(1);
}
.tool-card-icon svg {
    width: 58px !important;
    height: 58px !important;
    transition: transform 0.3s ease;
}
/* Tool Pages ONLY: Lock Scroll & Fix Layout */
.tool-interface-container {
    max-width: 1350px;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 0;
}
.tool-hero-saas {
    margin-bottom: 20px;
    padding-top: 15px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: visible;
    background: transparent;
}
/* Global Upload Button Styles - Unified for all tools */
@keyframes floatBadge {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-8px) rotate(5deg);
    }

    100% {
        transform: translateY(0px) rotate(0deg);
    }
}
.preview-panel {
    padding: 5px 40px 60px;
    display: flex;
    align-items: center;
    /* Always center horizontally */
    justify-content: flex-start;
    /* Start from the top */

    /* Enable independent scroll */
    height: 100%;
    background: #ffffff;
    flex: 1;
    scrollbar-width: thin;
}
/* Custom scrollbar for preview area */
.preview-panel::-webkit-scrollbar {
    width: 4px;
}
.preview-panel::-webkit-scrollbar-track {
    background: transparent;
}
.preview-panel::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #70c631 0%, #70c631 100%);
}
@keyframes fc-sparkle-float {

    0%,
    100% {
        transform: translateY(0) rotate(0deg) scale(1);
        opacity: 0.8;
    }

    33% {
        transform: translateY(-8px) rotate(20deg) scale(1.2);
        opacity: 1;
    }

    66% {
        transform: translateY(-4px) rotate(-10deg) scale(0.9);
        opacity: 0.6;
    }
}
@keyframes sh-v2-cursor-move {
    0%,
    25% {
        transform: translate(80px, 80px) rotate(45deg);
        opacity: 0;
    }

    32% {
        transform: translate(40px, 60px) rotate(20deg);
        opacity: 1;
    }

    40% {
        transform: translate(-15px, -15px) rotate(-10deg);
        opacity: 1;
    }

    42% {
        transform: translate(-22px, -18px) rotate(-15deg) scale(0.75);
        opacity: 1;
    }

    45% {
        transform: translate(-22px, -18px) rotate(-15deg) scale(0.2);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}
@keyframes pw-float {

    0%,
    100% {
        transform: translateY(0) rotate(0deg) scale(1);
        opacity: 0.55;
    }

    50% {
        transform: translateY(-8px) rotate(18deg) scale(1.25);
        opacity: 1;
    }
}
@keyframes pw-lock-bounce {

    0%,
    52% {
        transform: scale(1) rotate(0deg);
    }

    56% {
        transform: scale(0.88) rotate(-6deg);
    }

    60% {
        transform: scale(1.14) rotate(4deg);
    }

    65%,
    100% {
        transform: scale(1) rotate(0deg);
    }
}
/* Preview Timeline */
.preview-panel {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.preview-glass-card:hover,
.dashed-preview-frame:hover {
    box-shadow: none !important;
    transform: none !important;
}
.preview-glass-card:hover .card-actions-wrapper,
.preview-glass-card.is-active .card-actions-wrapper {
    opacity: 1;
    transform: none;
}
.card-mini-action-btn.btn-rotate {
    color: #70c631;
    /* Purple Rotate */
}
/* Custom Tooltip Styling */
[data-tooltip] {
    position: relative;
}
[data-tooltip]::before,
[data-tooltip]::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease, transform 0.15s ease;
    z-index: 9999;
    /* Higher priority */
}
/* Tooltip Bubble */
/* Tooltip Arrow (The 'tail') */
[data-tooltip]:hover::before,
[data-tooltip]:hover::after {
    opacity: 1;
    transform: translateX(-50%) translateY(-2px);
}
.canvas-wrapper canvas {
    max-width: 100%;
    max-height: 100%;
}
.canvas-wrapper canvas {
    width: 100%;
    height: auto;
}
.feature-row:hover .feature-icon-box {
    background: #10b981;
    color: white;
    transform: rotate(360deg);
    /* Playful spin */
}
.workspace-dropdown {
    min-width: 500px;
}
.all-tools-dropdown {
    min-width: 1120px !important;
    padding: 18px 24px !important;
    left: -410px !important;
    transform: none !important;
}
.all-tools-dropdown::after {
    left: 465px !important;
    transform: none !important;
}
.all-tools-grid {
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 10px 14px !important;
}
/* Workspace Dropdown Specific */
.workspace-dropdown {
    min-width: 900px;
}
/* --- PREMIUM SPLIT TOOL UI --- */
/* ===== Rotate PDF Tool Cards ===== */
.rotate-btn:active .icon-wrap, .rotate-btn.active .icon-wrap,
.reset-btn:active svg, .reset-btn.active svg {
    color: #70c631 !important;
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
/* --- MODULAR TOOL LAYOUT (RESPONSIVE) --- */
.tool-grid-container {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 30px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 18px;
    align-items: start;
    margin-top: 15px !important;
}
/* Page/Image Cards for Organize & JPG-PDF */
.organize-grid,
.images-to-pdf-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 18px;
    margin-top: 15px !important;
}
/* Delete Pages Tool Styles */
.delete-page-card canvas {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
/* Compression Tool Styles */
/* SaaS Tool Page Common Styles */
.cv-pdf-doc {
    animation: none !important;
    transform: none !important;
}
@keyframes cv-breath {

    0%,
    100% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(-5px) rotate(1.5deg);
    }
}
.faq-item.active .faq-icon {
    transform: rotate(180deg);
    color: #70c631;
}
/* Disabled Tool Button Global Override */
.btn-saas-action:disabled,
.btn-saas-action.btn-disabled {
    cursor: default !important;
    pointer-events: auto !important;
    /* Allow hover */
    background: #e2e8f0 !important;
    /* Slightly more solid disabled color */
    box-shadow: none !important;
    transform: none !important;
    color: #64748b !important;
    /* Muted text instead of white for better disabled look */
    opacity: 1 !important;
    /* Ensure children like tooltips are not faded */
}
.btn-saas-action:disabled:hover,
.btn-saas-action.btn-disabled:hover,
.btn-saas-action[data-disabled-tooltip]:hover {
    transform: none !important;
    filter: none !important;
    box-shadow: none !important;
}
/* Custom Tooltip for Disabled Button */
.btn-saas-action[data-disabled-tooltip] {
    position: relative;
    overflow: visible !important;
}
/* --- EXACT MATCH SUCCESS SCREEN (PDF24 STYLE BUT M37 BRANDED) --- */
.action-buttons-row.ilovepdf-style {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 50px 0 20px;
    flex-wrap: wrap;
}
.action-buttons-row.ilovepdf-style {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 50px 0 20px;
    flex-wrap: wrap;
}
.code-snippet-preview span.keyword {
    color: #f472b6;
}
.code-snippet-preview span.string {
    color: #38bdf8;
}
.code-snippet-preview {
    display: flex !important;
    gap: 10px;
    padding: 15px !important;
}
.developers-links-column .preview-glass-card {
    width: 200px !important;
    height: 280px !important;
}
.custom-select-trigger.active i {
    transform: rotate(180deg);
}
.country-select-trigger.active i {
    transform: rotate(180deg);
}
/* Custom Tooltip for Floating Badge (Opens upwards with arrow pointing down, matching About Us tooltips) */
.floating-badge[data-tooltip] {
    position: relative;
}
.floating-badge[data-tooltip]::before,
.floating-badge[data-tooltip]::after {
    position: absolute !important;
    display: block !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(10px) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity 0.15s ease, transform 0.15s ease !important;
    z-index: 9999 !important;
}
/* Tooltip Bubble (Slightly smaller, sits above the badge) */
/* Tooltip Arrow (Points down, sits below the bubble, centered) */
.floating-badge[data-tooltip]:hover::before,
.floating-badge[data-tooltip]:hover::after {
    opacity: 1 !important;
    transform: translateX(-50%) translateY(0) !important;
}
/* Hide floating badge tooltip on mobile to prevent touch/hover overlay issues */
/* Universal Clean White Workspace Background for ALL Tool Pages */
/* ==========================================================================
   MODULE: 05-dashboards-account.css
   DESCRIPTION: User Profile, Admin Dashboard & Pricing Styles
   ========================================================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
.dashed-preview-frame,
.card-item-wrapper {
    padding: 14px 12px 10px !important;
    width: 180px !important;
    max-width: 180px !important;
    min-height: 215px !important;
    border-radius: 12px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    box-sizing: border-box !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    overflow: visible !important;
    position: relative !important;
    margin: 0 auto !important;
    transition: background 0.2s ease !important;
}
.dashed-preview-frame .preview-glass-card {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}
.saas-dashboard:not([style*="display: none"]) ~ * .master-faq-toggle,
.saas-dashboard:not([style*="display: none"]) ~ .master-faq-toggle,
#selectedFilesArea:not([style*="display: none"]) ~ * .master-faq-toggle,
#selectedFilesArea:not([style*="display: none"]) ~ .master-faq-toggle {
    display: none !important;
}
.dashed-preview-frame::before,
.dashed-preview-frame::after,
.dashed-preview-frame .preview-glass-card::before,
.preview-glass-card::before,
.dashed-preview-frame .preview-glass-card::after,
.preview-glass-card::after {
    display: none !important;
    content: none !important;
    border: none !important;
}
@media (hover: hover) {
    .dashed-preview-frame:hover,
    .card-item-wrapper:hover {
        background: #e3e5e8 !important;
        border-radius: 12px !important;
    }
}
.tool-card {
    text-decoration: none;
    text-align: left;
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    border-radius: 14px;
    border: 1px solid #cbd5e1;
    position: relative;
    background: var(--glass-bg);
}
.tool-card .card-start-now::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1.5px;
    background: #70c631;
    border-radius: 2px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease 0.1s;
}
.tool-card:hover {
    background: white;
    border-color: #70c631;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.tool-card-icon {
    width: 60px !important;
    height: 60px !important;
    background: transparent !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.btn-signup {
    background: #70c631 !important;
    color: white !important;
    padding: 8px 22px;
    border-radius: 6px !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 4px 6px rgba(112, 198, 49, 0.2);
    transition: all 0.2s ease;
}
/* On tool pages, allow the interface to touch the edges (Dashboard view) */
.upload-area {
    padding: 18px;
    background: transparent;
    border: none;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    /* Ensure full width on mobile */
    max-width: 900px;
    margin: 0 auto;
    box-shadow: none;
}
.upload-area:hover {
    background: transparent;
    border-color: transparent;
    transform: none;
    box-shadow: none;
}
.btn-upload {
    background: #70c631 !important;
    color: white !important;
    width: 320px !important;
    height: 80px !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    border-radius: 12px !important;
    border: none !important;
    cursor: pointer !important;
    box-shadow: 0 4px 6px rgba(112, 198, 49, 0.2) !important;
    transition: all 0.2s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
    position: relative !important;
    z-index: 10 !important;
    white-space: nowrap !important;
    line-height: 1 !important;
    letter-spacing: -0.5px !important;
    outline: none !important;
}
/* Disable dark blur overlay for mobile settings sidebar */
.cloud-btn {
    width: 44px !important;
    height: 44px !important;
    border-radius: 12px !important;
    background: #70c631 !important;
    /* Premium brand color */
    border: none !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(112, 198, 49, 0.2);
    transition: all 0.3s;
}
.floating-badge {
    position: absolute !important;
    top: -25px !important;
    right: -18px !important;
    z-index: 20 !important;
    width: 42px !important;
    height: 42px !important;
    border: 2px solid white !important;
    background: #ffffff !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12) !important;
    animation: floatBadge 3s ease-in-out infinite !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
.floating-add-btn {
    width: 46px !important;
    height: 46px !important;
    border-radius: 50% !important;
    background: #70c631 !important;
    color: white !important;
    border: none !important;
    box-shadow: 0 4px 6px rgba(112, 198, 49, 0.2) !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    transition: all 0.2s ease !important;
}
.cloud-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #ffffff !important;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.04);
}
/* Dashboard Layout */
.saas-dashboard {
    display: grid;
    grid-template-columns: 1fr 440px;
    gap: 0;
    align-items: stretch;
    height: calc(100vh - 64px);
    /* Fixed viewport height */
    overflow: hidden;
    /* Disable page-level scroll */
}
.saas-control-panel {
    position: relative;
    /* Relative inside the fixed dashboard */
    padding: 0;
    height: 100%;
    /* Take full dashboard height */
    background: #ffffff;
    border-left: 1px solid #94a3b8;
    border-radius: 0 !important;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.02);
    z-index: 100;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    /* Prevent sidebar itself from scroll, use internal scroll area */
}
.preview-panel::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #70c631 0%, #70c631 100%);
    border-radius: 12px;
}
.feature-carousel-wrapper {
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}
.feature-carousel-card {
    flex: 0 0 calc(100% / 3);
    padding: 10px;
    box-sizing: border-box;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0.4;
    transform: scale(0.92);
    filter: blur(0.5px);
}
.feature-carousel-card .fc-illustration {
    position: relative;
    border-radius: 10px; /* Reduced from 16px */
    overflow: hidden;
    aspect-ratio: 16 / 10;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none !important;
    margin-bottom: 18px;
    border: none !important;
}
.feature-carousel-card.featured .fc-illustration {
    box-shadow: none !important;
    border: none !important;
}
.fc-arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #f1f5f9;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #475569;
    transition: all 0.2s ease;
    flex-shrink: 0;
    padding: 0;
}
.fc-arrow:hover:not(:disabled) {
    border-color: #e2e8f0;
    background-color: #f8fafc;
    color: #0f172a;
}
.fc-arrow:disabled {
    opacity: 0.25;
    cursor: not-allowed;
    border-color: #f1f5f9;
}
.fc-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: #e2e8f0;
    cursor: pointer;
    transition: all 0.25s ease;
    padding: 0;
}
   FC EDIT CARD - Animated
   =========================== */
.fc-edit-card {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 16px 20px !important;
    gap: 30px !important;
    margin-top: 15px !important;
    border: none !important;
    box-shadow: none !important;
}
.fc-avatar-wrap {
    flex-shrink: 0 !important;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border: 3px solid white;
    position: relative;
    z-index: 2;
    animation: none !important;
    background: #ffffff;
    margin-right: 15px !important;
}
.fc-edit-box-wrap {
    margin-left: 15px !important;
    flex-shrink: 0 !important;
}
.fc-edit-box {
    position: relative;
    width: 180px;
    height: 80px;
    border: 2.5px solid #70c631;
    border-radius: 12px;
    background: transparent;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: none !important;

    display: flex;
    align-items: center;
    justify-content: center;
    animation: none !important;
}
.fc-handle {
    position: absolute;
    width: 9px;
    height: 9px;
    background: white;
    border: 2.5px solid #70c631;
    border-radius: 2px;
    animation: fc-handle-pop 0.4s ease-out backwards;
}
.sh-v2-btn {
    background: #0f172a;
    color: white;
    padding: 14px 28px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0 !important;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
    font-weight: 600;
    font-size: 20px;
    transition: all 0.3s ease;
    overflow: hidden;
}
.sh-opt {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transform: scale(0);
    visibility: hidden;
}
.sh-circle {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid white;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.14);
    flex-shrink: 0;
    position: relative;
    background: transparent;
    animation: sh-breathe 4s ease-in-out infinite alternate;
}
.sh-plus-btn {
    width: 32px;
    height: 32px;
    background: #101b3a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 22px;
    font-weight: 300;
    line-height: 1;
    margin-left: -10px;
    flex-shrink: 0;
    position: relative;
    z-index: 5;
    will-change: transform;
    animation: sh-plus-anim 7s ease-in-out infinite;
}
.pw-ring {
    position: absolute;
    border-radius: 50%;
    border: 1.5px solid rgba(34, 197, 94, 0.35);
    pointer-events: none;
}
.pw-r1 {
    width: 68px;
    height: 68px;
    border-color: rgba(34, 197, 94, 0.4);
    animation: pw-sonar 4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.pw-r2 {
    width: 120px;
    height: 120px;
    border-color: rgba(34, 197, 94, 0.2);
    animation: pw-sonar 4s cubic-bezier(0.4, 0, 0.2, 1) 1s infinite;
}
.pw-lock-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(34, 197, 94, 0.1);
    border: 2px solid rgba(34, 197, 94, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px rgba(34, 197, 94, 0.2);
    animation: pw-lock-bounce 4s ease-in-out infinite;
    z-index: 5;
}
.pw-pill {
    display: flex;
    align-items: center;
    gap: 7px;
    background: white;
    border-radius: 50px;
    padding: 12px 24px;
    border: 2px solid #22c55e;
    box-shadow: 0 10px 30px rgba(34, 197, 94, 0.15);
    position: relative;
    overflow: hidden;
    animation: pw-pill-glow 4s infinite alternate;
}
@keyframes pw-pill-pulse {

    0%,
    50% {
        border-color: #22c55e;
    }

    60% {
        border-color: #16a34a;
        transform: scale(1.02);
    }

    72%,
    100% {
        border-color: #22c55e;
    }
}
.pw-str-track {
    width: 90px;
    height: 5px;
    background: rgba(34, 197, 94, 0.15);
    border-radius: 12px;
    overflow: hidden;
}
.pw-str-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #4ade80, #16a34a);
    border-radius: 12px;
    animation: pw-bar-fill 5.5s ease-in-out infinite;
}
.premium-tabs {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    max-width: 600px;
    width: 100%;
    display: flex;
    gap: 8px !important;
    justify-content: center;
    overflow: visible !important;
    margin: 40px auto 50px !important;
}
.p-tab {
    background: #f1f5f9 !important;
    border: none !important;
    color: #64748b !important;
    padding: 12px 24px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    cursor: pointer;
    transform: skewX(-20deg) !important;
    transition: all 0.3s !important;
    border-left: 4px solid transparent !important;
    border-radius: 0px !important;
    flex: 1 !important;
    justify-content: center;
    outline: none !important;
}
.p-tab span {
    display: inline-block;
    transform: skewX(20deg) !important;
}
.p-tab.active {
    background: #ffffff !important;
    color: #70c631 !important;
    border-left-color: #70c631 !important;
    box-shadow: 0 4px 15px rgba(112, 198, 49, 0.08) !important;
    transform: skewX(-20deg) !important;
    font-weight: 800 !important;
}
.stat-card {
    background: rgba(255, 255, 255, 0.8);
    /* Slightly more opaque */
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 24px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    /* Softer base shadow */
    border-bottom: 3px solid rgba(0, 0, 0, 0.05);
    /* Grounding line */
}
.stat-card:hover {
    transform: translateY(-10px);
    background: white;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.1);
    border-color: white;
}
.saas-input {
    width: 100%;
    height: 48px;
    background: #fff;
    border: 2px solid #f1f5f9;
    border-radius: var(--radius-md);
    padding: 0 20px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.saas-input:focus {
    border-color: var(--accent-purple);
    box-shadow: 0 0 0 4px rgba(112, 198, 49, 0.1);
}
.step-number {
    width: 44px;
    height: 44px;
    background: #fff;
    border: 3px solid var(--accent-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: var(--accent-blue);
    z-index: 2;
}
.preview-glass-card {
    flex: 0 0 auto;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 160px !important;
    max-height: 160px !important;
    padding: 0 !important;
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 6px !important;
    transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
    position: relative !important;
    cursor: pointer;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}
.canvas-wrapper {
    width: auto !important;
    height: auto !important;
    max-width: 160px !important;
    max-height: 160px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    border: none !important;
    transition: none !important;
}
.preview-glass-card.is-active,
.preview-glass-card:focus,
.preview-glass-card:focus-visible {
    border: none !important;
    outline: none !important;
    background: transparent !important;
    box-shadow: none !important;
}
.dashed-preview-frame.is-active,
.dashed-preview-frame:hover,
.card-item-wrapper:hover,
.card-item-wrapper.is-active {
    background: rgba(0, 0, 0, 0.07) !important;
    border-radius: 12px !important;
}
.preview-glass-card canvas,
.preview-glass-card img,
.canvas-wrapper canvas,
.canvas-wrapper img {
    max-width: 100% !important;
    height: auto !important;
    max-height: 160px;
    display: block !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
}
.card-mini-action-btn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.2s;
}
.card-mini-action-btn.btn-rotate:hover {
    background: #70c631;
    color: #ffffff;
    border-color: #70c631;
}
.card-mini-action-btn.btn-delete:hover {
    background: #ef4444;
    color: #ffffff;
    border-color: #ef4444;
}
[data-tooltip]::before {
    content: attr(data-tooltip);
    bottom: calc(100% + 15px);
    background: #334155;
    color: white;
    padding: 7px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2);
}
[data-tooltip]::after {
    content: '';
    position: absolute;
    bottom: calc(100% + 9px);
    left: 50%;
    transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #334155;
}
.canvas-wrapper {
    width: 100%;
    min-height: 120px;
    background: transparent;
    /* Removed inner white background */
    border-radius: 0;
    /* Removed inner border radius */
    box-shadow: none;
    /* Removed inner shadow */
    overflow: hidden;
    margin-bottom: 12px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-auth-btn {
    height: 52px;
    border: 2px solid #f1f5f9;
    background: #fff;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s;
}
.social-auth-btn:hover {
    border-color: var(--accent-blue);
    background: #f8fafc;
}
.feature-row {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
    cursor: default;
    font-weight: 600;
    color: #334155;
}
.feature-row:hover {
    background: white;
    transform: translateX(10px);
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.05);
    border-color: #e2e8f0;
    color: #0f172a;
}
.feature-icon-box {
    width: 24px;
    height: 24px;
    background: #ecfdf5;
    /* Green 50 */
    color: #10b981;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.compression-card {
    padding: 18px;
    background: #fff;
    border: 2px solid #f1f5f9;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.compression-card:hover {
    border-color: #e2e8f0;
    transform: translateX(5px);
}
.compression-card.active {
    border-color: #70c631;
    background: #fdfcff;
    box-shadow: 0 10px 20px rgba(112, 198, 49, 0.05);
}
.check-circle {
    width: 28px;
    height: 28px;
    border: 2px solid #f1f5f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    transition: all 0.3s;
}
.compression-card.active .check-circle {
    background: #10b981;
    border-color: #10b981;
    color: #fff;
}
.add-more-card {
    border: 2px dashed #cbd5e0;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 15px !important;
    padding: 15px 40px;
    cursor: pointer;
    transition: all 0.3s;
    background: rgba(248, 250, 252, 0.5);
    min-height: 180px;
}
.add-more-card:hover {
    border-color: var(--accent-purple);
    background: rgba(112, 198, 49, 0.05);
    transform: translateY(-5px);
}
.add-more-card .add-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-purple);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}
.mega-dropdown {
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 14px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1000;
    min-width: 420px;
}
.mega-dropdown::after {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    z-index: 1;
}
.dropdown-item {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 3px 8px;
    border-radius: 4px;
    text-decoration: none;
    color: #334155;
    transition: all 0.2s;
    font-weight: 600;
    font-size: 14.5px;
    border: 1px solid transparent;
    white-space: nowrap;
}
.dropdown-item:hover {
    background: #f1f5f9;
    border-color: transparent;
    color: #0f172a;
    box-shadow: none;
    border-radius: 4px;
}
.dropdown-item.compact {
    padding: 3px 8px;
    font-size: 14.5px;
    border-radius: 4px;
}
.item-icon {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
/* User Profile & Dropdown */
.user-profile {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 1001;
}
.avatar-container {
    padding: 2px;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    display: flex;
}
.user-profile:hover .avatar-container {
    border-color: var(--accent-purple);
    background: rgba(112, 198, 49, 0.1);
}
.user-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    background: #f1f5f9;
}
.user-online-status {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 12px;
    height: 12px;
    background: #22c55e;
    border: 2px solid #fff;
    border-radius: 50%;
}
.profile-dropdown {
    position: absolute;
    top: calc(100% + 15px);
    right: 0;
    min-width: 260px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 18px;
    display: none;
    transform: translateY(10px);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.user-profile.active .profile-dropdown {
    display: block !important;
    transform: translateY(0);
    opacity: 1;
}
.dropdown-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    text-decoration: none;
    color: #475569;
    font-size: 13px;
    font-weight: 600;
    border-radius: 12px;
    transition: all 0.2s;
}
/* User Profile Dropdown - Premium SaaS Style */
.user-profile-dropdown {
    position: absolute;
    top: 60px;
    right: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
    width: 230px; /* Decreased width */
    display: none;
    flex-direction: column;
    z-index: 1000;
    padding: 12px 0 20px 0; /* Increased top and bottom padding for height */
    border: 1px solid #e2e8f0;
}
.user-profile-dropdown::before {
    content: '';
    position: absolute;
    top: -6px;
    right: 18px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-left: 1px solid #e2e8f0;
    border-top: 1px solid #e2e8f0;
    transform: rotate(45deg);
    z-index: 1001;
}
.user-profile.active .user-profile-dropdown {
    display: flex;
}
.user-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #e2e8f0;
}
.saas-control-panel {
    background: #ffffff !important;
    backdrop-filter: none !important;
    border-left: 1px solid #94a3b8 !important;
}
.range-mode-toggle {
    display: flex;
    background: #f4f4f5;
    padding: 3px;
    border-radius: 4px !important;
    gap: 3px;
    margin-bottom: 20px;
    border: none !important;
}
.mode-btn {
    flex: 1;
    padding: 8px 12px;
    border: none;
    background: transparent;
    color: #71717a;
    font-size: 13px;
    font-weight: 700;
    border-radius: 3px !important;
    cursor: pointer;
    transition: all 0.2s ease;
}
.unit-btn {
    padding: 6px 14px;
    border: none;
    background: transparent;
    color: #94a3b8;
    font-size: 11px;
    font-weight: 800;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.size-input-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border: 1px solid #94a3b8 !important;
    height: 40px !important;
    padding: 0 10px 0 14px !important;
    border-radius: 4px !important;
    transition: all 0.2s ease;
    box-shadow: none !important;
    box-sizing: border-box !important;
    max-width: 185px !important;
    width: 100% !important;
}
.size-input-control:focus-within {
    border: 1px solid #70c631 !important;
    box-shadow: none !important;
}
.size-input-control .premium-input,
.size-input-control input,
.size-input-control .premium-input:focus,
.size-input-control input:focus {
    border: none !important;
    padding: 0 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    width: 100% !important;
    height: 100% !important;
    outline: none !important;
    background: transparent !important;
    box-shadow: none !important;
}
.premium-input,
.saas-input {
    height: 40px !important;
    border-radius: 4px !important;
    border: 1px solid #94a3b8 !important;
    color: #0f172a !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    background: #ffffff !important;
    transition: all 0.2s ease !important;
    box-shadow: none !important;
}
.premium-input:focus,
.saas-input:focus {
    border: 1.5px solid #70c631 !important;
    box-shadow: none !important;
    outline: none !important;
}
.unit-toggle {
    display: flex;
    gap: 3px;
    background: #f4f4f5;
    padding: 3px;
    border-radius: 4px !important;
    min-width: 110px;
    flex-shrink: 0;
}
.unit-btn {
    flex: 1;
    padding: 6px 0;
    border: none;
    background: transparent;
    color: #71717a;
    font-size: 11px;
    font-weight: 700;
    border-radius: 3px !important;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
}
.comp-option-card {
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
    padding: 16px 20px !important;
    border: 2px solid #d8e2ec !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    transition: border-color 0.2s ease, background-color 0.2s ease !important;
    background: #ffffff !important;
    margin-bottom: 12px !important;
    position: relative !important;
    box-sizing: border-box !important;
    transform: none !important;
    outline: none !important;
}
.comp-option-card:hover,
.comp-option-card:active,
.comp-option-card:focus {
    border-color: #94a3b8 !important;
    transform: none !important;
    outline: none !important;
}
.comp-option-card.active,
.comp-option-card.is-selected {
    border: 2px solid #70c631 !important;
    background: #ffffff !important;
    transform: none !important;
}
.comp-card-text {
    display: flex !important;
    flex-direction: column !important;
    gap: 3px !important;
    flex: 1 !important;
}
.comp-card-title,
.comp-option-card h3 {
    font-family: 'Open Sans', 'Inter', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #1f1f1f !important;
    letter-spacing: 0.2px !important;
    text-transform: none !important;
    margin: 0 !important;
}
.comp-card-desc,
.comp-option-card p {
    font-family: 'Open Sans', 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #666666 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
}
.comp-radio {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    border-radius: 50% !important;
    border: 2px solid #cbd5e1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
    background: transparent !important;
    flex-shrink: 0 !important;
    position: relative !important;
}
.comp-option-card.active .comp-radio,
.comp-option-card.is-selected .comp-radio {
    border-color: #70c631 !important;
    background: #70c631 !important;
}
.comp-radio::after {
    display: none !important;
    content: none !important;
}
.rotate-btn,
.reset-btn {
    border: 1.5px solid #cbd5e1 !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    color: #0f172a !important;
    transition: all 0.2s ease !important;
}
.rotate-btn:hover,
.reset-btn:hover {
    border-color: #64748b !important;
    background: #f8fafc !important;
    color: #0f172a !important;
}
.rotate-btn:active, .rotate-btn.active,
.reset-btn:active, .reset-btn.active {
    border-color: #70c631 !important;
    background: rgba(112, 198, 49, 0.1) !important;
    color: #334155 !important;
}
.rotate-btn:active span, .rotate-btn.active span,
.reset-btn:active span, .reset-btn.active span {
    color: #334155 !important;
}
.aspect-preset-btn {
    border: 2px solid #cbd5e1 !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    box-sizing: border-box !important;
    transform: none !important;
    transition: border-color 0.15s ease !important;
}
.aspect-preset-btn:hover:not(.active) {
    border-color: #94a3b8 !important;
    background: #ffffff !important;
    transform: none !important;
    box-shadow: none !important;
}
.aspect-preset-btn:active,
.aspect-preset-btn:focus {
    transform: none !important;
    box-shadow: none !important;
}
.aspect-preset-btn.active,
.aspect-preset-btn.is-selected {
    border-width: 2px !important;
    border-color: #70c631 !important;
    background: #ffffff !important;
    transform: none !important;
    box-shadow: none !important;
}
.aspect-preset-btn.active div,
.aspect-preset-btn.is-selected div {
    border-color: #70c631 !important;
}
.aspect-preset-btn.active .comp-radio,
.aspect-preset-btn.is-selected .comp-radio {
    border-color: #70c631 !important;
    background: #70c631 !important;
}
.aspect-preset-btn.active .comp-radio svg,
.aspect-preset-btn.is-selected .comp-radio svg {
    opacity: 1 !important;
    transform: scale(1) !important;
}
.notice-box,
.info-banner {
    background: #f5f3ff;
    border: 1.5px solid #ddd6fe;
    padding: 18px;
    border-radius: 16px;
    margin-top: 25px;
    color: #4c1d95;
    font-size: 13px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 15px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}
.range-card {
    position: relative;
    background: #ffffff;
    border: none;
    border-radius: 4px;
    padding: 18px;
    margin-bottom: 16px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
    animation: fadeInSlide 0.3s ease forwards;
}
.range-card:hover {
    border-color: #cbd5e1;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.04);
}
.btn-add-range {
    width: 100%;
    padding: 14px;
    background: white;
    border: 2px dashed #e2e8f0;
    color: #475569;
    border-radius: 8px;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    margin-top: 20px;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.btn-add-range:hover {
    border-color: #70c631;
    color: #70c631;
    background: #f5f3ff;
}
.preview-glass-card.is-active {
    border: none !important;
    background: transparent !important;
}
.delete-page-card {
    position: relative;
    cursor: pointer;
    padding: 15px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: white;
    border: 2px solid transparent;
    border-radius: var(--radius-lg);
    text-align: center;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    overflow: hidden !important;
}
.delete-page-card.selected {
    border-color: #ef4444;
    background: rgba(239, 68, 68, 0.02);
}
.delete-page-card .thumb-container {
    position: relative;
    line-height: 0;
    background: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    overflow: hidden !important;
    margin-bottom: 12px;
}
.delete-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(239, 68, 68, 0.15);
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-lg);
    z-index: 10;
    backdrop-filter: blur(2px);
}
.comp-level-card {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    padding: 14px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.comp-level-card:hover {
    border-color: #70c631;
    background: #f8fafc;
    transform: translateX(4px);
}
.comp-level-card.active {
    border-color: #70c631;
    background: rgba(112, 198, 49, 0.05);
    box-shadow: 0 4px 12px rgba(112, 198, 49, 0.1);
}
.level-icon {
    width: 48px;
    height: 48px;
    background: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.tool-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    color: #475569;
    margin-bottom: 20px;
}
.badge-dot {
    width: 4px;
    height: 6px;
    background: #70c631;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(112, 198, 49, 0.5);
}
.dec-circle {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
}
.cloud-btn {
    width: 44px;
    height: 44px;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}
.cloud-btn:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.trust-block {
    background: var(--bg-gradient);
    padding: 60px 60px 40px;
    max-width: 100%;
    margin: 0;
    text-align: center;
    position: relative;
    border-top: 1px solid rgba(112, 198, 49, 0.1);
}
.stat-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 48px 24px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.stat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    border-color: #e2e8f0;
}
.testimonial-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 20px 24px;
    border-radius: 8px;
    width: 440px;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    text-align: left;
    position: relative;
    transition: all 0.4s ease;
}
.testimonial-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.9);
    border-color: var(--accent-purple);
}
.user-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background: #f8fafc;
    border: 2px solid #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.btn-get-started {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 22px 64px;
    font-size: 18px;
    font-weight: 800;
    color: white;
    background: var(--primary-gradient);
    border-radius: 100px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 0 12px 35px rgba(112, 198, 49, 0.4);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.faq-item {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-tap-highlight-color: transparent !important;
    outline: none !important;
}
.faq-item:hover {
    border-color: #cbd5e1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    transform: none !important;
}
.faq-item.active {
    border-color: #70c631;
    box-shadow: none !important;
    outline: none !important;
}
.faq-question {
    width: 100%;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    outline: none;
}
.btn-saas-action[data-disabled-tooltip]:hover::after {
    content: '';
    position: absolute;
    bottom: calc(100% + 9px);
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #334155 transparent transparent transparent;
    z-index: 10000;
    pointer-events: none;
    opacity: 1 !important;
}
::-webkit-scrollbar-thumb {
    background: rgba(112, 198, 49, 0.4);
    border-radius: 10px;
}
#successSection {
    display: none;
    width: 100%;
    margin: 40px auto;
    text-align: center;
    background: transparent;
    border: none;
    animation: fadeInSuccess 0.4s ease;
}
.file-info-capsule {
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    margin-bottom: -20px;
    height: 48px;
    overflow: hidden;
}
.file-info-capsule .file-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4b5563;
    border-right: 1px solid #e2e8f0;
    font-size: 16px;
}
.file-info-capsule .action-btn {
    width: 48px;
    height: 48px;
    border: none;
    border-left: 1px solid #e2e8f0;
    background: white;
    color: #4b5563;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 13px;
}
.huge-download-btn {
    background: #70c631;
    color: white;
    font-size: 24px;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    padding: 24px 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(112, 198, 49, 0.2);
    transition: all 0.2s ease;
}
.round-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
}
.share-link-section {
    background: #ffffff;
    max-width: 600px;
    margin: 40px auto 0;
    padding: 25px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid #e2e8f0;
    text-align: left;
}
.share-icon-box {
    width: 44px;
    height: 44px;
    background: #eeebff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--primary);
    margin-right: 15px;
}
.share-input-wrapper {
    display: flex;
    align-items: center;
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    overflow: hidden;
    padding: 4px;
}
.share-input-wrapper input {
    flex-grow: 1;
    background: transparent;
    border: none;
    padding: 12px 15px;
    font-size: 13px;
    color: #4a5568;
    outline: none;
}
.copy-link-btn {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #4a5568;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}
.copy-link-btn:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
    transform: translateY(-1px);
}
.huge-download-btn {
    background: #70c631;
    color: white;
    font-size: 24px;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    padding: 24px 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(112, 198, 49, 0.2);
    transition: all 0.2s ease;
}
.round-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
}
.share-link-section {
    background: #ffffff;
    max-width: 600px;
    margin: 40px auto 0;
    padding: 25px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid #e2e8f0;
    text-align: left;
}
.share-icon-box {
    width: 44px;
    height: 44px;
    background: #eeebff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--primary);
    margin-right: 15px;
}
.share-input-wrapper {
    display: flex;
    align-items: center;
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    overflow: hidden;
    padding: 4px;
}
.share-input-wrapper input {
    flex-grow: 1;
    background: transparent;
    border: none;
    padding: 12px 15px;
    font-size: 13px;
    color: #4a5568;
    outline: none;
}
.copy-link-btn {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #4a5568;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}
.copy-link-btn:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
    transform: translateY(-1px);
}
.promo-section {
    padding: 60px 0 70px;
    background: #e6f7ec;
    margin: 40px auto 40px;
    border-radius: 28px;
    max-width: 1350px;
    border: 1.5px solid #a7f3d0;
    border-top: 6px solid #5eb326;
    box-shadow: none !important;
    position: relative;
    overflow: hidden;
}
.tick-dashed {
    width: 24px;
    height: 24px;
    min-width: 24px;
    border-radius: 50%;
    border: none;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background: #5eb326;
}
.btn-premium {
    background: #374151;
    color: #ffffff;
    padding: 12px 36px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    overflow: hidden;
}
.btn-secondary-outline {
    border: 1.5px solid #cbd5e1;
    background: rgba(255, 255, 255, 0.5);
    color: #334155;
    padding: 16px 36px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-block;
}
.btn-secondary-outline:hover {
    background: #fff;
    border-color: #94a3b8;
}
.premium-test-card {
    min-width: 340px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 24px;
    text-align: left;
    transition: all 0.3s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.premium-test-card:hover {
    border-color: #cbd5e1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    z-index: 10;
    transition: all 0.2s;
}
.carousel-btn:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
}
.step-card {
    background: #fff;
    border-radius: 24px;
    padding: 40px 30px;
    position: relative;
    text-align: left;
    border: 1px solid #e2e8f0;
    transition: all 0.3s;
}
.step-number {
    width: 32px;
    height: 32px;
    background: #0f172a;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 24px;
}
.step-visual {
    width: 100%;
    height: 140px;
    background: #f1f5f9;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #cbd5e1;
}
.visual-mock {
    width: 80%;
    height: 60px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: 12px;
    font-weight: 600;
    gap: 8px;
}
.step-icon-wrapper {
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    margin-bottom: 20px;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.workflow-step:hover .step-icon-wrapper {
    transform: translateY(-10px) rotate(5deg);
    border-color: #70c631;
    background: rgba(112, 198, 49, 0.1);
    box-shadow: 0 20px 40px rgba(112, 198, 49, 0.2);
}
.ai-pulse-ring {
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 35px;
    border: 2px solid #82d446;
    animation: pulseGlow 2s infinite;
    opacity: 0;
}
.developers-dropdown {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    top: 64px !important;
    transform: none !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    padding: 0 !important;
    padding-top: 0 !important;
    border-top: 1px solid #f1f5f9 !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05) !important;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}
.developers-left-info {
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
}
.developers-links-column .item-icon {
    width: 34px;
    height: 34px;
    background: #f1f5f9 !important;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.promo-card-api {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 8px;
    padding: 18px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 30px;
    align-items: center;
    width: 100%;
}
.promo-card-api:hover {
    border-color: #70c631 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    outline: none !important;
    filter: none !important;
    transform: translateY(-2px);
}
.developers-links-column .dropdown-item:hover {
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;

}
.sales-modal-container {
    background: #fff;
    width: 95%;
    max-width: 580px;
    border-radius: 5px;
    padding: 32px;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transform: scale(0.9) translateY(30px);
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    max-height: 90vh;
    overflow-y: auto !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.sales-modal-close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: transparent;
    border: 2px dashed #94a3b8;
    color: #64748b;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.25s ease;
    z-index: 10;
}
.sales-modal-close:hover {
    background: #eeeeee !important;
    background-color: #eeeeee !important;
    color: #0f172a !important;
    border: none !important;
    transform: none !important;
    box-shadow: none !important;
}
.sales-form-group input,
.sales-form-group select {
    padding: 8px 12px;
    border: 1.5px solid #cbd5e1;
    border-radius: 8px;
    font-size: 14px;
    background: #fff;
    transition: all 0.2s ease;
    color: #0f172a;
}
.sales-form-group input:hover,
.sales-form-group select:hover {
    border-color: #94a3b8;
    background: #fff;
}
.sales-form-group input:focus,
.sales-form-group select:focus {
    outline: none !important;
    border-color: #70c631 !important;
    background: #fff;
    border-width: 1.5px !important;
    box-shadow: none !important;
}
.sales-submit-btn {
    width: 100%;
    padding: 12px;
    background: #70c631;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 6px rgba(112, 198, 49, 0.2);
}
.custom-select-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    background: #fff;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    font-size: 14px;
    color: #1e293b;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.custom-select-trigger:hover {
    border-color: #cbd5e1;
    background: #f1f5f9;
}
.custom-select-trigger.active {
    border-color: #70c631;
    background: #fff;
}
.custom-options {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.15), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    border: 1.5px solid #cbd5e1;
    z-index: 100000;
    display: none;
    max-height: 200px !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    -webkit-overflow-scrolling: touch;
}
.custom-options::-webkit-scrollbar {
    width: 6px;
}
.custom-options::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 4px;
}
.custom-options::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}
.custom-options::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}
.custom-option {
    padding: 10px 14px;
    font-size: 14px;
    color: #1e293b;
    cursor: pointer;
    transition: background 0.2s;
    border-radius: 4px;
}
.phone-input-wrapper {
    display: flex;
    align-items: stretch;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.phone-input-wrapper:focus-within {
    border-color: #70c631;
    background: #fff;
}
.country-code {
    border: none !important;
    background: #f8fafc !important;
    padding: 10px 12px !important;
    border-right: 1px solid #e2e8f0 !important;
    border-radius: 0 !important;
    font-size: 15px;
    cursor: pointer;
    outline: none !important;
    width: auto !important;
}
.phone-input-wrapper input {
    border: none !important;
    flex: 1;
    padding: 10px 14px !important;
    border-radius: 0 !important;
    outline: none !important;
}
.country-select-wrapper {
    position: relative;
    background: #f8fafc;
    border-right: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
}
.country-options {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 300px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border: 1px solid #f1f5f9;
    z-index: 100000;
    display: none;
    max-height: 280px;
    overflow-y: auto;
    padding: 8px;
}
.country-option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    font-size: 14px;
    color: #334155;
    cursor: pointer;
    transition: all 0.2s;
    border-radius: 4px;
}
.country-options::-webkit-scrollbar-thumb {
    background: #e2e8f0;
    border-radius: 12px;
}
.country-options::-webkit-scrollbar-thumb {
    background: #94a3b8 !important;
    border-radius: 10px !important;
    border: 1px solid #fff !important;
    /* Makes it look thinner/smaller */
}
#countryOptions::-webkit-scrollbar-thumb {
    background: #94a3b8 !important;
    border-radius: 10px !important;
    border: 1px solid transparent !important;
    background-clip: content-box !important;
}
.preview-enterprise-card {
    width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    border-radius: 24px !important;
    padding: 0 !important;
}
.floating-badge[data-tooltip]::after {
    content: '' !important;
    width: 0 !important;
    height: 0 !important;
    bottom: calc(100% + 6px) !important;
    border-top: 6px solid #334155 !important;
    border-bottom: none !important;
    border-left: 6px solid transparent !important;
    border-right: 6px solid transparent !important;
}
/* Pure Milk White Background STRICTLY INSIDE Uploaded File Card Borders */
.floating-capsule-dock {
    display: flex;
    flex-direction: column;
    background: #ffffff !important;
    border-radius: 30px !important;
    border: 1.5px solid #cbd5e1 !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12) !important;
    overflow: visible !important;
    position: relative !important;
}
.desktop-floating-actions .floating-capsule-dock {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.desktop-floating-actions .floating-add-btn {
    width: 48px !important;
    height: 52px !important;
    background: #70c631 !important;
    border: none !important;
    border-radius: 0 0 26px 26px !important;
    box-shadow: 0 8px 20px rgba(94, 168, 40, 0.4) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
}
.desktop-floating-actions .floating-add-btn:hover {
    background: #5ea828 !important;
    transform: none !important;
}
.floating-capsule-dock .floating-settings-btn {
    width: 48px !important;
    height: 46px !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #e2e8f0 !important;
    border-radius: 30px 30px 0 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #475569 !important;
    cursor: pointer !important;
    transition: background 0.2s ease, color 0.2s ease !important;
}
.floating-capsule-dock .floating-settings-btn:hover {
    background: #f8fafc !important;
    color: #70c631 !important;
}
.floating-capsule-dock .floating-settings-btn svg {
    stroke: #475569 !important;
    transition: stroke 0.2s ease !important;
}
.floating-capsule-dock .floating-settings-btn:hover svg {
    stroke: #70c631 !important;
}
.floating-capsule-dock .floating-add-btn {
    width: 48px !important;
    height: 50px !important;
    background: #70c631 !important;
    border: none !important;
    border-radius: 0 0 30px 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    cursor: pointer !important;
    position: relative !important;
    transition: background 0.2s ease !important;
    box-shadow: none !important;
}
.social-icon {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    border: 1px solid #cbd5e1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: none !important;
    background: #ffffff !important;
    overflow: hidden !important;
}
.social-icon:hover {
    border-color: #cbd5e1 !important;
    background: #ffffff !important;
    transform: none !important;
    box-shadow: none !important;
}
/* Brand Input Focus Border & Glow */
.input-wrapper input:focus,
#modalResetEmailInput:focus,
#modalResetCaptchaInput:focus {
    border-color: #70c631 !important;
    outline: none !important;
    box-shadow: none !important;
}
.premium-checkbox .checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1.8px solid #cbd5e1;
    overflow: hidden;
    z-index: 1;
    transition: all 0.2s ease;
    box-sizing: border-box;
}
.premium-checkbox:hover input~.checkmark {
    border-color: #70c631;
}
.premium-checkbox input:checked~.checkmark {
    border-color: #70c631;
}
.premium-checkbox .checkmark:after {
    left: 50%;
    top: 46%;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
}
/* ==========================================================================
   MODULE: 06-responsive-media.css
   DESCRIPTION: Responsive Media Queries (Mobile & Tablet)
   ========================================================================== */

@media (max-width: 640px) {
    .dashed-preview-frame {
        padding: 0 !important;
        padding-top: 0 !important;
        background: #ffffff !important;
        border: 1px dashed #cbd5e1 !important;
        border-radius: 0 !important;
        margin-top: -15px !important;
        margin-bottom: 5px !important;
    }
}

@media (max-width: 768px), (hover: none) {
    [data-tooltip]::before,
    [data-tooltip]::after,
    [data-tooltip]:hover::before,
    [data-tooltip]:hover::after,
    [data-tooltip]:focus::before,
    [data-tooltip]:focus::after,
    [data-tooltip]:active::before,
    [data-tooltip]:active::after,
    .f-btn[data-tooltip]::before,
    .f-btn[data-tooltip]::after,
    .f-btn[data-tooltip]:hover::before,
    .f-btn[data-tooltip]:hover::after,
    .flux-bottom-item[data-tooltip]::before,
    .flux-bottom-item[data-tooltip]::after,
    .flux-bottom-item[data-tooltip]:hover::before,
    .flux-bottom-item[data-tooltip]:hover::after {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
        content: none !important;
    }
}
@media (max-width: 1400px) {
    .tools-grid {
        grid-template-columns: repeat(4, 1fr);
        padding: 0 40px 60px;
    }
}
@media (max-width: 1100px) {
    .tools-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 850px) {
    .tools-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 16px 40px;
    }
}
@media (max-width: 650px) {
    .tools-grid,
    .catalog-tools-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        padding: 0 12px 40px !important;
        gap: 12px !important;
    }

    .tool-card {
        padding: 18px 12px 14px 12px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        min-height: 135px !important;
        border-radius: 16px !important;
        background: #f8fafc !important;
        border: 1.5px solid #e2e8f0 !important;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03) !important;
        transition: all 0.2s ease !important;
        position: relative !important;
        overflow: hidden !important;
    }

    .tool-card:active,
    .tool-card:hover {
        transform: translateY(-2px) !important;
        box-shadow: none !important;
        background: #ffffff !important;
        border-color: #cbd5e1 !important;
    }

    .tool-card-icon {
        width: 44px !important;
        height: 44px !important;
        margin-bottom: 10px !important;
        margin-right: 0 !important;
        border-radius: 10px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-shadow: none !important;
        flex-shrink: 0 !important;
        background: transparent !important;
    }

    .tool-card-icon svg,
    .tool-card-icon img {
        width: 42px !important;
        height: 42px !important;
        object-fit: contain !important;
    }

    .tool-card .preview-info {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        flex: 1 !important;
        text-align: center !important;
    }

    .tool-card .preview-info h3 {
        font-size: 14px !important;
        font-weight: 600 !important;
        font-family: 'Open Sans', 'Inter', sans-serif !important;
        color: #1f1f1f !important;
        line-height: 1.35 !important;
        max-width: none !important;
        margin: 0 !important;
        text-align: center !important;
        display: block !important;
        letter-spacing: 0px !important;
    }

    .tool-card .preview-info p {
        display: none !important;
    }

    .tool-card::after {
        display: none !important;
        content: none !important;
    }

    .tool-card .card-start-now {
        display: none !important;
    }

    .fc-title {
        font-size: clamp(26px, 7.2vw, 30px) !important;
        font-weight: 800 !important;
        margin-bottom: 12px !important;
        letter-spacing: -0.03em !important;
        line-height: 1.2 !important;
    }

    .fc-subtitle {
        font-size: 14.5px !important;
        margin-bottom: 18px !important;
        white-space: normal !important;
        padding: 0 !important;
        line-height: 1.5 !important;
        font-family: 'Inter', sans-serif !important;
        text-align: left !important;
        margin-left: 0 !important;
    }
}
@media (max-width: 768px) {
    .logo {
        font-size: 26px !important;
        /* Reverted to original larger size */
    }
}
@media (max-width: 768px) {
    .auth-buttons {
        display: none !important;
    }
}
@media (max-width: 768px) {
    body.tool-page-body {
        background: #ffffff !important;
    }
}
@media (max-width: 768px) {
    .index-hero::before,
    .index-hero::after {
        display: none !important;
        content: none !important;
        background: none !important;
        background-image: none !important;
    }

    .tool-hero-saas {
        padding-top: 15px !important;
        margin-top: 0px !important;
        margin-bottom: 5px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        overflow: visible !important;
        background: transparent !important;
        background-color: transparent !important;
        box-shadow: none !important;
        border: none !important;
    }

    .tool-hero-saas h1,
    .tool-hero-saas p {
        background: transparent !important;
        background-color: transparent !important;
    }

    .tool-page-main {
        padding-top: 10vh !important;
        /* Move it up towards top half */
        padding-left: 15px !important;
        padding-right: 15px !important;
        justify-content: flex-start !important;
        /* Align to top with padding */
    }

    .seo-breadcrumbs {
        margin-top: -6px !important;
        margin-bottom: 5px !important;
        background: transparent !important;
    }

    .tool-hero-saas h1 {
        margin-top: 0 !important;
        margin-bottom: 5px !important;
        font-size: 26px !important;
        font-weight: 600 !important;
        /* Smaller title on mobile */
        line-height: 1.25;
    }

    .upload-area {
        padding: 0 !important;
        padding-top: 0 !important;
        /* Remove internal padding to stretch button */
    }
}
@media (max-width: 768px) {
    .cloud-icons {
        flex-direction: row !important;
        justify-content: flex-end !important;
        /* Align to right */
        width: 100%;
        /* Ensure it takes width to align properly below button */
        padding-right: 0px;
        margin-top: 10px;
        order: 2;
        /* Ensure it comes after button if wrapping */
        gap: 10px;
        /* Add some space between icons */
    }

    .button-wrapper {
        flex-direction: column;
        /* Stack button and icons on mobile */
    }

    .btn-upload, .btn-upload-lg {
        width: 290px !important;
        max-width: 90vw !important;
        height: 72px !important;
        font-size: 22px !important;
        padding: 0 10px !important;
    }

    /* Hide the absolute blur glow divs inside upload-area */
    .upload-area > div[style*="blur"],
    .upload-area > div[style*="rgba"] {
        display: none !important;
    }

    /* Reposition floating badge - corner of upload button on mobile */
    .floating-badge {
        display: flex !important;
        position: absolute !important;
        top: -30px !important;
        right: -5px !important;
        width: 38px !important;
        height: 38px !important;
        z-index: 50 !important;
        animation: floatBadge 3s ease-in-out infinite !important;
    }

    .drop-text {
        display: none !important;
    }
}
@media (max-width: 1200px) {
    .saas-dashboard {
        grid-template-columns: 1fr 350px;
        gap: 30px;
    }
}
@media (max-width: 768px) {
    .saas-dashboard {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .saas-control-panel {
        position: static;
        width: 100%;
        min-height: auto;
    }
}
@media (max-width: 959px) {
    .feature-carousel-card {
        flex: 0 0 50%;
    }

    .feature-carousel-section {
        padding: 20px 24px 40px !important;
    }
}
@media (max-width: 599px) {
    .feature-carousel-card {
        flex: 0 0 100%;
        opacity: 1;
        transform: scale(1);
    }

    .feature-carousel-section {
        padding: 15px 24px 30px !important;
    }
}
@media (max-width: 1024px) {
    .saas-dashboard {
        grid-template-columns: 1fr;
    }

    .header {
        padding: 0 30px;
    }

    .tool-page-main {
        padding: 5px 16px 25px;
    }
}
@media (max-width: 768px) {
    .user-profile {
        margin-right: 15px;
    }
}
@media (max-width: 1024px) {
    .panel-header h2 {
        font-size: 28px !important;
        margin: 0 !important;
        font-weight: 600 !important;
        color: #2d3139 !important;
        letter-spacing: -0.5px;
    }

    .header {
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        padding: 12px 16px 0 16px !important;
        background: #ffffff !important;
        z-index: 10000;
        height: 64px !important;
        box-sizing: border-box !important;
    }

    main {
        padding-top: 64px !important;
    }

    .tool-page-main {
        padding-top: 64px !important;
        /* Standard fixed header height */
    }

    .profile-page-wrapper {
        margin-top: 64px !important;
    }


    .nav-links,
    .auth-buttons {
        display: none;
        /* Hidden on tablets and phones */
    }

    .mobile-menu-toggle {
        display: flex;
        order: 10;
        margin-left: auto;
        margin-right: 0;
        flex-shrink: 0;
    }
    
    .logo {
        margin-right: 0 !important;
        flex-shrink: 0;
        order: 0;
    }
    
    .user-profile {
        display: none !important;
    }

    .tool-hero-saas h1 {
        font-size: 38px;
        line-height: 1.2;
    }

    .tool-hero-saas p {
        font-size: 16px;
        padding: 0 16px;
    }

    .tools-grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        padding: 5px 16px 25px;
        gap: 18px;
        margin-top: 0px !important;
    }
}
@media (max-width: 1150px) {
    #floatingActionsArea {
        display: flex !important;
    }

    .tool-hero-saas h1 {
        font-size: 31px;
    }

    .premium-tabs {
        max-width: 520px !important;
        width: calc(100% - 24px) !important;
        margin: 20px auto 30px !important;
        padding: 4px !important;
        box-sizing: border-box !important;
        gap: 6px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: stretch !important;
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
    }

    .p-tab {
        flex: 1 1 0% !important;
        min-width: 0 !important;
        min-height: 42px !important;
        padding: 0 6px !important;
        font-size: 12.5px !important;
        font-weight: 700 !important;
        transform: skewX(-12deg) !important;
        border-left: 4px solid transparent !important;
        border-radius: 6px !important;
        background: #f1f5f9 !important;
        color: #64748b !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        box-sizing: border-box !important;
    }

    .p-tab span {
        display: inline-block !important;
        transform: skewX(12deg) !important;
        white-space: nowrap !important;
        overflow: visible !important;
        font-size: 12.5px !important;
        font-weight: 700 !important;
        line-height: 1 !important;
    }

    .p-tab.active {
        background: #ffffff !important;
        color: #70c631 !important;
        border-left-color: #70c631 !important;
        box-shadow: 0 4px 15px rgba(112, 198, 49, 0.14) !important;
        transform: skewX(-12deg) !important;
        font-weight: 800 !important;
    }

@media (max-width: 380px) {
    .premium-tabs {
        width: calc(100% - 16px) !important;
        gap: 4px !important;
    }
    .p-tab {
        min-height: 38px !important;
        padding: 0 3px !important;
        font-size: 11px !important;
        transform: skewX(-10deg) !important;
        border-left-width: 3px !important;
    }
    .p-tab span {
        transform: skewX(10deg) !important;
        font-size: 11px !important;
    }
    .p-tab.active {
        transform: skewX(-10deg) !important;
    }
}

@media (max-width: 1024px) {

    .tool-interface-container {
        padding: 0 15px !important;
        margin-top: 0;
        height: auto !important;
        display: flex !important;
        flex-direction: column !important;
        flex: 1 !important;
        overflow: visible !important;
    }

    .control-panel {
        width: 100% !important;
        position: static;
        border-right: none !important;
        border-bottom: 1px solid #f1f5f9;
        margin-bottom: 20px;
        padding: 24px 15px !important;
    }

    .preview-panel {
        padding: 10px !important;
    }

    /* Enterprise & Stats Mobile Fix */
    section[style*="padding: 100px 60px"] {
        padding: 60px 20px !important;
    }

    h2[style*="font-size: 36px"] {
        font-size: 26px !important;
        line-height: 1.3 !important;
        margin-bottom: 40px !important;
    }

    h2[style*="font-size: 42px"] {
        font-size: 28px !important;
        line-height: 1.2 !important;
    }

    .tool-page-main {
        padding-top: 59px !important;
        overflow-y: visible !important;
        height: auto !important;
        min-height: 100vh !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .saas-dashboard {
        flex-direction: column !important;
        justify-content: flex-start !important;
        margin-top: 0 !important;
        gap: 18px;
        margin-top: 15px !important;
        height: auto !important;
        flex: none !important;
        overflow: visible !important;
        display: flex;
    }

    .preview-panel {
        padding: 20px 10px 140px !important;
        /* Compact top padding for mobile view */
        background: transparent !important;
        width: 100% !important;
        height: auto !important;
        flex: none !important;
        overflow-y: visible !important;
        -webkit-overflow-scrolling: touch !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: center !important;
        touch-action: pan-y !important;
    }

    /* Global Dynamic Fix for ALL Tools Mobile Settings Drawer */
    .saas-control-panel,
    aside.saas-control-panel,
    aside.compare-sidebar {
        position: fixed !important;
        top: 64px !important;
        right: -100% !important;
        left: auto !important;
        width: 80% !important;
        max-width: 315px !important;
        height: calc(100vh - 64px) !important;
        background: #ffffff !important;
        z-index: 3000 !important;
        transition: right 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
        display: flex;
        flex-direction: column;
        padding: 0 !important;
        padding-top: 0 !important;
        box-shadow: -10px 0 40px rgba(0, 0, 0, 0.08) !important;
        border-left: 1px solid #94a3b8 !important;
        border-right: none !important;
        border-top: 1px solid #94a3b8;
        pointer-events: auto !important;
    }

    .saas-control-panel .control-options-box,
    .compare-sidebar .control-options-box,
    .control-options-box {
        padding-left: 14px !important;
        padding-right: 14px !important;
        padding-top: 10px !important;
        box-sizing: border-box !important;
    }

    .saas-control-panel .control-options-box > .form-group:first-child,
    .compare-sidebar .control-options-box > .form-group:first-child,
    .control-options-box > .form-group:first-child,
    .control-options-box > div:first-child {
        margin-top: 2px !important;
        padding-top: 0 !important;
    }

    .saas-control-panel .comp-option-card,
    .compare-sidebar .comp-option-card,
    .control-options-box .comp-option-card {
        width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .saas-control-panel.active {
        right: 0 !important;
        left: auto !important;
    }

    #floatingActionsArea {
        position: fixed !important;
        top: 85px !important;
        right: 16px !important;
        left: auto !important;
        transform: none !important;
        transition: right 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
        z-index: 1100 !important;
    }

    body.settings-sidebar-open #floatingActionsArea,
    .saas-control-panel.active ~ #floatingActionsArea {
        right: calc(min(88vw, 400px) + 8px) !important;
        left: auto !important;
    }

    .panel-header {
        padding: 14px 20px !important;
        border-bottom: 1px solid #94a3b8;
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: relative;
        background: #fcfcfd;
        min-height: 58px !important;
        box-sizing: border-box !important;
    }

    .panel-header h2 {
        font-size: 19px !important;
        font-weight: 600 !important;
        color: #2d3139 !important;
        margin: 0 !important;
        text-align: center !important;
        width: 100%;
        line-height: 1.2 !important;
    }

    .close-panel-btn {
        position: absolute;
        right: 15px;
        top: 50% !important;
        /* Perfect vertical center */
        transform: translateY(-50%) !important;
        background: #f8fafc;
        border-radius: 50%;
        width: 34px;
        /* Slightly smaller button */
        height: 34px;
        border: 1px solid #e2e8f0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #475569;
        cursor: pointer;
        z-index: 10;
    }

    .close-panel-btn:hover {
        background: #f1f5f9;
        color: #1e293b;
    }

    /* Button styling removed to keep it inside the sidebar */

    /* Loading Spinner Styling */
    .preview-placeholder {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 300px;
        color: #475569;
    }

    .spinner {
        width: 48px;
        height: 48px;
        border: 4px solid #f1f5f9;
        border-top: 4px solid #70c631;
        border-radius: 50%;
        animation: spin 1s linear infinite;
        margin-bottom: 15px;
    }

    .mobile-only-flex {
        display: flex !important;
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }
}
@media (max-width: 1024px) {

    /* Restore scrolling on mobile/tablet but keep footer at bottom */
    html,
    body {
        height: auto;
        min-height: 100vh;
        /* Ensure full viewport height */
        overflow: auto;
    }

    /* Ensure body layout keeps footer at bottom even when scrolling */
    body.tool-page,
    body.tool-page-body {
        display: block !important;
        overflow: auto !important;
        -webkit-overflow-scrolling: touch !important;
        height: auto;
        min-height: 100vh;
    }

    .tool-page-main {
        height: auto;
        min-height: 0;
        /* Let flex grow handle it */
        flex: 1;
        /* Push footer down */
        overflow-y: visible;
        /* Allow document scroll */
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }


    .tool-interface-container {
        flex-direction: column;
        align-items: center;
        width: 95%;
    }
}
@media (max-width: 768px) {
    .tool-footer-container {
        padding: 0 20px;
        justify-content: center;
        text-align: center;
    }

    /* Merge Tool Mobile Fixes */
    .timeline-step {
        flex-direction: row !important;
        align-items: center;
        justify-content: center;
        margin-bottom: 2px !important;
        width: 100%;
        touch-action: pan-y !important;
        transform: none !important;
    }

    .timeline-step::before {
        display: none !important;
    }

    .dashed-preview-frame,
    .dashed-preview-frame:hover,
    .card-item-wrapper,
    .dashed-preview-frame {
        width: 145px !important;
        max-width: 145px !important;
        min-height: auto !important;
        height: auto !important;
        margin: 0 auto !important;
        transform: none !important;
        border: none !important;
        box-shadow: none !important;
        background: transparent !important;
        padding: 10px 8px 8px !important;
        border-radius: 12px !important;
        box-sizing: border-box !important;
        transition: background 0.2s ease !important;
    }

    @media (hover: hover) {
        .card-item-wrapper:hover,
        .dashed-preview-frame:hover {
            background: #e3e5e8 !important;
        }
    }
    .card-item-wrapper:active,
    .dashed-preview-frame:active {
        background: transparent !important;
    }
    .card-item-wrapper.is-active,
    .dashed-preview-frame.is-active {
        background: transparent !important;
    }
    .preview-glass-card,
    .dashed-preview-frame .preview-glass-card {
        min-width: 145px !important;
        max-width: 145px !important;
        width: 145px !important;
        height: auto !important;
        min-height: auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-direction: column !important;
        padding: 0 !important;
        border-radius: 0px !important;
        margin: 0 auto !important;
    }
    .dashed-preview-frame .preview-glass-card canvas,
    .preview-glass-card canvas,
    .dashed-preview-frame .preview-glass-card img,
    .preview-glass-card img {
        max-height: 175px !important;
        max-width: 145px !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        border-radius: 0px !important;
        display: block !important;
    }

    .card-actions-wrapper,
    .card-actions-wrapper.floating-vertical-actions {
        position: absolute !important;
        top: -2px !important;
        right: -10px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 3px !important;
        z-index: 100 !important;
        opacity: 1 !important;
        transform: none !important;
        pointer-events: auto !important;
    }

    .card-floating-btn,
    .card-floating-badge {
        width: 28px !important;
        height: 28px !important;
        min-width: 28px !important;
        min-height: 28px !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border: none !important;
        outline: none !important;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22) !important;
        cursor: pointer !important;
        transition: transform 0.15s ease, background 0.15s ease !important;
        user-select: none !important;
        padding: 0 !important;
        margin: 0 !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        transform: scale(1) !important;
    }

    .card-floating-btn.btn-delete {
        width: 28px !important;
        height: 28px !important;
        min-width: 28px !important;
        min-height: 28px !important;
    }

    .card-floating-btn svg,
    .card-floating-btn i {
        width: 15px !important;
        height: 15px !important;
        font-size: 15px !important;
    }

    .card-floating-badge.page-num-badge {
        font-size: 12px !important;
    }
}
@media (max-width: 768px) {
    .saas-control-panel {
        width: 80% !important;
        max-width: 315px !important;
        position: fixed;
        top: 59px;
        /* Start below header */
        bottom: 0;
        left: -100%;
        /* Hidden off-screen */
        z-index: 1000;
        border-radius: 0 !important;
        transform: none !important;
        /* Critical: remove transform so fixed children aren't clipped */
        transition: left 0.55s cubic-bezier(0.33, 0, 0.2, 1) !important;
        height: calc(100vh - 59px) !important;
        overflow-y: hidden !important;
        background: #ffffff !important;
        backdrop-filter: none !important;
        border: none !important;
        border-right: 1px solid #94a3b8 !important;
        padding-bottom: 20px !important;
    }

    .saas-control-panel.active {
        left: 0;
        box-shadow: 10px 0 40px rgba(0, 0, 0, 0.08);
    }

    .control-scroll-area {
        overflow-y: auto !important;
        touch-action: pan-y !important;
        -webkit-overflow-scrolling: touch !important;
    }
}
@media (max-width: 768px) {
    .tool-grid-container {
        grid-template-columns: 1fr;
        padding: 10px;
        gap: 18px;
        margin-top: 15px !important;
    }

    .config-sidebar {
        position: static !important;
        width: 100% !important;
        margin-top: 20px;
    }

    .main-preview-area {
        width: 100%;
    }
}
@media (max-width: 480px) {

    .organize-grid,
    .images-to-pdf-grid {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 18px;
        margin-top: 15px !important;
    }
}
@media (max-width: 768px) {
    .saas-control-panel {
        position: fixed !important;
        top: 64px !important;
        right: -100% !important;
        left: auto !important;
        width: 80% !important;
        max-width: 315px !important;
        height: calc(100vh - 64px) !important;
        background: #ffffff !important;
        z-index: 100000 !important;
        transform: none !important;
        transition: right 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
        box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15) !important;
        border-left: 1px solid #94a3b8 !important;
        border-right: none !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .saas-control-panel.active {
        right: 0 !important;
        left: auto !important;
        transform: none !important;
    }

    #floatingActionsArea {
        position: fixed !important;
        top: 85px !important;
        right: 16px !important;
        left: auto !important;
        transform: none !important;
        transition: right 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
        z-index: 1100 !important;
    }

    body.settings-sidebar-open #floatingActionsArea,
    .saas-control-panel.active ~ #floatingActionsArea {
        right: calc(min(80%, 315px) + 8px) !important;
        left: auto !important;
    }

    #selectedFilesArea[style*="display: none"] .btn-saas-action,
    #selectedFilesArea[style*="display: none"] #processBtn,
    #selectedFilesArea[style*="display: none"] .saas-footer-fixed,
    .saas-dashboard[style*="display: none"] .btn-saas-action,
    .saas-dashboard[style*="display: none"] #processBtn,
    .saas-dashboard[style*="display: none"] .saas-footer-fixed {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

    .saas-footer-fixed {
        padding: 0 !important;
        background: transparent !important;
        border: none !important;
        margin-top: auto !important;
        flex-shrink: 0 !important;
    }

    .btn-saas-action {
        position: fixed !important;
        bottom: 24px !important;
        right: 20px !important;
        left: auto !important;
        width: 210px !important;
        height: 52px !important;
        z-index: 100005 !important;
        box-shadow: 0 8px 20px rgba(112, 198, 49, 0.3) !important;
        margin: 0 !important;
        border-radius: 5px !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        gap: 8px !important;
        padding: 0 16px !important;
        transform: translateZ(0) !important;
        will-change: transform !important;
        -webkit-backface-visibility: hidden !important;
        backface-visibility: hidden !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        pointer-events: auto !important;
    }

    .btn-saas-action span {
        white-space: normal !important;
        line-height: 1.15 !important;
        text-align: center !important;
    }

    .btn-saas-action:hover,
    .btn-saas-action:active,
    .btn-saas-action:disabled:hover,
    .btn-saas-action[data-disabled-tooltip]:hover {
        transform: translateZ(0) !important;
        opacity: 0.95 !important;
    }

    .control-options-box {
        padding-bottom: 100px !important;
    }

    #pdfToolbar,
    .pdf-floating-toolbar,
    .pdf-toolbar {
        display: none !important;
    }
}
@media (max-width: 1100px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 20px;
    }
}
@media (max-width: 600px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }

    .trust-title {
        font-size: 34px;
    }

    .testimonial-card {
        width: 100%;
    }

    .testimonial-card:nth-child(even) {
        margin-top: 0;
    }
}
@media (max-width: 768px) {
    .faq-section {
        padding: 0 0 40px !important;
        margin-top: -15px !important;
    }

    .faq-container {
        padding: 0 16px !important;
    }

    .faq-header {
        margin-bottom: 24px !important;
    }

    .faq-header h2 {
        font-size: 22px !important;
        font-weight: 500 !important;
        white-space: nowrap !important;
        letter-spacing: -0.5px !important;
        margin-bottom: 8px !important;
    }

    .faq-header p {
        font-size: clamp(12px, 3.5vw, 15px) !important;
        white-space: nowrap !important;
    }

    .faq-list {
        gap: 6px !important;
    }

    .faq-question {
        padding: 12px 16px !important;
    }

    .faq-question h3 {
        font-size: 15px !important;
        font-weight: 500 !important;
    }

    .faq-content {
        padding: 0 16px 16px !important;
        font-size: 14px !important;
    }
}
@media (max-width: 768px) {

    html:has(body.tool-page),
    body.tool-page {
        overflow: visible !important;
        position: relative !important;
        width: 100%;
        height: auto !important;
    }
}
@media (max-width: 1024px) {
    #floatingActionsArea {
        gap: 6px !important;
        /* Force tight gap on mobile */
    }
}
@media (max-width: 768px) {
    .action-buttons-row.ilovepdf-style {
        flex-direction: column;
        gap: 18px;
        margin-top: 15px !important;
    }

    .huge-download-btn {
        width: 100%;
        justify-content: center;
        padding: 18px;
        font-size: 20px;
    }

    border-left: 1px solid #e2e8f0;
    background: white;
    color: #4b5563;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 13px;
}
@media (max-width: 768px) {
    .action-buttons-row.ilovepdf-style {
        flex-direction: column;
        gap: 18px;
        margin-top: 15px !important;
    }

    .huge-download-btn {
        width: 100%;
        justify-content: center;
        padding: 18px;
        font-size: 20px;
    }

    .mini-action-grid {
        grid-template-columns: repeat(4, 48px);
    }

    .share-link-section {
        padding: 18px;
    }
}
@media (max-width: 768px) {
    .lc-track-container {
        -webkit-mask-image: none !important;
        mask-image: none !important;
    }

    .lc-logo img {
        height: 26px !important; /* Uniform height on mobile - slightly enlarged */
    }

    .lc-logo {
        font-size: 24px;
        min-width: 95px;
    }

    .lc-title {
        font-size: 28px;
    }

    .lc-track {
        gap: 20px;
    }
}
@media (max-width: 1024px) {
    .promo-section {
        margin: 40px 20px;
        padding: 50px 0 40px !important;
        border-radius: 12px !important;
    }

    .promo-container {
        flex-direction: column;
        text-align: center;
        padding: 0 30px;
    }

    .promo-content {
        max-width: 100%;
        margin-bottom: 0 !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .promo-content h1 {
        font-size: 24px;
        white-space: nowrap;
    }

    .promo-features-list {
        align-items: flex-start !important;
        max-width: 340px !important;
        margin: 28px auto 0 !important;
        gap: 20px !important;
    }

    .promo-features-list li {
        width: 100% !important;
        justify-content: flex-start !important;
        text-align: left !important;
        font-size: clamp(11px, 3.4vw, 14px) !important;
        white-space: normal !important;
        line-height: 1.4 !important;
    }

    .promo-features-list li i {
        font-size: 16px !important;
    }

    .promo-features-list li span {
        display: inline !important;
    }

    .promo-btns {
        justify-content: center;
    }

    .promo-visual {
        display: none !important;
    }
}
@media (max-width: 768px) {
    html, body {
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100vw !important;
    }

    .premium-test-card {
        min-width: 300px;
    }

    .proof-logos {
        flex-direction: column;
        gap: 18px;
        margin-top: 15px !important;
    }
}
@media (max-width: 968px) {
    .steps-container {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 768px) {
    .flow-wrapper {
        flex-direction: column;
        gap: 60px;
    }

    .flow-line {
        display: none;
    }
}
@media (max-width: 1000px) {
    .developers-mega-content {
        grid-template-columns: 1fr;
        padding: 30px 20px;
    }

    .developers-right-card {
        display: none;
    }
}
@media (max-width: 768px) {
    .logo-cloud-section {
        padding: 30px 0 20px !important;
        text-align: center !important;
        overflow: hidden !important;
    }

    .logo-cloud-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        overflow: hidden !important;
    }

    .lc-title {
        font-size: clamp(26px, 7.2vw, 30px) !important;
        line-height: 1.25 !important;
        letter-spacing: -0.02em !important;
        margin-bottom: 12px !important;
        white-space: normal !important;
        text-align: center !important;
        padding: 0 16px !important;
        color: #0f172a !important;
    }

    .lc-subtitle {
        font-size: 15.5px !important;
        line-height: 1.5 !important;
        margin-bottom: 12px !important;
        padding: 0 16px !important;
        white-space: normal !important;
        font-family: 'Inter', sans-serif !important;
        text-align: center !important;
        color: #1e293b !important;
    }

    .lc-track-container {
        margin-top: 12px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        padding: 10px 0 !important;
        -webkit-mask-image: none !important;
        mask-image: none !important;
        overflow: hidden !important;
    }

    .lc-track {
        gap: 32px !important;
    }

    .lc-logo img {
        height: 28px !important;
        max-width: 110px !important;
        object-fit: contain !important;
    }

    .mobile-only-br {
        display: block !important;
    }

    .nowrap-mobile {
        white-space: nowrap !important;
    }

    .feature-carousel-card {
        padding: 10px 4px !important; /* Added 4px horizontal padding to prevent border clipping */
    }

    .feature-carousel-card.featured {
        transform: scale(1) !important; /* Disabled scale zoom on mobile to prevent overflow crop */
        filter: blur(0) !important;
    }

    .fc-illustration,
    .fc-edit-card {
        gap: 8px !important;
        padding: 14px 10px !important;
        justify-content: center !important;
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
    }

    .feature-carousel-card .fc-illustration svg {
        width: 95% !important;
        height: 95% !important;
        transform: scale(1.15) !important;
    }

    .fc-avatar-wrap {
        width: 102px !important;
        height: 102px !important;
        margin-right: 4px !important;
        flex-shrink: 0 !important;
    }

    .fc-edit-box-wrap {
        margin-left: 4px !important;
        flex-shrink: 0 !important;
    }

    .fc-edit-box {
        width: 135px !important;
        height: 65px !important;
    }

    .fc-navigation {
        margin-top: 15px !important;
        justify-content: flex-start !important;
        padding-left: 10px !important;
    }

    .fc-arrows-group {
        margin-top: 0 !important;
    }

    .fc-header {
        margin-bottom: 22px !important; /* Comfortably spaced header gap */
        text-align: left !important;
    }

    .fc-explore-link {
        font-size: 14.5px !important;
        justify-content: flex-start !important;
    }
}
@media (max-width: 768px) {
    .faq-header {
        margin-bottom: 6px !important;
    }
    .faq-header h2 {
        font-size: 24px !important;
    }
    details.seo-faq-31-item > summary {
        font-size: 15px !important;
        font-weight: 500 !important;
        padding: 10px 0 !important;
    }
    details.seo-faq-31-item .ans {
        font-size: 13.5px !important;
        line-height: 1.6 !important;
        padding: 0 0 14px 0 !important;
    }
}
@media (max-width: 768px) {
    .floating-badge[data-tooltip]::before,
    .floating-badge[data-tooltip]::after {
        display: none !important;
    }
}
@media (max-width: 1024px) {
    .preview-glass-card,
    .preview-glass-card.glass-panel,
    .dashed-preview-frame,
    .dashed-preview-frame .preview-glass-card {
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
    }
    .crop-page-wrapper {
        background: #ffffff !important;
    }

    .timeline-step {
        background: transparent !important;
    }
}
@media (max-width: 768px) {
    .global-close-btn,
    .modal-close-btn,
    .auth-close-btn,
    .close-menu-btn,
    .sales-modal-close,
    .desktop-close-btn {
        top: 16px !important;
        right: 16px !important;
    }
}

/* Touch & Mobile Tap Optimization - Zero Jerk/Stutter */
a, button, .tool-card {
    -webkit-tap-highlight-color: transparent !important;
    touch-action: manipulation;
}

@media (max-width: 768px) {
    /* Disable desktop hover animations on mobile touch devices */
    .tool-card,
    .tool-card *,
    .visual-menu-card,
    .visual-tool-card {
        transition: none !important;
        transform: none !important;
    }

    .tool-card:hover,
    .tool-card:active,
    .tool-card:focus {
        background: #ffffff !important;
        transform: none !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
    }

    .tool-card:hover .tool-card-icon {
        transform: none !important;
    }

    .tool-card:hover .preview-info p {
        opacity: 1 !important;
        transform: none !important;
    }

    .tool-card:hover .card-start-now {
        display: none !important;
    }

    .language-selector {
        position: relative !important;
    }

    .lang-popover {
        width: 320px !important;
        max-width: calc(100vw - 32px) !important;
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) translateY(15px) !important;
        padding: 12px 14px !important;
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25) !important;
    }
    
    .lang-popover::after {
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
        bottom: -8px !important;
    }

    .language-selector:hover .lang-popover,
    .language-selector.is-open .lang-popover {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateX(-50%) translateY(0) !important;
    }
}

@media (max-width: 1150px) {
    #batchGrid {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        width: 100% !important;
    }

    .dashed-preview-frame,
    .dashed-preview-frame:hover,
    .dashed-preview-frame:active,
    .dashed-preview-frame.is-active {
        position: relative !important;
        margin: 0 auto !important;
        transform: translateX(-12px) !important;
        overflow: visible !important;
        width: 145px !important;
        min-width: 145px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .card-actions-wrapper,
    .card-actions-wrapper.floating-vertical-actions {
        position: absolute !important;
        top: 0px !important;
        right: -15px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 4px !important;
        z-index: 100 !important;
        opacity: 1 !important;
        transform: none !important;
    }
}

/* ==========================================================================
   GLOBAL DYNAMIC PDFCANDY OPTION CARDS SYSTEM (Screenshot #2 Checkmark Style)
   ========================================================================== */
.pdfcandy-section-title {
    font-family: 'Open Sans', 'Inter', sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #1f1f1f !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    margin-top: 24px;
    display: block;
}

.pdfcandy-section-title {
    display: none !important;
}
.comp-option-card,
.pdfcandy-check-card,
.pdfcandy-radio-card,
.comp-option-card.active,
.comp-option-card.is-selected,
.pdfcandy-check-card.active,
.pdfcandy-check-card.is-selected,
.pdfcandy-radio-card.active,
.pdfcandy-radio-card.is-selected {
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
    padding: 16px 20px !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: #d1d5db !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    transition: border-color 0.2s ease, background-color 0.2s ease !important;
    background: #ffffff !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    position: relative !important;
    box-sizing: border-box !important;
    height: auto !important;
    min-height: unset !important;
    max-height: unset !important;
    transform: none !important;
    outline: none !important;
    user-select: none !important;
    box-shadow: none !important;
}

.comp-option-card:hover,
.comp-option-card:active,
.comp-option-card:focus,
.pdfcandy-check-card:hover,
.pdfcandy-check-card:active,
.pdfcandy-check-card:focus,
.pdfcandy-radio-card:hover,
.pdfcandy-radio-card:active,
.pdfcandy-radio-card:focus {
    border-color: #94a3b8 !important;
    transform: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.comp-option-card.active,
.comp-option-card.is-selected,
.pdfcandy-check-card.active,
.pdfcandy-check-card.is-selected,
.pdfcandy-radio-card.active,
.pdfcandy-radio-card.is-selected {
    border-color: #70c631 !important;
    background: #ffffff !important;
    transform: none !important;
    box-shadow: none !important;
}

.comp-card-text,
.card-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 3px !important;
    flex: 1 !important;
}

.comp-card-title,
.comp-option-card h3,
.card-info h3,
.comp-option-card.active .comp-card-title,
.comp-option-card.is-selected .comp-card-title,
.comp-option-card.active h3,
.pdfcandy-check-card.active h3,
.pdfcandy-check-card.is-selected h3 {
    font-family: 'Open Sans', 'Inter', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #1f1f1f !important; /* Color NEVER changes on click */
    letter-spacing: 0.2px !important;
    text-transform: none !important;
    margin: 0 !important;
}

.comp-card-desc,
.comp-option-card p,
.card-info p,
.comp-option-card.active .comp-card-desc,
.comp-option-card.is-selected .comp-card-desc,
.comp-option-card.active p,
.pdfcandy-check-card.active p,
.pdfcandy-check-card.is-selected p {
    font-family: 'Open Sans', 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #666666 !important; /* Color NEVER changes on click */
    line-height: 1.4 !important;
    margin: 0 !important;
}

.comp-radio::after,
.check-circle-gola::after,
.radio-gola::after {
    display: none !important;
    content: none !important;
}

.comp-radio,
.check-circle-gola,
.radio-gola {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    border-radius: 50% !important;
    border: 2px solid #cbd5e1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
    background: transparent !important;
    flex-shrink: 0 !important;
    position: relative !important;
}

.comp-option-card.active .comp-radio,
.comp-option-card.is-selected .comp-radio,
.pdfcandy-check-card.active .check-circle-gola,
.pdfcandy-check-card.is-selected .check-circle-gola,
.pdfcandy-radio-card.active .radio-gola,
.pdfcandy-radio-card.is-selected .radio-gola {
    border-color: #70c631 !important;
    background: #70c631 !important; /* Exact PDFCandy Apple-Green badge */
}

.comp-radio svg,
.check-circle-gola svg,
.radio-gola svg {
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    max-width: 14px !important;
    min-height: 14px !important;
    max-height: 14px !important;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.2s ease !important;
    flex-shrink: 0 !important;
}

.comp-option-card.active .comp-radio svg,
.comp-option-card.is-selected .comp-radio svg,
.pdfcandy-check-card.active .check-circle-gola svg,
.pdfcandy-check-card.is-selected .check-circle-gola svg,
.pdfcandy-radio-card.active .radio-gola svg,
.pdfcandy-radio-card.is-selected .radio-gola svg {
    opacity: 1 !important;
    transform: scale(1) !important;
}

/* ===== Mobile View Compact & Uniform 80px Height Rule ===== */
@media (max-width: 768px) {
    .comp-option-card,
    .pdfcandy-check-card,
    .pdfcandy-radio-card,
    .comp-option-card.active,
    .comp-option-card.is-selected,
    .pdfcandy-check-card.active,
    .pdfcandy-check-card.is-selected,
    .pdfcandy-radio-card.active,
    .pdfcandy-radio-card.is-selected {
        height: auto !important;
        min-height: 78px !important;
        max-height: none !important;
        padding: 16px 18px !important;
        gap: 16px !important;
        margin-bottom: 12px !important;
        border-radius: 5px !important;
        box-sizing: border-box !important;
        align-items: center !important;
    }
    .comp-card-text,
    .card-info {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        min-width: 0 !important;
        overflow: visible !important;
    }
    .comp-card-title,
    .comp-option-card h3,
    .card-info h3,
    .comp-option-card.active .comp-card-title,
    .comp-option-card.is-selected .comp-card-title,
    .comp-option-card.active h3,
    .pdfcandy-check-card.active h3,
    .pdfcandy-radio-card.active h3 {
        font-size: 14.5px !important;
        font-weight: 600 !important;
        line-height: 1.3 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        margin: 0 !important;
        color: #0f172a !important;
    }
    .comp-card-desc,
    .comp-option-card p,
    .card-info p,
    .comp-option-card.active .comp-card-desc,
    .comp-option-card.is-selected .comp-card-desc,
    .comp-option-card.active p,
    .pdfcandy-check-card.active p,
    .pdfcandy-radio-card.active p {
        font-size: 12.5px !important;
        font-weight: 400 !important;
        line-height: 1.35 !important;
        white-space: normal !important;
        word-break: break-word !important;
        overflow: visible !important;
        text-overflow: clip !important;
        margin: 0 !important;
        color: #64748b !important;
    }
    .comp-radio,
    .check-circle-gola,
    .radio-gola {
        width: 22px !important;
        height: 22px !important;
        min-width: 22px !important;
        max-width: 22px !important;
        min-height: 22px !important;
        max-height: 22px !important;
    }
    .comp-radio svg,
    .check-circle-gola svg,
    .radio-gola svg {
        width: 12px !important;
        height: 12px !important;
        min-width: 12px !important;
        max-width: 12px !important;
        min-height: 12px !important;
        max-height: 12px !important;
    }
}


/* ==========================================================================
   PDFCANDY UNIVERSAL GREEN HOVER & ACTIVE EFFECTS SYSTEM
   ========================================================================== */
.btn-primary,
.btn-primary-gradient,
.saas-btn-primary,
.btn-saas-action,
#processBtn,
.process-btn,
.btn-process,
.btn-convert,
.convert-btn,
.auth-btn,
.cta-button,
.btn-success,
.download-btn,
.huge-download-btn,
.btn-download,
#downloadBtn,
.download-file-btn,
.brand-btn,
button.btn-green,
.pdfcandy-main-btn,
.pdfcandy-signup-btn,
.btn-signup,
.btn-mobile-signup,
details.master-faq-toggle > summary {
    background: #70c631 !important;
    color: #ffffff !important;
    transition: all 0.15s ease !important;
    box-shadow: none !important;
}

.btn-primary:hover,
.btn-primary-gradient:hover,
.saas-btn-primary:hover,
.btn-saas-action:hover,
#processBtn:hover,
.process-btn:hover,
.btn-process:hover,
.btn-convert:hover,
.convert-btn:hover,
.auth-btn:hover,
.cta-button:hover,
.btn-success:hover,
.download-btn:hover,
.huge-download-btn:hover,
.btn-download:hover,
#downloadBtn:hover,
.download-file-btn:hover,
.brand-btn:hover,
button.btn-green:hover,
.pdfcandy-main-btn:hover,
.pdfcandy-signup-btn:hover,
.btn-signup:hover,
.btn-mobile-signup:hover,
.global-auth-modal .btn-primary:hover,
.auth-form-side .btn-primary:hover,
#modalLoginFormElement .btn-primary:hover,
#modalSignupFormElement .btn-primary:hover,
#modalResetSubmitBtn:hover,
.auth-form-side button[type="submit"]:hover,
details.master-faq-toggle > summary:hover {
    background: #5eb326 !important;
    background-color: #5eb326 !important;
    box-shadow: 0 6px 20px rgba(112, 198, 49, 0.4) !important;
    transform: translateY(-1px) !important;
}

.btn-primary:active,
.btn-primary-gradient:active,
.saas-btn-primary:active,
#processBtn:active,
.auth-btn:active,
.cta-button:active,
.btn-success:active,
.download-btn:active,
.huge-download-btn:active,
.btn-download:active,
#downloadBtn:active,
.download-file-btn:active,
.brand-btn:active,
button.btn-green:active,
.pdfcandy-main-btn:active,
.pdfcandy-signup-btn:active,
.btn-signup:active,
.btn-mobile-signup:active,
details.master-faq-toggle > summary:active {
    background: #529622 !important;
    background-color: #529622 !important;
    transform: none !important;
    box-shadow: none !important;
}

/* FAQ Accordion Questions Inside (MUST BE CLEAN TRANSPARENT / NO GREEN) */
details.seo-faq-31-item > summary,
.faq-question,
.faq-item > summary {
    background: transparent !important;
    background-color: transparent !important;
    color: #1e293b !important;
}

/* PDFCandy Global Split Button & Cloud Dropdown System */
.pdfcandy-btn-wrapper {
    position: relative;
    display: inline-block;
    width: 340px;
    max-width: 88%;
    margin: 15px auto 25px;
    user-select: none;
}

.pdfcandy-split-btn {
    display: flex;
    align-items: center;
    height: 62px;
    background: #70c631;
    border-radius: 12px;
    transition: border-radius 0.15s ease, background 0.15s ease;
    box-shadow: none;
}

.pdfcandy-btn-wrapper.active .pdfcandy-split-btn {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    box-shadow: none !important;
}

.pdfcandy-main-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 100%;
    padding: 0 16px 0 20px;
    background: transparent;
    border: none;
    outline: none;
    color: #ffffff;
    font-family: 'Open Sans', 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    cursor: pointer;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    transition: background 0.15s ease;
}

.pdfcandy-btn-wrapper.active .pdfcandy-main-btn {
    border-bottom-left-radius: 0 !important;
}

.pdfcandy-main-btn:hover {
    background: #5eb326 !important;
}

.pdfcandy-main-btn svg {
    width: 22px;
    height: 22px;
    stroke-width: 3.5;
    flex-shrink: 0;
}

.pdfcandy-separator {
    width: 2px;
    height: 40px;
    background: rgba(255, 255, 255, 0.7);
    flex-shrink: 0;
}

.pdfcandy-dropdown-btn {
    width: 56px;
    min-width: 56px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    outline: none;
    color: #ffffff;
    cursor: pointer;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    transition: background 0.15s ease;
}

.pdfcandy-btn-wrapper.active .pdfcandy-dropdown-btn {
    border-bottom-right-radius: 0 !important;
}

.pdfcandy-dropdown-btn:hover {
    background: #5eb326 !important;
}

.pdfcandy-dropdown-btn svg {
    width: 20px;
    height: 20px;
    stroke-width: 3.5;
    transition: transform 0.2s ease;
}

.pdfcandy-btn-wrapper.active .pdfcandy-dropdown-btn svg {
    transform: rotate(180deg);
}

.pdfcandy-cloud-menu {
    position: absolute;
    top: 62px;
    left: 0;
    width: 100%;
    background: #ffffff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid #e0e0e0;
    border-top: none;
    display: none;
    flex-direction: column;
    z-index: 500;
    overflow: hidden;
}

.pdfcandy-cloud-menu.show {
    display: flex;
}

.pdfcandy-menu-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 24px;
    background: #ffffff;
    font-family: 'Open Sans', 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #1f1f1f;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.15s ease;
}

.pdfcandy-menu-item:hover {
    background: #f5f5f5 !important;
}

.pdfcandy-menu-item:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}

.pdfcandy-btn-wrapper svg,
.pdfcandy-split-btn svg,
.pdfcandy-main-btn svg,
.pdfcandy-dropdown-btn svg,
.pdfcandy-menu-item svg {
    width: 22px !important;
    height: 22px !important;
    max-width: 22px !important;
    max-height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    flex-shrink: 0 !important;
    display: inline-block !important;
}

/* Universal Range Slider Styling (Exact Match with Sign PDF) */
input[type="range"],
.saas-range,
.pdfcandy-slider,
.control-options-box input[type="range"] {
    -webkit-appearance: none !important;
    appearance: none !important;
    width: 100% !important;
    height: 6px !important;
    border-radius: 3px !important;
    background: linear-gradient(to right, #82d446 var(--slider-pct, 33.3%), #e2e8f0 var(--slider-pct, 33.3%)) !important;
    outline: none !important;
    margin: 8px 0 !important;
    cursor: pointer !important;
    accent-color: transparent !important;
}

input[type="range"]::-webkit-slider-runnable-track,
.saas-range::-webkit-slider-runnable-track,
.pdfcandy-slider::-webkit-slider-runnable-track,
.control-options-box input[type="range"]::-webkit-slider-runnable-track {
    width: 100% !important;
    height: 6px !important;
    border-radius: 3px !important;
    background: linear-gradient(to right, #82d446 var(--slider-pct, 33.3%), #e2e8f0 var(--slider-pct, 33.3%)) !important;
}

input[type="range"]::-webkit-slider-thumb,
.saas-range::-webkit-slider-thumb,
.pdfcandy-slider::-webkit-slider-thumb,
.control-options-box input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    appearance: none !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    background: #82d446 !important;
    border: 2.5px solid #ffffff !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.22) !important;
    margin-top: -7px !important;
    cursor: pointer !important;
    transition: transform 0.15s ease, box-shadow 0.15s ease !important;
}

input[type="range"]::-webkit-slider-thumb:hover,
.saas-range::-webkit-slider-thumb:hover,
.pdfcandy-slider::-webkit-slider-thumb:hover,
.control-options-box input[type="range"]::-webkit-slider-thumb:hover {
    transform: scale(1.15) !important;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.28) !important;
}

input[type="range"]::-moz-range-track,
.saas-range::-moz-range-track,
.pdfcandy-slider::-moz-range-track,
.control-options-box input[type="range"]::-moz-range-track {
    width: 100% !important;
    height: 6px !important;
    border-radius: 3px !important;
    background: #e2e8f0 !important;
}

input[type="range"]::-moz-range-progress,
.saas-range::-moz-range-progress,
.pdfcandy-slider::-moz-range-progress,
.control-options-box input[type="range"]::-moz-range-progress {
    height: 6px !important;
    border-radius: 3px !important;
    background: #82d446 !important;
}

input[type="range"]::-moz-range-thumb,
.saas-range::-moz-range-thumb,
.pdfcandy-slider::-moz-range-thumb,
.control-options-box input[type="range"]::-moz-range-thumb {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    background: #82d446 !important;
    border: 2.5px solid #ffffff !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.22) !important;
    cursor: pointer !important;
}

/* Global Auth Form & Modal Label/Input Typography for Dashboard View */
.auth-form-side .form-group label,
.form-group label {
    display: block !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #0f172a !important;
    margin-bottom: 8px !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
}
.input-wrapper input {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #0f172a !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
}
.input-wrapper input::placeholder {
    color: #94a3b8 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}
