body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@font-face{font-family:Barlow;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/barlow-400-latin.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Barlow;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/barlow-500-latin.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Barlow;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/barlow-600-latin.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Barlow;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/barlow-700-latin.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-weight:300 600;font-display:swap;src:url(/fonts/roboto-latin.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:300 600;font-display:swap;src:url(/fonts/cormorant-garamond-latin.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;line-height:1.6}body{color:#262626;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:#262626;font-family:Barlow,sans-serif;font-weight:600;line-height:1.2}h1{font-size:2.5rem;font-weight:700}h2{font-size:2rem;font-weight:600}h3{font-size:1.5rem;font-weight:600}h4{font-size:1.25rem;font-weight:600}p{color:#6b7280;font-family:Roboto,sans-serif;line-height:1.6}a{color:#134fea;text-decoration:none;transition:color .2s}a:hover{color:#1040c5}.main{min-height:calc(100vh - 200px)}button{cursor:pointer;border:none;border-radius:8px;font-family:Roboto,sans-serif;transition:all .2s}.btn-primary{color:#fff;background:#134fea;padding:.75rem 1.5rem;font-size:1rem;font-weight:500}.btn-primary:hover{background:#1040c5;transform:translateY(-1px)}.btn-secondary{color:#374151;background:#fff;border:1px solid #d1d5db;padding:.75rem 1.5rem;font-size:1rem;font-weight:500}.btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}input,select,textarea{border:1px solid #d1d5db;border-radius:8px;padding:.75rem;font-family:Roboto,sans-serif;font-size:1rem;transition:border-color .2s,box-shadow .2s}input:focus,select:focus,textarea:focus{border-color:#134fea;outline:none;box-shadow:0 0 0 3px #134fea1a}.card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:all .2s;box-shadow:0 1px 3px #0000001a}.card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.badge{text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:500;display:inline-block}.badge-primary{color:#1d4ed8;background:#dbeafe}.badge-success{color:#16a34a;background:#dcfce7}.badge-warning{color:#d97706;background:#fef3c7}.badge-gray{color:#374151;background:#f3f4f6}.loading{color:#6b7280;justify-content:center;align-items:center;padding:3rem 0;font-family:Roboto,sans-serif;display:flex}.error{color:#dc2626;background:#fee2e2;border:1px solid #fecaca;border-radius:8px;padding:1rem}.success{color:#16a34a;background:#dcfce7;border:1px solid #bbf7d0;border-radius:8px;padding:1rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}@media (width<=768px){html{font-size:14px}.container{padding:0 .75rem}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.25rem}.btn-primary,.btn-secondary{padding:.625rem 1.25rem;font-size:.875rem}}@media (width<=480px){html{font-size:13px}.container{padding:0 .5rem}h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.125rem}}.header{z-index:1000;-webkit-backdrop-filter:blur(20px);background:#ffffffbf;border-bottom:1px solid #6366f126;padding:1.125rem 0;transition:all .4s cubic-bezier(.4,0,.2,1);position:sticky;top:0;box-shadow:0 2px 12px #0000000a}.header:hover{background:#ffffffd9;border-bottom-color:#6366f140;box-shadow:0 4px 20px #6366f114}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.header-content{justify-content:space-between;align-items:center;display:flex}.logo a{color:inherit;text-decoration:none;transition:transform .3s;display:inline-block}.logo a:hover{transform:translateY(-2px)}.logo h1{background:linear-gradient(135deg,#0f172a 0%,#6366f1 70%,#8b5cf6 100%);-webkit-text-fill-color:transparent;letter-spacing:-.01em;-webkit-background-clip:text;background-clip:text;margin:0;font-family:Barlow,sans-serif;font-size:1.625rem;font-weight:800;line-height:1.2}.logo p{color:#64748b;letter-spacing:.01em;margin:.25rem 0 0;font-family:Roboto,sans-serif;font-size:.8125rem;font-weight:500}.nav{align-items:center;gap:2.25rem;display:flex}.nav-link{color:#475569;padding:.375rem 0;font-family:Roboto,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.nav-link:after{content:"";background:linear-gradient(90deg,#6366f1,#8b5cf6);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.nav-link:hover{color:#6366f1}.nav-link:hover:after{width:100%}.nav-button{cursor:pointer;background:0 0;border:none;padding:0}.nav-dropdown{cursor:pointer;position:relative}.nav-dropdown:after{content:"";pointer-events:auto;background:0 0;height:1rem;position:absolute;bottom:-1rem;left:-1rem;right:-1rem}.nav-dropdown>.nav-link{cursor:pointer}.dropdown-arrow{color:#6366f1;margin-left:.375rem;font-size:.625rem;transition:transform .3s;display:inline-block}.nav-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;background:#ffffffe6;border:1px solid #6366f133;border-radius:16px;min-width:200px;margin-top:0;animation:.3s ease-out dropdownFadeIn;position:absolute;top:100%;left:0;overflow:visible;box-shadow:0 8px 32px #6366f126}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-menu:before{content:"";pointer-events:auto;background:0 0;height:1rem;position:absolute;top:-1rem;left:-1rem;right:-1rem}.dropdown-item{color:#475569;text-align:left;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #6366f114;align-items:center;gap:.75rem;width:100%;padding:.875rem 1.25rem;font-family:Roboto,sans-serif;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.dropdown-item:before{content:"";background:linear-gradient(90deg,#6366f11a,#0000);width:0;height:100%;transition:width .3s;position:absolute;top:0;left:0}.dropdown-item:hover:before{width:100%}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{color:#6366f1;background:#6366f10d;padding-left:1.5rem}@media (width<=1024px){.container{padding:0 1.25rem}.nav{gap:1.75rem}.nav-link{font-size:.9375rem}.logo h1{font-size:1.5rem}}@media (width<=768px){.header{padding:1rem 0}.header-content{flex-direction:column;gap:1rem}.logo{text-align:center}.logo h1{font-size:1.375rem}.logo p{font-size:.75rem}.nav{flex-wrap:wrap;justify-content:center;gap:1.25rem}.nav-link{font-size:.875rem}.dropdown-menu{min-width:220px;margin-top:.5rem;position:fixed;top:auto;left:50%;transform:translate(-50%)}.dropdown-menu:before{display:none}@keyframes dropdownFadeIn{0%{opacity:0;transform:translate(-50%)translateY(-10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}}@media (width<=480px){.header{padding:.875rem 0}.logo h1{font-size:1.25rem}.nav{gap:1rem}.nav-link{font-size:.8125rem}}@media (prefers-reduced-motion:reduce){.header,.nav-link,.dropdown-menu,.dropdown-item,.logo a{transition:none!important;animation:none!important}.nav-link:after,.dropdown-item:before{display:none}.dropdown-arrow{transition:none!important}.nav-dropdown:hover .dropdown-arrow,.header:hover,.logo a:hover,.dropdown-item:hover,.dentists-nav-link:hover{transform:none}.dentists-dropdown-menu{box-shadow:none;border:1px solid #e2e8f0;margin-top:.5rem;position:static}}.user-dropdown,.dentists-dropdown{margin-left:0}.dentists-nav-link{background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #6366f14d;color:#fff!important}.dentists-nav-link:hover{background:linear-gradient(135deg,#4f46e5 0%,#3730a3 100%);transform:translateY(-2px);box-shadow:0 6px 20px #6366f166}.dentists-dropdown-menu{min-width:220px;right:0}.signup-item{background:#6366f10d;border:1px solid #6366f133;border-radius:8px;margin-top:.5rem;font-weight:600;color:#6366f1!important}.signup-item:hover{background:#6366f11a;border-color:#6366f14d;transform:translate(4px)}.user-nav-link{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1rem;transition:all .2s;display:flex}.user-nav-link:hover{background:#fff3;border-color:#6366f14d}.user-avatar{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.user-name{color:#0f172a;font-weight:600}.user-dropdown-menu{min-width:180px}.dropdown-divider{background:#0000001a;height:1px;margin:.5rem 0}.logout-item{color:#dc2626}.logout-item:hover{color:#dc2626;background:#ef44441a}.auth-buttons{align-items:center;gap:1rem;margin-left:1rem;display:flex}.login-link{color:#475569;font-weight:500}.login-link:hover{color:#6366f1}.signup-btn{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);border-radius:50px;padding:.5rem 1.25rem;font-weight:600;transition:all .2s;box-shadow:0 2px 8px #6366f133}.signup-btn:hover{color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #6366f14d}.admin-dropdown{margin-left:0}.admin-nav-link{background:linear-gradient(135deg,#059669 0%,#047857 100%);border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #0596694d;color:#fff!important}.admin-nav-link:hover{background:linear-gradient(135deg,#047857 0%,#065f46 100%);transform:translateY(-2px);box-shadow:0 6px 20px #05966966}.admin-dropdown-menu{min-width:240px}.dropdown-section-title{color:#94a3b8;text-transform:uppercase;letter-spacing:.1em;margin-top:.25rem;padding:.75rem 1.25rem .5rem;font-family:Barlow,sans-serif;font-size:.75rem;font-weight:700}.dropdown-section-title:first-child{margin-top:0;padding-top:.5rem}.footer{background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#334155 100%);margin-top:4rem;padding:4rem 0 1.5rem;position:relative;overflow:hidden}.footer:before{content:"";pointer-events:none;background:radial-gradient(circle at 20% 30%,#6366f126 0%,#0000 50%),radial-gradient(circle at 80% 70%,#8b5cf61f 0%,#0000 50%);position:absolute;inset:0}.footer .container{z-index:2;position:relative}.footer-content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem;display:grid}.footer-section h4{background:linear-gradient(135deg,#fff 0%,#e0e7ff 100%);-webkit-text-fill-color:transparent;letter-spacing:.02em;-webkit-background-clip:text;background-clip:text;margin-bottom:1.25rem;font-family:Barlow,sans-serif;font-size:1.25rem;font-weight:700}.footer-section p{color:#cbd5e1;font-family:Roboto,sans-serif;font-size:.9375rem;line-height:1.7}.footer-section a{color:#94a3b8;margin-bottom:.75rem;padding-left:0;font-family:Roboto,sans-serif;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:block;position:relative}.footer-section a:before{content:"";background:linear-gradient(90deg,#6366f1,#8b5cf6);width:0;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:0}.footer-section a:hover{color:#e0e7ff;padding-left:8px}.footer-section a:hover:before{width:20px}.footer-contact-link{color:#a5b4fc!important;font-weight:600!important}.footer-contact-link:hover{color:#e0e7ff!important}.footer-linkedin-link{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 12px #6366f14d;display:inline-flex!important}.footer-linkedin-link:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.footer-linkedin-link:hover:before{left:100%}.footer-linkedin-link:hover{background:linear-gradient(135deg,#8b5cf6 0%,#6366f1 100%);transform:translateY(-4px)scale(1.05);box-shadow:0 8px 20px #6366f166;padding-left:0!important}.footer-linkedin-link svg{fill:#fff;z-index:1;position:relative}.footer-bottom{text-align:center;border-top:1px solid #94a3b833;padding-top:2.5rem}.footer-bottom p{color:#94a3b8;margin:0;font-family:Roboto,sans-serif;font-size:.9375rem;font-weight:500}@media (width<=1024px){.footer{padding:3.5rem 0 1.5rem}.footer-content{gap:2.5rem}}@media (width<=768px){.footer{padding:3rem 0 1.25rem}.footer-content{grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2.5rem}.footer-section h4{margin-bottom:1rem;font-size:1.125rem}.footer-section p{font-size:.875rem}.footer-section a{margin-bottom:.625rem;font-size:.875rem}.footer-bottom{padding-top:2rem}.footer-bottom p{font-size:.875rem}}@media (width<=480px){.footer{padding:2.5rem 0 1rem}.footer-content{grid-template-columns:1fr;gap:1.75rem;margin-bottom:2rem}.footer-section h4{font-size:1.0625rem}.footer-linkedin-link{width:36px;height:36px}}@media (prefers-reduced-motion:reduce){.footer-section a,.footer-linkedin-link{transition:none!important}.footer-linkedin-link:before,.footer-section a:before{display:none}.footer-section a:hover,.footer-linkedin-link:hover{transform:none}}.search-bar{width:100%;max-width:600px;margin:0;position:relative}.search-form{width:100%}.search-input-wrapper{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffffb3;border:1px solid #ffffff4d;border-radius:20px;align-items:center;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #00000014}.search-input-wrapper:focus-within{background:#ffffffd9;border-color:#6366f14d;transform:translateY(-2px);box-shadow:0 12px 40px #6366f126}.search-input{color:#0f172a;background:0 0;border:none;outline:none;flex:1;padding:1.125rem 1.5rem;font-family:Roboto,sans-serif;font-size:1.0625rem;font-weight:500}.search-input::placeholder{color:#94a3b8}.search-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);border:none;border-radius:0 18px 18px 0;justify-content:center;align-items:center;min-width:60px;padding:1.125rem 1.25rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.search-button:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.search-button:hover:not(:disabled):before{left:100%}.search-button:hover:not(:disabled){background:linear-gradient(135deg,#4f46e5 0%,#6366f1 100%);transform:scale(1.02);box-shadow:0 8px 20px #6366f14d}.search-button:disabled{cursor:not-allowed;background:linear-gradient(135deg,#94a3b8 0%,#cbd5e1 100%)}.search-loading{position:absolute;top:50%;right:60px;transform:translateY(-50%)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.search-dropdown{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;background:#ffffffd9;border:1px solid #ffffff4d;border-radius:20px;animation:.3s ease-out fadeIn;position:absolute;top:calc(100% + 12px);left:0;right:0;overflow:hidden;box-shadow:0 12px 40px #0000001a}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.search-results{max-height:450px;overflow-y:auto}.search-result-item{cursor:pointer;border-bottom:1px solid #6366f114;align-items:flex-start;padding:1.125rem 1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.search-result-item:before{content:"";background:linear-gradient(90deg,#6366f11a,#0000);width:0;height:100%;transition:width .3s;position:absolute;top:0;left:0}.search-result-item:hover:before{width:100%}.search-result-item:hover{background:#6366f10d;transform:translate(4px)}.search-result-item:last-child{border-bottom:none}.result-icon{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-top:.25rem;margin-right:1rem;font-size:.8125rem;font-weight:700;transition:transform .3s;display:flex;box-shadow:0 4px 12px #6366f133}.search-result-item:hover .result-icon{transform:scale(1.1)rotate(5deg)}.result-content{flex:1;min-width:0}.result-title{color:#0f172a;background:linear-gradient(135deg,#0f172a 0%,#6366f1 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.375rem;font-family:Barlow,sans-serif;font-size:1.0625rem;font-weight:700;line-height:1.3}.result-title mark{background:linear-gradient(135deg,#fef3c7,#fde68a);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;border-radius:4px;padding:2px 4px;font-weight:800}.result-description{align-items:center;gap:.625rem;margin-bottom:.625rem;display:flex}.result-type{color:#6366f1;text-transform:uppercase;letter-spacing:.05em;background:#6366f11a;border:1px solid #6366f133;border-radius:20px;flex-shrink:0;padding:.25rem .625rem;font-size:.75rem;font-weight:600}.result-text{color:#64748b;text-overflow:ellipsis;white-space:nowrap;font-family:Roboto,sans-serif;font-size:.9375rem;font-weight:500;line-height:1.5;overflow:hidden}.result-text mark{background:linear-gradient(135deg,#fef3c7,#fde68a);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;border-radius:4px;padding:2px 4px;font-weight:700}.result-categories{flex-wrap:wrap;gap:.375rem;display:flex}.category-tag{color:#14b8a6;text-transform:capitalize;background:#14b8a61a;border:1px solid #14b8a633;border-radius:20px;padding:.25rem .625rem;font-size:.75rem;font-weight:600;transition:all .3s}.category-tag:hover{background:#14b8a626;border-color:#14b8a64d}.search-footer{background:#6366f10a;border-top:1px solid #6366f11a;padding:1rem 1.25rem}.view-all-results{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);border:none;border-radius:12px;width:100%;padding:1rem;font-family:Roboto,sans-serif;font-size:1rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 14px #6366f140}.view-all-results:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.view-all-results:hover:before{left:100%}.view-all-results:hover{background:linear-gradient(135deg,#4f46e5 0%,#6366f1 100%);transform:translateY(-2px);box-shadow:0 8px 24px #6366f159}@media (width<=1024px){.search-bar{max-width:650px}.search-input{padding:1rem 1.25rem;font-size:1rem}.search-button{min-width:55px;padding:1rem}}@media (width<=768px){.search-bar{max-width:100%}.search-input{padding:1rem 1.125rem;font-size:.9375rem}.search-button{min-width:50px;padding:1rem}.search-result-item{padding:1rem}.result-icon{width:28px;height:28px;margin-right:.875rem;font-size:.75rem}.result-title{font-size:1rem}.result-text{font-size:.875rem}.search-dropdown{border-radius:16px;top:calc(100% + 8px)}.view-all-results{padding:.875rem;font-size:.9375rem}}@media (width<=480px){.search-input-wrapper{border-radius:16px}.search-input{padding:.875rem 1rem;font-size:.875rem}.search-button{border-radius:0 14px 14px 0;min-width:45px;padding:.875rem}.result-icon{width:24px;height:24px}.result-title{font-size:.9375rem}.category-tag{padding:.1875rem .5rem;font-size:.6875rem}}@media (prefers-reduced-motion:reduce){.search-input-wrapper,.search-button,.search-dropdown,.search-result-item,.result-icon,.view-all-results{transition:none!important;animation:none!important}.search-button:before,.view-all-results:before,.search-result-item:before{display:none}.search-input-wrapper:focus-within,.search-result-item:hover{transform:none}}.hero{text-align:center;background:linear-gradient(135deg,#f8fafc 0%,#e0e7ff 50%,#ddd6fe 100%);align-items:center;min-height:30vh;padding:3rem 0 4rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle at 30%,#6366f126 0%,#0000 50%),radial-gradient(circle at 70% 30%,#8b5cf61f 0%,#0000 50%),radial-gradient(circle at 60% 70%,#14b8a61a 0%,#0000 50%);width:200%;height:200%;animation:20s ease-in-out infinite meshMove;position:absolute;top:-50%;left:-50%}@keyframes meshMove{0%,to{transform:translate(0)rotate(0)}33%{transform:translate(30px,-30px)rotate(5deg)}66%{transform:translate(-20px,20px)rotate(-5deg)}}.hero:after{content:"";opacity:.3;pointer-events:none;background-image:radial-gradient(circle,#6366f11a 2px,#0000 2px),radial-gradient(circle,#8b5cf614 1px,#0000 1px);background-position:0 0,25px 25px;background-size:100px 100px,50px 50px;width:100%;height:100%;animation:30s linear infinite particleFloat;position:absolute;top:0;left:0}@keyframes particleFloat{0%{transform:translateY(0)}to{transform:translateY(-100px)}}.hero-content{z-index:2;animation:.8s ease-out fadeInUp;position:relative}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero-content h2{color:#0f172a;letter-spacing:-.02em;background:linear-gradient(135deg,#0f172a 0%,#6366f1 50%,#8b5cf6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-family:Barlow,sans-serif;font-size:3.5rem;font-weight:800;line-height:1.15;animation:.8s ease-out .2s both fadeInUp}.hero-content p{color:#475569;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff9;border:1px solid #fff6;border-radius:20px;max-width:700px;margin:0 auto 2rem;padding:1.5rem 2.5rem;font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:400;line-height:1.75;animation:.8s ease-out .4s both fadeInUp;box-shadow:0 8px 32px #00000014}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1.5rem;animation:.8s ease-out .6s both fadeInUp;display:flex}.hero-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:12px;padding:1rem 2rem;font-family:Roboto,sans-serif;font-size:1.1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.hero-btn:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.hero-btn:hover:before{left:100%}.hero-btn-primary{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);box-shadow:0 4px 15px #6366f166}.hero-btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #6366f180}.hero-btn-secondary{color:#fff;background:linear-gradient(135deg,#14b8a6 0%,#10b981 100%);box-shadow:0 4px 15px #14b8a666}.hero-btn-secondary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #14b8a680}.hero-badges{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;animation:.8s ease-out .6s both fadeInUp;display:flex}.hero-badges a{filter:drop-shadow(0 4px 12px #0000001a);transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-block}.hero-badges a:hover{filter:drop-shadow(0 12px 24px #6366f14d);transform:translateY(-8px)scale(1.05)}.hero-badges img{border-radius:12px;max-width:100%;height:auto}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-content{animation:.8s ease-out fadeInUp,6s ease-in-out 2s infinite float}@media (width<=1024px){.hero{padding:2.5rem 0 3rem}.hero-content h2{font-size:2.75rem}.hero-content p{padding:1.25rem 2rem;font-size:1.125rem}}@media (width<=768px){.hero{min-height:25vh;padding:2rem 0 2.5rem}.hero-content h2{margin-bottom:1.25rem;font-size:2.25rem}.hero-content p{border-radius:16px;margin-bottom:1.5rem;padding:1rem 1.5rem;font-size:1rem}.hero-buttons{gap:1rem}.hero-btn{padding:.875rem 1.5rem;font-size:1rem}.hero-badges{gap:1.5rem}.hero-badges a{max-width:160px}}@media (width<=480px){.hero{padding:1.5rem 0 2rem}.hero-content h2{font-size:1.85rem}.hero-content p{padding:1rem;font-size:.95rem}.hero-buttons{flex-direction:column;align-items:center;gap:.75rem}.hero-btn{width:100%;max-width:300px;padding:.75rem 1.25rem;font-size:.95rem}.hero-badges{gap:1rem}}@media (prefers-reduced-motion:reduce){.hero:before,.hero:after,.hero-content{animation:none!important}.hero-badges a:hover{transform:none}}.hexagon-grid{pointer-events:auto;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.hexagon-card-effect{pointer-events:none;z-index:1;border-radius:12px;width:100%;height:100%;position:absolute;top:0;left:0}.company-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffffb3;border:1px solid #ffffff4d;border-radius:20px;height:100%;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 16px #0000000f}.company-card:before{content:"";-webkit-mask-composite:xor;opacity:0;pointer-events:none;background:linear-gradient(135deg,#6366f1,#8b5cf6,#14b8a6);border-radius:20px;padding:2px;transition:opacity .4s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.company-card:hover:before{opacity:1}.company-card:hover{background:#ffffffd9;transform:translateY(-8px)scale(1.02);box-shadow:0 20px 40px #6366f126}.company-card:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#fff6,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.company-card:hover:after{left:100%}.company-card-link{color:inherit;z-index:2;height:100%;text-decoration:none;display:block;position:relative}.company-header{align-items:center;gap:1.25rem;margin-bottom:1rem;display:flex}.company-logo{flex-shrink:0;justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:relative}.company-logo img{object-fit:cover;border:2px solid #6366f11a;border-radius:12px;width:120px;height:120px;transition:all .3s;box-shadow:0 4px 12px #00000014}.company-card:hover .company-logo img{border-color:#6366f14d;transform:scale(1.05);box-shadow:0 8px 20px #6366f133}.company-title{flex-wrap:wrap;flex:1;align-items:center;gap:.75rem;display:flex}.company-title h3{color:#0f172a;background:linear-gradient(135deg,#0f172a 0%,#6366f1 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-family:Barlow,sans-serif;font-size:1.375rem;font-weight:700;line-height:1.3;transition:all .3s}.company-card:hover .company-title h3{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.company-description{margin-bottom:1.5rem}.company-description p{color:#64748b;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-family:Roboto,sans-serif;font-size:.9375rem;font-weight:400;line-height:1.6;display:-webkit-box;overflow:hidden}.verified-badge{color:#14b8a6;background:#14b8a61a;border-radius:20px;align-items:center;gap:.25rem;padding:.25rem .75rem;font-size:.8125rem;font-weight:600;display:inline-flex}.verified-badge:before{content:"✓";font-weight:700}.company-details{flex-direction:column;gap:1rem;display:flex}.categories{flex-wrap:wrap;gap:.625rem;display:flex}.category-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#6366f1;text-transform:capitalize;background:#6366f114;border:1px solid #6366f126;border-radius:50px;padding:.375rem 1rem;font-size:.8125rem;font-weight:600;transition:all .3s}.category-badge:hover{background:#6366f126;border-color:#6366f14d;transform:translateY(-2px)}.company-stats{background:#6366f10a;border:1px solid #6366f114;border-radius:12px;flex-direction:column;gap:.5rem;padding:1rem;display:flex}.stat{color:#475569;align-items:center;gap:.5rem;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:600;display:flex}.stat:before{content:"●";color:#6366f1;font-size:.625rem}.response-time{color:#64748b;font-weight:500}.company-card:hover .company-stats{background:#6366f114;border-color:#6366f126}@media (width<=1024px){.company-card{padding:1.75rem}.company-logo,.company-logo img{width:70px;height:70px}.company-title h3{font-size:1.25rem}.company-description p{font-size:.875rem}}@media (width<=768px){.company-card{border-radius:16px;padding:1.5rem}.company-header{text-align:center;flex-direction:column;align-items:center;gap:1rem;margin-bottom:1rem}.company-title{justify-content:center}.company-logo,.company-logo img{width:60px;height:60px}.company-title h3{font-size:1.125rem}.company-description{text-align:center}.company-description p{font-size:.875rem}.category-badge{padding:.3rem .875rem;font-size:.75rem}.company-card-actions{justify-content:center;margin-top:1rem;display:flex;position:static}.quick-request-btn{opacity:1;justify-content:center;width:100%;transform:none}}@media (width<=480px){.company-card{padding:1.25rem}.company-logo,.company-logo img{width:50px;height:50px}.categories{gap:.5rem}}@media (prefers-reduced-motion:reduce){.company-card,.company-card:before,.company-card:after,.company-logo img,.category-badge{transition:none!important;animation:none!important}.company-card:hover{transform:none}}.company-card-actions{z-index:10;position:absolute;bottom:1.5rem;right:1.5rem}.quick-request-btn{color:#fff;cursor:pointer;opacity:0;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:25px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;transform:translateY(10px);box-shadow:0 4px 12px #10b9814d}.company-card:hover .quick-request-btn{opacity:1;transform:translateY(0)}.quick-request-btn:hover{background:linear-gradient(135deg,#059669 0%,#047857 100%);transform:translateY(-2px)scale(1.05);box-shadow:0 6px 20px #10b98166}.quick-request-btn:active{transform:translateY(0)scale(1)}.quick-request-btn svg{transition:transform .2s}.quick-request-btn:hover svg{transform:rotate(90deg)}.company-card-link:focus{outline-offset:4px;border-radius:20px;outline:2px solid #6366f1}.featured-company-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#fffffff2 0%,#f8fafcf2 100%);border:2px solid #0000;border-radius:20px;height:100%;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 8px 32px #6366f126}.featured-company-card:before{content:"";-webkit-mask-composite:xor;opacity:1;pointer-events:none;background:linear-gradient(135deg,#6366f1,#8b5cf6,#14b8a6,#6366f1) 0 0/200% 200%;border-radius:24px;padding:2px;animation:4s infinite gradientShift;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}@keyframes gradientShift{0%,to{background-position:0%}50%{background-position:100%}}.featured-company-card:hover{transform:translateY(-8px)scale(1.02);box-shadow:0 20px 40px #6366f133}.featured-badge-container{z-index:10;position:absolute;top:1rem;right:1rem}.featured-badge{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border-radius:50px;padding:.375rem .875rem;font-family:Barlow,sans-serif;font-size:.75rem;font-weight:700;box-shadow:0 4px 12px #6366f166}.featured-card-link{color:inherit;z-index:2;height:100%;text-decoration:none;display:block;position:relative}.featured-header{align-items:center;gap:1.25rem;margin-bottom:1rem;display:flex}.featured-logo{flex-shrink:0;position:relative}.featured-logo img{object-fit:cover;border:2px solid #6366f133;border-radius:16px;width:120px;height:120px;transition:all .4s;box-shadow:0 4px 12px #6366f11a}.featured-company-card:hover .featured-logo img{border-color:#6366f166;transform:scale(1.05);box-shadow:0 8px 20px #6366f133}.featured-title{flex:1}.featured-title h3{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);-webkit-text-fill-color:transparent;letter-spacing:-.01em;-webkit-background-clip:text;background-clip:text;margin:0 0 .75rem;font-family:Barlow,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.3}.featured-description{margin-bottom:1.5rem}.featured-description p{color:#64748b;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-family:Roboto,sans-serif;font-size:.9375rem;font-weight:400;line-height:1.6;display:-webkit-box;overflow:hidden}.featured-highlights{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.highlight-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:50px;align-items:center;gap:.25rem;padding:.25rem .75rem;font-family:Barlow,sans-serif;font-size:.75rem;font-weight:700;transition:all .3s;display:inline-flex}.badge-fast{color:#fff;background:linear-gradient(135deg,#fb923c 0%,#f97316 100%);box-shadow:0 2px 8px #fb923c40}.badge-fast:before{content:"⚡";font-size:.875rem}.badge-new{color:#fff;background:linear-gradient(135deg,#14b8a6 0%,#10b981 100%);box-shadow:0 2px 8px #14b8a640}.badge-new:before{content:"✨";font-size:.875rem}.featured-highlights .verified-badge{color:#14b8a6;background:#14b8a61a;border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.featured-details{flex-direction:column;gap:1rem;display:flex}.featured-categories{flex-wrap:wrap;gap:.625rem;display:flex}.featured-categories .category-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#6366f1;text-transform:capitalize;background:#6366f114;border:1px solid #6366f126;border-radius:50px;padding:.375rem 1rem;font-size:.8125rem;font-weight:600;transition:all .3s}.featured-categories .category-badge:hover{background:#6366f126;border-color:#6366f14d;transform:translateY(-2px)}.featured-stats{background:#6366f10a;border:1px solid #6366f114;border-radius:12px;flex-direction:column;gap:.5rem;padding:1rem;display:flex}.featured-stats .stat{color:#475569;align-items:center;gap:.5rem;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:600;display:flex}.featured-stats .stat:before{content:"●";color:#6366f1;font-size:.625rem}.featured-stats .response-time{color:#64748b;font-weight:500}.featured-company-card:hover .featured-stats{background:#6366f114;border-color:#6366f126}@media (width<=1024px){.featured-company-card{padding:1.75rem}.featured-logo img{width:110px;height:110px}.featured-info h3{font-size:1.25rem}}@media (width<=768px){.featured-company-card{border-radius:16px;padding:1.5rem}.featured-header{text-align:center;flex-direction:column;align-items:center;gap:1rem}.featured-logo img{width:100px;height:100px}.featured-info h3{font-size:1.125rem}.featured-info p{font-size:.875rem}.featured-highlights{justify-content:center}.featured-badge{padding:.3rem .75rem;font-size:.6875rem}}@media (width<=480px){.featured-company-card{padding:1.25rem}.featured-logo img{width:80px;height:80px}.featured-categories{gap:.5rem}}@media (prefers-reduced-motion:reduce){.featured-company-card,.featured-company-card:before,.featured-logo img,.highlight-badge,.featured-badge{transition:none!important;animation:none!important}.featured-company-card:hover{transform:none}}.featured-card-link:focus{outline-offset:6px;border-radius:24px;outline:3px solid #6366f1}.featured-company-card .company-card-actions{z-index:10;position:absolute;bottom:1.5rem;right:1.5rem}.featured-company-card .quick-request-btn{color:#fff;cursor:pointer;opacity:0;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:25px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;transform:translateY(10px);box-shadow:0 4px 12px #10b9814d}.featured-company-card:hover .quick-request-btn{opacity:1;transform:translateY(0)}.featured-company-card .quick-request-btn:hover{background:linear-gradient(135deg,#059669 0%,#047857 100%);transform:translateY(-2px)scale(1.05);box-shadow:0 6px 20px #10b98166}.featured-company-card .quick-request-btn:active{transform:translateY(0)scale(1)}.featured-company-card .quick-request-btn svg{transition:transform .2s}.featured-company-card .quick-request-btn:hover svg{transform:rotate(90deg)}.featured-feedback-section{background:#6366f10a;border-top:1px solid #6366f11a;border-radius:12px;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;padding:1rem;display:flex}.feedback-item{flex:1}.feedback-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-family:Roboto,sans-serif;font-size:.75rem;font-weight:600}.feedback-rating{align-items:center;gap:.5rem;display:flex}.rating-stars{gap:.125rem;display:flex}.rating-stars .star{color:#d1d5db;font-size:1rem;transition:color .2s}.rating-value{color:#6366f1;min-width:2rem;font-family:Barlow,sans-serif;font-size:.875rem;font-weight:700}.feedback-divider{background:#6366f133;width:1px;height:2rem}.feedback-count{color:#64748b;text-align:center;white-space:nowrap;font-family:Roboto,sans-serif;font-size:.75rem;font-weight:600}.sponsored-company-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffffb3;border:1px solid #ffffff4d;border-radius:20px;height:100%;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 16px #0000000f}.sponsored-company-card:hover{transform:translateY(-8px)scale(1.02)}.sponsored-badge-container{z-index:10;position:absolute;top:1rem;right:1rem}.sponsored-badge{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(135deg,#14b8a6 0%,#0ea5e9 100%);border-radius:50px;padding:.375rem .875rem;font-family:Barlow,sans-serif;font-size:.75rem;font-weight:700;box-shadow:0 4px 12px #14b8a666}.sponsored-card-link{color:inherit;z-index:2;height:100%;text-decoration:none;display:block;position:relative}.sponsored-header{align-items:center;gap:1.25rem;margin-bottom:1rem;display:flex}.sponsored-logo{flex-shrink:0;position:relative}.sponsored-logo img{object-fit:cover;border:2px solid #14b8a633;border-radius:16px;width:120px;height:120px;transition:all .4s;box-shadow:0 4px 12px #14b8a61a}.sponsored-company-card:hover .sponsored-logo img{border-color:#14b8a666;transform:scale(1.05);box-shadow:0 8px 20px #14b8a633}.sponsored-title{flex:1}.sponsored-title h3{background:linear-gradient(135deg,#14b8a6 0%,#0ea5e9 100%);-webkit-text-fill-color:transparent;letter-spacing:-.01em;-webkit-background-clip:text;background-clip:text;margin:0 0 .75rem;font-family:Barlow,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.3}.sponsored-description{margin-bottom:1.5rem}.sponsored-description p{color:#64748b;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-family:Roboto,sans-serif;font-size:.9375rem;font-weight:400;line-height:1.6;display:-webkit-box;overflow:hidden}.sponsored-highlights{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.badge-tools{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(135deg,#14b8a6 0%,#0ea5e9 100%);border-radius:50px;align-items:center;gap:.25rem;padding:.25rem .75rem;font-family:Barlow,sans-serif;font-size:.75rem;font-weight:700;display:inline-flex;box-shadow:0 2px 8px #14b8a640}.badge-tools:before{content:"🦷";font-size:.875rem}.sponsored-highlights .verified-badge{color:#14b8a6;background:#14b8a61a;border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.sponsored-details{flex-direction:column;gap:1rem;display:flex}.sponsored-categories{flex-wrap:wrap;gap:.625rem;display:flex}.sponsored-categories .category-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#14b8a6;text-transform:capitalize;background:#14b8a614;border:1px solid #14b8a626;border-radius:50px;padding:.375rem 1rem;font-size:.8125rem;font-weight:600;transition:all .3s}.sponsored-categories .category-badge:hover{background:#14b8a626;border-color:#14b8a64d;transform:translateY(-2px)}.sponsored-stats{background:#14b8a60a;border:1px solid #14b8a614;border-radius:12px;flex-direction:column;gap:.5rem;padding:1rem;display:flex}.sponsored-stats .stat{color:#475569;align-items:center;gap:.5rem;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:600;display:flex}.sponsored-stats .stat:before{content:"●";color:#14b8a6;font-size:.625rem}.sponsored-company-card:hover .sponsored-stats{background:#14b8a614;border-color:#14b8a626}.sponsored-company-card .company-card-actions{z-index:10;position:absolute;bottom:1.5rem;right:1.5rem}.sponsored-company-card .quick-request-btn{color:#fff;cursor:pointer;opacity:0;background:linear-gradient(135deg,#14b8a6 0%,#0ea5e9 100%);border:none;border-radius:25px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;transform:translateY(10px);box-shadow:0 4px 12px #14b8a64d}.sponsored-company-card:hover .quick-request-btn{opacity:1;transform:translateY(0)}.sponsored-company-card .quick-request-btn:hover{transform:translateY(-2px)scale(1.05);box-shadow:0 6px 20px #14b8a666}.sponsored-company-card .quick-request-btn:active{transform:translateY(0)scale(1)}@media (width<=768px){.sponsored-company-card{border-radius:16px;padding:1.5rem}.sponsored-header{text-align:center;flex-direction:column;align-items:center;gap:1rem}.sponsored-logo img{width:100px;height:100px}.sponsored-title h3{font-size:1.125rem}.sponsored-highlights{justify-content:center}.sponsored-badge{padding:.3rem .75rem;font-size:.6875rem}}@media (width<=480px){.sponsored-company-card{padding:1.25rem}.sponsored-logo img{width:80px;height:80px}}@media (prefers-reduced-motion:reduce){.sponsored-company-card,.sponsored-company-card:before,.sponsored-logo img{transition:none!important;animation:none!important}.sponsored-company-card:hover{transform:none}}.sponsored-card-link:focus{outline-offset:6px;border-radius:24px;outline:3px solid #14b8a6}.verification-form{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:24px;width:100%;max-width:700px;padding:3rem;animation:.4s cubic-bezier(.4,0,.2,1) slideUp;box-shadow:0 20px 60px #00000026}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.form-header{text-align:center;margin-bottom:2.5rem}.form-icon{color:#6366f1;justify-content:center;margin-bottom:1.5rem;display:flex}.form-header h2{color:#0f172a;background:linear-gradient(135deg,#0f172a 0%,#6366f1 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;width:100%;margin:0;font-family:Barlow,sans-serif;font-size:1.75rem;font-weight:700;display:block;margin-bottom:0!important}.form-header p{color:#64748b;margin:0;font-family:Roboto,sans-serif;font-size:1rem}.form-header-description{text-align:left;clear:both;background:#6366f10d;border:1px solid #6366f11a;border-radius:8px;width:100%;max-width:600px;padding:1rem 1.5rem;line-height:1.6;margin:1.5rem auto 0!important;display:block!important}.verification-form-content{flex-direction:column;gap:2rem;display:flex}.form-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8fafc80;border:1px solid #ffffff4d;border-radius:16px;padding:2rem}.form-section h3{color:#0f172a;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-family:Barlow,sans-serif;font-size:1.25rem;font-weight:600;display:flex}.form-field{flex-direction:column;width:100%;min-width:0;display:flex}.form-field input,.form-field select,.form-field textarea{color:#0f172a;box-sizing:border-box;background:#fff;border:2px solid #e2e8f0;border-radius:12px;width:100%;padding:.875rem 1rem;font-family:Roboto,sans-serif;font-size:.95rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #0000000d}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{background:#fff;border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f11a,0 2px 8px #0000001a}.form-field input:hover,.form-field select:hover,.form-field textarea:hover{background:#fff;border-color:#818cf8;box-shadow:0 4px 8px #00000014}.form-field input::placeholder,.form-field textarea::placeholder{color:#64748b;opacity:.7}.form-field select option{color:#0f172a;background:#fff}.btn-cancel,.btn-submit{cursor:pointer;border-radius:14px;justify-content:center;align-items:center;gap:.75rem;min-width:160px;padding:1rem 2rem;font-family:Roboto,sans-serif;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.btn-cancel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#64748b;background:#ffffffb3;border:1px solid #ffffff4d;box-shadow:0 2px 8px #0000000d}.btn-cancel:hover{color:#6366f1;background:#ffffffe6;border-color:#6366f1;transform:translateY(-2px);box-shadow:0 4px 12px #6366f126}.btn-submit{color:#fff;letter-spacing:.02em;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);border:none;position:relative;overflow:hidden;box-shadow:0 6px 20px #6366f159}.btn-submit:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.btn-submit:hover:not(:disabled):before{left:100%}.btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #6366f166}.btn-submit:active:not(:disabled){transform:translateY(0)}.btn-submit:disabled{cursor:not-allowed;opacity:.7;background:#64748b;transform:none;box-shadow:0 2px 8px #0000001a}@media (width<=768px){.verification-form{max-width:90vw;margin:1rem;padding:2rem 1.5rem}.form-header h2{font-size:1.5rem}.form-grid{grid-template-columns:1fr;gap:1.5rem}.form-actions{flex-direction:column}.btn-cancel,.btn-submit{width:100%;min-width:auto}.form-section{padding:1.5rem}}.address-section h4{color:#0f172a;align-items:center;gap:.5rem;margin-bottom:.5rem;font-family:Barlow,sans-serif;font-size:1.125rem;font-weight:600;display:flex}.address-note{color:#6366f1;font-size:.875rem;font-style:italic;font-weight:500}.address-help{color:#64748b;background:#6366f10d;border:1px solid #6366f11a;border-left:4px solid #6366f1;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem;font-family:Roboto,sans-serif;font-size:.875rem}.checkbox-label.required{background:#6366f10d;border:1px solid #6366f133}.checkbox-label span a{color:#6366f1;text-underline-offset:2px;font-weight:600;text-decoration:underline;text-decoration-thickness:1px;transition:all .2s}.checkbox-label span a:hover{color:#4f46e5;text-decoration-thickness:2px}.form-section:last-of-type{margin-bottom:0}.feedback-page-overlay{z-index:100000;background-color:#f3f4f6;width:100vw;height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;position:fixed;inset:0;overflow:hidden auto}.feedback-page-overlay *{box-sizing:border-box}.feedback-page-overlay .feedback-page-header{color:#fff;background:linear-gradient(135deg,#6366f1,#4f46e5);width:100%;padding:32px 0;box-shadow:0 2px 8px #0000001a}.feedback-page-overlay .header-content{max-width:1000px;margin:0 auto;padding:0 24px}.feedback-page-overlay .back-button{color:#fff;cursor:pointer;background:#fff3;border:1px solid #ffffff4d;border-radius:8px;align-items:center;gap:8px;margin-bottom:20px;padding:10px 20px;font-size:15px;font-weight:600;transition:background .2s;display:inline-flex}.feedback-page-overlay .back-button:hover{background:#ffffff4d}.feedback-page-overlay .header-title h1{color:#fff;margin:0 0 12px;font-size:32px;font-weight:700}.feedback-page-overlay .header-title p{opacity:.95;color:#fff;margin:0;font-size:18px}.feedback-page-overlay .header-title strong{font-weight:700}.feedback-page-overlay .feedback-page-content{width:100%;padding:40px 0 60px}.feedback-page-overlay .feedback-container{width:100%;max-width:1000px;margin:0 auto;padding:0 24px}.feedback-page-overlay .feedback-notice-box{background:#fef3c7;border:2px solid #fbbf24;border-radius:10px;gap:16px;margin-bottom:32px;padding:20px;display:flex}.feedback-page-overlay .feedback-notice-box svg{color:#d97706;flex-shrink:0}.feedback-page-overlay .feedback-notice-box p{color:#78350f;margin:0;font-size:15px;line-height:1.6}.feedback-page-overlay .feedback-notice-box strong{color:#92400e;font-weight:700}.feedback-page-overlay .feedback-error-message{color:#991b1b;background:#fee2e2;border:2px solid #ef4444;border-radius:10px;align-items:center;gap:12px;margin-bottom:24px;padding:16px;font-size:15px;font-weight:500;display:flex}.feedback-page-overlay .feedback-main-form{background:#fff;border-radius:12px;width:100%;padding:48px;box-shadow:0 1px 3px #0000001a}.feedback-page-overlay .feedback-section{border-bottom:2px solid #e5e7eb;margin-bottom:48px;padding-bottom:32px}.feedback-page-overlay .feedback-section:last-of-type{border-bottom:none}.feedback-page-overlay .feedback-section h2{color:#111827;margin:0 0 24px;font-size:24px;font-weight:700}.feedback-page-overlay .feedback-field{margin-bottom:24px}.feedback-page-overlay .feedback-field:last-child{margin-bottom:0}.feedback-page-overlay .feedback-field label{color:#374151;margin-bottom:8px;font-size:15px;font-weight:600;display:block}.feedback-page-overlay .feedback-field select{color:#111827;cursor:pointer;background:#fff;border:2px solid #d1d5db;border-radius:8px;width:100%;padding:12px 16px;font-family:inherit;font-size:15px;display:block}.feedback-page-overlay .feedback-field select:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f11a}.feedback-page-overlay .feedback-field textarea{color:#111827;resize:vertical;background:#fff;border:2px solid #d1d5db;border-radius:8px;width:100%;padding:12px 16px;font-family:inherit;font-size:15px;line-height:1.5;display:block}.feedback-page-overlay .feedback-field textarea:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f11a}.feedback-page-overlay .feedback-rating-box{background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;padding:24px}.feedback-page-overlay .feedback-rating-slider{appearance:none;cursor:pointer;background:linear-gradient(90deg,#ef4444,#f59e0b,#10b981);border-radius:5px;outline:none;width:100%;height:10px;margin-bottom:12px;display:block}.feedback-page-overlay .feedback-rating-slider::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#fff;border:4px solid #6366f1;border-radius:50%;width:28px;height:28px;box-shadow:0 2px 8px #0003}.feedback-page-overlay .feedback-rating-slider::-moz-range-thumb{cursor:pointer;background:#fff;border:4px solid #6366f1;border-radius:50%;width:28px;height:28px;box-shadow:0 2px 8px #0003}.feedback-page-overlay .feedback-rating-labels{color:#6b7280;justify-content:space-between;align-items:center;font-size:14px;display:flex}.feedback-page-overlay .feedback-rating-value{color:#6366f1;font-size:20px;font-weight:700}.feedback-page-overlay .feedback-actions{border-top:2px solid #e5e7eb;justify-content:flex-end;gap:16px;margin-top:32px;padding-top:32px;display:flex}.feedback-page-overlay .feedback-cancel-btn,.feedback-page-overlay .feedback-submit-btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:14px 32px;font-family:inherit;font-size:16px;font-weight:600;transition:all .2s;display:inline-flex}.feedback-page-overlay .feedback-cancel-btn{color:#374151;background:#e5e7eb}.feedback-page-overlay .feedback-cancel-btn:hover{background:#d1d5db}.feedback-page-overlay .feedback-submit-btn{color:#fff;background:linear-gradient(135deg,#6366f1,#4f46e5);box-shadow:0 4px 12px #6366f14d}.feedback-page-overlay .feedback-submit-btn:hover{box-shadow:0 6px 16px #6366f166}.feedback-page-overlay .feedback-submit-btn:disabled{opacity:.6;cursor:not-allowed}.feedback-page-overlay .feedback-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.6s linear infinite feedback-spin;display:inline-block}@keyframes feedback-spin{to{transform:rotate(360deg)}}@media (width<=768px){.feedback-page-overlay .feedback-page-header{padding:24px 0}.feedback-page-overlay .header-content,.feedback-page-overlay .feedback-container{padding:0 16px}.feedback-page-overlay .header-title h1{font-size:24px}.feedback-page-overlay .feedback-page-content{padding:24px 0 40px}.feedback-page-overlay .feedback-main-form{padding:32px 24px}.feedback-page-overlay .feedback-actions{flex-direction:column-reverse}.feedback-page-overlay .feedback-cancel-btn,.feedback-page-overlay .feedback-submit-btn{justify-content:center;width:100%}}.smart-sample-request-form{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:24px;width:100%;max-width:600px;margin:0 auto;padding:2rem;animation:.4s cubic-bezier(.4,0,.2,1) slideUp;box-shadow:0 20px 60px #00000026}.form-header{margin-bottom:2rem;position:relative}.close-btn{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.5rem;transition:all .2s;display:flex;position:absolute;top:0;right:0}.close-btn:hover{color:#dc2626;background:#ef44441a}.company-info{align-items:center;gap:1rem;padding-right:2rem;display:flex}.company-logo{object-fit:cover;border:2px solid #6366f11a;border-radius:12px;flex-shrink:0;width:80px;height:80px}.company-info h2{color:#0f172a;margin:0 0 .25rem;font-family:Barlow,sans-serif;font-size:1.5rem;font-weight:600}.company-info p{color:#64748b;margin:0;font-family:Roboto,sans-serif;font-size:.875rem}.error-message{color:#dc2626;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ef44441a 0%,#ef44440d 100%);border:1px solid #ef44444d;border-radius:16px;align-items:center;gap:.75rem;margin-bottom:2rem;padding:1rem 1.25rem;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;display:flex}.verification-prompt{text-align:center;padding:3rem 2rem}.prompt-icon{color:#f59e0b;justify-content:center;margin-bottom:1.5rem;display:flex}.verification-prompt h3{color:#0f172a;margin-bottom:1rem;font-family:Barlow,sans-serif;font-size:1.5rem;font-weight:600}.verification-prompt p{color:#64748b;max-width:400px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-family:Roboto,sans-serif;line-height:1.6}.prompt-actions{flex-direction:column;align-items:center;gap:1rem;display:flex}.verify-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);border:none;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 2rem;font-family:Roboto,sans-serif;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 6px 20px #6366f14d}.verify-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #6366f166}.verified-request-form{flex-direction:column;gap:2rem;display:flex}.user-summary{background:#22c55e0d;border:1px solid #22c55e33;border-radius:16px;padding:1.5rem}.summary-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.verified-badge{color:#16a34a;background:#22c55e1a;border:1px solid #22c55e4d;border-radius:20px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:600;display:flex}.verified-badge.pending-badge{color:#6366f1;background:#6366f11a;border:1px solid #6366f14d}.summary-header h3{color:#0f172a;margin:0;font-family:Barlow,sans-serif;font-size:1.25rem;font-weight:600}.user-details-summary{gap:.75rem;display:grid}.detail-row{border-bottom:1px solid #22c55e1a;justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.detail-row:last-child{border-bottom:none}.detail-row .label{color:#374151;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:600}.detail-row .value{color:#0f172a;text-align:right;flex:1;margin-left:1rem;font-family:Roboto,sans-serif;font-size:.875rem}.product-selection{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8fafc80;border:1px solid #ffffff4d;border-radius:16px;padding:1.5rem}.product-selection h4{color:#374151;margin:0 0 .75rem;font-size:.95rem;font-weight:600}.products-loading{color:#6b7280;padding:.5rem 0;font-size:.9rem}.additional-questions,.consent-section,.hiring-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8fafc80;border:1px solid #ffffff4d;border-radius:16px;padding:1.5rem}.additional-questions h4,.consent-section h4,.hiring-section h4{color:#0f172a;margin-bottom:1rem;font-family:Barlow,sans-serif;font-size:1.125rem;font-weight:600}.form-field{margin-bottom:1rem}.form-field:last-child{margin-bottom:0}.form-field label{color:#374151;margin-bottom:.5rem;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:600;display:block}.form-field textarea{color:#0f172a;resize:vertical;box-sizing:border-box;background:#fff;border:2px solid #e2e8f0;border-radius:12px;width:100%;min-height:80px;padding:.875rem 1rem;font-family:Roboto,sans-serif;font-size:.95rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #0000000d}.form-field textarea:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f11a,0 2px 8px #0000001a}.form-field textarea::placeholder{color:#64748b;opacity:.7}.checkbox-label{color:#374151;cursor:pointer;border-radius:8px;align-items:flex-start;gap:.75rem;padding:.75rem;font-family:Roboto,sans-serif;font-size:.875rem;transition:background-color .2s;display:flex}.checkbox-label:hover{background:#6366f10d}.checkbox-label input[type=checkbox]{cursor:pointer;accent-color:#6366f1;flex-shrink:0;width:18px;height:18px;margin:2px 0 0}.checkbox-label span{line-height:1.5}.checkbox-label.highlighted{background:#6366f10d;border:1px solid #6366f133}.cancel-btn,.submit-btn{cursor:pointer;border-radius:14px;justify-content:center;align-items:center;gap:.75rem;min-width:160px;padding:1rem 2rem;font-family:Roboto,sans-serif;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.cancel-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#64748b;background:#ffffffb3;border:1px solid #ffffff4d;box-shadow:0 2px 8px #0000000d}.cancel-btn:hover{color:#6366f1;background:#ffffffe6;border-color:#6366f1;transform:translateY(-2px);box-shadow:0 4px 12px #6366f126}.submit-btn{color:#fff;letter-spacing:.02em;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);border:none;position:relative;overflow:hidden;box-shadow:0 6px 20px #6366f159}.submit-btn:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.submit-btn:hover:not(:disabled):before{left:100%}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #6366f166}.submit-btn:active:not(:disabled){transform:translateY(0)}.submit-btn:disabled{cursor:not-allowed;opacity:.7;background:#64748b;transform:none;box-shadow:0 2px 8px #0000001a}.loading-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:1s linear infinite spin}@media (width<=768px){.smart-sample-request-form{max-width:100%;box-shadow:none;border:none;border-radius:0;padding:1.25rem}.company-info{text-align:center;flex-direction:column;padding-right:0}.company-info h2{font-size:1.25rem}.summary-header{flex-direction:column;align-items:flex-start}.detail-row{flex-direction:column;align-items:flex-start;gap:.25rem}.detail-row .value{text-align:left;margin-left:0}.form-actions{flex-direction:column}.cancel-btn,.submit-btn{width:100%;min-width:auto}.prompt-actions,.verify-btn{width:100%}}.verification-success-message{text-align:center;padding:3rem 2rem}.success-icon{color:#10b981;justify-content:center;align-items:center;margin:0 auto 2rem;display:flex}.verification-success-message h3{background:linear-gradient(135deg,#10b981 0%,#059669 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 1.5rem;font-family:Barlow,sans-serif;font-size:1.75rem;font-weight:700}.verification-success-message p{color:#64748b;margin:0 0 1rem;font-family:Roboto,sans-serif;font-size:1rem;line-height:1.6}.verification-success-message p strong{color:#6366f1;font-weight:600}.continue-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:none;border-radius:12px;margin-top:2rem;padding:1rem 2rem;font-family:Roboto,sans-serif;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #6366f14d}.continue-btn:hover{background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 100%);transform:translateY(-2px);box-shadow:0 6px 20px #6366f166}.continue-btn:active{transform:translateY(0)}.sample-request-form{max-height:90vh;padding:2rem;overflow-y:auto}.form-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.form-header h2{color:#262626;margin:0;font-family:Barlow,sans-serif;font-size:1.5rem;font-weight:600}.close-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.5rem;font-size:1.5rem;transition:background-color .2s}.close-btn:hover{background-color:#f3f4f6}.error-message{color:#dc2626;background:#fee2e2;border-radius:8px;margin-bottom:1.5rem;padding:1rem;font-family:Roboto,sans-serif;font-size:.875rem}.selected-products-summary{background:#f8f9fa;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.selected-products-summary h3{color:#262626;margin-bottom:1rem;font-family:Barlow,sans-serif;font-size:1.125rem;font-weight:600}.products-list{flex-direction:column;gap:.5rem;display:flex}.product-item{justify-content:space-between;align-items:center;font-family:Roboto,sans-serif;font-size:.875rem;display:flex}.product-name{color:#262626;font-weight:500}.product-type{color:#6b7280}.request-form{flex-direction:column;gap:2rem;display:flex}.form-section{border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.form-section h3{color:#262626;margin-bottom:1.5rem;font-family:Barlow,sans-serif;font-size:1.125rem;font-weight:600}.form-section h4{color:#262626;margin-bottom:1rem;font-family:Barlow,sans-serif;font-size:1rem;font-weight:600}.form-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;display:grid}.form-field{flex-direction:column;display:flex}.form-field.full-width{grid-column:1/-1}.form-field label{color:#374151;margin-bottom:.5rem;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500}.form-field input,.form-field select,.form-field textarea{border:1px solid #d1d5db;border-radius:6px;padding:.75rem;font-family:Roboto,sans-serif;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:#134fea;outline:none;box-shadow:0 0 0 3px #134fea1a}.form-field textarea{resize:vertical;min-height:80px}.address-section{margin-top:1rem}.checkbox-group{flex-direction:column;gap:1rem;display:flex}.checkbox-label{color:#374151;cursor:pointer;align-items:flex-start;gap:.75rem;font-family:Roboto,sans-serif;font-size:.875rem;line-height:1.5;display:flex}.checkbox-label input[type=checkbox]{flex-shrink:0;margin:.125rem 0 0}.checkbox-label.required span{font-weight:500}.hiring-callout{flex-direction:column;gap:1rem;display:flex}.checkbox-label.highlighted strong{color:#134fea}.form-actions{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:2rem;display:flex}.cancel-btn,.submit-btn{cursor:pointer;border-radius:8px;padding:.75rem 2rem;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;transition:all .2s}.cancel-btn{color:#374151;background:#fff;border:1px solid #d1d5db}.cancel-btn:hover{background:#f9fafb}.submit-btn{color:#fff;background:#134fea;border:1px solid #134fea}.submit-btn:hover:not(:disabled){background:#1040c5}.submit-btn:disabled{cursor:not-allowed;background:#9ca3af;border-color:#9ca3af}@media (width<=768px){.sample-request-form{padding:1rem}.form-header{text-align:center;flex-direction:column;gap:1rem}.form-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}.cancel-btn,.submit-btn{width:100%}.selected-products-summary,.form-section{padding:1rem}}.success-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#00000080;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.success-modal-content{background:#fff;border-radius:20px;width:100%;max-width:600px;max-height:90vh;animation:.3s ease-out slideUp;position:relative;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.success-section{text-align:center;border-bottom:1px solid #e5e7eb;padding:3rem 2rem 2rem}.success-icon{margin:0 auto 1.5rem;animation:.5s ease-out scaleIn}@keyframes scaleIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.success-title{color:#1f2937;margin:0 0 1rem;font-size:1.75rem;font-weight:700}.success-message{color:#6b7280;margin:0 0 1.5rem;font-size:1rem;line-height:1.6}.email-confirmation-badge{color:#10b981;background:#f0fdf4;border:1px solid #d1fae5;border-radius:999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.email-confirmation-badge svg{flex-shrink:0}.subscription-question-section{background:linear-gradient(135deg,#6366f10d 0%,#8b5cf608 100%);border:2px solid #e0e7ff;border-radius:16px;margin:2rem;padding:2rem}.subscription-icon{text-align:center;margin-bottom:1rem;font-size:3rem}.subscription-heading{color:#4f46e5;text-align:center;margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.subscription-description{color:#6b7280;text-align:center;margin:0 0 1.5rem;font-size:.875rem}.subscription-benefits{background:#fff;border-radius:12px;margin:1.5rem 0;padding:1.5rem;box-shadow:0 2px 8px #0000000d}.subscription-benefits ul{margin:0;padding:0;list-style:none}.subscription-benefits li{color:#374151;align-items:flex-start;gap:.75rem;margin-bottom:1rem;font-size:.9375rem;line-height:1.6;display:flex}.subscription-benefits li:last-child{margin-bottom:0}.subscription-benefits li svg{flex-shrink:0;margin-top:.125rem}.subscription-benefits li span{flex:1}.subscription-pricing{color:#4f46e5;text-align:center;margin:1.5rem 0 1rem;font-size:1.125rem;font-weight:600}.subscription-error{color:#ef4444;background:#fef2f2;border:1px solid #fee2e2;border-radius:8px;align-items:center;gap:.5rem;margin:1rem 0;padding:.75rem 1rem;font-size:.875rem;display:flex}.subscription-error svg{flex-shrink:0}.subscription-actions{gap:1rem;margin-top:1.5rem;display:flex}.join-waitlist-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);border:none;border-radius:12px;flex:1;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .2s;box-shadow:0 6px 20px #6366f14d}.join-waitlist-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 25px #6366f166}.join-waitlist-btn:active:not(:disabled){transform:translateY(0)}.join-waitlist-btn:disabled{opacity:.6;cursor:not-allowed}.maybe-later-btn{color:#6b7280;cursor:pointer;background:0 0;border:1px solid #e5e7eb;border-radius:12px;flex:1;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .2s}.maybe-later-btn:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db}.maybe-later-btn:disabled{opacity:.6;cursor:not-allowed}.already-joined-section{text-align:center;background:#f0fdf4;border:2px solid #d1fae5;border-radius:16px;margin:2rem;padding:2rem}.already-joined-icon{color:#10b981;margin-bottom:1rem;font-size:3rem}.already-joined-message{color:#059669;margin:0;font-size:1rem;font-weight:600}.just-joined-section{text-align:center;background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);border:2px solid #86efac;border-radius:16px;margin:2rem;padding:2rem;animation:.6s ease-out celebrationPulse}@keyframes celebrationPulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.just-joined-icon{margin-bottom:1rem;font-size:3rem}.just-joined-message{color:#059669;margin:0;font-size:1rem}.just-joined-message strong{color:#047857;font-weight:700}.success-modal-close{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:12px;width:calc(100% - 4rem);margin:0 2rem 2rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .2s;box-shadow:0 4px 12px #10b9814d}.success-modal-close:hover{transform:translateY(-1px);box-shadow:0 6px 16px #10b98166}.success-modal-close:active{transform:translateY(0)}@media (width<=640px){.success-modal-overlay{align-items:flex-start;padding:0;overflow-y:auto}.success-modal-content{border-radius:16px 16px 0 0;max-width:100%;max-height:none;margin-top:2rem}.success-section{padding:2rem 1.5rem 1.5rem}.success-title{font-size:1.5rem}.success-message{font-size:.9375rem}.subscription-question-section{margin:1.5rem;padding:1.5rem}.subscription-heading{font-size:1.25rem}.subscription-actions{flex-direction:column}.join-waitlist-btn,.maybe-later-btn{width:100%}.already-joined-section,.just-joined-section{margin:1.5rem;padding:1.5rem}.success-modal-close{width:calc(100% - 3rem);margin:0 1.5rem 1.5rem}}.success-modal-close:focus,.join-waitlist-btn:focus,.maybe-later-btn:focus{outline-offset:2px;outline:2px solid #6366f1}.success-modal-content::-webkit-scrollbar{width:8px}.success-modal-content::-webkit-scrollbar-track{background:#f3f4f6;border-radius:10px}.success-modal-content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}.success-modal-content::-webkit-scrollbar-thumb:hover{background:#9ca3af}.auth-prompt{background:var(--glass-bg,#ffffffb3);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);text-align:center;border:1px solid var(--glass-border,#ffffff4d);border-radius:24px;flex-direction:column;align-items:center;width:100%;max-width:520px;margin:0 auto;padding:3rem;animation:.4s cubic-bezier(.4,0,.2,1) slideUp;display:flex;position:relative;box-shadow:0 20px 60px #00000026}.auth-close-btn{background:var(--glass-bg,#ffffffb3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border,#ffffff4d);cursor:pointer;width:44px;height:44px;color:var(--neutral-gray,#64748b);border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:1.5rem;right:1.5rem}.auth-close-btn:hover{border-color:var(--primary,#6366f1);color:var(--primary,#6366f1);background:#ffffffe6;transform:translateY(-2px);box-shadow:0 4px 12px #6366f133}.auth-header{margin-bottom:2.5rem}.auth-header h2{color:var(--neutral-dark,#0f172a);background:linear-gradient(135deg, var(--neutral-dark,#0f172a) 0%, var(--primary,#6366f1) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 1rem;font-family:Barlow,sans-serif;font-size:2rem;font-weight:700}.auth-subtitle{color:var(--neutral-gray,#64748b);text-transform:uppercase;letter-spacing:.5px;margin:0;font-family:Roboto,sans-serif;font-size:1rem;font-weight:500}.auth-body{text-align:left}.elite-badge{color:#f8fafc;letter-spacing:.5px;text-align:center;background:linear-gradient(135deg,#1f2937 0%,#374151 100%);border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.5rem;font-family:Roboto,sans-serif;font-size:.8rem;font-weight:700;display:flex;box-shadow:0 4px 14px #1f29374d}.auth-description{color:var(--neutral-gray,#64748b);text-align:center;margin-bottom:2rem;font-family:Roboto,sans-serif;font-size:1rem;line-height:1.6}.auth-benefits{background:var(--glass-bg,#ffffffb3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border,#ffffff4d);border-radius:16px;margin-bottom:2.5rem;padding:2rem;box-shadow:0 4px 16px #0000000d}.benefit-item{color:var(--neutral-dark,#0f172a);align-items:center;gap:1rem;margin-bottom:1rem;font-family:Roboto,sans-serif;font-size:.95rem;font-weight:500;display:flex}.benefit-item:last-child{margin-bottom:0}.benefit-icon{color:var(--accent,#14b8a6);flex-shrink:0;justify-content:center;align-items:center;display:flex}.auth-buttons{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.btn-primary{background:linear-gradient(135deg, var(--primary,#6366f1) 0%, var(--primary-dark,#4f46e5) 100%);color:#fff;cursor:pointer;letter-spacing:.02em;border:none;border-radius:14px;justify-content:center;align-items:center;gap:.75rem;padding:1.25rem 2rem;font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 6px 20px #6366f159}.btn-primary:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.btn-primary:hover:before{left:100%}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #6366f166}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:var(--glass-bg,#ffffffb3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--neutral-gray,#64748b);border:1px solid var(--glass-border,#ffffff4d);cursor:pointer;border-radius:14px;padding:1rem 2rem;font-family:Roboto,sans-serif;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000d}.btn-secondary:hover{border-color:var(--primary,#6366f1);color:var(--primary,#6366f1);background:#ffffffe6;transform:translateY(-2px);box-shadow:0 4px 12px #6366f126}.auth-disclaimer{color:var(--neutral-gray,#64748b);text-align:center;opacity:.8;margin:0;font-family:Roboto,sans-serif;font-size:.875rem;font-style:italic}@media (width<=768px){.auth-prompt{box-sizing:border-box;max-width:100%;margin:0;padding:2rem 1.5rem}.auth-header h2{font-size:1.75rem}.auth-buttons{gap:1rem}.btn-primary,.btn-secondary{padding:1rem}.auth-benefits{padding:1.5rem}.elite-badge{padding:.875rem 1.25rem;font-size:.75rem}}:root{--primary:#6366f1;--primary-dark:#4f46e5;--primary-light:#818cf8;--secondary:#8b5cf6;--accent:#14b8a6;--neutral-dark:#0f172a;--neutral-gray:#64748b;--background:#f8fafc;--glass-bg:#ffffffb3;--glass-border:#ffffff4d}.home-page{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 50%,#e2e8f0 100%);min-height:100vh}.search-and-request-container{justify-content:center;align-items:center;gap:3rem;max-width:1400px;margin:0 auto 4rem;animation:.6s ease-out fadeInUp;display:flex}.search-section{flex-shrink:0;justify-content:center;align-items:center;gap:1rem;display:flex;position:relative}.search-section .search-bar{width:600px;max-width:600px}.search-section .search-input-wrapper{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#fff!important;border:2px solid #e2e8f0!important;border-radius:50px!important;box-shadow:0 2px 8px #0000000a!important}.search-section .search-input-wrapper:focus-within{border-color:var(--primary)!important;background:#fff!important;transform:none!important;box-shadow:0 4px 20px #6366f11f!important}.search-section .search-input{color:var(--neutral-dark)!important;padding:1rem 1.75rem!important;font-size:1rem!important}.search-section .search-input::placeholder{color:#94a3b8!important;font-weight:400!important}.search-section .search-button{background:var(--primary)!important;border-radius:0 50px 50px 0!important;min-width:70px!important;padding:1rem 1.5rem!important}.search-section .search-button:hover:not(:disabled){background:var(--primary-dark)!important;box-shadow:none!important;transform:none!important}.divider-section{flex-shrink:0;justify-content:center;align-items:center;display:flex}.divider-text{color:#64748b;text-transform:uppercase;letter-spacing:.1em;white-space:nowrap;background:#f8fafc;border:1px solid #e2e8f0;border-radius:50px;padding:.5rem 1.5rem;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:600;position:relative}.divider-text:before,.divider-text:after{content:"";background:linear-gradient(90deg,#0000,#e2e8f0,#0000);width:40px;height:2px;position:absolute;top:50%}.divider-text:before{margin-right:.5rem;right:100%}.divider-text:after{margin-left:.5rem;left:100%}.request-section{flex-shrink:0;justify-content:center;align-items:center;display:flex}.request-all-btn{color:#fff;cursor:pointer;white-space:nowrap;letter-spacing:.01em;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);border:none;border-radius:50px;padding:1rem 3rem;font-family:Roboto,sans-serif;font-size:1.0625rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 16px #6366f140}.request-all-btn:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.request-all-btn:hover:before{left:100%}.request-all-btn:active{transform:translateY(0);box-shadow:0 2px 12px #6366f14d}.clear-search-btn{color:#64748b;cursor:pointer;white-space:nowrap;background:#fff;border:2px solid #e2e8f0;border-radius:50px;padding:.625rem 1.5rem;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;transition:all .3s;box-shadow:0 2px 8px #0000000a}.clear-search-btn:hover{color:#6366f1;background:#fff;border-color:#6366f1;transform:translateY(-2px);box-shadow:0 4px 12px #6366f126}.search-results-display{margin-top:3rem;animation:.4s ease-out fadeIn}.results-summary{text-align:center;margin-bottom:2.5rem}.results-summary p{color:var(--neutral-gray);background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);border-radius:50px;padding:1rem 2rem;font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;display:inline-block;box-shadow:0 2px 10px #0000000d}.listings-section{padding:5rem 0;position:relative;overflow:hidden}.listings-section:before{content:"";pointer-events:none;background:radial-gradient(circle at 20%,#6366f11a 0%,#0000 50%),radial-gradient(circle at 80% 80%,#8b5cf61a 0%,#0000 50%);position:absolute;inset:0}.listings-section .container{z-index:2;position:relative}.section-header{text-align:center;margin-bottom:4rem;animation:.6s ease-out .2s both fadeInUp}.section-header h3{color:var(--neutral-dark);background:linear-gradient(135deg, var(--neutral-dark) 0%, var(--primary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-family:Barlow,sans-serif;font-size:2.75rem;font-weight:700}.section-header p{color:var(--neutral-gray);font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:400}.category-filters{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:4rem;animation:.6s ease-out .4s both fadeInUp;display:flex}.filter-btn{border:1px solid var(--glass-border);background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--neutral-gray);cursor:pointer;border-radius:50px;padding:.75rem 1.5rem;font-family:Roboto,sans-serif;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000d}.filter-btn:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 12px #6366f133}.filter-btn.active{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);border-color:var(--primary);color:#fff;transform:translateY(-2px);box-shadow:0 6px 16px #6366f166}.companies-grid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:2rem;display:grid}.companies-grid>*{animation:.5s ease-out both fadeInUp}.companies-grid>:first-child{animation-delay:.1s}.companies-grid>:nth-child(2){animation-delay:.2s}.companies-grid>:nth-child(3){animation-delay:.3s}.companies-grid>:nth-child(4){animation-delay:.4s}.companies-grid>:nth-child(5){animation-delay:.5s}.companies-grid>:nth-child(6){animation-delay:.6s}.loading,.error-message,.no-results{text-align:center;color:var(--neutral-gray);background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);border-radius:20px;max-width:600px;margin:2rem auto;padding:4rem 2rem;font-family:Roboto,sans-serif;box-shadow:0 4px 16px #0000000d}.globe-section{margin:0;padding:0}.sponsors-section{text-align:center;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);padding:5rem 0;position:relative;overflow:hidden}.sponsors-section:before{content:"";pointer-events:none;background:radial-gradient(circle at 30% 20%,#14b8a614 0%,#0000 50%),radial-gradient(circle at 70% 80%,#8b5cf614 0%,#0000 50%);position:absolute;inset:0}.sponsors-section .container{z-index:2;position:relative}.sponsors-section h3{color:var(--neutral-dark);margin-bottom:3rem;font-family:Barlow,sans-serif;font-size:2rem;font-weight:700}.sponsors-grid{justify-content:center;align-items:center;gap:2.5rem;max-width:900px;margin:0 auto;display:flex}.sponsor-link{text-decoration:none;transition:transform .4s cubic-bezier(.4,0,.2,1)}.sponsor-link:hover{transform:translateY(-8px)scale(1.02)}.sponsor-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid var(--glass-border);text-align:center;border-radius:20px;min-width:280px;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014}.sponsor-card:before{content:"";background:linear-gradient(90deg,#0000,#6366f11a,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.sponsor-link:hover .sponsor-card:before{left:100%}.sponsor-card:hover{border-color:var(--primary);box-shadow:0 12px 32px #6366f133}.sponsor-card h4{background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 .75rem;font-family:Barlow,sans-serif;font-size:1.75rem;font-weight:700}.sponsor-card p{color:var(--neutral-gray);margin:0;font-family:Roboto,sans-serif;font-size:1rem;font-weight:500}.subscribe-section{text-align:center;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);padding:5rem 0;position:relative;overflow:hidden}.subscribe-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#6366f11a 0%,#0000 60%);position:absolute;inset:0}.subscribe-section .container{z-index:2;position:relative}.subscribe-content h3{color:var(--neutral-dark);background:linear-gradient(135deg, var(--neutral-dark) 0%, var(--primary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-family:Barlow,sans-serif;font-size:2.25rem;font-weight:700}.subscribe-content p{color:var(--neutral-gray);margin-bottom:2.5rem;font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:400}.subscribe-form{background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);border-radius:60px;gap:1rem;max-width:480px;margin:0 auto;padding:.5rem;display:flex;box-shadow:0 4px 20px #00000014}.email-input{color:var(--neutral-dark);background:0 0;border:none;border-radius:50px;flex:1;padding:.875rem 1.5rem;font-family:Roboto,sans-serif;font-size:1rem}.email-input:focus{outline:none}.email-input::placeholder{color:var(--neutral-gray);opacity:.6}.subscribe-btn{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:50px;padding:.875rem 2rem;font-family:Roboto,sans-serif;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 14px #6366f14d}.subscribe-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #6366f166}.subscribe-btn:active:not(:disabled){transform:translateY(0)}.subscribe-btn:disabled{background:var(--neutral-gray);cursor:not-allowed;opacity:.5}.subscribe-success{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#14b8a61a 0%,#14b8a60d 100%);border:1px solid #14b8a64d;border-radius:16px;margin-top:1.5rem;padding:1.5rem}.subscribe-success p{color:var(--accent);margin:0;font-weight:600}.subscribe-error{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ef44441a 0%,#ef44440d 100%);border:1px solid #ef44444d;border-radius:16px;margin-top:1.5rem;padding:1.5rem}.subscribe-error p{color:#ef4444;margin:0;font-weight:600}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0f172ab3;justify-content:center;align-items:center;padding:1rem;animation:.3s ease-out fadeIn;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:24px;width:100%;max-width:600px;max-height:90vh;animation:.4s cubic-bezier(.4,0,.2,1) slideUp;overflow-y:auto;box-shadow:0 20px 60px #0000004d}@media (width<=1200px){.search-and-request-container{gap:2rem;max-width:1100px}.search-section .search-bar{width:500px;max-width:500px}.request-all-btn{padding:.875rem 2.5rem;font-size:1rem}.divider-text:before,.divider-text:after{width:30px}}@media (width<=1024px){.search-and-request-container{gap:1.5rem}.search-section .search-bar{width:450px;max-width:450px}.request-all-btn{padding:.875rem 2.25rem}}@media (width<=768px){.search-and-request-container{flex-direction:column;gap:1.5rem;margin-bottom:3rem;padding:0 1rem}.search-section{flex-direction:column;justify-content:center;width:100%}.search-section .search-bar{width:100%;max-width:100%}.divider-section{order:2}.request-section{order:3;justify-content:center;width:100%}.divider-text:before,.divider-text:after{display:none}.request-all-btn{width:100%;padding:1rem 2rem;font-size:1rem}.clear-search-btn{margin-top:.5rem}.divider-text{padding:.375rem 1.25rem;font-size:.8125rem}.section-header h3{font-size:2rem}.section-header p{font-size:1rem}.companies-grid{grid-template-columns:1fr;gap:1.5rem}.category-filters{gap:.75rem}.filter-btn{padding:.625rem 1.25rem;font-size:.825rem}.subscribe-form{flex-direction:column;max-width:320px;padding:.75rem}.subscribe-btn{width:100%}.sponsor-card{min-width:240px;padding:2rem}.sponsors-section h3{font-size:1.5rem}}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.blog-preview-section{padding:5rem 0;position:relative}.blog-preview-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2.5rem;display:grid}.blog-preview-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:inherit;background:#ffffffbf;border:1px solid #ffffff59;border-radius:20px;flex-direction:column;text-decoration:none;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden;box-shadow:0 4px 20px #0000000f}.blog-preview-card:hover{color:inherit;background:#ffffffe6;text-decoration:none;transform:translateY(-5px);box-shadow:0 12px 36px #6366f126}.blog-preview-image{height:180px;overflow:hidden}.blog-preview-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s cubic-bezier(.4,0,.2,1)}.blog-preview-card:hover .blog-preview-image img{transform:scale(1.05)}.blog-preview-content{flex-direction:column;flex-grow:1;gap:.5rem;padding:1.5rem;display:flex}.blog-preview-category{text-transform:uppercase;letter-spacing:.07em;color:#6366f1;font-family:Roboto,sans-serif;font-size:.75rem;font-weight:700}.blog-preview-title{color:#0f172a;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-family:Barlow,sans-serif;font-size:1.0625rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.blog-preview-excerpt{color:#64748b;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex-grow:1;margin:0;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;line-height:1.6;display:-webkit-box;overflow:hidden}.blog-preview-meta{color:#94a3b8;border-top:1px solid #6366f114;margin-top:auto;padding-top:.75rem;font-family:Roboto,sans-serif;font-size:.75rem;font-weight:600}.blog-preview-footer{text-align:center}.view-all-posts-btn{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border-radius:14px;padding:.875rem 2.25rem;font-family:Roboto,sans-serif;font-size:.9375rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-block;box-shadow:0 4px 16px #6366f14d}.view-all-posts-btn:hover{color:#fff;text-decoration:none;transform:translateY(-2px);box-shadow:0 8px 24px #6366f166}@media (width<=1024px){.blog-preview-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.blog-preview-grid{grid-template-columns:1fr}.blog-preview-section{padding:3rem 0}}.about-hero{text-align:center;background:linear-gradient(135deg,#f8fafc 0%,#e0e7ff 50%,#ddd6fe 100%);padding:3rem 0 2.5rem;position:relative;overflow:hidden}.about-hero:before{content:"";pointer-events:none;background:radial-gradient(circle at 30%,#6366f126 0%,#0000 50%),radial-gradient(circle at 70% 30%,#8b5cf61f 0%,#0000 50%),radial-gradient(circle at 60% 70%,#14b8a61a 0%,#0000 50%);width:200%;height:200%;animation:20s ease-in-out infinite meshMove;position:absolute;top:-50%;left:-50%}.about-hero-content{z-index:2;animation:.8s ease-out fadeInUp;position:relative}.about-hero h1{background:linear-gradient(135deg,#0f172a 0%,#6366f1 50%,#8b5cf6 100%);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-family:Barlow,sans-serif;font-size:3rem;font-weight:800;line-height:1.2}.about-hero p{color:#475569;max-width:600px;margin:0 auto;font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:500;line-height:1.6}.about-content-section{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);padding:4rem 0}.problem-solution-section{max-width:1200px;margin:0 auto 4rem}.problem-solution-section h2{text-align:center;background:linear-gradient(135deg,#0f172a 0%,#6366f1 100%);-webkit-text-fill-color:transparent;letter-spacing:-.01em;-webkit-background-clip:text;background-clip:text;margin-bottom:2.5rem;font-family:Barlow,sans-serif;font-size:2.25rem;font-weight:800}.problem-cards{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:4rem;display:grid}.problem-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffffb3;border:1px solid #ffffff4d;border-radius:16px;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #6366f114}.problem-card:hover{background:#ffffffd9;transform:translateY(-6px);box-shadow:0 8px 32px #6366f126}.problem-card h3{color:#ef4444;margin-bottom:1rem;font-family:Barlow,sans-serif;font-size:1.25rem;font-weight:700}.problem-card p{color:#64748b;margin:0;font-family:Roboto,sans-serif;font-size:1rem;line-height:1.7}.problem-card strong{color:#475569;font-weight:600}.solution-content{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#fffc;border:1px solid #6366f133;border-radius:20px;margin-bottom:4rem;padding:2.5rem;box-shadow:0 8px 32px #6366f11f}.solution-content>p{color:#475569;text-align:center;margin-bottom:2rem;font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:500;line-height:1.8}.solution-content strong{color:#6366f1;font-weight:600}.solution-benefits{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.benefit-item{background:linear-gradient(135deg,#6366f10d 0%,#8b5cf60d 100%);border:1px solid #6366f11a;border-radius:12px;padding:1.75rem;transition:all .3s}.benefit-item:hover{border-color:#6366f14d;transform:translateY(-2px);box-shadow:0 4px 16px #6366f11a}.benefit-item h4{color:#10b981;margin-bottom:.75rem;font-family:Barlow,sans-serif;font-size:1.125rem;font-weight:700}.benefit-item p{color:#64748b;margin:0;font-family:Roboto,sans-serif;font-size:.9375rem;line-height:1.7}.benefit-item strong{color:#6366f1;font-weight:600}.about-founder{max-width:800px;margin:0 auto}.about-founder h2{text-align:center;background:linear-gradient(135deg,#0f172a 0%,#6366f1 100%);-webkit-text-fill-color:transparent;letter-spacing:-.01em;-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-family:Barlow,sans-serif;font-size:2rem;font-weight:800}.founder-bio{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffffb3;border:1px solid #ffffff4d;border-radius:20px;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 32px #6366f11a}.founder-bio:hover{background:#ffffffd9;transform:translateY(-4px);box-shadow:0 12px 40px #6366f126}.founder-header{align-items:center;gap:1.5rem;margin-bottom:1.5rem;display:flex}.founder-logo{object-fit:cover;border:3px solid #6366f1;border-radius:50%;width:100px;height:100px;transition:transform .3s;box-shadow:0 4px 12px #6366f14d}.founder-bio:hover .founder-logo{transform:scale(1.05)}.founder-info{flex-direction:column;gap:.5rem;display:flex}.founder-bio h3{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-family:Barlow,sans-serif;font-size:1.5rem;font-weight:700}.linkedin-link{color:#6366f1;background:#6366f10d;border:1px solid #6366f126;border-radius:12px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-family:Roboto,sans-serif;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.linkedin-link:hover{color:#8b5cf6;background:#6366f11a;border-color:#6366f14d;text-decoration:none;transform:translateY(-2px);box-shadow:0 4px 12px #6366f133}.founder-bio p{color:#64748b;margin-bottom:1.5rem;font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:500;line-height:1.8}.founder-bio p:last-child{margin-bottom:0}.featured-section{text-align:center;background:linear-gradient(135deg,#f8fafc 0%,#e0e7ff 50%,#ddd6fe 100%);padding:4rem 0;position:relative;overflow:hidden}.featured-section:before{content:"";pointer-events:none;background:radial-gradient(circle at 30%,#6366f11a 0%,#0000 50%),radial-gradient(circle at 70% 30%,#8b5cf614 0%,#0000 50%);width:200%;height:200%;animation:20s ease-in-out infinite meshMove;position:absolute;top:-50%;left:-50%}.featured-section .container{z-index:2;position:relative}.featured-section h2{background:linear-gradient(135deg,#0f172a 0%,#6366f1 100%);-webkit-text-fill-color:transparent;letter-spacing:-.01em;-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-family:Barlow,sans-serif;font-size:2rem;font-weight:800}.featured-badges{flex-wrap:wrap;justify-content:center;align-items:center;gap:2.5rem;display:flex}.featured-badges a{filter:drop-shadow(0 4px 12px #6366f11a);transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-block}.featured-badges a:hover{filter:drop-shadow(0 12px 24px #6366f140);transform:translateY(-8px)scale(1.05)}.featured-badges img{border-radius:12px;max-width:100%;height:auto}@media (width<=768px){.about-hero{padding:2.5rem 0 2rem}.about-hero h1{font-size:2rem}.about-hero p{font-size:1rem}.about-content-section{padding:3rem 0}.problem-solution-section{margin-bottom:3rem}.problem-solution-section h2{margin-bottom:2rem;font-size:1.75rem}.problem-cards{grid-template-columns:1fr;gap:1.25rem;margin-bottom:3rem}.problem-card{padding:1.5rem}.problem-card h3{font-size:1.125rem}.solution-content{margin-bottom:3rem;padding:1.5rem}.solution-content>p{font-size:1rem}.solution-benefits{grid-template-columns:1fr;gap:1.25rem}.benefit-item{padding:1.25rem}.benefit-item h4{font-size:1rem}.founder-bio{padding:1.5rem}.founder-header{text-align:center;flex-direction:column}.founder-logo{width:80px;height:80px}.founder-info{align-items:center}.founder-bio h3{font-size:1.25rem}.founder-bio p{font-size:1rem}.featured-section{padding:3rem 0}.featured-badges{gap:1.5rem}.featured-badges a{max-width:180px}}.company-listing{padding:0}.claim-banner{color:#fff;background:linear-gradient(135deg,#fb923c 0%,#f97316 100%);width:100%;margin-bottom:2rem;padding:.5rem 0;overflow:hidden}.company-content{padding:2rem 0}.company-listing>.container.company-content:first-child{margin-top:1.5rem}.claim-banner-content{text-align:center;justify-content:center;align-items:center;display:flex}.claim-banner-text{align-items:center;gap:.75rem;font-family:Roboto,sans-serif;font-size:.95rem;line-height:1.4;display:flex}.claim-icon{flex-shrink:0;font-size:1.2rem}.claim-message{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;display:flex}.claim-link{color:#fff;background:#ffffff1a;border-radius:4px;padding:.25rem .5rem;font-weight:500;text-decoration:underline;transition:all .2s}.claim-link:hover{color:#fff;background:#fff3;text-decoration:none}.loading-container,.error-container{text-align:center;color:#6b7280;padding:4rem 0;font-family:Roboto,sans-serif}.company-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:flex-start;margin-bottom:3rem;padding-bottom:2rem;display:flex}.company-header-left{flex:1;gap:2rem;display:flex}.company-header-right{flex-shrink:0}.header-actions{flex-direction:column;gap:.75rem;min-width:150px;display:flex}.header-actions .action-button{text-align:center;box-sizing:border-box;width:100%;padding:.75rem 1.5rem;font-size:1rem}.company-logo-section{flex-shrink:0}.company-logo{object-fit:cover;border:1px solid #e5e7eb;border-radius:12px;width:120px;height:120px}.company-info-section{flex:1}.company-title{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.company-title h1{color:#262626;margin:0;font-family:Barlow,sans-serif;font-size:2rem;font-weight:700}.brand-name{color:#6b7280;font-family:Roboto,sans-serif;font-size:1.125rem}.verified-badge{color:#16a34a;background:#dcfce7;border-radius:1rem;padding:.25rem .75rem;font-size:.875rem;font-weight:500}.company-description{color:#6b7280;margin-bottom:1.5rem;font-family:Roboto,sans-serif;font-size:1.125rem;line-height:1.6}.company-description-container{margin-bottom:1.5rem}.company-description-container .company-description{margin-bottom:.75rem}.description-toggle-btn{color:#134fea;cursor:pointer;background:0 0;border:none;padding:0;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;text-decoration:underline;transition:color .2s}.description-toggle-btn:hover{color:#1040c5;text-decoration:none}.company-meta{margin-bottom:1.5rem}.company-actions{flex-direction:column;gap:1rem;max-width:300px;display:flex}.action-button{text-align:center;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.875rem 1.5rem;font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.action-button.primary{color:#fff;background:#134fea}.action-button.primary:hover:not(:disabled){background:#1040c5;text-decoration:none}.action-button.primary:disabled{cursor:not-allowed;background:#9ca3af}.action-button.secondary{color:#134fea;background:#fff;border:2px solid #134fea}.action-button.secondary:hover{color:#fff;background:#134fea;text-decoration:none}.action-button.tertiary{color:#6b7280;background:#f8f9fa;border:1px solid #e5e7eb}.action-button.tertiary:hover{color:#374151;background:#e5e7eb;text-decoration:none}.claim-button-header{color:#fff;background:#fb923c;border:1px solid #fb923c;border-radius:6px;justify-content:center;align-items:center;padding:.5rem 1rem;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.claim-button-header:hover{color:#fff;background:#f97316;border-color:#f97316;text-decoration:none}.response-time{color:#6b7280;font-size:.875rem}.company-details{margin-bottom:3rem}.details-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.detail-item h3{color:#262626;margin-bottom:1rem;font-family:Barlow,sans-serif;font-size:1.125rem;font-weight:600}.tags{flex-wrap:wrap;gap:.5rem;display:flex}.tag{color:#374151;text-transform:capitalize;background:#f3f4f6;border-radius:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500}.tag.treatment-type{color:#1d4ed8;background:#dbeafe}.availability-status .available{color:#16a34a;font-weight:600}.availability-status .limited{color:#f59e0b;font-weight:600}.products-section{margin-bottom:3rem}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{color:#262626;margin-bottom:.5rem;font-family:Barlow,sans-serif;font-size:1.75rem;font-weight:600}.section-header p{color:#6b7280;margin-bottom:1.5rem;font-family:Roboto,sans-serif;font-size:1rem}.request-all-btn{color:#fff;cursor:pointer;z-index:10;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);border:none;border-radius:12px;align-items:center;gap:.75rem;margin:1rem auto;padding:1rem 2rem;font-family:Roboto,sans-serif;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 6px 20px #6366f14d;display:flex!important}.request-all-btn:hover{background:linear-gradient(135deg,#4f46e5 0%,#3730a3 100%);transform:translateY(-2px);box-shadow:0 8px 25px #6366f166}.request-all-btn:active{transform:translateY(0)}.products-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.product-card{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:all .2s;position:relative}.product-card:hover{border-color:#134fea;box-shadow:0 4px 12px #134fea1a}.product-card.selected{background:#fefbff;border-color:#134fea;box-shadow:0 4px 12px #134fea26}.product-image{margin-bottom:1rem}.product-image img{object-fit:cover;border-radius:8px;width:100%;height:150px}.product-info h4{color:#262626;margin-bottom:.5rem;font-family:Barlow,sans-serif;font-size:1.125rem;font-weight:600}.product-info p{color:#6b7280;margin-bottom:1rem;font-family:Roboto,sans-serif;font-size:.875rem;line-height:1.5}.product-meta{flex-wrap:wrap;gap:.5rem;display:flex}.product-meta span{color:#6b7280;background:#f3f4f6;border-radius:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:500}.product-actions{border-top:1px solid #f3f4f6;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.5rem;padding-top:1rem;display:flex}.product-add-btn{color:#fff;cursor:pointer;z-index:5;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;padding:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 4px 12px #10b9814d;display:flex!important}.product-add-btn:hover{background:linear-gradient(135deg,#059669 0%,#047857 100%);transform:translateY(-2px)scale(1.05);box-shadow:0 6px 20px #10b98166}.product-add-btn:active{transform:translateY(0)scale(1)}.product-add-btn svg{transition:transform .2s}.product-add-btn:hover svg{transform:rotate(90deg)}.selection-indicator{color:#fff;cursor:pointer;background:#134fea;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.25rem;font-weight:700;transition:all .2s;display:flex}.product-card:not(.selected) .selection-indicator{color:#9ca3af;background:#e5e7eb}.selection-indicator:hover{transform:scale(1.1)}.selected-summary{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-top:2rem;padding:1.5rem;position:sticky;bottom:2rem;box-shadow:0 8px 24px #0000001a}.summary-content{justify-content:space-between;align-items:center;gap:1rem;display:flex}.summary-content span{color:#262626;font-family:Roboto,sans-serif;font-weight:500}.request-btn{color:#fff;cursor:pointer;background:#134fea;border:none;border-radius:8px;padding:.75rem 2rem;font-family:Roboto,sans-serif;font-weight:600;transition:background-color .2s}.request-btn:hover{background:#1040c5}.no-products{text-align:center;color:#6b7280;padding:3rem 0;font-family:Roboto,sans-serif}.modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto}@media (width<=768px){.claim-banner-text{text-align:center;flex-direction:column;gap:.5rem}.claim-message{flex-direction:column;gap:.5rem}.claim-banner{padding:.6rem 1rem}.company-header{text-align:center;flex-direction:column;align-items:center}.company-header-left{flex-direction:column;gap:1rem;width:100%}.company-header-right{align-self:center;margin-top:1rem}.header-actions{align-items:center;min-width:auto}.header-actions .action-button{min-width:140px}.company-logo{width:100px;height:100px}.company-title{justify-content:center}.company-title h1{font-size:1.5rem}.company-meta{justify-content:center}.products-grid{grid-template-columns:1fr}.product-actions{justify-content:center;gap:1rem}.product-add-btn{width:40px;height:40px;padding:.5rem}.selection-indicator{width:28px;height:28px;font-size:1rem}.request-all-btn{padding:.875rem 1.5rem;font-size:.9rem}.summary-content{flex-direction:column;gap:1rem}.modal-content{margin:1rem}}.company-reviews{border-top:1px solid #e5e7eb;margin-top:3rem;padding-top:2rem}.company-reviews h2{color:#262626;margin-bottom:1.5rem;font-family:Barlow,sans-serif;font-size:1.5rem;font-weight:700}.reviews-summary{margin-bottom:2rem}.rating-cards{gap:1.5rem;margin-bottom:1rem;display:flex}.rating-card{text-align:center;background:linear-gradient(135deg,#fafafa 0%,#f5f5f5 100%);border:1px solid #e5e7eb;border-radius:12px;min-width:160px;padding:1.5rem}.rating-value{color:#262626;margin-bottom:.5rem;font-family:Barlow,sans-serif;font-size:2.5rem;font-weight:700;line-height:1}.rating-stars{justify-content:center;gap:.25rem;margin-bottom:.5rem;display:flex}.rating-stars .star{color:#d1d5db;font-size:1.25rem}.rating-stars .star.filled{color:#fbbf24}.rating-label{color:#6b7280;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500}.reviews-count{color:#9ca3af;font-family:Roboto,sans-serif;font-size:.875rem}.reviews-intro{color:#6b7280;margin:0 0 1.5rem;font-family:Roboto,sans-serif;font-size:.9375rem;line-height:1.6}.reviews-cards-section{margin-top:2rem}.reviews-cards-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.reviews-cards-header h3{color:#262626;margin:0;font-family:Barlow,sans-serif;font-size:1.125rem;font-weight:600}.reviews-cards-controls{align-items:center;gap:.75rem;display:flex}.reviews-showing{color:#9ca3af;font-family:Roboto,sans-serif;font-size:.8125rem}.reviews-rating-filter{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:.35rem .6rem;font-family:Roboto,sans-serif;font-size:.875rem}.review-cards-scroll{scrollbar-width:thin;scrollbar-color:#d1d5db transparent;flex-flow:column wrap;gap:1rem;max-height:640px;padding-bottom:.5rem;display:flex;overflow:auto hidden}.review-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;flex-shrink:0;gap:.75rem;width:300px;padding:1.25rem;display:flex;box-shadow:0 1px 4px #0000000d}.review-card-ratings{gap:1rem;display:flex}.review-rating-item{flex-direction:column;gap:.1rem;display:flex}.review-rating-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;font-family:Roboto,sans-serif;font-size:.6875rem;font-weight:600}.review-stars{color:#f59e0b;letter-spacing:.05em;font-size:.9375rem}.review-card-comment{color:#4b5563;flex:1;margin:0;font-family:Roboto,sans-serif;font-size:.9rem;font-style:italic;line-height:1.6}.review-card-attribution{color:#6b7280;border-top:1px solid #f3f4f6;flex-wrap:wrap;align-items:center;gap:.25rem;padding-top:.75rem;font-family:Roboto,sans-serif;font-size:.8125rem;display:flex}.review-role{color:#374151;font-weight:600}.review-practice{color:#6b7280}.review-date{color:#9ca3af;margin-left:auto;font-size:.75rem}.reviews-empty{text-align:center;color:#9ca3af;padding:2rem;font-style:italic}@media (width<=640px){.rating-cards{flex-direction:column}.rating-card{min-width:auto}.review-card{width:260px}.review-cards-scroll{max-height:560px}.reviews-cards-header{flex-direction:column;align-items:flex-start}}.search-results-page{min-height:calc(100vh - 200px);padding:2rem 0}.search-header{text-align:center;margin-bottom:2rem}.search-title h1{color:#262626;margin-bottom:.5rem;font-family:Barlow,sans-serif;font-size:2rem;font-weight:600}.search-query{color:#6b7280;margin-bottom:2rem;font-family:Roboto,sans-serif;font-size:1.125rem}.search-bar-container{max-width:600px;margin:0 auto}.results-summary{background:#f8f9fa;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.summary-stats{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.total-results{color:#262626;font-family:Barlow,sans-serif;font-size:1.125rem;font-weight:600}.result-breakdown{color:#6b7280;background:#e5e7eb;border-radius:1rem;padding:.25rem .75rem;font-family:Roboto,sans-serif;font-size:.875rem}.result-filters{flex-wrap:wrap;gap:.5rem;display:flex}.filter-tab{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:2rem;padding:.5rem 1rem;font-family:Roboto,sans-serif;font-size:.875rem;transition:all .2s}.filter-tab:hover{color:#134fea;border-color:#134fea}.filter-tab.active{color:#fff;background:#134fea;border-color:#134fea}.search-loading{text-align:center;padding:4rem 0}.search-loading .loading-spinner{border:3px solid #e5e7eb;border-top-color:#134fea;border-radius:50%;width:40px;height:40px;margin:0 auto 1rem;animation:1s linear infinite spin}.search-loading p{color:#6b7280;font-family:Roboto,sans-serif;font-size:1rem}.search-error{text-align:center;color:#dc2626;padding:3rem 0;font-family:Roboto,sans-serif}.no-query,.no-results{text-align:center;padding:4rem 0}.no-query h2,.no-results h2{color:#262626;margin-bottom:1rem;font-family:Barlow,sans-serif;font-size:1.5rem;font-weight:600}.no-query p,.no-results p{color:#6b7280;margin-bottom:2rem;font-family:Roboto,sans-serif;font-size:1rem}.search-suggestions{text-align:left;background:#f8f9fa;border-radius:12px;max-width:500px;margin:0 auto;padding:2rem}.search-suggestions h3{color:#262626;margin-bottom:1rem;font-family:Barlow,sans-serif;font-size:1.125rem;font-weight:600}.search-suggestions ul{padding:0;list-style:none}.search-suggestions li{color:#6b7280;border-bottom:1px solid #e5e7eb;padding:.5rem 0;font-family:Roboto,sans-serif}.search-suggestions li:last-child{border-bottom:none}.search-suggestions li:before{content:"•";color:#134fea;margin-right:.75rem;font-weight:700}.search-results-grid{margin-top:2rem}.results-container{gap:1.5rem;display:grid}.search-result-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;transition:all .2s;overflow:hidden}.search-result-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.result-link{color:inherit;text-decoration:none;display:block}.product-result .result-header{align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.product-result .result-icon{color:#6b7280;background:#f3f4f6;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-top:.25rem;font-size:.875rem;font-weight:600;display:flex}.product-result .result-content{flex:1;min-width:0}.product-result .result-title{color:#262626;margin-bottom:.25rem;font-family:Barlow,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.3}.product-result .result-company{color:#134fea;margin-bottom:.5rem;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:500}.product-result .result-description{color:#6b7280;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:1rem;font-family:Roboto,sans-serif;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.product-result .result-meta{align-items:center;gap:.75rem;display:flex}.result-category{color:#1d4ed8;text-transform:capitalize;background:#dbeafe;border-radius:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:500}.result-type-label{color:#6b7280;text-transform:uppercase;background:#f3f4f6;border-radius:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:500}.company-result{padding:0}@media (width<=768px){.search-results-page{padding:1rem 0}.search-title h1{font-size:1.5rem}.search-query{font-size:1rem}.results-summary{padding:1rem}.summary-stats{flex-direction:column;align-items:flex-start;gap:.5rem}.result-filters{justify-content:center}.filter-tab{padding:.4rem .8rem;font-size:.8125rem}.product-result .result-header{padding:1rem}.product-result .result-title{font-size:1.125rem}.search-suggestions{padding:1.5rem}.no-query,.no-results{padding:3rem 0}}
