body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background-color:#fff}.navbar{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e5e7eb;z-index:1000}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:70px}.nav-logo .logo-text{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-menu{display:flex;align-items:center;gap:2rem}.nav-link{text-decoration:none;color:#374151;font-weight:500;transition:color .3s ease}.nav-link:hover{color:#667eea}.auth-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer;transition:transform .2s ease}.auth-btn:hover{transform:translateY(-2px)}.user-menu{position:relative;display:inline-block}.user-icon{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;cursor:pointer;transition:all .3s ease}.user-icon:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1);transform:scale(1.05)}.user-dropdown{position:absolute;top:100%;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 25px #0000001a;padding:12px;min-width:160px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease}.user-menu:hover .user-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.user-info{padding:8px 0}.username{font-weight:600;color:#374151;font-size:14px}.dropdown-divider{height:1px;background:#e5e7eb;margin:8px 0}.signout-btn{width:100%;background:none;border:none;padding:8px 0;color:#dc2626;font-weight:500;cursor:pointer;text-align:left;border-radius:4px;transition:background-color .2s ease}.signout-btn:hover{background:#fef2f2}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;overflow:hidden}.hero-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;z-index:2;width:100%}.hero-left{max-width:600px}.hero-right{display:flex;justify-content:center;align-items:center}.hero-title{font-size:4rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;text-align:left}.hero-subheading{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;opacity:.9;line-height:1.3;text-align:left}.hero-description{font-size:1.25rem;margin-bottom:2rem;opacity:.85;line-height:1.6;text-align:left;max-width:550px}.hero-cta{display:flex;gap:1rem;justify-content:flex-start;flex-wrap:wrap}.cta-primary{background:#fff;color:#6366f1;font-weight:600;pointer-events:auto;z-index:10}.cta-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #fff3;background:#f8fafc}.cta-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.4)}.cta-secondary:hover{background:#ffffff1a;border-color:#fff9;transform:translateY(-2px)}.cta-secondary{cursor:pointer!important;pointer-events:auto!important;position:relative!important;z-index:100!important}.stat-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 20px 40px #00000026;color:#1f2937;max-width:320px;width:100%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.stat-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.stat-card-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0;line-height:1.3}.stat-card-status{display:flex;align-items:center;gap:.5rem}.status-indicator{width:100%;height:100%;width:8px;height:8px;background:#10b981;border-radius:50%;display:inline-block}.status-text{font-size:.875rem;font-weight:600;color:#10b981}.stat-card-metrics{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.metric{text-align:center}.metric-value{font-size:2rem;font-weight:800;color:#1f2937;line-height:1;margin-bottom:.25rem}.metric-label{font-size:.75rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.05em;line-height:1.3}.stat-card-footer{text-align:center;font-size:.75rem;color:#9ca3af;font-weight:500;padding-top:1rem;border-top:1px solid #e5e7eb}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#1f2937}.section-subtitle{font-size:1.125rem;color:#6b7280;text-align:center;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.agents-section{padding:80px 0;background:#fff}.agents-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.agent-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;transition:all .3s ease}.agent-card-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.agent-icon{font-size:2rem}.agent-name{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:4px}.agent-status{font-size:.875rem;font-weight:500;padding:4px 8px;border-radius:4px}.status-available{background:#d1fae5;color:#065f46}.status-coming-soon{background:#fef3c7;color:#92400e}.agent-description{color:#6b7280;margin-bottom:20px;line-height:1.6}.agent-features h4{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:8px;text-transform:uppercase;letter-spacing:.05em}.agent-features ul{list-style:none;margin-bottom:24px}.agent-features li{color:#6b7280;font-size:.875rem;margin-bottom:4px;padding-left:16px;position:relative}.agent-features li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:600}.agent-actions .btn{width:100%;padding:12px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.features-section{padding:80px 0;background:#f8fafc}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#fff;padding:32px 24px;border-radius:12px;text-align:center;transition:all .3s ease;border:1px solid #e5e7eb}.feature-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000001a}.feature-icon{font-size:3rem;margin-bottom:16px}.feature-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:12px}.feature-description{color:#6b7280;line-height:1.6}.about-section{padding:80px 0;background:#fff}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.about-text .section-title{text-align:left;margin-bottom:2rem}.about-paragraph{color:#6b7280;margin-bottom:1.5rem;line-height:1.7;font-size:1.1rem}.pillars-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem;position:relative;padding-bottom:8px}.pillars-title:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px}.pillars-grid{display:flex;flex-direction:column;gap:1.5rem}.pillar-item{display:flex;align-items:flex-start;gap:16px;padding:20px;background:#f8fafc;border-radius:12px;border-left:4px solid transparent;transition:all .3s ease}.pillar-item:hover{background:#fff;border-left-color:#667eea;transform:translate(4px);box-shadow:0 4px 12px #0000000d}.pillar-title{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:4px}.pillar-description{color:#6b7280;font-size:.95rem;line-height:1.5}.contact-section{padding:80px 0;background:#f8fafc}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-form-container .section-title{text-align:left;margin-bottom:2rem}.contact-form{background:#f9fafb;padding:32px;border-radius:12px;border:1px solid #e5e7eb}.form-group{margin-bottom:20px}.form-group input,.form-group textarea{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;background:#fff;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.submit-btn{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:14px;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #667eea4d}.submit-btn.submitted{background:#10b981}.contact-info-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:2rem}.contact-item{background:#fff;padding:24px;border-radius:12px;margin-bottom:20px;border-left:4px solid #e5e7eb;transition:all .3s ease}.contact-item:hover{border-left-color:#667eea;transform:translate(4px);box-shadow:0 4px 12px #0000000d}.contact-email{color:#667eea;text-decoration:none;font-weight:500;margin-left:8px}.contact-email:hover{text-decoration:underline}.contact-item h4{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:8px}.contact-item p{color:#6b7280;line-height:1.6}.footer{background:#1f2937;color:#fff;padding:60px 0 20px}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:40px}.footer-title{font-size:1.5rem;font-weight:700;margin-bottom:16px;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-description{color:#9ca3af;line-height:1.6}.footer-heading{font-size:1.1rem;font-weight:600;margin-bottom:16px;color:#fff}.footer-links{list-style:none}.footer-links li{margin-bottom:8px}.footer-links a{color:#9ca3af;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#667eea}.footer-bottom{border-top:1px solid #374151;padding-top:20px;text-align:center;color:#9ca3af}.auth-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000}.auth-container{background:#fff;border-radius:12px;padding:32px;width:100%;max-width:400px;position:relative}.auth-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.auth-header h2{font-size:1.5rem;font-weight:600;color:#1f2937}.close-btn{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s ease}.close-btn:hover{background:#f3f4f6}.auth-form .form-group{margin-bottom:20px}.auth-submit-btn{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:14px;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;margin-bottom:20px}.auth-submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #667eea4d}.auth-switch{text-align:center}.switch-btn{background:none;border:none;color:#667eea;font-weight:500;cursor:pointer;text-decoration:underline}.hiring-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.hiring-container{background:#fff;border-radius:12px;padding:32px;width:100%;max-width:500px;position:relative;max-height:90vh;overflow-y:auto}.hiring-container.large{max-width:1200px}.hiring-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.hiring-header h2{font-size:1.75rem;font-weight:600;color:#1f2937}.hiring-subtitle{text-align:center;color:#6b7280;margin-bottom:32px;font-size:1.1rem}.agents-hiring-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:24px}.agent-hiring-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:24px;transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column;min-height:400px}.agent-hiring-card.available:hover{border-color:#667eea;transform:translateY(-2px);box-shadow:0 10px 25px #667eea26}.agent-hiring-card.coming-soon{opacity:.6;cursor:not-allowed}.agent-hiring-header{display:flex;align-items:flex-start;gap:16px;margin-bottom:16px}.agent-hiring-icon{font-size:2rem;flex-shrink:0}.agent-hiring-meta{flex:1}.agent-hiring-meta h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:4px}.agent-pricing{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:12px}.agent-pricing .price{font-size:1.5rem;font-weight:700;color:#667eea}.agent-pricing .period{font-size:.875rem;color:#6b7280}.hire-btn-inline{padding:8px 16px;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;font-size:.875rem;white-space:nowrap}.agent-hiring-description{color:#6b7280;margin-bottom:20px;line-height:1.6;flex-grow:1}.agent-hiring-features{margin-bottom:1.5rem;flex-grow:1}.agent-hiring-features h4{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:8px;text-transform:uppercase;letter-spacing:.05em}.agent-hiring-features ul{list-style:none;margin-bottom:24px}.agent-hiring-features li{color:#6b7280;font-size:.875rem;margin-bottom:4px;padding-left:16px;position:relative}.agent-hiring-features li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:600}.agent-card-footer{margin-top:auto;padding-top:1rem}.agent-card-footer .hire-btn-inline{width:100%;padding:12px 24px;font-size:1rem}.hire-btn{width:100%;padding:12px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;font-size:1rem}.hire-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.hire-btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.hire-btn-disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.selected-agent-summary{margin-bottom:24px}.agent-summary-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:20px}.agent-summary-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.agent-summary-icon{font-size:1.5rem}.agent-summary-header h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0}.agent-summary-price{font-size:1.125rem;font-weight:600;color:#667eea;margin:0}.agent-summary-description{color:#6b7280;line-height:1.6;margin:0}.hiring-form{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}.hire-submit-btn{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:14px;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.hire-submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #667eea4d}.product-page-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.product-page-container{background:#fff;border-radius:16px;padding:0;width:100%;max-width:1000px;max-height:90vh;overflow-y:auto;position:relative}.product-header{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;padding:2rem;border-radius:16px 16px 0 0;position:relative}.financial-header{background:linear-gradient(135deg,#10b981,#059669)}.product-header .close-btn{position:absolute;top:1rem;right:1rem;background:#fff3;border:none;color:#fff;font-size:1.5rem;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}.product-header .close-btn:hover{background:#ffffff4d}.product-title-section{text-align:center}.product-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;line-height:1.2}.product-subtitle{font-size:1.25rem;margin-bottom:1rem;opacity:.9}.product-status{display:flex;align-items:center;justify-content:center;gap:.5rem}.status-indicator.available{width:12px;height:12px;background:#10b981;border-radius:50%}.status-text.available{font-weight:600;color:#10b981;background:#10b9811a;padding:.25rem .75rem;border-radius:20px}.header-action-btn.primary{background:#fff;color:#3b82f6;border-color:#fff}.header-action-btn.primary:hover{background:#f8fafc;transform:translateY(-2px);box-shadow:0 4px 12px #ffffff4d}.header-action-btn.secondary{background:#ffffff1a;color:#fff;border-color:#ffffff4d}.header-action-btn.secondary:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-2px)}.product-header-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem;flex-wrap:wrap}.header-action-btn{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;border:2px solid transparent;white-space:nowrap}.product-overview{padding:2rem;border-bottom:1px solid #e5e7eb}.product-overview .section-title{font-size:1.75rem;font-weight:600;color:#1f2937;margin-bottom:1rem;text-align:left}.overview-description{font-size:1.125rem;color:#6b7280;line-height:1.7;max-width:800px}.product-features{padding:2rem}.features-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.feature-column{display:flex;flex-direction:column}.column-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:3px solid #3b82f6;display:inline-block}.responsibilities-list{display:flex;flex-direction:column;gap:1rem}.responsibility-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;background:#f8fafc;border-radius:8px;border-left:4px solid #3b82f6;transition:all .3s ease}.financial-title{border-bottom-color:#10b981}.financial-highlight{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border-color:#d1fae5}.financial-cta{background:linear-gradient(135deg,#10b981,#059669)}.financial-cta:hover{box-shadow:0 10px 25px #10b9814d}.responsibility-item:hover{background:#f1f5f9;transform:translate(4px)}.financial-item:hover{border-left-color:#10b981}.responsibility-icon{font-size:1.25rem;flex-shrink:0}.responsibility-text{color:#374151;font-weight:500;line-height:1.5}.highlights-list{display:flex;flex-direction:column;gap:1.5rem}.highlight-item{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;border:1px solid #e2e8f0;transition:all .3s ease}.highlight-item:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.highlight-icon{font-size:1.5rem;flex-shrink:0}.highlight-content{display:flex;flex-direction:column}.highlight-value{font-size:2rem;font-weight:800;color:#1f2937;line-height:1}.highlight-label{font-size:.875rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.highlight-text{color:#374151;font-weight:500;line-height:1.5}.product-cta{padding:2rem;background:#f8fafc;border-radius:0 0 16px 16px;display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-primary-btn{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.cta-primary-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #3b82f64d}.cta-secondary-btn{background:#fff;color:#3b82f6;border:2px solid #3b82f6;padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.cta-secondary-btn:hover{background:#3b82f6;color:#fff;transform:translateY(-2px)}.pricing-section{padding:80px 0;background:#f8fafc}.pricing-category-title{font-size:2rem;font-weight:600;color:#1f2937;text-align:center;margin-bottom:1rem}.category-subtitle{font-size:1.125rem;color:#6b7280;text-align:center;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.pricing-plans{margin-bottom:5rem}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem}.pricing-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 6px #0000000d;border:2px solid #e5e7eb;transition:all .3s ease;position:relative}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000001a}.pricing-card.popular{border-color:#667eea;transform:scale(1.05)}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem 1.5rem;border-radius:20px;font-size:.875rem;font-weight:600}.plan-header{text-align:center;margin-bottom:2rem}.plan-name{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.plan-price{margin-bottom:1rem}.plan-price .price{font-size:3rem;font-weight:800;color:#667eea}.plan-price .period{font-size:1rem;color:#6b7280;font-weight:500}.plan-description{color:#6b7280;line-height:1.6}.plan-features{margin-bottom:2rem}.plan-features ul{list-style:none}.plan-features li{color:#374151;margin-bottom:.75rem;padding-left:1.5rem;position:relative;line-height:1.5}.plan-features li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:600}.plan-agents{margin-bottom:2rem}.plan-agents h5{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.agent-tags{display:flex;flex-wrap:wrap;gap:.5rem}.agent-tag{background:#f1f5f9;color:#475569;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500}.plan-button{width:100%;padding:1rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;border:2px solid #667eea;background:#fff;color:#667eea;font-size:1rem}.plan-button:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.popular-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none}.popular-button:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1);box-shadow:0 10px 25px #667eea4d}.agent-pricing-section{margin-bottom:5rem}.agent-pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;margin-top:3rem}.agent-pricing-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e5e7eb;transition:all .3s ease;display:flex;flex-direction:column;min-height:180px}.agent-pricing-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0000001a}.agent-pricing-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-grow:1}.agent-pricing-icon{font-size:2rem;flex-shrink:0}.agent-pricing-info{flex:1}.agent-pricing-name{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:.25rem}.agent-pricing-description{color:#6b7280;font-size:.875rem;line-height:1.5}.agent-pricing-cost{text-align:right;flex-shrink:0}.agent-price{font-size:1.5rem;font-weight:700;color:#667eea}.agent-period{font-size:.875rem;color:#6b7280}.agent-hire-button{width:100%;padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:auto;flex-shrink:0}.agent-hire-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.pricing-faq{margin-top:4rem}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.faq-item{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e5e7eb}.faq-item h4{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.faq-item p{color:#6b7280;line-height:1.6}.chat-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;align-items:center;justify-content:center;z-index:50;padding:1rem}.chat-overlay.dark{background:#000000b3}.chat-container{background:#fff;border-radius:1rem;box-shadow:0 25px 50px #00000040;width:100%;max-width:28rem;height:600px;display:flex;flex-direction:column}.chat-container.dark{background:#1f2937;border:1px solid #374151}.chat-header{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;padding:1rem;border-radius:1rem 1rem 0 0;display:flex;align-items:center;justify-content:space-between}.chat-header.dark{background:linear-gradient(135deg,#1e40af,#7c3aed)}.chat-header.financial-header{background:linear-gradient(135deg,#10b981,#059669)}.chat-header.financial-header.dark{background:linear-gradient(135deg,#047857,#065f46)}.chat-header-info{display:flex;align-items:center;gap:.75rem}.chat-avatar{width:2.5rem;height:2.5rem;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.chat-header-text h3{font-weight:600;margin:0;font-size:1.125rem}.chat-header-text p{font-size:.875rem;opacity:.9;margin:0}.chat-header-controls{display:flex;align-items:center;gap:.5rem}.theme-toggle-btn{width:2rem;height:2rem;background:#fff3;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s ease;font-size:1rem}.theme-toggle-btn:hover{background:#ffffff4d}.chat-close-btn{width:2rem;height:2rem;background:#fff3;border:none;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s ease;font-size:1rem}.chat-close-btn:hover{background:#ffffff4d}.chat-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1rem}.chat-messages.dark{background:#111827}.message-container{display:flex;align-items:flex-end;gap:.5rem}.message-container.user{justify-content:flex-end}.message-container.counsellor{justify-content:flex-start}.message-avatar{width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.message-avatar.counsellor{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff}.message-avatar.advisor{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.message-avatar.user{background:#e5e7eb;color:#374151}.message-container.dark .message-avatar.user{background:#4b5563;color:#d1d5db}.message-bubble{max-width:75%;padding:.75rem 1rem;border-radius:1rem;position:relative}.message-bubble.user{background:#dbeafe;color:#1e3a8a;border-bottom-right-radius:.25rem}.message-bubble.user.dark{background:#1e40af;color:#dbeafe}.message-bubble.counsellor{background:#f3f4f6;color:#1f2937;border-bottom-left-radius:.25rem}.message-bubble.counsellor.dark{background:#374151;color:#f9fafb}.message-text{font-size:.875rem;line-height:1.5;margin:0}.message-timestamp{font-size:.75rem;opacity:.6;margin-top:.25rem;margin-bottom:0}.typing-indicator{display:flex;align-items:flex-end;gap:.5rem}.typing-bubble{background:#f3f4f6;color:#1f2937;padding:.75rem 1rem;border-radius:1rem 1rem 1rem .25rem;display:flex;align-items:center}.typing-bubble.dark{background:#374151;color:#f9fafb}.typing-dots{display:flex;align-items:center}.typing-dots-animation{display:flex;gap:.25rem}.typing-dot{width:.5rem;height:.5rem;background:#9ca3af;border-radius:50%;animation:bounce 1.4s ease-in-out infinite both}.typing-bubble.dark .typing-dot{background:#d1d5db}.typing-dot:nth-child(1){animation-delay:-.32s}.typing-dot:nth-child(2){animation-delay:-.16s}.typing-dot:nth-child(3){animation-delay:0s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.chat-input-container{padding:1rem;border-top:1px solid #e5e7eb}.chat-input-container.dark{border-top-color:#374151;background:#1f2937}.chat-input-wrapper{display:flex;align-items:center;gap:.5rem}.chat-input{flex:1;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:9999px;font-size:.875rem;outline:none;transition:all .3s ease;background:#fff;color:#1f2937}.chat-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.chat-input.dark{background:#374151;border-color:#4b5563;color:#f9fafb}.chat-input.dark:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa1a}.chat-send-btn{width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.chat-send-btn:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#7c3aed);transform:scale(1.05)}.chat-send-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.chat-send-btn.dark:disabled{opacity:.3}.chat-send-icon{width:1.25rem;height:1.25rem;fill:none;stroke:currentColor;stroke-width:2}.chat-footer-text{font-size:.75rem;color:#6b7280;margin-top:.5rem;text-align:center}.chat-input-container.dark .chat-footer-text{color:#9ca3af}.agent-selector-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.agent-selector-container{background:#fff;border-radius:16px;padding:2rem;width:100%;max-width:900px;max-height:90vh;overflow-y:auto;position:relative}.agent-selector-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.agent-selector-title{font-size:1.75rem;font-weight:700;color:#1f2937;margin:0}.agent-selector-subtitle{color:#6b7280;font-size:1.125rem;text-align:center;margin-bottom:2rem;line-height:1.6}.agent-selector-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.agent-selector-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column;height:100%}.agent-selector-card.available:hover{border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 10px 25px #3b82f626}.agent-selector-card.coming-soon{opacity:.6;cursor:not-allowed}.agent-selector-card-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.agent-selector-icon{font-size:2rem;flex-shrink:0}.agent-selector-info{flex:1}.agent-selector-name{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.agent-selector-status{font-size:.875rem;font-weight:500;padding:.25rem .75rem;border-radius:20px}.agent-selector-status.status-available{background:#d1fae5;color:#065f46}.agent-selector-status.status-coming-soon{background:#fef3c7;color:#92400e}.agent-selector-description{color:#6b7280;line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.agent-selector-features{margin-bottom:1.5rem}.agent-selector-features h4{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.agent-selector-features ul{list-style:none;margin:0;padding:0}.agent-selector-features li{color:#6b7280;font-size:.875rem;margin-bottom:.5rem;padding-left:1rem;position:relative}.agent-selector-features li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:600}.agent-selector-try-btn{width:100%;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;font-size:1rem;margin-top:auto}.agent-selector-try-btn.available{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff}.agent-selector-try-btn.available:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.agent-selector-try-btn.disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}@media (max-width: 768px){.agent-selector-container{max-width:100%;margin:10px;padding:1.5rem}.agent-selector-title{font-size:1.5rem}.agent-selector-grid{grid-template-columns:1fr}}@media (max-width: 768px){.chat-overlay{padding:.5rem}.chat-container{max-width:100%;height:100vh;border-radius:0}.chat-header{padding:.75rem;border-radius:0}.chat-messages{padding:.75rem;gap:.75rem}.chat-input-container{padding:.75rem}.chat-input-wrapper{gap:.75rem}.chat-input{padding:.875rem 1rem;font-size:1rem}.message-bubble{max-width:85%;padding:.625rem .875rem}.message-avatar{width:1.75rem;height:1.75rem;font-size:.875rem}.chat-avatar{width:2rem;height:2rem;font-size:1rem}.chat-header-text h3{font-size:1rem}.chat-header-text p{font-size:.8125rem}}@media (max-width: 768px){.hero-content-grid{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-left{max-width:100%}.hero-title{font-size:3rem;text-align:center}.hero-subheading{font-size:1.25rem;text-align:center}.hero-description{text-align:center;max-width:100%}.hero-cta{justify-content:center}.stat-card{max-width:100%}.nav-menu{gap:1rem}.nav-link{display:none}.hero-title{font-size:2.5rem}.about-content,.contact-content,.footer-content{grid-template-columns:1fr;gap:2rem}.user-icon{width:32px;height:32px;font-size:14px}.hiring-container.large{max-width:100%;padding:20px}.agents-hiring-grid{grid-template-columns:1fr}.hiring-header h2{font-size:1.5rem}.features-grid{grid-template-columns:1fr;gap:2rem}.product-page-container{max-width:100%;margin:10px}.product-title{font-size:2rem}.product-cta{flex-direction:column;align-items:center}.product-header-actions{flex-direction:column;align-items:center;gap:.75rem}.header-action-btn{width:100%;max-width:280px}.plans-grid{grid-template-columns:1fr}.pricing-card.popular{transform:none}.agent-pricing-grid,.faq-grid{grid-template-columns:1fr}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333;background-color:#f8fafc}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);z-index:1000;transition:all .3s ease}.navbar.scrolled{background:#fffffffa;box-shadow:0 2px 20px #0000001a}.nav-container{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:1200px;margin:0 auto}.nav-logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.25rem;color:#1e293b}.logo-icon{font-size:1.5rem}.nav-links{display:flex;align-items:center;gap:2rem}.nav-link{background:none;border:none;color:#64748b;font-weight:500;cursor:pointer;transition:color .3s ease;text-decoration:none}.nav-link:hover{color:#3b82f6}.user-menu{position:relative}.user-menu-trigger{position:relative;cursor:pointer}.user-icon{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px}.user-dropdown{position:absolute;top:100%;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 25px #0000001a;padding:.5rem;min-width:150px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease}.user-menu-trigger:hover .user-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.username-display{padding:.5rem;font-weight:500;color:#1e293b;border-bottom:1px solid #e2e8f0;margin-bottom:.5rem}.signout-btn{width:100%;padding:.5rem;background:none;border:none;color:#ef4444;cursor:pointer;border-radius:4px;transition:background-color .3s ease}.signout-btn:hover{background-color:#fef2f2}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;overflow:hidden}.hero-background{position:absolute;inset:0;opacity:.1}.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px);background-size:50px 50px}.hero-content{text-align:center;z-index:2;max-width:800px;padding:0 2rem}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1}.gradient-text{background:linear-gradient(135deg,#fff,#e2e8f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:block}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.9;line-height:1.6}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-primary,.cta-secondary{padding:1rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;font-size:1rem}.cta-primary{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff}.cta-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #3b82f64d}.cta-secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.3)}.cta-secondary:hover{background:#fff3;transform:translateY(-2px)}.hero-visual{position:absolute;inset:0;pointer-events:none}.floating-elements{position:relative;width:100%;height:100%}.floating-element{position:absolute;font-size:2rem;opacity:.3;animation:float 6s ease-in-out infinite}.floating-element:nth-child(1){top:20%;left:10%;animation-delay:0s}.floating-element:nth-child(2){top:30%;right:15%;animation-delay:1s}.floating-element:nth-child(3){bottom:30%;left:20%;animation-delay:2s}.floating-element:nth-child(4){bottom:20%;right:10%;animation-delay:3s}.floating-element:nth-child(5){top:50%;left:5%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.section{padding:5rem 0}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.section-subtitle{font-size:1.125rem;color:#64748b;max-width:600px;margin:0 auto}.agents-section{padding:5rem 0;background:#fff}.agents-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.agent-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0;transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column;height:100%}.agent-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000001a}.agent-icon{margin-bottom:1.5rem}.icon-wrapper{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.finance-icon{background:linear-gradient(135deg,#10b981,#059669)}.news-icon{background:linear-gradient(135deg,#f59e0b,#d97706)}.realestate-icon{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.education-icon{background:linear-gradient(135deg,#3b82f6,#2563eb)}.health-icon{background:linear-gradient(135deg,#ef4444,#dc2626)}.agent-title{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.agent-description{color:#64748b;margin-bottom:1.5rem;line-height:1.6}.agent-features{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;flex-grow:1}.feature-tag{background:#f1f5f9;color:#475569;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500}.agent-cta{width:100%;padding:.75rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:auto}.agent-cta:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.college-counsellor-section{padding:5rem 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.college-hero{text-align:center;margin-bottom:4rem}.college-icon-large{width:80px;height:80px;border-radius:16px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;font-size:2rem}.college-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.college-subtitle{font-size:1.25rem;color:#3b82f6;font-weight:600;margin-bottom:1rem}.college-description{font-size:1.125rem;color:#64748b;max-width:800px;margin:0 auto;line-height:1.6}.college-features{margin-bottom:4rem}.features-title{font-size:2rem;font-weight:600;color:#1e293b;text-align:center;margin-bottom:3rem}.features-grid-detailed{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.feature-detailed{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0;display:flex;gap:1rem;transition:all .3s ease}.feature-detailed:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0000001a}.feature-icon-detailed{font-size:1.5rem;flex-shrink:0}.feature-content h4{font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.feature-content p{color:#64748b;line-height:1.6}.college-cta-section{text-align:center}.cta-title{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.cta-subtitle{color:#64748b;margin-bottom:2rem}.college-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.college-try-agent,.college-learn-more{padding:1rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;font-size:1rem}.college-try-agent{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff}.college-try-agent:hover{transform:translateY(-2px);box-shadow:0 10px 25px #3b82f64d}.college-learn-more{background:#fff;color:#3b82f6;border:2px solid #3b82f6}.college-learn-more:hover{background:#3b82f6;color:#fff;transform:translateY(-2px)}.about-section{padding:5rem 0;background:#fff}.about-content{display:flex;gap:4rem;align-items:flex-start}.about-text{flex:1}.about-paragraph{font-size:1.125rem;color:#64748b;line-height:1.8;margin-bottom:1.5rem}.about-visual{flex:1}.core-pillars-title{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:2rem;position:relative}.core-pillars-title:after{content:"";position:absolute;bottom:-8px;left:0;width:60px;height:3px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:2px}.core-pillars{display:flex;flex-direction:column;gap:1.5rem}.pillar-item{background:#f8fafc;border-radius:12px;padding:1.5rem;border:1px solid #e2e8f0;display:flex;align-items:flex-start;gap:1rem;transition:all .3s ease}.pillar-item:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a;border-left:4px solid #3b82f6}.pillar-icon{font-size:1.5rem;flex-shrink:0}.pillar-content{flex:1}.pillar-title{font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:.25rem}.pillar-description{color:#64748b;line-height:1.6}.contact-section{padding:5rem 0;background:#f8fafc}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:3rem}.contact-form-container{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0}.contact-form-title{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:2rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-label{font-weight:500;color:#374151;margin-bottom:.5rem}.form-input,.form-textarea{padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-textarea{resize:vertical;min-height:120px}.contact-submit-btn{padding:.75rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.contact-submit-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.contact-submit-btn:disabled{background:#10b981;cursor:not-allowed}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-info-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0}.contact-info-title{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:2rem}.contact-email{margin-bottom:2rem}.contact-email-label{font-weight:500;color:#374151;margin-bottom:.5rem}.contact-email-link{color:#3b82f6;text-decoration:none;font-weight:500;transition:color .3s ease}.contact-email-link:hover{color:#2563eb;text-decoration:underline}.contact-detail{margin-bottom:1.5rem}.contact-detail:last-child{margin-bottom:0}.contact-detail-title{font-weight:600;color:#1e293b;margin-bottom:.5rem}.contact-detail-text{color:#64748b;line-height:1.6}.features-section{padding:3rem 0;background:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-item{text-align:center;padding:2rem 1rem}.feature-icon{font-size:2rem;margin-bottom:1rem}.feature-item h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.feature-item p{color:#64748b;line-height:1.6}.footer{background:#1e293b;color:#fff;padding:3rem 0 2rem}.footer-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.footer-brand{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.25rem}.footer-links{display:flex;gap:2rem}.footer-links a{color:#94a3b8;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #334155;color:#94a3b8}.auth-page{min-height:100vh;background:#f8fafc}.auth-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.auth-background{position:absolute;inset:0;opacity:.05}.auth-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(59,130,246,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(59,130,246,.1) 1px,transparent 1px);background-size:50px 50px}.auth-container{position:relative;z-index:2;width:100%;max-width:400px}.auth-card{background:#fff;border-radius:16px;padding:3rem;box-shadow:0 20px 40px #0000001a;border:1px solid #e2e8f0}.auth-header{text-align:center;margin-bottom:2rem}.auth-icon{width:60px;height:60px;border-radius:12px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:1.5rem}.auth-title{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.auth-subtitle{color:#64748b;font-size:1rem}.auth-form{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.password-requirements{margin-top:.5rem}.requirement-text{color:#64748b;font-size:.875rem}.auth-button{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;font-size:1rem}.auth-button.primary{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff}.auth-button.primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.auth-toggle{text-align:center;color:#64748b}.toggle-link{background:none;border:none;color:#3b82f6;cursor:pointer;font-weight:500;text-decoration:underline;margin-left:.5rem}.toggle-link:hover{color:#2563eb}.auth-message{padding:.75rem;border-radius:8px;text-align:center;font-weight:500;margin-top:1rem}.auth-message.error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.auth-message.success{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}@media (max-width: 768px){.nav-container{padding:1rem}.nav-links{gap:1rem}.hero-title{font-size:2.5rem}.hero-cta{flex-direction:column;align-items:center}.agents-grid{grid-template-columns:1fr}.about-content{flex-direction:column;gap:2rem}.contact-content{grid-template-columns:1fr;gap:2rem}.features-grid-detailed{grid-template-columns:1fr}.college-cta-buttons{flex-direction:column;align-items:center}.footer-content{flex-direction:column;gap:1rem;text-align:center}.footer-links{justify-content:center}.auth-card{padding:2rem}}
