.click-through-demo-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;z-index:2000;opacity:0;transition:opacity .3s ease-in-out}.click-through-demo-overlay--after-open{opacity:1}.click-through-demo-overlay--before-close{opacity:0}.click-through-demo-modal{background:#ffffff;border-radius:0;width:100vw;height:100vh;max-width:none;max-height:none;overflow:hidden;box-shadow:none;transform:scale(.95);opacity:0;transition:transform .3s ease-in-out,opacity .3s ease-in-out;outline:none}.click-through-demo-modal--after-open{transform:scale(1);opacity:1}.click-through-demo-modal--before-close{transform:scale(.95);opacity:0}.click-through-demo-container{height:100vh;overflow-y:auto;padding:20px 30px 40px;position:relative;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#ccc #f5f5f5}.click-through-demo-container::-webkit-scrollbar{width:10px}.click-through-demo-container::-webkit-scrollbar-track{background:#f5f5f5}.click-through-demo-container::-webkit-scrollbar-thumb{background:#ccc;border-radius:5px}.click-through-demo-container::-webkit-scrollbar-thumb:hover{background:#999}.demo-modal-logo{position:absolute;left:0;top:0;z-index:101}.demo-modal-logo img{object-fit:contain;height:100%;width:100%;max-width:150px;max-height:150px}.demo-modal-header{z-index:100;display:flex;margin-bottom:20px;align-items:center;justify-content:center;position:relative}.demo-progress-bar-wrapper{padding:0;width:85%;max-width:1000px;display:block}.demo-close-button{border-radius:50%;width:20px;height:20px;font-size:20px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;color:#666;background:none;border:none;position:absolute;right:0;top:0}.demo-close-button:hover{transform:rotate(90deg);color:#000}.demo-progress-bar-container{width:100%}.demo-progress-stages{gap:0}.demo-progress-stage-wrapper{display:flex;align-items:center;flex:1 1;position:relative}.demo-progress-stage{border-radius:20px;padding:5px 10px;border:1px solid #000000;overflow:hidden;background:#ffffff;transition:all .3s ease;min-width:80px}.demo-progress-stage-fill{position:absolute;top:0;left:0;bottom:0;background-color:#000000;transition:width .4s ease;border-radius:20px;z-index:0}.demo-progress-stage-text{position:relative;z-index:1;font-family:Poppins,sans-serif;font-size:14px;margin:0;white-space:nowrap;transition:color .3s ease;color:#000000}.demo-progress-stage.demo-stage-active .demo-progress-stage-text{color:#ffffff}.demo-progress-stage.demo-stage-inactive{background:#ffffff}.demo-progress-stage.demo-stage-inactive .demo-progress-stage-text{color:#666666}.demo-progress-connecting-line{height:2px;flex:1 1;background:#e0e0e0;margin:0 8px;transition:background-color .4s ease}.demo-progress-connecting-line.demo-line-completed{background:#000000}.demo-progress-tracker{background:linear-gradient(135deg,#f8f9fa,#ffffff);border-radius:12px;padding:24px;margin-bottom:24px;border:2px solid #e0e0e0}.demo-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.demo-progress-title{font-size:24px;font-weight:600;color:#000;margin:0}.demo-progress-stats{display:flex;gap:16px;align-items:center}.demo-progress-step-count{font-size:14px;font-weight:500;color:#666;background:white;padding:6px 12px;border-radius:20px;border:1px solid #e0e0e0}.demo-progress-bar-container{margin:16px 0}.demo-progress-bar-track{width:100%;height:8px;background:#e0e0e0;border-radius:4px;overflow:hidden}.demo-progress-bar-fill{height:100%;background:linear-gradient(90deg,#000,#333);border-radius:4px;transition:width .5s ease}.demo-progress-stages{justify-content:space-between;margin-top:20px}.demo-progress-stage,.demo-progress-stages{display:flex;align-items:center;position:relative}.demo-progress-stage{flex-direction:column;gap:8px;flex:1 1;z-index:1}.demo-stage-icon{width:48px;height:48px;border-radius:50%;background:white;border:3px solid #e0e0e0;display:flex;align-items:center;justify-content:center;font-size:20px;transition:all .3s ease}.demo-stage-current .demo-stage-icon{transform:scale(1.1);box-shadow:0 4px 12px rgba(0,0,0,.2)}.demo-stage-completed .demo-stage-icon,.demo-stage-current .demo-stage-icon{background:#000;border-color:#000;color:white}.demo-stage-upcoming .demo-stage-icon{background:#f5f5f5;border-color:#e0e0e0;color:#999}.demo-stage-label{font-size:12px;font-weight:600;color:#666;text-align:center;text-transform:uppercase;letter-spacing:.5px}.demo-stage-current .demo-stage-label{color:#000}.demo-stage-connector{position:absolute;top:24px;left:60%;width:80%;height:3px;background:#e0e0e0;z-index:-1;transition:background .3s ease}.demo-connector-completed{background:#000}.demo-stage-description-banner{background:white;border-left:4px solid #000;padding:20px 24px;margin-bottom:24px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.demo-stage-description-banner h3{margin:0 0 8px;font-size:18px;font-weight:600;color:#000}.demo-step-indicator{margin:0;font-size:14px;color:#666}.demo-simulator-wrapper{min-height:400px;transition:opacity .3s ease}.demo-transitioning{opacity:.5;pointer-events:none}.stage-simulator-container{background:white;padding:32px;min-height:400px}.stage-simulator-header{text-align:center;margin-bottom:32px;padding-bottom:24px}.stage-simulator-header h2{font-size:28px;font-weight:600;color:#000;margin:0 0 8px}.stage-simulator-header p{font-size:16px;color:#666;margin:0}.stage-simulator-toolbar{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap;justify-content:center;font-family:Parkinsans,serif}.demo-toolbar-btn{background:#000;color:white;border:none;padding:12px 20px;border-radius:20px;font-size:14px;cursor:pointer;transition:all .2s ease;font-family:inherit}.demo-toolbar-btn:hover:not(:disabled){background:#333;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.demo-toolbar-btn:disabled{background:#e0e0e0;color:#999;cursor:not-allowed}.demo-form{max-width:600px;margin:0 auto;font-family:Parkinsans,serif}.demo-form-group{margin-bottom:20px}.demo-form-group label{display:block;font-size:16px;font-weight:600;color:#333;margin-bottom:8px}.demo-form-group input,.demo-form-group select{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;font-family:inherit;transition:all .2s ease;background:white}.demo-form-group input:focus,.demo-form-group select:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px rgba(0,0,0,.1)}.demo-form-group input:-moz-read-only{cursor:pointer}.demo-form-group input:read-only{cursor:pointer}.demo-form-group input:disabled,.demo-form-group select:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.6}.demo-form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:32px}.demo-btn-primary,.demo-btn-secondary{padding:12px 24px;border-radius:120px;font-size:16px;cursor:pointer;transition:all .2s ease;border:1px solid;font-family:Parkinsans,serif}.demo-btn-primary{background:#000;color:white;border-color:#000}.demo-btn-primary:hover:not(:disabled){background:#333;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.demo-btn-secondary{background:white;color:#000;border-color:#000}.demo-btn-secondary:hover:not(:disabled){background:#f5f5f5}.demo-btn-primary:disabled,.demo-btn-secondary:disabled{opacity:.4;cursor:not-allowed;transform:none}.demo-btn-large{padding:16px 32px;font-size:18px}.simulated-photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:16px;gap:16px;margin:24px 0}.simulated-photo-item{position:relative;aspect-ratio:3/2;border-radius:8px;overflow:hidden;border:2px solid #e0e0e0;transition:all .3s ease}.photo-clickable{cursor:pointer}.photo-clickable:hover{transform:translateY(-4px);box-shadow:0 8px 16px rgba(0,0,0,.15);border-color:#000}.simulated-photo-image{width:100%;height:100%}.simulated-photo-image img{width:100%;height:100%;object-fit:cover;display:block}.photo-number-badge{position:absolute;top:8px;left:8px;background:rgba(0,0,0,.7);color:white;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600}.photo-selection-overlay{position:absolute;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.overlay-visible{opacity:1}.photo-checkbox{width:48px;height:48px;border-radius:50%;background:white;border:3px solid #000;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.checkbox-icon{width:32px;height:32px;color:#000;animation:checkmarkPop .4s ease}.photo-selected{border-color:#000;box-shadow:0 0 0 4px rgba(0,0,0,.2)}.photo-animating{animation:photoSelectBounce .4s ease}.photo-selected-badge{position:absolute;bottom:8px;left:8px;right:8px;background:#000;color:white;padding:6px 8px;border-radius:4px;font-size:11px;font-weight:600;text-align:center}.photo-rating-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,rgba(0,0,0,.9),transparent);padding:12px 8px 8px;animation:slideUpFade .4s ease}.photo-rating-stars{color:#ffffff;font-size:16px;text-shadow:0 1px 3px rgba(0,0,0,.5);margin-bottom:4px;letter-spacing:1px}.photo-rating-comment{color:white;font-size:11px;font-style:italic;line-height:1.3}.demo-gallery-info{display:flex;justify-content:space-around;margin:10px 0;padding:16px;background:#f8f9fa;border-radius:8px;flex-wrap:wrap;gap:16px;font-family:Parkinsans,serif}.demo-gallery-info span{font-size:14px;color:#333}.demo-submit-selections{text-align:center;padding:24px;border-radius:8px}.demo-editing-layout{font-family:Parkinsans,serif}.demo-download-xmp-btn{margin-top:50px;max-width:200px}.demo-progress-bar-wrapper{padding:20px 0 0;width:80%}.demo-selected-list h3{font-size:18px;margin:0 0 16px}.demo-photo-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:8px;gap:8px}.demo-photo-list li{display:flex;align-items:center;gap:12px;padding:12px;background:#f8f9fa;border-radius:8px}.photo-list-number{width:32px;height:32px;border-radius:50%;background:#000;color:white;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px}.photo-list-name{flex:1 1}.photo-list-badge{font-size:12px;color:#666}.demo-editing-actions{flex-direction:column;position:relative}.demo-download-overlay,.demo-editing-actions{display:flex;align-items:center;justify-content:center}.demo-download-overlay{position:fixed;inset:0;background:rgba(0,0,0,.8);z-index:3000;animation:fadeIn .3s ease}.demo-download-card{background:white;border-radius:16px;padding:40px;max-width:400px;text-align:center;box-shadow:0 8px 32px rgba(0,0,0,.3)}.demo-download-card h3{font-size:24px;font-weight:600;margin:0 0 24px;color:#000}.demo-download-progress-bar{width:100%;height:12px;background:#e0e0e0;border-radius:6px;overflow:hidden;margin-bottom:16px}.demo-download-progress-fill{height:100%;background:linear-gradient(90deg,#000,#333);border-radius:6px;transition:width .15s linear}.demo-download-percent{font-size:32px;font-weight:700;color:#000;margin:0 0 12px}.demo-download-files{font-size:14px;color:#666;margin:0}.demo-lightroom-ui{background:#1a1a1a;border-radius:0;overflow:hidden;min-height:600px;display:flex;flex-direction:column;box-shadow:0 4px 20px rgba(0,0,0,.5)}.lightroom-header{background:#292929;border-bottom:1px solid #0a0a0a;flex-shrink:0}.lightroom-top-bar{display:flex;justify-content:space-between;align-items:center;padding:8px 16px;height:48px}.lightroom-logo{gap:10px}.lightroom-logo,.lr-icon{display:flex;align-items:center}.lr-icon{background:linear-gradient(135deg,#31C5F0,#1E88E5);color:white;font-weight:700;font-size:16px;width:28px;height:28px;border-radius:6px;justify-content:center;font-family:Arial,sans-serif}.lr-text{color:#d0d0d0;font-size:14px;font-weight:400}.lightroom-modules{display:flex;gap:2px}.lr-module{padding:8px 16px;font-size:13px;color:#999;cursor:pointer;transition:all .2s ease;border-radius:4px}.lr-module:hover{color:#ccc;background:#3a3a3a}.lr-module-active{background:#555;color:#fff}.lightroom-main-content{display:flex;flex:1 1;overflow:hidden;min-height:0}.lightroom-sidebar-left{width:220px;background:#242424;border-right:1px solid #0a0a0a;overflow-y:auto;flex-shrink:0;scrollbar-width:thin;scrollbar-color:#3a3a3a #1a1a1a}.lightroom-sidebar-left::-webkit-scrollbar{width:8px}.lightroom-sidebar-left::-webkit-scrollbar-track{background:#1a1a1a}.lightroom-sidebar-left::-webkit-scrollbar-thumb{background:#3a3a3a;border-radius:4px}.lightroom-sidebar-left::-webkit-scrollbar-thumb:hover{background:#4a4a4a}.lr-panel{margin-bottom:1px}.lr-panel-header{background:#323232;color:#ccc;padding:8px 12px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-top:1px solid #3a3a3a;border-bottom:1px solid #1a1a1a;cursor:pointer}.lr-panel-content{background:#242424;padding:8px 0}.lr-catalog-item,.lr-collection-item,.lr-folder-item{padding:6px 12px 6px 24px;font-size:12px;color:#aaa;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:background .15s ease}.lr-catalog-item:hover,.lr-collection-item:hover,.lr-folder-item:hover{background:#2a2a2a;color:#ddd}.lr-folder-item{padding-left:36px}.lr-folder-selected{background:#3a3a3a;color:#fff}.lr-folder-icon{margin-right:6px;font-size:10px}.lr-folder-name{flex:1 1}.lr-count{font-size:11px;color:#777;margin-left:8px}.lightroom-center{flex:1 1;display:flex;flex-direction:column;background:#1a1a1a;min-width:0}.lightroom-toolbar{background:#242424;border-bottom:1px solid #0a0a0a;padding:8px 12px;display:flex;justify-content:space-between;align-items:center;flex-shrink:0;height:40px}.lr-toolbar-left,.lr-toolbar-right{display:flex;gap:8px}.lr-toolbar-center{flex:1 1;text-align:center}.lr-toolbar-text{font-size:12px;color:#999}.lr-toolbar-btn{background:#2a2a2a;color:#aaa;border:none;padding:6px 12px;border-radius:4px;font-size:11px;cursor:pointer;transition:all .15s ease;font-family:inherit}.lr-toolbar-btn:hover:not(:disabled){background:#3a3a3a;color:#ddd}.lr-toolbar-btn:disabled{opacity:.4;cursor:not-allowed}.lr-refresh-btn{background:#4a4a4a;color:#fff}.lr-refresh-btn:hover:not(:disabled){background:#5a5a5a}.lightroom-photo-grid{flex:1 1;overflow-y:auto;padding:12px;display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:8px;gap:8px;align-content:start;background:#1a1a1a;scrollbar-width:thin;scrollbar-color:#3a3a3a #1a1a1a}.lightroom-photo-grid::-webkit-scrollbar{width:10px}.lightroom-photo-grid::-webkit-scrollbar-track{background:#1a1a1a}.lightroom-photo-grid::-webkit-scrollbar-thumb{background:#3a3a3a;border-radius:5px}.lightroom-photo-grid::-webkit-scrollbar-thumb:hover{background:#4a4a4a}.lightroom-photo-cell{position:relative;aspect-ratio:3/2;background:#2a2a2a;border:2px solid #2a2a2a;border-radius:2px;overflow:hidden;transition:all .2s ease;cursor:pointer}.lightroom-photo-cell:hover{border-color:#4a4a4a}.lr-cell-selected{border-color:#d0d0d0!important;box-shadow:0 0 12px rgba(255,255,255,.3);animation:lrCellPulse .4s ease}.lr-photo-wrapper{width:100%;height:100%;position:relative}.lr-photo-wrapper img{width:100%;height:100%;object-fit:cover;display:block}.lr-checkmark{top:8px;right:8px;width:24px;height:24px;background:#4CAF50;color:white;border-radius:50%;justify-content:center;font-size:16px;font-weight:700;box-shadow:0 2px 8px rgba(0,0,0,.4)}.lr-checkmark,.lr-photo-rating{position:absolute;display:flex;align-items:center;animation:checkmarkAppear .3s ease}.lr-photo-rating{bottom:4px;left:4px;right:4px;padding:4px 6px;border-radius:3px;justify-content:space-between;gap:4px}.lr-rating-stars{color:#000000;font-size:15px;line-height:1;letter-spacing:1px}.lightroom-sidebar-right{width:260px;background:#242424;border-left:1px solid #0a0a0a;overflow-y:auto;flex-shrink:0;scrollbar-width:thin;scrollbar-color:#3a3a3a #1a1a1a}.lightroom-sidebar-right::-webkit-scrollbar{width:8px}.lightroom-sidebar-right::-webkit-scrollbar-track{background:#1a1a1a}.lightroom-sidebar-right::-webkit-scrollbar-thumb{background:#3a3a3a;border-radius:4px}.lightroom-sidebar-right::-webkit-scrollbar-thumb:hover{background:#4a4a4a}.lr-metadata-item{padding:8px 12px;border-bottom:1px solid #2a2a2a;display:flex;justify-content:space-between;gap:12px}.lr-meta-label{font-size:11px;color:#888;flex-shrink:0}.lr-meta-value{font-size:11px;color:#ccc;text-align:right}.lr-metadata-highlight{padding:12px;background:#2a3a2a;border-bottom:1px solid #2a2a2a;display:flex;justify-content:space-between;gap:12px;animation:metadataHighlight .5s ease}.lr-meta-value-green{font-size:12px;color:#4CAF50;font-weight:600}.lightroom-filmstrip{background:#1a1a1a;border-top:1px solid #0a0a0a;padding:8px 12px;flex-shrink:0;height:90px}.lr-filmstrip-content{display:flex;gap:4px;overflow-x:auto;height:100%;scrollbar-width:thin;scrollbar-color:#3a3a3a #1a1a1a}.lr-filmstrip-content::-webkit-scrollbar{height:6px}.lr-filmstrip-content::-webkit-scrollbar-track{background:#1a1a1a}.lr-filmstrip-content::-webkit-scrollbar-thumb{background:#3a3a3a;border-radius:3px}.lr-filmstrip-content::-webkit-scrollbar-thumb:hover{background:#4a4a4a}.lr-filmstrip-thumb{height:70px;width:105px;flex-shrink:0;border:2px solid #2a2a2a;border-radius:2px;overflow:hidden;cursor:pointer;transition:all .2s ease}.lr-filmstrip-thumb:hover{border-color:#4a4a4a}.lr-thumb-selected{border-color:#d0d0d0}.lr-filmstrip-thumb img{width:100%;height:100%;object-fit:cover}.demo-editing-footer{background:white;padding:20px;border-top:2px solid #0a0a0a;text-align:center}.lightroom-help-text{color:#4CAF50;font-size:15px;font-weight:500;margin:0 0 16px;display:flex;align-items:center;justify-content:center;gap:8px}.lr-zip-file-container{position:fixed;inset:0;pointer-events:none;z-index:4000}.lr-zip-file{position:absolute;bottom:120px;height:120px;width:120px;left:40px;background:white;border-radius:100px;padding:20px;display:flex;flex-direction:column;align-items:center;gap:8px;box-shadow:0 8px 50px rgba(255,255,255,1);cursor:-webkit-grab;cursor:grab;pointer-events:auto;transition:all .2s ease;justify-content:center;animation:zipFilePulse 2s ease-in-out infinite}.lr-zip-file:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 12px 32px rgba(0,0,0,.6)}.lr-zip-file:active{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 20px rgba(0,0,0,.5)}.lr-zip-icon{font-size:48px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3));transition:transform .2s ease;margin-top:-10px}.lr-zip-file:hover .lr-zip-icon{transform:scale(1.1) rotate(5deg)}.lr-zip-label{font-size:13px;font-weight:600;color:#000000;font-family:monospace;letter-spacing:.5px}.lr-zip-dragging{cursor:-webkit-grabbing;cursor:grabbing;animation:zipDrag 1.5s cubic-bezier(.25,.46,.45,.94) forwards!important;pointer-events:none}.lr-explosion-overlay{position:fixed;inset:0;z-index:4500;pointer-events:none;display:flex;align-items:center;justify-content:center}.lr-explosion-particles{position:relative;width:100px;height:100px}.lr-particle{position:absolute;top:50%;left:50%;width:8px;height:8px;background:linear-gradient(135deg,#31C5F0,#1E88E5);border-radius:50%;transform-origin:center;animation:particleExplode .8s ease-out forwards;box-shadow:0 0 8px rgba(49,197,240,.8)}.lr-particle:nth-child(2n){background:linear-gradient(135deg,#4CAF50,#2E7D32);box-shadow:0 0 8px rgba(76,175,80,.8)}.lr-particle:nth-child(3n){background:linear-gradient(135deg,#FFC107,#FF9800);box-shadow:0 0 8px rgba(255,193,7,.8);width:6px;height:6px}.lr-particle:nth-child(4n){width:10px;height:10px}.lr-metadata-reload-overlay{position:fixed;inset:0;background:rgba(0,0,0,.85);z-index:4500;display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease}.lr-metadata-reload-card{background:white;border-radius:16px;padding:40px;max-width:400px;text-align:center;box-shadow:0 8px 32px rgba(0,0,0,.3)}.lr-metadata-reload-card h3{font-size:24px;font-weight:600;margin:0 0 24px;color:#000}.lr-metadata-progress-bar{width:100%;height:12px;background:#e0e0e0;border-radius:6px;overflow:hidden;margin-bottom:16px}.lr-metadata-progress-fill{height:100%;background:linear-gradient(90deg,#000,#333);border-radius:6px;transition:width .15s linear}.lr-metadata-percent{font-size:32px;font-weight:700;color:#000;margin:0 0 12px}.demo-chapters{margin:24px 0}.demo-chapter-section{background:#f8f9fa;border-radius:12px;padding:20px;margin-bottom:16px}.demo-chapter-section h3{font-size:18px;font-weight:600;margin:0 0 16px;color:#000}.demo-chapter-preview{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));grid-gap:12px;gap:12px}.demo-chapter-thumb{aspect-ratio:3/2;border-radius:8px;overflow:hidden;border:2px solid #e0e0e0}.demo-chapter-thumb img{width:100%;height:100%;object-fit:cover}.demo-delivery-actions{display:flex;gap:12px;justify-content:center;margin-top:32px}.demo-project-summary{max-width:600px;margin:0 auto;font-family:Parkinsans,serif}.demo-project-summary h3{font-size:24px;text-align:center;margin:0 0 24px}.demo-summary-stats{background:#f8f9fa;border-radius:12px;padding:24px;margin-bottom:24px}.demo-summary-item{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #e0e0e0}.demo-summary-item:last-child{border-bottom:none}.summary-label{color:#666}.summary-value{color:#000}.demo-completion-actions{text-align:center}.demo-tooltip{position:fixed;z-index:2001;background:#000;color:white;border-radius:20px;padding:16px 20px;max-width:320px;box-shadow:0 8px 24px rgba(0,0,0,.3);animation:tooltipBounce 2s ease-in-out infinite}.demo-tooltip-pulse{animation:tooltipBounce 2s ease-in-out infinite,pulseGlow 2s ease-in-out infinite}.demo-tooltip-content{display:flex;flex-direction:column;gap:12px}.demo-tooltip-message{margin:0;font-size:15px;line-height:1.5;font-weight:500}.demo-tooltip-button{background:white;color:#000;border:none;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit}.demo-tooltip-button:hover{background:#f0f0f0;transform:scale(1.05)}.demo-tooltip-arrow{position:absolute;width:0;height:0}.demo-tooltip-arrow-top{bottom:-8px;border-top:8px solid #000}.demo-tooltip-arrow-bottom,.demo-tooltip-arrow-top{left:50%;transform:translateX(-50%);border-left:8px solid transparent;border-right:8px solid transparent}.demo-tooltip-arrow-bottom{top:-8px;border-bottom:8px solid #000}.demo-tooltip-arrow-left{right:-8px;border-left:8px solid #000}.demo-tooltip-arrow-left,.demo-tooltip-arrow-right{top:50%;transform:translateY(-50%);border-top:8px solid transparent;border-bottom:8px solid transparent}.demo-tooltip-arrow-right{left:-8px;border-right:8px solid #000}.demo-completion-screen{text-align:center;padding:40px 20px;max-width:80%;margin:0 auto;position:relative}.demo-confetti-container{position:fixed;inset:0;pointer-events:none;z-index:1}.demo-confetti-piece{position:absolute;width:10px;height:10px;top:-20px;animation:confettiFall 3s linear forwards}.demo-completion-content{position:relative;z-index:2}.demo-completion-icon{margin:-20px auto 10px}.demo-success-circle{width:100px;height:100px;margin:0 auto;position:relative}.demo-checkmark{width:100px;height:100px;overflow:visible}.demo-checkmark-circle{stroke:#000;stroke-width:3;stroke-dasharray:166;stroke-dashoffset:166;animation:drawCircle .8s ease-out forwards}.demo-checkmark-check{stroke:#000;stroke-width:4;stroke-linecap:round;stroke-dasharray:48;stroke-dashoffset:48;animation:drawCheck .6s ease-out .3s forwards}.demo-completion-title{font-size:36px;font-weight:700;margin:0 0 16px;color:#000}.demo-completion-subtitle{font-size:18px;color:#666;margin:0 0 32px;line-height:1.6}.demo-completion-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:20px;gap:20px;margin:32px 0}.demo-stat-item{background:#f8f9fa;border-radius:12px;padding:20px;opacity:0;transform:translateY(20px);transition:all .4s ease}.demo-stat-visible{opacity:1;transform:translateY(0)}.demo-stat-value{font-size:32px;font-weight:700;color:#000;margin-bottom:8px}.demo-stat-label{font-size:14px;color:#666;font-weight:500}.demo-features-recap{background:#f8f9fa;border-radius:12px;padding:24px;margin:32px 0;text-align:left}.demo-features-recap h3{font-size:20px;font-weight:600;margin:0 0 20px;text-align:center}.demo-features-recap ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:15px}.demo-features-recap li{font-size:14px;color:#333;line-height:1.6;padding-left:8px;font-family:Parkinsans,serif}.demo-completion-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:32px}.demo-action-primary,.demo-action-secondary,.demo-action-tertiary{padding:14px 28px;border-radius:120px;font-size:16px;cursor:pointer;transition:all .2s ease;border:1px solid;font-family:Parkinsans,serif}.demo-action-primary{background:#000;color:white;border-color:#000}.demo-action-primary:hover{background:#333;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.demo-action-secondary{background:white;color:#000;border-color:#000}.demo-action-secondary:hover{background:#f5f5f5}.demo-action-tertiary{background:transparent;color:#666;border-color:#e0e0e0}.demo-action-tertiary:hover{background:#f5f5f5;color:#000;border-color:#000}.demo-completion-note{font-size:14px;color:#666;margin:24px 0 0;line-height:1.6}.demo-help-footer{background:#f8f9fa;border-radius:12px;padding:16px 24px;margin-top:24px;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.demo-help-footer p{margin:0;font-size:14px;color:#666;display:flex;align-items:center;gap:8px}.demo-help-icon{font-size:18px}.demo-skip-button{background:transparent;border:1px solid #e0e0e0;color:#666;padding:8px 16px;border-radius:6px;font-size:14px;cursor:pointer;transition:all .2s ease;font-family:inherit}.demo-skip-button:hover{background:white;border-color:#000;color:#000}@keyframes pulseGlow{0%,to{box-shadow:0 0 0 0 rgba(0,0,0,.7)}50%{box-shadow:0 0 20px 10px rgba(0,0,0,.3)}}.demo-tooltip-target{position:relative!important;z-index:1001!important}.demo-tooltip-target:before{content:"";position:absolute;top:-8px;left:-8px;right:-8px;bottom:-8px;border:3px solid #000;border-radius:120px;animation:pulseGlow 2s ease-in-out infinite;pointer-events:none;z-index:1001}@keyframes tooltipBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes checkmarkPop{0%{transform:scale(0) rotate(0deg)}50%{transform:scale(1.3) rotate(10deg)}to{transform:scale(1) rotate(0deg)}}@keyframes photoSelectBounce{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes confettiFall{to{transform:translateY(100vh) rotate(2turn);opacity:0}}@keyframes drawCircle{to{stroke-dashoffset:0}}@keyframes drawCheck{to{stroke-dashoffset:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes lightroomGreenPulse{0%{box-shadow:0 0 0 rgba(76,175,80,.6)}50%{box-shadow:0 0 30px rgba(76,175,80,.8)}to{box-shadow:0 0 20px rgba(76,175,80,.6)}}@keyframes badgeSlideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes lrCellPulse{0%{transform:scale(1);box-shadow:0 0 0 rgba(255,255,255,0)}50%{transform:scale(1.02);box-shadow:0 0 20px rgba(255,255,255,.4)}to{transform:scale(1);box-shadow:0 0 12px rgba(255,255,255,.3)}}@keyframes checkmarkAppear{0%{transform:scale(0) rotate(-180deg);opacity:0}70%{transform:scale(1.2) rotate(10deg)}to{transform:scale(1) rotate(0deg);opacity:1}}@keyframes slideUpFade{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes metadataHighlight{0%{background:#242424}50%{background:#2a4a2a}to{background:#2a3a2a}}@keyframes zipDrag{0%{transform:translate(0) scale(1) rotate(0deg);opacity:1}15%{transform:translate(100px,-50px) scale(.98) rotate(2deg)}30%{transform:translate(200px,-100px) scale(.96) rotate(4deg)}45%{transform:translate(30vw,-25vh) scale(.93) rotate(7deg)}60%{transform:translate(40vw,-35vh) scale(.9) rotate(10deg)}80%{transform:translate(47vw,-42vh) scale(.87) rotate(13deg)}to{transform:translate(50vw,-45vh) scale(.85) rotate(15deg);opacity:1}}@keyframes zipFilePulse{0%,to{box-shadow:0 8px 50px rgba(255,255,255,1)}50%{box-shadow:0 12px 70px rgba(255,255,255,1),0 0 100px rgba(255,255,255,.8)}}@keyframes particleExplode{0%{transform:translate(-50%,-50%) scale(1);opacity:1}50%{opacity:1}to{transform:translate(calc(-50% + cos(var(--angle)) * var(--distance)),calc(-50% + sin(var(--angle)) * var(--distance))) scale(0);opacity:0}}@media (max-width:768px){.demo-progress-bar-wrapper{display:none}.demo-form-group input{width:90%}.click-through-demo-modal{width:100%;max-width:100%;height:100vh;max-height:100vh;border-radius:0}.click-through-demo-container{padding:16px;height:100vh}.demo-progress-tracker{padding:16px}.demo-progress-title{font-size:18px}.demo-progress-stages{flex-wrap:wrap;gap:12px}.demo-progress-stage{min-width:60px;font-size:11px}.demo-progress-stage-text{font-size:11px}.demo-progress-connecting-line,.demo-stage-connector{display:none}.demo-modal-logo{left:0;top:0;margin-bottom:200px}.demo-modal-logo img{width:100px}.stage-simulator-container{padding:20px}.stage-simulator-header h2{font-size:22px;margin-top:50px}.demo-editing-layout{gap:20px}.demo-editing-layout,.demo-photo-list{grid-template-columns:1fr}.lightroom-modules,.lightroom-sidebar-left,.lightroom-sidebar-right{display:none}.lightroom-main-content{flex-direction:column}.lightroom-center{width:100%}.lightroom-photo-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:6px;padding:8px}.lightroom-toolbar{padding:6px 8px}.lr-toolbar-center{display:none}.lightroom-filmstrip{height:70px}.lr-filmstrip-thumb{height:50px;width:75px}.demo-download-card{padding:24px;margin:16px}.lr-zip-label{font-size:10px}.lr-zip-file{height:80px;width:80px}.simulated-photo-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px}.demo-chapter-preview{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:8px}.demo-completion-title{font-size:28px}.demo-completion-stats{grid-template-columns:1fr 1fr}.demo-stat-value{font-size:24px}.demo-help-footer{flex-direction:column;text-align:center}}@media (max-width:600px){.demo-modal-logo{left:0;top:0}}@media (max-width:480px){.demo-toolbar-btn{width:100%}.demo-form-actions{flex-direction:column}.demo-form-actions button{width:100%}.demo-completion-actions{flex-direction:column}.demo-completion-actions button{width:100%}.demo-modal-logo{left:0;top:0}}