@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--purple:#7c3aed;--pink:#ec4899;--orange:#f97316;--teal:#0d9488;--blue:#3b82f6;--green:#10b981;--bg:#fff;--bg-subtle:#f8fafc;--navy:#0f172a;--text:#0f172a;--muted:#64748b;--border:#e2e8f0;--primary-gradient:linear-gradient(135deg, #0284c7, #10b981);--teal-gradient:linear-gradient(135deg, var(--teal), #06b6d4);--orange-gradient:linear-gradient(135deg, var(--orange), #f59e0b);--shadow-sm:0 1px 2px 0 #0000000d;--shadow:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-glow:0 10px 25px -5px #10b9814d}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{color:var(--text);-webkit-font-smoothing:antialiased;background:#fff;width:100%;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{color:#0f172a;font-weight:800}.text-blue{color:var(--blue)}.text-purple{color:var(--purple)}.text-green{color:var(--green)}.text-teal{color:var(--teal)}p{line-height:1.6}.cta-btn{background:var(--text);color:#fff;cursor:pointer;border:none;border-radius:9999px;align-items:center;gap:12px;padding:16px 32px;font-family:inherit;font-size:1.05rem;font-weight:600;transition:transform .2s,box-shadow .2s,background .2s;display:flex;box-shadow:0 4px 14px #0f172a63}.cta-btn span{transition:transform .2s}.cta-btn:hover{background:#1e293b;transform:translateY(-2px);box-shadow:0 6px 20px #0f172a73}.cta-btn:hover span{transform:translate(4px)}.app-wrapper{flex-direction:column;width:100%;display:flex;overflow-x:hidden}.navbar{z-index:100;background:#fff;border-bottom:1px solid #e2e8f0;width:100%;padding:12px 32px;transition:transform .3s ease-in-out;position:fixed;top:0;left:0;box-shadow:0 1px 3px #00000005}.navbar.nav-hidden{transform:translateY(-100%)}.nav-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;max-width:1100px;margin:0 auto;display:flex}.nav-logo{cursor:pointer;object-fit:contain;height:45px}.nav-links{align-items:center;gap:32px;display:flex}.nav-link{color:var(--muted);cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:1.1rem;font-weight:600;transition:color .2s}.nav-link:hover{color:var(--text)}.sections-container{flex-direction:column;gap:60px;max-width:1100px;margin:0 auto;padding:20px;display:flex}.content-section{scroll-margin-top:80px}.section-header{text-align:center;margin-bottom:48px}.section-main-title{color:var(--text);letter-spacing:-.02em;font-size:2.75rem;font-weight:800;line-height:1.2}.section-subtitle{color:var(--muted);max-width:800px;margin:16px auto 0;font-size:1.15rem;line-height:1.6}@media (width<=768px){.section-main-title{font-size:2rem}}.animate-on-scroll{opacity:0;will-change:opacity, transform;transition:opacity .8s cubic-bezier(.165,.84,.44,1),transform .8s cubic-bezier(.165,.84,.44,1);transform:translateY(40px)}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.fade-in{animation:.5s ease-out forwards fadeIn}.section-divider{background:linear-gradient(90deg, transparent, var(--teal), var(--blue), transparent);opacity:.5;border-radius:9999px;width:100%;height:3px;margin:20px auto}.glass-card{background:var(--bg);border:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;padding:48px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),box-shadow .3s;box-shadow:0 10px 30px -10px #0000000d}.glass-card:hover{border-color:#10b9814d;transform:translateY(-8px);box-shadow:0 30px 60px -15px #0000001f}.glass-card p.subtitle{color:var(--muted);margin-bottom:32px;font-size:1.1rem}.unified-split{align-items:stretch;padding:0;display:flex;overflow:hidden}.unified-form{background:#fff;flex:1.2;padding:48px}.unified-info{background:var(--primary-gradient);color:#fff;flex-direction:column;flex:1;justify-content:center;padding:48px;display:flex}.unified-info h2{color:#fff;margin-bottom:16px;font-size:2.5rem;line-height:1.2}.unified-info p.subtitle{color:#ffffffe6;margin-bottom:40px;font-size:1.15rem;line-height:1.6}.info-benefits{flex-direction:column;gap:24px;display:flex}.benefit-item{align-items:flex-start;gap:16px;display:flex}.benefit-icon{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fff3;border-radius:12px;justify-content:center;align-items:center;padding:12px;font-size:1.5rem;display:flex}.benefit-item h4{color:#fff;margin-bottom:4px;font-size:1.1rem;font-weight:700}.benefit-item p{color:#fffc;margin:0;font-size:.95rem}@media (width<=900px){.unified-split{flex-direction:column}.unified-form{order:2;padding:32px 24px}.unified-info{order:1;padding:40px 24px}}.form-group{margin-bottom:24px}label{color:#334155;margin-bottom:8px;font-size:.9rem;font-weight:600;display:block}input,textarea,select{border:1.5px solid var(--border);background:var(--bg-subtle);border-radius:12px;outline:none;width:100%;padding:14px 16px;font-family:inherit;font-size:1rem;transition:all .2s}input:focus,textarea:focus,select:focus{border-color:var(--purple);background:#fff;box-shadow:0 0 0 4px #7c3aed1a}textarea{resize:vertical;min-height:120px}.btn-primary{color:#fff;cursor:pointer;background:var(--primary-gradient);box-shadow:var(--shadow-glow);border:none;border-radius:9999px;justify-content:center;align-items:center;width:100%;margin-top:16px;padding:14px 32px;font-size:1rem;font-weight:700;transition:all .2s;display:inline-flex}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 30px -5px #7c3aed66}.btn-primary.teal{background:var(--teal-gradient);box-shadow:0 10px 25px -5px #14b8a64d}.btn-primary.orange{background:var(--orange-gradient);box-shadow:0 10px 25px -5px #f973164d}.home-actions .btn-primary{width:auto;margin-top:0;box-shadow:0 10px 25px -5px #7c3aed80}.chip-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;display:grid}.chip{border:2px solid var(--border);text-align:center;cursor:pointer;color:var(--muted);background:#fff;border-radius:12px;padding:12px;font-size:.875rem;font-weight:600;transition:all .2s}.chip:hover{border-color:var(--teal);color:var(--teal)}.chip.selected{background:var(--teal-gradient);color:#fff;border-color:#0000;box-shadow:0 4px 12px #14b8a633}.scrollable-chips{max-height:240px;padding-bottom:8px;padding-right:8px;overflow-y:auto}.scrollable-chips::-webkit-scrollbar{width:6px}.scrollable-chips::-webkit-scrollbar-track{background:var(--bg-subtle);border-radius:4px}.scrollable-chips::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.scrollable-chips::-webkit-scrollbar-thumb:hover{background:var(--teal)}.task-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px;margin-bottom:32px;display:grid}.task-card{border:2px solid var(--border);text-align:center;cursor:pointer;color:var(--text);background:#fff;border-radius:16px;padding:24px 12px;font-size:.9rem;font-weight:700;transition:all .2s}.task-card:hover{box-shadow:var(--shadow);border-color:#cbd5e1;transform:translateY(-4px)}.task-card.active{background:var(--orange-gradient);color:#fff;border-color:#0000;box-shadow:0 10px 25px -5px #f973164d}.task-emoji{margin-bottom:8px;font-size:2rem;display:block}.tool-chip{border:2px solid var(--border);text-align:center;cursor:pointer;color:var(--muted);background:#fff;border-radius:12px;padding:12px;font-size:.875rem;font-weight:600;transition:all .2s}.tool-chip:hover{border-color:var(--blue);color:var(--blue)}.tool-chip.picked{background:linear-gradient(135deg, var(--blue), #60a5fa);color:#fff;border-color:#0000;box-shadow:0 4px 12px #3b82f633}.hint-text{color:var(--muted);margin-top:6px;font-size:.8rem;display:block}.ai-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0f172a99;justify-content:center;align-items:center;animation:.3s ease-out fadeIn;display:flex;position:fixed;inset:0}.ai-modal-card{text-align:center;background:#fff;border-radius:24px;width:90%;max-width:480px;padding:40px;position:relative;box-shadow:0 25px 50px -12px #00000040}.ai-modal-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-size:2rem;transition:color .2s;position:absolute;top:16px;right:20px}.ai-modal-close:hover{color:#0f172a}.animate-scale-up{animation:.4s cubic-bezier(.34,1.56,.64,1) modalScaleUp}@keyframes modalScaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.ai-modal-header{margin-bottom:24px}.ai-band-badge{background:var(--teal-gradient);color:#fff;text-transform:uppercase;letter-spacing:.1em;border-radius:9999px;margin-bottom:12px;padding:6px 16px;font-size:.75rem;font-weight:800;display:inline-block;box-shadow:0 4px 10px #14b8a64d}.ai-domain-label{color:#475569;font-size:1.1rem;font-weight:700}.ai-chart-container{flex-direction:column;justify-content:center;align-items:center;margin-bottom:24px;display:flex;position:relative}.ai-chart-score{color:#64748b;margin-top:-12px;font-size:1rem;font-weight:600}.ai-modal-body{margin-bottom:32px}.ai-band-msg{color:#334155;font-size:1.05rem;line-height:1.6}.ai-action-card{cursor:pointer;text-align:left;background:#f8fafc;border:2px solid #e2e8f0;border-radius:16px;justify-content:space-between;align-items:center;padding:20px;text-decoration:none;transition:all .2s;display:flex}.ai-action-card:hover{border-color:var(--teal);background:#fff;transform:translateY(-2px);box-shadow:0 10px 25px -5px #14b8a626}.action-card-content{flex-direction:column;gap:4px;display:flex}.action-card-label{color:#64748b;letter-spacing:.05em;font-size:.75rem;font-weight:700}.action-card-title{color:var(--navy);font-size:1.1rem;font-weight:700}.action-card-arrow{color:var(--teal);font-size:1.5rem;font-weight:700;transition:transform .2s}.ai-action-card:hover .action-card-arrow{transform:translate(4px)}.badge{letter-spacing:.05em;text-transform:uppercase;border-radius:9999px;margin-bottom:16px;padding:6px 16px;font-size:.875rem;font-weight:800;display:inline-block}.badge.enthusiast{color:#b91c1c;background:#fee2e2}.badge.explorer{color:#b45309;background:#fef3c7}.badge.pioneer{color:#047857;background:#d1fae5}.footer-area{color:#a8a29e;background:#1c1917;margin-top:80px;padding:80px 20px 40px;position:relative;overflow:hidden}.footer-bg-text{color:#ffffff05;white-space:nowrap;pointer-events:none;z-index:0;font-size:25vw;font-weight:900;line-height:1;position:absolute;bottom:-40px;left:50%;transform:translate(-50%)}.footer-content{z-index:10;max-width:1100px;margin:0 auto;position:relative}.footer-top{grid-template-columns:1fr 1fr;gap:60px;margin-bottom:48px;display:grid}.footer-brand .footer-logo{object-fit:contain;filter:brightness(0)invert();height:60px;margin-bottom:24px}.footer-brand p{max-width:400px;font-size:.95rem;line-height:1.6}.footer-contact h4{color:#fff;letter-spacing:.1em;text-transform:uppercase;margin-bottom:24px;font-size:.9rem;font-weight:700}.footer-contact ul{flex-direction:column;gap:16px;list-style:none;display:flex}.footer-contact li{align-items:flex-start;gap:16px;font-size:.95rem;display:flex}.footer-contact .icon{color:var(--orange);font-size:1.1rem}.footer-divider{background:#ffffff14;width:100%;height:1px;margin:40px 0}.footer-badges{flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:40px;display:flex}.footer-badges span{letter-spacing:.05em;color:#d6d3d1;background:0 0;border:1px solid #ffffff1a;border-radius:9999px;padding:8px 24px;font-size:.75rem;font-weight:600}.footer-bottom{text-align:center}.footer-bottom p{color:#78716c;font-size:.8rem}@media (width<=768px){.footer-top{grid-template-columns:1fr;gap:40px}.footer-brand p{max-width:100%}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.ai-readiness-wrapper{background:var(--bg);border:1px solid var(--border);border-radius:24px;overflow:hidden;box-shadow:0 10px 30px -10px #0000000d}.ai-task-dashboard{flex-direction:row;justify-content:space-between;align-items:center;gap:64px;padding:48px;display:flex}.ai-dashboard-text{text-align:left;flex:.45}.ai-task-dashboard .pill-label{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(135deg,#0ea5e9,#3b82f6);border-radius:9999px;margin-bottom:16px;padding:6px 14px;font-size:.75rem;font-weight:700;display:inline-block;box-shadow:0 4px 10px #0ea5e94d}.ai-task-dashboard h2{color:#0b132b;margin-bottom:16px;font-size:3rem;font-weight:800;line-height:1.1}.ai-task-dashboard .subtitle{color:#0b132b;margin-bottom:0;font-size:1.15rem;font-weight:500;line-height:1.6}.ai-dashboard-actions{flex-direction:column;flex:.55;gap:24px;display:flex}.tags-header{color:#0b132b;margin:0;font-size:1.1rem;font-weight:700}.ai-tags-container{flex-wrap:wrap;gap:12px;display:flex}.ai-tag-card{cursor:pointer;color:#0b132b;-webkit-user-select:none;user-select:none;background:#fff;border:2px solid #e2e8f0;border-radius:9999px;align-items:center;gap:10px;padding:12px 20px;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.ai-tag-card:hover{border-color:var(--blue);color:var(--blue);background:#3b82f60d;transform:translateY(-2px)}.ai-tag-card.active{background:var(--blue);border-color:var(--blue);color:#fff;box-shadow:0 4px 14px #3b82f666}.ai-tag-card .tag-icon{opacity:.8;justify-content:center;align-items:center;display:flex}.ai-tag-card.active .tag-icon{opacity:1}.readiness-scale-preview{border-top:1px solid var(--border);margin-top:24px;padding-top:24px}.scale-line{opacity:.6;background:linear-gradient(90deg,#94a3b8,#3b82f6,#10b981);border-radius:4px;height:4px;margin-bottom:12px}.scale-markers{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;justify-content:space-between;font-size:.75rem;font-weight:700;display:flex}.ai-split-layout{align-items:stretch;min-height:600px;animation:.4s ease-out fadeIn;display:flex}.ai-context-pane{background:var(--teal-gradient);color:#fff;flex-direction:column;flex:.8;justify-content:center;padding:48px;display:flex;position:relative;overflow:hidden}.ai-context-pane:after{content:"";filter:blur(50px);pointer-events:none;background:#ffffff1a;border-radius:50%;width:400px;height:400px;position:absolute;top:-100px;left:-100px}.ai-context-pane h3{z-index:1;margin-bottom:16px;font-size:2.5rem;font-weight:800}.ai-context-pane p{color:#ffffffe6;z-index:1;font-size:1.1rem;line-height:1.6}.ai-action-pane{background:#fff;flex-direction:column;flex:1.2;padding:48px;display:flex}.ai-back-btn{color:#fff;cursor:pointer;z-index:1;background:0 0;border:1px solid #fff3;border-radius:9999px;align-self:flex-start;align-items:center;gap:8px;margin-bottom:40px;padding:8px 16px;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.ai-back-btn:hover{background:#ffffff1a;border-color:#fff6}.vertical-stepper{z-index:1;flex-direction:column;gap:0;display:flex}.step-item{padding-bottom:24px;display:flex;position:relative}.step-item:last-child{padding-bottom:0}.step-node{z-index:2;background:0 0;border:2px solid #fff;border-radius:50%;width:14px;height:14px;margin-top:4px;position:relative}.step-line{z-index:1;background:#ffffff4d;width:2px;position:absolute;top:18px;bottom:0;left:6px}.step-content{margin-left:16px}.step-title{color:#fff;margin-bottom:4px;font-size:1rem;font-weight:700}.step-desc{color:#ffffffb3;font-size:.85rem}.ai-progress-container{margin-bottom:32px}.ai-progress-text{color:var(--muted);justify-content:space-between;margin-bottom:8px;font-size:.95rem;font-weight:600;display:flex}.ai-progress-bar-bg{background:var(--border);border-radius:9999px;height:8px;overflow:hidden}.ai-progress-bar-fill{background:var(--orange-gradient);border-radius:9999px;height:100%;transition:width .4s cubic-bezier(.34,1.56,.64,1);box-shadow:0 0 10px #f9731680}.ai-progress-bar-fill.complete{background:var(--green);box-shadow:0 0 10px #10b98180}.ai-tools-grid{flex-wrap:wrap;flex-grow:1;align-content:start;gap:12px;display:flex}.ai-tool-card{border:2px solid var(--border);text-align:left;cursor:pointer;background:var(--bg-subtle);color:var(--text);-webkit-user-select:none;user-select:none;border-radius:9999px;align-items:center;gap:10px;width:fit-content;padding:10px 18px;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.ai-tool-card .tool-icon{opacity:.6;justify-content:center;align-items:center;display:flex}.ai-tool-card .tool-check{color:var(--teal);justify-content:center;align-items:center;margin-left:4px;animation:.2s ease-out scaleIn;display:flex}.ai-tool-card:hover{border-color:var(--teal);box-shadow:var(--shadow);transform:translateY(-2px)}.ai-tool-card.selected{border-color:var(--teal);color:var(--navy);background:#fff;box-shadow:0 4px 15px -3px #14b8a633}.ai-tool-card.selected .tool-icon{opacity:1;color:var(--teal)}.ai-action-footer{justify-content:flex-end;margin-top:40px;display:flex}.ai-submit-btn{cursor:not-allowed;color:#64748b;background:#f1f5f9;border:none;border-radius:9999px;justify-content:center;align-items:center;padding:16px 40px;font-size:1.1rem;font-weight:700;transition:all .3s;display:inline-flex}.ai-submit-btn.ready{cursor:pointer;background:var(--orange-gradient);color:#fff;animation:2s infinite pulseOrange;box-shadow:0 10px 30px -5px #f9731666}.ai-submit-btn.ready:hover{animation:none;transform:translateY(-2px);box-shadow:0 15px 35px -5px #f9731680}@keyframes pulseOrange{0%{box-shadow:0 0 #f9731699}70%{box-shadow:0 0 0 15px #f9731600}to{box-shadow:0 0 #f9731600}}@media (width<=900px){.ai-split-layout{flex-direction:column}.ai-action-pane{order:2;padding:32px 24px}.ai-context-pane{order:1;padding:40px 24px}.ai-task-dashboard{flex-direction:column-reverse;gap:40px;padding:32px 24px}.ai-task-grid{grid-template-columns:1fr}}.particles-container{width:100%;height:100%;position:relative}.corporate-section{border-top:1px solid #e2e8f0;border-top:1px solid var(--border);background:var(--bg);width:100%;position:relative;overflow:hidden}.corporate-section .section-grid{z-index:1;grid-template-columns:1fr 1fr;gap:80px;width:calc(100% - 48px);max-width:1100px;min-height:540px;margin:0 auto;display:grid;position:relative}.corporate-section .section-grid>*{min-width:0}.corporate-section .text-pane{text-align:left;flex-direction:column;justify-content:center;align-items:flex-start;gap:20px;padding:80px 0;display:flex}.corporate-section .pill-label{text-transform:uppercase;letter-spacing:.12em;color:#3b82f6;background:#eff6ff;border-radius:9999px;align-self:flex-start;padding:4px 12px;font-size:.75rem;font-weight:800}.corporate-section h2{color:#0f172a;margin:0;font-size:2.8rem;font-weight:800;line-height:1.15}.corporate-section .desc{color:#64748b;text-align:left;max-width:480px;margin:0;font-size:1.05rem;line-height:1.7}.corporate-section .feature-list{flex-direction:column;align-items:flex-start;gap:10px;margin:0;padding:0;list-style:none;display:flex}.corporate-section .feature-list li{color:#334155;align-items:center;gap:10px;font-size:.95rem;font-weight:500;display:flex}.corporate-section .feature-list .check{color:#3b82f6;background:#dbeafe;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;display:flex}.corporate-section .dashboard-mockup{justify-content:center;align-items:center;padding:40px 0;display:flex;position:relative}.corporate-section .dash-card{border:1px solid var(--border);box-shadow:var(--shadow-lg);background:#fff;border-radius:20px;overflow:hidden}.corporate-section .main-dash{width:100%;max-width:480px}.corporate-section .dash-header{background:var(--bg-subtle);border-bottom:1px solid var(--border);gap:8px;padding:12px 20px;display:flex}.corporate-section .dot{border-radius:50%;width:10px;height:10px}.corporate-section .bg-red{background:#ef4444}.corporate-section .bg-yellow{background:#f59e0b}.corporate-section .bg-green{background:#10b981}.corporate-section .dash-body{padding:24px}.corporate-section .dash-title{color:var(--text);margin-bottom:24px;font-size:1.1rem;font-weight:700}.corporate-section .chart-bars{align-items:flex-end;gap:12px;height:120px;margin-bottom:32px;display:flex}.corporate-section .bar{background:linear-gradient(to top, var(--blue), #60a5fa);opacity:.8;border-radius:4px 4px 0 0;flex:1;transition:opacity .3s}.corporate-section .bar:hover{opacity:1}.corporate-section .stats-row{text-align:center;grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.corporate-section .stat-num{color:var(--blue);font-size:1.5rem;font-weight:800}.corporate-section .stat-label{color:var(--muted);font-size:.75rem;font-weight:600}.corporate-section .floating-card{align-items:center;gap:16px;padding:16px 24px;animation:6s ease-in-out infinite float;display:flex;position:absolute;top:80px;right:-20px}.corporate-section .icon-circle{background:#eff6ff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;display:flex}.corporate-section .bold-text{color:var(--text);font-size:.95rem;font-weight:700}.corporate-section .sub-text{color:var(--muted);font-size:.8rem}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@media (width<=900px){.corporate-section .section-grid{grid-template-columns:1fr}.corporate-section .visual-pane{order:-1}.corporate-section .text-pane{padding:48px 24px}.corporate-section h2{font-size:2rem}}.talent-section{background:var(--navy);border:1px solid #ffffff0d;border-radius:40px;width:calc(100% - 40px);max-width:1600px;margin:40px auto;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #0b132b26}.talent-section .section-grid{z-index:1;flex-direction:column;justify-content:center;align-items:center;width:calc(100% - 48px);max-width:1100px;min-height:540px;margin:0 auto;display:flex;position:relative}.talent-section .section-grid>*{min-width:0}.talent-section .mentor-profiles{justify-content:center;align-items:center;padding:60px 0;display:flex;position:relative}.talent-section .mentor-card{box-shadow:var(--shadow);background:#1e293b;border:1px solid #ffffff1a;border-radius:20px;align-items:center;gap:16px;width:100%;max-width:400px;padding:24px;transition:transform .3s;display:flex}.talent-section .mentor-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.talent-section .main-mentor{z-index:2;position:relative}.talent-section .secondary-mentor{z-index:1;opacity:.9;position:absolute;top:180px;right:0;transform:scale(.95)}.talent-section .secondary-mentor:hover{opacity:1;transform:scale(.95)translateY(-4px)}.talent-section .avatar-placeholder{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.2rem;font-weight:700;display:flex}.talent-section .bg-purple{background:linear-gradient(135deg,#7c3aed,#9333ea)}.talent-section .bg-teal{background:linear-gradient(135deg,#14b8a6,#0d9488)}.talent-section .mentor-info{flex-direction:column;gap:4px;display:flex}.talent-section .mentor-name{color:#fff;font-size:1.1rem;font-weight:700}.talent-section .mentor-role{color:#cbd5e1;font-size:.85rem}.talent-section .mentor-tags{gap:8px;margin-top:8px;display:flex}.talent-section .mini-tag{color:#e2e8f0;background:#ffffff1a;border-radius:9999px;padding:4px 10px;font-size:.7rem;font-weight:600}.talent-section .text-pane{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:20px;max-width:600px;padding:80px 0;display:flex}.talent-section .pill-label{text-transform:uppercase;letter-spacing:.12em;color:#cbd5e1;background:#ffffff0d;border:1px solid #ffffff26;border-radius:9999px;align-self:center;padding:6px 16px;font-size:.75rem;font-weight:800}.talent-section h2{color:#fff;margin:0;font-size:2.8rem;font-weight:800;line-height:1.15}.talent-section .desc{color:#94a3b8;text-align:center;max-width:480px;margin:0;font-size:1.05rem;line-height:1.7}.talent-section .feature-list{flex-direction:column;align-self:center;align-items:flex-start;gap:10px;margin:0;padding:0;list-style:none;display:flex}.talent-section .feature-list li{color:#e2e8f0;align-items:center;gap:10px;font-size:.95rem;font-weight:500;display:flex}.talent-section .feature-list .check{color:#14b8a6;background:#ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;display:flex}.talent-section .cta-btn{color:var(--navy);background:#fff;align-self:center;margin-top:10px}.talent-section .cta-btn:hover{background:#f8fafc}@media (width<=900px){.talent-section .section-grid{grid-template-columns:1fr}.talent-section .text-pane{padding:48px 24px}.talent-section h2{font-size:2rem}}.ai-readiness-section{border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--bg);width:100%;position:relative;overflow:hidden}.ai-readiness-section .section-grid{z-index:1;grid-template-columns:1fr 1fr;gap:80px;width:calc(100% - 48px);max-width:1100px;min-height:540px;margin:0 auto;display:grid;position:relative}.ai-readiness-section .section-grid>*{min-width:0}.ai-readiness-section .text-pane{text-align:left;flex-direction:column;justify-content:center;align-items:flex-start;gap:20px;padding:80px 0;display:flex}.ai-readiness-section .pill-label{text-transform:uppercase;letter-spacing:.12em;color:#10b981;background:#ecfdf5;border-radius:9999px;align-self:flex-start;padding:4px 12px;font-size:.75rem;font-weight:800}.ai-readiness-section h2{color:#0f172a;margin:0;font-size:2.8rem;font-weight:800;line-height:1.15}.ai-readiness-section .desc{color:#64748b;text-align:left;max-width:480px;margin:0;font-size:1.05rem;line-height:1.7}.ai-readiness-section .levels{flex-direction:column;gap:10px;width:100%;max-width:320px;margin-top:4px;display:flex}.ai-readiness-section .level-row{align-items:center;gap:12px;display:flex}.ai-readiness-section .level-label{color:#475569;flex-shrink:0;width:72px;font-size:.8rem;font-weight:700}.ai-readiness-section .level-track{background:#f1f5f9;border-radius:9999px;flex:1;height:8px;overflow:hidden}.ai-readiness-section .level-fill{border-radius:9999px;height:100%}.ai-readiness-section .ai-widget{justify-content:center;align-items:center;padding:60px 0;display:flex;position:relative}.ai-readiness-section .widget-card{border:1px solid var(--border);box-shadow:var(--shadow-lg);background:#fff;border-radius:24px;width:100%;max-width:440px;overflow:hidden}.ai-readiness-section .widget-header{background:var(--bg-subtle);border-bottom:1px solid var(--border);align-items:center;gap:16px;padding:24px;display:flex}.ai-readiness-section .widget-header .icon{background:#ecfdf5;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:2rem;display:flex}.ai-readiness-section .widget-title{color:var(--text);font-size:1.1rem;font-weight:700}.ai-readiness-section .widget-body{padding:32px 24px}.ai-readiness-section .tools-grid{flex-wrap:wrap;gap:12px;display:flex}.ai-readiness-section .tool-tag{border:1px solid var(--border);color:var(--text);cursor:default;background:#fff;border-radius:9999px;padding:8px 16px;font-size:.85rem;font-weight:600;transition:all .2s}.ai-readiness-section .tool-tag:hover{color:#059669;box-shadow:var(--shadow-sm);background:#ecfdf5;border-color:#10b981;transform:translateY(-2px)}@media (width<=900px){.ai-readiness-section .section-grid{grid-template-columns:1fr}.ai-readiness-section .visual-pane{order:-1}.ai-readiness-section .text-pane{padding:48px 24px}.ai-readiness-section h2{font-size:2rem}}.hero-section{background:#f8fafc;justify-content:center;width:100%;padding:120px 0 80px;display:flex;position:relative;overflow:hidden}.hero-background{z-index:0;opacity:.6;width:100%;height:100%;position:absolute;top:0;left:0}.hero-grid{z-index:1;grid-template-columns:1.2fr 1fr;align-items:center;gap:64px;width:calc(100% - 48px);max-width:1200px;margin:0 auto;display:grid;position:relative}.hero-left{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.hero-badge{letter-spacing:.1em;text-transform:uppercase;color:#0f766e;background:#0d94881a;border-radius:9999px;margin-bottom:24px;padding:6px 16px;font-size:.8rem;font-weight:800;display:inline-block}.hero-title{color:#0f172a;letter-spacing:-.03em;margin-bottom:24px;font-size:4.5rem;font-weight:800;line-height:1.1}.hero-subtitle{color:#475569;max-width:520px;margin-bottom:40px;font-size:1.25rem;line-height:1.6}.hero-actions{align-items:center;gap:16px;display:flex}.hero-actions .cta-btn{cursor:pointer;box-shadow:none;border-radius:6px;padding:14px 28px;font-size:1rem;font-weight:600;transition:all .2s}.hero-actions .cta-btn.primary{color:#fff;background:#0d9488;border:none}.hero-actions .cta-btn.primary:hover{background:#0f766e;transform:translateY(-2px);box-shadow:0 4px 12px #0d948840}.hero-actions .cta-btn.ghost{color:#475569;background:0 0;border:1px solid #cbd5e1}.hero-actions .cta-btn.ghost:hover{color:#0f172a;background:#f8fafc;border-color:#94a3b8;transform:translateY(-2px)}.hero-right{justify-content:center;align-items:center;display:flex;position:relative}.hero-photo-wrapper{width:100%;max-width:500px;position:relative}.hero-photo-placeholder{aspect-ratio:4/5;object-fit:cover;border-radius:16px;width:100%;box-shadow:0 20px 25px -5px #0000000d}.floating-badge{z-index:10;background:#fff;border:1px solid #f1f5f9;border-radius:12px;align-items:center;gap:16px;padding:16px 20px;display:flex;position:absolute;bottom:-20px;left:-20px;box-shadow:0 10px 25px -5px #0000001a}.badge-dot{background:#10b981;border-radius:50%;width:8px;height:8px;animation:2s infinite pulseDot;box-shadow:0 0 0 4px #10b98133}@keyframes pulseDot{0%{box-shadow:0 0 #10b98166}70%{box-shadow:0 0 0 6px #10b98100}to{box-shadow:0 0 #10b98100}}.badge-icon{background:#f0fdfa;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.badge-text{flex-direction:column;display:flex}.badge-num{color:#0f172a;font-size:1.25rem;font-weight:800;line-height:1.2}.badge-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.trust-anchor{background:#f8fafc;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;width:100%;padding:24px 0}.trust-container{flex-wrap:wrap;justify-content:center;align-items:center;gap:32px;width:calc(100% - 48px);max-width:1200px;margin:0 auto;display:flex}.trust-item{color:#475569;align-items:center;gap:8px;font-size:.9rem;font-weight:700;display:flex}.trust-star{color:#f59e0b;font-size:1.1rem}.trust-divider{background:#cbd5e1;width:1px;height:24px}@media (width<=900px){.hero-grid{text-align:center;grid-template-columns:1fr}.hero-left{align-items:center}.hero-title{font-size:3.5rem}.trust-divider{display:none}.trust-container{flex-direction:column;gap:16px}}.prism-container{width:100%;height:100%;position:relative}.site-footer{color:#a8a29e;background:#1c1917;padding:80px 20px 40px;position:relative;overflow:hidden}.site-footer .footer-watermark{color:#ffffff05;white-space:nowrap;pointer-events:none;z-index:0;font-size:25vw;font-weight:900;line-height:1;position:absolute;bottom:-40px;left:50%;transform:translate(-50%)}.site-footer .footer-inner{z-index:10;max-width:1100px;margin:0 auto;position:relative}.site-footer .footer-top{grid-template-columns:1fr 1fr;align-items:flex-start;gap:60px;margin-bottom:48px;display:grid}.site-footer .footer-logo{object-fit:contain;filter:brightness(0)invert();height:60px;margin-bottom:24px;display:block}.site-footer .footer-brand p{max-width:400px;font-size:.95rem;line-height:1.6}.site-footer .footer-contact h4{color:#fff;letter-spacing:.1em;text-transform:uppercase;margin-bottom:24px;font-size:.9rem;font-weight:700}.site-footer .footer-contact ul{flex-direction:column;gap:24px;margin:0;padding:0;list-style:none;display:flex}.site-footer .footer-contact li{align-items:flex-start;gap:16px;font-size:.95rem;display:flex}.site-footer .footer-contact .contact-icon{color:#f97316;font-size:1.1rem}.site-footer .footer-divider{background:#ffffff14;width:100%;height:1px;margin:40px 0}.site-footer .footer-badges{flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:40px;display:flex}.site-footer .footer-badges span{letter-spacing:.05em;color:#d6d3d1;border:1px solid #ffffff1a;border-radius:9999px;padding:8px 24px;font-size:.75rem;font-weight:600}.site-footer .footer-bottom{text-align:center}.site-footer .footer-bottom p{color:#78716c;font-size:.8rem}@media (width<=768px){.site-footer .footer-top{grid-template-columns:1fr;gap:40px}.site-footer .footer-brand p{max-width:100%}}
