.site-header{position:sticky;top:0;left:0;width:100%;z-index:1000;display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;background-color:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 2px 4px #0000000d;height:96px;box-sizing:border-box;transition:height .2s ease-in-out}@media (min-width: 768px){.site-header{height:80px;padding:.75rem 1.5rem}}.header-left{display:flex;align-items:center;gap:1rem;flex:1;min-width:0;-webkit-user-select:none;user-select:none}.hamburger-menu{background:none;border:none;cursor:pointer;padding:.5rem;font-size:1.5rem;color:#334155;transition:color .2s}.hamburger-menu:hover{color:#b58900}.header-branding{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit;min-width:0}.header-logo{height:40px;width:auto}@media (min-width: 768px){.header-logo{height:48px}}.header-title-group{display:flex;flex-direction:column;justify-content:center;min-width:0}.header-title{font-weight:700;font-size:1.25rem;color:#1e293b;white-space:nowrap}.header-tagline{font-size:.75rem;color:#64748b;display:block;white-space:nowrap}@media (min-width: 768px){.header-tagline{font-size:.8rem}}.header-right{display:flex;align-items:center;flex-shrink:0}.user-profile{display:flex;align-items:center;gap:.75rem}.profile-avatar-link{display:inline-block;line-height:0}.profile-pic{width:40px;height:40px;border-radius:50%;border:2px solid #b58900;object-fit:cover}.profile-link{font-weight:600;color:#334155;text-decoration:none;padding:.25rem .5rem;border-radius:.25rem;transition:background-color .2s ease;display:none}@media (min-width: 768px){.profile-link{display:block}}.profile-link:hover,.profile-link.active{background-color:#e2e8f0}.login-signup-button,.logout-button{background-color:#b58900;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:1rem;white-space:nowrap}.login-signup-button:hover,.logout-button:hover{background-color:#d4a017}.nav-overlay{position:fixed;inset:0;background-color:#00000080;z-index:1010;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility 0s .3s linear}.nav-overlay.visible{opacity:1;visibility:visible;transition-delay:0s}.side-nav{position:fixed;top:0;left:0;width:300px;max-width:80%;height:100%;background-color:#fff;z-index:1020;transform:translate(-100%);transition:transform .3s ease-in-out;box-shadow:4px 0 15px #0000001a;display:flex;flex-direction:column}.side-nav.open{transform:translate(0)}.side-nav-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #e2e8f0;font-size:1.2rem;font-weight:600;color:#334155;flex-shrink:0}.close-menu-btn{background:none;border:none;font-size:2rem;color:#9ca3af;cursor:pointer;line-height:1}.close-menu-btn:hover{color:#4b5563}.side-nav-links{padding:1rem 0;overflow-y:auto;flex-grow:1}.side-nav-links a{display:block;font-size:1.1rem;color:#475569;text-decoration:none;font-weight:600;padding:1rem 1.5rem;margin:.25rem 1rem;border-radius:.5rem;transition:background-color .2s ease-out,color .2s ease-out}.side-nav-links a:hover{background-color:#f1f5f9;color:#b58900}.side-nav-links a.active{background-color:#b589001a;color:#b58900;font-weight:700}@media (max-width: 767px){.header-tagline{font-size:.65rem;white-space:normal}.login-signup-button,.logout-button{width:44px;height:44px;padding:0;font-size:0;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}.login-signup-button:before,.logout-button:before{font-family:"Font Awesome 5 Free";font-weight:900;font-size:1.1rem;position:absolute}.login-signup-button:before{content:""}.logout-button:before{content:""}}footer{position:sticky;bottom:0;left:0;width:100%;z-index:999;background-color:#f1f5f9;color:#475569;min-height:var(--footer-height);padding:.5rem 1.5rem;gap:1.25rem;border-top:1px solid #e2e8f0;display:flex;align-items:center;box-sizing:border-box;flex-wrap:wrap;justify-content:center}@media (min-width: 768px){footer{flex-wrap:nowrap;justify-content:space-between;padding:.5rem 2rem}}footer p{margin:0;font-size:.8125rem;text-align:center}@media (min-width: 768px){footer p{text-align:left}}.footer-links{display:flex;gap:1.25rem;justify-content:center;flex-wrap:wrap}.footer-links a{font-size:.8125rem;color:#475569;text-decoration:none;font-weight:500;transition:color .2s;white-space:nowrap}.footer-links a:hover{color:#b58900;text-decoration:underline}.footer-social{display:flex;gap:1rem}.footer-social a{color:#b58900;font-size:1.125rem;transition:color .2s ease}.footer-social a:hover,.footer-social a:focus{color:#d4a017}.modal-content{background:#fff;padding:2.5rem;border-radius:.75rem;box-shadow:0 10px 25px -5px #0003;width:100%;max-width:420px;position:relative;animation:slide-down .3s ease-out}@keyframes slide-down{0%{transform:translateY(-30px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close-button{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;color:#9ca3af;cursor:pointer;line-height:1}.modal-close-button:hover{color:#4b5563}.modal-header{text-align:center;margin-bottom:2rem}.modal-header h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.modal-header p{color:#6b7280;margin:0}.google-login-container{display:flex;justify-content:center}.modal-error{color:#dc2626;background-color:#fee2e2;border:1px solid #fca5a5;padding:.75rem;border-radius:.375rem;font-weight:600;font-size:.875rem;margin-bottom:1rem;text-align:center}.google-login-button{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;background-color:#fff;color:#444;border:1px solid #ccc;border-radius:.375rem;padding:.75rem 1rem;font-size:1rem;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;transition:background-color .2s,border-color .2s;width:100%}.google-login-button:hover:not(:disabled){background-color:#f7f7f7;border-color:#bbb}.google-login-button:disabled{background-color:#f9fafb;cursor:not-allowed;color:#9ca3af}.google-login-button img{width:20px;height:20px}.button-spinner{border:3px solid rgba(0,0,0,.1);width:20px;height:20px;border-radius:50%;border-left-color:#4b5563;animation:spin 1s ease infinite}.floating-contact-button{position:fixed;bottom:calc(var(--footer-height) + 2rem);right:2rem;background-color:#b58900;color:#fff;width:60px;height:60px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:1.5rem;box-shadow:0 4px 12px #0003;z-index:1000;transition:all .2s ease-in-out;text-decoration:none}.floating-contact-button:hover{background-color:#d4a017;transform:scale(1.1)}@media (max-width: 767px){.floating-contact-button{bottom:7rem;right:1rem;width:50px;height:50px;font-size:1.25rem}}.hero-section{text-align:center;padding:2rem 1.5rem;background-color:#f8fafc;border-bottom:1px solid #e2e8f0}.hero-content h1{font-size:2.5rem;font-weight:800;color:#1e293b;margin:0 0 .75rem}@media (min-width: 768px){.hero-content h1{font-size:3.5rem}}.hero-motto{font-size:1.25rem;font-weight:500;font-style:italic;color:#475569;margin:1rem auto 1.5rem;max-width:60ch;line-height:1.5}.hero-subtitle{font-size:1.125rem;color:#475569;max-width:65ch;margin:0 auto 2rem;line-height:1.6}.hero-actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.hero-button{padding:.875rem 2rem;border-radius:.5rem;font-weight:600;font-size:1rem;text-decoration:none;border:2px solid transparent;transition:all .2s ease-in-out}.hero-button.primary{background-color:#b58900;color:#fff}.hero-button.primary:hover{background-color:#d4a017;transform:translateY(-2px)}.hero-button.secondary{background-color:transparent;color:#b58900;border-color:#b58900}.hero-button.secondary:hover{background-color:#b58900;color:#fff;transform:translateY(-2px)}.section-title,#services-highlight h2,#whyus-highlight h2{font-size:1.875rem;font-weight:700;color:#1e293b;margin-top:0;margin-bottom:.5rem;text-align:center;display:flex;align-items:center;justify-content:center;gap:.75rem;color:#b58900}.section-subtitle{text-align:center;max-width:70ch;margin-left:auto;margin-right:auto;margin-bottom:2rem;font-size:1.05rem;color:#475569}#services-highlight .highlight-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}@media (min-width: 768px){#services-highlight .highlight-grid{grid-template-columns:repeat(3,1fr)}}#services-highlight .highlight-card{background-color:#f8fafc;padding:2rem;border-radius:.75rem;text-align:center;border:1px solid #e2e8f0}#services-highlight .highlight-card h3{font-size:1.25rem;font-weight:600;margin:0 0 .75rem;color:#334155}#services-highlight .highlight-card p{line-height:1.6;font-size:.95rem;color:#64748b;margin:0}.section-cta{text-align:center;margin-top:2rem}.cta-link{font-weight:600;color:#b58900;text-decoration:none;font-size:1.1rem}.cta-link:hover{text-decoration:underline}#whyus-highlight{background-color:#f8fafc}.whyus-points{display:flex;flex-direction:column;gap:2rem;align-items:center;margin-top:2rem}@media (min-width: 768px){.whyus-points{flex-direction:row;justify-content:space-around}}.whyus-points .point{text-align:center;max-width:250px;display:flex;flex-direction:column;align-items:center;gap:.5rem}.whyus-points .point i{font-size:2rem;color:#b58900;margin-bottom:.5rem}.whyus-points .point strong{font-size:1.125rem;font-weight:600;color:#334155}.whyus-points .point span{font-size:.95rem;color:#64748b}#blog .blog-intro{text-align:center;max-width:75ch;margin-left:auto;margin-right:auto;margin-bottom:2rem;font-size:1.05rem;color:#475569}.blog-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:2rem}@media (min-width: 768px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.blog-grid{grid-template-columns:repeat(3,1fr)}}.blog-card{background-color:#fff;padding:2rem;border-radius:.75rem;border:1px solid #e2e8f0;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out;display:flex;flex-direction:column;box-shadow:0 4px 6px -1px #0000000d}.blog-card:hover{transform:translateY(-6px);box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a}.blog-card-title{font-size:1.375rem;font-weight:600;color:#1e293b;margin:0 0 1rem;line-height:1.3}.blog-card-title:hover{color:#b58900}.blog-card-excerpt{color:#475569;line-height:1.6;font-size:.95rem;margin:0;flex-grow:1}.blog-card-meta{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #f1f5f9;font-size:.875rem;color:#64748b;font-weight:500}.meta-separator{margin:0 .5rem}.blog-cta{margin-top:3rem;padding:2rem;text-align:center;background-color:#f8fafc;border-radius:.75rem;border:1px dashed #e2e8f0}.blog-cta h3{margin:0 0 .5rem;font-size:1.5rem;color:#1e293b}.blog-cta p{color:#475569;margin:0}#learning-center>p{text-align:center;max-width:80ch;margin-left:auto;margin-right:auto;margin-bottom:2rem}.learning-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:1.5rem}@media (min-width: 768px){.learning-grid{grid-template-columns:repeat(2,1fr)}}.learning-card{background-color:#f8fafc;padding:2rem;border-radius:.75rem;border:1px solid #e2e8f0;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out;display:flex;flex-direction:column;align-items:center;text-align:center}.learning-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #00000012,0 4px 6px -2px #0000000a}.learning-card-icon{font-size:2.5rem;color:#b58900;margin-bottom:1.5rem;width:80px;height:80px;display:flex;align-items:center;justify-content:center;background-color:#fff;border-radius:50%;box-shadow:0 4px 6px -1px #0000000d}.learning-card h3{font-size:1.375rem;font-weight:600;color:#1e293b;margin:0 0 1rem}.learning-card p{color:#475569;line-height:1.6;font-size:.95rem;margin:0}.tools-container{display:flex;flex-direction:column;gap:2rem}.input-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.input-grid{grid-template-columns:1fr 1fr}}.input-area{display:flex;flex-direction:column}.input-area h3{font-size:1.125rem;font-weight:600;color:#334155;margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}.jd-controls{margin-bottom:1rem;display:flex;flex-direction:column;gap:.5rem}.jd-controls label{font-weight:600;font-size:.875rem;color:#4b5563}.jd-controls select{padding:.5rem;border:1px solid #cbd5e1;border-radius:.5rem;font-family:Inter,sans-serif;font-size:1rem;background-color:#f8fafc}.jd-controls select:focus{outline:none;border-color:#b58900;box-shadow:0 0 0 2px #b5890033}textarea{width:100%;box-sizing:border-box;min-height:250px;padding:1rem;border:1px solid #cbd5e1;border-radius:.5rem;font-family:Inter,sans-serif;font-size:1rem;resize:vertical;flex-grow:1}textarea:focus{outline:none;border-color:#b58900;box-shadow:0 0 0 2px #b5890033}textarea:disabled{background-color:#f1f5f9;cursor:not-allowed;color:#64748b}.file-upload-area{display:flex;align-items:center;flex-wrap:wrap;gap:1rem;margin-top:1rem}.file-upload-separator{font-weight:600;color:#64748b}.file-upload-button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#f1f5f9;border:1px solid #cbd5e1;border-radius:.375rem;font-weight:600;color:#334155;cursor:pointer;transition:background-color .2s}.file-upload-button:hover{background-color:#e2e8f0}.analyze-button{background-color:#b58900;color:#fff;font-weight:600;padding:.75rem 1.5rem;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .2s ease;font-size:1.125rem;align-self:center}.analyze-button:hover:not(:disabled){background-color:#d4a017}.analyze-button:disabled{background-color:#94a3b8;cursor:not-allowed}.error-message{color:#c0392b;text-align:center;font-weight:600}.spinner{border:4px solid rgba(0,0,0,.1);width:36px;height:36px;border-radius:50%;border-left-color:#b58900;animation:spin 1s ease infinite;margin:2rem auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.analysis-report{margin-top:1.5rem;padding:1.5rem;background-color:#f8fafc;border-radius:.75rem;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:2rem}.score-gauge-container{position:relative;width:108px;height:108px;margin:0 auto;display:flex;flex-direction:column;justify-content:center;align-items:center}.score-gauge{position:absolute;top:0;left:0}.score-gauge circle{transition:stroke-dashoffset .5s ease-in-out,stroke .5s ease-in-out}.score-text{font-size:2rem;font-weight:700;line-height:1}.score-label{font-size:.875rem;color:#64748b;font-weight:600}.report-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.report-grid{grid-template-columns:1fr 1fr}}.report-section{padding:1.5rem;background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000000d}.report-section.summary-section{text-align:center}.report-section h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-top:0;margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}.report-section p{color:#475569;line-height:1.6;margin:0}.report-section ul{padding-left:1.25rem;margin:0;color:#475569}.report-section li{margin-bottom:.75rem;line-height:1.6}.report-section li::marker{color:#b58900}.keyword-tags{display:flex;flex-wrap:wrap;gap:.75rem}.keyword-tag{background-color:#f1f5f9;color:#475569;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;border:1px solid #e2e8f0}#profile .profile-info{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.profile-pic-large{width:80px;height:80px;border-radius:50%;border:3px solid #b58900}#profile .profile-info h3{margin:0 0 .25rem;font-size:1.5rem;color:#1e293b}#profile .profile-info p{margin:0;color:#475569}.profile-content{margin-top:1rem}.profile-content p{color:#475569;max-width:65ch;line-height:1.6}.profile-content a{color:#b58900;font-weight:600;text-decoration:none}.profile-content a:hover{text-decoration:underline}#privacy-policy h3{font-size:1.25rem;font-weight:600;color:#334155;margin-top:2rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0}#privacy-policy p{margin-bottom:1.5rem}#privacy-policy ul{list-style-type:disc;padding-left:1.5rem;margin-bottom:1.5rem;color:#334155}#privacy-policy ul li{margin-bottom:.75rem;line-height:1.6}#privacy-policy ul ul{list-style-type:circle;margin-top:.75rem;margin-bottom:0}#privacy-policy strong{font-weight:600;color:#1e293b}#terms-of-service h3{font-size:1.25rem;font-weight:600;color:#334155;margin-top:2rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0}#terms-of-service p{margin-bottom:1.5rem}#terms-of-service ul{list-style-type:disc;padding-left:1.5rem;margin-bottom:1.5rem;color:#334155}#terms-of-service ul li{margin-bottom:.75rem;line-height:1.6}#terms-of-service ul ul{list-style-type:circle;margin-top:.75rem;margin-bottom:0}#terms-of-service strong{font-weight:600;color:#1e293b}#services-page .services-intro{text-align:center;max-width:75ch;margin-left:auto;margin-right:auto;margin-bottom:2rem;font-size:1.05rem;color:#475569}.service-card-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.service-card-grid{grid-template-columns:repeat(3,1fr)}}.service-card{background-color:#f8fafc;padding:2rem;border-radius:.75rem;border:1px solid #e2e8f0;text-align:center;display:flex;flex-direction:column}.service-card-icon{font-size:2.5rem;color:#b58900;margin-bottom:1.5rem;width:80px;height:80px;display:flex;align-items:center;justify-content:center;background-color:#fff;border-radius:50%;box-shadow:0 4px 6px -1px #0000000d;margin-left:auto;margin-right:auto}.service-card h3{font-size:1.375rem;font-weight:600;color:#1e293b;margin:0 0 1rem}.service-card p{color:#475569;line-height:1.6;font-size:.95rem;margin:0;flex-grow:1}.process-section{margin-top:3rem;padding-top:2rem;border-top:1px solid #e2e8f0}.process-section h3{text-align:center;font-size:1.5rem;font-weight:600;color:#1e293b;margin:0 0 2rem;display:flex;align-items:center;justify-content:center;gap:.75rem}.process-steps{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.process-steps{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.process-steps{grid-template-columns:repeat(4,1fr)}}.process-step{text-align:center;position:relative}.process-step .step-number{width:40px;height:40px;border-radius:50%;background-color:#b58900;color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin:0 auto 1rem;border:3px solid #f1f5f9}.process-step h4{font-size:1.125rem;font-weight:600;color:#334155;margin:0 0 .5rem}.process-step p{font-size:.9rem;color:#64748b;margin:0}.page-intro{text-align:center;max-width:75ch;margin-left:auto;margin-right:auto;margin-bottom:.75rem;font-size:1.05rem;color:#475569}.section-light{background-color:#f8fafc;border-radius:.75rem}.section-light h3{text-align:center;font-size:1.5rem;font-weight:600;color:#1e293b;margin:0 0 .5rem;display:flex;align-items:center;justify-content:center;gap:.75rem}.tools-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:2rem}@media (min-width: 768px){.tools-grid{grid-template-columns:1fr 1fr}}.tool-card{background-color:#fff;padding:2.5rem 2rem;border-radius:.75rem;border:1px solid #e2e8f0;text-align:center;text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.tool-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #00000012,0 4px 6px -2px #0000000a}.tool-card-icon{font-size:2.5rem;color:#b58900;margin-bottom:1.5rem}.tool-card h4{font-size:1.375rem;font-weight:600;color:#1e293b;margin:0 0 1rem}.tool-card p{color:#475569;line-height:1.6;font-size:.95rem;margin:0 0 1.5rem;flex-grow:1}.tool-card-link{font-weight:600;color:#b58900;text-decoration:none;font-size:1rem;align-self:center}.tool-card:hover .tool-card-link{text-decoration:underline}#open-roles-js .open-roles-list{list-style:none;padding:0;margin-top:1.5rem}#open-roles-js .open-roles-list li{background-color:#f8fafc;padding:1rem 1.5rem;border-radius:.5rem;border:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}#open-roles-js .open-roles-list a{font-weight:600;color:#334155;text-decoration:none}#open-roles-js .open-roles-list a:hover{color:#b58900;text-decoration:underline}.role-status{background-color:#dcfce7;color:#166534;padding:.25rem .75rem;border-radius:9999px;font-size:.8rem;font-weight:700;text-transform:uppercase}#for-companies-page .page-intro{text-align:center;max-width:75ch;margin-left:auto;margin-right:auto;margin-bottom:2rem;font-size:1.05rem;color:#475569}.advantage-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media (min-width: 992px){.advantage-grid{grid-template-columns:repeat(3,1fr)}}.advantage-item{text-align:center;padding:1.5rem}.advantage-item i{font-size:2.5rem;color:#b58900;margin-bottom:1rem}.advantage-item h4{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.advantage-item p{color:#475569;line-height:1.6;font-size:.95rem;margin:0}.industries-section{margin-bottom:2rem;text-align:center}.industries-section h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1.5rem}.industry-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.industry-tags span{background-color:#f1f5f9;color:#475569;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;border:1px solid #e2e8f0}.cta-box{background-color:#f8fafc;border:1px dashed #e2e8f0;text-align:center;padding:2rem;border-radius:.75rem}.cta-box h3{font-size:1.75rem;font-weight:700;color:#1e293b;margin:0 0 1rem}.cta-box p{max-width:60ch;margin:0 auto 1.5rem;color:#475569;font-size:1.05rem}.cta-button{display:inline-block;background-color:#b58900;color:#fff;font-weight:600;padding:.875rem 2rem;border-radius:.5rem;text-decoration:none;transition:background-color .2s ease;font-size:1rem}.cta-button:hover{background-color:#d4a017}#contact-page .page-intro{text-align:center;max-width:75ch;margin-left:auto;margin-right:auto;margin-bottom:2rem;font-size:1.05rem;color:#475569}.contact-form{background-color:#f8fafc;padding:2rem;border-radius:.75rem;border:1px solid #e2e8f0;max-width:768px;margin:0 auto}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-weight:600;color:#334155;margin-bottom:.5rem}.form-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.form-grid{grid-template-columns:1fr 1fr}}.contact-form input[type=text],.contact-form input[type=email],.contact-form textarea{width:100%;padding:.75rem;border:1px solid #cbd5e1;border-radius:.375rem;font-size:1rem;font-family:Inter,sans-serif;box-sizing:border-box;transition:border-color .2s,box-shadow .2s}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#b58900;box-shadow:0 0 0 2px #b5890033}.user-type-toggle{display:flex;border:1px solid #cbd5e1;border-radius:.5rem;overflow:hidden}.user-type-toggle label{flex:1;text-align:center;padding:.75rem;background-color:#fff;color:#475569;font-weight:600;cursor:pointer;transition:background-color .2s,color .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.user-type-toggle label:not(:last-child){border-right:1px solid #cbd5e1}.user-type-toggle input[type=radio]{display:none}.user-type-toggle label.active{background-color:#b58900;color:#fff}.user-type-toggle label:hover:not(.active){background-color:#f1f5f9}.file-upload-wrapper .form-label{margin-bottom:.75rem}.file-input-container{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.file-input-container input[type=file]{display:none}.file-input-button{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;background-color:#f1f5f9;border:1px solid #cbd5e1;border-radius:.375rem;font-weight:600;color:#334155;cursor:pointer;transition:background-color .2s}.file-input-button:hover{background-color:#e2e8f0}.file-display{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:.375rem;color:#15803d;font-weight:600;font-size:.875rem}.clear-file-button{background:none;border:none;font-size:1.5rem;font-weight:700;color:#15803d;cursor:pointer;padding:0 .25rem;line-height:1;opacity:.6;transition:opacity .2s}.clear-file-button:hover{opacity:1}.submit-button{padding:.875rem 2rem;background-color:#b58900;color:#fff;border:none;border-radius:.375rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s,opacity .2s}.submit-button:disabled{background-color:#94a3b8;cursor:not-allowed;opacity:.7}.feedback-message{padding:1rem;border-radius:.375rem;font-weight:600;margin-bottom:1.5rem}.feedback-message.success{background-color:#dcfce7;color:#166534;border:1px solid #86efac}.feedback-message.error{background-color:#fee2e2;color:#991b1b;border:1px solid #fca5a5}#insights-archive-page .page-intro{text-align:center;max-width:75ch;margin-left:auto;margin-right:auto;margin-bottom:3rem;font-size:1.05rem;color:#475569}.archive-list{display:grid;grid-template-columns:1fr;gap:1.5rem}.archive-card{background-color:#f8fafc;border:1px solid #e2e8f0;padding:1.5rem;border-radius:.75rem;display:flex;flex-direction:column;gap:.5rem;transition:box-shadow .2s,border-color .2s}.archive-card:hover{border-color:#d1d5db;box-shadow:0 4px 6px -1px #0000000d}.archive-date{font-size:.875rem;font-weight:600;color:#64748b}.archive-title{font-size:1.375rem;font-weight:600;color:#1e293b;margin:0;line-height:1.3;flex-grow:1}.archive-link{font-weight:600;color:#b58900;text-decoration:none;font-size:1rem;margin-top:1rem;align-self:flex-start}.archive-link:hover{text-decoration:underline}.load-more-container{text-align:center;margin-top:3rem}.load-more-button{background-color:#b58900;color:#fff;font-weight:600;padding:.75rem 2rem;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .2s ease;font-size:1.1rem}.load-more-button:hover:not(:disabled){background-color:#d4a017}.load-more-button:disabled{background-color:#94a3b8;cursor:not-allowed}.error-message{text-align:center;color:#c0392b;font-weight:600;margin-top:1rem}#insights-page .page-intro{text-align:center;max-width:75ch;margin-left:auto;margin-right:auto;margin-bottom:3rem;font-size:1.05rem;color:#475569}.insights-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.insights-grid{grid-template-columns:repeat(2,1fr)}}.insight-card{background-color:#f8fafc;padding:2rem;border-radius:.75rem;border:1px solid #e2e8f0;display:flex;flex-direction:column}.insight-card h3{font-size:1.375rem;font-weight:600;color:#1e293b;margin:0 0 1.5rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;gap:.75rem}.insight-stat-container{text-align:center;margin-bottom:1.5rem;background-color:#fff;padding:1rem;border-radius:.5rem}.insight-stat{font-size:2.5rem;font-weight:700;color:#b58900;line-height:1.2}.insight-stat-label{font-size:.875rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin:0}.insight-list{list-style:none;padding:0;margin:0}.insight-list li{padding:.75rem;background-color:#fff;border-radius:.375rem;margin-bottom:.75rem;border-left:4px solid #b58900;color:#475569;font-weight:500}.insight-list li:last-child{margin-bottom:0}.insight-description{font-size:1rem;color:#475569;margin:0;line-height:1.6;flex-grow:1}.insights-sources{margin-top:3rem;padding-top:1.5rem;border-top:1px solid #e2e8f0;text-align:center}.insights-sources h4{font-size:1rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem}.insights-sources ul{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.insights-sources li a{font-size:.875rem;color:#475569;text-decoration:none;font-weight:500}.insights-sources li a:hover{color:#b58900;text-decoration:underline}.archive-cta{text-align:center;margin-top:3rem}.archive-cta .cta-button{display:inline-flex;align-items:center;gap:.75rem;background-color:#f1f5f9;color:#334155;font-weight:600;padding:.875rem 2rem;border-radius:.5rem;text-decoration:none;transition:background-color .2s ease,color .2s ease;font-size:1.1rem;border:1px solid #e2e8f0}.archive-cta .cta-button:hover{background-color:#e2e8f0;color:#1e293b}#insights-page .feedback-message.error{background-color:#fee2e2;color:#991b1b;border:1px solid #fca5a5;padding:1rem;border-radius:.375rem;font-weight:600;margin:2rem}#insight-detail-page h2{margin-bottom:2rem}#insight-detail-page .detail-header{margin-bottom:2rem;position:relative;text-align:center}#insight-detail-page .detail-header h2{margin:0}.back-link{font-weight:600;color:#475569;text-decoration:none;font-size:1rem;display:inline-block;margin-bottom:1.5rem}@media (min-width: 768px){.back-link{position:absolute;left:0;top:50%;transform:translateY(-50%);margin-bottom:0}}.back-link:hover{color:#b58900}#insight-detail-page .feedback-message.error{background-color:#fee2e2;color:#991b1b;border:1px solid #fca5a5;padding:1rem;border-radius:.375rem;font-weight:600;margin:2rem}:root{--footer-height: 48px}body{font-family:Inter,sans-serif;margin:0;padding:0;background-color:#f8fafc;color:#1e293b}.text-gold-500{color:#b58900}.bg-gold-500{background-color:#b58900}a:hover.text-gold-500{color:#d4a017}.border-gold-500{border-color:#b58900}a.hover\:underline:hover{text-decoration:underline}.app-container{display:flex;flex-direction:column;min-height:100vh}main{flex-grow:1;padding-top:96px;padding-bottom:var(--footer-height)}@media (min-width: 768px){main{padding-top:80px}}.section{padding:1.5rem;max-width:960px;margin:1.5rem auto;background-color:#fff;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border-radius:.75rem}main>.section:first-child{margin-top:0}.section h2{font-size:1.5rem;font-weight:600;color:#b58900;margin-bottom:.75rem;display:flex;align-items:center;justify-content:center;gap:.75rem}.section p{font-size:1rem;line-height:1.625;color:#334155;margin-bottom:.75rem}.section ul{list-style:none;padding:0}.section ul li a{font-size:1rem;line-height:1.625}@media (min-width: 640px){.section h2{font-size:1.875rem}}@media (min-width: 768px){.section{padding-left:2rem;padding-right:2rem}}.content-list{margin-top:1.5rem}.content-list-item{padding:1rem 0;border-bottom:1px solid #e2e8f0}.content-list-item:last-child{border-bottom:none}.content-list-item h3{font-size:1.25rem;margin:0 0 .5rem;color:#334155}.content-list-item p{margin:0}.modal-overlay{position:fixed;inset:0;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;opacity:0;transition:opacity .3s ease}.modal-overlay.visible{opacity:1}body.no-scroll{overflow:hidden}
