@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap";:root{color:#0f172a;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary:#2563eb;--primary-light:#3b82f6;--primary-hover:#1d4ed8;--primary-soft:#dbeafe;--dark:#0f172a;--dark-secondary:#111827;--dark-blue:#172554;--text:#0f172a;--text-secondary:#475569;--text-muted:#64748b;--white:#fff;--border:#e2e8f0;--border-light:#f1f5f9;--page-bg:#f8fafc;--shadow-sm:0 4px 12px #0f172a0f;--shadow-md:0 8px 20px #0f172a17;--shadow-lg:0 15px 35px #0f172a21;--radius-sm:8px;--radius-md:12px;--radius-lg:18px;--transition:all .3s ease;background:#fff;font-family:Inter,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;width:100%}body{min-width:320px;min-height:100vh;color:var(--text);background:#fff;margin:0;font-family:Inter,sans-serif;overflow-x:hidden}#root{width:100%;min-height:100vh;margin:0;padding:0}h1,h2,h3,h4,h5,h6{color:var(--text);margin:0;font-family:Inter,sans-serif;font-weight:700}a{color:inherit;text-decoration:none}a:focus-visible{outline:2px solid var(--primary-light);outline-offset:3px;border-radius:4px}img{max-width:100%;display:block}button{cursor:pointer;border:none;outline:none;font-family:inherit}button:focus-visible{outline:2px solid var(--primary-light);outline-offset:3px}::selection{background:var(--primary);color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}.container{width:90%;max-width:1250px;margin:0 auto}section{width:100%}.section-label{color:var(--primary);letter-spacing:1.5px;text-transform:uppercase;font-size:12px;font-weight:700;display:inline-block}.primary-button{color:#fff;background:linear-gradient(145deg, var(--primary-light), var(--primary-hover));transition:var(--transition);border:1px solid #60a5fa4d;border-radius:9px;justify-content:center;align-items:center;gap:8px;padding:12px 22px;font-size:14px;font-weight:600;display:inline-flex;box-shadow:4px 5px 12px #0f172a33,inset 1px 1px 3px #fff3}.primary-button:hover{transform:translateY(-3px);box-shadow:6px 8px 18px #0f172a40,0 0 15px #3b82f633}.common-card{border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:var(--transition);background:#fff}.common-card:hover{box-shadow:var(--shadow-lg);border-color:#bfdbfe;transform:translateY(-5px)}.dark-section{color:#fff;background:linear-gradient(135deg, var(--dark), var(--dark-secondary), var(--dark-blue))}.light-section{background:#fff}.soft-section{background:var(--page-bg)}@media (width<=768px){.container{width:88%}}@media (width<=480px){.container{width:90%}}.navbar{z-index:1000;color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(135deg,#020617,#0f172a 55%,#172554);border-bottom:1px solid #60a5fa1f;align-items:center;width:100%;height:74px;display:flex;position:sticky;top:0;box-shadow:0 6px 25px #00000040}.navbar-left{align-items:center;gap:12px;width:40%;height:100%;padding-left:35px;display:flex}.navbar-logo{background:linear-gradient(145deg,#3b82f6,#1d4ed8);border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:49px;height:49px;padding:3px;transition:all .3s;display:flex;overflow:hidden;box-shadow:4px 5px 13px #00000059,inset 1px 1px 3px #ffffff40}.navbar-logo img{object-fit:contain;background:#fff;border-radius:10px;width:100%;height:100%;display:block}.navbar-logo:hover{transform:translateY(-2px)scale(1.04);box-shadow:5px 7px 17px #0006,0 0 15px #3b82f640}.company-name{flex-direction:column;justify-content:center;min-width:0;display:flex}.company-name h2{color:#fff;letter-spacing:.2px;white-space:nowrap;margin:0;font-size:20px;font-weight:700}.company-name span{color:#94a3b8;letter-spacing:1px;text-transform:uppercase;margin-top:3px;font-size:10px}.navbar-right{justify-content:flex-end;align-items:center;gap:8px;width:60%;min-width:0;padding-right:28px;display:flex}.nav-link{color:#cbd5e1;letter-spacing:.1px;white-space:nowrap;border-radius:9px;justify-content:center;align-items:center;min-height:42px;padding:0 10px;font-size:12.5px;font-weight:550;text-decoration:none;transition:color .25s,background .25s,transform .25s;display:inline-flex;position:relative}.nav-link:hover{color:#fff;background:#3b82f61a;transform:translateY(-1px)}.nav-link:after{content:"";transform-origin:50%;background:linear-gradient(90deg,#2563eb,#38bdf8);border-radius:20px;height:2px;transition:transform .3s;position:absolute;bottom:4px;left:10px;right:10px;transform:scaleX(0)}.nav-link:hover:after{transform:scaleX(1)}.nav-link.active{color:#fff;background:#2563eb1f;box-shadow:inset 0 0 0 1px #60a5fa14}.nav-link.active:after{transform:scaleX(1)}.nav-login{color:#fff;letter-spacing:.1px;white-space:nowrap;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 55%,#075985 100%);border:1px solid #60a5fa59;border-radius:10px;justify-content:center;align-items:center;min-height:42px;margin-left:5px;padding:0 15px;font-size:11.5px;font-weight:700;text-decoration:none;transition:transform .3s,box-shadow .3s,background .3s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 5px 14px #0f172a59,inset 1px 1px 2px #ffffff2e}.nav-login:before{content:"";background:linear-gradient(90deg,#0000,#ffffff2e,#0000);width:80%;height:100%;transition:left .5s;position:absolute;top:0;left:-120%;transform:skew(-20deg)}.nav-login:hover:before{left:140%}.nav-login:hover{background:linear-gradient(135deg,#3b82f6,#2563eb,#0891b2);transform:translateY(-2px);box-shadow:0 8px 20px #2563eb47,0 0 15px #38bdf81f}.mobile-menu-btn{cursor:pointer;background:#ffffff12;border:1px solid #ffffff21;border-radius:11px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;margin-left:auto;margin-right:18px;padding:10px;transition:all .3s;display:none;box-shadow:0 5px 15px #0003}.mobile-menu-btn:hover{background:#3b82f62e;border-color:#60a5fa59}.mobile-menu-btn span{background:#fff;border-radius:10px;width:21px;height:2px;transition:all .3s}.mobile-menu-btn.menu-open span:first-child{transform:translateY(7px)rotate(45deg)}.mobile-menu-btn.menu-open span:nth-child(2){opacity:0}.mobile-menu-btn.menu-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.sidebar-overlay{z-index:1090;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;visibility:hidden;background:#020617a6;transition:opacity .3s,visibility .3s;position:fixed;inset:0}.sidebar-overlay.show{opacity:1;visibility:visible}.mobile-sidebar{z-index:1100;visibility:hidden;background:linear-gradient(160deg,#020617 0%,#0f172a 55%,#172554 100%);border-left:1px solid #60a5fa26;flex-direction:column;width:min(360px,88vw);height:100vh;transition:transform .4s cubic-bezier(.22,1,.36,1);display:flex;position:fixed;top:0;right:0;transform:translate(105%);box-shadow:-15px 0 45px #00000059}.mobile-sidebar.sidebar-open{visibility:visible;transform:translate(0)}.sidebar-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;min-height:90px;padding:18px 20px;display:flex}.sidebar-brand{align-items:center;gap:11px;min-width:0;display:flex}.sidebar-logo{background:linear-gradient(145deg,#3b82f6,#1d4ed8);border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;padding:3px;display:flex;box-shadow:3px 4px 12px #0000004d}.sidebar-logo img{object-fit:contain;background:#fff;border-radius:8px;width:100%;height:100%}.sidebar-brand h3{color:#fff;white-space:nowrap;margin:0;font-size:15px;font-weight:700}.sidebar-brand span{color:#64748b;letter-spacing:1px;text-transform:uppercase;margin-top:3px;font-size:9px;display:block}.sidebar-close{color:#cbd5e1;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:25px;line-height:1;transition:all .25s;display:flex}.sidebar-close:hover{color:#fff;background:#ef444426;border-color:#f8717140;transform:rotate(90deg)}.sidebar-navigation{flex:1;padding:25px 15px;overflow-y:auto}.sidebar-navigation::-webkit-scrollbar{width:4px}.sidebar-navigation::-webkit-scrollbar-thumb{background:#334155;border-radius:10px}.sidebar-link{color:#cbd5e1;border:1px solid #0000;border-radius:12px;align-items:center;gap:13px;width:100%;min-height:55px;margin-bottom:8px;padding:0 14px;font-size:14px;font-weight:500;text-decoration:none;transition:color .25s,background .25s,transform .25s,border-color .25s;display:flex;position:relative}.sidebar-link:hover{color:#fff;background:#3b82f61a;border-color:#60a5fa1f;transform:translate(4px)}.sidebar-link.active{color:#fff;background:linear-gradient(90deg,#2563eb40,#2563eb12);border-color:#3b82f62e}.sidebar-link.active:before{content:"";background:linear-gradient(#38bdf8,#2563eb);border-radius:10px;width:3px;position:absolute;top:12px;bottom:12px;left:0}.sidebar-icon{color:#60a5fa;background:#3b82f617;border:1px solid #60a5fa14;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;display:flex}.sidebar-link b{color:#475569;margin-left:auto;font-size:21px;font-weight:400;transition:all .25s}.sidebar-link:hover b,.sidebar-link.active b{color:#60a5fa;transform:translate(3px)}.sidebar-bottom{border-top:1px solid #ffffff14;padding:20px}.sidebar-login{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:10px;justify-content:space-between;align-items:center;width:100%;min-height:48px;padding:0 17px;font-size:13px;font-weight:700;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 7px 18px #2563eb40}.sidebar-login:hover{background:linear-gradient(135deg,#3b82f6,#2563eb);transform:translateY(-2px)}.sidebar-login span{font-size:19px;transition:all .25s}.sidebar-login:hover span{transform:translate(5px)}.sidebar-bottom p{color:#64748b;text-align:center;margin:14px 0 0;font-size:10px;font-style:italic}@media (width<=1000px){.navbar-left{width:38%;padding-left:20px}.navbar-right{width:62%;padding-right:15px}.company-name h2{font-size:18px}.nav-link{font-size:12px}}@media (width<=750px){.navbar{height:68px;padding:0}.navbar-left{flex:1;width:auto;padding-left:15px}.navbar-right{display:none}.mobile-menu-btn{display:flex}}@media (width<=400px){.company-name h2{font-size:15px}.company-name span{font-size:8px}.navbar-logo{width:40px;height:40px}.mobile-menu-btn{width:41px;height:41px;margin-right:12px}}.nav-dropdown{align-items:center;display:flex;position:relative}.nav-dropdown-trigger{align-items:center;gap:5px;display:inline-flex}.dropdown-arrow{color:#64748b;font-size:13px;transition:transform .3s,color .3s}.nav-dropdown:hover .dropdown-arrow{color:#60a5fa;transform:rotate(180deg)}.service-dropdown{opacity:0;visibility:hidden;pointer-events:none;z-index:2000;background:linear-gradient(145deg,#fff,#f8fbff);border:1px solid #dbeafe;border-radius:18px;width:570px;max-width:90vw;padding:22px;transition:opacity .25s,transform .25s,visibility .25s;position:absolute;top:calc(100% + 14px);left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 25px 60px #0f172a2e,0 5px 20px #2563eb14}.service-dropdown.startup-menu{width:780px}.nav-dropdown:hover .service-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.service-dropdown:before{content:"";background:#fff;border-top:1px solid #dbeafe;border-left:1px solid #dbeafe;width:14px;height:14px;position:absolute;top:-7px;left:50%;transform:translate(-50%)rotate(45deg)}.dropdown-header{border-bottom:1px solid #e5edf8;margin-bottom:15px;padding-bottom:17px}.dropdown-header span{color:#2563eb;letter-spacing:2px;font-size:9px;font-weight:800}.dropdown-header h3{color:#0f172a;margin:5px 0 4px;font-size:19px;font-weight:750}.dropdown-header p{color:#64748b;margin:0;font-size:11px;line-height:1.6}.dropdown-services-grid{grid-template-columns:repeat(2,1fr);gap:4px 12px;display:grid}.dropdown-services-grid a{color:#334155;border-radius:8px;align-items:center;gap:9px;min-height:40px;padding:7px 9px;font-size:11.5px;font-weight:550;text-decoration:none;transition:color .25s,background .25s,transform .25s;display:flex}.dropdown-services-grid a:hover{color:#1d4ed8;background:linear-gradient(90deg,#eff6ff,#f8fbff);transform:translate(3px)}.dropdown-service-icon{color:#2563eb;background:#eff6ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:10px;font-weight:800;transition:color .25s,background .25s;display:flex}.dropdown-services-grid a:hover .dropdown-service-icon{color:#fff;background:linear-gradient(135deg,#2563eb,#06b6d4)}.footer{color:#fff;background:linear-gradient(135deg,#0f172a,#111827,#172554);margin-top:50px;padding-top:60px;position:relative;box-shadow:0 -10px 30px #00000026,inset 0 1px #ffffff14}.footer-container{grid-template-columns:1.4fr 1fr 1fr 1.4fr 1fr;gap:40px;width:90%;max-width:1400px;margin:auto;padding-bottom:50px;display:grid}.footer-company{padding-right:20px}.company-logo{background:linear-gradient(145deg,#3b82f6,#1d4ed8);border-radius:15px;justify-content:center;align-items:center;width:58px;height:58px;padding:3px;transition:all .3s;display:flex;overflow:hidden;box-shadow:5px 5px 15px #00000059,inset 2px 2px 5px #ffffff40}.logo-image{object-fit:cover;background:#fff;border-radius:12px;width:100%;height:100%;display:block}.company-logo:hover{transform:translateY(-2px)scale(1.03);box-shadow:7px 8px 18px #0006,0 0 15px #3b82f640,inset 2px 2px 5px #ffffff40}.footer-company h2{letter-spacing:.5px;margin:0 0 15px;font-size:24px}.footer-company p{color:#cbd5e1;max-width:300px;font-size:14px;line-height:1.7}.footer-badge{color:#bfdbfe;background:#3b82f61f;border:1px solid #60a5fa40;border-radius:20px;margin-top:12px;padding:8px 14px;font-size:12px;display:inline-block}.footer-column{flex-direction:column;gap:12px;display:flex}.footer-column h3{color:#fff;margin:0 0 12px;font-size:17px;position:relative}.footer-column h3:after{content:"";background:#3b82f6;border-radius:10px;width:35px;height:2px;margin-top:8px;display:block}.footer-column a{color:#cbd5e1;width:fit-content;font-size:14px;text-decoration:none;transition:all .25s}.footer-column a:hover{color:#60a5fa;transform:translate(5px)}.footer-address p{color:#cbd5e1;margin:0;font-size:14px;line-height:1.5}.footer-bottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;width:90%;max-width:1400px;margin:auto;padding:20px 0;display:flex}.footer-bottom p{color:#94a3b8;margin:0;font-size:13px}.footer-bottom-links{align-items:center;gap:10px;display:flex}.footer-bottom-links a{color:#94a3b8;font-size:13px;text-decoration:none;transition:color .2s}.footer-bottom-links a:hover{color:#60a5fa}.footer-bottom-links span{color:#475569}@media (width<=1100px){.footer-container{grid-template-columns:1.5fr 1fr 1fr;gap:35px}}@media (width<=700px){.footer{padding-top:40px}.footer-container{grid-template-columns:1fr 1fr;gap:35px 25px;width:85%}.footer-company{grid-column:1/-1}.footer-bottom{text-align:center;flex-direction:column;gap:12px;width:85%}}@media (width<=480px){.footer-container{grid-template-columns:1fr}.footer-company{grid-column:auto}.footer-bottom-links{flex-wrap:wrap;justify-content:center}}.poster-company-name{white-space:nowrap;letter-spacing:-2px;background:linear-gradient(100deg,#fff 0%,#f8fbff 20%,#bfdbfe 45%,#60a5fa 65%,#38bdf8 82%,#fff 100%) 0 0/250%;-webkit-text-fill-color:transparent;filter:drop-shadow(0 5px 15px #00000059)drop-shadow(0 0 12px #3b82f62e);-webkit-background-clip:text;background-clip:text;justify-content:center;align-items:center;width:100%;margin:12px auto 22px;font-family:Playfair Display,Georgia,serif;font-size:clamp(42px,7vw,82px);font-weight:700;line-height:1.1;animation:5s ease-in-out infinite brandColor;display:flex}.poster-company-name>span{color:#0000;background:inherit;-webkit-text-fill-color:transparent;animation:2.8s ease-in-out infinite companyCharacterWave;animation-delay:calc(var(--char-index) * 90ms);transform-origin:bottom;will-change:transform;-webkit-background-clip:text;background-clip:text;display:inline-block}@keyframes brandColor{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes companyCharacterWave{0%{transform:translateY(0)rotate(0)scale(1)}20%{transform:translateY(-13px)rotate(-2deg)scale(1.04)}40%{transform:translateY(6px)rotate(2deg)scale(1)}60%{transform:translateY(13px)rotate(-2deg)scale(1.03)}80%{transform:translateY(-6px)rotate(1deg)scale(1)}to{transform:translateY(0)rotate(0)scale(1)}}@media (width<=600px){.poster-company-name{letter-spacing:-1px;font-size:34px}}@media (width<=380px){.poster-company-name{font-size:28px}}.poster{isolation:isolate;background-image:url(/poster.avif);background-position:50%;background-size:cover;justify-content:center;align-items:center;width:100%;min-height:520px;display:flex;position:relative;overflow:hidden}.poster-overlay{z-index:-1;background:linear-gradient(90deg,#070f23f5 0%,#0f172ad9 45%,#0f172aa6 100%);position:absolute;inset:0}.poster-content{text-align:center;z-index:2;width:90%;max-width:1200px;padding:70px 20px;position:relative}.poster-badge{color:#bfdbfe;letter-spacing:.3px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#3b82f61f;border:1px solid #60a5fa4d;border-radius:30px;margin-bottom:20px;padding:8px 18px;font-size:13px;display:inline-block;box-shadow:0 8px 20px #0003}.poster-content h1{letter-spacing:-2px;color:#fff;text-shadow:0 5px 25px #0006;margin:0;font-family:Playfair Display,Georgia,serif;font-size:clamp(45px,7vw,82px);font-weight:700;line-height:1.1;animation:.9s ease-out posterTitle;position:relative}.poster-content h1 span{color:#60a5fa;background:linear-gradient(135deg,#38bdf8,#60a5fa,#2563eb);-webkit-text-fill-color:transparent;text-shadow:none;filter:drop-shadow(0 0 15px #3b82f659);-webkit-background-clip:text;background-clip:text;margin-left:5px;position:relative}.poster-content h1 span:after{content:"";background:linear-gradient(90deg,#0000,#38bdf8,#3b82f6,#0000);border-radius:10px;width:92%;height:3px;position:absolute;bottom:-6px;left:4%;box-shadow:0 0 10px #38bdf899}@keyframes posterTitle{0%{opacity:0;transform:translateY(20px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.poster-description{color:#cbd5e1;text-shadow:0 2px 8px #00000059;max-width:700px;margin:20px auto 25px;font-size:17px;font-weight:400;line-height:1.7}.running-text-container{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a59;border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;width:100%;max-width:850px;margin:25px auto;padding:14px 0;overflow:hidden}.running-text{white-space:nowrap;color:#60a5fa;letter-spacing:.5px;width:max-content;font-size:18px;font-weight:600;animation:18s linear infinite runningText}.running-text span{color:#64748b;margin:0 25px}@keyframes runningText{0%{transform:translate(100%)}to{transform:translate(-100%)}}.poster-buttons{justify-content:center;align-items:center;gap:16px;margin-top:30px;display:flex}.poster-btn{border-radius:10px;justify-content:center;align-items:center;min-width:150px;padding:12px 24px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.primary-btn{color:#fff;background:linear-gradient(145deg,#3b82f6,#1d4ed8);border:1px solid #60a5fa4d;box-shadow:5px 6px 15px #0000004d,inset 1px 1px 3px #fff3}.primary-btn:hover{background:linear-gradient(145deg,#60a5fa,#2563eb);transform:translateY(-3px);box-shadow:7px 9px 20px #00000059,0 0 15px #3b82f640}.secondary-btn{color:#e2e8f0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0f;border:1px solid #ffffff26}.secondary-btn:hover{color:#fff;background:#3b82f626;border-color:#60a5fa66;transform:translateY(-3px)}.poster-glow{filter:blur(70px);pointer-events:none;background:#3b82f61f;border-radius:50%;width:250px;height:250px;position:absolute}.glow-one{top:-80px;right:10%}.glow-two{bottom:-100px;left:10%}@media (width<=768px){.poster{min-height:500px}.poster-content{padding:60px 15px}.poster-description,.running-text{font-size:15px}.poster-buttons{flex-direction:column;gap:12px}.poster-btn{width:200px}}@media (width<=480px){.poster{min-height:480px}.poster-content h1{letter-spacing:-1px}.poster-badge{font-size:11px}.poster-description{font-size:14px}}.our-company{color:#0f172a;background:radial-gradient(circle at 10% 20%,#3b82f612,#0000 35%),#f8fafc;width:100%;padding:90px 0}.our-company-container{grid-template-columns:1.1fr .9fr;align-items:center;gap:80px;width:90%;max-width:1250px;margin:auto;display:grid}.section-label{color:#2563eb;letter-spacing:1.5px;margin-bottom:15px;font-size:12px;font-weight:700;display:inline-block}.company-story h2{letter-spacing:-1.5px;color:#0f172a;max-width:650px;margin:0 0 25px;font-size:clamp(34px,4vw,52px);line-height:1.15}.company-story h2 span{color:#2563eb}.company-story p{color:#64748b;max-width:650px;margin:0 0 18px;font-size:15px;line-height:1.8}.company-story strong{color:#334155}.company-highlight{gap:15px;margin-top:30px;display:flex}.highlight-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:6px;min-width:145px;padding:17px;transition:all .3s;display:flex;box-shadow:4px 5px 12px #0f172a0f}.highlight-item:hover{border-color:#bfdbfe;transform:translateY(-4px);box-shadow:7px 10px 20px #0f172a17}.highlight-item strong{color:#2563eb;font-size:20px}.highlight-item span{color:#475569;font-size:12px;font-weight:600}.why-us{position:relative}.why-us h3{color:#0f172a;margin:0 0 15px;font-size:31px;line-height:1.2}.why-us h3 span{color:#2563eb}.why-description{color:#64748b;margin:0 0 25px;font-size:14px;line-height:1.7}.why-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;gap:17px;margin-bottom:15px;padding:20px;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;box-shadow:5px 6px 15px #0f172a0f}.why-card:hover{border-color:#bfdbfe;transform:translateY(-4px);box-shadow:8px 12px 25px #0f172a1a}.why-icon{background:linear-gradient(145deg,#eff6ff,#dbeafe);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;font-size:21px;display:flex;box-shadow:3px 3px 8px #0f172a14}.why-card h4{color:#1e293b;margin:0 0 7px;font-size:15px}.why-card p{color:#64748b;margin:0;font-size:13px;line-height:1.6}.company-mission{color:#fff;background:linear-gradient(135deg,#0f172a,#111827,#172554);border-radius:18px;justify-content:space-between;align-items:center;width:90%;max-width:1250px;margin:70px auto 0;padding:35px 40px;display:flex;position:relative;overflow:hidden;box-shadow:8px 10px 25px #0f172a2e,inset 1px 1px #ffffff14}.company-mission:before{content:"";filter:blur(30px);background:#3b82f61f;border-radius:50%;width:250px;height:250px;position:absolute;top:-100px;right:-80px}.mission-content span{color:#60a5fa;letter-spacing:2px;font-size:11px;font-weight:700}.mission-content h3{margin:10px 0 0;font-size:25px;font-weight:500;line-height:1.4}.mission-content strong{color:#60a5fa}.mission-arrow{background:linear-gradient(145deg,#3b82f6,#1d4ed8);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:55px;height:55px;font-size:25px;display:flex;box-shadow:5px 6px 15px #0000004d}@media (width<=1000px){.our-company-container{grid-template-columns:1fr;gap:60px}.company-story h2,.why-us{max-width:700px}}@media (width<=600px){.our-company{padding:60px 0}.our-company-container{width:88%}.company-story h2{font-size:34px}.company-highlight{flex-direction:column}.highlight-item{box-sizing:border-box;width:100%}.company-mission{flex-direction:column;align-items:flex-start;gap:25px;width:88%;padding:28px}.mission-content h3{font-size:21px}.mission-arrow{width:45px;height:45px}}.our-services{color:#0f172a;background:radial-gradient(circle at 5% 15%,#2563eb14,#0000 28%),radial-gradient(circle at 95% 55%,#06b6d412,#0000 25%),#f7faff;width:100%;padding:110px 0 100px;position:relative;overflow:hidden}.our-services:before{content:"";pointer-events:none;background:radial-gradient(circle,#2563eb14,#0000 70%);border-radius:50%;width:420px;height:420px;position:absolute;top:80px;right:-220px}.our-services:after{content:"";pointer-events:none;background:radial-gradient(circle,#0ea5e912,#0000 70%);border-radius:50%;width:350px;height:350px;position:absolute;bottom:300px;left:-180px}.services-header{z-index:2;text-align:center;width:90%;max-width:850px;margin:0 auto 65px;position:relative}.services-header .section-label{color:#2563eb;letter-spacing:2.5px;text-transform:uppercase;align-items:center;gap:9px;margin-bottom:18px;font-size:11px;font-weight:800;display:inline-flex}.services-header .section-label:before,.services-header .section-label:after{content:"";background:#60a5fa;width:24px;height:1px}.services-header h2{color:#0b1220;letter-spacing:-1.5px;margin:0;font-family:Playfair Display,Georgia,serif;font-size:clamp(36px,4.5vw,56px);font-weight:700;line-height:1.12}.services-header h2 span{color:#2563eb;display:block}.services-header p{color:#64748b;max-width:700px;margin:22px auto 0;font-size:15px;line-height:1.8}.services-container{z-index:2;grid-template-columns:repeat(3,1fr);gap:25px;width:90%;max-width:1280px;margin:auto;display:grid;position:relative}.service-card{background:linear-gradient(145deg,#fff 0% 65%,#f1f7ff 100%);border:1px solid #dce7f5;border-radius:22px;flex-direction:column;min-height:370px;padding:30px;transition:transform .4s cubic-bezier(.2,.8,.2,1),box-shadow .4s,border-color .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0f172a0e}.service-card:before{content:"";transform-origin:0;background:linear-gradient(90deg,#1d4ed8,#3b82f6,#06b6d4);width:100%;height:4px;transition:transform .4s;position:absolute;top:0;left:0;transform:scaleX(0)}.service-card:after{content:"";background:radial-gradient(circle,#3b82f61f,#0000 70%);border-radius:50%;width:150px;height:150px;transition:transform .4s;position:absolute;bottom:-80px;right:-80px}.service-card:hover{border-color:#93c5fd;transform:translateY(-10px);box-shadow:0 20px 45px #0f172a1f,0 0 30px #2563eb0f}.service-card:hover:before{transform:scaleX(1)}.service-card:hover:after{transform:scale(1.4)}.service-card-top{z-index:2;justify-content:space-between;align-items:center;display:flex;position:relative}.service-icon{background:linear-gradient(145deg,#eff6ff,#dbeafe);border:1px solid #dbeafe;border-radius:16px;justify-content:center;align-items:center;width:58px;height:58px;font-size:26px;transition:transform .35s,box-shadow .35s;display:flex;box-shadow:4px 5px 12px #2563eb17}.service-card:hover .service-icon{transform:translateY(-3px)rotate(-3deg);box-shadow:6px 9px 18px #2563eb29}.service-number{color:#dbeafe;font-family:Playfair Display,Georgia,serif;font-size:44px;font-weight:700;line-height:1}.service-content{z-index:2;flex:1;padding-top:27px;position:relative}.service-tag{color:#1d4ed8;letter-spacing:.8px;text-transform:uppercase;background:#eff6ff;border:1px solid #dbeafe;border-radius:20px;padding:5px 10px;font-size:9px;font-weight:800;display:inline-block}.service-content h3{color:#111827;letter-spacing:-.3px;margin:14px 0 11px;font-size:21px;font-weight:700}.service-content p{color:#64748b;margin:0;font-size:13px;line-height:1.75}.service-link{z-index:3;color:#1d4ed8;border-top:1px solid #e8eef7;justify-content:space-between;align-items:center;margin-top:25px;padding-top:17px;font-size:12px;font-weight:800;text-decoration:none;transition:color .3s;display:flex;position:relative}.service-link span{color:#fff;background:linear-gradient(135deg,#2563eb,#06b6d4);border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:17px;transition:transform .3s;display:flex;box-shadow:3px 4px 10px #2563eb33}.service-link:hover{color:#06b6d4}.service-link:hover span{transform:translate(5px)}.service-process{z-index:2;color:#fff;background:radial-gradient(circle at 90% 10%,#3b82f62e,#0000 30%),linear-gradient(135deg,#020617,#0f172a 55%,#172554);border:1px solid #60a5fa26;border-radius:26px;grid-template-columns:.85fr 1.15fr;gap:70px;width:90%;max-width:1280px;margin:90px auto 0;padding:55px;display:grid;position:relative;overflow:hidden;box-shadow:0 20px 50px #0f172a2e}.service-process:before{content:"";filter:blur(30px);background:#06b6d421;border-radius:50%;width:250px;height:250px;position:absolute;bottom:-150px;right:-100px}.process-content{z-index:2;position:relative}.process-content .section-label{color:#38bdf8;letter-spacing:2px;font-size:11px;font-weight:800}.process-content h3{color:#fff;margin:14px 0 18px;font-family:Playfair Display,Georgia,serif;font-size:38px;line-height:1.15}.process-content h3 span{color:#38bdf8}.process-content p{color:#94a3b8;max-width:430px;font-size:14px;line-height:1.8}.process-steps{z-index:2;flex-direction:column;justify-content:center;display:flex;position:relative}.process-step{align-items:flex-start;gap:18px;display:flex}.step-number{color:#fff;background:linear-gradient(135deg,#2563eb,#06b6d4);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:11px;font-weight:800;display:flex;box-shadow:0 7px 18px #2563eb40}.process-step h4{color:#fff;margin:1px 0 6px;font-size:15px;font-weight:700}.process-step p{color:#94a3b8;margin:0;font-size:12px;line-height:1.6}.process-line{background:linear-gradient(#2563eb,#3b82f61a);width:2px;height:35px;margin:5px 0 5px 23px}.services-cta{z-index:2;color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8 55%,#075985);border-radius:20px;justify-content:space-between;align-items:center;gap:30px;width:90%;max-width:1280px;margin:65px auto 0;padding:32px 38px;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 35px #2563eb33}.services-cta:before{content:"";filter:blur(10px);background:#ffffff1a;border-radius:50%;width:250px;height:250px;position:absolute;top:-150px;right:-100px}.services-cta>div{z-index:2;position:relative}.services-cta>div>span{color:#bfdbfe;letter-spacing:1.8px;font-size:10px;font-weight:800}.services-cta h3{color:#fff;margin:7px 0 0;font-size:22px;font-weight:500}.services-cta h3 strong{color:#fff;font-weight:800}.services-cta>a{z-index:3;color:#0f172a;white-space:nowrap;background:#fff;border-radius:10px;align-items:center;gap:13px;padding:13px 21px;font-size:12px;font-weight:800;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-flex;position:relative;box-shadow:0 7px 18px #0f172a33}.services-cta>a span{color:#2563eb;font-size:18px;transition:transform .3s}.services-cta>a:hover{transform:translateY(-3px);box-shadow:0 10px 25px #0f172a40}.services-cta>a:hover span{transform:translate(4px)}@media (width<=1050px){.services-container{grid-template-columns:repeat(2,1fr)}.service-process{grid-template-columns:1fr;gap:45px}}@media (width<=650px){.our-services{padding:75px 0}.services-header{width:88%;margin-bottom:45px}.services-header h2{font-size:34px}.services-container{grid-template-columns:1fr;gap:18px;width:88%}.service-card{min-height:350px;padding:25px}.service-process{border-radius:20px;width:88%;margin-top:65px;padding:32px 25px}.process-content h3{font-size:31px}.services-cta{flex-direction:column;align-items:flex-start;width:88%;margin-top:50px;padding:30px 25px}.services-cta h3{font-size:20px}}@media (width<=400px){.services-header h2{font-size:30px}.service-card{padding:22px}.service-icon{width:52px;height:52px}.service-number{font-size:36px}}.legal-hero{isolation:isolate;background-image:url(/legal-bg.jpg);background-position:50%;background-size:cover;justify-content:center;align-items:center;width:100%;min-height:620px;display:flex;position:relative;overflow:hidden}.legal-hero-overlay{z-index:-1;background:linear-gradient(90deg,#050c18f0,#0a1423b8,#050c18a6);position:absolute;inset:0}.legal-hero-content{text-align:center;color:#fff;width:90%;max-width:1250px;padding:90px 20px 120px}.legal-hero-content h1{letter-spacing:-2px;text-shadow:0 5px 20px #fff;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(52px,6vw,82px);font-weight:700}.legal-hero-content h3{color:#38bdf8;letter-spacing:.5px;margin:12px 0 28px;font-family:Georgia,Times New Roman,serif;font-size:clamp(19px,2vw,26px);font-style:italic}.legal-hero-content>p{color:#f1f5f9;text-shadow:0 2px 8px #0009;max-width:900px;margin:auto;font-size:18px;font-weight:500;line-height:1.8}.legal-stats{grid-template-columns:repeat(4,1fr);gap:20px;max-width:1100px;margin:55px auto 0;display:grid}.legal-stat{text-align:center;padding:10px}.legal-stat strong{color:#38bdf8;text-shadow:0 0 18px #38bdf840;font-family:Georgia,Times New Roman,serif;font-size:clamp(42px,4vw,65px);line-height:1;display:block}.legal-stat span{color:#fff;letter-spacing:.4px;margin-top:12px;font-family:Georgia,Times New Roman,serif;font-size:14px;font-weight:700;line-height:1.6;display:block}.whatsapp-button{color:#fff;background:#17221b;border:5px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;font-size:25px;text-decoration:none;transition:all .3s;display:flex;position:absolute;bottom:25px;left:20px;box-shadow:0 5px 15px #0006}.whatsapp-button:hover{background:#1d9d55;transform:translateY(-4px)scale(1.05);box-shadow:0 8px 20px #0006}@media (width<=850px){.legal-hero{min-height:650px}.legal-stats{grid-template-columns:repeat(2,1fr);gap:30px 10px}}@media (width<=550px){.legal-hero{min-height:750px}.legal-hero-content{padding-top:70px}.legal-hero-content h1{font-size:48px}.legal-hero-content>p{font-size:14px;line-height:1.7}.legal-stats{grid-template-columns:1fr 1fr;margin-top:40px}.legal-stat strong{font-size:38px}.legal-stat span{font-size:10px}}.advocacy-news{background:radial-gradient(circle at 10% 20%,#2563eb14,#0000 30%),radial-gradient(circle at 90% 80%,#0ea5e90f,#0000 30%),#f8fafc;width:100%;padding:110px 0 100px;position:relative;overflow:hidden}.news-wave{z-index:0;background:linear-gradient(135deg,#020617,#0f172a 50%,#172554);border-radius:0 0 50% 50%/0 0 70% 70%;width:110%;height:260px;position:absolute;top:-130px;left:-5%;box-shadow:0 15px 35px #0f172a26}.news-content{z-index:2;width:92%;max-width:1400px;margin:auto;position:relative}.news-heading{text-align:center;margin-bottom:45px}.news-heading>span{color:#2563eb;letter-spacing:2px;font-size:11px;font-weight:800;display:inline-block}.news-heading h2{color:#0f172a;letter-spacing:-1px;margin:10px 0 12px;font-family:Playfair Display,Georgia,serif;font-size:clamp(36px,4vw,52px);font-weight:700;line-height:1.15}.news-heading h2 strong{color:#2563eb}.news-heading p{color:#64748b;max-width:680px;margin:auto;font-size:14px;line-height:1.8}.news-slider{width:100%;padding:15px 0 25px;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 3% 97%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 3% 97%,#0000 100%)}.news-track{will-change:transform;align-items:stretch;gap:25px;width:max-content;animation:35s linear infinite newsAutoScroll;display:flex}.news-slider:hover .news-track{animation-play-state:paused}@keyframes newsAutoScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.news-card{background:linear-gradient(145deg,#fff,#f8fafc);border:1px solid #94a3b840;border-radius:20px;flex-direction:column;flex:0 0 315px;width:315px;min-height:430px;transition:transform .35s,box-shadow .35s,border-color .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 20px #0f172a12,0 2px 5px #0f172a0a}.news-card:before{content:"";z-index:5;background:linear-gradient(90deg,#1d4ed8,#3b82f6,#38bdf8);width:100%;height:4px;position:absolute;top:0;left:0}.news-card:after{content:"";filter:blur(20px);pointer-events:none;background:#3b82f614;border-radius:50%;width:120px;height:120px;position:absolute;bottom:-70px;right:-70px}.news-card:hover{border-color:#3b82f659;transform:translateY(-10px)scale(1.015);box-shadow:0 20px 40px #0f172a24,0 0 25px #3b82f614}.news-image-wrapper{background:linear-gradient(135deg,#0f172a,#1e3a8a);width:100%;height:195px;position:relative;overflow:hidden}.news-image{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.news-card:hover .news-image{transform:scale(1.08)}.news-image-wrapper:after{content:"";pointer-events:none;background:linear-gradient(#0000 45%,#020617a6);position:absolute;inset:0}.image-overlay{z-index:2;position:absolute;bottom:15px;left:15px}.image-overlay span{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);letter-spacing:.6px;text-transform:uppercase;background:#0f172ac7;border:1px solid #ffffff2e;border-radius:20px;padding:7px 12px;font-size:10px;font-weight:700;display:inline-block}.news-card-body{flex-direction:column;flex:1;padding:21px;display:flex}.news-meta{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.news-meta span{color:#2563eb;letter-spacing:.7px;text-transform:uppercase;font-size:10px;font-weight:800}.news-meta small{color:#94a3b8;white-space:nowrap;font-size:10px}.news-card-body h3{color:#0f172a;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:18px;font-weight:700;line-height:1.45;display:-webkit-box;overflow:hidden}.news-card-body p{color:#64748b;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:12px 0 0;font-size:12px;line-height:1.65;display:-webkit-box;overflow:hidden}.news-card-body a{color:#2563eb;border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-top:auto;padding-top:17px;font-size:12px;font-weight:700;text-decoration:none;transition:color .25s;display:flex}.news-card-body a span{font-size:20px;transition:transform .25s}.news-card-body a:hover{color:#1d4ed8}.news-card-body a:hover span{transform:translate(6px)}@media (width<=768px){.advocacy-news{padding:90px 0 75px}.news-content{width:90%}.news-track{gap:18px;animation-duration:30s}.news-card{flex:0 0 290px;width:290px;min-height:410px}}@media (width<=480px){.news-heading h2{font-size:32px}.news-heading p{font-size:13px}.news-card{flex:0 0 275px;width:275px}.news-image-wrapper{height:175px}}@media (prefers-reduced-motion:reduce){.news-track{animation:none}.news-card{transition:none}}.food-hero{color:#172033;background:linear-gradient(135deg,#f8fbff 0%,#fff 48%,#f4f2ff 100%);width:100%;min-height:650px;position:relative;overflow:hidden}.food-hero:before{content:"";opacity:.25;pointer-events:none;background-image:radial-gradient(#c7d2fe .7px,#0000 .7px);background-size:26px 26px;position:absolute;inset:0}.food-hero-glow{filter:blur(5px);pointer-events:none;border-radius:50%;position:absolute}.glow-right{background:radial-gradient(circle,#7c3aed1f,#0000 70%);width:550px;height:550px;top:-100px;right:-280px}.food-hero-container{z-index:2;grid-template-columns:1.05fr .95fr;align-items:center;gap:50px;width:min(1180px,92%);min-height:650px;margin:auto;display:grid;position:relative}.food-hero-content{padding:50px 0}.food-hero-badge{color:#4f46e5;letter-spacing:1.2px;background:#eef2ff;border:1px solid #e0e7ff;border-radius:50px;align-items:center;gap:8px;margin-bottom:20px;padding:8px 15px;font-size:8px;font-weight:850;display:inline-flex}.food-hero-badge span{background:#22c55e;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #22c55e1f}.food-hero-content h1{color:#172033;letter-spacing:-3px;margin:0;font-size:clamp(44px,5.5vw,72px);font-weight:900;line-height:1.02}.food-hero-content h1 span{background:linear-gradient(90deg,#2563eb,#4f46e5,#7c3aed);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline-block}.food-hero-content>p{color:#64748b;max-width:600px;margin:25px 0;font-size:15px;line-height:1.8}.food-trust-points{flex-wrap:wrap;gap:12px 20px;margin-bottom:28px;display:flex}.food-trust-points div{color:#475569;align-items:center;gap:7px;font-size:10px;font-weight:650;display:flex}.food-trust-points span{color:#fff;background:linear-gradient(135deg,#2563eb,#4f46e5);border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:9px;display:flex}.food-hero-buttons{align-items:center;gap:13px;display:flex}.food-apply-btn,.food-expert-btn{cursor:pointer;border-radius:10px;min-height:48px;padding:0 21px;font-family:inherit;font-size:10px;font-weight:800;text-decoration:none;transition:transform .25s,box-shadow .25s}.food-apply-btn{color:#fff;background:linear-gradient(135deg,#2563eb,#4f46e5);border:none;align-items:center;gap:20px;display:inline-flex;box-shadow:0 10px 25px #4f46e538}.food-apply-btn span{font-size:17px}.food-apply-btn:hover{transform:translateY(-3px);box-shadow:0 15px 30px #4f46e547}.food-expert-btn{color:#4f46e5;background:#fff;border:1px solid #c7d2fe;justify-content:center;align-items:center;display:inline-flex}.food-expert-btn:hover{background:#eef2ff;transform:translateY(-3px)}.food-secure{align-items:center;gap:8px;margin-top:18px;display:flex}.food-secure span{font-size:11px}.food-secure p{color:#94a3b8;margin:0;font-size:8px}.food-hero-visual{justify-content:center;align-items:center;height:500px;display:flex;position:relative}.food-license-card{z-index:3;box-sizing:border-box;color:#fff;background:linear-gradient(145deg,#172554,#1e3a8a 50%,#312e81);border-radius:25px;width:350px;min-height:390px;padding:28px;position:relative;overflow:hidden;transform:rotate(2deg);box-shadow:0 35px 70px #1e3a8a40}.food-license-card:before{content:"";border:1px solid #ffffff1f;border-radius:50%;width:280px;height:280px;position:absolute;top:-120px;right:-130px}.food-license-card:after{content:"";border:1px solid #ffffff14;border-radius:50%;width:180px;height:180px;position:absolute;bottom:-100px;left:-90px}.food-card-back{background:linear-gradient(145deg,#dbeafe,#ede9fe);border-radius:25px;width:350px;height:390px;position:absolute;transform:rotate(-7deg)translate(-12px,10px);box-shadow:0 20px 45px #0f172a14}.food-card-header{z-index:2;justify-content:space-between;align-items:center;display:flex;position:relative}.food-card-header small{color:#93c5fd;letter-spacing:1.5px;font-size:7px;font-weight:800}.food-card-header h3{margin:5px 0 0;font-size:16px}.food-card-icon{background:#ffffff1f;border:1px solid #ffffff26;border-radius:13px;justify-content:center;align-items:center;width:45px;height:45px;font-size:19px;display:flex}.food-license-number{z-index:2;flex-direction:column;gap:5px;margin-top:80px;display:flex;position:relative}.food-license-number span{color:#93c5fd;letter-spacing:2px;font-size:9px;font-weight:800}.food-license-number strong{letter-spacing:-1px;font-size:35px}.food-card-details{z-index:2;grid-template-columns:1fr 1fr;gap:10px;margin-top:55px;display:grid;position:relative}.food-card-details div{background:#ffffff14;border:1px solid #ffffff1a;border-radius:10px;padding:12px}.food-card-details span{color:#bfdbfe;font-size:7px;display:block}.food-card-details strong{margin-top:4px;font-size:10px;display:block}.food-card-footer{z-index:2;color:#bfdbfe;border-top:1px solid #ffffff1f;justify-content:space-between;align-items:center;padding-top:15px;font-size:7px;display:flex;position:absolute;bottom:25px;left:28px;right:28px}.floating-card{z-index:5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:10px;padding:12px 15px;animation:4s ease-in-out infinite floating;display:flex;position:absolute;box-shadow:0 15px 35px #0f172a1a}.floating-card>span{color:#fff;background:linear-gradient(135deg,#2563eb,#4f46e5);border-radius:9px;justify-content:center;align-items:center;width:30px;height:30px;font-size:12px;display:flex}.floating-card strong,.floating-card small{display:block}.floating-card strong{color:#172033;font-size:9px}.floating-card small{color:#94a3b8;margin-top:2px;font-size:7px}.floating-one{top:80px;left:0}.floating-two{animation-delay:1s;bottom:70px;right:-10px}@keyframes floating{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (width<=900px){.food-hero-container{text-align:center;grid-template-columns:1fr;padding:70px 0}.food-hero-content{padding:0}.food-hero-content>p{margin-left:auto;margin-right:auto}.food-trust-points,.food-hero-buttons,.food-secure{justify-content:center}.food-hero-visual{height:450px}}@media (width<=600px){.food-hero-container{width:90%;padding:55px 0}.food-hero-content h1{letter-spacing:-2px;font-size:42px}.food-hero-content>p{font-size:12px}.food-trust-points{flex-direction:column;align-items:center;gap:9px}.food-hero-buttons{flex-direction:column;width:100%}.food-apply-btn,.food-expert-btn{justify-content:center;width:100%}.food-hero-visual{height:400px;transform:scale(.85)}.floating-one{left:-5px}.floating-two{right:-5px}}@media (width<=400px){.food-hero-content h1{font-size:36px}.food-license-card,.food-card-back{width:310px;height:350px}.food-license-number{margin-top:55px}}.expert-overlay{z-index:99999;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#0f172aad;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.expert-modal{background:#fff;border-radius:24px;grid-template-columns:42% 58%;width:min(900px,100%);animation:.3s expertModalIn;display:grid;position:relative;overflow:hidden;box-shadow:0 35px 100px #0f172a59,0 10px 35px #4f46e51f}@keyframes expertModalIn{0%{opacity:0;transform:translateY(25px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.expert-close{z-index:10;color:#475569;cursor:pointer;background:#fff;border:1px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:23px;font-weight:600;transition:all .25s;display:flex;position:absolute;top:17px;right:17px;box-shadow:0 5px 15px #0f172a1f}.expert-close:hover{color:#fff;background:#4f46e5;border-color:#4f46e5;transform:rotate(90deg)}.expert-left{color:#fff;background:radial-gradient(circle at 20% 15%,#818cf859,#0000 35%),radial-gradient(circle at 90% 90%,#38bdf838,#0000 40%),linear-gradient(145deg,#172554,#312e81,#4f46e5);padding:45px 35px;position:relative;overflow:hidden}.expert-left:before{content:"";border:1px solid #ffffff29;border-radius:50%;width:180px;height:180px;position:absolute;top:-80px;right:-80px}.expert-left:after{content:"";border:1px solid #ffffff1f;border-radius:50%;width:250px;height:250px;position:absolute;bottom:-160px;left:-150px}.expert-mini-badge{z-index:2;color:#dbeafe;letter-spacing:1px;background:#ffffff1a;border:1px solid #ffffff2e;border-radius:30px;padding:7px 12px;font-size:10px;font-weight:800;display:inline-flex;position:relative}.expert-left h2{z-index:2;color:#fff;letter-spacing:-1px;max-width:320px;margin:25px 0 15px;font-size:34px;font-weight:850;line-height:1.12;position:relative}.expert-left h2 span{color:#a5b4fc}.expert-intro{z-index:2;color:#dbeafe;max-width:330px;margin:0;font-size:13px;font-weight:600;line-height:1.7;position:relative}.expert-benefits{z-index:2;flex-direction:column;gap:18px;margin-top:30px;display:flex;position:relative}.expert-benefit{align-items:flex-start;gap:12px;display:flex}.benefit-icon{color:#fff;background:#ffffff24;border:1px solid #ffffff2e;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:31px;height:31px;font-size:13px;display:flex}.expert-benefit strong{color:#fff;font-size:13px;font-weight:800;display:block}.expert-benefit p{color:#c7d2fe;margin:3px 0 0;font-size:10px;font-weight:600;line-height:1.4}.expert-bottom-text{color:#c7d2fe;font-size:11px;position:absolute;bottom:25px;left:35px}.expert-bottom-text strong{color:#fff}.expert-right{background:#fff;padding:42px 42px 30px}.expert-form-header span{color:#6366f1;letter-spacing:1.5px;font-size:10px;font-weight:850}.expert-form-header h3{color:#172033;letter-spacing:-.8px;margin:7px 0 5px;font-size:29px;font-weight:850}.expert-form-header p{color:#64748b;margin:0 0 25px;font-size:12px;font-weight:600;line-height:1.5}.expert-field{margin-bottom:17px}.expert-field label{color:#334155;margin-bottom:7px;font-size:12px;font-weight:800;display:block}.expert-field input,.expert-field select{box-sizing:border-box;color:#1e293b;background:#f8fafc;border:1px solid #dbe3ef;border-radius:10px;outline:none;width:100%;height:47px;padding:0 14px;font-family:inherit;font-size:12px;font-weight:600;transition:all .25s}.expert-field input::placeholder{color:#94a3b8}.expert-field input:focus,.expert-field select:focus{background:#fff;border-color:#6366f1;box-shadow:0 0 0 4px #6366f11a}.mobile-input{background:#f8fafc;border:1px solid #dbe3ef;border-radius:10px;align-items:center;height:47px;transition:all .25s;display:flex;overflow:hidden}.mobile-input:focus-within{background:#fff;border-color:#6366f1;box-shadow:0 0 0 4px #6366f11a}.mobile-input>span{color:#475569;border-right:1px solid #dbe3ef;padding:0 13px;font-size:12px;font-weight:800}.mobile-input input{height:100%;box-shadow:none;background:0 0;border:none}.mobile-input input:focus{box-shadow:none}.expert-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4f46e5,#7c3aed);border:none;border-radius:10px;justify-content:space-between;align-items:center;width:100%;height:50px;margin-top:5px;padding:0 18px;font-family:inherit;font-size:13px;font-weight:850;transition:all .25s;display:flex;box-shadow:0 10px 25px #4f46e540}.expert-submit b{color:#4f46e5;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:29px;height:29px;font-size:16px;display:flex}.expert-submit:hover{transform:translateY(-2px);box-shadow:0 14px 30px #4f46e559}.expert-security{background:#f8fafc;border:1px solid #eef2f7;border-radius:9px;align-items:flex-start;gap:8px;margin-top:18px;padding:10px 12px;display:flex}.expert-security span{font-size:13px}.expert-security p{color:#64748b;margin:0;font-size:9px;font-weight:600;line-height:1.5}@media (width<=750px){.expert-modal{grid-template-columns:1fr;max-width:520px;max-height:94vh;overflow-y:auto}.expert-left{padding:30px 28px 25px}.expert-left h2{max-width:400px;margin-top:18px;font-size:28px}.expert-intro{max-width:450px}.expert-benefits{grid-template-columns:1fr 1fr;gap:14px;display:grid}.expert-bottom-text{display:none}.expert-right{padding:30px 28px}}@media (width<=500px){.expert-overlay{padding:10px}.expert-modal{border-radius:19px;width:100%}.expert-left{padding:28px 22px 22px}.expert-left h2{font-size:25px}.expert-intro{font-size:11px}.expert-benefits{grid-template-columns:1fr;margin-top:20px}.expert-right{padding:25px 22px}.expert-form-header h3{font-size:24px}.expert-close{width:34px;height:34px;top:12px;right:12px}}.top-brand-section{background:linear-gradient(135deg,#f8fbff,#eef4ff,#f8fafc);width:100%;padding:70px 0;overflow:hidden}.top-brand-container{grid-template-columns:340px 1fr;align-items:center;gap:70px;width:min(1280px,92%);margin:auto;display:grid}.brand-info-card{background:#ffffffe6;border:1px solid #dbeafe;border-radius:22px;padding:28px;position:relative;overflow:hidden;box-shadow:0 20px 45px #2563eb1a,inset 0 1px #ffffffb3}.brand-info-card:before{content:"";background:radial-gradient(circle,#3b82f629,#0000 70%);border-radius:50%;width:140px;height:140px;position:absolute;top:-50px;right:-50px}.brand-badge{color:#2563eb;letter-spacing:1px;background:#dbeafe;border-radius:30px;padding:7px 14px;font-size:11px;font-weight:800;display:inline-flex;position:relative}.brand-info-card h2{color:#1e293b;margin:18px 0 10px;font-size:25px;line-height:1.25;position:relative}.brand-info-card h2 span{color:#2563eb}.brand-info-card p{color:#64748b;margin:0;font-size:13px;line-height:1.7;position:relative}.brand-arrow{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;margin-top:22px;font-size:22px;transition:all .3s;display:flex;position:relative;box-shadow:0 10px 20px #2563eb40}.brand-arrow:hover{transform:translate(5px)}.brand-slider{width:100%;padding:20px 0;position:relative;overflow:hidden}.brand-slider:before,.brand-slider:after{content:"";z-index:3;pointer-events:none;width:90px;position:absolute;top:0;bottom:0}.brand-slider:before{background:linear-gradient(90deg,#eef4ff,#0000);left:0}.brand-slider:after{background:linear-gradient(-90deg,#f8fafc,#0000);right:0}.slider-track{align-items:center;gap:28px;width:max-content;animation:28s linear infinite brandMove;display:flex}.brand-slider:hover .slider-track{animation-play-state:paused}.brand-item{color:#334155;letter-spacing:.3px;white-space:nowrap;background:#ffffffd9;border:1px solid #e5e7eb;border-radius:16px;justify-content:center;align-items:center;min-width:160px;height:82px;padding:0 20px;font-size:18px;font-weight:750;transition:all .3s;display:flex;box-shadow:0 8px 20px #0f172a0d}.brand-item:hover{color:#2563eb;border-color:#93c5fd;transform:translateY(-6px);box-shadow:0 18px 30px #2563eb1f}@keyframes brandMove{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=900px){.top-brand-container{grid-template-columns:1fr;gap:35px}.brand-info-card{max-width:500px}}@media (width<=600px){.top-brand-section{padding:50px 0}.top-brand-container{width:92%}.brand-info-card{padding:22px}.brand-info-card h2{font-size:22px}.brand-item{min-width:130px;height:65px;font-size:14px}.slider-track{gap:16px;animation-duration:20s}}.register-company{color:#172033;background:linear-gradient(#f8fbff 0%,#fff 55%,#f6faff 100%);width:100%;padding:100px 0;position:relative;overflow:hidden}.register-glow{pointer-events:none;filter:blur(5px);border-radius:50%;position:absolute}.register-glow-one{background:radial-gradient(circle,#2563eb1a,#0000 70%);width:450px;height:450px;top:-180px;left:-280px}.register-glow-two{background:radial-gradient(circle,#0891b214,#0000 70%);width:400px;height:400px;bottom:-180px;right:-220px}.register-container{z-index:2;width:min(1180px,92%);margin:0 auto;position:relative}.register-header{text-align:center;max-width:750px;margin:0 auto 55px}.register-label{color:#2563eb;letter-spacing:1.8px;background:#eff6ff;border:1px solid #dbeafe;border-radius:50px;align-items:center;gap:8px;margin-bottom:17px;padding:8px 14px;font-size:9px;font-weight:800;display:inline-flex}.register-label span{background:#22c55e;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 4px #22c55e1f}.register-header h2{color:#172033;letter-spacing:-2px;margin:0;font-size:clamp(36px,4.2vw,54px);font-weight:800;line-height:1.08}.register-header h2 span{color:#2563eb;display:block}.register-header p{color:#64748b;max-width:680px;margin:18px auto 0;font-size:14px;line-height:1.75}.register-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.register-card{background:#fffffff0;border:1px solid #dfe8f2;border-radius:18px;flex-direction:column;min-height:300px;padding:25px;transition:transform .35s,box-shadow .35s,border-color .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 35px #0f172a0e}.register-card:before{content:"";transform-origin:0;background:linear-gradient(90deg,#2563eb,#06b6d4);border-radius:0 0 10px 10px;height:3px;transition:transform .35s;position:absolute;top:0;left:25px;right:25px;transform:scaleX(.35)}.register-card:hover{border-color:#bfdbfe;transform:translateY(-8px);box-shadow:0 25px 50px #2563eb1c}.register-card:hover:before{transform:scaleX(1)}.register-card-number{color:#dbeafe;letter-spacing:-1px;font-size:28px;font-weight:850;transition:color .3s;position:absolute;top:20px;right:22px}.register-card:hover .register-card-number{color:#bfdbfe}.register-icon{color:#2563eb;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #dbeafe;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:22px;font-size:22px;display:flex;box-shadow:0 7px 15px #2563eb14}.register-card-content{flex:1}.register-card-content h3{color:#172033;max-width:260px;margin:0 0 10px;font-size:17px;font-weight:750;line-height:1.4}.register-card-content p{color:#64748b;margin:0;font-size:12px;line-height:1.75}.register-card-footer{border-top:1px solid #edf2f7;justify-content:space-between;align-items:center;margin-top:22px;padding-top:20px;display:flex}.register-card-footer span{color:#94a3b8;letter-spacing:1px;font-size:7px;font-weight:800}.register-card-footer strong{color:#2563eb;background:#eff6ff;border-radius:50%;justify-content:center;align-items:center;width:27px;height:27px;font-size:14px;transition:transform .3s,background .3s;display:flex}.register-card:hover .register-card-footer strong{color:#fff;background:#2563eb;transform:translate(4px)}.register-bottom{background:linear-gradient(135deg,#eff6ff,#f0fdfa);border:1px solid #dbeafe;border-radius:15px;align-items:center;gap:15px;margin-top:35px;padding:18px 22px;display:flex}.register-bottom-icon{color:#fff;background:linear-gradient(135deg,#2563eb,#0891b2);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:15px;display:flex;box-shadow:0 7px 18px #2563eb2e}.register-bottom strong{color:#172033;font-size:13px}.register-bottom p{color:#64748b;margin:3px 0 0;font-size:10px}@media (width<=950px){.register-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.register-company{padding:70px 0}.register-header{margin-bottom:35px}.register-header h2{letter-spacing:-1.5px;font-size:34px}.register-header h2 span{display:inline}.register-header p{font-size:13px}.register-grid{grid-template-columns:1fr;gap:15px}.register-card{min-height:270px;padding:22px}.register-bottom{align-items:flex-start;padding:16px}}@media (width<=400px){.register-header h2{font-size:29px}.register-card-content h3{font-size:16px}}.get-license{color:#172033;background:linear-gradient(135deg,#f7f9ff 0%,#fff 48%,#f1f7ff 100%);width:100%;padding:100px 0;position:relative;overflow:hidden}.get-license:before{content:"";opacity:.45;pointer-events:none;background-image:linear-gradient(#2563eb0b 1px,#0000 1px),linear-gradient(90deg,#2563eb0b 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0}.get-license-glow{pointer-events:none;filter:blur(3px);border-radius:50%;position:absolute}.glow-left{background:radial-gradient(circle,#6366f11f,#0000 70%);width:450px;height:450px;top:30px;left:-300px}.glow-right{background:radial-gradient(circle,#0891b21a,#0000 70%);width:500px;height:500px;bottom:-200px;right:-300px}.get-license-container{z-index:2;grid-template-columns:minmax(0,.95fr) minmax(450px,.8fr);align-items:center;gap:75px;width:min(1180px,92%);margin:auto;display:grid;position:relative}.get-license-content{max-width:610px}.get-license-label{color:#4f46e5;letter-spacing:1.5px;background:#eef2ff;border:1px solid #e0e7ff;border-radius:50px;align-items:center;gap:8px;margin-bottom:20px;padding:8px 14px;font-size:9px;font-weight:800;display:inline-flex}.get-license-label span{background:#22c55e;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #22c55e1f}.get-license-content h2{letter-spacing:-3px;color:#1e1b4b;margin:0;font-size:clamp(43px,5vw,66px);font-weight:850;line-height:1.02}.get-license-content h2 span{color:#4f46e5;display:inline-block;position:relative}.get-license-content h2 span:after{content:"";background:linear-gradient(90deg,#4f46e5,#8b5cf6);border-radius:10px;height:4px;position:absolute;bottom:-5px;left:3px;right:5px}.get-license-description{color:#64748b;max-width:590px;margin:25px 0 30px;font-size:15px;line-height:1.8}.license-benefits{flex-direction:column;gap:13px;display:flex}.license-benefit{align-items:center;gap:13px;display:flex}.benefit-icon{color:#fff;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;display:flex;box-shadow:0 6px 15px #4f46e533}.license-benefit div:last-child{flex-direction:column;gap:2px;display:flex}.license-benefit strong{color:#272556;font-size:12px;font-weight:700}.license-benefit span{color:#94a3b8;font-size:9px}.license-stats{border-top:1px solid #e2e8f0;align-items:center;gap:0;margin-top:35px;padding-top:22px;display:flex}.license-stats div{border-right:1px solid #dbe3ed;flex-direction:column;gap:3px;margin-right:28px;padding-right:28px;display:flex}.license-stats div:last-child{border-right:none;margin-right:0;padding-right:0}.license-stats strong{color:#4f46e5;font-size:20px}.license-stats span{color:#94a3b8;font-size:8px}.license-form-wrapper{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff5;border:1px solid #e2e8f0;border-radius:24px;width:100%;padding:28px;position:relative;box-shadow:0 30px 70px #1e1b4b1f,0 8px 25px #4f46e50f}.form-top-line{background:linear-gradient(90deg,#4f46e5,#8b5cf6,#06b6d4);border-radius:0 0 10px 10px;height:4px;position:absolute;top:0;left:35px;right:35px}.license-form-header{border-bottom:1px solid #edf2f7;justify-content:space-between;align-items:center;margin-bottom:5px;padding-bottom:20px;display:flex}.license-form-header>div:first-child{flex-direction:column;display:flex}.license-form-header span{color:#6366f1;letter-spacing:1.4px;font-size:8px;font-weight:850}.license-form-header h3{color:#1e1b4b;letter-spacing:-.5px;margin:4px 0 2px;font-size:25px}.license-form-header p{color:#94a3b8;margin:0;font-size:10px}.form-shield{color:#4f46e5;background:#eef2ff;border-radius:13px;justify-content:center;align-items:center;width:45px;height:45px;font-size:17px;display:flex}.license-form{flex-direction:column;gap:14px;padding-top:17px;display:flex}.form-row{grid-template-columns:repeat(2,1fr);gap:15px;display:grid}.form-group{flex-direction:column;gap:6px;display:flex}.form-group label{color:#334155;font-size:9px;font-weight:700}.form-group input,.form-group select{box-sizing:border-box;color:#334155;background:#fff;border:1px solid #dbe3ef;border-radius:9px;outline:none;width:100%;height:44px;padding:0 13px;font-family:inherit;font-size:11px;transition:border-color .25s,box-shadow .25s,background .25s}.form-group input::placeholder{color:#a1aabd}.form-group select{cursor:pointer}.form-group input:focus,.form-group select:focus{background:#fafaff;border-color:#818cf8;box-shadow:0 0 0 3px #6366f117}.license-submit{color:#fff;cursor:pointer;background:linear-gradient(100deg,#4f46e5,#7c3aed,#8b5cf6);border:none;border-radius:10px;justify-content:center;align-items:center;gap:14px;width:100%;height:48px;margin-top:4px;font-family:inherit;font-size:12px;font-weight:750;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 12px 25px #4f46e53b}.license-submit strong{font-size:17px;transition:transform .25s}.license-submit:hover{transform:translateY(-2px);box-shadow:0 17px 30px #4f46e547}.license-submit:hover strong{transform:translate(4px)}.form-security{background:#f8fafc;border-radius:8px;align-items:center;gap:8px;padding:9px 11px;display:flex}.form-security span{font-size:11px}.form-security p{color:#94a3b8;margin:0;font-size:7px;line-height:1.5}@media (width<=1000px){.get-license-container{grid-template-columns:1fr;gap:55px}.get-license-content{text-align:center;max-width:700px;margin:auto}.get-license-label{justify-content:center}.get-license-description{margin-left:auto;margin-right:auto}.license-benefits{text-align:left;max-width:500px;margin:auto}.license-stats{justify-content:center}.license-form-wrapper{max-width:600px;margin:auto}}@media (width<=600px){.get-license{padding:70px 0}.get-license-container{width:90%}.get-license-content h2{letter-spacing:-2px;font-size:42px}.get-license-description{font-size:13px}.license-stats{justify-content:space-between}.license-stats div{margin-right:12px;padding-right:12px}.license-form-wrapper{border-radius:18px;padding:20px}.form-row{grid-template-columns:1fr;gap:14px}}@media (width<=400px){.get-license-content h2{font-size:35px}.license-benefit span{display:none}.license-stats strong{font-size:17px}}.license-support{color:#172033;background:linear-gradient(135deg,#f7fbff 0%,#eef5ff 45%,#f8f7ff 100%);width:100%;padding:100px 0;position:relative;overflow:hidden}.support-orb{pointer-events:none;filter:blur(5px);border-radius:50%;position:absolute}.support-orb-left{background:radial-gradient(circle,#2563eb21,#0000 70%);width:480px;height:480px;top:-200px;left:-300px}.support-orb-right{background:radial-gradient(circle,#7c3aed1a,#0000 70%);width:500px;height:500px;bottom:-260px;right:-300px}.support-container{z-index:2;width:min(1180px,92%);margin:auto;position:relative}.support-header{text-align:center;max-width:700px;margin:0 auto 55px}.support-label{color:#2563eb;letter-spacing:1.7px;background:#ffffffbf;border:1px solid #dbeafe;border-radius:50px;align-items:center;gap:8px;margin-bottom:17px;padding:8px 15px;font-size:9px;font-weight:800;display:inline-flex;box-shadow:0 5px 15px #2563eb0d}.support-label span{background:#06b6d4;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #06b6d41f}.support-header h2{color:#172033;letter-spacing:-2.5px;margin:0;font-size:clamp(38px,4.5vw,55px);font-weight:850;line-height:1.05}.support-header h2 span{color:#2563eb}.support-header p{color:#64748b;max-width:650px;margin:17px auto 0;font-size:14px;line-height:1.75}.support-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.support-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffffe0;border:1px solid #cbd5e1d9;border-radius:19px;flex-direction:column;min-height:270px;padding:23px;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 14px 35px #0f172a12}.support-card:before{content:"";transform-origin:0;background:linear-gradient(90deg,#2563eb,#06b6d4,#7c3aed);width:100%;height:3px;transition:transform .35s;position:absolute;top:0;left:0;transform:scaleX(.25)}.support-card:hover{border-color:#bfdbfe;transform:translateY(-7px);box-shadow:0 25px 55px #2563eb21}.support-card:hover:before{transform:scaleX(1)}.support-card-top{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.support-icon{color:#2563eb;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #dbeafe;border-radius:13px;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;transition:transform .3s;display:flex;box-shadow:0 8px 18px #2563eb1a}.support-card:hover .support-icon{transform:rotate(-4deg)scale(1.05)}.support-number{color:#cbd5e1;letter-spacing:-1px;font-size:27px;font-weight:850}.support-card-content{flex:1}.support-card-content h3{color:#172033;margin:0 0 8px;font-size:16px;font-weight:800;line-height:1.3}.support-tag{color:#475569;letter-spacing:.8px;background:#e2e8f0;border-radius:30px;margin-bottom:10px;padding:5px 9px;font-size:7px;font-weight:800;display:inline-flex}.support-card-content p{color:#64748b;margin:0;font-size:11px;line-height:1.7}.support-card-footer{border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-top:18px;padding-top:16px;display:flex}.support-status{color:#64748b;align-items:center;gap:6px;font-size:8px;display:flex}.support-status span{background:#4ade80;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 3px #4ade8026}.support-arrow{color:#2563eb;background:#fff;border:1px solid #bfdbfe;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:15px;text-decoration:none;transition:all .25s;display:flex}.support-arrow:hover{color:#fff;background:#2563eb;transform:translate(3px);box-shadow:0 7px 15px #2563eb33}.support-cta{background:linear-gradient(135deg,#172554,#1e3a8a);border-radius:17px;justify-content:space-between;align-items:center;gap:25px;margin-top:35px;padding:20px 23px;display:flex;box-shadow:0 18px 40px #1e3a8a2e}.support-cta-content{align-items:center;gap:13px;display:flex}.support-cta-icon{color:#fff;background:#ffffff1f;border:1px solid #ffffff26;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:18px;display:flex}.support-cta-content div:last-child{flex-direction:column;gap:3px;display:flex}.support-cta-content span{color:#93c5fd;letter-spacing:1.2px;font-size:7px;font-weight:800}.support-cta-content h3{color:#fff;margin:0;font-size:17px}.support-cta-button{color:#172554;white-space:nowrap;background:#fff;border-radius:9px;align-items:center;gap:14px;padding:12px 17px;font-size:10px;font-weight:800;text-decoration:none;transition:transform .25s,box-shadow .25s;display:inline-flex}.support-cta-button strong{font-size:16px}.support-cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #00000026}@media (width<=950px){.support-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=650px){.license-support{padding:70px 0}.support-header{margin-bottom:35px}.support-header h2{letter-spacing:-1.5px;font-size:35px}.support-header p{font-size:13px}.support-grid{grid-template-columns:1fr;gap:15px}.support-card{min-height:245px}.support-cta{flex-direction:column;align-items:flex-start}.support-cta-button{justify-content:center;width:100%}}@media (width<=400px){.support-header h2{font-size:30px}.support-card{padding:20px}.support-card-content h3{font-size:15px}}.fssai-process{color:#172033;background:linear-gradient(135deg,#f8fbff 0%,#fff 48%,#f4f7ff 100%);width:100%;padding:110px 0;position:relative;overflow:hidden}.fssai-process:before{content:"";opacity:.35;pointer-events:none;background-image:radial-gradient(#bfdbfe .8px,#0000 .8px);background-size:25px 25px;position:absolute;inset:0}.process-bg-orb{pointer-events:none;filter:blur(4px);border-radius:50%;position:absolute}.process-bg-one{background:radial-gradient(circle,#2563eb1a,#0000 70%);width:500px;height:500px;top:100px;left:-300px}.process-bg-two{background:radial-gradient(circle,#7c3aed17,#0000 70%);width:550px;height:550px;bottom:-200px;right:-300px}.process-container{z-index:2;width:min(1180px,92%);margin:auto;position:relative}.process-header{text-align:center;max-width:760px;margin:0 auto 65px}.process-label{color:#2563eb;letter-spacing:1.5px;background:#eff6ff;border:1px solid #dbeafe;border-radius:50px;align-items:center;gap:8px;margin-bottom:18px;padding:8px 15px;font-size:8px;font-weight:850;display:inline-flex}.process-label span{background:#22c55e;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #22c55e1f}.process-header h2{color:#172033;letter-spacing:-2.5px;margin:0;font-size:clamp(38px,5vw,58px);font-weight:850;line-height:1.05}.process-header h2 span{color:#2563eb}.process-header p{color:#64748b;max-width:650px;margin:18px auto 0;font-size:14px;line-height:1.8}.process-layout{grid-template-columns:.85fr 1.15fr;align-items:start;gap:70px;display:grid}.process-info{position:sticky;top:100px}.process-video-card{background:linear-gradient(135deg,#2563eb,#7c3aed,#06b6d4);border-radius:22px;padding:7px;box-shadow:0 25px 55px #2563eb2e}.process-video{background:linear-gradient(145deg,#0f172a,#172554,#1e3a8a);border-radius:17px;justify-content:center;align-items:center;min-height:360px;display:flex;position:relative;overflow:hidden}.video-pattern{opacity:.2;background-image:linear-gradient(45deg,#0000 45%,#fff3 50%,#0000 55%);background-size:25px 25px;position:absolute;inset:0}.video-content{z-index:2;text-align:center;padding:30px;position:relative}.video-play{color:#2563eb;cursor:pointer;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 22px;padding-left:3px;font-size:20px;transition:transform .3s;display:flex;box-shadow:0 15px 35px #00000040}.video-play:hover{transform:scale(1.08)}.video-content>span{color:#93c5fd;letter-spacing:2px;font-size:8px;font-weight:800}.video-content h3{color:#fff;margin:9px 0;font-size:25px}.video-content p{color:#cbd5e1;margin:0;font-size:11px;line-height:1.6}.process-info-box{background:#ffffffd9;border:1px solid #e2e8f0;border-radius:13px;gap:12px;margin-top:15px;padding:17px;display:flex;box-shadow:0 10px 25px #0f172a0d}.info-check{color:#2563eb;background:#eff6ff;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;display:flex}.process-info-box strong{color:#172033;font-size:11px}.process-info-box p{color:#64748b;margin:4px 0 0;font-size:9px;line-height:1.6}.process-timeline{flex-direction:column;display:flex}.process-step{grid-template-columns:65px 1fr;min-height:125px;display:grid}.step-timeline{justify-content:center;display:flex;position:relative}.step-circle{z-index:3;color:#fff;background:linear-gradient(135deg,#2563eb,#4f46e5);border:4px solid #fff;border-radius:15px;justify-content:center;align-items:center;width:48px;height:48px;font-size:15px;display:flex;position:relative;box-shadow:0 12px 25px #2563eb40}.step-line{background:linear-gradient(#bfdbfe,#dbeafe);width:2px;position:absolute;top:48px;bottom:-5px}.step-card{background:#ffffffeb;border:1px solid #dbe3ef;border-left:3px solid #3b82f6;border-radius:14px;margin-bottom:20px;padding:21px 24px;transition:transform .3s,box-shadow .3s,border-color .3s;position:relative;box-shadow:0 10px 28px #0f172a0e}.step-card:hover{border-color:#bfdbfe;transform:translate(5px);box-shadow:0 18px 35px #2563eb1a}.step-card-top{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.step-label{color:#4f46e5;letter-spacing:1.2px;font-size:7px;font-weight:850}.step-number{color:#dbeafe;font-size:25px;font-weight:850}.step-card h3{color:#172033;margin:0 0 7px;font-size:15px;font-weight:800}.step-card p{color:#64748b;margin:0;font-size:10px;line-height:1.65}.process-bottom{background:linear-gradient(135deg,#172554,#1e40af);border-radius:16px;justify-content:space-between;align-items:center;gap:25px;margin-top:55px;padding:22px 25px;display:flex;box-shadow:0 20px 45px #1e40af2e}.process-bottom span{color:#93c5fd;letter-spacing:1.4px;font-size:7px;font-weight:850}.process-bottom h3{color:#fff;margin:4px 0 0;font-size:17px}.process-cta{color:#172554;white-space:nowrap;background:#fff;border-radius:9px;align-items:center;gap:15px;padding:12px 19px;font-size:10px;font-weight:800;text-decoration:none;transition:transform .25s,box-shadow .25s;display:inline-flex}.process-cta strong{font-size:16px}.process-cta:hover{transform:translateY(-2px);box-shadow:0 10px 25px #00000029}@media (width<=900px){.process-layout{grid-template-columns:1fr;gap:50px}.process-info{width:100%;max-width:650px;margin:auto;position:static}}@media (width<=600px){.fssai-process{padding:75px 0}.process-header{margin-bottom:40px}.process-header h2{letter-spacing:-1.5px;font-size:35px}.process-header p{font-size:12px}.process-video{min-height:280px}.process-step{grid-template-columns:48px 1fr}.step-circle{border-radius:11px;width:38px;height:38px;font-size:12px}.step-line{top:38px}.step-card{margin-bottom:15px;padding:17px}.step-card h3{font-size:13px}.step-card p{font-size:9px}.process-bottom{flex-direction:column;align-items:flex-start}.process-cta{justify-content:center;width:100%}}.question-service{color:#172033;background:linear-gradient(135deg,#fff 0%,#f7faff 48%,#f5f3ff 100%);width:100%;padding:100px 0;position:relative;overflow:hidden}.question-service:before{content:"";opacity:.35;pointer-events:none;background-image:radial-gradient(#c7d2fe .7px,#0000 .7px);background-size:25px 25px;position:absolute;inset:0}.question-orb{pointer-events:none;filter:blur(5px);border-radius:50%;position:absolute}.question-orb-one{background:radial-gradient(circle,#2563eb1a,#0000 70%);width:450px;height:450px;top:50px;left:-300px}.question-orb-two{background:radial-gradient(circle,#7c3aed1a,#0000 70%);width:500px;height:500px;bottom:-250px;right:-300px}.question-container{z-index:2;width:min(1180px,92%);margin:auto;position:relative}.question-header{text-align:center;max-width:720px;margin:0 auto 55px}.question-label{color:#4f46e5;letter-spacing:1.5px;background:#eef2ff;border:1px solid #e0e7ff;border-radius:50px;align-items:center;gap:8px;margin-bottom:17px;padding:8px 15px;font-size:8px;font-weight:850;display:inline-flex}.question-label span{background:#22c55e;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #22c55e1f}.question-header h2{color:#172033;letter-spacing:-2.5px;margin:0;font-size:clamp(38px,5vw,55px);font-weight:850;line-height:1.05}.question-header h2 span{color:#4f46e5}.question-header p{color:#64748b;max-width:650px;margin:17px auto 0;font-size:13px;line-height:1.8}.question-layout{grid-template-columns:.75fr 1.25fr;align-items:start;gap:28px;display:grid}.ask-expert-card{color:#fff;background:linear-gradient(145deg,#172554,#1e3a8a 55%,#312e81);border-radius:23px;min-height:500px;padding:32px;position:relative;overflow:hidden;box-shadow:0 25px 55px #1e3a8a33}.ask-expert-card:before{content:"";border:1px solid #ffffff1f;border-radius:50%;width:230px;height:230px;position:absolute;top:-90px;right:-90px}.ask-expert-card:after{content:"";border:1px solid #ffffff17;border-radius:50%;width:160px;height:160px;position:absolute;top:-60px;right:-60px}.expert-decoration{color:#ffffff14;font-size:110px;font-weight:900;line-height:1;position:absolute;top:18px;right:24px}.expert-icon{z-index:2;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1f;border:1px solid #ffffff2e;border-radius:15px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:30px;font-size:20px;display:flex;position:relative}.expert-label{z-index:2;color:#93c5fd;letter-spacing:1.5px;font-size:8px;font-weight:850;position:relative}.ask-expert-card h3{z-index:2;color:#fff;letter-spacing:-1px;margin:8px 0 14px;font-size:29px;line-height:1.15;position:relative}.ask-expert-card h3 strong{color:#60a5fa}.ask-expert-card>p{z-index:2;color:#cbd5e1;margin:0;font-size:11px;line-height:1.8;position:relative}.expert-points{z-index:2;flex-direction:column;gap:11px;margin:25px 0;display:flex;position:relative}.expert-points div{color:#e2e8f0;align-items:center;gap:9px;font-size:9px;display:flex}.expert-points span{color:#fff;background:#60a5fa2e;border-radius:50%;justify-content:center;align-items:center;width:19px;height:19px;font-size:9px;display:flex}.expert-button{z-index:2;box-sizing:border-box;color:#172554;background:#fff;border-radius:10px;justify-content:space-between;align-items:center;width:100%;padding:13px 16px;font-size:10px;font-weight:800;text-decoration:none;transition:transform .25s,box-shadow .25s;display:flex;position:relative}.expert-button strong{font-size:17px}.expert-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #00000026}.ask-expert-card small{z-index:2;color:#93c5fd;text-align:center;margin-top:17px;font-size:8px;display:block;position:relative}.faq-container{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffffe0;border:1px solid #e2e8f0;border-radius:20px;padding:25px;box-shadow:0 18px 45px #0f172a0f}.faq-top{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:8px;padding-bottom:18px;display:flex}.faq-top span{color:#6366f1;letter-spacing:1.3px;font-size:7px;font-weight:850}.faq-top h3{color:#172033;letter-spacing:-.5px;margin:5px 0 0;font-size:22px}.faq-count{color:#4f46e5;background:#eef2ff;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;width:45px;height:45px;font-size:15px;font-weight:850;display:flex}.faq-count small{color:#818cf8;font-size:6px;font-weight:700}.faq-item{border-bottom:1px solid #edf2f7}.faq-item:last-child{border-bottom:none}.faq-question{color:#172033;text-align:left;cursor:pointer;background:0 0;border:none;grid-template-columns:32px 1fr 30px;align-items:center;gap:10px;width:100%;padding:17px 4px;font-family:inherit;display:grid}.faq-number{color:#a5b4fc;font-size:8px;font-weight:850}.faq-title{color:#334155;font-size:11px;font-weight:750;transition:color .2s}.faq-item.faq-open .faq-title{color:#4f46e5}.faq-plus{color:#4f46e5;background:#eef2ff;border-radius:50%;justify-content:center;align-items:center;width:27px;height:27px;font-size:16px;transition:transform .25s,background .25s;display:flex}.faq-item.faq-open .faq-plus{color:#fff;background:#4f46e5;transform:rotate(180deg)}.faq-answer{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.faq-answer p{color:#64748b;margin:0;padding:0 45px;font-size:10px;line-height:1.75;overflow:hidden}.faq-item.faq-open .faq-answer{grid-template-rows:1fr}.faq-item.faq-open .faq-answer p{padding-bottom:17px}.question-bottom{background:linear-gradient(135deg,#eff6ff,#eef2ff);border:1px solid #dbeafe;border-radius:14px;align-items:center;gap:13px;margin-top:28px;padding:17px 20px;display:flex}.question-bottom-icon{background:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex;box-shadow:0 5px 15px #2563eb14}.question-bottom>div:nth-child(2){flex:1}.question-bottom span{color:#6366f1;letter-spacing:1.2px;font-size:7px;font-weight:850}.question-bottom h3{color:#172033;margin:3px 0 0;font-size:14px}.question-contact{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#2563eb,#4f46e5);border-radius:8px;align-items:center;gap:12px;padding:11px 16px;font-size:9px;font-weight:800;text-decoration:none;display:inline-flex;box-shadow:0 8px 18px #2563eb2e}.question-contact strong{font-size:15px}@media (width<=900px){.question-layout{grid-template-columns:1fr}.ask-expert-card{box-sizing:border-box;width:100%;max-width:600px;min-height:auto;margin:auto}}@media (width<=600px){.question-service{padding:70px 0}.question-header{margin-bottom:35px}.question-header h2{letter-spacing:-1.5px;font-size:35px}.question-header p{font-size:12px}.ask-expert-card{border-radius:18px;padding:25px}.faq-container{border-radius:17px;padding:18px}.faq-question{grid-template-columns:25px 1fr 28px;gap:7px;padding:14px 2px}.faq-title{font-size:10px}.faq-answer p{padding-left:32px}.question-bottom{flex-wrap:wrap}.question-contact{justify-content:center;width:100%}}@media (width<=400px){.question-header h2{font-size:30px}.expert-points div{font-size:8px}}.client-review{color:#172033;background:linear-gradient(135deg,#f8fbff 0%,#fff 45%,#f5f3ff 100%);width:100%;padding:105px 0;position:relative;overflow:hidden}.client-review:before{content:"";opacity:.3;pointer-events:none;background-image:radial-gradient(#c7d2fe .7px,#0000 .7px);background-size:26px 26px;position:absolute;inset:0}.review-orb{pointer-events:none;filter:blur(5px);border-radius:50%;position:absolute}.review-orb-one{background:radial-gradient(circle,#2563eb1a,#0000 70%);width:450px;height:450px;top:-150px;left:-280px}.review-orb-two{background:radial-gradient(circle,#7c3aed1a,#0000 70%);width:500px;height:500px;bottom:-250px;right:-300px}.review-container{z-index:2;width:min(1150px,92%);margin:auto;position:relative}.review-header{text-align:center;max-width:720px;margin:0 auto 50px}.review-label{color:#4f46e5;letter-spacing:1.5px;background:#eef2ff;border:1px solid #e0e7ff;border-radius:50px;align-items:center;gap:8px;margin-bottom:17px;padding:8px 15px;font-size:8px;font-weight:850;display:inline-flex}.review-label span{background:#22c55e;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #22c55e1f}.review-header h2{color:#172033;letter-spacing:-2.5px;margin:0;font-size:clamp(38px,5vw,55px);font-weight:850;line-height:1.05}.review-header h2 span{color:#4f46e5}.review-header p{color:#64748b;max-width:620px;margin:17px auto 0;font-size:13px;line-height:1.8}.review-area{justify-content:center;align-items:center;height:370px;display:flex;position:relative}.quote-decoration{z-index:0;color:#4f46e50e;pointer-events:none;font-family:Georgia,serif;font-size:330px;line-height:1;position:absolute;top:-50px}.review-track{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.review-card{box-sizing:border-box;background:#fffffff5;border:1px solid #dbe3ef;border-radius:20px;width:510px;min-height:260px;padding:28px 31px;transition:transform .55s,opacity .55s,filter .55s,box-shadow .55s;position:absolute;overflow:hidden;box-shadow:0 20px 50px #0f172a14}.review-card:before{content:"";background:linear-gradient(90deg,#2563eb,#4f46e5,#8b5cf6);width:100%;height:3px;position:absolute;top:0;left:0}.review-active{z-index:5;opacity:1;border-color:#a5b4fc;transform:translate(0)scale(1);box-shadow:0 30px 70px #4f46e52e}.review-left{z-index:2;opacity:.25;filter:blur(1px);transform:translate(-500px)scale(.82)}.review-right{z-index:2;opacity:.25;filter:blur(1px);transform:translate(500px)scale(.82)}.review-hidden{z-index:0;opacity:0;pointer-events:none;transform:scale(.65)}.review-stars{gap:3px;margin-bottom:8px;display:flex}.review-stars span{color:#f59e0b;font-size:13px}.review-quote{color:#e0e7ff;font-family:Georgia,serif;font-size:75px;line-height:1;position:absolute;top:19px;right:28px}.review-text{color:#64748b;max-width:430px;min-height:95px;margin:12px 0 20px;font-size:12px;font-style:italic;line-height:1.8}.review-customer{border-top:1px solid #e2e8f0;align-items:center;gap:11px;padding-top:15px;display:flex}.customer-avatar{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:11px;font-weight:800;display:flex;box-shadow:0 7px 15px #4f46e533}.customer-details{flex-direction:column;gap:4px;display:flex}.customer-details strong{color:#172033;font-size:11px;font-weight:800}.customer-details span{color:#94a3b8;font-size:8px}.customer-details i{color:#ef4444;margin-right:5px;font-size:7px;font-style:normal}.review-arrow{z-index:10;color:#4f46e5;cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;transition:transform .25s,color .25s,background .25s;display:flex;position:absolute;box-shadow:0 10px 25px #0f172a1a}.review-arrow:hover{color:#fff;background:linear-gradient(135deg,#2563eb,#4f46e5);transform:scale(1.08)}.review-prev{left:40px}.review-next{right:40px}.review-controls{justify-content:center;align-items:center;gap:13px;margin-top:5px;display:flex}.control-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4f46e5,#6366f1);border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:15px;transition:transform .2s;display:flex;box-shadow:0 8px 18px #4f46e533}.control-button:hover{transform:scale(1.08)}.review-counter{background:#fff;border:1px solid #e0e7ff;border-radius:50px;justify-content:center;align-items:center;gap:5px;min-width:72px;padding:8px 12px;display:flex;box-shadow:0 7px 18px #0f172a12}.review-counter strong{color:#4f46e5;font-size:11px}.review-counter span{color:#cbd5e1;font-size:10px}.review-counter small{color:#94a3b8;font-size:9px}.review-dots{justify-content:center;align-items:center;gap:6px;margin-top:18px;display:flex}.review-dot{cursor:pointer;background:#cbd5e1;border:none;border-radius:20px;width:6px;height:6px;padding:0;transition:width .25s,background .25s}.review-dot.active{background:linear-gradient(90deg,#2563eb,#7c3aed);width:20px}.review-trust{border-top:1px solid #e2e8f0;justify-content:center;align-items:center;gap:35px;margin:45px auto 0;padding-top:25px;display:flex}.trust-item{flex-direction:column;align-items:center;gap:3px;display:flex}.trust-item strong{color:#172033;font-size:17px}.trust-item span{color:#94a3b8;font-size:8px}.trust-divider{background:#dbe3ef;width:1px;height:35px}@media (width<=900px){.review-card{width:480px}.review-left{transform:translate(-400px)scale(.8)}.review-right{transform:translate(400px)scale(.8)}.review-prev{left:10px}.review-next{right:10px}}@media (width<=650px){.client-review{padding:75px 0}.review-header{margin-bottom:30px}.review-header h2{letter-spacing:-1.5px;font-size:35px}.review-header p{font-size:12px}.review-area{height:380px}.review-card{width:92%;min-height:290px;padding:25px 22px}.review-left,.review-right{opacity:0;transform:scale(.7)}.review-prev,.review-next{display:none}.review-text{min-height:125px;font-size:11px}.review-trust{gap:15px}.trust-divider{height:30px}}@media (width<=400px){.review-header h2{font-size:30px}.review-card{min-height:300px}.review-trust{gap:10px}.trust-item strong{font-size:14px}.trust-item span{font-size:7px}}.fssai-modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#0f172a9e;justify-content:center;align-items:center;padding:12px;display:flex;position:fixed;inset:0;overflow:hidden}.fssai-application{box-sizing:border-box;background:linear-gradient(145deg,#fff 0%,#f8faff 55%,#f5f7ff 100%);border:1px solid #dbe3ff;border-top:4px solid #4f46e5;border-radius:22px;width:min(960px,100%);height:min(94vh,780px);max-height:94vh;padding:25px 32px;position:relative;overflow:hidden;box-shadow:0 30px 80px #0f172a4d,0 8px 30px #4f46e51f}.application-header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.application-brand{color:#4f46e5;letter-spacing:1.5px;text-transform:uppercase;margin:0 0 6px;font-size:12px;font-weight:800}.application-header h1{color:#172033;letter-spacing:-1.5px;margin:0;font-size:clamp(28px,4vw,42px);font-weight:850;line-height:1.05}.application-header h1 span{color:#4f46e5}.application-header p{color:#64748b;max-width:650px;margin:8px 0 0;font-size:13px;font-weight:600;line-height:1.5}.application-close{color:#64748b;cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:22px;font-weight:700;transition:all .25s;display:flex}.application-close:hover{color:#fff;background:#ef4444;border-color:#ef4444;transform:rotate(90deg)}.application-badges{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.application-badges span{color:#475569;white-space:nowrap;background:#eef2ff;border:1px solid #dbe4ff;border-radius:30px;align-items:center;padding:6px 11px;font-size:11px;font-weight:700;display:inline-flex}.application-steps{justify-content:center;align-items:center;max-width:500px;margin:20px auto 18px;display:flex}.application-step{flex-direction:column;align-items:center;gap:5px;min-width:75px;display:flex}.application-step span{color:#64748b;background:#f1f5f9;border:1px solid #dbe3ef;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:13px;font-weight:800;transition:all .25s;display:flex}.application-step small{color:#64748b;font-size:11px;font-weight:700}.application-step.active span{color:#fff;background:linear-gradient(135deg,#4f46e5,#6366f1);border-color:#0000;box-shadow:0 7px 18px #4f46e54d}.application-step.active small{color:#4f46e5;font-weight:800}.step-line{background:#dbe3ef;width:75px;height:2px;margin:0 5px 20px}.application-body{min-height:0}.application-body h2{color:#172033;letter-spacing:-.4px;margin:0;font-size:21px;font-weight:850}.application-subtitle{color:#64748b;margin:6px 0 16px;font-size:13px;font-weight:600;line-height:1.45}.application-options{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.application-option{text-align:center;cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;min-height:118px;padding:14px;transition:all .25s;display:flex;box-shadow:0 6px 18px #0f172a0f}.application-option:hover{border-color:#a5b4fc;transform:translateY(-3px);box-shadow:0 12px 28px #4f46e521}.application-option.selected{background:#f5f3ff;border:2px solid #6366f1;box-shadow:0 12px 28px #4f46e526}.option-icon{color:#6366f1;background:#eef2ff;border-radius:11px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:7px;font-size:20px;display:flex}.application-option strong{color:#172033;font-size:14px;font-weight:800}.application-option small{color:#64748b;max-width:170px;margin-top:4px;font-size:11px;font-weight:600;line-height:1.4}.form-question{margin-bottom:17px}.form-question label,.form-field label{color:#334155;margin-bottom:6px;font-size:13px;font-weight:800;display:block}.yes-no-buttons{gap:8px;display:flex}.yes-no{color:#64748b;cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:8px;min-width:70px;padding:8px 17px;font-size:12px;font-weight:700}.yes-no.selected{color:#fff;background:#4f46e5;border-color:#4f46e5}.form-field{margin-bottom:17px}.form-field input,.form-field select{box-sizing:border-box;color:#334155;background:#fff;border:1px solid #dbe3ef;border-radius:8px;outline:none;width:100%;height:40px;padding:0 12px;font-family:inherit;font-size:12px;font-weight:600;transition:all .2s}.form-field input:focus,.form-field select:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.license-type-section h3{color:#334155;margin:0 0 10px;font-size:15px;font-weight:850}.license-type-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.license-type{text-align:center;cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:12px;min-height:105px;padding:14px 12px;transition:all .25s}.license-type:hover,.license-type.selected{border-color:#6366f1;box-shadow:0 10px 25px #4f46e51f}.license-type.selected{background:#f5f3ff}.license-type strong{color:#172033;font-size:14px;font-weight:800;display:block}.license-type small{color:#64748b;margin-top:6px;font-size:11px;font-weight:600;line-height:1.4;display:block}.summary-card{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:15px;display:grid}.summary-card div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:12px}.summary-card span{color:#64748b;font-size:11px;font-weight:600;display:block}.summary-card strong{color:#334155;text-transform:capitalize;margin-top:4px;font-size:13px;font-weight:800;display:block}.payment-card{background:linear-gradient(135deg,#eef2ff,#f5f3ff);border:1px solid #ddd6fe;border-radius:13px;align-items:center;gap:12px;margin-top:15px;padding:13px;display:flex}.payment-icon{color:#fff;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.payment-card h3{color:#172033;margin:0;font-size:14px;font-weight:850}.payment-card p{color:#64748b;margin:4px 0 0;font-size:11px;font-weight:600}.application-footer{border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:15px;margin-top:15px;padding-top:15px;display:flex}.application-prev,.application-cancel,.application-next{cursor:pointer;border-radius:8px;min-height:40px;padding:0 18px;font-family:inherit;font-size:12px;font-weight:800}.application-prev,.application-cancel{color:#64748b;background:#fff;border:1px solid #dbe3ef}.application-prev:hover,.application-cancel:hover{color:#4f46e5;border-color:#a5b4fc}.application-next{color:#fff;background:linear-gradient(135deg,#4f46e5,#6366f1);border:none;align-items:center;gap:10px;display:flex;box-shadow:0 8px 20px #4f46e540}.application-next:hover{transform:translateY(-2px);box-shadow:0 12px 25px #4f46e552}.application-next span{font-size:16px}@media (width<=800px){.fssai-application{width:96%;height:94vh;padding:22px 24px}.application-header h1{font-size:32px}.application-options{gap:10px}.application-option{min-height:105px}}@media (width<=650px){.fssai-modal-overlay{padding:7px}.fssai-application{border-radius:17px;width:100%;height:97vh;max-height:97vh;padding:18px 15px}.application-header{gap:10px}.application-brand{font-size:10px}.application-header h1{letter-spacing:-.8px;font-size:25px}.application-header p{font-size:11px}.application-close{width:34px;height:34px;font-size:19px}.application-badges{gap:5px;margin-top:10px}.application-badges span{padding:5px 8px;font-size:9px}.application-steps{margin:14px auto}.application-step{min-width:55px}.application-step span{width:33px;height:33px;font-size:11px}.application-step small{font-size:9px}.step-line{width:30px}.application-body h2{font-size:18px}.application-subtitle{margin-bottom:12px;font-size:11px}.application-options{grid-template-columns:repeat(2,1fr);gap:8px}.application-option{min-height:90px;padding:10px}.option-icon{width:32px;height:32px;margin-bottom:5px;font-size:16px}.application-option strong{font-size:12px}.application-option small{font-size:9px}.license-type-grid{grid-template-columns:repeat(3,1fr);gap:7px}.license-type{min-height:90px;padding:10px 6px}.license-type strong{font-size:11px}.license-type small{font-size:8px}.form-question label,.form-field label{font-size:11px}.form-field input,.form-field select{height:36px;font-size:10px}.application-footer{margin-top:10px;padding-top:10px}.application-prev,.application-cancel,.application-next{min-height:36px;padding:0 13px;font-size:10px}}@media (width<=420px){.fssai-application{padding:15px 12px}.application-header h1{font-size:22px}.application-header p{font-size:10px}.application-badges span{font-size:8px}.application-steps{margin:10px auto}.application-step{min-width:45px}.application-step span{width:30px;height:30px}.application-step small{font-size:8px}.step-line{width:20px}.application-body h2{font-size:16px}.application-option{min-height:82px}.application-option strong{font-size:11px}.application-option small{font-size:8px}.application-footer{gap:7px}.application-prev,.application-cancel,.application-next{padding:0 10px;font-size:9px}}
