.navbar{width:100%;position:fixed;top:0;left:0;z-index:1000;padding:15px 0;transition:all .4s cubic-bezier(.4,0,.2,1)}.navbar.scrolled{padding:8px 0}.navbar-container{max-width:1400px;width:92%;margin:0 auto;padding:10px 25px;background:#ffffffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:20px;border:1px solid rgba(255,255,255,.3);box-shadow:0 10px 30px #0000000d;display:flex;justify-content:space-between;align-items:center;transition:all .4s ease}.navbar.scrolled .navbar-container{background:#fffffff2;box-shadow:0 15px 40px #00000014}.logo-img{height:40px;width:auto;transition:transform .3s ease;display:block}.desktop-nav{display:flex;gap:5px;align-items:center;background:#f1f5f9;padding:5px;border-radius:15px}.desktop-nav a{text-decoration:none;font-size:.85rem;font-weight:700;color:#475569;padding:8px 16px;border-radius:12px;transition:all .3s ease}.desktop-nav a:hover{color:#2563eb;background:#ffffff80}.desktop-nav a.active{color:#fff;background:#2563eb;box-shadow:0 4px 10px #2563eb33}.nav-actions{display:flex;gap:10px;align-items:center}.btn-signin{padding:10px 18px;border-radius:12px;border:1px solid #e2e8f0;background:transparent;color:#1e293b;font-weight:700;font-size:.8rem;cursor:pointer}.btn-talk{padding:10px 20px;border-radius:12px;border:none;background:#2563eb;color:#fff;font-weight:700;font-size:.8rem;cursor:pointer;box-shadow:0 5px 15px #2563eb33}.mobile-toggle{display:none;flex-direction:column;justify-content:space-around;width:40px;height:40px;background:#f1f5f9;border:none;cursor:pointer;padding:10px;border-radius:10px;z-index:1001}.hamburger-line{width:100%;height:2px;background-color:#2563eb;border-radius:10px;transition:all .3s linear;position:relative;transform-origin:1px}.mobile-toggle.open .hamburger-line:nth-child(1){transform:rotate(45deg)}.mobile-toggle.open .hamburger-line:nth-child(2){opacity:0}.mobile-toggle.open .hamburger-line:nth-child(3){transform:rotate(-45deg)}.mobile-nav{position:absolute;top:calc(100% + 10px);left:4%;width:92%;background:#fff;padding:20px;border-radius:20px;display:flex;flex-direction:column;gap:10px;box-shadow:0 20px 50px #0003;border:1px solid #f1f5f9;z-index:999}.mobile-nav a{text-decoration:none;color:#1e293b!important;font-weight:700;font-size:1rem;padding:12px 20px;border-radius:12px;background:#f8fafc}.mobile-btns{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.mobile-btn-signin{padding:14px;border-radius:12px;font-weight:700;font-size:.9rem;border:1.5px solid #e2e8f0;background:#fff;color:#1e293b!important}.mobile-btn-talk{padding:14px;border-radius:12px;font-weight:700;font-size:.9rem;background:#2563eb;color:#fff!important;border:none}@media (max-width: 1024px){.desktop-nav,.btn-signin,.btn-talk{display:none}.mobile-toggle{display:flex}.logo-img{height:32px;width:auto}.navbar-container{width:95%;padding:8px 15px}}.footer{background:#0f172a;color:#fff;padding:80px 0 30px;position:relative;overflow:hidden}.footer-top-wave{position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#2563eb,#7c3aed,#2563eb);background-size:200% 100%;animation:move-gradient 5s linear infinite}@keyframes move-gradient{0%{background-position:100% 0}to{background-position:-100% 0}}.footer__container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:60px;padding:0 5%}.footer__col{display:flex;flex-direction:column}.footer__logo{height:50px;margin-bottom:24px}.footer__tagline{color:#94a3b8;font-size:1rem;line-height:1.6;margin-bottom:30px}.footer__title{color:#fff;font-size:1.25rem;font-weight:700;margin-bottom:30px;position:relative}.footer__title:after{content:"";position:absolute;left:0;bottom:-10px;width:40px;height:3px;background:#2563eb;border-radius:2px}.footer__contact-info{display:flex;flex-direction:column;gap:20px;margin-bottom:30px}.contact-item{display:flex;gap:12px;align-items:flex-start;color:#94a3b8;font-size:.95rem}.contact-icon{color:#2563eb;margin-top:4px;font-size:1.1rem}.contact-item a{color:#94a3b8;text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:#fff}.footer__links{list-style:none;padding:0;margin:0}.footer__links li{margin-bottom:14px}.footer__links a{color:#94a3b8;text-decoration:none;font-size:.95rem;transition:all .3s ease;display:inline-block}.footer__links a:hover{color:#2563eb;transform:translate(5px)}.footer__socials{display:flex;gap:12px}.social-link{width:42px;height:42px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.1rem;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none}.social-link:hover{background:#2563eb;border-color:#2563eb;transform:translateY(-5px);box-shadow:0 10px 20px #2563eb33}.footer__form{display:flex;flex-direction:column;gap:16px;width:100%;box-sizing:border-box}.footer__tagline.small{font-size:.9rem;margin-bottom:24px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.footer__form input,.footer__form textarea{width:100%;box-sizing:border-box;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:12px 16px;border-radius:10px;color:#fff;font-size:.85rem;outline:none;transition:all .3s ease}.footer__form input:focus,.footer__form textarea:focus{border-color:#2563eb;background:#ffffff14}.footer-submit-btn{background:#2563eb;color:#fff;border:none;padding:14px;border-radius:10px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .3s ease;margin-top:8px}.footer-submit-btn:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 10px 20px #2563eb33}@media (max-width: 992px){.form-row{grid-template-columns:1fr;gap:16px}}.footer__bottom{max-width:1400px;margin:80px auto 0;padding:30px 5% 0;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;color:#64748b;font-size:.9rem}.footer__legal{display:flex;gap:24px}.footer__legal a{color:#64748b;text-decoration:none;transition:color .3s ease}.footer__legal a:hover{color:#fff}@media (max-width: 1024px){.footer__container{grid-template-columns:repeat(2,1fr);gap:40px}}@media (max-width: 640px){.footer{padding:60px 0 80px;overflow-x:hidden}.footer__container{grid-template-columns:1fr;text-align:center;gap:40px;padding:0 5%}.footer__title:after{left:50%;transform:translate(-50%)}.contact-item,.footer__socials{justify-content:center}.form-row{grid-template-columns:1fr;gap:12px}.footer__form input,.footer__form textarea{font-size:1rem;padding:14px 16px}.footer-submit-btn{width:100%;padding:16px;font-size:1rem}.footer__bottom{flex-direction:column;gap:20px;text-align:center;margin-top:40px}.footer__legal{justify-content:center}}.search-section{background:linear-gradient(135deg,#0a1628,#0f2a5e 40%,#1a4b8c,#0f2a5e);padding:80px 5% 60px;position:relative;z-index:999;overflow-y:visible!important}.search-section:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(37,99,235,.15) 0%,transparent 70%);pointer-events:none}.search-section:after{content:"";position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);pointer-events:none}.search-section-inner{max-width:900px;margin:0 auto;position:relative;z-index:1000;text-align:center}.search-heading{font-size:clamp(2rem,4.5vw,3rem);font-weight:800;color:#fff!important;opacity:1!important;margin-bottom:40px;line-height:1.2}.search-heading-accent{color:#38bdf8}.search-controls{position:relative;display:flex;align-items:stretch;max-width:750px;margin:0 auto 32px;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;overflow:visible}.search-tabs{display:flex;border-right:1px solid #e2e8f0;flex-shrink:0}.search-tab{display:flex;align-items:center;gap:8px;padding:18px 24px;border:none;background:transparent;font-size:.95rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .3s ease;white-space:nowrap}.search-tab:first-child{border-radius:16px 0 0 16px}.search-tab.active{background:#f0f4ff;color:#1e3a5f;font-weight:700}.search-tab:hover:not(.active){background:#f8fafc}.search-input-wrapper{flex:1;display:flex;align-items:center;position:relative}.search-input{width:100%;border:none;outline:none;padding:18px 20px;font-size:1rem;color:#0f172a;background:transparent;text-align:left}.search-input::placeholder{color:#94a3b8}.search-btn{width:50px;height:50px;border:none;background:#2563eb;color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;margin-right:10px;flex-shrink:0;transition:all .3s ease}.search-btn svg{width:22px!important;height:22px!important;display:block}.search-btn:hover{background:#1d4ed8;transform:scale(1.05)}.search-spinner{width:20px;height:20px;border:2.5px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.search-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border-radius:16px;box-shadow:0 25px 60px #0003,0 0 0 1px #0000000d;z-index:9999;max-height:450px;overflow:hidden;animation:dropdownSlide .2s ease;border:1px solid #e2e8f0}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px 12px;border-bottom:1px solid #f1f5f9}.dropdown-title{font-size:.85rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.dropdown-close{background:none;border:none;color:#94a3b8;cursor:pointer;padding:4px;font-size:1rem;transition:color .2s}.dropdown-close:hover{color:#475569}.dropdown-results{max-height:360px;overflow-y:auto}.dropdown-results::-webkit-scrollbar{width:6px}.dropdown-results::-webkit-scrollbar-track{background:transparent}.dropdown-results::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:3px}.result-item{display:flex;align-items:flex-start;gap:16px;padding:16px 20px;cursor:pointer;transition:background .15s ease;border-bottom:1px solid #f8fafc}.result-item:hover{background:#f0f7ff}.result-item:last-child{border-bottom:none}.result-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1rem;margin-top:2px}.company-icon{background:#eff6ff;color:#2563eb}.director-icon{background:#f0fdf4;color:#16a34a}.result-info{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;text-align:left}.result-name{font-size:1rem;font-weight:600;color:#0f172a;margin-bottom:4px;line-height:1.3;text-align:left}.search-highlight{color:#2563eb;font-weight:800}.result-meta{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:4px;font-size:.82rem;color:#64748b;line-height:1.5}.meta-dot{color:#cbd5e1;margin:0 2px}.status-badge{padding:2px 10px;border-radius:6px;font-size:.75rem;font-weight:700;display:inline-block}.status-approved,.status-active{background:#dcfce7;color:#15803d}.status-strike-off,.status-struck-off{background:#fee2e2;color:#dc2626}.status-disqualified{background:#fef3c7;color:#d97706}.status-lapsed{background:#f1f5f9;color:#64748b}.dropdown-footer{padding:12px 20px;border-top:1px solid #f1f5f9;text-align:right}.see-all-link{font-size:.85rem;font-weight:600;color:#2563eb;cursor:pointer;transition:color .2s}.see-all-link:hover{color:#1d4ed8}.popular-searches{display:flex;flex-direction:column;align-items:center;gap:12px;margin-bottom:36px;max-width:850px;margin-left:auto;margin-right:auto}.popular-label{font-size:.88rem;font-weight:700;color:#ffffffe6;text-transform:uppercase;letter-spacing:.05em}.popular-tags{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;align-items:center}.search-popular-tag{display:inline-flex;align-items:center;gap:8px;padding:10px 20px!important;background:#2563eb33!important;color:#fff!important;border:1px solid rgba(255,255,255,.3)!important;border-radius:99px!important;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.search-popular-tag:hover{background:#2563eb66!important;border-color:#ffffff80!important;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.search-popular-tag-icon{font-size:.75rem;opacity:.8}.search-stats-line{font-size:1rem;color:#fff!important;line-height:1.7;max-width:800px;margin:0 auto;opacity:1!important}.search-stats-line strong{color:#fff!important;font-weight:800}@media (max-width: 768px){.search-section{padding:60px 4% 40px}.search-heading{font-size:1.8rem}.search-controls{flex-direction:column;border-radius:16px}.search-tabs{border-right:none;border-bottom:1px solid #e2e8f0}.search-tab:first-child{border-radius:16px 0 0}.search-tab:last-child{border-radius:0 16px 0 0}.popular-searches{flex-direction:column;gap:10px}.popular-tags{justify-content:center}.popular-tag{font-size:.75rem;padding:6px 12px}.search-stats-line{font-size:.82rem;padding:0 10px}}@media (max-width: 480px){.search-heading{font-size:1.5rem}.search-tab{padding:14px 16px;font-size:.85rem}.search-input{padding:14px 12px;font-size:.9rem}.result-item{padding:12px 16px}.result-name{font-size:.9rem}.result-meta{font-size:.75rem}}.recent-section{padding:40px 5%;background-color:#f8fafc}.recent-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:30px}.recent-list-container{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.recent-list-header{background-color:#f1f5f9;padding:16px 20px;border-bottom:1px solid #e2e8f0}.recent-list-header h3{margin:0;font-size:1.1rem;font-weight:700;color:#475569}.recent-list-body{display:flex;flex-direction:column}.recent-item{padding:16px 20px;border-bottom:1px solid #f1f5f9;transition:background-color .2s ease}.recent-item:last-child{border-bottom:none}.recent-item:hover{background-color:#f8fafc}.recent-item-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:6px}.recent-item-title-wrap{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.recent-item-title{font-size:1.05rem;font-weight:600;color:#2563eb;line-height:1.4}.recent-item-time{font-size:.85rem;color:#94a3b8;white-space:nowrap}.recent-status-badge{background-color:#bbf7d0;color:#166534;padding:4px 10px;border-radius:4px;font-size:.75rem;font-weight:700;text-transform:uppercase;flex-shrink:0}.recent-item-meta{font-size:.85rem;color:#64748b;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.meta-dot{color:#cbd5e1}@media (max-width: 992px){.recent-container{grid-template-columns:1fr}}@media (max-width: 480px){.recent-item-top{flex-direction:column;gap:8px}}.skeleton-box{background:#e2e8f0;border-radius:4px;position:relative;overflow:hidden}.skeleton-box:after{content:"";position:absolute;inset:0;transform:translate(-100%);background-image:linear-gradient(90deg,#fff0 0,#fff6 20%,#fff9 60%,#fff0);animation:shimmer 1.5s infinite}@keyframes shimmer{to{transform:translate(100%)}}.skeleton-title{height:20px;width:250px}.skeleton-time{height:14px;width:60px}.skeleton-badge{height:22px;width:50px}.skeleton-meta{height:16px;width:180px;margin-top:4px}.home-page{background:#fff;overflow-x:hidden}.hero-slider{position:relative;min-height:85vh;background:radial-gradient(circle at top right,#f8faff,#fff);display:flex;flex-direction:column;justify-content:center}.hero-viewport{max-width:1400px;margin:0 auto;padding:80px 5%;width:100%}.hero-slide-content{display:grid;grid-template-columns:1.2fr 1fr;gap:80px;align-items:center}.hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;color:#0f172a;line-height:1.1;margin-bottom:24px}.highlight{color:#2563eb}.hero-description{font-size:1.2rem;color:#475569;line-height:1.6;margin-bottom:40px;max-width:600px}.hero-features-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:48px}.hero-feature-item{display:flex;align-items:center;gap:10px;font-size:1rem;color:#1e293b;font-weight:500}.feature-icon{color:#10b981}.hero-actions{display:flex;gap:16px}.btn-main{background:#2563eb;color:#fff;padding:16px 32px;border-radius:14px;font-weight:700;display:flex;align-items:center;gap:10px;transition:all .3s ease}.btn-ghost{padding:16px 32px;border-radius:14px;border:2px solid #e2e8f0;font-weight:700;color:#1e293b;transition:all .3s ease}.floating-img{width:100%;border-radius:32px;box-shadow:0 25px 50px -12px #00000026;animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.slider-nav{display:flex;justify-content:center;gap:12px;padding:40px 0}.nav-dot{width:12px;height:12px;border-radius:50%;background:#e2e8f0;border:none;cursor:pointer;transition:all .3s ease}.nav-dot.active{background:#2563eb;width:32px;border-radius:99px}.trusted-by{padding:60px 0;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9}.ticker-label{text-align:center;font-size:.8rem;font-weight:700;color:#94a3b8;letter-spacing:.1em;margin-bottom:32px}.ticker-wrap{overflow:hidden;white-space:nowrap}.ticker-track{display:flex;width:max-content;animation:scroll 30s linear infinite}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.ticker-item{padding:0 40px}.ticker-item img{height:50px;transition:all .3s ease}.ticker-item img:hover{transform:scale(1.1)}.usecases-scroll-section{padding:100px 0;background:#fff}.usecases-scroll-section .section-header h2{color:#0f172a!important;opacity:1!important}.usecases-scroll-section .section-header .subtitle{color:#475569!important;opacity:1!important}.usecases-ticker{margin-top:50px;overflow:hidden;white-space:nowrap;background:#f8fafc;padding:30px 0;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9}.usecases-track{display:flex;width:max-content;animation:scroll-usecases 40s linear infinite}@keyframes scroll-usecases{0%{transform:translate(0)}to{transform:translate(-50%)}}.usecase-item{display:flex;align-items:center;gap:12px;padding:15px 40px;background:#fff;margin:0 15px;border-radius:16px;box-shadow:0 4px 10px #00000008;border:1px solid #f1f5f9}.uc-emoji{font-size:1.5rem}.uc-text{font-size:1.1rem;font-weight:700;color:#1e293b}.home-page h1,.home-page h2,.home-page h3,.home-page h4,.home-page h5,.home-page h6,.solutions-overview h1,.solutions-overview h2,.solutions-overview h3,.solutions-overview h4,.impact-stats h1,.impact-stats h2,.impact-stats h3,.report-cta h1,.report-cta h2{color:#0f172a}.home-page p,.solutions-overview p,.impact-stats p,.report-cta p{color:#475569}.whats-new,.whats-new h2,.whats-new h3,.whats-new p,.whats-new .card-link{color:#fff!important}.whats-new p{color:#ffffffb3!important}.whats-new{padding:120px 5%;background:#0f172a;color:#fff}.new-layout{display:grid;grid-template-columns:1fr 2fr;gap:80px}.title-vertical{font-size:4rem;line-height:1;margin-bottom:24px}.new-intro p{color:#94a3b8;font-size:1.1rem}.new-cards-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.new-card{padding:40px;border-radius:32px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.card-tag{background:#2563eb;font-size:.75rem;font-weight:800;padding:4px 12px;border-radius:99px;margin-bottom:24px;display:inline-block}.new-card h3{font-size:1.75rem;margin-bottom:16px}.new-card p{color:#94a3b8;margin-bottom:32px}.card-stat{margin-bottom:32px}.card-stat .val{display:block;font-size:2.5rem;font-weight:800;color:#2563eb}.card-stat .lab{font-size:.85rem;font-weight:700;color:#64748b}.card-link{color:#fff;font-weight:600;display:flex;align-items:center;gap:8px}.impact-stats{padding:120px 5%}.stats-intro{text-align:center;margin-bottom:80px}.stats-main-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;text-align:center}.stat-number{font-size:3.5rem;font-weight:800;color:#0f172a;margin-bottom:8px}.stat-number .suffix{color:#2563eb;font-size:1.5rem}.stat-label{color:#64748b;font-weight:600}.report-cta{padding:100px 5%}.report-card-wrapper{max-width:1200px;margin:0 auto;background:#f8fafc;border-radius:48px;padding:80px;display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center}.report-content h2{font-size:3rem;line-height:1.1;margin-bottom:24px}.report-content p{font-size:1.2rem;color:#475569;margin-bottom:40px}.btn-premium{background:#0f172a;color:#fff;padding:20px 40px;border-radius:16px;font-weight:700;display:inline-flex;align-items:center;gap:12px;transition:all .3s ease}.btn-premium:hover{background:#1e293b;transform:translateY(-3px);box-shadow:0 15px 30px #0000001a}.report-visual img{width:100%;border-radius:24px;box-shadow:0 20px 40px #0000001a}@media (max-width: 1024px){.hero-slider{min-height:auto;padding:40px 0}.hero-slide-content,.new-layout,.report-card-wrapper{grid-template-columns:1fr;text-align:center}.hero-description,.hero-features-grid,.new-intro p{margin-left:auto;margin-right:auto}.hero-actions,.hero-features-grid{justify-content:center;flex-wrap:wrap}.hero-visual{order:-1;margin-bottom:40px}.title-vertical{font-size:2.5rem}.report-card-wrapper{padding:30px 20px}}@media (max-width: 640px){.hero-title{font-size:2rem}.hero-description{font-size:1rem}.hero-features-grid,.new-cards-grid{grid-template-columns:1fr;gap:12px}.hero-actions{flex-direction:column;width:100%}.hero-actions a{width:100%;justify-content:center}.ticker-item img{height:35px}.stat-number{font-size:2.5rem}.whats-new{padding:60px 5%}.new-layout{gap:40px}.new-card{padding:25px;border-radius:20px}.new-card h3{font-size:1.3rem}.card-stat .val{font-size:2rem}.impact-stats{padding:60px 5%}.stats-intro{margin-bottom:40px}.report-cta{padding:60px 5%}.report-content h2{font-size:2rem}.report-content p{font-size:1rem}.btn-premium{padding:16px 28px;width:100%;justify-content:center}.usecases-scroll-section{padding:60px 0}.trusted-by{padding:40px 0}}.terms-page,.privacy-page{background:#f8fafc;min-height:100vh;padding-bottom:100px}.terms-header,.privacy-header{padding:100px 5% 60px;background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;text-align:center}.terms-header h1,.privacy-header h1{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;margin-bottom:16px;letter-spacing:-.02em}.terms-header p,.privacy-header p{font-size:1.1rem;color:#94a3b8;max-width:600px;margin:0 auto}.breadcrumb{max-width:1000px;margin:-30px auto 40px;padding:15px 30px;background:#fff;border-radius:16px;box-shadow:0 10px 25px #0000000d;font-size:.9rem;color:#64748b;display:flex;align-items:center;gap:10px;position:relative;z-index:10}.breadcrumb a{color:#2563eb;text-decoration:none;font-weight:600}.breadcrumb span{color:#cbd5e1}.terms-container,.policy-container{max-width:1000px;margin:0 auto;padding:0 5%}.policy-card,.terms-container{background:#fff;padding:60px;border-radius:32px;box-shadow:0 20px 50px #00000008;border:1px solid #f1f5f9}.intro,.intro-text{margin-bottom:50px;border-bottom:1px solid #f1f5f9;padding-bottom:30px}.last-updated{display:inline-block;padding:6px 16px;background:#eff6ff;color:#2563eb;border-radius:99px;font-size:.75rem;font-weight:800;margin-bottom:20px;text-transform:uppercase;letter-spacing:.05em}.intro p,.intro-text p{font-size:1.1rem;line-height:1.8;color:#475569}.section-card{margin-bottom:40px}.section-header{display:flex;align-items:center;gap:16px;margin-bottom:20px}.section-header i,.section-number{width:40px;height:40px;background:#eff6ff;color:#2563eb;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700}.section-header h3{font-size:1.5rem;font-weight:700;color:#0f172a}.section-content p,.section-card p{font-size:1rem;line-height:1.7;color:#64748b;margin-bottom:16px}.section-content ul,.general-points{list-style:none;padding:0;margin:20px 0}.section-content li,.general-points li{position:relative;padding-left:28px;margin-bottom:12px;color:#64748b;line-height:1.6}.section-content li:before,.general-points li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:800}.highlight-box{background:#f8fafc;padding:24px;border-radius:16px;border-left:4px solid #2563eb;margin:24px 0}.highlight-box p{margin-bottom:0;font-style:italic}.disclaimer-box{margin-top:60px;padding:40px;background:#fff1f2;border-radius:24px;border:1px solid #ffe4e6}.disclaimer-box h3,.agreement-header h3{color:#e11d48;font-size:1.25rem;font-weight:800;margin-bottom:12px;display:flex;align-items:center;gap:10px}.disclaimer-box p{color:#9f1239;font-weight:500;margin-bottom:0;line-height:1.6}@media (max-width: 768px){.terms-header,.privacy-header{padding:80px 5% 40px}.terms-header h1,.privacy-header h1{font-size:2.2rem}.policy-card,.terms-container{padding:30px 20px}.section-header h3{font-size:1.25rem}.breadcrumb{margin:-20px 20px 30px;padding:12px 20px}}@media (max-width: 480px){.terms-header h1,.privacy-header h1{font-size:1.8rem}.section-header{flex-direction:column;text-align:center;gap:12px}.section-header i,.section-number{margin:0 auto}}.services-page{background:#fff;overflow-x:hidden}.services-hero{padding:100px 5%;background:linear-gradient(135deg,#f8faff,#fff);min-height:70vh;display:flex;align-items:center}.services-hero-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:80px;align-items:center}.services-hero .hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;color:#0f172a;line-height:1.1;margin-bottom:24px}.services-hero .hero-desc{font-size:1.2rem;color:#475569;line-height:1.6;margin-bottom:40px}.btn-main{background:#2563eb;color:#fff;padding:16px 32px;border-radius:14px;font-weight:700;display:flex;align-items:center;gap:10px;transition:all .3s ease;text-decoration:none}.btn-main:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 10px 20px -5px #2563eb4d}.btn-ghost{padding:16px 32px;border-radius:14px;border:2px solid #e2e8f0;font-weight:700;color:#1e293b;transition:all .3s ease;text-decoration:none}.btn-ghost:hover{background:#f8fafc;border-color:#cbd5e1}.hero-badge{display:inline-block;padding:6px 16px;background:#eff6ff;color:#2563eb;border-radius:99px;font-size:.85rem;font-weight:700;letter-spacing:.05em;margin-bottom:24px}.hero-image img{width:100%;border-radius:40px;box-shadow:0 30px 60px -12px #00000026}.services-grid-section{padding:120px 5%;background:#fff}.section-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:80px}.section-header .section-tag{color:#2563eb!important;font-weight:800;letter-spacing:.1em;font-size:.85rem;margin-bottom:12px;display:block}.section-header .section-title{font-size:3.5rem;color:#0f172a!important;margin-bottom:20px}.section-header .section-subtitle{color:#64748b;font-size:1.15rem;max-width:700px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;max-width:1400px;margin:0 auto}.service-card{background:#fff;padding:50px;border-radius:32px;border:1px solid #f1f5f9;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.service-card:hover{transform:translateY(-12px);border-color:var(--accent-color);box-shadow:0 20px 40px #0000000d}.card-icon{font-size:3rem;color:var(--accent-color);margin-bottom:30px;background:rgba(var(--accent-color-rgb),.1);width:80px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:20px}.service-card h3{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:16px}.service-card p{color:#64748b;line-height:1.6;margin-bottom:30px}.card-footer{font-weight:700;color:var(--accent-color);display:flex;align-items:center;gap:8px}.why-us-section{padding:120px 5%;background:#f8fafc;color:#0f172a;position:relative;overflow:hidden;border-top:1px solid #e2e8f0}.why-us-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 10% 90%,rgba(37,99,235,.03) 0%,transparent 40%);pointer-events:none}.why-us-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr;gap:100px;align-items:center}.why-title{font-size:3.5rem;font-weight:800;margin-bottom:24px;color:#0f172a!important}.why-subtitle{font-size:1.2rem;color:#475569!important;margin-bottom:60px;max-width:600px}.why-list{list-style:none;padding:0}.why-list li{display:flex;gap:24px;margin-bottom:40px}.list-icon{font-size:1.5rem;color:#2563eb;flex-shrink:0;margin-top:5px}.why-list h4{font-size:1.25rem;color:#0f172a!important;margin-bottom:8px}.why-list p{color:#475569!important;font-size:1.05rem;line-height:1.5}.why-us-stats{display:grid;grid-template-columns:1fr;gap:24px}.stat-box{background:#fff;border:1px solid #e2e8f0;padding:45px 40px;border-radius:40px;text-align:center;box-shadow:0 10px 30px #00000005;transition:all .4s ease}.stat-box:hover{background:#fff;border-color:#2563eb;transform:translateY(-10px);box-shadow:0 20px 40px #2563eb1a}.stat-box h3{font-size:3.5rem;font-weight:800;color:#2563eb!important;margin-bottom:8px}.stat-box p{color:#0f172a!important;font-weight:700;font-size:1.1rem}@media (max-width: 1024px){.services-hero{padding:60px 5%}.services-hero-container,.why-us-container{grid-template-columns:1fr;text-align:center}.hero-cta,.why-list li{justify-content:center}.hero-image{order:-1;margin-bottom:40px}.why-us-stats{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (max-width: 640px){.services-hero .hero-title{font-size:2.2rem}.section-header .section-title{font-size:2rem}.hero-cta{flex-direction:column}.hero-cta a{width:100%;justify-content:center}.service-card{padding:30px}.why-title,.stat-box h3{font-size:2.2rem}.services-grid{grid-template-columns:1fr}.services-grid-section{padding:60px 5%}.section-header{margin-bottom:40px}.why-us-section{padding:60px 5%;border-radius:30px 30px 0 0}.why-us-container{gap:40px}.why-list li{flex-direction:column;align-items:center;text-align:center}.stat-box{padding:30px 20px}}.pricing-page{background:#fff}.pricing-hero{padding:100px 5%;background:radial-gradient(circle at top right,#f8faff,#fff);min-height:70vh;display:flex;align-items:center}.pricing-hero-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:80px;align-items:center}.hero-desc{font-size:1.2rem;color:#475569;line-height:1.6;margin-bottom:40px;max-width:650px}.billing-container{display:flex;align-items:center;gap:16px;margin-bottom:40px}.billing-toggle{background:#f1f5f9;padding:6px;border-radius:12px;display:flex;gap:4px}.billing-toggle button{padding:10px 24px;border-radius:8px;border:none;background:transparent;font-weight:600;color:#64748b;cursor:pointer;transition:all .3s ease}.billing-toggle button.active{background:#fff;color:#2563eb;box-shadow:0 4px 6px -1px #0000001a}.save-badge{background:#dcfce7;color:#15803d;padding:4px 12px;border-radius:99px;font-size:.85rem;font-weight:700}.hero-image img{width:100%;max-width:500px;filter:drop-shadow(0 20px 40px rgba(0,0,0,.1))}.pricing-grid-section{padding:100px 5%;background:#f8fafc}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;max-width:1400px;margin:0 auto}.pricing-card{background:#fff;border-radius:32px;padding:48px;border:1px solid #e2e8f0;display:flex;flex-direction:column;position:relative;transition:all .4s ease}.pricing-card.popular{border:2px solid #2563eb;box-shadow:0 25px 50px -12px #2563eb26;transform:scale(1.05);z-index:2}.popular-tag{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background:#2563eb;color:#fff;padding:8px 20px;border-radius:99px;font-size:.75rem;font-weight:800;letter-spacing:.05em}.card-header{margin-bottom:32px}.plan-icon{font-size:2rem;color:#2563eb;margin-bottom:24px}.pricing-card h4{font-size:1.5rem;font-weight:800;color:#0f172a;margin-bottom:12px}.plan-desc{color:#64748b;font-size:1rem;line-height:1.5}.card-price{margin-bottom:40px;display:flex;align-items:baseline;gap:4px}.currency{font-size:1.5rem;font-weight:700;color:#0f172a}.amount{font-size:4rem;font-weight:800;color:#0f172a;letter-spacing:-.02em}.period{font-size:1.1rem;color:#64748b}.plan-features{list-style:none;padding:0;margin-bottom:48px;flex-grow:1}.plan-features li{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px;color:#475569;font-size:1rem}.check-icon{color:#10b981;margin-top:4px;flex-shrink:0}.plan-btn{width:100%;padding:16px;border-radius:14px;border:2px solid #e2e8f0;background:transparent;font-weight:700;color:#0f172a;cursor:pointer;transition:all .3s ease}.popular .plan-btn{background:#2563eb;border-color:#2563eb;color:#fff}.plan-btn:hover{background:#f8fafc;transform:translateY(-2px)}.popular .plan-btn:hover{background:#1d4ed8;filter:none}.faq-teaser{padding:100px 5%;text-align:center}.faq-container{max-width:800px;margin:0 auto;background:#0f172a;color:#fff;padding:60px;border-radius:40px}.faq-container h2{font-size:2rem;margin-bottom:16px}.faq-container p{color:#94a3b8;margin-bottom:32px}@media (max-width: 1200px){.pricing-hero-container{grid-template-columns:1fr;text-align:center}.hero-desc,.billing-container,.hero-cta{justify-content:center;margin-left:auto;margin-right:auto}.hero-image{order:-1;margin-bottom:40px}.pricing-card.popular{transform:scale(1);margin:20px 0}}@media (max-width: 640px){.pricing-hero{padding:60px 5%;min-height:auto}.hero-title{font-size:2rem}.amount{font-size:2.5rem}.currency{font-size:1.1rem}.pricing-grid-section{padding:60px 5%}.pricing-grid{grid-template-columns:1fr}.pricing-card{padding:30px 20px}.billing-container{flex-direction:column;gap:12px}.faq-container{padding:40px 20px;border-radius:24px}.faq-container h2{font-size:1.5rem}.faq-teaser{padding:60px 5%}}.contact-page{background:#fff}.contact-hero{padding:100px 5% 60px;background:radial-gradient(circle at top right,#f8faff,#fff);text-align:center}.section-tag{display:inline-block;padding:8px 20px;background:#eff6ff;color:#2563eb!important;font-size:.85rem;font-weight:800;border-radius:99px;letter-spacing:.1em;margin-bottom:24px}.contact-header h1{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;color:#0f172a;margin-bottom:20px}.contact-header .highlight{color:#2563eb}.contact-header p{font-size:1.2rem;color:#64748b;max-width:700px;margin:0 auto;line-height:1.6}.contact-main-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:60px;max-width:1400px;margin:0 auto 100px;padding:0 5%}.contact-details{display:flex;flex-direction:column;gap:24px}.detail-card{background:#fff;padding:32px;border-radius:24px;border:1px solid #e2e8f0;display:flex;gap:20px;transition:all .3s ease}.detail-card:hover{transform:translate(10px);border-color:#2563eb;box-shadow:0 10px 25px #0000000d}.detail-icon{width:56px;height:56px;background:#eff6ff;color:#2563eb;display:flex;align-items:center;justify-content:center;border-radius:16px;font-size:1.5rem;flex-shrink:0}.detail-content h3{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:8px}.detail-content p{color:#64748b;line-height:1.5;margin-bottom:8px}.detail-link{color:#2563eb;font-weight:600;text-decoration:none;font-size:.9rem}.status-tag{display:inline-block;padding:4px 12px;background:#dcfce7;color:#15803d;border-radius:99px;font-size:.75rem;font-weight:700}.contact-form-wrapper{background:#fff;padding:60px;border-radius:40px;box-shadow:0 25px 50px -12px #00000014;border:1px solid #f1f5f9}.form-title{margin-bottom:40px}.form-title h3{font-size:2rem;font-weight:800;color:#0f172a;margin-bottom:8px}.form-title p{color:#64748b}.modern-form{display:flex;flex-direction:column;gap:24px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.input-group{display:flex;flex-direction:column;gap:8px}.input-group label{font-size:.9rem;font-weight:600;color:#334155}.input-group input,.input-group textarea{padding:14px 20px;border-radius:12px;border:1.5px solid #e2e8f0;background:#f8fafc;font-size:1rem;color:#0f172a!important;transition:all .3s ease}.input-group input:focus,.input-group textarea:focus{outline:none;border-color:#2563eb;background:#fff;box-shadow:0 0 0 4px #2563eb1a}.captcha-section{background:#f1f5f9;padding:20px;border-radius:12px;display:flex;flex-direction:column;gap:12px}.captcha-section label{font-weight:700;color:#0f172a}.submit-btn{padding:18px;background:#2563eb;color:#fff;border:none;border-radius:14px;font-size:1.1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:12px;transition:all .3s ease}.submit-btn:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 10px 15px -3px #2563eb4d}.map-section{padding:0 5% 100px}.map-header{text-align:center;margin-bottom:40px}.map-header h2{font-size:2rem;font-weight:800}.map-container{box-shadow:0 25px 50px -12px #0000001a}.toast-notification{position:fixed;bottom:40px;right:40px;padding:16px 32px;border-radius:12px;color:#fff;font-weight:600;box-shadow:0 20px 25px -5px #0000001a;animation:slideUp .3s ease;z-index:1000}.toast-notification.success{background:#10b981}.toast-notification.error{background:#ef4444}@keyframes slideUp{0%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 1024px){.contact-main-grid{grid-template-columns:1fr}.contact-details{order:2}.contact-form-wrapper{order:1;padding:40px}}@media (max-width: 640px){.contact-header h1{font-size:2rem}.contact-header p{font-size:1rem}.form-grid{grid-template-columns:1fr}.contact-form-wrapper{padding:30px 20px;border-radius:24px}.detail-card{padding:20px;flex-direction:column;text-align:center;align-items:center}.form-title h3{font-size:1.5rem}.toast-notification{left:20px;right:20px;bottom:20px;text-align:center}}.product-page{background:#fff}.product-hero{padding:100px 5%;background:radial-gradient(circle at top right,#f8faff,#fff);min-height:80vh;display:flex;align-items:center}.product-hero-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:80px;align-items:center}.hero-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;color:#0f172a;line-height:1.1;margin-bottom:24px}.hero-title .highlight{color:#2563eb}.hero-desc{font-size:1.2rem;color:#475569;line-height:1.6;margin-bottom:32px;max-width:650px}.hero-list{list-style:none;padding:0;margin-bottom:40px}.hero-list li{display:flex;align-items:center;gap:12px;font-size:1.1rem;color:#1e293b;margin-bottom:12px;font-weight:500}.check-icon{color:#10b981}.hero-cta{display:flex;gap:16px}.hero-image img{width:100%;border-radius:32px;box-shadow:0 25px 50px -12px #00000026;border:1px solid #e2e8f0}.product-video-section{padding:80px 5%;background:#0f172a;color:#fff;border-radius:40px;margin:0 20px 100px;text-align:center}.video-title{font-size:2.5rem;font-weight:800;margin-bottom:16px}.video-subtitle{font-size:1.1rem;color:#94a3b8;margin-bottom:48px}.video-wrapper{max-width:1000px;margin:0 auto}.video-wrapper video{width:100%;border-radius:24px;box-shadow:0 0 80px #2563eb4d}.section-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:60px}.section-tag{display:inline-block;padding:8px 20px;background:#eff6ff;color:#2563eb!important;font-size:.85rem;font-weight:800;border-radius:99px;letter-spacing:.1em;margin-bottom:16px}.section-title{font-size:3rem;color:#0f172a!important;font-weight:800}.challenges-section{padding:100px 5%}.challenges-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:80px}.challenge-card{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.challenge-card.reverse{grid-template-columns:1fr 1fr}.challenge-card.reverse .card-text{order:2}.challenge-card.reverse .card-image{order:1}.alert-icon{font-size:2rem;color:#ef4444;margin-bottom:24px;background:#fee2e2;width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:16px}.card-text h3{font-size:1.75rem;font-weight:700;color:#0f172a;margin-bottom:20px}.card-text p{font-size:1.1rem;color:#475569;line-height:1.6}.card-image img{width:100%;border-radius:24px;box-shadow:0 10px 25px #0000000d}.benefits-section{padding:100px 5%;background:#f8fafc}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;max-width:1400px;margin:0 auto}.benefit-card{background:#fff;border-radius:24px;padding:40px;border:1px solid #e2e8f0;transition:all .4s ease;display:flex;flex-direction:column}.benefit-card:hover{transform:translateY(-10px);box-shadow:0 20px 25px -5px #0000001a;border-color:var(--accent-color)}.card-icon{font-size:2.2rem;color:var(--accent-color);margin-bottom:24px;background:color-mix(in srgb,var(--accent-color),white 92%);width:64px;height:64px;display:flex;align-items:center;justify-content:center;border-radius:16px}.benefit-card h3{font-size:1.5rem;font-weight:700;margin-bottom:16px}.benefit-card p{font-size:1rem;color:#475569;line-height:1.6;margin-bottom:24px}.learn-more{display:flex;align-items:center;gap:8px;font-weight:600;color:var(--accent-color);font-size:.9rem}@media (max-width: 1200px){.product-hero-container{grid-template-columns:1fr;text-align:center}.hero-desc,.hero-list{margin-left:auto;margin-right:auto}.hero-cta{justify-content:center;flex-wrap:wrap}.hero-image{order:-1;margin-bottom:40px}.challenge-card,.challenge-card.reverse{grid-template-columns:1fr;text-align:center;gap:40px}.alert-icon{margin-left:auto;margin-right:auto}.challenge-card.reverse .card-text{order:1}.challenge-card.reverse .card-image{order:2}}@media (max-width: 640px){.product-hero{padding:60px 5%;min-height:auto}.hero-title{font-size:2rem}.video-title{font-size:1.8rem}.product-video-section{margin:0 10px 60px;padding:40px 15px;border-radius:20px}.hero-cta{flex-direction:column;width:100%}.hero-cta a{width:100%;justify-content:center}.hero-list li{font-size:.95rem}.challenges-section{padding:60px 5%}.card-text h3{font-size:1.4rem}.benefits-section{padding:60px 5%}.benefits-grid{grid-template-columns:1fr}.benefit-card{padding:30px 20px}}:root{--primary-blue: #2563eb;--dark-navy: #0f172a;--soft-bg: #f8fafc;--glass-white: rgba(255, 255, 255, .8)}.solutions{padding:100px 5%;background:radial-gradient(circle at top right,#f8faff,#fff);min-height:100vh}.overview-tag{display:inline-block;padding:8px 16px;background:#e0e7ff;color:#4338ca;font-size:.75rem;font-weight:700;border-radius:99px;letter-spacing:.1em;margin-bottom:16px}.solutions-header{text-align:center;margin-bottom:60px;max-width:800px;margin-left:auto;margin-right:auto}.solutions-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;color:var(--dark-navy);margin-bottom:20px;background:linear-gradient(135deg,#1e293b,#2563eb);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.solutions-subtitle{font-size:1.125rem;color:#64748b;line-height:1.6}.solutions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;max-width:1400px;margin:0 auto 100px}.solution-card{background:#fff;border-radius:24px;padding:40px;border:1px solid #e2e8f0;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.solution-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:var(--accent-color);opacity:.8}.solution-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border-color:var(--accent-color)}.card-icon{font-size:2.5rem;color:var(--accent-color);margin-bottom:24px;background:color-mix(in srgb,var(--accent-color),white 90%);width:70px;height:70px;display:flex;align-items:center;justify-content:center;border-radius:18px}.overview-card h2{font-size:1.5rem;font-weight:800;color:#0f172a!important;margin-bottom:16px}.solution-card h3{font-size:1.5rem;font-weight:700;color:var(--dark-navy);margin-bottom:16px}.solution-card p{font-size:1rem;color:#475569!important;line-height:1.6;margin-bottom:24px;flex-grow:1}.overview-card p{font-size:1rem;color:#475569!important;line-height:1.6}.card-footer{margin-top:auto;border-top:1px solid #f1f5f9;padding-top:20px}.learn-more{display:flex;align-items:center;gap:8px;font-weight:600;color:var(--accent-color);font-size:.95rem;transition:gap .3s ease}.solution-card:hover .learn-more{gap:12px}.hero-content{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center;background:#fff;border-radius:32px;padding:60px;box-shadow:0 25px 50px -12px #00000014;margin-bottom:100px;max-width:1400px;margin-left:auto;margin-right:auto}.hero-text h1{font-size:clamp(2rem,4vw,3rem);line-height:1.2;margin-bottom:24px;color:#0f172a!important}.hero-text .highlight{color:var(--primary-blue)!important;position:relative}.hero-text p{font-size:1.125rem;color:#475569;margin-bottom:32px;max-width:600px}.hero-buttons{display:flex;gap:16px;margin-bottom:48px}.btn{padding:14px 28px;border-radius:12px;font-weight:600;transition:all .3s ease;text-decoration:none}.btn-primary{background:var(--primary-blue);color:#fff}.btn-secondary{background:#f1f5f9;color:var(--dark-navy)}.btn:hover{transform:translateY(-2px);filter:brightness(1.1)}.hero-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.hero-stats div{background:#f8fafc;padding:24px;border-radius:20px;border:1px solid #e2e8f0;transition:all .3s ease}.hero-stats div:hover{background:#fff;border-color:var(--primary-blue);transform:scale(1.02)}.hero-stats h3{font-size:2rem;color:var(--primary-blue);margin-bottom:4px}.hero-stats p{font-size:.875rem;color:#64748b;margin:0;font-weight:500}.hero-image img{width:100%;max-width:550px;border-radius:24px;filter:drop-shadow(0 20px 40px rgba(0,0,0,.1))}.demo-section{background:var(--dark-navy);padding:80px 5%;display:flex;justify-content:space-between;align-items:center;gap:60px;border-radius:40px;margin-bottom:100px;max-width:1400px;margin-left:auto;margin-right:auto;color:#fff!important}.demo-section h2,.demo-section p{color:#fff!important}.demo-content h2{font-size:2.5rem;margin-bottom:20px}.demo-button{background:#fff;color:var(--dark-navy);padding:16px 32px;border-radius:12px;font-weight:700;text-decoration:none;display:inline-block;margin-top:24px}.demo-video{flex:1;max-width:700px}.responsive-video{width:100%;border-radius:24px;box-shadow:0 0 100px #2563eb33}.overview{padding:80px 5%;background:#f8fafc;border-radius:40px}.overview-header h1{font-size:3rem;margin-bottom:24px;color:#0f172a!important}.overview-subtitle{font-size:1.125rem;color:#475569!important;line-height:1.6}.overview-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px;margin-top:60px}.overview-card{background:#fff;padding:40px;border-radius:24px;border:1px solid #e2e8f0;transition:all .3s ease}.overview-card:hover{transform:translateY(-10px);box-shadow:0 20px 25px -5px #0000001a}.overview-card h2{font-size:1.5rem;color:var(--dark-navy);margin-bottom:20px;font-weight:700}.card-badge{display:inline-block;padding:4px 12px;background:#f1f5f9;color:#64748b;font-size:.7rem;font-weight:700;border-radius:6px;margin-bottom:16px;text-transform:uppercase}@media (max-width: 1200px){.hero-content{grid-template-columns:1fr;padding:40px;gap:40px}.hero-image{order:-1;display:flex;justify-content:center}}@media (max-width: 992px){.demo-section{flex-direction:column;text-align:center;padding:40px}.solutions-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width: 640px){.solutions{padding:60px 5%}.solutions-grid{grid-template-columns:1fr}.solution-card{padding:28px}.hero-content{padding:25px;margin-bottom:60px}.hero-text h1{font-size:1.8rem}.hero-buttons{flex-direction:column}.hero-buttons .btn{width:100%;text-align:center}.hero-stats{grid-template-columns:1fr}.hero-stats h3{font-size:1.5rem}.demo-section{border-radius:20px;padding:30px 20px;margin-bottom:60px}.demo-content h2{font-size:1.8rem}.overview{padding:50px 5%;border-radius:20px}.overview-header h1{font-size:2rem}.overview-cards{grid-template-columns:1fr}.overview-card{padding:28px}.solutions-header h2{font-size:2rem}}.details-container{max-width:1200px;margin:40px auto 80px;padding:0 20px;font-family:Outfit,Inter,-apple-system,sans-serif;color:#0f172a}.details-header-banner{background:linear-gradient(135deg,#091325,#112240,#1e3a5f);border-radius:20px;padding:30px;color:#fff;box-shadow:0 20px 40px #0f172a26;margin-bottom:30px;position:relative;overflow:hidden}.details-header-banner:before{content:"";position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,rgba(56,189,248,.12) 0%,transparent 70%);pointer-events:none}.header-banner-content{display:flex;align-items:center;gap:24px;position:relative;z-index:2;flex-wrap:wrap}.company-logo-avatar{width:80px;height:80px;border-radius:18px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;font-size:2.2rem;color:#38bdf8;flex-shrink:0;box-shadow:0 10px 25px #0003}.company-header-info{flex:1;min-width:300px}.company-title{font-size:1.8rem;font-weight:800;margin:0 0 8px;letter-spacing:-.02em;color:#fff}.company-subtitle-status{display:flex;align-items:center;gap:12px;margin-bottom:18px}.info-cin{font-size:.95rem;color:#94a3b8;font-family:monospace;background:#ffffff0d;padding:3px 8px;border-radius:6px}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:12px;font-size:.75rem;font-weight:700;text-transform:uppercase}.active-status{background:#22c55e26;color:#4ade80;border:1px solid rgba(34,197,94,.25)}.status-dot{width:6px;height:6px;background-color:#4ade80;border-radius:50%;display:inline-block;box-shadow:0 0 8px #4ade80}.header-meta-grid{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.meta-cell{display:flex;flex-direction:column}.meta-label{font-size:.75rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:2px}.meta-val{font-size:.95rem;font-weight:600;color:#f8fafc}.meta-divider{width:1px;height:24px;background:#ffffff26}.header-actions{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.premium-btn{background:linear-gradient(90deg,#2563eb,#1d4ed8);color:#fff;border:none;padding:12px 24px;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #2563eb40}.premium-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #2563eb59}.last-updated{font-size:.75rem;color:#94a3b8}.details-tabs-nav{display:flex;border-bottom:2px solid #e2e8f0;gap:8px;margin-bottom:30px;overflow-x:auto;padding-bottom:2px}.tab-nav-btn{padding:12px 20px;border:none;background:transparent;font-size:.95rem;font-weight:600;color:#64748b;cursor:pointer;position:relative;transition:color .2s;white-space:nowrap;display:inline-flex;align-items:center;gap:6px}.tab-nav-btn.active{color:#2563eb;font-weight:700}.tab-nav-btn.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background-color:#2563eb}.tab-nav-btn:hover:not(.active){color:#334155}.tab-lock-icon{font-size:.8rem;color:#94a3b8}.locked-tab{opacity:.7}.promo-banners-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-bottom:30px}.promo-card{border-radius:16px;padding:24px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;box-shadow:0 4px 20px #00000008;position:relative;overflow:hidden;border:1px solid rgba(226,232,240,.8);background:#fff}.report-promo{background:linear-gradient(135deg,#eff6ff99,#dbeafe66);border-left:5px solid #2563eb}.mca-promo{background:linear-gradient(135deg,#f0fdf499,#dcfce766);border-left:5px solid #16a34a}.promo-details h3{font-size:1.1rem;font-weight:700;margin:0 0 12px;display:flex;align-items:center;gap:8px;color:#1e293b}.icon-wrap{font-size:1.2rem;color:#2563eb}.mca-promo .icon-wrap{color:#16a34a}.promo-details ul{list-style:none;padding:0;margin:0 0 20px}.promo-details li{font-size:.88rem;color:#475569;margin-bottom:6px}.promo-action-btn{background:#2563eb;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s;align-self:flex-start}.promo-action-btn:hover{background:#1d4ed8}.promo-action-btn.alt-btn{background:#16a34a}.promo-action-btn.alt-btn:hover{background:#15803d}.narrative-description{font-size:1rem;line-height:1.6;color:#334155;background:#f8fafc;padding:24px;border-radius:12px;border:1px solid #f1f5f9;margin-bottom:30px}.info-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.info-section-card{background:#fff;border-radius:16px;border:1px solid #f1f5f9;padding:24px;box-shadow:0 4px 15px #00000005;display:flex;flex-direction:column}.section-title{font-size:1.15rem;font-weight:700;color:#0f172a;margin:0 0 20px;display:flex;align-items:center;gap:10px;padding-bottom:12px;border-bottom:1px solid #f1f5f9}.section-title svg{color:#2563eb}.table-responsive{width:100%;overflow-x:auto}.info-table{width:100%;border-collapse:collapse}.info-table td{padding:12px 8px;font-size:.95rem;color:#475569;border-bottom:1px solid #f1f5f9}.info-table tr:last-child td{border-bottom:none}.info-table td:first-child{font-weight:500;color:#64748b;width:45%}.info-table td:last-child{color:#0f172a}.capital-highlight{color:#0f172a;font-size:1.05rem}.site-link{color:#2563eb;text-decoration:none;font-weight:500}.site-link:hover{text-decoration:underline}.directors-list{display:flex;flex-direction:column;gap:12px;max-height:460px;overflow-y:auto;padding-right:4px;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.directors-list::-webkit-scrollbar{width:5px}.directors-list::-webkit-scrollbar-track{background:transparent}.directors-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.directors-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.director-row-item{display:flex;align-items:center;gap:14px;padding:10px;border-radius:10px;background:#f8fafc;border:1px solid #f1f5f9}.dir-avatar{width:44px;height:44px;border-radius:50%;background:#e0f2fe;color:#0369a1;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;flex-shrink:0}.dir-info{flex:1;min-width:0;display:flex;flex-direction:column}.dir-name-link{font-size:.95rem;font-weight:600;color:#0f172a;text-decoration:none;transition:color .15s}.dir-name-link:hover{color:#2563eb}.dir-designation{font-size:.8rem;color:#64748b;margin-top:2px}.call-now-btn{padding:6px 14px;border-radius:8px;background:#2563eb;color:#fff;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .2s}.call-now-btn:hover{background:#1d4ed8;transform:translateY(-1px)}.empty-loan-state{display:flex;align-items:center;gap:20px;padding:15px;border-radius:12px;background:#f8fafc;border:1px solid #f1f5f9;margin-bottom:18px}.null-chart-circle{width:60px;height:60px;border-radius:50%;background:conic-gradient(#e2e8f0 0% 100%);display:flex;align-items:center;justify-content:center;position:relative}.null-chart-circle:before{content:"";width:44px;height:44px;border-radius:50%;background:#f8fafc;position:absolute}.null-pct{position:relative;z-index:2;font-size:.85rem;font-weight:700;color:#64748b}.null-legend{display:flex;flex-direction:column;gap:6px}.legend-row{display:flex;align-items:center;gap:8px;font-size:.85rem;color:#64748b}.color-box{width:12px;height:12px;border-radius:3px;display:inline-block}.color-box.blue{background-color:#3b82f6}.color-box.green{background-color:#10b981}.color-box.red{background-color:#ef4444}.empty-text{font-size:.9rem;color:#94a3b8;text-align:center;margin:10px 0}.directors-full-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.director-full-card{background:#fff;border-radius:16px;border:1px solid #f1f5f9;padding:20px;box-shadow:0 4px 15px #00000005;display:flex;flex-direction:column;justify-content:space-between}.full-card-header{display:flex;align-items:center;gap:16px;margin-bottom:16px}.dir-avatar.large{width:56px;height:56px;font-size:1.1rem}.full-card-header h4{font-size:1rem;font-weight:700;margin:0 0 4px;color:#0f172a}.full-card-header p{font-size:.82rem;color:#64748b;margin:0;font-family:monospace}.full-card-body{font-size:.9rem;color:#475569;margin-bottom:20px}.full-card-body p{margin:0 0 8px}.view-profile-btn{width:100%;padding:10px;border-radius:8px;background:#f1f5f9;color:#0f172a;font-size:.85rem;font-weight:600;text-align:center;text-decoration:none;transition:all .2s}.view-profile-btn:hover{background:#e2e8f0}.premium-lock-overlay-box{background:#fff;border-radius:20px;border:1px solid #e2e8f0;padding:50px 30px;text-align:center;max-width:500px;margin:40px auto;box-shadow:0 10px 30px #0000000a}.huge-lock{font-size:3rem;color:#2563eb;margin-bottom:20px;background:#eff6ff;width:80px;height:80px;padding:20px;border-radius:50%;display:inline-block}.premium-lock-overlay-box h3{font-size:1.3rem;font-weight:700;color:#0f172a;margin:0 0 10px}.premium-lock-overlay-box p{font-size:.92rem;color:#64748b;line-height:1.5;margin:0 0 24px}.no-records-card{text-align:center;padding:50px 20px;border-radius:20px;background:#f8fafc;border:1px solid #f1f5f9;max-width:400px;margin:30px auto}.no-records-icon{font-size:2.5rem;color:#94a3b8;margin-bottom:16px}.no-records-card h3{font-size:1.15rem;font-weight:700;color:#334155;margin:0 0 8px}.no-records-card p{font-size:.88rem;color:#64748b;margin:0}.skeleton-loading{pointer-events:none}.details-header-skeleton{height:140px;background:#e2e8f0;border-radius:20px;margin-bottom:30px;display:flex;align-items:center;padding:30px;gap:24px}.skeleton-circle{width:80px;height:80px;border-radius:18px;background:#cbd5e1;animation:pulse 1.5s infinite ease-in-out}.skeleton-text-group{flex:1}.skeleton-line{height:14px;background:#cbd5e1;border-radius:4px;margin-bottom:10px;animation:pulse 1.5s infinite ease-in-out}.skeleton-line.title{width:40%;height:22px}.skeleton-line.subtitle{width:25%}.skeleton-line.meta{width:60%;margin-bottom:0}.details-tabs-skeleton{display:flex;gap:12px;margin-bottom:30px}.skeleton-tab{width:100px;height:38px;background:#e2e8f0;border-radius:8px;animation:pulse 1.5s infinite ease-in-out}.details-grid-skeleton{display:grid;grid-template-columns:1fr 1fr;gap:30px}.skeleton-card{height:300px;background:#e2e8f0;border-radius:16px;animation:pulse 1.5s infinite ease-in-out}.data-loader-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;color:#64748b;gap:15px}.data-spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #2563eb;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%{opacity:.6}50%{opacity:.9}to{opacity:.6}}.error-state{display:flex;align-items:center;justify-content:center;min-height:50vh}.error-card{background:#fff;border-radius:20px;border:1px solid #f1f5f9;padding:40px;text-align:center;max-width:450px;box-shadow:0 10px 30px #00000008}.error-icon{font-size:3.5rem;color:#ef4444;margin-bottom:20px}.error-card h2{font-size:1.4rem;color:#0f172a;margin:0 0 10px}.error-card p{color:#64748b;font-size:.95rem;margin:0 0 24px}.back-btn{display:inline-block;background:#2563eb;color:#fff;border-radius:10px;padding:12px 24px;text-decoration:none;font-weight:600;transition:background .2s}.back-btn:hover{background:#1d4ed8}@media (max-width: 992px){.info-cards-grid,.details-grid-skeleton{grid-template-columns:1fr}}@media (max-width: 768px){.details-container{margin-top:20px}.header-banner-content{flex-direction:column;align-items:flex-start;gap:16px}.header-actions{align-items:flex-start;width:100%;margin-top:10px}.premium-btn{width:100%}.header-meta-grid{gap:14px}.meta-divider{display:none}.meta-cell{width:45%}.details-header-skeleton{flex-direction:column;align-items:flex-start;height:auto;gap:16px}.skeleton-text-group{width:100%}}.charges-overview-section{margin-bottom:24px}.charges-overview-section h3{font-size:1.1rem;color:#0f172a;margin-bottom:12px}.charges-overview-section p{font-size:.9rem;color:#475569;line-height:1.6}.charges-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:30px}.charge-stat-box{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;box-shadow:0 2px 8px #00000005}.charge-stat-box .stat-label{font-size:.85rem;color:#64748b;margin-bottom:12px;display:flex;align-items:center;gap:6px}.charge-stat-box .stat-value{font-size:2rem;font-weight:700}.stat-value.blue{color:#2563eb}.stat-value.red{color:#ef4444}.stat-value.green{color:#10b981}.charge-chart-box{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px;display:flex;align-items:center;gap:20px;box-shadow:0 2px 8px #00000005}.chart-ring{width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}.chart-ring:before{content:"";position:absolute;width:50px;height:50px;background:#fff;border-radius:50%}.chart-legend{display:flex;flex-direction:column;gap:8px}.chart-legend-item{font-size:.8rem;color:#475569;display:flex;align-items:center;gap:6px}.charges-table-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;overflow:hidden}.charges-table-section h3{font-size:1.1rem;color:#0f172a;margin-bottom:8px}.charges-table-section>p{font-size:.85rem;color:#64748b;margin-bottom:20px;line-height:1.5}.data-table{width:100%;border-collapse:collapse}.data-table th{background:#f8fafc;color:#475569;font-size:.75rem;font-weight:600;text-transform:uppercase;padding:12px 16px;text-align:left;border-bottom:2px solid #e2e8f0}.data-table td{padding:14px 16px;font-size:.85rem;color:#334155;border-bottom:1px solid #f1f5f9;vertical-align:middle}.data-table tr:hover{background:#f8fafc}.status-open{color:#10b981;font-weight:600}.status-closed{color:#ef4444;font-weight:600}@media (max-width: 992px){.charges-summary-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.charges-summary-grid{grid-template-columns:1fr}}.back-to-company-bar{padding:12px 0 4px;margin-bottom:4px}.back-to-company-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;background:#f1f5f9;color:#334155;border-radius:999px;font-size:.875rem;font-weight:600;text-decoration:none;border:1px solid #e2e8f0;transition:background .18s,color .18s,box-shadow .18s}.back-to-company-btn svg{font-size:.8rem;flex-shrink:0}.back-to-company-btn:hover{background:#2563eb;color:#fff;border-color:#2563eb;box-shadow:0 4px 12px #2563eb40}.director-header-banner{background:linear-gradient(135deg,#0d1e36,#1e3a5f 60%,#172554)!important}.director-logo-avatar{background:#38bdf81a!important;color:#38bdf8!important}.deactivated-status{background:#ef444426;color:#f87171;border:1px solid rgba(239,68,68,.25)}.deactivated-status .status-dot{background-color:#f87171;box-shadow:0 0 8px #f87171}.green-updated{color:#4ade80!important;font-weight:600}.director-overview-row{display:flex;gap:30px;margin-bottom:30px;align-items:stretch}.director-sidebar-card{width:320px;background:#fff;border-radius:16px;border:1px solid #f1f5f9;padding:30px 24px;box-shadow:0 4px 15px #00000005;display:flex;flex-direction:column;align-items:center;flex-shrink:0}.sidebar-avatar-section{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;border-bottom:1px solid #f1f5f9;padding-bottom:24px;margin-bottom:24px}.sidebar-avatar-circle{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#e0f2fe,#bae6fd);color:#0369a1;display:flex;align-items:center;justify-content:center;font-size:2.2rem;font-weight:800;margin-bottom:16px;box-shadow:0 10px 20px #0369a11a}.sidebar-avatar-section h3{font-size:1.25rem;font-weight:800;color:#0f172a;margin:0 0 4px}.sidebar-subtitle{font-size:.88rem;color:#64748b;font-weight:500;margin:0 0 8px}.sidebar-din-code{font-size:.82rem;font-family:monospace;color:#94a3b8;background:#f8fafc;padding:3px 8px;border-radius:6px;margin:0 0 16px}.sidebar-status-badge{padding:4px 12px;border-radius:12px;font-size:.75rem;font-weight:700;text-transform:uppercase}.sidebar-status-badge.active{background:#dcfce7;color:#15803d}.sidebar-status-badge.deactivated{background:#fee2e2;color:#dc2626}.sidebar-additional-details{width:100%}.side-detail-item{display:flex;flex-direction:column;gap:4px}.side-detail-item .detail-lbl{font-size:.75rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.side-detail-item .detail-val{font-size:.95rem;font-weight:600;color:#334155}.director-profile-main-section{flex:1;background:#fff;border-radius:16px;border:1px solid #f1f5f9;padding:30px;box-shadow:0 4px 15px #00000005;display:flex;flex-direction:column}.section-title-clean{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0 0 16px;display:flex;align-items:center;gap:10px}.section-title-clean svg{color:#2563eb}.director-narrative{font-size:.98rem;line-height:1.6;color:#475569;margin:0 0 26px}.director-metrics-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:auto}.director-metric-card{display:flex;align-items:center;gap:16px;padding:18px;border-radius:12px;background:#f8fafc;border:1px solid #f1f5f9}.metric-icon-box{width:46px;height:46px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.15rem;flex-shrink:0}.metric-icon-box.blue{background:#eff6ff;color:#2563eb}.metric-icon-box.green{background:#f0fdf4;color:#16a34a}.metric-icon-box.orange{background:#fff7ed;color:#ea580c}.metric-icon-box.purple{background:#faf5ff;color:#9333ea}.metric-values{display:flex;flex-direction:column;min-width:0}.metric-num{font-size:1.15rem;font-weight:700;color:#0f172a}.metric-num.address-text{font-size:.9rem;word-break:break-word;line-height:1.4}.metric-lbl{font-size:.8rem;color:#64748b;margin-top:2px}.director-promo-banner-unlock{background:linear-gradient(135deg,#6d28d9,#4c1d95);border-radius:16px;padding:24px 30px;color:#fff;display:flex;align-items:center;gap:24px;box-shadow:0 10px 35px #6d28d933;margin-bottom:40px;flex-wrap:wrap}.unlock-icon-container{width:54px;height:54px;border-radius:12px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:#c084fc;flex-shrink:0;border:1px solid rgba(255,255,255,.1)}.unlock-message-text{flex:1;min-width:250px}.unlock-message-text h3{font-size:1.15rem;font-weight:700;margin:0 0 6px}.unlock-message-text p{font-size:.88rem;color:#d8b4fe;margin:0;line-height:1.4}.unlock-cta-btn{background:#fff;color:#5b21b6;border:none;padding:12px 24px;border-radius:10px;font-weight:700;font-size:.9rem;cursor:pointer;transition:all .2s;box-shadow:0 4px 10px #00000026}.unlock-cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 15px #00000040;background:#f3e8ff}.associations-timeline-section{margin-top:10px}.associations-table-card{background:#fff;border-radius:16px;border:1px solid #f1f5f9;padding:24px;box-shadow:0 4px 15px #00000005}.associations-table{width:100%;border-collapse:collapse}.associations-table th{text-align:left;padding:14px 16px;font-size:.85rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #f1f5f9}.associations-table td{padding:16px;font-size:.92rem;color:#334155;border-bottom:1px solid #f1f5f9;vertical-align:middle}.associations-table tr:last-child td{border-bottom:none}.company-redirect-link{font-weight:600;color:#0f172a;text-decoration:none;transition:color .15s;display:block}.company-redirect-link:hover{color:#2563eb}.mono-cin{font-family:monospace;color:#64748b;background:#f8fafc;padding:3px 6px;border-radius:4px}.empty-table-cell{text-align:center;color:#94a3b8;padding:30px!important}@media (max-width: 992px){.director-overview-row{flex-direction:column;align-items:stretch}.director-sidebar-card{width:100%}}@media (max-width: 768px){.director-metrics-grid{grid-template-columns:1fr}.director-promo-banner-unlock{padding:20px;gap:16px}.unlock-cta-btn{width:100%}}.tg-wrapper{background:#fff;border-radius:16px;border:1px solid #f1f5f9;padding:20px 20px 12px;margin-bottom:24px;box-shadow:0 2px 10px #0000000d;overflow:hidden}.tg-legend{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:18px}.tg-leg-item{display:inline-flex;align-items:center;gap:7px;font-size:.78rem;color:#64748b;font-weight:500}.tg-dot{display:inline-block;width:22px;height:7px;border-radius:4px;flex-shrink:0}.tg-chart{overflow-x:auto;overflow-y:auto;padding-bottom:4px;padding-right:4px;max-height:700px}.tg-chart,.table-responsive{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.table-responsive{max-height:560px;overflow-y:auto;padding-right:4px}.tg-chart::-webkit-scrollbar,.table-responsive::-webkit-scrollbar{height:6px;width:5px}.tg-chart::-webkit-scrollbar-track,.table-responsive::-webkit-scrollbar-track{background:transparent}.tg-chart::-webkit-scrollbar-thumb,.table-responsive::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.tg-chart::-webkit-scrollbar-thumb:hover,.table-responsive::-webkit-scrollbar-thumb:hover{background:#94a3b8}.tg-axis{position:sticky;top:0;height:44px;border-bottom:1px solid #e2e8f0;margin-bottom:0;min-width:100%;background:#fff;z-index:10}.tg-tick{position:absolute;bottom:6px;transform:translate(-50%);font-size:.68rem;color:#94a3b8;line-height:1.25;text-align:center;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none}.tg-today-label{position:absolute;top:3px;transform:translate(-50%);font-size:.65rem;font-weight:700;color:#2563eb;white-space:nowrap;pointer-events:none}.tg-rows{position:relative;padding:8px 0 4px;min-width:100%}.tg-vline{position:absolute;top:0;bottom:0;width:1px;background:#f1f5f9;pointer-events:none;z-index:0}.tg-today-line{position:absolute;top:0;bottom:0;width:2px;background:#2563eb40;pointer-events:none;z-index:1}.tg-row{position:relative;height:70px}.tg-bar{position:absolute;top:14px;height:9px;border-radius:5px;z-index:2}.tg-row-label{position:absolute;top:30px;font-size:.7rem;line-height:1.5;z-index:3}.tg-row-label>span{display:block;font-weight:600;white-space:nowrap}.tg-co-link{display:block;color:#2563eb;font-weight:600;text-decoration:none;white-space:nowrap}.tg-co-link:hover{text-decoration:underline}@media (max-width: 600px){.tg-legend{gap:10px}.tg-leg-item{font-size:.72rem}.tg-wrapper{padding:14px 12px 8px}}.tl-tab-bar{display:flex;gap:4px;border-bottom:2px solid #f1f5f9;margin-bottom:16px;padding-bottom:0}.tl-tab-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;font-size:.875rem;font-weight:600;color:#64748b;cursor:pointer;border-radius:8px 8px 0 0;transition:color .18s,border-color .18s,background .18s}.tl-tab-btn:hover{color:#2563eb;background:#eff6ff}.tl-tab-btn.active{color:#2563eb;border-bottom-color:#2563eb;background:#eff6ff}.tl-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#e2e8f0;color:#475569;font-size:.72rem;font-weight:700;transition:background .18s,color .18s}.tl-tab-btn.active .tl-tab-count{background:#2563eb;color:#fff}#root{width:100%;margin:0!important;padding:0!important;overflow-x:hidden}*,*:before,*:after{box-sizing:border-box}.content-wrapper{padding-top:100px!important}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0!important;min-width:320px;min-height:100vh;width:100%;background-color:#fff!important}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
