.font-brand{font-family:var(--font-primary)}body{margin:0;font-family:var(--font-secondary);display:flex;flex-direction:column;min-height:100vh;background:#faf9ff}html{scroll-behavior:smooth}h1,h2{color:#9333ea}a{text-decoration:none}.btn-primary{width:100%;background:#9333ea;color:#ffffff;padding:12px;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease}.btn-primary:hover{background:#7e22ce;transform:translateY(-2px);box-shadow:0 8px 18px rgba(147,51,234,.25)}#profile-menu.open{display:block}.section-anchor{scroll-margin-top:72px}header{display:flex;justify-content:space-between;align-items:center;padding:14px 40px;min-height:72px;position:sticky;top:0;z-index:100;background:linear-gradient(135deg,#7c3aed,#9333ea);backdrop-filter:none;border-bottom:none}header .logo span.fm{color:#ffb100;font-weight:800}header .logo span.procure{color:#fff;font-weight:700}header .logo span.net{color:#dcd4ff;font-weight:600;letter-spacing:.5px}header .logo{display:flex;align-items:center;gap:8px}header .logo div{font-family:var(--font-primary);font-size:2rem;font-weight:700;letter-spacing:-.02em;line-height:1}header nav a{position:relative;margin:0 18px;font-size:18px;color:#fff;font-weight:600;padding:5px 0;transition:color .3s}header nav a:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:2px;background:#ffb100;transition:width .3s}header nav a:hover{color:#ffb100}header nav a:hover:after{width:100%}.mobile-drawer .mobile-nav a.active,header nav a.active{color:#ffb100;font-weight:700}header nav a.active:after{width:100%}.right-actions{display:flex;align-items:center;gap:18px}.nav-link{font-size:18px;font-weight:600;color:#fff;white-space:nowrap;display:inline-flex;align-items:center}.nav-link:hover{color:#ffb100}.right-actions button{padding:8px 20px;border-radius:8px;cursor:pointer;font-weight:600;font-size:18px;transition:background .3s,transform .2s}.right-actions .btn-primary{background:#ffb100;color:#111;border:none;font-weight:700}.right-actions .btn-primary:hover{background:#ffaa00;transform:translateY(-1px)}.right-actions .btn-secondary{border:1px solid white;background:transparent;color:white}.right-actions .btn-secondary:hover{background:rgba(255,255,255,.1);transform:translateY(-1px)}.desktop-only{display:inline-block}.hamburger{display:none;background:transparent;border:none;font-size:6px;color:white;cursor:pointer;margin-left:6px}.mobile-drawer{position:fixed;top:0;right:-100%;width:250px;height:100%;box-shadow:-2px 0 5px rgba(0,0,0,.5);transition:right .3s ease;z-index:1000;padding:20px;background:rgba(40,20,90,.95);backdrop-filter:blur(12px)}.mobile-drawer.open{right:0}.mobile-drawer .close-drawer{background:transparent;border:none;font-size:30px;color:white;cursor:pointer;margin-bottom:20px}.mobile-drawer .mobile-nav a{display:block;color:white;padding:12px 0;font-size:18px}.mobile-drawer .mobile-nav a.active{background:rgba(255,255,255,.1);border-radius:4px}.drawer-actions{display:flex;flex-direction:column;gap:10px;margin-top:20px}.drawer-actions button{padding:12px 16px;border:1px solid white;background:transparent;color:white;border-radius:6px;cursor:pointer;font-weight:500;font-size:16px;width:100%;text-align:center}@media (max-width:768px){.desktop-nav{display:none}.hamburger{display:block}.desktop-only{display:none}}.hero{min-height:68vh;flex:0 0 auto;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:72px 20px 64px;margin-bottom:0;box-shadow:inset 0 -30px 40px rgba(0,0,0,.08);background:linear-gradient(180deg,#ebe9ff,#e2ddff 45%,#d8d2ff);border-bottom-left-radius:32px;border-bottom-right-radius:32px}.hero h1{font-family:var(--font-primary);font-size:clamp(2.8rem,5vw,3.7rem);letter-spacing:-.03em;line-height:1.1;margin-bottom:24px}.hero p{font-size:1.2rem;line-height:1.65;color:rgba(44,44,44,.9);max-width:760px;margin-bottom:36px}.search-box{display:flex;align-items:center;justify-content:center;gap:10px}.textarea-wrapper{position:relative;flex:1}.search-box textarea{width:100%;height:46px;min-height:46px;max-height:46px;padding:10px 44px 10px 16px;font-size:15px;line-height:1.4;border-radius:14px;border:1px solid rgba(59,10,133,.12);background:#ffffff;box-shadow:0 2px 6px rgba(0,0,0,.06);outline:none;resize:none;overflow:hidden;transition:all .2s ease}.search-box textarea:focus{border-color:#4f46e5;box-shadow:0 4px 12px rgba(79,70,229,.15)}.search-box textarea::-moz-placeholder{font-size:14px;opacity:.75}.search-box textarea::placeholder{font-size:14px;opacity:.75}.mic-icon{position:absolute;right:8px;top:50%;transform:translateY(-50%)}.mic-btn{width:32px;height:32px;font-size:14px;color:#5b5670}.mic-btn:hover{color:#32106d}.search-submit{height:46px;padding:0 18px;border-radius:14px;border:none;background:#ffb100;color:#000;font-size:14px;font-weight:700;display:flex;align-items:center;gap:6px;cursor:pointer;transition:all .2s ease}.search-submit:hover{background:#ffaa00;transform:translateY(-1px)}.search-submit:active{transform:scale(.97)}@media (max-width:768px){.search-box{flex-direction:column;align-items:stretch;gap:10px;padding:0 16px}.search-submit{width:100%;justify-content:center}.search-box textarea{height:48px;min-height:48px;max-height:48px}}.search-box{position:relative;width:100%;max-width:680px;margin-top:24px;padding:0 20px}.search-input-wrapper{display:flex;align-items:center;width:100%;background:#ffffff;border-radius:14px;border:1px solid rgba(147,51,234,.15);padding:6px 8px;box-shadow:0 6px 16px rgba(0,0,0,.08);transition:all .2s ease}.search-input-wrapper:hover{box-shadow:0 8px 20px rgba(0,0,0,.12)}.search-input-wrapper:focus-within{border-color:#9333ea;box-shadow:0 8px 22px rgba(147,51,234,.18)}.search-input{flex:1;height:44px;min-height:44px;max-height:44px;border:none;outline:none;resize:none;padding:10px 12px;font-size:15px;line-height:1.4;background:transparent;color:#111}.search-input::-moz-placeholder{font-size:14px;opacity:.7;color:#6b7280}.search-input::placeholder{font-size:14px;opacity:.7;color:#6b7280}.mic-btn{width:40px;height:40px;border-radius:50%;border:none;background:transparent;display:flex;align-items:center;justify-content:center;font-size:22px;color:#6b7280;cursor:pointer;transition:all .2s ease}.mic-btn:hover{background:#f3f0ff;color:#9333ea}.search-btn{width:40px;height:40px;border-radius:50%;border:none;background:#9333ea;color:#ffffff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.search-btn:hover{background:#7e22ce}.search-btn:disabled{opacity:.5;cursor:not-allowed}.autosuggest-dropdown{position:absolute;top:calc(100% + 6px);left:0;width:100%;background:#fff;border-radius:14px;box-shadow:0 12px 30px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.05);padding:6px;z-index:20;max-height:none;overflow:hidden}.autosuggest-item{display:flex;align-items:center;gap:10px;width:100%;text-align:left;padding:10px 14px;font-size:14px;color:#1b1230;background:transparent;border:none;border-radius:10px;cursor:pointer;transition:background .18s ease,color .18s ease}.autosuggest-item:hover{background:#f3f0ff;color:var(--brand-primary)}.autosuggest-icon{font-size:13px;color:#9ca3af;flex-shrink:0}.autosuggest-item strong{font-weight:600;color:var(--brand-primary)}@media (max-width:768px){.search-box{padding:0 16px}.search-input{height:46px}.search-btn{width:38px;height:38px}}.marquee-section{position:relative;z-index:5;background:#faf9ff;text-align:center;padding:32px 0}.marquee-section h2{font-size:1.4rem;font-weight:600;margin-bottom:16px;letter-spacing:.4px;text-align:center;text-shadow:0 2px 8px rgba(79,70,229,.35)}.marquee{overflow:hidden;display:flex;justify-content:flex-start}.marquee-content{display:flex;animation:scroll 25s linear infinite;list-style:none;padding:0;margin:0}.marquee-content li{display:flex;margin:0 8px}.logo-box{background:#ffffff;border:1px solid rgba(59,10,133,.12);border-radius:12px;height:68px;width:132px;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px rgba(0,0,0,.04)}.logo-box,.logo-box img{transition:all .25s ease}.logo-box img{max-height:38px;max-width:96px;-o-object-fit:contain;object-fit:contain;filter:grayscale(100%) brightness(.35);opacity:.85}.logo-box:hover{transform:translateY(-3px);border-color:rgba(59,10,133,.2);box-shadow:0 8px 20px rgba(59,10,133,.08)}.logo-box:hover img{opacity:1;transform:scale(1.05)}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.services-showcase{padding:100px 20px;background:#faf9ff}.services-showcase-inner{max-width:1320px;margin:0 auto}.services-heading{text-align:center;margin-bottom:42px}.services-heading h2{font-family:var(--font-primary);font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:12px;letter-spacing:-.02em}.services-heading p{font-size:1.05rem;color:rgba(44,44,44,.85)}.services-slider-wrapper{max-width:1280px;margin:30px auto 0;overflow:hidden}.services-grid{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));gap:14px}.service-card{aspect-ratio:1/1;min-height:110px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px 8px;background:#ffffff;border-radius:14px;text-align:center;cursor:pointer;border:1px solid rgba(147,51,234,.08);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.service-card .material-icons{font-size:24px;margin-bottom:6px}.service-card p{font-size:.82rem;font-weight:600;color:#2d2345;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.service-card:hover{transform:translateY(-6px) scale(1.05);box-shadow:0 14px 26px rgba(147,51,234,.18);border-color:rgba(147,51,234,.25)}.fade{animation:slideFade .6s cubic-bezier(.22,1,.36,1)}@keyframes slideFade{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.services-grid .service-card{opacity:0;animation:cardReveal .5s ease forwards}.services-grid .service-card:nth-child(n){animation-delay:calc(.04s * var(--i))}.services-grid .service-card:first-child{animation-delay:.04s}.services-grid .service-card:nth-child(2){animation-delay:.08s}.services-grid .service-card:nth-child(3){animation-delay:.12s}.services-grid .service-card:nth-child(4){animation-delay:.16s}.services-grid .service-card:nth-child(5){animation-delay:.2s}.services-grid .service-card:nth-child(6){animation-delay:.24s}.services-grid .service-card:nth-child(7){animation-delay:.28s}.services-grid .service-card:nth-child(8){animation-delay:.32s}.services-grid .service-card:nth-child(9){animation-delay:.36s}.services-grid .service-card:nth-child(10){animation-delay:.4s}@keyframes cardReveal{0%{opacity:0;transform:translateY(14px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.services-dots{display:flex;justify-content:center;gap:8px;margin-top:22px}.dot{width:9px;height:9px;border-radius:50%;background:#e5d9ff;cursor:pointer;transition:all .25s ease}.dot.active{background:#9333ea;transform:scale(1.3)}@media (max-width:1024px){.services-grid{grid-template-columns:repeat(5,1fr)}}@media (max-width:640px){.services-showcase{padding:70px 16px}.services-grid{grid-template-columns:repeat(2,1fr)}}.solutions-section{background:#f6f3ff;padding:72px 20px 84px}.solutions-container{max-width:1320px;margin:0 auto}.solutions-heading{text-align:center;margin-bottom:42px}.solutions-heading h2{font-family:var(--font-primary);font-size:clamp(2.1rem,4vw,3.25rem);font-weight:800;line-height:1.1;margin-bottom:14px;letter-spacing:-.03em}.solutions-heading p{font-size:1.15rem;color:rgba(44,44,44,.9)}.solutions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;max-width:1120px;margin:0 auto}.solution-card{padding:42px 42px 34px;display:flex;flex-direction:column;min-height:100%;background:#ffffff;border-radius:16px;border:1px solid rgba(147,51,234,.08);box-shadow:0 8px 24px rgba(147,51,234,.06);transition:all .25s ease}.solution-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(147,51,234,.12)}.solution-top{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:30px}.solution-top img{width:180px;max-width:35%;height:auto;-o-object-fit:contain;object-fit:contain;flex-shrink:0}.solution-card h3{font-family:var(--font-primary);font-size:clamp(2.25rem,4vw,3.5rem);font-weight:800;line-height:1;color:#2a0a5e;margin-bottom:14px}.solution-card h4{font-size:2rem;font-weight:700;color:#24163d;margin-bottom:8px}.solution-subtitle{font-size:1.2rem;font-weight:600;color:#4b3f67}.solution-points{display:flex;flex-direction:column;gap:22px;margin-bottom:34px}.solution-point{display:flex;align-items:flex-start;gap:14px}.solution-point span{font-size:1.1rem;color:#3b0a85;line-height:1.5;margin-top:2px}.solution-point h5{font-size:1.1rem;font-weight:700;color:#24163d;margin-bottom:4px}.solution-point p{font-size:1rem;color:#5b5670;line-height:1.5}.solution-btn{margin-top:auto;display:inline-flex;align-items:center;gap:10px;width:-moz-fit-content;width:fit-content;padding:14px 22px;border-radius:14px;background:#9333ea;color:#ffffff;font-weight:600;font-size:1rem;transition:all .2s ease}.solution-btn:hover{background:#7e22ce;transform:translateY(-2px);box-shadow:0 8px 18px rgba(147,51,234,.25)}@media (max-width:1024px){.solutions-grid{grid-template-columns:1fr}.solution-card{padding:32px 28px}.solution-top img{width:140px}.solution-card h4{font-size:1.4rem}}@media (max-width:640px){.solutions-section{padding:56px 16px 64px}.solution-top{flex-direction:column;align-items:flex-start}.solution-top img{width:120px;max-width:100%}.solution-card h3{font-size:2.25rem}.solution-card h4{font-size:1.25rem}.solution-subtitle{font-size:1rem}.solution-btn{width:100%;justify-content:center}}.page-bg{position:fixed;top:0;width:180px;height:100vh;background:#000;z-index:0}.left-bg{left:0}.right-bg{right:0}.side-panel{position:fixed;top:0;width:160px;height:600px;display:flex;align-items:center;justify-content:center;z-index:999999;background:#000}.side-panel-left{left:10px;top:50%;transform:translateY(-50%)}.side-panel-right{right:10px;top:50%;transform:translateY(-50%)}.side-panel-content{width:160px;height:600px;border-radius:8px;overflow:hidden;background:#000;display:flex;align-items:center;justify-content:center}.side-panel-content video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;background:#000;display:block;will-change:transform;transform:translateZ(0)}.main-content,.main-content-full-width{background:transparent;box-shadow:none}.main-content{position:relative;z-index:10;margin:0 calc(160px + 20px);min-height:100vh;border-radius:12px}.main-content-full-width{position:relative;z-index:10;margin:0}.voice-modal{position:fixed;inset:0;background:rgba(27,18,48,.65);backdrop-filter:blur(6px);display:flex;justify-content:center;align-items:center;z-index:999999}.voice-modal-box{background:#fff;padding:32px 28px;border-radius:18px;width:90%;max-width:400px;text-align:center;border:1px solid rgba(147,51,234,.08);box-shadow:0 18px 40px rgba(147,51,234,.12);animation:fadeIn .2s ease-out}.voice-modal-box h3{font-size:18px;font-weight:600;color:#2b003f;margin-bottom:6px}.mic-anim{width:72px;height:72px;border-radius:50%;margin:0 auto 18px;display:flex;align-items:center;justify-content:center;font-size:26px;background:#ede9fe;color:#9333ea}.mic-anim.listening{animation:pulse 1.4s ease-in-out infinite}.mic-anim.processing{background:#f3f0ff;color:#7c3aed}.mic-anim.done{background:#ecfdf5;color:#16a34a}.voice-subtext{font-size:13px;color:#6b7280;margin-bottom:18px}.voice-result{font-size:14px;color:#2b003f;background:#faf8ff;border:1px solid rgba(147,51,234,.08);padding:14px;border-radius:12px;margin:14px 0 20px;max-height:140px;overflow-y:auto;text-align:left}.voice-actions{display:flex;flex-direction:column;gap:10px;margin-top:8px}.voice-btn{padding:12px;border-radius:10px;border:none;cursor:pointer;font-weight:600;width:100%;font-size:14px;transition:all .2s ease}.voice-btn.stop,.voice-btn.use-text{background:linear-gradient(135deg,#7c3aed,#9333ea);color:#fff}.voice-btn.stop:hover,.voice-btn.use-text:hover{transform:translateY(-1px)}.voice-btn.restart{background:#f3f0ff;color:#7c3aed}.voice-btn.cancel{background:transparent;color:#6b7280}@keyframes pulse{0%{transform:scale(1);opacity:.85}50%{transform:scale(1.12);opacity:1}to{transform:scale(1);opacity:.85}}@media (max-width:1024px){.main-content{border-radius:8px}.main-content,.main-content-full-width{margin:0;box-shadow:none}.side-panel{display:none!important}}.three-column-section{background:#ffffff;padding:72px 20px 84px}.three-column-section .network-container{max-width:1600px;padding:0 40px}.network-heading{text-align:center;margin-bottom:42px}.network-heading h2{font-family:var(--font-primary);font-size:clamp(2.1rem,4vw,3.25rem);font-weight:800;margin-bottom:12px;letter-spacing:-.03em}.network-heading p{font-size:1.1rem;color:rgba(44,44,44,.9)}.three-column-section .grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;max-width:1400px;margin:0 auto}@media (max-width:1024px){.three-column-section .grid{grid-template-columns:1fr}}.network-card{border-radius:20px;padding:36px 34px;display:flex;flex-direction:column;border:1px solid rgba(59,10,133,.08);min-height:100%}.network-card.testimonial{background:#f8f6ff}.network-card.events{background:#f3efff}.network-card.vendor{background:#efe9ff}.network-card h3{font-size:1.35rem;font-weight:700;color:#24163d;margin-bottom:18px}.network-card p{font-size:.95rem;color:#5b5670;line-height:1.6}.network-card .highlight{color:#4f46e5;font-weight:600}.network-card img{width:100%;border-radius:14px;margin-bottom:16px;-o-object-fit:cover;object-fit:cover}.network-btn{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;border-radius:14px;background:#9333ea;color:#ffffff;font-weight:600;font-size:.95rem;transition:all .2s ease}.network-btn:hover{background:#7e22ce;transform:translateY(-2px);box-shadow:0 8px 18px rgba(147,51,234,.25)}.testimonial-content{text-align:left;margin-top:10px}.testimonial-content .quote{font-size:1rem;line-height:1.6;color:#4b3f67;margin-bottom:20px;position:relative}.testimonial-content .quote:before{content:"“";font-size:2rem;position:absolute;left:-10px;top:-10px;color:#c4bdf5}.testimonial-user{gap:12px}.avatar,.testimonial-user{display:flex;align-items:center}.avatar{width:38px;height:38px;border-radius:50%;background:#4f46e5;color:#fff;justify-content:center;font-weight:700;font-size:.95rem}.name{font-weight:600;color:#1b1230}.role{font-size:.85rem;color:#6b7280}.event-dots,.testimonial-dots{display:flex;justify-content:center;gap:8px;margin-top:12px}.event-dot,.testimonial-dot{width:10px;height:10px;background:#c4bdf5;border-radius:50%;cursor:pointer;transition:transform .2s ease}.event-dot:hover,.testimonial-dot:hover{transform:scale(1.2)}.event-dot.active,.testimonial-dot.active{background:#4f46e5}.about-section{padding:72px 20px 84px;background:linear-gradient(180deg,#ebe9ff,#e2ddff 45%,#d8d2ff)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin-bottom:60px}@media (max-width:1024px){.about-grid{grid-template-columns:1fr}}.about-image img{width:100%;border-radius:20px;-o-object-fit:cover;object-fit:cover}.about-content h2{font-family:var(--font-primary);font-size:clamp(2rem,4vw,2.8rem);font-weight:800;margin-bottom:16px;letter-spacing:-.02em}.about-content p{font-size:1.05rem;color:rgba(44,44,44,.9);line-height:1.7;margin-bottom:16px}.about-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}@media (max-width:1024px){.about-cards{grid-template-columns:1fr}}.about-card{background:#f7f5ff;border-radius:20px;padding:28px 24px;border:1px solid rgba(59,10,133,.08);transition:all .25s ease}.about-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(59,10,133,.08)}.about-card h3{font-size:1.25rem;font-weight:700;color:#24163d;margin-bottom:10px}.about-card p{font-size:.95rem;color:#5b5670;line-height:1.6}.contact-section{padding:100px 20px;background:linear-gradient(180deg,#faf9ff,#f4f1ff)}.contact-container{max-width:1100px;margin:0 auto}.contact-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:56px;align-items:start}@media (max-width:1024px){.contact-layout{grid-template-columns:1fr;gap:40px}}.contact-title{font-size:2.6rem;font-weight:800;letter-spacing:-.02em;margin-bottom:8px}.contact-sub{font-size:1.05rem;color:#6b7280;line-height:1.6;margin-bottom:30px}.contact-office h4{font-size:1.25rem;font-weight:700;color:#1f1b2e;margin-bottom:6px}.address{font-size:1.05rem;color:#4b5563;line-height:1.7;margin-bottom:18px}.contact-links{display:flex;flex-direction:column;gap:14px}.contact-links a{display:flex;align-items:center;gap:10px;font-size:1rem;font-weight:500;color:#9333ea;transition:all .2s ease}.contact-links a:hover{color:#7e22ce;transform:translateX(2px)}.contact-links i{font-size:14px;opacity:.9}.contact-divider{height:1px;background:rgba(147,51,234,.12);margin:32px 0}.contact-highlights{display:grid;grid-template-columns:1fr 1fr;gap:22px}.contact-highlights div{display:flex;flex-direction:column;gap:4px}.contact-highlights i{font-size:14px;color:#9333ea;margin-bottom:4px}.contact-highlights strong{font-size:1rem;font-weight:600;color:#1f1b2e}.contact-highlights span{font-size:.9rem;color:#6b7280;line-height:1.5}.contact-form-card{background:#ffffff;padding:34px;border-radius:20px;border:1px solid rgba(147,51,234,.08);box-shadow:0 14px 36px rgba(147,51,234,.08);transition:all .25s ease}.contact-form-card:hover{box-shadow:0 18px 44px rgba(147,51,234,.12)}.form-title{font-size:1.55rem;font-weight:700;color:#1f1b2e;margin-bottom:22px}.contact-form-modern{display:flex;flex-direction:column;gap:14px;align-items:flex-start}.form-row{display:flex;gap:12px;width:100%}@media (max-width:768px){.form-row{flex-direction:column}}.contact-form-modern input,.contact-form-modern textarea{width:100%;padding:12px 14px;font-size:.95rem;border-radius:12px;border:1px solid rgba(147,51,234,.15);background:#ffffff;transition:all .2s ease}.contact-form-modern input:focus,.contact-form-modern textarea:focus{outline:none;border-color:#9333ea;box-shadow:0 0 0 3px rgba(147,51,234,.12)}.contact-form-modern textarea{resize:none;min-height:110px}.contact-btn{width:100%;padding:14px 18px;border-radius:14px;font-size:.95rem;font-weight:600;text-align:center;display:block;cursor:pointer;transition:all .25s ease}.contact-btn.primary{background:linear-gradient(135deg,#9333ea,#7e22ce);color:#ffffff}.contact-btn.primary:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(147,51,234,.25)}.contact-btn.secondary{background:#f3f0ff;color:#5b21b6}.contact-btn.secondary:hover{background:#ede9fe;transform:translateY(-1px)}.form-divider{display:flex;align-items:center;gap:10px;width:100%;margin:8px 0}.form-divider:after,.form-divider:before{content:"";flex:1;height:1px;background:rgba(147,51,234,.15)}.form-divider span{font-size:.75rem;font-weight:600;color:#9ca3af}.static-page{background:#ebe9ff}.static-header{padding:32px 20px 20px}.static-header-inner{max-width:900px;margin:0 auto}.static-header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.back-link{background:transparent;border:none;font-size:14px;color:#3b0a85;cursor:pointer;font-weight:500}.back-link:hover{text-decoration:underline}.last-updated{font-size:13px;color:#6b7280}.static-header h1{font-size:2rem;font-weight:800;margin-bottom:10px}.static-subtext{font-size:15px;color:#6b7280;max-width:600px}.static-content{padding:20px 20px 60px}.static-container{max-width:900px;margin:0 auto}.static-article{background:#ffffff;border-radius:16px;padding:36px 40px;border:1px solid rgba(59,10,133,.08);box-shadow:0 10px 30px rgba(59,10,133,.06)}.static-list{margin-top:10px;margin-bottom:16px;padding-left:18px}.static-list li{margin-bottom:6px;font-size:15.5px;color:#4b5563}.legal-contact-box{margin-top:12px;padding:14px 16px;background:#f9f7ff;border:1px solid rgba(59,10,133,.08);border-radius:10px}.legal-contact-box p{margin-bottom:4px}.static-article h2{font-size:20px;font-weight:700;margin-top:24px;margin-bottom:10px;color:#1b1230}.static-article h3{font-size:16px;font-weight:600;margin-top:20px;margin-bottom:8px}.static-article p{font-size:15.5px;line-height:1.75;color:#4b5563;margin-bottom:12px}.modern-footer{background:linear-gradient(135deg,#7c3aed,#9333ea)}.modern-footer-inner{margin:0 auto;background:transparent;border:none;box-shadow:none;backdrop-filter:blur(12px);padding:24px 28px}.modern-footer-top{display:flex;justify-content:space-between;align-items:center;gap:16px}.footer-brand{display:inline-flex;align-items:center}.footer-logo{height:34px;width:auto;-o-object-fit:contain;object-fit:contain}.footer-copyright{font-size:.95rem;color:rgba(255,255,255,.7);font-weight:500}.footer-divider{height:1px;background:rgba(59,10,133,.08);margin:20px 0}.modern-footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px}.footer-socials{display:flex;align-items:center;gap:14px}.footer-socials a{width:42px;height:42px;border-radius:14px;border:1.5px solid #3b0a85;display:flex;align-items:center;justify-content:center;transition:all .2s ease;background:#fff}.footer-socials a:hover{background:#f1f1f1;transform:translateY(-2px)}.footer-socials a img{width:18px;height:18px;-o-object-fit:contain;object-fit:contain;transition:filter .2s ease}.footer-socials a:hover img{filter:brightness(0) invert(1)}.footer-links{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.footer-links a{font-size:.95rem;font-weight:500;color:rgba(255,255,255,.7);position:relative;transition:color .2s ease}.footer-links a:hover{color:#ffb100}.footer-links a:not(:last-child):after{content:"";position:absolute;right:-12px;top:50%;width:1px;height:14px;background:rgba(91,86,112,.35);transform:translateY(-50%)}.form-group{width:100%}.form-group input,.form-group select{width:100%;padding:11px 12px;border-radius:8px;border:1px solid #d1d5db;font-size:14px;background:#fff;transition:all .2s ease}.form-group input:focus,.form-group select:focus{border-color:#7c3aed;box-shadow:0 0 0 3px rgba(124,58,237,.15);outline:none}.register-modern{text-align:center}.btn-disabled{width:100%;background:#d1d5db;color:#fff;cursor:not-allowed}.step-subtext{font-size:13px;color:#6b7280;margin-bottom:16px}.checkbox-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px}.checkbox-grid label{display:flex;align-items:center;gap:6px;padding:6px 8px;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;cursor:pointer}.checkbox-grid label:hover{background:#f9fafb}.form-actions{justify-content:space-between;margin-top:20px}.thankyou-modern{text-align:center;padding:30px 10px}.thankyou-icon-modern{display:flex;justify-content:center;margin-bottom:16px}.icon-circle{width:68px;height:68px;font-size:28px;box-shadow:0 8px 20px rgba(147,51,234,.25)}.thankyou-modern .auth-header p{max-width:420px;margin:0 auto 16px}.thankyou-actions{display:flex;justify-content:center;gap:10px;margin-top:16px}.thankyou-note{margin-top:12px;font-size:13px;color:#6b7280}.brand-highlight{color:#9333ea;white-space:nowrap}.preview-grid{display:flex;flex-wrap:wrap;gap:8px}.preview-item{width:80px;height:80px;border-radius:8px;overflow:hidden;background:#f3f4f6}.preview-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.search-header{background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.08);padding:12px 24px;display:flex;justify-content:center;align-items:center;gap:12px}.search-header input[type=text]{width:40rem;max-width:100%;padding:10px 12px 10px 38px;border:1px solid #ccc;border-radius:8px;font-size:15px;outline:none;background:#fdfdfd url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23999" viewBox="0 0 24 24"><path d="M21 21l-4.35-4.35m0 0A7.5 7.5 0 1116.65 16.65z"/></svg>') no-repeat 10px;background-size:16px;transition:box-shadow .2s,border-color .2s}.search-header input[type=text]:focus{border-color:#4f46e5;box-shadow:0 0 0 3px rgba(99,102,241,.15)}.search-header button{padding:10px 18px;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s}.search-header .btn-search{background:#4f46e5;color:#fff}.search-header .btn-search:hover{background:#4338ca}.search-header .btn-generate{background:#0073e6;color:#fff}.search-header .btn-generate:hover{background:#005bb5}.vendor-list{background:#fff;border-right:1px solid #e5e7eb;overflow-y:auto;height:calc(100vh - 70px)}.vendor-list-item{display:flex;align-items:center;gap:12px;padding:12px 16px;cursor:pointer;transition:background .2s;border-left:3px solid transparent}.vendor-list-item:hover{background:#f9fafb}.vendor-list-item.active{background:#eef2ff;border-left-color:#4f46e5}.vendor-list-item img{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.vendor-list-item h4{font-size:15px;font-weight:600;color:#111;margin:0}.vendor-list-item p{font-size:13px;color:#666;margin:2px 0 0}.vendor-details{padding:24px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08);height:100%;overflow-y:auto}.vendor-details h2{font-size:1.5rem;font-weight:700}.vendor-details .meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px;font-size:14px;color:#444;margin-top:12px}.vendor-details .meta div{padding:4px 0}#botPanel{width:420px;top:160px;bottom:30px;border-top-left-radius:12px;border-bottom-left-radius:12px;overflow:hidden}#botPanelBody{background:#fafafa}#botInput{background:#fff;border:1px solid #ccc}#botInput:focus{border-color:#4f46e5;box-shadow:0 0 0 3px rgba(99,102,241,.15);outline:none}#botPanelBody::-webkit-scrollbar,.vendor-list::-webkit-scrollbar{width:6px}#botPanelBody::-webkit-scrollbar-thumb,.vendor-list::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);border-radius:4px}.bot-pull-tab{position:fixed;top:50%;right:0;transform:translateY(-50%);width:46px;height:100px;background:#4f46e5;color:#fff;display:flex;align-items:center;justify-content:center;border-top-left-radius:10px;border-bottom-left-radius:10px;cursor:pointer;z-index:120;box-shadow:-3px 0 8px rgba(0,0,0,.25);transition:all .3s ease}.bot-pull-tab:hover{background:#4338ca;transform:translateY(-50%) scale(1.05)}.bot-pull-tab i{font-size:20px;transition:transform .3s ease}#botPanel.translate-x-0+.bot-pull-tab{right:50%}#botPanel.translate-x-0+.bot-pull-tab i{transform:rotate(180deg)}#authModal h2,#messageModal h2,#optionModal h2,#rfpModal h2,#rfpPreviewModal h2,#selectiveModal h2,#thankYouModal h2{color:#1f2937}#authModal label,#messageModal label,#optionModal label,#rfpModal label,#rfpPreviewModal label,#selectiveModal label{color:#374151}.prose p{margin-bottom:.75rem}.prose ul{list-style:disc}.prose li{margin-bottom:.25rem}.client-logo-box{width:140px;height:80px;background:#ffffff;border:1px solid #e5e7eb;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:10px}.client-logo-box img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.platform-not-live-wrapper{min-height:calc(100vh - 64px);display:flex;align-items:flex-start;justify-content:center;padding-top:48px}.platform-not-live-card{max-width:520px;width:100%;background:linear-gradient(180deg,#ffffff,#f9fafb);border:1px solid #e5e7eb;border-radius:12px;padding:32px;text-align:center}.form-card{background:#ffffff;padding:34px;border-radius:20px;border:1px solid rgba(147,51,234,.08);box-shadow:0 14px 36px rgba(147,51,234,.08);transition:all .25s ease}.form-card:hover{box-shadow:0 18px 44px rgba(147,51,234,.12)}.form-title-modern{font-size:1.55rem;font-weight:700;color:#1f1b2e;margin-bottom:22px}.form-layout{display:flex;flex-direction:column;gap:14px;align-items:flex-start}.form-row-modern{display:flex;gap:12px;width:100%}@media (max-width:768px){.form-row-modern{flex-direction:column}}.form-input,.form-select,.form-textarea{width:100%;padding:12px 14px;font-size:.95rem;border-radius:12px;border:1px solid rgba(147,51,234,.15);background:#ffffff;transition:all .2s ease}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#9333ea;box-shadow:0 0 0 3px rgba(147,51,234,.12)}.form-textarea{resize:none;min-height:110px}.form-btn-primary{width:100%;padding:14px 18px;border-radius:14px;font-size:.95rem;font-weight:600;text-align:center;cursor:pointer;background:linear-gradient(135deg,#9333ea,#7e22ce);color:#ffffff;transition:all .25s ease}.form-btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(147,51,234,.25)}.form-btn-secondary{width:100%;padding:14px 18px;border-radius:14px;font-size:.95rem;font-weight:600;text-align:center;cursor:pointer;background:#f3f0ff;color:#5b21b6;transition:all .25s ease}.form-btn-secondary:hover{background:#ede9fe;transform:translateY(-1px)}.form-divider-modern{display:flex;align-items:center;gap:10px;width:100%;margin:8px 0}.form-divider-modern:after,.form-divider-modern:before{content:"";flex:1;height:1px;background:rgba(147,51,234,.15)}.form-divider-modern span{font-size:.75rem;font-weight:600;color:#9ca3af}.authv2-section{min-height:calc(100vh - 90px);display:flex;align-items:center;justify-content:center;padding:40px 20px;background:linear-gradient(180deg,#ebe9ff,#e2ddff 45%,#d8d2ff);position:relative}.authv2-section:before{content:"";position:absolute;width:520px;height:520px;background:radial-gradient(circle,rgba(124,58,237,.12),transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%)}.authv2-wrapper{width:100%;max-width:420px;position:relative;z-index:2}.authv2-card{background:#ffffff;padding:44px 36px;border-radius:26px;transition:transform .25s ease,box-shadow .25s ease;box-shadow:0 28px 70px rgba(0,0,0,.1),0 10px 24px rgba(0,0,0,.05)}.authv2-card:hover{transform:translateY(-2px)}.authv2-card h1{font-size:30px;font-weight:800;color:#2b003f;margin-bottom:6px}.authv2-subtext{max-width:340px;margin-left:auto;margin-right:auto;font-size:14px;color:#6b7280;margin-bottom:28px}.authv2-form{display:flex;flex-direction:column}.authv2-form label{font-size:13px;font-weight:600;color:#2b003f;margin-bottom:6px}.authv2-input{width:100%;border:1px solid rgba(147,51,234,.15);border-radius:12px!important;padding:14px 16px!important;font-size:14px;margin-bottom:18px;transition:all .2s ease}.authv2-input:focus{outline:none;border-color:#9333ea;box-shadow:0 0 0 3px rgba(147,51,234,.12)}.authv2-options{display:flex;justify-content:space-between;align-items:center;font-size:13px;margin-bottom:22px}.authv2-remember{display:flex;align-items:center;gap:6px;color:#4b5563}.authv2-forgot{color:#9333ea;font-weight:500}.authv2-forgot:hover{text-decoration:underline}.authv2-submit{background:linear-gradient(135deg,#9333ea,#7e22ce);color:#ffffff;padding:13px 16px;margin-top:8px;border-radius:14px;border:none;font-size:15px;font-weight:600;cursor:pointer;transition:all .25s ease}.authv2-submit:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(147,51,234,.25)}.authv2-divider{display:flex;align-items:center;margin:26px 0}.authv2-divider:after,.authv2-divider:before{content:"";flex:1;height:1px;background:rgba(147,51,234,.15)}.authv2-divider span{padding:0 10px;font-size:12px;color:#9ca3af;font-weight:600}.authv2-footer{text-align:center;font-size:13px;margin-top:16px;color:#6b7280}.authv2-footer a{color:#9333ea;font-weight:600}.authv2-hint{font-size:12px;line-height:1.4;color:#6b7280;margin-top:6px;margin-bottom:10px}.authv2-hint.error{color:#dc2626}.registerv2{text-align:center}.rolev2-selection{display:flex;margin:26px 0;gap:16px}.rolev2-card{flex:1;background:#ffffff;border-radius:16px;border:1px solid rgba(147,51,234,.12);cursor:pointer;overflow:hidden;transition:all .25s ease}.rolev2-card img{width:100%;height:140px;-o-object-fit:cover;object-fit:cover}.rolev2-label{padding:12px;font-weight:600;font-size:14px;color:#2b003f}.rolev2-card:hover{transform:translateY(-4px);box-shadow:0 10px 24px rgba(147,51,234,.12)}.rolev2-card.active{border-color:#9333ea;box-shadow:0 0 0 3px rgba(147,51,234,.15),0 12px 28px rgba(147,51,234,.18)}.rolev2-selected{font-size:13px;color:#9333ea;font-weight:500;margin-bottom:14px}.authv2-disabled{background:#d1d5db!important;color:#ffffff;opacity:.9;cursor:not-allowed;box-shadow:none!important}.wizardv2{max-width:480px}.wizard-progress{display:flex;gap:10px;margin:18px 0 24px}.step{width:28px;height:28px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600}.step.active{background:#9333ea;color:#fff;box-shadow:0 6px 14px rgba(147,51,234,.25)}.error{font-size:12px;color:#dc2626;margin-top:4px}.form-actions{display:flex;gap:10px;margin-top:16px}.form-actions button{flex:1}.password-strength{font-size:13px;margin-top:6px;margin-bottom:4px;color:#9333ea}.pan-india{grid-column:span 2;font-weight:600;background:#f9f7ff}.checkbox-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:8px}.checkbox-card{display:flex;align-items:center;justify-content:flex-start;gap:10px;min-height:42px;padding:12px 14px;border-radius:12px;border:1px solid rgba(147,51,234,.12);background:#ffffff;font-size:13px;font-weight:500;color:#2b003f;cursor:pointer;transition:all .2s ease}.checkbox-card:hover{background:#f9f7ff}.checkbox-card input[type=checkbox]{accent-color:#9333ea;width:14px;height:14px;cursor:pointer}.checkbox-card span{flex:1}.full-row{grid-column:span 2;font-weight:600;background:#faf8ff}.terms-box{display:flex;align-items:flex-start;gap:10px;margin-top:8px;font-size:13px;color:#4b5563}.terms-box input{margin-top:3px;accent-color:#9333ea}.terms-box a{color:#9333ea;font-weight:500}.thankyouv2{text-align:center}.thankyouv2-icon{margin-bottom:18px}.icon-circle,.thankyouv2-icon{display:flex;justify-content:center}.icon-circle{width:60px;height:60px;border-radius:50%;align-items:center;background:#ede9fe;color:#9333ea;font-size:26px;font-weight:700}.thankyouv2 .authv2-subtext{margin-bottom:24px}.thankyouv2-note{margin-top:20px;font-size:13px;color:#6b7280}.thankyouv2-actions{margin:22px 0}.thankyou-actions-row{display:flex;flex-direction:column;gap:12px;margin-top:22px}.thankyou-skip{text-align:center;font-size:13px;color:#6b7280;cursor:pointer;transition:all .2s ease}.thankyou-skip:hover{color:#9333ea}.rfp-btn{width:40px;height:40px;border-radius:50%;border:none;background:#f3f0ff;color:#7c3aed;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.rfp-btn:hover{background:#ede9fe;transform:scale(1.05)}