@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;color:#95a0a9;font-family:Roboto,Arial,Helvetica,sans-serif;font-size:14px;font-weight:300;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.login-container{align-items:center;background:#fff;color:#95a0a9;display:flex;font-family:Roboto,Arial,Helvetica,sans-serif;font-size:14px;font-weight:300;justify-content:center;min-height:100vh;padding:20px;text-transform:lowercase}.login-card{animation:slideUp .5s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000001a;max-width:400px;padding:40px;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.login-header{margin-bottom:30px;text-align:center}.login-header h1{align-items:center;color:#1a1a1a;display:flex;flex-direction:column;font-size:2rem;font-weight:300;line-height:1.2;margin-bottom:8px;text-transform:lowercase}.login-header h1 .title-line-1,.login-header h1 .title-line-2{display:block}.login-header p{color:#95a0a9;font-size:.9rem;font-weight:300;margin:8px 0;text-transform:lowercase}.apply-link-text{border-top:1px solid #e0e0e0;font-size:.85rem;margin-top:24px;padding-top:20px;text-align:center}.apply-link-text a{color:#ff9e1b;text-decoration:underline;transition:color .3s}.apply-link-text a:hover{color:#ff8c00}.login-form{display:flex;flex-direction:column;gap:20px}.form-group input,.form-group label{color:#1a1a1a;font-weight:300;text-transform:lowercase}.form-group input{border:2px solid #e0e0e0;border-radius:8px;font-family:Roboto,Arial,Helvetica,sans-serif;font-size:1rem;padding:12px;transition:border-color .3s}.form-group input:focus{border-color:#ff9e1b;outline:none}.error-message{background:#fee;border:1px solid #fcc;border-radius:8px;color:#c33;font-size:.9rem;padding:12px;text-transform:lowercase}.login-button{border:none;border-radius:8px;cursor:pointer;font-family:Roboto,Arial,Helvetica,sans-serif;font-size:1rem;font-weight:500;margin-top:10px;padding:14px;text-transform:lowercase;transition:transform .2s,box-shadow .2s,background .2s}.login-button:hover:not(:disabled){background:#ff8c00;box-shadow:0 4px 12px #ff9e1b66;transform:translateY(-2px)}.login-button:disabled{cursor:not-allowed;opacity:.6}.login-footer{border-top:1px solid #e0e0e0;color:#95a0a9;font-size:.85rem;margin-top:20px;padding-top:20px;text-align:center;text-transform:lowercase}.login-footer strong{color:#ff9e1b;font-weight:500}.file-manager{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;padding:30px}.file-manager-header{margin-bottom:30px}.file-manager-header h2{color:#333;margin-bottom:8px}.file-manager-header p{color:#666;font-size:.9rem}.upload-section{background:#f8f9fa;border-radius:8px;margin-bottom:30px;padding:20px}.upload-section h3{color:#333;font-size:1.2rem;margin-bottom:20px}.upload-form{gap:15px}.upload-form,.upload-form-group{display:flex;flex-direction:column}.upload-form-group{gap:8px}.upload-form-group label{color:#333;font-size:.9rem;font-weight:500}.upload-form-group input[type=file]{border:2px dashed #ddd;border-radius:8px;cursor:pointer;padding:8px}.upload-form-group input[type=text]{border:1px solid #ddd;border-radius:8px;font-size:.9rem;padding:10px}.file-name{color:#667eea;font-size:.9rem;margin-top:4px}.upload-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:8px;padding:12px 24px;transition:transform .2s;width:-webkit-fit-content;width:fit-content}.upload-button:hover:not(:disabled){transform:translateY(-2px)}.upload-button:disabled{cursor:not-allowed;opacity:.6}.files-section h3{color:#333;font-size:1.2rem;margin-bottom:20px}.files-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.file-card{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;display:flex;flex-direction:column;gap:12px;padding:20px;transition:transform .2s,box-shadow .2s}.file-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.file-icon{color:#667eea;margin-bottom:8px}.file-info{flex:1 1}.file-info .file-name{color:#333;font-weight:600;margin-bottom:8px;word-break:break-word}.file-description{color:#666;font-size:.9rem;margin-bottom:8px}.file-meta{align-items:center;color:#999;display:flex;flex-wrap:wrap;font-size:.85rem;gap:8px}.file-actions{display:flex;gap:8px;margin-top:8px}.action-button{align-items:center;background:#fff;border:1px solid #ddd;border-radius:6px;cursor:pointer;display:flex;font-size:.9rem;gap:4px;padding:8px 12px;transition:all .2s}.action-button.download{color:#667eea}.action-button.download:hover{background:#667eea;border-color:#667eea;color:#fff}.action-button.delete{color:#e74c3c}.action-button.delete:hover{background:#e74c3c;border-color:#e74c3c;color:#fff}.project-progress{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;padding:30px}.progress-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:30px}.progress-header h2{color:#333;margin-bottom:8px}.progress-header p{color:#666;font-size:.9rem}.progress-form-modal{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.progress-form-card{background:#fff;border-radius:12px;max-height:90vh;max-width:600px;overflow-y:auto;padding:30px;width:100%}.progress-form-card h3{color:#333;margin-bottom:20px}.progress-form-card form{display:flex;flex-direction:column;gap:20px}.progress-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.progress-card{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;padding:20px;transition:transform .2s,box-shadow .2s}.progress-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.progress-card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:12px}.progress-title-section{align-items:center;display:flex;flex:1 1;gap:10px}.progress-title-section h3{color:#333;flex:1 1;font-size:1.1rem;margin:0}.progress-actions{display:flex;gap:8px}.progress-description{color:#666;font-size:.9rem;line-height:1.5;margin-bottom:15px}.progress-meta{display:flex;flex-direction:column;gap:12px}.status-badge{border-radius:12px;font-weight:500;padding:4px 12px;width:-webkit-fit-content;width:fit-content}.progress-bar-container{gap:10px}.progress-bar{border-radius:4px;height:8px}.progress-percent{color:#666;font-size:.85rem;font-weight:600;min-width:45px}.progress-footer{align-items:center;border-top:1px solid #e0e0e0;color:#999;display:flex;font-size:.85rem;gap:8px;margin-top:15px;padding-top:15px}.user-management{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;padding:30px}.user-management-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:30px}.user-management-header h2{color:#333;margin-bottom:8px}.user-management-header p{color:#666;font-size:.9rem}.user-form-modal{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.user-form-card{background:#fff;border-radius:12px;max-width:500px;padding:30px;width:100%}.user-form-card h3{color:#333;margin-bottom:20px}.user-form-card form{display:flex;flex-direction:column;gap:20px}.form-group input,.form-group select{border:1px solid #ddd;border-radius:8px;font-family:inherit;font-size:.9rem;padding:10px}.users-table{overflow-x:auto}.users-table table{border-collapse:collapse;width:100%}.users-table thead{background:#f8f9fa}.users-table th{border-bottom:2px solid #e0e0e0;color:#333;font-weight:600;padding:12px;text-align:left}.users-table td{border-bottom:1px solid #e0e0e0;color:#666;padding:12px}.users-table tbody tr:hover{background:#f8f9fa}.user-cell{align-items:center;display:flex;gap:8px}.admin-icon{color:#667eea}.role-badge{border-radius:12px;display:inline-block;font-size:.85rem;font-weight:500;padding:4px 12px;text-transform:capitalize}.role-badge.role-admin{background:#d4edda;color:#155724}.role-badge.role-user{background:#e2e3e5;color:#383d41}.phoenix-phases{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;padding:30px}.phases-header{margin-bottom:30px}.phases-header h2{color:#333;margin-bottom:8px}.phases-header p{color:#666;font-size:.9rem}.phases-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.phase-card{background:linear-gradient(135deg,#f8f9fa,#fff);border:2px solid #e0e0e0;border-radius:12px;padding:24px;transition:all .3s}.phase-card:hover{border-color:#667eea;box-shadow:0 8px 24px #667eea26;transform:translateY(-4px)}.phase-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.phase-number{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;font-size:.9rem;font-weight:700;padding:6px 16px}.phase-card h3{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:12px}.phase-dates{align-items:center;color:#666;display:flex;font-size:.9rem;gap:12px;margin-bottom:16px}.phase-description{color:#666;font-size:.95rem;line-height:1.6;margin-bottom:20px}.phase-status-section{align-items:center;background:#f8f9fa;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:16px;padding:12px}.status-badge-container{align-items:center;display:flex;gap:8px}.status-icon{font-size:1.2rem}.status-icon.completed{color:#27ae60}.status-icon.in-progress{color:#f39c12}.status-icon.not-started{color:#95a5a6}.status-badge{display:inline-block;text-transform:capitalize}.status-badge.status-completed{background:#d4edda;color:#155724}.status-badge.status-in-progress{background:#fff3cd;color:#856404}.status-badge.status-not-started{background:#e2e3e5;color:#383d41}.days-remaining{color:#666;font-size:.85rem;font-weight:500}.progress-section{margin-top:16px}.progress-bar-container{align-items:center;display:flex;gap:12px}.progress-bar{background:#e0e0e0;border-radius:5px;flex:1 1;height:10px;overflow:hidden}.progress-bar-fill{background:linear-gradient(90deg,#667eea,#764ba2);border-radius:5px;height:100%;transition:width .3s}.progress-percent{color:#333;font-size:.9rem;font-weight:700;min-width:50px;text-align:right}.edit-button{background:#fff;border:1px solid #ddd;border-radius:6px;cursor:pointer;padding:8px 12px;transition:all .2s}.phase-form-modal{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.phase-form-card{background:#fff;border-radius:12px;max-width:500px;padding:30px;width:100%}.phase-form-card h3{color:#333;margin-bottom:20px}.phase-form-card form{display:flex;flex-direction:column;gap:20px}.discovery-days{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;padding:30px}.discovery-days-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:30px}.discovery-days-header h2{color:#333;margin-bottom:8px}.discovery-days-header p{color:#666;font-size:.9rem}.discovery-day-form-modal{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.discovery-day-form-card{background:#fff;border-radius:12px;max-height:90vh;max-width:600px;overflow-y:auto;padding:30px;width:100%}.discovery-day-form-card h3{color:#333;margin-bottom:20px}.discovery-day-form-card form{display:flex;flex-direction:column;gap:20px}.discovery-days-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}.discovery-day-card{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:12px;padding:24px;transition:all .3s}.discovery-day-card:hover{border-color:#667eea;box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.discovery-day-header{align-items:flex-start;justify-content:space-between;margin-bottom:20px}.discovery-day-title{align-items:center;display:flex;flex:1 1;gap:12px}.calendar-icon{color:#667eea;font-size:1.5rem}.discovery-day-title h3{color:#333;font-size:1.2rem;margin:0 0 4px}.location{color:#666;font-size:.9rem;margin:0}.discovery-day-actions{align-items:center;display:flex;gap:8px}.status-badge{border-radius:16px;font-size:.85rem;font-weight:600;padding:6px 14px}.delete-button,.edit-button{padding:8px 12px}.discovery-day-stats{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr);margin-bottom:20px}.stat-item{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:8px;display:flex;gap:12px;padding:16px}.stat-item.highlight{background:linear-gradient(135deg,#667eea15,#764ba215);border-color:#667eea}.stat-icon{color:#667eea;font-size:1.5rem}.stat-value{color:#333;font-size:1.5rem;font-weight:700}.stat-label{color:#666;font-size:.85rem;letter-spacing:.5px;text-transform:uppercase}.conversion-rate{background:#fff3cd;border-radius:8px;color:#856404;font-size:.9rem;margin-bottom:20px;padding:12px;text-align:center}.conversion-rate strong{color:#667eea;font-size:1.1rem}.candidates-section{border-top:1px solid #e0e0e0;margin-top:20px;padding-top:20px}.candidates-header{color:#333;font-size:.9rem;font-weight:600;margin-bottom:12px}.candidates-list{display:flex;flex-direction:column;gap:8px}.candidate-item{align-items:center;background:#fff;border-radius:6px;display:flex;font-size:.9rem;justify-content:space-between;padding:8px 12px}.candidate-name{color:#333;font-weight:500}.candidate-stage{border-radius:12px;font-size:.75rem;font-weight:600;padding:4px 10px;text-transform:capitalize}.stage-application{background:#e2e3e5;color:#383d41}.stage-hoop-jumping{background:#fff3cd;color:#856404}.stage-invited{background:#d1ecf1;color:#0c5460}.stage-attended,.stage-signed{background:#d4edda;color:#155724}.more-candidates{color:#666;font-size:.85rem;font-style:italic;padding:8px;text-align:center}.discovery-day-notes{background:#fff;border-left:3px solid #667eea;border-radius:8px;color:#666;font-size:.9rem;line-height:1.5;margin-top:16px;padding:12px}.kpi-dashboard{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;padding:30px}.kpi-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:30px}.kpi-header h2{color:#333;margin-bottom:8px}.kpi-header p{color:#666;font-size:.9rem}.add-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:8px;padding:12px 24px;transition:transform .2s}.add-button:hover{transform:translateY(-2px)}.kpi-form-modal{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.kpi-form-card{background:#fff;border-radius:12px;max-height:90vh;max-width:600px;overflow-y:auto;padding:30px;width:100%}.kpi-form-card h3{color:#333;margin-bottom:20px}.kpi-form-card form{display:flex;flex-direction:column;gap:20px}.form-row{grid-gap:15px;gap:15px}.form-group label{font-size:.9rem}.form-group input,.form-group select,.form-group textarea{border:1px solid #ddd;font-size:.9rem;padding:10px}.form-actions{gap:10px;margin-top:10px}.save-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.cancel-button,.save-button{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-weight:600;padding:12px 24px}.cancel-button{background:#f0f0f0;color:#333}.cancel-button:hover{background:#e0e0e0}.kpi-categories{display:flex;flex-direction:column;gap:32px}.kpi-category{border-bottom:2px solid #e0e0e0;padding-bottom:24px}.kpi-category:last-child{border-bottom:none}.category-header{color:#667eea;font-size:1.3rem;font-weight:600;margin-bottom:20px}.kpi-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.kpi-card{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;padding:20px;transition:all .3s}.kpi-card:hover{border-color:#667eea;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.kpi-card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:16px}.kpi-card-header h4{color:#333;flex:1 1;font-size:1.1rem;margin:0}.kpi-actions{align-items:center;display:flex;gap:8px}.trend-icon{font-size:1.2rem}.trend-icon.up{color:#27ae60}.trend-icon.down{color:#e74c3c}.trend-icon.neutral{color:#f39c12}.delete-button,.edit-button{background:#fff;border:1px solid #ddd;border-radius:6px;cursor:pointer;padding:6px 10px;transition:all .2s}.edit-button{color:#667eea}.edit-button:hover{background:#667eea;border-color:#667eea;color:#fff}.delete-button{color:#e74c3c}.delete-button:hover{background:#e74c3c;border-color:#e74c3c;color:#fff}.kpi-values{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr;margin-bottom:16px}.kpi-value-container{display:flex;flex-direction:column;gap:4px}.kpi-label{color:#666;font-size:.85rem;letter-spacing:.5px;text-transform:uppercase}.kpi-target,.kpi-value{font-size:1.8rem;font-weight:700}.kpi-target{color:#666}.kpi-performance{display:flex;flex-direction:column;gap:8px;margin-top:16px}.performance-bar{background:#e0e0e0;border-radius:4px;height:8px;overflow:hidden}.performance-fill{border-radius:4px;height:100%;transition:width .3s}.performance-text{font-size:.85rem;font-weight:600}.kpi-notes{background:#fff;border-radius:6px;color:#666;font-size:.9rem;line-height:1.5;margin-top:16px;padding:12px}.kpi-period{color:#999;font-size:.85rem;font-style:italic;margin-top:12px}.empty-state{color:#999;font-size:1.1rem;padding:60px 20px;text-align:center}.loading{color:#666;padding:40px;text-align:center}.dashboard{background:#f5f7fa;min-height:100vh}.dashboard-header{background:#fff;box-shadow:0 2px 10px #0000001a;padding:20px 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.dashboard-header h1{color:#667eea;font-size:1.8rem;margin:0}.subtitle{color:#999;font-size:.85rem;font-weight:400;margin:4px 0 0}.header-right{align-items:center;display:flex;gap:20px}.user-info{color:#666;font-weight:500}.logout-button{align-items:center;background:#f0f0f0;border:none;border-radius:8px;color:#333;cursor:pointer;display:flex;font-weight:500;gap:8px;padding:10px 20px;transition:background .2s}.logout-button:hover{background:#e0e0e0}.dashboard-nav{background:#fff;border-bottom:1px solid #e0e0e0;display:flex;gap:0;margin:0 auto;max-width:1200px;padding:0}.nav-button{align-items:center;background:none;border:none;border-bottom:3px solid #0000;color:#666;cursor:pointer;display:flex;font-size:1rem;gap:8px;padding:16px 24px;transition:all .2s}.nav-button:hover{background:#f5f7fa;color:#667eea}.nav-button.active{border-bottom-color:#667eea;color:#667eea;font-weight:600}.dashboard-content{margin:0 auto;max-width:1200px;padding:30px 20px}.awards-section{background:linear-gradient(135deg,#ffb84d,#ff9e1b 50%,#ff8a00);overflow:hidden;padding:40px 0}.awards-header{color:#fffffff2;font-size:.85rem;font-weight:500;letter-spacing:.16em;margin-bottom:20px;text-align:left;text-transform:uppercase}.awards-marquee{overflow:hidden;position:relative}.awards-track{align-items:center;animation:awards-scroll 81s linear infinite;display:flex;gap:0;will-change:transform}.awards-section:hover .awards-track{animation-play-state:paused}.award-logo{align-items:center;display:flex;filter:grayscale(0) brightness(1.1) opacity(.95);flex:0 0 auto;height:150px;justify-content:center;min-width:225px;padding:0;text-decoration:none;transition:transform .3s,filter .3s,opacity .3s,box-shadow .3s;width:auto}div.award-logo{cursor:pointer}.award-logo img{display:block;filter:drop-shadow(0 2px 8px rgba(0,0,0,.3));height:120px;max-width:300px;object-fit:contain;width:auto}.award-logo:hover{filter:grayscale(0) brightness(1.2) opacity(1);transform:translateY(-4px)}.award-logo:hover img{filter:drop-shadow(0 4px 12px rgba(0,0,0,.4))}div.award-logo:hover{cursor:pointer}@keyframes awards-scroll{0%{transform:translateX(0)}to{transform:translateX(-8910px)}}.landing-page{background:#fff;color:#6b7785;font-family:Roboto,Arial,Helvetica,sans-serif;font-size:14px;font-weight:300;min-height:100vh;padding-top:60px;text-transform:lowercase}.announcement-bar{background:#ff9e1b;box-shadow:0 2px 10px #0000001a;color:#fff;font-size:1.1rem;font-weight:500;left:0;padding:16px 0;position:fixed;right:0;top:0;z-index:1000}.announcement-bar .container{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 40px}.announcement-copy p{align-items:center;color:#fff;display:flex;font-weight:500;gap:10px;margin:0;text-align:left;text-transform:lowercase}.announcement-countdown{color:#fff;font-weight:400;letter-spacing:.08em;text-transform:uppercase}.announcement-bar strong{color:#fff;font-weight:700;letter-spacing:.08em}.announcement-actions{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end}.announcement-bar p a{color:#fff;font-weight:500;margin-left:5px;text-decoration:underline;transition:opacity .3s}.announcement-bar p a:hover{opacity:.8}.announcement-secondary{background:#0000;border:1px solid #fff9;border-radius:999px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:500;padding:8px 18px;text-transform:lowercase;transition:background .3s,color .3s,border-color .3s}.announcement-secondary:hover{background:#ffffff29;border-color:#fff}.announcement-apply{background:#fff;border-radius:999px;color:#ff9e1b;font-weight:600;padding:8px 22px;text-decoration:none;text-transform:lowercase;transition:transform .3s,box-shadow .3s}.announcement-apply:hover{box-shadow:0 8px 20px #ff9e1b59;transform:translateY(-2px)}.announcement-login{border:1px solid #fff;border-radius:4px;color:#fff;font-weight:500;padding:8px 16px;text-decoration:none;text-transform:lowercase;transition:background .3s,color .3s;white-space:nowrap}.announcement-login:hover{background:#fff;color:#ff9e1b}.hero{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px;min-height:600px;padding:80px 40px}.hero-content{display:flex;flex-direction:column;gap:30px}.hero-title{color:#1a1a1a;font-size:4rem;font-weight:300;line-height:1.1;margin:0;text-transform:lowercase}.hero-title .highlight{color:#ff9e1b;display:block}.hero-subtitle{color:#6b7785;font-size:1.3rem;font-weight:300;line-height:1.6;margin:0;text-transform:lowercase}.hero-cta{display:flex;flex-wrap:wrap;gap:20px}.cta-primary,.cta-secondary{align-items:center;border-radius:8px;display:inline-flex;font-size:1.1rem;font-weight:600;gap:10px;padding:16px 32px;text-decoration:none;transition:all .3s}.cta-primary{background:#ff9e1b;border:2px solid #ff9e1b;color:#fff;cursor:pointer;font-weight:400;text-transform:lowercase}.cta-primary:hover{background:#ff8a00;border-color:#ff8a00;box-shadow:0 4px 12px #ff9e1b4d;transform:translateY(-2px)}.cta-primary.large{font-size:1.2rem;padding:20px 40px}.cta-secondary{background:#0000;border:2px solid #6b7785;color:#6b7785;cursor:pointer;font-weight:400;text-transform:lowercase}.cta-secondary:hover{background:#6b7785;color:#fff;transform:translateY(-2px)}.cta-secondary.large{font-size:1.2rem;padding:20px 40px}.hero-stats{display:flex;gap:40px;margin-top:20px}.hero-tertiary{margin-top:16px}.hero-tertiary a{color:#6b7785;font-size:.95rem;text-decoration:underline;transition:color .3s}.hero-tertiary a:hover{color:#ff9e1b}.stat{display:flex;flex-direction:column}.stat-number{color:#e68900;font-size:2.5rem}.stat-label,.stat-number{font-weight:300;text-transform:lowercase}.stat-label{color:#6b7785;font-size:.9rem;letter-spacing:1px}.hero-image{position:relative}.video-container{border-radius:12px;box-shadow:0 4px 20px #0000001a;height:0;overflow:hidden;padding-bottom:56.25%;position:relative;width:100%}.hero-video{border:none;border-radius:12px;height:100%;left:0;position:absolute;top:0;width:100%}section{padding:80px 40px}.container{margin:0 auto;max-width:1200px;overflow:visible}.section-title{color:#1a1a1a;font-size:3rem;font-weight:300;margin-bottom:60px;text-align:center;text-transform:lowercase}.why-section{background:#fafafa}.media-section{background:linear-gradient(135deg,#ffb84d,#ff9e1b 50%,#ff8a00);overflow:hidden;padding:40px 0}.media-header{color:#fffffff2;font-size:.85rem;font-weight:500;letter-spacing:.16em;margin-bottom:20px;text-align:left;text-transform:uppercase}.media-marquee{overflow:hidden;position:relative}.media-track{align-items:center;animation:media-scroll 96s linear infinite;display:flex;gap:48px;will-change:transform}.media-section:hover .media-track{animation-play-state:paused}.media-logo{align-items:center;display:flex;filter:grayscale(0) brightness(1.1) opacity(.95);flex:0 0 auto;height:90px;justify-content:center;transition:transform .3s,filter .3s,opacity .3s,box-shadow .3s}.media-logo img{filter:drop-shadow(0 2px 8px rgba(0,0,0,.3));max-height:80px;max-width:200px;object-fit:contain}.media-logo:hover{box-shadow:0 16px 30px #1a1a1a40;filter:grayscale(0) brightness(1) opacity(1);transform:translateY(-4px)}@keyframes media-scroll{0%{transform:translateX(0)}to{transform:translateX(-6000px)}}.why-content{display:flex;flex-direction:column;gap:30px;margin:0 auto;max-width:900px;text-transform:lowercase}.why-content h2{color:#1a1a1a;font-size:3rem;font-weight:300}.why-content h2,.why-content p{margin:0;text-align:center;text-transform:lowercase}.why-content p{color:#5a6872;font-size:1.2rem;line-height:1.8}.why-list{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(2,1fr)}.why-item{background:#fff;border-radius:12px;box-shadow:0 10px 30px #1a1a1a14;padding:30px;text-align:left;text-transform:lowercase}.why-image{border-radius:10px;box-shadow:0 8px 24px #0000001f;height:260px;margin-bottom:20px;overflow:hidden;width:100%}.why-image img{display:block;height:100%;object-fit:cover;width:100%}.why-item h3{color:#1a1a1a;font-size:1.4rem;font-weight:400;margin-bottom:15px;text-transform:lowercase}.why-item p{color:#5a6872;font-size:1rem;line-height:1.7;margin:0;text-transform:lowercase}.inline-highlight{color:#e68900;font-weight:600;text-transform:lowercase}.exclusive-process-section{background:#1a1a1a;color:#fff}.exclusive-content{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr}.exclusive-text .section-title{color:#fff;margin-bottom:30px;text-align:left}.exclusive-lead{color:#e0e0e0;font-size:1.2rem;font-weight:300;line-height:1.8;margin-bottom:40px;text-transform:lowercase}.process-highlights{display:flex;flex-direction:column;gap:30px;margin-bottom:40px}.process-highlight{align-items:flex-start;display:flex;gap:20px}.highlight-icon{align-items:center;background:#ff9e1b;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.5rem;font-weight:700;height:40px;justify-content:center;width:40px}.process-highlight h4{color:#fff;font-size:1.3rem;font-weight:400;margin-bottom:8px;text-transform:lowercase}.process-highlight p{color:#b0b0b0;font-weight:300;line-height:1.6;margin:0;text-transform:lowercase}.exclusive-cta{align-items:center;display:flex;flex-wrap:wrap;gap:20px}.cta-divider{color:#4a5568;font-weight:300;text-transform:lowercase}.exclusive-image{width:100%}.process-image{border-radius:12px;box-shadow:0 4px 20px #0000004d;height:auto;object-fit:cover;width:100%}.opportunity-section{background:#fff}.opportunity-updated{display:flex;flex-direction:column;gap:30px;margin:0 auto;max-width:900px;text-transform:lowercase}.opportunity-updated h2{color:#1a1a1a;font-size:3rem;font-weight:300}.opportunity-updated h2,.opportunity-updated p{margin:0;text-align:center;text-transform:lowercase}.opportunity-updated p{color:#5a6872;font-size:1.2rem;line-height:1.8}.opportunity-updated .opportunity-list{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(2,1fr)}.opportunity-updated .opportunity-item{background:#fafafa;border-radius:12px;box-shadow:0 10px 30px #1a1a1a0f;padding:30px;text-align:left;text-transform:lowercase}.opportunity-item-image{border-radius:10px;box-shadow:0 8px 24px #0000001a;height:260px;margin-bottom:20px;overflow:hidden;width:100%}.opportunity-item-image img{display:block;height:100%;object-fit:cover;width:100%}.opportunity-updated .opportunity-item h3{color:#1a1a1a;font-size:1.4rem;font-weight:400;margin-bottom:15px;text-transform:lowercase}.opportunity-updated .opportunity-item p{color:#5a6872;font-size:1rem;line-height:1.7;margin:0;text-align:left;text-transform:lowercase}.guide-download-section{background:#f6f7f9}.guide-download-content{grid-gap:40px;align-items:center;display:grid;gap:40px;grid-template-columns:1.6fr 1fr}.guide-download-text h2{color:#1a1a1a;font-size:2.6rem;font-weight:300;margin-bottom:16px;text-transform:lowercase}.guide-download-text p{color:#5a6872;font-size:1.2rem;line-height:1.8;margin:0;text-transform:lowercase}.guide-download-form{display:flex;flex-wrap:wrap;gap:16px}.guide-download-form input{background:#fff;border:1px solid #d7dde2;border-radius:10px;color:#1a1a1a;flex:1 1 240px;font-size:1rem;padding:18px 20px}.guide-download-form input:focus{border-color:#ff9e1b;box-shadow:0 0 0 3px #ff9e1b33;outline:none}.guide-download-submit{background:#ff9e1b;border:none;border-radius:10px;color:#fff;cursor:pointer;flex:0 0 auto;font-size:1rem;font-weight:500;padding:18px 28px;text-transform:lowercase;transition:background .3s,transform .3s,box-shadow .3s}.guide-download-submit:hover{background:#ff8a00;box-shadow:0 6px 18px #ff9e1b59;transform:translateY(-2px)}.guide-download-note{color:#5a6872;font-size:.95rem;margin-top:16px;text-transform:lowercase}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.turnkey-section{background:linear-gradient(135deg,#1b1f25,#232a33);color:#fff}.turnkey-content{display:flex;flex-direction:column;gap:30px;margin:0 auto;max-width:900px;text-transform:lowercase}.turnkey-content h2{color:#fff;font-size:3rem;font-weight:300}.turnkey-content h2,.turnkey-content p{margin:0;text-align:center;text-transform:lowercase}.turnkey-content p{color:#e0e5ea;font-size:1.2rem;line-height:1.8}.turnkey-list{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(2,1fr)}.turnkey-item{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff0f;border:1px solid #ffffff1f;border-radius:12px;box-shadow:0 15px 35px #00000040;padding:30px;text-align:left;text-transform:lowercase}.turnkey-item-image{border-radius:10px;box-shadow:0 8px 24px #0003;height:260px;margin-bottom:20px;overflow:hidden;width:100%}.turnkey-item-image img{display:block;height:100%;object-fit:cover;width:100%}.turnkey-item h3{color:#fff;font-size:1.4rem;font-weight:400;margin-bottom:15px;text-transform:lowercase}.turnkey-item p{color:#ced6de;font-size:1rem;line-height:1.7;margin:0;text-transform:lowercase}.investment-section{background:#f0f2f4}.investment-content{display:flex;flex-direction:column;gap:30px;margin:0 auto;max-width:800px;text-align:center;text-transform:lowercase}.investment-content h2{color:#1a1a1a;font-size:3rem;font-weight:300;margin:0;text-transform:lowercase}.investment-items{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(2,1fr)}.investment-item{background:#fff;border-radius:12px;box-shadow:0 12px 28px #1a1a1a14;padding:30px;text-align:center;text-transform:lowercase}.investment-item h3{color:#1a1a1a;font-size:1.3rem;font-weight:400}.investment-amount,.investment-item h3{margin-bottom:15px;text-transform:lowercase}.investment-amount{color:#e68900;font-size:2rem;font-weight:300}.investment-item p{color:#5a6872;font-weight:300;line-height:1.6;margin:0;text-transform:lowercase}.investment-note{color:#6b7785;font-size:.9rem;font-style:italic;font-weight:300;text-align:center;text-transform:none}.community-section{background:#fff}.community-content{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr}.community-text h2{color:#1a1a1a;font-size:3rem;font-weight:300;margin-bottom:25px;text-transform:lowercase}.community-text p{color:#5a6872;font-size:1.2rem;line-height:1.8;margin-bottom:30px;text-transform:lowercase}.community-benefits{display:flex;flex-direction:column;gap:15px;list-style:none;margin:0;padding:0}.community-benefits li{color:#5a6872;font-size:1rem;line-height:1.6;padding-left:28px;position:relative;text-transform:lowercase}.community-benefits li:before{color:#ff9e1b;content:"•";font-size:1.5rem;left:0;line-height:1;position:absolute;top:0}.community-carousel{align-items:center;display:flex;flex-direction:column;gap:25px}.community-photo{border-radius:16px;box-shadow:0 18px 40px #1a1a1a29;overflow:hidden;width:100%}.community-photo img{display:block;height:420px;object-fit:cover;width:100%}.carousel-controls{flex-wrap:wrap;gap:20px}.carousel-button,.carousel-controls{align-items:center;display:flex;justify-content:center}.carousel-button{background:#ff9e1b1f;border:none;border-radius:50%;color:#ff9e1b;cursor:pointer;font-size:1.5rem;height:48px;transition:all .3s ease;width:48px}.carousel-button:hover{background:#ff9e1b;color:#fff;transform:translateY(-2px)}.carousel-indicators{flex-wrap:nowrap;gap:10px;max-width:100%;min-width:300px}.carousel-indicator,.carousel-indicators{align-items:center;display:flex;justify-content:center}.carousel-indicator{background:#d0d6dc;border:none;border-radius:50%;cursor:pointer;height:44px;min-height:44px;min-width:44px;padding:0;position:relative;transition:background .3s ease,transform .3s ease;width:44px}.carousel-indicator:before{background:inherit;border-radius:50%;content:"";height:12px;position:absolute;width:12px}.carousel-indicator.active,.carousel-indicator.active:before{background:#ff9e1b}.video-testimonials-section{background:#f6f7f9}.video-testimonials-section h2{color:#1a1a1a;font-size:3rem;font-weight:300;margin-bottom:40px;text-align:center;text-transform:lowercase}.video-testimonials-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(3,1fr)}.video-testimonial-card{background:#fff;border-radius:16px;box-shadow:0 24px 48px #1a1a1a1f;display:flex;flex-direction:column;min-height:100%;overflow:hidden}.video-testimonial-media{aspect-ratio:9/16;overflow:hidden;position:relative;width:100%}.video-testimonial-media iframe{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.video-testimonial-media:before{height:7.5%;top:0}.video-testimonial-media:after,.video-testimonial-media:before{background:#fff;content:"";left:0;pointer-events:none;position:absolute;width:100%;z-index:1}.video-testimonial-media:after{bottom:0;height:9%}.video-testimonial-media video{aspect-ratio:9/16;border:0;height:auto;object-fit:cover;width:100%}.video-placeholder{align-items:center;background:linear-gradient(135deg,#1a1d21,#2a323b);color:#ffffffe6;display:flex;font-size:1rem;height:240px;justify-content:center;letter-spacing:.08em;text-transform:lowercase;width:100%}.video-testimonial-copy{background:#fff;display:flex;flex-direction:column;gap:12px;margin-top:-9%;padding:28px 30px;position:relative;z-index:2}.video-quote{color:#1a1a1a;font-size:1.15rem;font-style:italic;line-height:1.7}.video-details,.video-role{color:#5a6872;font-size:.95rem;text-transform:lowercase}.process-section{background:#f7f8fa;overflow:visible}.journey-container{margin-top:60px;padding:30px 0}.journey-container,.journey-path{overflow:visible;position:relative}.journey-path{align-items:flex-start;display:flex;flex-wrap:wrap;gap:0;justify-content:center;padding:40px 30px}.journey-step{flex:0 0 auto;flex-direction:column;max-width:220px;min-width:180px;overflow:visible;padding:0 15px;text-align:center;z-index:2}.journey-step,.step-circle{align-items:center;display:flex;position:relative}.step-circle{background:#ff9e1b;border-radius:50%;box-shadow:0 4px 12px #ff9e1b4d;color:#fff;font-size:2rem;font-weight:300;height:80px;justify-content:center;margin-bottom:20px;transition:transform .3s,box-shadow .3s;width:80px;z-index:3}.journey-step:hover .step-circle{box-shadow:0 6px 16px #ff9e1b66;transform:scale(1.1)}.step-number{font-size:2rem;font-weight:300}.journey-step .step-content{margin-top:10px;padding:0}.journey-step h3{color:#1a1a1a;font-size:1.2rem;margin-bottom:10px}.journey-step h3,.journey-step p{font-weight:300;text-transform:lowercase}.journey-step p{color:#6b7785;font-size:.95rem;line-height:1.6}.journey-connector{background:linear-gradient(90deg,#ff9e1b,#ffb84d);flex:1 1;height:4px;margin:38px 10px 0;max-width:80px;min-width:40px;position:relative;z-index:1}.journey-connector:after{border-bottom:6px solid #0000;border-left:12px solid #ff9e1b;border-top:6px solid #0000;content:"";height:0;position:absolute;right:-8px;top:50%;transform:translateY(-50%);width:0}.you-are-here-marker{align-items:center;display:flex;flex-direction:column;gap:5px;overflow:visible;pointer-events:none;position:absolute;right:-20px;top:-25px;z-index:20}.red-dot{animation:pulse 2s infinite;background:#e74c3c;border:3px solid #fff;border-radius:50%;box-shadow:0 3px 10px #e74c3c66;height:18px;width:18px}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.3)}}.you-are-here-marker span{background:#fff;border:1px solid #e74c3c;border-radius:6px;box-shadow:0 2px 8px #00000026;color:#e74c3c;font-size:.7rem;font-weight:600;padding:4px 8px;text-transform:lowercase;white-space:nowrap}.grand-opening-image{margin-top:80px;padding:0 20px;text-align:center;width:100%}.grand-opening-photo{border-radius:12px;box-shadow:0 4px 20px #0000001a;display:block;height:auto;margin:0 auto;max-width:100%}@media (max-width:968px){.journey-path{align-items:center;flex-direction:column;padding:40px 20px}.journey-step{margin-bottom:30px;max-width:100%;width:100%}.journey-connector{height:40px;margin:0;max-width:4px;min-width:4px;transform:rotate(0deg);width:4px}.journey-connector:after{border:6px solid #0000;border-bottom:none;border-top:12px solid #ff9e1b;right:50%;top:100%;transform:translateX(50%)}.you-are-here-marker{left:50%;right:auto;top:-25px;transform:translateX(-50%)}.journey-path{padding:40px 20px 20px}}@media (max-width:768px){.journey-step{min-width:100%;padding:0 10px}.step-circle{font-size:1.8rem;height:70px;width:70px}.journey-step h3{font-size:1.1rem}.journey-step p{font-size:.9rem}.grand-opening-image{margin-top:50px;padding:0 15px}}.cta-section{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);color:#fff;text-align:center}.cta-section h2{color:#fff;font-size:3rem;margin-bottom:20px}.cta-section h2,.cta-section p{font-weight:300;text-transform:lowercase}.cta-section p{color:#ccc;font-size:1.2rem;margin-bottom:40px}.cta-buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.cta-login-link{color:#d0d4d8;font-size:.95rem;margin-top:16px;text-transform:lowercase}.cta-login-link a{color:#ff9e1b;text-decoration:none;transition:opacity .3s}.cta-login-link a:hover{opacity:.8}.exit-intent-overlay,.modal-overlay{align-items:center;background:#0a0e15bf;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:2000}.exit-intent-content,.modal-content{background:#fff;border-radius:18px;box-shadow:0 28px 60px #1a1a1a2e;color:#1a1a1a;max-width:480px;padding:40px;position:relative;text-align:left;width:100%}.exit-intent-content{background:#1a1d21;color:#fff}.exit-intent-content h3,.modal-content h3{color:inherit;font-size:2.2rem;font-weight:300;margin-bottom:16px;text-transform:lowercase}.exit-intent-content p,.modal-content p{color:inherit;line-height:1.7;margin-bottom:24px;text-transform:lowercase}.exit-intent-content p{color:#fffc}.exit-close,.modal-close{background:#0000;border:none;color:#6b7785;cursor:pointer;font-size:1.8rem;line-height:1;position:absolute;right:16px;top:16px;transition:color .3s}.exit-close{color:#ffffffb3}.exit-close:hover,.modal-close:hover{color:#ff9e1b}.print-press-modal{align-items:center;display:flex;flex-direction:column;max-height:90vh;max-width:none;overflow:auto;padding:20px 30px;width:-webkit-fit-content;width:fit-content}.print-press-modal img{box-shadow:0 8px 32px #0003;display:block;height:auto;max-height:80vh;max-width:min(90vw,1200px);width:auto}.award-image-modal{align-items:center;display:flex;flex-direction:column;max-height:90vh;max-width:none;overflow:auto;padding:20px 30px;width:-webkit-fit-content;width:fit-content}.award-image-modal img{box-shadow:0 8px 32px #0003;display:block;height:auto;max-height:80vh;max-width:min(90vw,1200px);width:auto}.award-image-modal h3{color:#1a1a1a;font-size:1.2rem;margin-bottom:20px;text-align:center;white-space:nowrap;width:100%}.exit-intent-form,.modal-form{display:flex;flex-direction:column;gap:18px}.exit-intent-form input,.modal-form input{border:1px solid #d7dde2;border-radius:10px;font-size:1rem;padding:16px 20px;text-transform:none}.exit-intent-form input{background:#ffffff14;border:1px solid #ffffff40;color:#fff}.exit-intent-form input:focus,.modal-form input:focus{border-color:#ff9e1b;box-shadow:0 0 0 3px #ff9e1b33;outline:none}.exit-intent-form input::placeholder{color:#ffffffb3}.exit-intent-form .cta-primary,.modal-form .cta-primary{justify-content:center;width:100%}.footer{background:#1a1a1a;color:#ccc;padding:60px 40px 20px}.footer-content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:40px}.footer-section h4{color:#fff;font-size:1.1rem;font-weight:300;margin-bottom:15px;text-transform:lowercase}.footer-section p{line-height:1.6;margin-bottom:10px}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:10px}.footer-section a{color:#ccc;text-decoration:none;transition:color .3s}.footer-section a:hover{color:#d4a574}.footer-bottom{align-items:center;border-top:1px solid #333;color:#999;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;padding-top:20px}.footer-bottom a{color:#ff9e1b;text-decoration:none;text-transform:lowercase;transition:opacity .3s}.footer-bottom a:hover{opacity:.8}@media (max-width:968px){.hero{gap:40px;grid-template-columns:1fr;padding:60px 20px;text-align:center}.hero-title{font-size:3rem}.hero-stats{flex-wrap:wrap;gap:30px;justify-content:center}.why-list{gap:30px}.investment-items,.opportunity-updated .opportunity-list,.turnkey-list,.why-list{grid-template-columns:1fr}.investment-items{gap:30px}.community-content{gap:40px;grid-template-columns:1fr}.announcement-copy p{text-align:center}.announcement-actions,.announcement-copy p{justify-content:center}.media-track{gap:32px}.guide-download-content{grid-template-columns:1fr;text-align:center}.guide-download-form{justify-content:center}.guide-download-submit{width:100%}.video-testimonials-grid{grid-template-columns:1fr 1fr}.exclusive-content{gap:40px;grid-template-columns:1fr}section{padding:60px 20px}.container{padding:0 20px}.announcement-bar .container{flex-direction:column;gap:10px;padding:0 20px;text-align:center}.announcement-bar p{text-align:center}}@media (max-width:768px){.landing-page{padding-top:80px}.announcement-bar{font-size:.95rem;padding:12px 0}.hero{min-height:auto;padding:40px 15px}.hero-title{font-size:2.5rem;line-height:1.2}.hero-subtitle{font-size:1.1rem}.hero-stats{gap:20px}.stat-number{font-size:2rem}.stat-label{font-size:.8rem}.section-title{font-size:2rem;margin-bottom:40px}section{padding:50px 15px}.container{padding:0 15px}.cta-section h2{font-size:2rem}.cta-section p{font-size:1rem}.cta-primary,.cta-secondary{font-size:1rem;justify-content:center;padding:14px 24px;width:100%}.footer-bottom{text-align:center}.footer-bottom,.guide-download-form{flex-direction:column}.video-testimonials-grid{grid-template-columns:1fr}.video-testimonial-media iframe,.video-testimonial-media video{aspect-ratio:9/16}.video-placeholder{height:220px}.exit-intent-content,.modal-content{padding:32px 28px}.footer{padding:40px 20px 20px}.footer-content{gap:30px;grid-template-columns:1fr}.investment-content h2,.opportunity-updated h2,.turnkey-content h2,.why-content h2{font-size:2.2rem}.opportunity-updated p,.turnkey-content p,.why-content p{font-size:1.05rem}.community-photo img{height:360px}}@media (max-width:480px){.hero-title{font-size:2rem}.section-title{font-size:1.75rem}.announcement-bar{font-size:.85rem;padding:10px 0}.announcement-bar .container{padding:0 15px}.announcement-copy p{flex-direction:column;gap:4px}.announcement-actions{align-items:stretch;flex-direction:column;width:100%}.announcement-apply,.announcement-login,.announcement-secondary{text-align:center;width:100%}.step-circle{font-size:1.5rem;height:60px;width:60px}.journey-step h3{font-size:1rem}.journey-step p{font-size:.85rem}.community-photo img{height:280px}}.partner-section{background:#f6f7f9;padding:80px 40px}.partner-content{margin:0 auto;max-width:1100px}.partner-title{color:#1a1a1a;font-size:3rem;font-weight:300;margin-bottom:15px}.partner-subtitle,.partner-title{text-align:center;text-transform:lowercase}.partner-subtitle{color:#5a6872;font-size:1.3rem;line-height:1.8;margin-bottom:50px}.partner-stats-bar{align-items:center;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-radius:12px;box-shadow:0 10px 40px #1a1a1a26;display:flex;gap:40px;justify-content:center;margin-bottom:50px;padding:35px 50px}.partner-stat{text-align:center}.partner-stat .stat-number{color:#ff9e1b;font-size:3.5rem;font-weight:700;line-height:1;margin-bottom:8px}.partner-stat .stat-label{color:#fff;font-size:.95rem;font-weight:300;text-transform:lowercase}.partner-stat-divider{background:#fff3;height:50px;width:1px}.partner-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:minmax(0,1.3fr) minmax(0,.7fr);margin-bottom:40px}.partner-streams,.partner-visual{background:#fff;border-radius:12px;box-shadow:0 10px 30px #1a1a1a14;padding:35px}.partner-streams{justify-self:end;max-width:420px}.partner-card-title{color:#1a1a1a;font-size:1.6rem;font-weight:400;margin-bottom:25px;text-transform:lowercase}.revenue-funnel{flex-direction:column;gap:10px;margin-bottom:30px}.funnel-stage,.revenue-funnel{align-items:center;display:flex}.funnel-stage{background:linear-gradient(135deg,#fafafa,#f0f0f0);border-left:4px solid #ff9e1b;border-radius:8px;gap:15px;padding:18px 20px;transition:all .3s ease}.funnel-stage:hover{background:linear-gradient(135deg,#fff5e6,#ffe4b3);box-shadow:0 4px 15px #ff9e1b26;transform:translateX(5px)}.funnel-icon{flex-shrink:0;font-size:2rem}.funnel-text{display:flex;flex-direction:column;gap:4px}.funnel-text strong{color:#1a1a1a;font-size:1rem;text-transform:lowercase}.funnel-text span{color:#5a6872;font-size:.85rem;text-transform:lowercase}.funnel-arrow{color:#ff9e1b;font-size:1.5rem;font-weight:700}.partner-image{margin-top:25px}.revenue-streams-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr;margin-bottom:25px}.revenue-stream-item{align-items:center;background:#fafafa;border-radius:8px;display:flex;gap:15px;padding:15px 18px;transition:all .3s ease}.revenue-stream-item:hover{background:#fff5e6;transform:translateX(5px)}.stream-icon{flex-shrink:0;font-size:1.8rem}.stream-details{display:flex;flex-direction:column;gap:3px}.stream-details strong{color:#1a1a1a;font-size:.95rem;text-transform:lowercase}.stream-details span{font-size:.8rem}.partner-proof,.stream-details span{color:#5a6872;text-transform:lowercase}.partner-proof{background:#f0f7ff;border-left:4px solid #007bff;border-radius:8px;font-size:.95rem;padding:18px 20px}.partner-proof strong{color:#0056b3}.partner-testimonial{background:#fff;border-left:5px solid #ff9e1b;border-radius:12px;box-shadow:0 10px 30px #1a1a1a14;margin-bottom:40px;padding:40px 45px;position:relative}.testimonial-quote{color:#ff9e1b;font-family:Georgia,serif;font-size:5rem;left:20px;line-height:1;opacity:.15;position:absolute;top:20px}.testimonial-text{color:#1a1a1a;font-size:1.15rem;line-height:1.8;margin-bottom:20px;position:relative;text-transform:lowercase;z-index:1}.testimonial-author{color:#5a6872;font-size:.95rem;text-align:right;text-transform:lowercase}.testimonial-author strong{color:#1a1a1a}.partner-cta{background:#fff;border-radius:12px;box-shadow:0 10px 30px #1a1a1a14;padding:40px;text-align:center}.partner-cta h3{color:#1a1a1a;font-size:1.8rem;font-weight:400;margin-bottom:15px;text-transform:lowercase}.partner-cta p{color:#5a6872;font-size:1.05rem;line-height:1.7;margin-bottom:25px;text-transform:lowercase}@media (max-width:968px){.partner-stats-bar{flex-direction:column;gap:25px;padding:30px}.partner-stat-divider{height:1px;width:60px}.partner-grid{grid-template-columns:1fr}}@media (max-width:600px){.partner-title{font-size:2rem}.stat-number{font-size:2.5rem}.partner-testimonial{padding:30px 25px}.testimonial-text{font-size:1rem}}.application-form-page{background:#f5f5f5;color:#95a0a9;font-family:Roboto,Arial,Helvetica,sans-serif;font-size:14px;font-weight:300;min-height:100vh;padding-bottom:60px;text-transform:lowercase}.application-header{background:#fff;box-shadow:0 2px 10px #0000000d;padding:40px;text-align:center}.back-button{align-items:center;background:#0000;border:1px solid #ddd;border-radius:8px;color:#666;cursor:pointer;display:flex;gap:8px;left:40px;padding:10px 20px;position:absolute;top:40px;transition:all .2s}.back-button:hover{background:#f5f5f5;border-color:#ff9e1b;color:#ff9e1b}.application-header h1{color:#1a1a1a;font-size:2.5rem;font-weight:300;margin:0 0 10px;text-transform:lowercase}.application-header p{color:#95a0a9;font-size:1.1rem;font-weight:300;margin:0;text-transform:lowercase}.application-progress{display:flex;justify-content:space-between;margin:40px auto;max-width:1000px;padding:0 40px}.progress-step{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:10px;opacity:.4;transition:opacity .3s}.progress-step.active{opacity:1}.step-number{background:#e0e0e0;color:#666;font-weight:700;transition:all .3s}.progress-step.active .step-number{background:#ff9e1b;color:#fff}.step-label{color:#666;font-size:.85rem;text-align:center}.application-form{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;margin:0 auto;max-width:800px;padding:40px}.form-step h2{color:#1a1a1a;font-size:2rem;font-weight:300;margin-bottom:30px;text-transform:lowercase}.form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.form-group label{color:#333;font-size:.95rem;font-weight:500}.form-group input,.form-group select,.form-group textarea{border:2px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:1rem;padding:12px;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#ff9e1b;outline:none}.form-group textarea{resize:vertical}.form-note{background:#f5e6d3;border-radius:8px;color:#856404;font-size:.9rem;margin-bottom:20px;padding:15px}.form-actions{display:flex;gap:20px;justify-content:space-between;margin-top:40px}.next-button,.prev-button,.submit-button{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:14px 32px;transition:all .3s}.prev-button{background:#f0f0f0;color:#333}.prev-button:hover{background:#e0e0e0}.next-button,.submit-button{background:#ff9e1b;color:#fff;font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:500;margin-left:auto;text-transform:lowercase}.next-button:hover,.submit-button:hover{background:#ff8c00;box-shadow:0 4px 12px #ff9e1b4d;transform:translateY(-2px)}.submit-button:disabled{cursor:not-allowed;opacity:.6}@media (max-width:768px){.application-progress{flex-direction:column;gap:20px}.form-row{grid-template-columns:1fr}.back-button{left:auto;margin-bottom:20px;position:relative;top:auto}}.application-success{align-items:center;background:linear-gradient(135deg,#f5f5f5,#fff);color:#95a0a9;display:flex;font-family:Roboto,Arial,Helvetica,sans-serif;font-size:14px;font-weight:300;justify-content:center;min-height:100vh;padding:40px 20px;text-transform:lowercase}.success-content{background:#fff;border-radius:12px;box-shadow:0 8px 24px #0000001a;max-width:700px;padding:60px 40px;text-align:center}.success-icon{align-items:center;background:#d4edda;border-radius:50%;color:#27ae60;display:flex;font-size:3rem;height:100px;justify-content:center;margin:0 auto 30px;width:100px}.success-content h1{color:#1a1a1a;font-size:2.5rem;margin-bottom:20px}.success-content h1,.success-message{font-weight:300;text-transform:lowercase}.success-message{color:#95a0a9;font-size:1.1rem;line-height:1.6;margin-bottom:40px}.next-steps{margin:40px 0;text-align:left}.next-steps h2{color:#1a1a1a;font-size:1.5rem;font-weight:300;margin-bottom:30px;text-align:center;text-transform:lowercase}.steps-list{display:flex;flex-direction:column;gap:25px}.step-item{align-items:flex-start;display:flex;gap:20px}.step-number{align-items:center;background:#ff9e1b;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-weight:500;height:40px;justify-content:center;width:40px}.step-content h3{color:#1a1a1a;font-size:1.1rem;margin:0 0 5px}.step-content h3,.step-content p{font-weight:300;text-transform:lowercase}.step-content p{color:#95a0a9;font-size:.95rem;line-height:1.5;margin:0}.success-actions{display:flex;flex-direction:column;gap:15px;margin-top:40px}.home-button,.login-button{align-items:center;border-radius:8px;display:flex;font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:500;gap:10px;justify-content:center;padding:16px 32px;text-decoration:none;text-transform:lowercase;transition:all .3s}.login-button{background:#ff9e1b;color:#fff}.login-button:hover{background:#ff8c00;box-shadow:0 4px 12px #ff9e1b4d;transform:translateY(-2px)}.home-button{background:#0000;border:2px solid #e0e0e0;color:#95a0a9}.home-button:hover{border-color:#ff9e1b;color:#ff9e1b}.contact-info{border-top:1px solid #e0e0e0;color:#666;margin-top:30px;padding-top:30px}.contact-info strong{color:#1a1a1a}.discovery-day-page{background:#f6f6f7;box-sizing:border-box;color:#231f20;font-family:Inter,Arial,Helvetica,sans-serif;font-size:15px;font-weight:400;min-height:100vh;padding:80px 20px 40px;position:relative;text-transform:lowercase;width:100%;z-index:1}.discovery-day-container{margin:0 auto;max-width:800px;position:relative;z-index:1}.discovery-day-header{align-items:center;display:flex;flex-direction:column;gap:8px;margin-bottom:64px;text-align:center}.discovery-day-title{color:#231f20;font-size:3.5rem;font-weight:700;margin:0 0 8px;text-transform:lowercase}.discovery-day-subtitle{color:#ff9e1b;font-size:2.4rem;font-weight:600;margin:0;text-transform:lowercase}.discovery-day-date{color:#6b6b6b;font-size:1.3rem}.discovery-day-date,.discovery-day-venue{font-weight:500;margin:0;text-transform:lowercase}.discovery-day-venue{color:#7b7b7b;font-size:1rem}.discovery-day-content{width:100%}.discovery-day-agenda{display:flex;flex-direction:column;gap:18px}.discovery-day-item{background:#fff;border:1px solid #231f200a;border-radius:14px;box-shadow:0 8px 18px #1118270f;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease}.discovery-day-item:hover{box-shadow:0 14px 26px #11182714;transform:translateY(-1px)}.discovery-day-item.expandable .discovery-day-item-header{cursor:pointer;transition:background-color .2s}.discovery-day-item-header{align-items:center;background:#fff!important;background-image:none!important;display:flex;justify-content:space-between;padding:18px 22px;transition:background-color .2s,box-shadow .2s}.discovery-day-item-header *{background:#0000!important}.discovery-day-item.expandable .discovery-day-item-header:hover{background:#f6f6f6}.discovery-day-item-content{align-items:center;background:#0000!important;display:flex;gap:18px;width:100%}.discovery-day-time{align-items:center;display:flex;min-width:90px;position:relative;width:22%}.discovery-day-time-text{color:#ff9e1b;font-size:1.05rem;font-weight:600;letter-spacing:.01em;margin:0;text-transform:lowercase}.discovery-day-card-info{background:#0000!important;display:flex;flex:1 1;flex-direction:column;gap:10px;padding-left:0;position:relative}.discovery-day-avatar-row{align-items:center;display:flex;gap:16px}.discovery-day-avatar{align-items:center;background:linear-gradient(135deg,#ff9e1b,#ffb347);border:2px solid #fff;border-radius:20px;box-shadow:0 6px 16px #1118271f;display:flex;height:56px;justify-content:center;overflow:hidden;width:56px}.discovery-day-avatar img{border-radius:18px;height:100%;object-fit:cover;width:100%}.discovery-day-speaker-meta{display:flex;flex-direction:column;gap:2px}.discovery-day-speaker-name{color:#231f20;font-size:.95rem;font-weight:600;text-transform:lowercase}.discovery-day-speaker-role{color:#7f7f7f;font-size:.8rem;text-transform:lowercase}.discovery-day-item-title{color:#231f20;font-size:1.1rem;font-weight:600;margin:0;text-transform:lowercase}.discovery-day-item-subtitle{color:#7f7f7f;font-size:.8rem;font-weight:500;margin:0;text-transform:lowercase}.discovery-day-chevron{flex-shrink:0;margin-left:16px}.discovery-day-icon{color:#999;height:24px;transition:transform .3s ease;width:24px}.discovery-day-icon.expanded{color:#ff9e1b;transform:rotate(180deg)}.discovery-day-details{background:#fbfbfb;border-top:1px solid #1118270a;padding:18px 22px 20px}.discovery-day-details-heading{color:#4a5568;font-size:.875rem;font-weight:600;letter-spacing:.05em;margin:0 0 12px;text-transform:uppercase}.discovery-day-details-heading:not(:first-child){margin-top:22px}.discovery-day-linkedin{margin:-2px 0 12px}.discovery-day-link{color:#ff9e1b;font-size:.875rem;font-weight:500;text-decoration:none;text-transform:lowercase;transition:-webkit-text-decoration .2s;transition:text-decoration .2s;transition:text-decoration .2s,-webkit-text-decoration .2s}.discovery-day-link:hover{text-decoration:underline}.discovery-day-details-text{color:#231f20;font-size:.95rem;line-height:1.55;margin:0 0 16px;text-transform:lowercase}.discovery-day-details-text:last-child{margin-bottom:0}.discovery-day-details-list{list-style:none;margin:0 0 14px;padding-left:18px}.discovery-day-details-list li{color:#231f20;font-size:.95rem;line-height:1.5;margin-bottom:6px;padding-left:12px;position:relative;text-transform:lowercase}.discovery-day-details-list li:before{color:#ff9e1b;content:"•";left:0;position:absolute}.discovery-day-details-list li strong{font-weight:600}.discovery-day-details-list li:last-child{margin-bottom:0}@media (max-width:768px){.discovery-day-page{padding:60px 16px 32px}.discovery-day-title{font-size:2.5rem}.discovery-day-subtitle{font-size:2rem}.discovery-day-date{font-size:1.25rem}.discovery-day-venue{font-size:1rem}.discovery-day-item-header{padding:20px}.discovery-day-item-content{align-items:flex-start;flex-direction:column;gap:12px}.discovery-day-time{width:100%}.discovery-day-time-text{font-size:1rem}.discovery-day-item-title{font-size:1.125rem}.discovery-day-item-subtitle{font-size:.8125rem}.discovery-day-details{padding:20px}.discovery-day-details-text{font-size:.9375rem}}@media (max-width:480px){.discovery-day-title{font-size:2rem}.discovery-day-subtitle{font-size:1.75rem}.discovery-day-date{font-size:1.125rem}.discovery-day-venue{font-size:.9375rem}.discovery-day-details,.discovery-day-item-header{padding:16px}}.App{min-height:100vh}.loading{align-items:center;color:#fff;display:flex;font-size:1.5rem;height:100vh;justify-content:center}
/*# sourceMappingURL=main.5cc9c8db.css.map*/