@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";:root{--color-white: #FFFFFF;--color-primary-blue: #3575DD;--color-success-green: #22C55E;--color-light-yellow: #FEFCE8;--color-yellow: #FBBF24;--color-error-red: #F44545;--color-orange: #F97316;--text-dark: #000000;--text-muted: #374151;--text-white: #FFFFFF}body{margin:0;padding:0;box-sizing:border-box;color:var(--text-dark);background-color:var(--color-white);font-family:Poppins,sans-serif}h1,h2,h3,h4,h5,h6{color:var(--text-dark);margin-top:0}p{color:var(--text-muted);line-height:1.6}a{color:var(--color-primary-blue);text-decoration:none;transition:opacity .2s}a:hover{opacity:.8}.hamburger-btn{display:flex;align-items:center;gap:4px;background:none;border:none;padding:4px 8px;cursor:pointer;color:#111;font-family:inherit;transition:background .2s;border-radius:4px}.hamburger-btn:hover{background:#00000014}.hamburger-icon{font-size:22px;line-height:1}.hamburger-text{font-size:14px;font-weight:700;line-height:1}.hamburger-overlay{position:fixed;inset:0;background:#0003;z-index:1000}.hamburger-panel{position:absolute;top:62px;left:16px;width:280px;max-height:80vh;background:#fff;border-radius:14px;box-shadow:0 10px 30px #0003;display:flex;flex-direction:column;overflow:hidden}.hamburger-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;position:relative;border-bottom:1px solid #e5e7eb}.hamburger-header h4{margin:0;font-size:16px;font-weight:600;color:var(--text-muted)}.close-btn{position:static!important;margin-left:auto;background:none;border:none;font-size:18px;cursor:pointer;padding:0;line-height:1;color:var(--text-muted)}.hamburger-list{list-style:none;margin:0;padding:8px 0;overflow-y:auto}.hamburger-list li{padding:10px 16px;font-size:14px;cursor:pointer;color:#374151}.hamburger-list li:hover{background:#f3f4f6}@media(max-width:480px){.hamburger-panel{left:8px;width:calc(100% - 16px)}}.header{width:100%;font-family:Outfit,Inter,sans-serif;position:sticky;top:0;z-index:1000;display:flex;flex-direction:column}.brand-top-bar{background:#fff;width:100%;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.1)}.brand-points-header{max-width:1440px;margin:0 auto;padding:0 24px;display:flex;justify-content:center;gap:32px;color:var(--text-dark);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.8px}.brand-points-header span{display:flex;align-items:center;gap:6px}.point-icon-mini{color:#fbbf24;font-size:13px}.header-top{background:#fff;width:100%}.header-top-inner{max-width:1440px;margin:0 auto;padding:0 24px;display:flex;align-items:center;height:75px;gap:16px}.logo-section{display:flex;align-items:center;gap:14px;cursor:pointer;flex-shrink:0;transition:all .2s ease}.logo-section:hover{opacity:.9}.logo-img{height:58px;width:auto;object-fit:contain;display:block}.logo-tagline{color:var(--text-dark);font-size:14px;font-weight:500;white-space:nowrap;line-height:1.2;font-family:Outfit,sans-serif;opacity:1}.search-bar-container{flex:1;min-width:0;display:flex;align-items:stretch;height:44px;border-radius:8px;overflow:hidden;margin:0;background:#fff;border:1.5px solid var(--text-dark);transition:all .2s ease}.search-bar-container:focus-within{box-shadow:0 0 0 3px #fbbf244d;transform:translateY(-1px)}.search-category-select{background:#e6e6e6;border:none;padding:0 8px;font-size:12px;font-weight:500;color:var(--text-dark);cursor:pointer;outline:none;border-right:1px solid #ccc;min-width:52px;appearance:auto;border-radius:4px 0 0 4px}.search-input{flex:1;border:none;outline:none;padding:0 12px;font-size:14px;background:#fff;color:var(--text-dark);min-width:0}.search-input::placeholder{color:var(--text-muted);font-size:13px;text-overflow:ellipsis}.search-btn{background:#fbbf24;border:none;padding:0 14px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;border-radius:0 4px 4px 0}.search-btn svg{font-size:20px;color:#232f3e}.search-btn:hover{background:#f59e0b}.header-right{display:flex;align-items:center;gap:12px;flex-shrink:0;min-width:fit-content;margin-left:auto}.location-selector{display:flex;align-items:center;gap:3px;cursor:pointer;padding:4px 6px;border-radius:3px;transition:outline .15s}.location-selector:hover{outline:1px solid #ddd}.location-icon{font-size:16px;color:var(--text-dark);flex-shrink:0}.location-text{display:flex;flex-direction:column;line-height:1.15}.location-label{font-size:10px;color:var(--text-muted)}.location-value{font-size:12px;font-weight:700;color:var(--text-dark);white-space:nowrap}.sign-in-btn{background:var(--color-yellow);color:var(--text-dark);border:none;padding:9px 22px;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s;white-space:nowrap;box-shadow:0 2px 8px #fbbf2459}.sign-in-btn:hover{background:#f59e0b;transform:translateY(-1px);box-shadow:0 4px 14px #fbbf2473}.user-nav{display:flex;align-items:center;gap:8px}.user-role{color:var(--text-dark);background:#f3f4f6;border:1px solid #ddd;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:700;text-transform:capitalize;white-space:nowrap}.dashboard-link{background:var(--color-success-green);color:var(--text-white);border:none;padding:8px 16px;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;transition:all .2s;white-space:nowrap;box-shadow:0 2px 8px #10b9814d}.dashboard-link:hover{background:#059669;transform:translateY(-1px);box-shadow:0 4px 14px #10b98166}.sign-out-btn{background:#fee2e2;color:#dc2626;border:1px solid #fca5a5;padding:8px 14px;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;transition:all .2s;white-space:nowrap}.sign-out-btn:hover{background:#ef4444;color:#fff;border-color:transparent;transform:translateY(-1px);box-shadow:0 4px 14px #ef444466}.header-categories{background:#f0c14b;width:100%}.header-categories-inner{max-width:1440px;margin:0 auto;padding:0 12px;display:flex;align-items:center;height:34px;gap:8px;overflow-x:auto}.header-categories-inner::-webkit-scrollbar{display:none}.header-categories-inner .hamburger-btn{background:none;border:none;color:#111;font-size:20px;cursor:pointer;display:flex;align-items:center;padding:2px 6px 2px 0;flex-shrink:0}.category-link{color:#111;text-decoration:none;font-size:11.5px;font-weight:700;padding:4px 10px;border-radius:3px;white-space:nowrap;text-transform:uppercase;letter-spacing:.5px;transition:background .15s}.category-link:hover{background:#00000014}@media(max-width:1024px){.location-selector{display:none}}@media(max-width:768px){.header-top-inner{height:auto;padding:12px 16px;flex-wrap:wrap;gap:12px;justify-content:space-between}.logo-section{order:1}.header-right{order:2;margin-left:0}.search-bar-container{order:3;width:100%;flex:none;margin:4px 0 0;height:48px}.logo-img{height:38px}.logo-tagline,.location-selector{display:none}.header-categories-inner{padding:0 12px;height:44px;gap:12px;overflow-x:auto;-webkit-overflow-scrolling:touch}.category-link{font-size:12px;font-weight:700;padding:6px 12px;background:#0000000d}}@media(max-width:480px){.header-top-inner{padding:8px 12px}.logo-img{height:36px}.sign-in-btn{padding:6px 12px;font-size:12px}.user-nav{gap:6px}.dashboard-link,.sign-out-btn{padding:4px 8px;font-size:11px}.search-bar-container{height:38px}.search-input{font-size:13px}}.footer{font-family:Outfit,Segoe UI,sans-serif;background:var(--color-white);color:var(--text-dark)}.footer-top{background:var(--color-primary-blue);color:var(--text-white);padding:90px 104px;text-align:center}.footer-top .footer-top{padding:80px 60px}@media(max-width:768px){.footer-top .footer-top{padding:60px 30px}}@media(max-width:480px){.footer-top .footer-top{padding:40px 20px}}.logoslogan{display:flex;flex-direction:column;gap:20px;justify-content:center;align-items:center;margin-bottom:8px}.footer-logo-img{height:90px;width:auto}.brand-logo{font-size:32px;font-weight:800;line-height:1}.sub-heading{font-size:15px;color:var(--text-white);margin-bottom:16px;opacity:1}.brand-points{display:flex;justify-content:center;gap:30px;font-size:13px;font-weight:600;flex-wrap:wrap;color:var(--text-white)}.brand-points span{display:flex;align-items:center;gap:8px}.point-icon{font-size:16px;color:#fbbf24}.footer-content{max-width:1440px;margin:0 auto;padding:30px 24px 40px}.footer-main-grid{display:flex;flex-direction:column;gap:40px}.footer-links-container{display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap;padding-bottom:20px;border-bottom:1px solid #f1f5f9}.links-column{flex:1;min-width:160px}.links-column h4{font-size:16px;font-weight:700;color:var(--text-dark);margin-bottom:20px;text-transform:none}.links-column a{display:block;font-size:14px;color:var(--text-muted);text-decoration:none;margin-bottom:12px;transition:color .2s}.links-column a:hover{color:var(--color-primary-blue)}.footer-cards-container{display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;gap:24px}@media(max-width:1024px){.footer-cards-container{gap:20px}}@media(max-width:768px){.footer-links-container{gap:24px}.links-column{min-width:140px;flex:1 1 140px}.footer-cards-container{flex-direction:column}}.sidebar-card{background:#f8fafc;border:1px solid #eaeff5;padding:32px 24px;border-radius:12px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;min-height:250px;flex:1;min-width:280px;transition:transform .2s ease,box-shadow .2s ease}.sidebar-card:hover{box-shadow:0 10px 25px -5px 35755}.sidebar-card h4{color:var(--color-primary-blue);font-size:17px;font-weight:700;margin-bottom:20px;text-transform:none}.sidebar-card p{font-size:13px;color:var(--text-muted);margin-bottom:12px;line-height:1.6}.whatsapp-btn-link{display:flex;align-items:center;justify-content:center;gap:8px;background:#25d366;color:#fff;padding:10px 20px;border-radius:8px;text-decoration:none;font-weight:700;font-size:14px;margin:12px 0;width:auto;min-width:180px}.whatsapp-btn-link:hover{opacity:.9}.subscribe-form{display:flex;flex-direction:column;gap:12px;width:100%;max-width:260px}.subscribe-form input{padding:12px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:13px;text-align:center;background:#fff}.subscribe-btn{background:var(--color-primary-blue);color:var(--text-white);border:none;padding:12px;border-radius:8px;font-weight:700;font-size:14px;cursor:pointer}.subscribe-btn:hover{opacity:.9}.store-buttons{display:flex;gap:12px}.store-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:10px 16px;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;border:none;min-width:110px}.apple{background:#000;color:#fff}.android{background:#22c55e;color:#fff}.store-btn:hover{opacity:.9}.footer-bottom{border-top:1px solid #e2e8f0;padding:24px;text-align:center}.connect-text{font-size:14px;font-weight:700;color:var(--text-muted);margin-bottom:20px}.social-icons{display:flex;justify-content:center;gap:16px;margin-bottom:24px}.social-icons a{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;cursor:pointer;transition:transform .2s ease}.social-icons a:hover{transform:translateY(-4px)}.fb{background:#1877f2}.ig{background:#e1306c}.in{background:#0a66c2}.tw{background:#000}.yt{background:red}.wa{background:#22c55e}.copyright{font-size:13px;color:var(--text-muted)}@media(max-width:1024px){.footer-main-grid{grid-template-columns:1fr;gap:40px}}@media(max-width:768px){.footer-links-container{gap:30px;justify-content:flex-start}.links-column{min-width:150px;flex:1 1 150px}.sidebar-card{padding:24px 16px;min-height:auto}}@media(max-width:600px){.footer-top{padding:40px 16px}.brand-points{flex-direction:column;gap:12px;align-items:center}.links-column{min-width:100%;text-align:left}.footer-links-container{flex-direction:column;align-items:flex-start}.sidebar-card{width:100%;max-width:none}.social-icons{gap:12px;flex-wrap:wrap}.store-buttons{flex-direction:row;width:100%;justify-content:center}.store-btn{flex:1;max-width:160px}}.footer-top h1,.footer-top h2,.footer-top h3,.footer-top p,.footer-top span{color:#fff}.modal-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;background-color:#0a12288c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:1rem}.modal-card{background-color:#fff;width:100%;max-width:440px;border-radius:20px;box-shadow:0 24px 60px #0000002e,0 0 0 1px #0000000d;padding:36px 32px 28px;position:relative;animation:modalAppear .28s cubic-bezier(.16,1,.3,1)}@keyframes modalAppear{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.close-btn{position:absolute;top:16px;right:20px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border:none;border-radius:50%;color:var(--text-muted);font-size:13px;cursor:pointer;transition:all .15s}.close-btn:hover{background:#e5e7eb;color:#111}.modal-header{text-align:center;margin-bottom:28px}.modal-header h2{font-size:22px;font-weight:800;color:#111827;margin-bottom:6px;letter-spacing:-.3px}.modal-header p{color:var(--text-muted);font-size:14px;line-height:1.5}.login-form{display:flex;flex-direction:column;gap:18px}.input-label{display:block;font-size:11px;font-weight:700;color:#374151;margin-bottom:7px;letter-spacing:.6px;text-transform:uppercase}.phone-input-container{display:flex;border:1.5px solid #e5e7eb;border-radius:10px;overflow:hidden;transition:all .2s;background:#fff}.phone-input-container:focus-within{border-color:#3a80f2;box-shadow:0 0 0 3px #3a80f21a}.country-code{display:flex;align-items:center;gap:4px;background:#f8fafc;padding:0 14px;border-right:1.5px solid #e5e7eb;color:#374151;font-size:14px;font-weight:700;cursor:pointer;white-space:nowrap}.main-input{width:100%;padding:13px 14px;border:none;outline:none;color:#111827;font-size:15px;background:transparent;font-family:inherit}.login-form .main-input.text-center{text-align:center;font-size:26px;font-weight:800;letter-spacing:16px;padding:14px 10px;color:#111827;background:#f8fafc;border:1.5px solid #e5e7eb;border-radius:10px;width:100%;box-sizing:border-box;transition:all .2s}.login-form .main-input.text-center:focus{border-color:#3a80f2;background:#fff;box-shadow:0 0 0 3px #3a80f21a;outline:none}.role-options{display:flex;gap:10px}.role-btn{flex:1;padding:11px 14px;border-radius:10px;border:1.5px solid #e5e7eb;background:#f8fafc;color:var(--text-muted);font-size:14px;font-weight:600;cursor:pointer;transition:all .18s;font-family:inherit}.role-btn:hover{border-color:#3a80f2;color:#3a80f2;background:#eff6ff}.role-btn.active,.role-btn[style*="background: rgb(0, 112, 243)"],.role-btn[style*="background: #0070f3"]{background:#3a80f2!important;color:#fff!important;border-color:#3a80f2!important;box-shadow:0 4px 12px #3a80f247}.submit-btn{width:100%;background:#fbbf24;color:#111827;font-weight:800;font-size:15px;padding:14px;border-radius:10px;border:none;cursor:pointer;letter-spacing:.1px;box-shadow:0 4px 14px #fbbf244d;transition:all .2s;font-family:inherit}.submit-btn:hover{background:#f59e0b;transform:translateY(-1px);box-shadow:0 6px 18px #fbbf2466}.submit-btn:active{transform:scale(.98)}.change-phone-btn,[style*="color: #0070f3"][style*="cursor: pointer"],.login-form button[style*="color: #0070f3"]{display:block;width:100%;background:none;border:1.5px solid #e5e7eb;border-radius:10px;color:#3a80f2!important;font-size:14px;font-weight:600;text-align:center;padding:11px;margin-top:4px;cursor:pointer;transition:all .2s;font-family:inherit;text-decoration:none!important}.change-phone-btn:hover,[style*="color: #0070f3"][style*="cursor: pointer"]:hover,.login-form button[style*="color: #0070f3"]:hover{border-color:#3a80f2;background:#eff6ff}.error-message{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:10px 14px;font-size:13px;text-align:center;color:#dc2626!important;margin-bottom:4px}.modal-footer{margin-top:20px;text-align:center;padding-top:16px;border-top:1px solid #f3f4f6}.skip-btn{background:none;border:none;color:#9ca3af;font-weight:600;font-size:13px;cursor:pointer;margin-bottom:10px;display:block;width:100%;transition:color .2s}.skip-btn:hover{color:var(--text-muted)}.terms-text{font-size:11px;color:#9ca3af;line-height:1.5}.link-blue{color:#3a80f2;cursor:pointer;font-weight:600}.redirect-options{text-align:center}.redirect-question{color:var(--text-muted);font-size:15px;margin-bottom:20px;line-height:1.5}.redirect-actions{display:flex;flex-direction:row;gap:12px}.redirect-go-btn,.stay-btn{flex:1;height:50px;padding:0;border-radius:10px;font-size:15px;font-weight:700;cursor:pointer;transition:all .2s;font-family:inherit;display:flex;align-items:center;justify-content:center;box-sizing:border-box;white-space:nowrap}.redirect-go-btn{background:#fbbf24;color:#111827;border:none;box-shadow:0 4px 14px #fbbf244d}.redirect-go-btn:hover{background:#f59e0b;transform:translateY(-1px);box-shadow:0 6px 18px #fbbf2466}.stay-btn{background:#f8fafc;color:#374151;border:1.5px solid #e5e7eb}.stay-btn:hover{border-color:#d1d5db;background:#f1f5f9}*{font-family:Poppins,sans-serif}.successStories{padding:1rem 4rem;font-weight:400;margin-bottom:55px;font-family:Poppins,sans-serif}.successTitle{text-align:center;font-size:30px;font-weight:700;margin-bottom:30px}.storiesGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px;justify-content:center!important;max-width:1500px;margin:0 18px}.storyCard{background:#fff;border-radius:12px;padding:20px;max-width:615px;border:1px solid #e5e7eb;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 10px 15px #0000001a,0 4px 6px #0000001a}.storyCard:hover{transform:scale(1.03);border:1px solid #2563E8;border-top:4px solid #2563E8}.storyHeader{display:flex;gap:12px;align-items:center}.storyAvatar{width:46px;height:46px;border-radius:50%;object-fit:cover}.storyName{font-weight:700;font-size:18px}.storyRole{font-size:16px;color:var(--text-muted)}.storyText{margin-top:14px;font-size:16px;color:var(--text-dark);line-height:1.5}.storiesWrapper{position:relative;opacity:1;transform:none}@media(max-width:768px){.storiesGrid{grid-template-columns:1fr}}@media(max-width:1024px){.successStories{padding:.75rem 1.5rem}.successTitle{font-size:22px}.storiesGrid{gap:20px}.storyText{font-size:13.5px}}@media(max-width:768px){.successStories{padding:.75rem 1rem;margin-bottom:30px}.successTitle{font-size:20px;margin-bottom:20px}.storiesGrid{grid-template-columns:1fr;gap:18px}.storyCard{padding:14px}.storyAvatar{width:36px;height:36px}.storyName{font-size:14px}.storyRole{font-size:12.5px}.storyText{font-size:13px}}@media(max-width:480px){.successTitle{font-size:18px}.storyCard{padding:12px}.storyText{font-size:12.5px;line-height:1.5}}.whySubTitle{font-size:18px;color:#030304;margin-bottom:50px}.whyCards{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.whyCard{background:#fff;padding:30px 25px;display:flex;border:1px solid #E5E7EB;flex-direction:column;align-content:center;justify-content:center;border-radius:16px;text-align:left;margin-top:40px;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 10px 15px #0000001a,0 4px 6px #0000001a}.whyCard:hover{transform:scale(1.03)}.whyIcon{width:55px;height:55px;border-radius:14px;display:flex;text-align:center;justify-content:center!important;align-items:center;font-size:22px;margin:10px auto!important;margin-bottom:18px}.iconImg{max-width:64px;max-height:64px;margin:10px auto!important}.cardTitle{font-size:20px;font-weight:700;text-align:center;color:#111827;margin-bottom:10px}@media(max-width:992px){.whyCards{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.whyCards{grid-template-columns:1fr}.whyTitle{font-size:32px}}.whyChooses{max-width:1200px;margin:0 auto 55px;padding:1rem 1.5rem;text-align:center;background:#fff;font-family:Arial,sans-serif}.whyTitle{font-size:30px;font-weight:800;color:var(--text-dark);margin-bottom:10px}.whySubTitle{font-size:18px;color:var(--text-dark);margin-bottom:50px}.whyZogiraas{margin:auto auto 40px;display:grid;grid-template-columns:repeat(4,1fr);justify-items:center;gap:10px}.whyZogiraa{max-width:300px!important;max-height:320px;background:#fff;display:flex;flex-direction:column;align-content:center;margin-top:40px;justify-content:center!important;border-radius:16px;text-align:left;transition:transform .3s ease,box-shadow .3s ease}.whyCard:hover{transform:scale(1.03);box-shadow:0 10px 5px #0000001a,0 10px 20px #0000001a}.whyIcon{display:flex;text-align:center;justify-content:center!important;align-items:center;font-size:22px;border-radius:50%;margin:10px auto!important;margin-bottom:18px}.iconImgs{max-width:112px;max-height:112px;border-radius:60%;margin:30px auto!important;padding-bottom:20px}.cardTitle{font-size:20px;font-weight:700;text-align:center;color:var(--text-dark);margin-bottom:10px}.cardDesc{font-size:15px;line-height:1.6;text-align:center;color:#4b5563}@media(max-width:992px){.whyZogiraas{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.whyZogiraas{grid-template-columns:1fr}.whyTitle{font-size:32px}}.hero-wrapper{max-height:650px;width:100%;font-family:Outfit,Inter,sans-serif;overflow-x:hidden}.category-bar{width:100%;background:#fbbf24;padding:12px 20px}.category-bar{display:flex;gap:10px;justify-content:flex-start!important}.category-bar-inner{max-width:1500px;width:100%;padding:0 36px;display:flex;margin:0 auto;justify-content:center!important;align-items:center;gap:34px;font-size:14px;font-weight:500;overflow-x:auto}.category-bar-inner span{white-space:nowrap;cursor:pointer;flex-shrink:0}.hero-container{background:#3a80f2;display:flex;justify-content:space-between;align-items:center;padding:40px 80px;color:#fff;gap:40px}.hero-left{max-width:58%}.hero-left h1{font-size:52px;font-weight:800;margin-bottom:20px;line-height:1.1;letter-spacing:-.5px}.hero-left p{font-size:18px;line-height:1.6;color:#000;margin-bottom:30px;opacity:.95}.hero-buttons{display:flex;gap:16px;margin-bottom:24px;flex-wrap:wrap}.btn{padding:14px 24px;border-radius:8px;font-size:15px;font-weight:700;cursor:pointer;border:none;transition:all .2s ease}.btn.yellow{background:#fbbf24;color:#000}.btn.blue-outline{background:#fff;color:#3a80f2;font-weight:700;transition:all .2s ease}.btn.blue-outline:hover{background:#f8fafc;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.offer-badge{display:inline-block;background:#16a34a;color:#fff;padding:10px 18px;border-radius:8px;font-size:14px;font-weight:600}.hero-right img{max-width:420px;width:100%;border-radius:10px}@media(max-width:1024px){.hero-container{padding:50px 40px}.hero-left{max-width:60%}.hero-left h1{font-size:36px}}@media(max-width:900px){.hero-container{flex-direction:column;padding:40px 20px;text-align:center;gap:20px}.hero-left{max-width:100%}.hero-buttons{justify-content:center}.offer-badge{margin:0 auto}.hero-right img{margin-top:20px;max-width:100%}}@media(max-width:768px){.category-bar-inner span:nth-child(n+8){display:none}.category-bar{width:100%;padding:8px 4px;background:#fff}.category-bar-inner{padding:0 8px;gap:12px;justify-content:flex-start!important;overflow-x:auto;-webkit-overflow-scrolling:touch}.category-bar-inner span{font-size:13px;padding:4px 10px;white-space:nowrap;background:#fff3;border-radius:4px}}@media(max-width:600px){.hero-left h1{font-size:28px}.hero-left p{font-size:14px}.btn{width:100%}.info-card{max-width:92%;width:auto;padding:8px;margin:0 auto 12px}.info-card-content h3{font-size:12px}.info-card-content p{font-size:11px}}@media(max-width:400px){.category-bar-inner span:nth-child(n+4){display:none}.hero-left h1{font-size:24px}}.home-sections{background:#fffde8;font-family:Segoe UI,sans-serif}.section{margin-bottom:55px;width:100%;padding:3rem 1.5rem}.section-01{padding:.5rem 0}.bg-change{padding:1rem 0;background-color:#fff}.section-inner{max-width:1400px;margin:0 auto!important}.section h2{font-size:30px;font-weight:700;padding:2rem;margin-bottom:2rem;color:var(--text-dark)}.section-header{display:flex;justify-content:center!important;align-items:center}.card-row{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;justify-items:center!important}.category-card,.info-card,.deal-card,.product-card{background:#fff;border-radius:10px;padding:14px;margin:0 auto!important;max-width:276px;max-height:395px;box-shadow:0 4px 12px #00000014}h4{font-size:16px;margin-bottom:6px}.category-img{width:276px;max-height:195px;object-fit:cover}p{font-size:13px;color:var(--text-muted)}.deal-card{position:relative}.badge{position:absolute;top:10px;left:10px;background:red;color:#fff;font-size:11px;padding:3px 6px;border-radius:4px}.old-price{text-decoration:line-through;color:var(--text-muted)}.price{font-weight:700;color:#1a4fd8}.product-card button{margin-top:10px;width:100%;background:#1a4fd8;color:#fff;border:none;padding:8px;border-radius:6px;cursor:pointer}.service-card{background:#fff;width:260px;padding:14px;border-radius:12px;box-shadow:0 4px 12px #00000014}.service-card img{width:100%;height:140px;object-fit:cover;border-radius:10px;margin-bottom:10px}.service-card h4{font-size:15px;font-weight:600;margin-bottom:6px}.rating{font-size:13px;color:#f5a623;margin-bottom:6px}.rating span{color:var(--text-muted);font-size:12px}@media(max-width:1200px){.card-row{grid-template-columns:repeat(3,1fr);gap:16px}}@media(max-width:992px){.card-row{grid-template-columns:repeat(2,1fr);gap:16px}}@media(max-width:768px){.section{padding:2rem 1rem;margin-bottom:30px}.section h2{font-size:24px;padding:1rem;margin-bottom:1rem;text-align:center}}@media(max-width:600px){.card-row{grid-template-columns:1fr;gap:20px}.category-card,.info-card,.deal-card,.product-card,.service-card{max-width:100%;margin:0 auto}}.testimonial-wrapper{background:#fff;padding:1rem 4rem}.testimonial-top{max-width:1200px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:60px}.testimonial-text h2{font-size:45px;font-weight:800;color:#0f172a;margin-bottom:16px}.testimonial-text span{color:#2563eb}.testimonial-text p{max-width:420px;font-size:16px;color:var(--text-muted);margin-bottom:22px}.watch-btn{background:#2563eb;color:#fff;border:none;padding:12px 22px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer}.testimonial-video{position:relative;width:460px;height:260px;border-radius:14px;overflow:hidden;cursor:pointer;box-shadow:0 10px 30px #00000026}.testimonial-video img{max-width:592px;height:323px}.play-icon{position:absolute;inset:0;margin:auto;width:60px;height:60px;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:30px;color:#2563eb}.testimonial-bottom{margin-top:80px;text-align:center}.testimonial-bottom h3{font-size:24px;font-weight:700}.subtitle{color:var(--text-muted);margin-bottom:40px}.testimonial-cards{display:flex;justify-content:center;gap:24px;flex-wrap:wrap}.testimonial-card{background:#fff;width:300px;padding:16px;border-radius:12px;box-shadow:0 4px 14px #00000014;text-align:left}.card-img{position:relative;cursor:pointer}.card-img img{width:100%;height:160px;object-fit:cover;border-radius:10px}.small-play{position:absolute;inset:0;margin:auto;width:42px;height:42px;background:#2563eb;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center}.testimonial-card h4{margin-top:12px;font-size:15px}.role{font-size:13px;color:#2563eb}.quote{font-size:14px;color:var(--text-muted);margin-top:8px}.video-modal{position:fixed;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000}.video-modal-content{position:relative;width:80%;max-width:900px}.video-modal video{width:100%;border-radius:12px}.close-btn{position:absolute;top:-12px;right:-12px;background:#fff;border:none;width:34px;height:34px;border-radius:50%;cursor:pointer}.video-modal-content{width:600px}.video-modal video{height:340px}@media(max-width:768px){.testimonial-wrapper{padding:50px 20px}.testimonial-top{flex-direction:column;text-align:center}.testimonial-text{max-width:100%}.testimonial-text h2{font-size:26px}.testimonial-video img{width:100%}.testimonial-bottom h3,.subtitle{text-align:center}.testimonial-cards{gap:5px}.testimonial-card{width:200px;text-align:center}}@media(max-width:480px){.testimonial-text h2{font-size:22px}.testimonial-text p{font-size:14px}.play-icon,.small-play{font-size:20px}.testimonial-card{text-align:center;width:250px;font-size:10px}.role{font-size:13px}}.contact-page{padding:60px 8%;background:#f9fafb}.contact-hero{background:var(--color-primary-blue);border-radius:20px;padding:40px;display:flex;align-items:center;justify-content:space-between;gap:40px;color:#fff}.contact-hero-left{max-width:600px}.contact-hero-left h1{font-size:36px;font-weight:800;line-height:1.2;color:#fff}.contact-hero-left h1 span{color:#fff}.contact-hero-left p{margin:14px 0 24px;color:#fff;font-weight:500;opacity:1;font-size:16px}.contact-actions{display:flex;gap:16px}.btn-primary{background:var(--color-yellow);color:var(--text-dark);border:none;padding:12px 22px;border-radius:8px;font-weight:600;cursor:pointer}.btn-outline{background:transparent;border:1.5px solid #fff;color:#fff;padding:12px 22px;border-radius:8px;font-weight:600;cursor:pointer}.contact-hero-right img{width:300px;border-radius:14px}.contact-cards{margin-top:60px;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}.contact-card{background:#fff;padding:28px;border-radius:14px;box-shadow:0 10px 30px #0000000d}.contact-card h3{margin-bottom:12px;font-size:18px}.contact-card p{font-size:14px;color:var(--text-muted);margin-bottom:10px}.timing span{color:#e11d48;font-weight:600}.whatsapp-btn{display:inline-block;margin:12px 0;background:#22c55e;color:#fff;padding:10px 18px;border-radius:8px;font-weight:600;text-decoration:none}.btn-email-directory{background:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1.5px solid rgba(255,255,255,.3);color:#fff;padding:12px 22px;border-radius:8px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease}.btn-email-directory:hover{background:#ffffff40;transform:translateY(-2px)}.email-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0f172a99;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px}.email-modal-content{background:#fff;width:100%;max-width:800px;max-height:90vh;border-radius:20px;padding:40px;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040;animation:modalSlideUp .4s cubic-bezier(.16,1,.3,1)}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-close-btn{position:absolute;top:20px;right:20px;background:#f1f5f9;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-muted);cursor:pointer;transition:all .2s ease}.modal-close-btn:hover{background:#e2e8f0;color:var(--text-dark);transform:rotate(90deg)}.email-modal-content h2{font-size:28px;color:var(--text-dark);margin-bottom:8px;font-weight:800}.modal-sub{color:var(--text-muted);margin-bottom:30px;font-size:16px}.email-list-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:16px}.email-item{background:#f8fafc;padding:16px 20px;border-radius:12px;border:1px solid #e2e8f0;transition:border-color .2s ease}.email-item:hover{border-color:#3b82f6}.email-address a{color:var(--color-primary-blue);font-weight:700;font-size:15px;text-decoration:none}.email-address a:hover{text-decoration:underline}.email-label{font-size:13px;color:var(--text-muted);margin-top:4px}@media(max-width:640px){.email-modal-content{padding:30px 20px}.email-list-container{grid-template-columns:1fr}}.support-section{margin-top:80px}.support-header{background:#2f6fe4;padding:50px 10%;text-align:center;color:#fff}.support-header h2{font-size:34px;font-weight:700}.support-header h2 span{color:#ffd43b}.support-header p{margin-top:10px;color:var(--text-white);opacity:1}.support-content{padding:60px 8%;display:grid;grid-template-columns:2fr 1fr;gap:30px;background:#f9fafb}.support-form{background:#fff;padding:30px;border-radius:16px;box-shadow:0 10px 30px #00000014}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group{display:flex;flex-direction:column;margin-bottom:18px}.form-group.full{grid-column:span 2}.form-group label{font-size:14px;font-weight:600;margin-bottom:6px}.form-group input,.form-group textarea{padding:12px 14px;border-radius:8px;border:1px solid #d1d5db;outline:none}.form-group textarea{min-height:120px;resize:none}.submit-btn{margin-top:10px;background:#ffd43b;border:none;padding:12px 22px;border-radius:8px;font-weight:600;cursor:pointer}.support-side{display:flex;flex-direction:column;gap:20px}.side-card{background:#fff;padding:22px;border-radius:14px;box-shadow:0 10px 30px #00000014}.side-card h4{margin-bottom:8px}.social-links{margin-top:15px;display:flex;flex-wrap:wrap;gap:12px}.social-btn{display:flex;align-items:center;gap:8px;background:#f1f5f9;padding:8px 16px;border-radius:50px;font-size:14px;color:#334155;text-decoration:none;transition:all .2s ease;font-weight:500;border:1px solid #e2e8f0}.social-btn:hover{background:#e2e8f0;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a}.social-btn.facebook:hover{color:#1877f2;border-color:#1877f2}.social-btn.instagram:hover{color:#e4405f;border-color:#e4405f}.social-btn.linkedin:hover{color:#0a66c2;border-color:#0a66c2}.social-btn.youtube:hover{color:red;border-color:red}.social-btn.x:hover{color:#000;border-color:#000}.highlight{background:#2f6fe4;color:#fff}.highlight p{color:#fff}.highlight a{color:#ffd43b;font-weight:600;text-decoration:none}@media(max-width:900px){.support-content,.form-row{grid-template-columns:1fr}.form-group.full{grid-column:span 1}}.how-page{background:#fff}.how-section{padding:80px 8%;text-align:center}.how-section h2{font-size:36px;font-weight:700;margin-bottom:8px}.subtitle{font-size:16px;color:var(--text-muted)}.steps-wrapper{margin-top:50px;display:grid;grid-template-columns:repeat(5,1fr);gap:24px;align-items:stretch}.step-card{position:relative;background:#fff;padding:30px 20px;border-radius:16px;box-shadow:0 12px 30px #00000014}.step-number{width:42px;height:42px;margin:0 auto 16px;background:#1d4ed8;color:#fff;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center}.step-card img{width:56px;height:auto;margin-bottom:14px}.step-card h4{font-size:16px;font-weight:600;margin-bottom:6px}.step-card p{font-size:14px;color:var(--text-muted)}.arrow{position:absolute;right:-20px;top:50%;transform:translateY(-50%);font-size:26px;color:#1d4ed8}@media(max-width:1200px){.steps-wrapper{grid-template-columns:repeat(3,1fr)}.arrow{display:none}}@media(max-width:768px){.how-section{padding:60px 6%}.steps-wrapper{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.how-section h2{font-size:28px}.subtitle{font-size:14px}.steps-wrapper{grid-template-columns:1fr}}.testimonial-section{background:#fff8dc;padding:80px 8%;text-align:center}.testimonial-section h2{font-size:32px;font-weight:700}.testimonial-grid{margin-top:50px;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px}.testimonial-card{background:#fff;padding:26px;border-radius:16px;box-shadow:0 12px 30px #00000014;text-align:left}.profile{display:flex;align-items:center;gap:12px}.avatar{width:48px;height:48px;background:#e5e7eb;border-radius:50%;overflow:hidden}.avatar img{width:60px;height:60px;background:#e5e7eb;border-radius:50%;object-fit:cover}.quote{margin:18px 0;color:var(--text-dark);font-size:14px;line-height:1.6}.stars{color:#facc15;font-size:18px}.training-page{width:100%;overflow-x:hidden}.training-nav{position:sticky;top:70px;z-index:10;background:#fff;padding:12px 8%;display:flex;gap:12px;border-bottom:1px solid #e5e7eb}.training-nav button{background:transparent;border:1px solid #d1d5db;padding:8px 14px;border-radius:999px;font-size:14px;cursor:pointer}.training-nav button:hover{background:#2563eb;color:#fff;border-color:#2563eb}.training-page section{scroll-margin-top:140px}.register-section{padding:80px 8%;text-align:center;background:#fff}.register-section h2{font-size:32px;font-weight:700}.register-steps{margin-top:40px;display:grid;grid-template-columns:repeat(5,1fr);gap:24px}.register-step h4{margin-top:10px;font-size:14px}.register-step p{font-size:12px;color:var(--text-muted)}.step-circle{width:44px;height:44px;margin:0 auto 6px;border-radius:50%;background:#fde7c7;color:#f59e0b;font-weight:700;display:flex;align-items:center;justify-content:center}.help-btn{margin-top:30px;background:#16a34a;color:#fff;border:none;padding:12px 22px;border-radius:8px;font-weight:600;cursor:pointer}.certificate-wrapper{margin-top:60px}.sample-text{font-weight:600;margin-bottom:10px}.certificate-box{max-width:720px;margin:0 auto;padding:30px;border:2px solid #2563eb;border-radius:12px;background:#f8fbff}.certificate-box h5{color:#2563eb;margin-bottom:10px}.certificate-footer{margin-top:20px;display:flex;justify-content:space-between;font-size:12px;color:var(--text-muted)}.zoom-text{margin-top:8px;font-size:12px;color:#16a34a}.impact-section{margin-top:70px}.impact-section h3{font-size:26px;font-weight:700}.impact-grid{margin-top:30px;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-left:20px;margin-right:20px}.impact-grid h4{font-size:24px;font-weight:700}.small-impact-section{background-color:#fefce8}.small-impact-section p{font-size:14px}.orange{color:#f97316}.green{color:#22c55e}.blue{color:#3575dd}.purple{color:#b727b0}@media(max-width:1024px){.register-steps{grid-template-columns:repeat(3,1fr)}.impact-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.register-steps,.impact-grid{grid-template-columns:1fr}}.courses-section{padding:80px 8%;background:#fff;text-align:center}.courses-section h2{font-size:32px;font-weight:700}.courses-grid{margin-top:50px;display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.course-card{background:#fff;padding:26px;border-radius:14px;box-shadow:0 10px 25px #00000014;text-align:left}.course-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:14px}.course-icon.orange{background:#fff4e6}.course-icon.yellow{background:#fef9c3}.course-icon.blue{background:#e0f2fe}.course-card h3{font-size:17px;margin-bottom:8px}.course-desc{font-size:14px;color:var(--text-muted);line-height:1.5;margin-bottom:14px}.course-meta{display:flex;justify-content:space-between;font-size:13px;color:var(--text-dark);margin-bottom:16px}.course-btn{width:100%;background:#2563eb;color:#fff;border:none;padding:10px;border-radius:8px;font-weight:600;cursor:pointer}.course-btn:hover{background:#1d4ed8}@media(max-width:1024px){.courses-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.courses-grid{grid-template-columns:1fr}}.why-section{padding:80px 8%;background:#fff;text-align:center}.why-section h2{font-size:32px;font-weight:700}.why-grid{margin-top:40px;display:grid;grid-template-columns:repeat(5,1fr);display:flex;flex-wrap:wrap;gap:24px}.why-card{background:#f9fafb;padding:22px;border-radius:16px}.why-icon{width:44px;height:44px;margin:0 auto 10px;border-radius:50%;background:#eef2ff;display:flex;align-items:center;justify-content:center;font-size:20px}.why-card h4{font-size:15px;margin-bottom:4px}.why-card p{font-size:13px;color:var(--text-muted)}.stories{margin-top:80px}.story-grid{margin-top:40px;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.story-card{background:#fff;padding:26px;border-radius:16px;box-shadow:0 10px 30px #00000014}.avatar{width:64px;height:64px;background:#e5e7eb;border-radius:50%;margin:0 auto 16px;background-size:cover;background-position:center;background-repeat:no-repeat;border:3px solid #eef2ff;flex-shrink:0}.story-card h4{margin-bottom:4px}.meta{font-size:13px;color:var(--text-muted)}.income{margin-top:8px;font-weight:600;color:#16a34a}.role{font-size:13px;color:var(--text-dark);margin-bottom:12px}.watch-btn{background:#f97316;color:#fff;border:none;padding:8px 16px;border-radius:8px;font-size:13px;cursor:pointer}.view-more{margin-top:30px;background:#f97316;color:#fff;border:none;padding:12px 22px;border-radius:8px;font-weight:600;cursor:pointer}@media(max-width:1024px){.why-grid{grid-template-columns:repeat(3,1fr)}.story-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.why-grid,.story-grid{grid-template-columns:1fr}}.training-form-section{padding:60px 0;background-color:#f8fafc}.training-form-container{background-color:#fff;border-radius:12px;box-shadow:0 10px 30px #0000000d;padding:40px;max-width:900px;margin:0 auto}.training-form-container .tform-header{text-align:center;margin-bottom:40px}.training-form-container .tform-header h2{color:#1e3a8a;font-size:28px;margin-bottom:10px;font-weight:700}.training-form-container .tform-header p{color:#64748b;font-size:16px}.training-form{display:flex;flex-direction:column;gap:30px}.tform-section{border:none;padding:0 0 25px;margin:0;border-bottom:1px solid #e2e8f0}.tform-section:last-of-type{border-bottom:none;padding-bottom:0}.tform-section legend{font-size:20px;font-weight:600;color:#334155;margin-bottom:20px;width:100%}.tform-row{display:flex;gap:20px;margin-bottom:20px}.tform-row:last-child{margin-bottom:0}.tform-row.three-cols .tform-group{flex:1 1 calc(33.333% - 14px)}.tform-row .tform-group{flex:1}.tform-group{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.tform-row .tform-group{margin-bottom:0}.tform-group label{font-size:14px;font-weight:500;color:#475569}.tform-group input[type=text],.tform-group input[type=email],.tform-group input[type=tel],.tform-group input[type=url],.tform-group select,.tform-group textarea{width:100%;padding:12px 15px;border:1px solid #cbd5e1;border-radius:6px;font-size:15px;color:#334155;background-color:#f8fafc;transition:all .3s ease;font-family:inherit}.tform-group input[type=text]:focus,.tform-group input[type=email]:focus,.tform-group input[type=tel]:focus,.tform-group input[type=url]:focus,.tform-group select:focus,.tform-group textarea:focus{outline:none;border-color:#3b82f6;background-color:#fff;box-shadow:0 0 0 3px #3b82f61a}.tform-group textarea{resize:vertical;min-height:100px}.tradio-group-inline{background-color:#f1f5f9;padding:15px;border-radius:6px}.tradio-options{display:flex;gap:20px;margin-top:5px}.tradio-options label{display:flex;align-items:center;gap:8px;font-weight:400;cursor:pointer}.tradio-options input[type=radio]{width:16px;height:16px;accent-color:#3b82f6;cursor:pointer}.tfile-group input[type=file]{padding:10px;border:1px dashed #94a3b8;background-color:#fafafa;border-radius:6px;cursor:pointer;width:100%}.tfile-group input[type=file]::file-selector-button{background-color:#e2e8f0;border:none;padding:8px 16px;border-radius:4px;color:#475569;font-weight:500;cursor:pointer;margin-right:15px;transition:background-color .2s}.tfile-group input[type=file]::file-selector-button:hover{background-color:#cbd5e1}.tagreement-section{padding-top:10px}.tcheckbox-group{margin-bottom:12px}.tcheckbox-group label{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#475569;cursor:pointer;line-height:1.4}.tcheckbox-group input[type=checkbox]{width:18px;height:18px;accent-color:#3b82f6;margin-top:1px;cursor:pointer}.tform-actions{margin-top:10px;display:flex;flex-direction:column;align-items:center;gap:20px}.tsubmission-note{background-color:#eff6ff;color:#1e40af;padding:15px 20px;border-radius:8px;font-size:14px;text-align:center;width:100%;border-left:4px solid #3b82f6}.tsubmit-btn{background-color:#1e3a8a;color:#fff;border:none;padding:14px 40px;font-size:16px;font-weight:600;border-radius:30px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #1e3a8a33}.tsubmit-btn:hover{background-color:#1e40af;transform:translateY(-2px);box-shadow:0 6px 15px #1e3a8a4d}.tsubmit-btn:active{transform:translateY(0)}@media(max-width:768px){.tform-row{flex-direction:column;gap:0}.tform-row .tform-group{margin-bottom:20px}.tform-row:last-child .tform-group:last-child{margin-bottom:0}.training-form-container{padding:25px 20px}.tradio-options{flex-direction:column;gap:10px}}.policy-page{background:#fff}.policy-hero{background:var(--color-primary-blue);color:var(--text-white);padding:70px 8%}.policy-hero h1{font-size:38px;font-weight:800}.policy-hero p{margin-top:6px;color:var(--text-white);opacity:1}.trust-badge{display:inline-block;margin-top:12px;background:var(--color-success-green);color:var(--text-white);padding:6px 12px;border-radius:999px;font-size:13px}.policy-intro{padding:60px 8%}.policy-intro h2{font-size:30px;margin-bottom:12px}.policy-guidelines{padding:60px 8%;background:#f9fafb}.policy-guidelines h3{font-size:26px;font-weight:700}.subtitle{margin-top:6px;color:var(--text-muted)}.policy-grid{margin-top:40px;display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.policy-card{background:#fff;padding:22px;border-radius:14px;box-shadow:0 10px 25px #00000014}.policy-card h4{margin-bottom:10px;font-size:16px}.policy-card ul{list-style:none;padding:0}.policy-card li{font-size:14px;color:var(--text-muted);margin-bottom:6px}.policy-impact{padding:70px 8%;background:var(--color-primary-blue);color:var(--text-white);text-align:center}.policy-impact h3{font-size:28px;font-weight:700}.policy-impact p{max-width:800px;margin:12px auto 30px;color:var(--text-white);opacity:1}.impact-stats{display:flex;justify-content:center;gap:40px}.impact-stats div{text-align:center}.impact-stats strong{font-size:24px;display:block}@media(max-width:768px){.policy-grid{grid-template-columns:1fr}.impact-stats{flex-direction:column;gap:20px}}.partnership-page{background:#fff}.partner-hero{background:var(--color-primary-blue);color:var(--text-white);padding:80px 8%;text-align:center}.partner-hero h1{font-size:36px;font-weight:800;color:#fff}.partner-hero p{margin:14px auto 28px;max-width:720px;color:#fff;opacity:1}.hero-mail-btn{display:inline-block;background:var(--color-yellow);color:var(--text-dark);padding:12px 22px;border-radius:999px;font-weight:600;text-decoration:none}.partner-cards{padding:80px 8%;background:#f9fafb}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.partner-card{background:#fff;padding:26px;border-radius:16px;box-shadow:0 10px 25px #00000014;display:flex;flex-direction:column;min-height:320px}.partner-card h3{margin-bottom:12px}.partner-card ul{padding-left:18px;margin-bottom:18px}.partner-card li{font-size:14px;margin-bottom:6px}.card-btn{display:block;text-align:center;border-radius:8px;font-size:14px;font-weight:700;text-decoration:none;margin-top:auto}.partner-card.blue .card-btn{background:#3575dd;color:var(--text-dark)}.partner-card.yellow .card-btn{background:#fbbf24;color:var(--text-dark)}.partner-card.green .card-btn{background:#22c55e;color:var(--text-dark)}.partner-bottom{margin-top:80px;background:var(--color-primary-blue);color:var(--text-white);padding:60px;border-radius:20px;text-align:center}.partner-bottom p{margin:12px 0 20px;color:var(--text-white);opacity:1}.bottom-mail{background:var(--text-white);color:var(--color-primary-dark);font-size:large;padding:12px 20px;border-radius:999px;font-weight:600;text-decoration:none}@media(max-width:900px){.cards-grid{grid-template-columns:1fr}}.partner-form-section{padding:60px 0;background-color:#f8fafc}.partner-form-container{background-color:#fff;border-radius:12px;box-shadow:0 10px 30px #0000000d;padding:40px;max-width:900px;margin:0 auto}.partner-form-container .pform-header{text-align:center;margin-bottom:40px}.partner-form-container .pform-header h2{color:#1e3a8a;font-size:28px;margin-bottom:10px;font-weight:700}.partner-form-container .pform-header p{color:#64748b;font-size:16px}.partner-form{display:flex;flex-direction:column;gap:30px}.pform-section{border:none;padding:0 0 25px;margin:0;border-bottom:1px solid #e2e8f0}.pform-section:last-of-type{border-bottom:none;padding-bottom:0}.pform-section legend{font-size:20px;font-weight:600;color:#334155;margin-bottom:20px;width:100%}.pform-row{display:flex;gap:20px;margin-bottom:20px}.pform-row:last-child{margin-bottom:0}.pform-row.three-cols .pform-group{flex:1 1 calc(33.333% - 14px)}.pform-row .pform-group{flex:1}.pform-group{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.pform-row .pform-group{margin-bottom:0}.pform-group label{font-size:14px;font-weight:500;color:#475569}.pform-group input[type=text],.pform-group input[type=email],.pform-group input[type=tel],.pform-group input[type=url],.pform-group select,.pform-group textarea{width:100%;padding:12px 15px;border:1px solid #cbd5e1;border-radius:6px;font-size:15px;color:#334155;background-color:#f8fafc;transition:all .3s ease;font-family:inherit}.pform-group input[type=text]:focus,.pform-group input[type=email]:focus,.pform-group input[type=tel]:focus,.pform-group input[type=url]:focus,.pform-group select:focus,.pform-group textarea:focus{outline:none;border-color:#3b82f6;background-color:#fff;box-shadow:0 0 0 3px #3b82f61a}.pform-group textarea{resize:vertical;min-height:100px}.pradio-group-inline{background-color:#f1f5f9;padding:15px;border-radius:6px}.pradio-options{display:flex;gap:20px;margin-top:5px}.pradio-options label{display:flex;align-items:center;gap:8px;font-weight:400;cursor:pointer}.pradio-options input[type=radio]{width:16px;height:16px;accent-color:#3b82f6;cursor:pointer}.pagreement-section{padding-top:10px}.pcheckbox-group{margin-bottom:12px}.pcheckbox-group label{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#475569;cursor:pointer;line-height:1.4}.pcheckbox-group input[type=checkbox]{width:18px;height:18px;accent-color:#3b82f6;margin-top:1px;cursor:pointer}.pform-actions{margin-top:10px;display:flex;flex-direction:column;align-items:center;gap:20px}.psubmission-note{background-color:#eff6ff;color:#1e40af;padding:15px 20px;border-radius:8px;font-size:14px;text-align:center;width:100%;border-left:4px solid #3b82f6}.psubmit-btn{background-color:#1e3a8a;color:#fff;border:none;padding:14px 40px;font-size:16px;font-weight:600;border-radius:30px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #1e3a8a33}.psubmit-btn:hover{background-color:#1e40af;transform:translateY(-2px);box-shadow:0 6px 15px #1e3a8a4d}.psubmit-btn:active{transform:translateY(0)}@media(max-width:768px){.pform-row{flex-direction:column;gap:0}.pform-row .pform-group{margin-bottom:20px}.pform-row:last-child .pform-group:last-child{margin-bottom:0}.partner-form-container{padding:25px 20px}.pradio-options{flex-direction:column;gap:10px}}.terms-container{font-family:Inter,sans-serif;color:var(--text-dark);width:100%;margin:0;padding:0;box-sizing:border-box;background-color:var(--color-white)}.terms-header{background:linear-gradient(to right,var(--color-primary-blue),#1E40AF);color:var(--text-white);display:flex;justify-content:space-between;align-items:center;padding:3rem 5rem;position:relative;overflow:hidden;min-height:300px}.handshake-img{max-width:100%;height:auto;max-height:250px;object-fit:contain}.terms-main{padding:4rem 5rem;max-width:1200px;margin:0 auto}.terms-list{display:flex;flex-direction:column;gap:3rem}.term-item{display:flex;gap:1.5rem;align-items:flex-start}.term-icon{background-color:var(--color-yellow);width:50px;height:50px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:1.5rem;flex-shrink:0;color:var(--text-dark)}.term-text h3{font-size:1.3rem;color:var(--text-dark);margin-bottom:.5rem;font-weight:700}.term-text p{font-size:1rem;color:var(--text-muted);line-height:1.6}@media(max-width:768px){.terms-header{flex-direction:column;text-align:center;padding:2rem}.header-content{margin-bottom:2rem}.header-content h1{font-size:2.2rem}.terms-main{padding:2rem}.term-item{flex-direction:column;align-items:center;text-align:center}}.privacy-container{font-family:Inter,sans-serif;color:var(--text-dark);width:100%;margin:0;padding:0;box-sizing:border-box;background-color:var(--color-white)}.privacy-header{background:var(--color-primary-blue);color:var(--text-white);display:flex;justify-content:space-between;align-items:center;padding:3rem 5rem;position:relative;overflow:hidden;min-height:300px}.header-image-asset{width:300px;height:auto;opacity:1;transform:none}.privacy-main{padding:4rem 5rem;max-width:1200px;margin:0 auto}.privacy-list{display:flex;flex-direction:column;gap:3rem}.privacy-item{display:flex;gap:1.5rem;align-items:flex-start}.privacy-icon{background-color:var(--color-yellow);width:50px;height:50px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:1.5rem;flex-shrink:0;color:var(--text-dark)}.privacy-text h3{font-size:1.3rem;color:var(--text-dark);margin-bottom:.5rem;font-weight:700}.privacy-text p{font-size:1rem;color:var(--text-muted);line-height:1.6;margin-bottom:.5rem}.privacy-text h4{font-size:1.1rem;color:var(--text-dark);margin-top:1rem;margin-bottom:.5rem;font-weight:600}.privacy-text ul{list-style-type:disc;margin-left:1.5rem;margin-bottom:1rem;color:var(--text-muted)}.privacy-text ul li{font-size:1rem;line-height:1.6;margin-bottom:.3rem}@media(max-width:768px){.privacy-header{flex-direction:column;text-align:center;padding:2rem}.header-content{margin-bottom:2rem}.header-content h1{font-size:2.2rem}.privacy-main{padding:2rem}.privacy-item{flex-direction:column;align-items:flex-start;text-align:left;width:100%}.privacy-text{text-align:left;width:100%}.privacy-text h3,.privacy-text h4,.privacy-text p,.privacy-text ul,.privacy-text li{text-align:left!important}.agreement-section{align-items:center}}.refund-container{font-family:Inter,sans-serif;color:var(--text-dark);width:100%;margin:0;padding:0;box-sizing:border-box;background-color:var(--color-white)}.refund-header{background:var(--color-primary-blue);color:var(--text-white);display:flex;justify-content:space-between;align-items:center;padding:3rem 5rem;position:relative;overflow:hidden;min-height:300px}.header-large-icon{font-size:15rem;color:#fff3;transform:rotate(-15deg)}.refund-main{padding:4rem 5rem;max-width:1200px;margin:0 auto}.refund-list{display:flex;flex-direction:column;gap:3rem}.refund-item{display:flex;gap:1.5rem;align-items:flex-start}.refund-icon{background-color:var(--color-yellow);width:50px;height:50px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:1.5rem;flex-shrink:0;color:var(--text-dark)}.refund-text h3{font-size:1.3rem;color:var(--text-dark);margin-bottom:.5rem;font-weight:700}.refund-text p{font-size:1rem;color:var(--text-muted);line-height:1.6}.agreement-section{margin-top:4rem;display:flex;flex-direction:column;align-items:flex-end;gap:1.5rem}.checkbox-container{display:flex;align-items:center;gap:.8rem;border:1px solid #e5e7eb;padding:1rem 1.5rem;border-radius:8px;background-color:#fff;box-shadow:0 1px 3px #0000001a}.checkbox-container input[type=checkbox]{width:1.2rem;height:1.2rem;cursor:pointer}.checkbox-container label{font-size:1rem;color:var(--text-dark);cursor:pointer}.continue-btn{background-color:var(--color-yellow);color:var(--text-dark);border:none;padding:.8rem 2rem;font-size:1rem;font-weight:700;border-radius:5px;cursor:pointer;transition:all .3s;opacity:.5;pointer-events:none}.continue-btn.active{opacity:1;pointer-events:auto}.continue-btn:hover{background-color:#e6c200}.policy-details .refund-text h4{font-size:1.1rem;color:var(--text-dark);margin-top:1rem;margin-bottom:.5rem;font-weight:600}.policy-details .refund-text ul{list-style-type:disc;margin-left:1.5rem;margin-bottom:1rem;color:var(--text-muted)}.policy-details .refund-text ul li{font-size:1rem;line-height:1.6;margin-bottom:.3rem}.policy-details .refund-text ul ul{list-style-type:circle;margin-top:.3rem;margin-bottom:.3rem}@media(max-width:768px){.refund-header{flex-direction:column;text-align:center;padding:2rem}.header-content{margin-bottom:2rem}.header-content h1{font-size:2.2rem}.refund-main{padding:2rem}.refund-item{flex-direction:column;align-items:flex-start;text-align:left;width:100%}.refund-text{text-align:left;width:100%}.refund-text h3,.refund-text h4,.refund-text p,.refund-text ul,.refund-text li{text-align:left!important}.agreement-section{align-items:center}}.payment-container{font-family:Inter,sans-serif;color:var(--text-dark);width:100%;margin:0;padding:0;box-sizing:border-box;background-color:var(--color-white)}.payment-header{background:linear-gradient(to right,var(--color-primary-blue),#1E40AF);color:var(--text-white);display:flex;justify-content:space-between;align-items:center;padding:3rem 5rem;position:relative;overflow:hidden;min-height:300px}.header-content h1{font-size:3rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.header-content h1 span{color:var(--text-white)}.header-content p{font-size:1.1rem;margin-bottom:2rem;max-width:600px;color:var(--color-yellow);opacity:1}.header-large-icon{font-size:15rem;color:#fff3;transform:rotate(15deg)}.payment-main{padding:4rem 5rem;max-width:1200px;margin:0 auto}.payment-list{display:flex;flex-direction:column;gap:3rem}.payment-item{display:flex;gap:1.5rem;align-items:flex-start}.payment-icon{background-color:var(--color-yellow);width:50px;height:50px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:1.5rem;flex-shrink:0;color:var(--text-dark)}.payment-text h3{font-size:1.3rem;color:var(--text-dark);margin-bottom:.5rem;font-weight:700}.payment-text p{font-size:1rem;color:var(--text-muted);line-height:1.6}@media(max-width:768px){.payment-header{flex-direction:column;text-align:center;padding:2rem}.header-content{margin-bottom:2rem}.header-content h1{font-size:2.2rem}.payment-main{padding:2rem}.payment-item{flex-direction:column;align-items:center;text-align:center}}.about-page-wrapper{font-family:Outfit,Inter,sans-serif;color:var(--text-dark);overflow-x:hidden}.about-hero-section{background-color:var(--color-primary-blue);padding:40px 0;color:var(--color-white)}.about-hero-content{display:flex;align-items:center;justify-content:space-between;gap:40px;max-width:1200px;margin:0 auto;padding:0 20px}.about-hero-text{flex:1;max-width:520px}.about-hero-text h1{font-size:28px;font-weight:700;margin-bottom:8px;letter-spacing:-.02em;color:#fff}.about-hero-text .tagline-primary{font-size:36px;font-weight:800;color:#fff;line-height:1.1;margin-bottom:20px}.hero-description{font-size:17px;line-height:1.6;opacity:1;font-weight:500;color:#fff}.about-hero-image{flex:1;display:flex;justify-content:flex-end}.about-hero-image img{max-width:600px;width:50%;height:auto;border-radius:20px;box-shadow:0 20px 40px #0003}.what-we-do{padding:100px 0;background-color:#fff}.section-header p{font-size:18px;color:var(--text-muted);max-width:600px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.service-card{padding:40px;margin:20px;width:300px;border-radius:24px;background-color:#f8fafc;transition:all .3s ease;border:1px solid #e2e8f0}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 25px -5px #0000001a;border-color:#cbd5e1}.service-icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:24px}.service-card h3{font-size:22px;font-weight:700;margin-bottom:12px;color:var(--text-dark)}.service-card p{color:var(--text-muted);line-height:1.6;font-size:16px}.impact-section{padding:30px 0;background-color:var(--color-primary-blue);color:var(--color-white)}.impact-content{display:flex;align-items:center;justify-content:space-between;gap:80px}.impact-text{flex:1}.impact-text h2{font-size:40px;font-weight:800;margin-bottom:24px}.impact-text p{font-size:18px;font-weight:900;color:#0b0101;line-height:1.7;margin-bottom:40px}.impact-stats{display:flex;gap:50px}.stat-item h3{font-size:48px;font-weight:800;color:var(--color-yellow);margin-bottom:4px}.stat-item p{font-size:16px;font-weight:600;opacity:1;margin-bottom:0}.impact-image{flex:1;padding-left:40px}.impact-image img{width:70%;max-width:500px;height:auto;border-radius:24px;box-shadow:0 20px 40px #0003}.community-section{padding:100px 0;background-color:#f1f5f9}.stories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:30px}.story-card{background:#fff;padding:40px;border-radius:24px;box-shadow:0 4px 6px -1px #0000001a;text-align:center}.story-img{width:80px;height:80px;border-radius:50%;overflow:hidden;margin:0 auto 24px;border:4px solid #f1f5f9}.story-img img{width:100%;height:100%;object-fit:cover}.story-card p{font-style:italic;font-size:17px;color:var(--text-muted);line-height:1.6;margin-bottom:24px}.story-card h4{font-weight:700;color:var(--text-dark)}.final-banner-section{padding:40px 0;background-color:var(--color-primary-blue);color:var(--color-white)}.banner-content{display:flex;flex-direction:column;align-items:center;text-align:center}.banner-text h2{font-size:40px;font-weight:800;margin-bottom:10px}.banner-text p{color:#484343;font-size:20px;max-width:800px;margin:0 auto 30px;opacity:1}.banner-image{width:300px;margin-bottom:60px}.banner-image img{width:300px;height:auto;border-radius:24px}.banner-footer{border-top:1px solid rgba(255,255,255,.2);padding:60px 0 20px}.address-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;max-width:1200px;margin:0 auto 40px;padding:0 20px;text-align:left}.address-item h4{font-size:16px;font-weight:700;color:var(--color-yellow);margin-bottom:12px;text-transform:uppercase;letter-spacing:.05em}.address-item p{font-size:14px;line-height:1.6;color:var(--text-white);opacity:1}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:20px;text-align:center}.footer-bottom p{font-size:14px;opacity:1}@media(max-width:992px){.about-hero-content,.impact-content{flex-direction:column;text-align:center}.about-hero-text,.impact-text{max-width:100%}.about-hero-image,.impact-image{justify-content:center}.about-hero-text .tagline-primary{font-size:42px}.impact-stats{justify-content:center}}@media(max-width:640px){.about-hero-text .tagline-primary{font-size:34px}.banner-text h2{font-size:28px}.impact-stats{flex-direction:column;gap:30px}}.story-wrapper{padding:100px 0;background-color:#f8fafc}.story-container{max-width:1000px;margin:0 auto;padding:0 20px}.story-title{text-align:center;font-size:36px;font-weight:800;color:var(--color-primary-blue);margin-bottom:24px}.story-subtitle{text-align:center;font-size:18px;color:var(--text-muted);max-width:800px;margin:0 auto 60px;line-height:1.6}.timeline{position:relative;padding:40px 0}.timeline-line{position:absolute;left:50%;transform:translate(-50%);width:2px;height:100%;background:#e2e8f0;z-index:1}.timeline-dot{position:absolute;left:50%;transform:translate(-50%);width:20px;height:20px;border-radius:50%;background:#fff;border:4px solid var(--color-primary-blue);z-index:2}.timeline-dot.yellow{border-color:#f59e0b}.timeline-item{width:45%;position:relative;padding:30px;border-radius:20px;z-index:3;margin-bottom:40px;transition:transform .3s ease}.timeline-item:hover{transform:translateY(-5px)}.timeline-item.left{margin-right:auto}.timeline-item.right{margin-left:auto}.pink-card{background:#fee2e2;border-left:6px solid #f87171}.yellow-card{background:var(--color-light-yellow);border-left:6px solid var(--color-yellow)}.blue-card{background:#dbeafe;border-left:6px solid #60a5fa}.purple-card{background:#f3e8ff;border-left:6px solid var(--color-primary-blue)}.green-card{background:#dcfce7;border-left:6px solid #4ade80}.icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:16px;background:#fff}.icon.pink{color:var(--color-error-red)}.icon.yellow{color:#f59e0b}.icon.blue{color:#3b82f6}.icon.purple{color:var(--color-primary-blue)}.icon.green{color:#10b981}.timeline-item h4{font-size:20px;font-weight:700;margin-bottom:8px;color:var(--text-dark)}.timeline-item p{font-size:15px;color:var(--text-muted);line-height:1.5;margin-bottom:0}@media(max-width:768px){.timeline-line{left:20px;transform:none}.timeline-dot{left:20px;transform:translate(-50%)}.timeline-item{width:calc(100% - 60px);margin-left:auto!important;margin-right:0}}.icon svg{font-size:16px}.pink{background:#fff1f1}.icon.pink{background:#ffe2e2;color:#e53935}.yellow{background:#fff7ec;border:1px solid #ffe1b3}.icon.yellow{background:#fff0c2;color:#f9a825}.blue{background:#eef5ff;border:1px solid #d6e6ff}.icon.blue{background:#dbe9ff;color:var(--color-primary-blue)}.purple{background:#f7f2ff;border:1px solid #e3d6ff}.icon.purple{background:#ece2ff;color:var(--color-primary-blue)}.green{background:#f1fff6;border:1px solid #c8f0d8}.icon.green{background:#dff7ea;color:#2e7d32}@media(max-width:900px){.timeline{grid-template-columns:1fr}.timeline-line,.timeline-dot{display:none}.timeline-item{justify-self:center;text-align:center}.icon{margin:0 auto 10px}}.vm-wrapper{background:#f6f9fc;padding:80px 20px}.vm-container{margin:0 auto;display:flex;gap:30px;padding:0 20px}.vm-card{flex:1;background:#fff;padding:50px;border-radius:30px;box-shadow:0 10px 30px #0000000d;transition:transform .3s ease}.vm-card:hover{transform:translateY(-5px)}.vm-icon{width:70px;height:70px;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:32px;margin-bottom:30px}.vm-icon.blue{background:#eff6ff;color:var(--color-primary-blue)}.vm-icon.yellow{background:#fffbeb;color:var(--color-yellow)}.vm-title{font-size:28px;font-weight:800;margin-bottom:20px}.blue-text{color:var(--color-primary-blue)}.yellow-text{color:var(--color-yellow)}.vm-text{font-size:18px;line-height:1.7;color:var(--text-muted)}.vm-list{list-style:none;padding:0;margin:0;text-align:left}.vm-list li{display:flex;align-items:flex-start;gap:12px;font-size:17px;color:var(--text-muted);line-height:1.6;margin-bottom:16px}.vm-list li svg{color:#10b981;margin-top:4px;flex-shrink:0}@media(max-width:768px){.vm-container{flex-direction:column}.vm-card{padding:40px 30px}}@media(max-width:900px){.vm-container{grid-template-columns:1fr}}.policy-container{font-family:Inter,sans-serif;color:var(--text-dark);width:100%;margin:0;padding:0;box-sizing:border-box;background-color:var(--color-light-yellow)}.policy-header{background:linear-gradient(to right,var(--color-primary-blue),#1E40AF);color:var(--text-white);display:flex;justify-content:space-between;align-items:center;padding:3rem 5rem;position:relative;overflow:hidden;min-height:300px}.header-content{flex:1;z-index:2}.header-content h1{font-size:3rem;font-weight:800;margin-bottom:1rem;line-height:1.2;color:#fff}.header-content h1 span{color:#fff}.header-content p{font-size:1.1rem;margin-bottom:2rem;max-width:600px;color:#ffffffe6}.download-btn{background-color:var(--color-yellow);color:var(--text-dark);border:none;padding:.8rem 1.5rem;font-size:1rem;font-weight:600;border-radius:5px;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background-color .3s}.download-btn:hover{background-color:#e6c200}.header-image{flex:1;display:flex;justify-content:center;align-items:center;position:relative;z-index:1}.header-img{max-width:100%;height:auto;max-height:250px;object-fit:contain}.policy-main{padding:4rem 5rem;max-width:1200px;margin:-30px auto 0;background-color:var(--color-white);border-radius:12px;box-shadow:0 4px 20px #0000000d;position:relative;z-index:3}.section-title{text-align:center;font-size:2.5rem;color:var(--text-dark);margin-bottom:1rem;font-weight:800}.section-subtitle{text-align:center;font-size:1.1rem;color:var(--text-muted);margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto}.policy-list{display:flex;flex-direction:column;gap:3rem}.policy-item{display:flex;gap:1.5rem;align-items:flex-start}.policy-icon{background-color:var(--color-light-yellow);border:2px solid var(--color-yellow);width:50px;height:50px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:1.5rem;flex-shrink:0;color:var(--color-primary-blue)}.policy-text h3{font-size:1.3rem;color:var(--color-primary-blue);margin-bottom:.5rem;font-weight:700}.policy-text p{font-size:1rem;color:var(--text-muted);line-height:1.7}@media(max-width:768px){.policy-header{flex-direction:column;text-align:center;padding:2rem}.header-content{margin-bottom:2rem;display:flex;flex-direction:column;align-items:center}.header-content h1{font-size:2.2rem}.policy-main{padding:2rem;margin-top:0;border-radius:0}.policy-item{flex-direction:column;align-items:center;text-align:center}}.kh-container{font-family:Outfit,Inter,sans-serif;background-color:#f8fafc;min-height:80vh}.kh-hero{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;padding:50px 0;text-align:center}.kh-hero-title{font-size:36px;font-weight:800;margin-bottom:12px;color:#fff}.kh-hero-subtitle{font-size:16px;opacity:1;max-width:650px;margin:0 auto;color:#fff}.kh-content-wrap{display:flex;gap:40px;padding-bottom:80px}.kh-sidebar-nav{flex:0 0 280px;display:flex;flex-direction:column;gap:12px}.kh-nav-item{display:flex;align-items:center;gap:14px;padding:16px 20px;background:#fff;border-radius:12px;text-decoration:none;color:var(--text-muted);font-weight:600;font-size:15px;border:1px solid #e2e8f0;transition:all .3s ease}.kh-nav-item:hover{border-color:var(--color-primary-blue);color:var(--color-primary-blue);transform:translate(5px)}.kh-nav-item.active,.kh-nav-item.active .kh-nav-icon{background:var(--color-primary-blue);color:#fff!important;border-color:var(--color-primary-blue);box-shadow:0 10px 15px -3px #3b82f633}.kh-nav-icon{font-size:18px}.kh-main-content{flex:1;min-width:0}.kh-page-header{margin-bottom:30px}.kh-page-header h2{font-size:32px;font-weight:700;color:var(--text-dark);margin-bottom:8px}.kh-page-header p{font-size:16px;color:var(--text-muted)}.kh-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px}.kh-card{background:#fff;border-radius:16px;padding:30px;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000000d;transition:all .3s ease;position:relative;overflow:hidden}.kh-card:hover{transform:translateY(-5px);box-shadow:0 12px 20px -5px #0000001a;border-color:#cbd5e1}.kh-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:var(--color-primary-blue)}.kh-card h3{font-size:20px;font-weight:700;color:var(--text-dark);margin-bottom:16px}.kh-card p{font-size:15px;color:var(--text-muted);line-height:1.6}.kh-list{list-style:none;padding:0;margin:0}.kh-list li{padding-left:24px;position:relative;margin-bottom:12px;font-size:15px;color:var(--text-muted);line-height:1.5}.kh-list li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}@media(max-width:1024px){.kh-content-wrap{flex-direction:column}.kh-sidebar-nav{flex:none;flex-direction:row;overflow-x:auto;padding-bottom:10px}.kh-nav-item{white-space:nowrap;padding:12px 18px}}@media(max-width:768px){.kh-hero{padding:40px 0}.kh-hero-title{font-size:32px}.kh-page-header h2{font-size:26px}}.services-plans-page{font-family:Outfit,Segoe UI,sans-serif;color:var(--text-dark);padding-bottom:60px}.section-title{text-align:center;font-size:32px;font-weight:700;color:#1e3a8a;margin-bottom:40px;position:relative}.section-title:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translate(-50%);width:60px;height:4px;background-color:#3b82f6;border-radius:2px}.services-hero{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;padding:50px 0;text-align:center}.services-hero h1{font-size:36px;font-weight:800;margin-bottom:16px;color:#fff}.services-hero h2{font-size:20px;font-weight:700;color:#fff;margin-bottom:20px}.services-hero p{font-size:16px;line-height:1.6;max-width:750px;margin:0 auto;font-weight:500;opacity:1;color:#fff}.core-services{padding:80px 20px}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px}.service-card{background:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #f1f5f9;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border-color:#cbd5e1}.service-header{display:flex;align-items:center;gap:15px;margin-bottom:20px;border-bottom:1px solid #f1f5f9;padding-bottom:15px}.service-icon{font-size:28px;color:#3b82f6}.service-header h3{font-size:18px;font-weight:700;color:#0f172a;margin:0;line-height:1.3}.service-points{list-style:none;padding:0;margin:0 0 24px;flex-grow:1}.service-points li{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px;font-size:15px;color:var(--text-muted);line-height:1.5}.check-icon{color:#10b981;font-size:16px;margin-top:3px;flex-shrink:0}.service-for{background:#f8fafc;padding:12px 16px;border-radius:8px;font-size:14px;color:#334155;border-left:4px solid #3b82f6}.plans-section{background:#f8fafc;padding:80px 0;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.plans-category{margin-bottom:60px}.plans-category h3{font-size:24px;font-weight:700;color:var(--text-dark);margin-bottom:30px;text-align:center}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;max-width:900px;margin:0 auto}.plans-grid.three-col{max-width:1200px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.plans-grid.job-seeker-grid,.plans-grid.employer-grid,.plans-grid.seller-grid{max-width:1200px;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.plan-card{background:#fff;border-radius:16px;padding:40px 30px;box-shadow:0 4px 6px -1px #0000000d;border:1px solid #e2e8f0;display:flex;flex-direction:column;position:relative;overflow:hidden;transition:transform .3s ease}.plan-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px -5px #0000001a}.plan-card h4{font-size:22px;font-weight:700;color:#0f172a;margin-bottom:10px;text-align:center}.plan-price{text-align:center;font-size:18px;font-weight:700;color:#0f172a;margin-bottom:20px;padding-bottom:18px;border-bottom:1px solid #f1f5f9}.buy-now-btn{display:block;width:100%;margin-top:auto;padding:18px 20px 12px;background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:700;font-family:inherit;cursor:pointer;letter-spacing:.3px;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.buy-now-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666;filter:brightness(1.08)}.buy-now-btn:active{transform:translateY(0);box-shadow:0 2px 8px #3b82f64d}.buy-now-btn:disabled{opacity:.65;cursor:not-allowed;transform:none;box-shadow:none;filter:none}.plan-card.paid .plan-price{color:#1d4ed8}.plan-card ul{list-style:none;padding:0;margin:0;flex-grow:1}.plan-best-for{font-size:14px;color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:10px 12px;margin-bottom:18px;line-height:1.4}.plan-card li{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px;font-size:15px;color:var(--text-muted);line-height:1.5}.plan-card .check{color:#3b82f6;margin-top:4px;flex-shrink:0}.plan-card.premium{border:2px solid #3b82f6;box-shadow:0 10px 15px -3px #3b82f61a;transform:scale(1.02)}.plan-card.premium:hover{transform:scale(1.02) translateY(-5px)}.plan-card.premium:before{content:"Recommended";position:absolute;top:18px;right:-35px;background:#3b82f6;color:#fff;font-size:11px;font-weight:700;padding:5px 40px;transform:rotate(45deg);z-index:1;letter-spacing:.5px;text-transform:uppercase}.plan-card.premium h4,.plan-card.premium .plan-price{color:#3b82f6}.plan-card.compact-card{padding:28px 20px}.plan-card.compact-card h4{font-size:19px;margin-bottom:8px}.plan-card.compact-card .plan-price{font-size:16px;margin-bottom:14px;padding-bottom:12px}.plan-card.compact-card .plan-best-for{font-size:13px;padding:8px 10px;margin-bottom:12px}.plan-card.compact-card li{margin-bottom:10px;font-size:14px;line-height:1.35}.plan-card.compact-card .check{margin-top:2px;font-size:13px}.plan-card.enterprise{border:1px solid #cbd5e1;background:#f8fafc}.partner-category{max-width:800px;margin:0 auto}.partner-content{background:#fff;border-radius:16px;padding:50px;text-align:center;box-shadow:0 4px 6px -1px #0000000d;border:1px solid #e2e8f0}.partner-content p{font-size:18px;color:var(--text-muted);margin-bottom:24px}.partner-content ul{list-style:none;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:15px 30px;margin-bottom:30px}.partner-content li{display:flex;align-items:center;gap:8px;font-size:16px;color:#334155}.partner-content .check{color:#10b981}.partner-contact{font-size:18px;font-weight:600;color:#0f172a;background:#f1f5f9;display:inline-block;padding:12px 24px;border-radius:8px}.partner-contact a{color:#3b82f6;text-decoration:none}.partner-contact a:hover{text-decoration:underline}.why-choose-section{padding:60px 20px;text-align:center}.why-flexbox{display:flex;flex-direction:row;justify-content:center;align-items:stretch;gap:20px;flex-wrap:wrap;margin-top:40px}.why-cards{flex:0 1 270px;background:#f8fafc;padding:30px;border-radius:12px;border:1px solid #d1ddeb;transition:transform .2s ease;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 10px 15px #0000000d}.why-cards:hover{transform:translateY(-5px);box-shadow:0 10px 15px #00000014}.why-icons{font-size:40px;margin-bottom:15px}.why-cards p{font-size:15px;font-weight:600;color:#334155;line-height:1.4}@media(max-width:768px){.services-hero{padding:60px 20px}.services-hero h1{font-size:32px}.services-hero h2{font-size:20px}.plan-card.premium{transform:scale(1)}.plan-card.premium:hover{transform:translateY(-5px)}.partner-content{padding:30px 20px}}@media(max-width:1100px){.plans-grid.job-seeker-grid,.plans-grid.employer-grid,.plans-grid.seller-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.plans-grid.job-seeker-grid,.plans-grid.employer-grid,.plans-grid.seller-grid{grid-template-columns:1fr}}.supplier-page{font-family:Outfit,Inter,sans-serif;color:var(--text-dark);background-color:#f6f8fa;padding-bottom:80px}.container{max-width:1200px;margin:0 auto;padding:0 20px}.supplier-hero{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;padding:50px 0;text-align:center;margin-bottom:50px}.supplier-hero h1{font-size:36px;font-weight:800;margin-bottom:16px;color:#fff}.supplier-hero p{font-size:16px;opacity:.9;max-width:700px;margin:0 auto;color:#fff}.supplier-header{text-align:center;margin-bottom:40px}.supplier-header h2{font-size:32px;font-weight:700;color:var(--text-dark);margin-bottom:10px}.supplier-header p{font-size:16px;color:var(--text-muted)}.worker-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.worker-small-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 6px -1px #0000000d;border:1px solid #e2e8f0;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.worker-small-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px -5px #0000001a;border-color:#3b82f6}.worker-card-header{display:flex;gap:16px;align-items:center;margin-bottom:20px}.worker-avatar{width:60px;height:60px;background-color:#f1f5f9;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:24px}.worker-basic-info h3{font-size:18px;font-weight:700;color:#0f172a;margin:0 0 4px}.worker-status{font-size:12px;display:flex;align-items:center;gap:6px;color:var(--text-muted)}.status-dot{width:8px;height:8px;border-radius:50%}.status-dot.available{background:#10b981}.status-dot.in-view{background:#f59e0b}.worker-card-body{flex-grow:1;margin-bottom:20px}.info-item{display:flex;align-items:center;gap:10px;margin-bottom:10px;font-size:14px;color:var(--text-muted)}.info-icon{color:#3b82f6;width:14px}.info-display{display:flex;justify-content:space-between;align-items:center;margin-top:15px;padding-top:15px;border-top:1px solid #f1f5f9}.info-badge{background:#f1f5f9;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600;color:var(--text-muted)}.info-rating{display:flex;align-items:center;gap:4px;font-size:14px;font-weight:700;color:var(--text-dark)}.star-icon{color:#fbbf24}.worker-card-footer{margin-top:auto}.view-profile-btn{width:100%;padding:10px;background:#fff;border:1px solid #3b82f6;color:#3b82f6;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease}.view-profile-btn:hover{background:#3b82f6;color:#fff}@media(max-width:768px){.supplier-hero h1{font-size:32px}.supplier-header h2{font-size:26px}}.form-success-msg,.form-error-msg{padding:15px 20px;border-radius:8px;font-size:15px;text-align:center;margin-bottom:25px;font-weight:500}.form-success-msg{background-color:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.form-error-msg{background-color:#fef2f2;color:#991b1b;border:1px solid #fecaca}.seller-form-section{padding:60px 0;background-color:#f8fafc}.seller-form-container{background-color:#fff;border-radius:12px;box-shadow:0 10px 30px #0000000d;padding:40px;max-width:900px;margin:0 auto}.seller-form-container .form-header{text-align:center;margin-bottom:40px}.seller-form-container .form-header h2{color:#1e3a8a;font-size:28px;margin-bottom:10px;font-weight:700}.seller-form-container .form-header p{color:#64748b;font-size:16px}.seller-form{display:flex;flex-direction:column;gap:30px}.form-section{border:none;padding:0 0 25px;margin:0;border-bottom:1px solid #e2e8f0}.form-section:last-of-type{border-bottom:none;padding-bottom:0}.form-section legend{font-size:20px;font-weight:600;color:#334155;margin-bottom:20px;width:100%}.form-row{display:flex;gap:20px;margin-bottom:20px}.form-row:last-child{margin-bottom:0}.form-row.three-cols .form-group{flex:1 1 calc(33.333% - 14px)}.form-row .form-group{flex:1}.form-row.align-center{align-items:center}.form-group{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.form-row .form-group{margin-bottom:0}.form-group label{font-size:14px;font-weight:500;color:#475569}.form-group input[type=text],.form-group input[type=email],.form-group input[type=tel],.form-group input[type=url],.form-group select,.form-group textarea{width:100%;padding:12px 15px;border:1px solid #cbd5e1;border-radius:6px;font-size:15px;color:#334155;background-color:#f8fafc;transition:all .3s ease;font-family:inherit}.form-group input[type=text]:focus,.form-group input[type=email]:focus,.form-group input[type=tel]:focus,.form-group input[type=url]:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;background-color:#fff;box-shadow:0 0 0 3px #3b82f61a}.form-group textarea{resize:vertical;min-height:100px}.radio-group-inline{background-color:#f1f5f9;padding:15px;border-radius:6px}.radio-options{display:flex;gap:20px;margin-top:5px}.radio-options label{display:flex;align-items:center;gap:8px;font-weight:400;cursor:pointer}.radio-options input[type=radio]{width:16px;height:16px;accent-color:#3b82f6;cursor:pointer}.file-group input[type=file]{padding:10px;border:1px dashed #94a3b8;background-color:#fafafa;border-radius:6px;cursor:pointer;width:100%}.file-group input[type=file]::file-selector-button{background-color:#e2e8f0;border:none;padding:8px 16px;border-radius:4px;color:#475569;font-weight:500;cursor:pointer;margin-right:15px;transition:background-color .2s}.file-group input[type=file]::file-selector-button:hover{background-color:#cbd5e1}.helper-text{font-size:12px;color:#64748b;margin-top:4px}.agreement-section{padding-top:10px}.checkbox-group{margin-bottom:12px}.checkbox-group label{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#475569;cursor:pointer;line-height:1.4}.checkbox-group input[type=checkbox]{width:18px;height:18px;accent-color:#3b82f6;margin-top:1px;cursor:pointer}.form-actions{margin-top:10px;display:flex;flex-direction:column;align-items:center;gap:20px}.submission-note{background-color:#eff6ff;color:#1e40af;padding:15px 20px;border-radius:8px;font-size:14px;text-align:center;width:100%;border-left:4px solid #3b82f6}.submit-btn{background-color:#1e3a8a;color:#fff;border:none;padding:14px 40px;font-size:16px;font-weight:600;border-radius:30px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #1e3a8a33}.submit-btn:hover{background-color:#1e40af;transform:translateY(-2px);box-shadow:0 6px 15px #1e3a8a4d}.submit-btn:active{transform:translateY(0)}@media(max-width:768px){.form-row{flex-direction:column;gap:0}.form-row .form-group{margin-bottom:20px}.form-row:last-child .form-group:last-child{margin-bottom:0}.seller-form-container{padding:25px 20px}.radio-options{flex-direction:column;gap:10px}}.career-page{font-family:Outfit,Inter,sans-serif;color:var(--text-dark);overflow-x:hidden;background-color:var(--color-white)}.container{max-width:1200px;margin:0 auto;padding:0 clamp(20px,4vw,40px)}.career-hero{background:linear-gradient(135deg,var(--color-primary-blue) 0%,#1e40af 100%);padding:60px 0;color:var(--color-white);text-align:left}.career-hero .hero-content{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);column-gap:clamp(36px,6vw,96px);align-items:start}.career-hero-heading{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:0;grid-column:1;text-align:left}.career-hero-heading h1{font-size:52px;font-weight:800;margin:0;letter-spacing:-.02em;line-height:1.1}.hero-tagline{font-size:20px;font-weight:600;color:var(--text-white);margin:0;line-height:1.35;max-width:500px}.hero-intro{max-width:none;margin:0;grid-column:2;grid-row:1;text-align:justify;text-justify:inter-word}.hero-intro p{font-size:16px;line-height:1.6;opacity:1;margin-bottom:16px;color:#fff;font-weight:500}.why-zogiraa{padding:100px 0;background-color:#f8fafc}.section-header{text-align:center;margin-bottom:60px}.section-header h2{font-size:36px;font-weight:800;color:var(--color-primary-blue);margin-bottom:16px}.header-line{width:80px;height:4px;background-color:var(--color-yellow);margin:0 auto;border-radius:2px}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:30px}.benefit-card{background:#fff;padding:40px 30px;border-radius:24px;text-align:center;transition:all .3s ease;border:1px solid #e2e8f0}.benefit-card:hover{transform:translateY(-10px);box-shadow:0 20px 25px -5px #0000001a;border-color:#2b5eb0}.benefit-icon{font-size:40px;color:var(--color-primary-blue);margin-bottom:24px}.benefit-card h3{font-size:20px;font-weight:700;margin-bottom:12px;color:var(--text-dark)}.benefit-card p{font-size:15px;color:var(--text-muted);line-height:1.6}.looking-for{padding:100px 0;background-color:#fff}.looking-content{background:linear-gradient(#2b5eb00d,#2b5eb00d);padding:60px;border-radius:32px;border:1px solid rgba(43,94,176,.1)}.looking-text h2{font-size:36px;font-weight:800;color:var(--color-primary-blue);margin-bottom:12px}.looking-text p{font-size:18px;color:var(--text-muted);margin-bottom:40px}.profile-list{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.profile-list li{display:flex;align-items:center;gap:15px;font-size:17px;color:var(--text-dark);font-weight:500}.check-icon{color:#10b981;font-size:20px;flex-shrink:0}.internship-freelance{padding:60px 0;background-color:#f8fafc}.internship-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:30px}.intern-card{background:#fff;padding:50px;border-radius:24px;box-shadow:0 4px 6px -1px #0000000d;border-left:6px solid var(--color-yellow)}.intern-card h2{font-size:24px;font-weight:700;color:var(--color-primary-blue);margin-bottom:16px}.intern-card p{font-size:16px;color:var(--text-muted);line-height:1.6}.equal-opportunity{padding:60px 0}.eo-box{background-color:var(--color-light-yellow);padding:40px;border-radius:20px;text-align:center;border:1px dashed var(--color-yellow)}.eo-box h3{font-size:22px;font-weight:700;color:#92400e;margin-bottom:12px}.eo-box p{font-size:16px;color:#b45309;max-width:800px;margin:0 auto;line-height:1.6}.how-to-apply{padding:100px 0;background-color:#fff}.apply-card{background:linear-gradient(135deg,var(--color-primary-blue) 0%,#1e40af 100%);padding:80px 40px;border-radius:32px;text-align:center;color:var(--color-white);box-shadow:0 25px 50px -12px #2b5eb040}.apply-icon{font-size:60px;color:var(--color-yellow);margin-bottom:30px}.apply-card h2{font-size:40px;font-weight:800;margin-bottom:20px}.apply-card p{font-size:20px;opacity:1;margin-bottom:10px;color:#fff}.subject-line{background:#ffffff1a;padding:15px 30px;border-radius:12px;display:inline-block;margin-bottom:30px;font-weight:600;border:1px solid rgba(255,255,255,.2)}.email-link{display:block;font-size:32px;font-weight:800;color:var(--color-yellow);text-decoration:none;transition:color .3s ease}.email-link:hover{color:#fff}@media(max-width:768px){.career-hero{text-align:center;padding:80px 0}.career-hero .hero-content{display:block}.career-hero-heading{align-items:center;text-align:center;margin-bottom:32px}.career-hero-heading h1{font-size:36px}.hero-tagline{font-size:18px;max-width:100%}.hero-intro{margin:0 auto;text-align:left}.looking-content{padding:30px}.internship-grid{grid-template-columns:1fr}.apply-card h2{font-size:32px}.email-link{font-size:24px}}.feature-card{background:var(--color-white, #FFFFFF);padding:40px 30px;border-radius:12px;box-shadow:0 8px 24px #00000014;text-align:center;border:1px solid #eee;transition:transform .3s ease}.feature-card{background:var(--color-white, #FFFFFF);padding:40px 30px;border-radius:12px;box-shadow:0 8px 24px #00000014;text-align:center;border:1px solid #e2e8f0;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #0000001f}.feature-card h3{font-size:1.4rem;margin-bottom:15px;color:#16a34a}.about-section{padding:80px 8%;text-align:center;background:var(--color-white, #FFFFFF)}.about-section h2{font-size:2.5rem;margin-bottom:15px;color:var(--text-dark, #000000);font-weight:800}.about-section p{color:var(--text-muted, #374151);font-size:1.1rem;max-width:800px;margin:0 auto}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;padding:0 8% 80px;background:var(--color-white, #FFFFFF)}.feature-card{background:var(--color-light-yellow, #FEFCE8);padding:40px 30px;border-radius:12px;box-shadow:0 8px 24px #0000000d;text-align:center;border:1px solid rgba(251,191,36,.2);transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #0000001a}.feature-card h3{font-size:1.4rem;margin-bottom:15px;color:var(--color-primary-blue, #3575DD)}.feature-card img{width:100%;height:180px;object-fit:cover;border-radius:12px;margin-bottom:20px}.feature-card p{color:var(--text-muted, #374151);font-size:1rem}@media(max-width:900px){.hero{flex-direction:column;text-align:center;padding:60px 5%}.hero-left{max-width:100%;padding-right:0;margin-bottom:40px}.hero-right{justify-content:center;width:100%}}@media(max-width:600px){.hero-left h1{font-size:2.2rem}}:root{--primary-blue: var(--color-primary-blue, #3575DD);--secondary-blue: #1E40AF;--accent-yellow: var(--color-yellow, #FBBF24);--text-white: var(--text-white, #ffffff);--text-dark: var(--text-dark, #000000);--text-muted: var(--text-muted, #374151);--bg-light: #f8f9fa;--card-shadow: 0 10px 30px rgba(0, 0, 0, .08);--border-radius: 12px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;color:var(--text-dark);line-height:1.6}.global-container{width:100%}.section-header{text-align:center;margin-bottom:50px}.section-header h2{font-size:2.2rem;color:var(--primary-blue);margin-bottom:10px}.section-header p{color:var(--text-muted);max-width:700px;margin:0 auto}.section-header.white h2,.section-header.white p{color:#fff}.hero{background:linear-gradient(to right,var(--color-primary-blue, #3575DD),#1E40AF);color:#fff;padding:100px 8% 120px;display:flex;align-items:center;justify-content:space-between;gap:40px;position:relative;overflow:hidden}.hero-content{display:flex;align-items:center;width:100%;max-width:1200px;margin:0 auto}.hero-left{flex:1;max-width:600px}.hero-left h1{font-size:3.5rem;line-height:1.1;margin-bottom:25px;font-weight:700}.brand-name{color:#fff}.hero-left p{font-size:1.1rem;margin-bottom:35px;opacity:.9;max-width:500px}.primary-btn{background:var(--accent-yellow);color:#000;border:none;padding:15px 35px;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:10px;transition:transform .2s,background .2s}.primary-btn:hover{background:#e6af06;transform:translateY(-2px)}.hero-image-wrapper{position:relative;z-index:1}.hero-image-wrapper img{width:100%;max-width:550px;border-radius:30px;border:4px solid rgba(255,255,255,.1);box-shadow:0 20px 50px #0000004d}.network{padding:80px 8%;background:#fff;text-align:center}.map-container{margin-bottom:60px}.map-box{background:#fff;padding:20px;border-radius:20px;box-shadow:var(--card-shadow);display:inline-block;width:100%;max-width:1000px}.map-box img{width:100%;border-radius:15px;display:block}.network-cards{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.info-card{background:#fff;padding:40px 30px;border-radius:15px;width:350px;box-shadow:var(--card-shadow);text-align:left;transition:transform .3s}.info-card:hover{transform:translateY(-10px)}.icon-box{width:50px;height:50px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.icon-box.blue{background:#eef4ff;color:#3b82f6}.info-card h4{font-size:1.25rem;margin-bottom:12px;color:var(--primary-blue)}.info-card p{color:var(--text-muted);font-size:.95rem}.industries{padding:80px 8%;background:#fff}.industry-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:30px}.industry-card{border-radius:20px;padding:0;overflow:hidden;display:flex;flex-direction:column;height:100%;box-shadow:var(--card-shadow)}.card-top{padding:30px;flex-grow:1}.industry-card img{width:100%;height:220px;object-fit:cover}.icon-box-small{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.icon-box-small.orange{background:#fff4e5;color:#f97316}.icon-box-small.blue{background:#eef4ff;color:#3b82f6}.icon-box-small.green{background:#f0fdf4;color:#22c55e}.icon-box-small.red{background:#fef2f2;color:#ef4444}.icon-box-small.purple{background:#faf5ff;color:#a855f7}.industry-card.peach{background-color:#fff9f0}.industry-card.blue-light{background-color:#f0f7ff}.industry-card.green-light{background-color:#f0fff4}.industry-card.pink-light{background-color:#fff5f5}.industry-card.purple-light{background-color:#f9f5ff}.industry-card h4{font-size:1.4rem;margin-bottom:10px;color:var(--primary-blue)}.industry-card .countries{color:var(--text-muted);font-size:.9rem}.how{background:#114185;padding:80px 8%;color:#fff}.steps-container{display:flex;align-items:flex-start;justify-content:space-between;max-width:1200px;margin:0 auto;gap:20px}.step-item{flex:1;text-align:center}.step-icon{width:80px;height:80px;background:var(--accent-yellow);color:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;box-shadow:0 0 0 10px #ffc1071a}.step-arrow{padding-top:30px;font-size:2rem;color:#ffffff4d}.step-item h4{margin-bottom:10px;font-size:1.2rem;color:#fff}.step-item p{font-size:.9rem;opacity:.9;color:#fff}.why{padding:80px 8%;background:#f8fbff}.why-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:30px}.why-card{background:#fff;padding:40px;border-radius:15px;box-shadow:var(--card-shadow);display:flex;flex-direction:column}.icon-box-square{width:45px;height:45px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:25px}.icon-box-square.green{background:#f0fdf4;color:#22c55e}.icon-box-square.blue{background:#eef4ff;color:#3b82f6}.icon-box-square.purple{background:#faf5ff;color:#a855f7}.icon-box-square.orange{background:#fff4e5;color:#f97316}.icon-box-square.red{background:#fef2f2;color:#ef4444}.icon-box-square.teal{background:#f0fdfa;color:#14b8a6}.why-card h4{font-size:1.25rem;margin-bottom:15px;color:var(--primary-blue)}.why-card p{color:var(--text-muted);font-size:.95rem}.success{padding:80px 8%;background:#fff}.testimonials{display:flex;gap:30px;justify-content:center;flex-wrap:wrap}.testimonial{flex:1;min-width:350px;max-width:550px;padding:40px;border-radius:20px}.testimonial.blue-light{background:#f0f7ff}.testimonial.peach{background:#fff9f0}.testimonial-header{display:flex;align-items:center;gap:20px;margin-bottom:25px}.user-avatar img{width:70px;height:70px;border-radius:50%;object-fit:cover;border:3px solid white}.user-info h4{font-size:1.2rem;color:var(--primary-blue)}.user-info p{font-size:.9rem;color:var(--text-muted)}.flag{font-size:.85rem;margin-top:5px;background:#fff;padding:3px 10px;border-radius:20px;display:inline-block;color:var(--text-dark)}.quote{font-style:italic;font-size:1.05rem;color:var(--text-dark)}@media(max-width:1024px){.hero{flex-direction:column;text-align:center;padding:80px 5%}.hero-content{flex-direction:column}.hero-left{max-width:100%;margin-bottom:50px}.hero-left p{margin:0 auto 35px}.primary-btn{margin:0 auto}.hero-right{justify-content:center}.steps-container{flex-direction:column;gap:40px}.step-arrow{display:none}}@media(max-width:768px){.hero-left h1{font-size:2.5rem}.section-header h2{font-size:1.8rem}.industry-grid,.why-grid{grid-template-columns:1fr}}.footer-image-container{width:100%;overflow:hidden;background-color:var(--primary-blue)}.footer-full-img{width:100%;height:auto;display:block}.home{width:100%;background:var(--color-white)}.hero{display:flex;align-items:center;justify-content:space-between;padding:80px 8%;background:linear-gradient(to right,var(--color-primary-blue, #3575DD),#1E40AF);color:var(--text-white, #FFFFFF);min-height:400px}.hero-left{flex:1;max-width:50%;padding-right:40px}.hero-left h1{font-size:3rem;font-weight:800;margin-bottom:20px;color:var(--text-white, #FFFFFF);line-height:1.2}.hero-left p{font-size:1.2rem;color:#fff;margin-bottom:30px;opacity:1}.hero-buttons{display:flex;gap:20px}.primary-btn{padding:14px 28px;border-radius:8px;border:none;background:var(--color-yellow, #FBBF24);color:var(--text-dark, #000000);font-weight:700;cursor:pointer;transition:all .3s ease;font-size:1rem}.primary-btn:hover{background:#e6c200;transform:translateY(-2px)}.secondary-btn{padding:14px 28px;border-radius:8px;border:2px solid var(--color-yellow, #FBBF24);background:transparent;color:var(--color-yellow, #FBBF24);font-weight:700;cursor:pointer;transition:all .3s ease;font-size:1rem}.secondary-btn:hover{background:#fbbf241a;transform:translateY(-2px)}.hero-right{flex:1;display:flex;justify-content:flex-end}.hero-right img{width:100%;max-width:500px;border-radius:16px;box-shadow:0 20px 40px #0003;object-fit:cover}.categories{padding:80px 8%;text-align:center;background:var(--color-light-yellow, #FEFCE8)}.categories h2{font-size:2.5rem;margin-bottom:15px;color:var(--text-dark, #000000);font-weight:800}.categories>p{color:var(--text-muted, #374151);margin-bottom:50px;font-size:1.1rem}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-top:40px}.card{background:#fff;border-radius:14px;overflow:hidden;border:1px solid #f1f1f1;display:flex;flex-direction:column;animation:fadeUp .6s ease forwards;transition:all .35s ease;cursor:pointer;position:relative}.card:hover{transform:translateY(-10px);box-shadow:0 18px 40px #0000001f}.card:hover img{transform:scale(1.08)}.card-image{width:100%;height:180px;overflow:hidden}.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.card-content{padding:20px}.card-content h3{font-size:1.3rem;font-weight:700;margin-bottom:8px;color:#111827}.card-content p{font-size:.95rem;color:#6b7280}@media(max-width:900px){.hero{flex-direction:column;text-align:center;padding:60px 5%}.hero-left{max-width:100%;padding-right:0;margin-bottom:40px}.hero-buttons{justify-content:center}.hero-right{justify-content:center;width:100%}}@media(max-width:600px){.hero-left h1{font-size:2.2rem}.hero-buttons{flex-direction:column}}@media(max-width:900px){.category-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.category-grid{grid-template-columns:1fr}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.sr-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background-color:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;font-family:var(--font-primary, system-ui, sans-serif);padding:40px 20px;box-sizing:border-box}.sr-modal{position:relative;z-index:1;width:100%;max-width:800px;background-color:var(--color-white, #fff);border-radius:12px;box-shadow:0 20px 40px #0003;display:flex;flex-direction:column;overflow:hidden;max-height:100%}.sr-modal-header{padding:24px 32px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e2e8f0;flex-shrink:0}.sr-header-title{display:flex;align-items:center;gap:12px}.sr-icon-wrapper{background-color:var(--color-primary-blue, #2F72D8);width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center}.sr-icon-wrapper svg{width:20px;height:20px}.sr-header-title h2{margin:0;font-size:1.25rem;font-weight:700;color:var(--text-dark, #1f2937)}.sr-header-right{display:flex;align-items:center;gap:16px}.sr-header-step-count{font-size:.875rem;color:var(--text-muted, #6b7280);font-weight:500}.sr-close-btn{background:none;border:none;color:#94a3b8;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:4px;border-radius:50%;transition:all .2s}.sr-close-btn:hover{background-color:#f1f5f9;color:#1f2937}.sr-progress-tracker{padding:16px 32px 0;display:flex;flex-direction:column;gap:8px;flex-shrink:0}.sr-progress-bar-bg{width:100%;height:4px;background-color:#e2e8f0;border-radius:4px;overflow:hidden}.sr-progress-bar-fill{height:100%;background-color:var(--color-primary-blue, #2F72D8);transition:width .3s ease}.sr-progress-text{align-self:flex-end;font-size:.75rem;font-weight:600;color:var(--color-primary-blue, #2F72D8)}.sr-modal-body{padding:32px;flex-grow:1;overflow-y:auto;min-height:0}.sr-step-container{width:100%}.sr-modal-footer{padding:24px 32px;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;background-color:#f9fafb;flex-shrink:0}.sr-btn-primary{background-color:var(--color-primary-blue, #2F72D8);color:var(--color-white, #fff);border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .2s ease;min-width:120px}.sr-btn-primary:hover{background-color:#235cb5}.sr-btn-secondary{background-color:transparent;color:var(--text-dark, #1f2937);border:none;padding:12px;font-weight:600;cursor:pointer;transition:opacity .2s ease}.sr-btn-secondary:hover{opacity:.7}.sr-section-header{background-color:var(--color-primary-blue, #2F72D8);color:#fff;padding:12px 16px;border-radius:8px;display:flex;align-items:center;gap:12px;font-weight:600;margin-bottom:24px}.sr-section-header svg{width:18px;height:18px}.sr-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 24px;margin-bottom:20px}.sr-input-group{display:flex;flex-direction:column;gap:8px}.sr-input-group label{font-size:.875rem;font-weight:600;color:var(--text-dark, #1f2937)}.sr-input-wrapper{position:relative;display:flex;align-items:center}.sr-input-icon{position:absolute;left:12px;width:16px;height:16px;color:#9ca3af}.sr-input-wrapper input{width:100%;padding:10px 12px 10px 36px;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;color:#374151;outline:none;transition:border-color .2s}.sr-input-wrapper input:focus,.sr-input-plain:focus,.sr-select-wrapper select:focus{border-color:var(--color-primary-blue, #2F72D8)}.sr-verify-badge{position:absolute;right:8px;background-color:var(--color-yellow, #FBBF24);color:#1f2937;font-size:.75rem;font-weight:600;padding:4px 12px;border-radius:4px;cursor:pointer}.sr-input-plain,.sr-select-wrapper select{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;color:#374151;outline:none;transition:border-color .2s;box-sizing:border-box;font-family:inherit;resize:vertical}.sr-select-wrapper{position:relative}.sr-select-wrapper:after{content:"▼";font-size:.6rem;color:#6b7280;position:absolute;right:14px;top:50%;transform:translateY(-50%);pointer-events:none}.sr-select-wrapper select{appearance:none;-webkit-appearance:none;cursor:pointer}.sr-step1-action{margin-top:32px;display:flex;justify-content:center}.sr-btn-full{width:100%;max-width:400px}.sr-pagination-dots{display:flex;justify-content:center;gap:8px;margin-top:24px}.sr-pagination-dots .dot{width:8px;height:8px;border-radius:50%;background-color:#d1d5db}.sr-pagination-dots .dot.active{background-color:var(--color-primary-blue, #2F72D8)}.sr-step-header{margin-bottom:24px}.sr-step-header h3{margin:0 0 8px;font-size:1.25rem;font-weight:700;color:var(--text-dark, #1f2937)}.sr-step-header p{margin:0;font-size:.875rem;color:var(--text-muted, #6b7280)}.sr-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:32px}.sr-category-card{border:1px solid #e2e8f0;border-radius:8px;padding:24px 16px;display:flex;flex-direction:column;align-items:center;gap:12px;cursor:pointer;transition:all .2s ease;position:relative}.sr-category-card:hover{border-color:#cbd5e1;box-shadow:0 4px 6px -1px #0000000d}.sr-category-card.selected{border-color:var(--color-primary-blue, #2F72D8);background-color:#f0f7ff}.sr-cat-icon{width:48px;height:48px;border-radius:8px;background-color:#f1f5f9;display:flex;align-items:center;justify-content:center;color:#64748b}.sr-category-card.selected .sr-cat-icon{background-color:var(--color-primary-blue, #2F72D8);color:#fff}.sr-cat-name{font-size:.875rem;font-weight:600;color:var(--text-dark, #1f2937);text-align:center}.sr-cat-checkbox{width:20px;height:20px;accent-color:var(--color-primary-blue, #2F72D8);cursor:pointer;margin-top:4px}.sr-step2-action{padding-top:24px;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.sr-tabs{display:flex;gap:24px;border-bottom:1px solid #e2e8f0;margin-bottom:24px;background-color:#f8fafc;padding:12px 24px 0;border-radius:8px 8px 0 0}.sr-tab{padding:8px 0 12px;font-size:.875rem;font-weight:500;color:#64748b;cursor:pointer;border-bottom:2px solid transparent}.sr-tab.active{color:var(--color-primary-blue, #2F72D8);font-weight:600;border-bottom-color:var(--color-primary-blue, #2F72D8)}.sr-product-form-box{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:24px;margin-bottom:32px}.sr-product-form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:24px}.sr-file-upload-box{border:1px dashed #cbd5e1;border-radius:8px;padding:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;background-color:#f8fafc;transition:border-color .2s;height:100%}.sr-file-upload-box:hover{border-color:var(--color-primary-blue, #2F72D8)}.sr-upload-icon{color:#94a3b8;margin-bottom:4px}.sr-file-upload-box span{font-size:.75rem;font-weight:600;color:#475569}.sr-file-upload-box small{font-size:.65rem;color:#94a3b8}.sr-btn-dash{width:100%;padding:12px;border:1px dashed #cbd5e1;background:transparent;color:#475569;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s}.sr-btn-dash:hover{background-color:#f8fafc;border-color:#94a3b8}.sr-added-products h4{margin:0 0 16px;font-size:1rem;font-weight:700;color:var(--text-dark, #1f2937)}.sr-products-list{display:flex;flex-wrap:wrap;gap:16px}.sr-product-item{border:1px solid #e2e8f0;border-radius:8px;padding:16px;display:flex;gap:16px;width:calc(50% - 8px);position:relative;background-color:#fff}.sr-product-item-img{width:48px;height:48px;background-color:#e2e8f0;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#94a3b8}.sr-product-item-info{flex:1}.sr-product-item-info h5{margin:0 0 4px;font-size:.875rem;color:#1f2937}.sr-prod-brand{display:block;font-size:.75rem;color:#64748b;margin-bottom:12px}.sr-prod-meta{display:flex;justify-content:space-between;font-size:.75rem}.sr-prod-price{color:var(--color-primary-blue, #2F72D8);font-weight:600}.sr-prod-moq{color:#64748b}.sr-btn-delete{position:absolute;top:16px;right:16px;background:none;border:none;color:#cbd5e1;cursor:pointer}.sr-btn-delete:hover{color:#ef4444}.sr-verification-section{margin-bottom:32px}.sr-verification-section h4{margin:0 0 16px;font-size:1rem;font-weight:700;color:var(--text-dark, #1f2937);border-bottom:1px solid #e2e8f0;padding-bottom:8px}.sr-docs-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.sr-doc-upload label{display:block;font-size:.8125rem;font-weight:600;color:var(--text-dark, #1f2937);margin-bottom:8px}.sr-doc-upload label .req{color:#ef4444}.sr-doc-upload label .opt{color:#94a3b8;font-weight:400;margin-left:4px}.sr-file-dropzone{border:1px dashed #cbd5e1;border-radius:8px;padding:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;background-color:#f8fafc;transition:all .2s;text-align:center}.sr-file-dropzone:hover{border-color:var(--color-primary-blue, #2F72D8);background-color:#f0f7ff}.sr-file-dropzone svg{color:#94a3b8;margin-bottom:8px}.sr-file-dropzone p{margin:0 0 4px;font-size:.875rem;color:#475569}.sr-file-dropzone p span{color:var(--color-primary-blue, #2F72D8);font-weight:600}.sr-file-dropzone small{font-size:.75rem;color:#94a3b8}.sr-bank-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.sr-bank-inputs{display:flex;flex-direction:column;gap:16px}.sr-dropzone-large{height:100%;padding:40px 24px}.sr-terms-section{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.sr-checkbox-label{display:flex;align-items:center;gap:12px;font-size:.875rem;color:#475569;cursor:pointer}.sr-checkbox-label input{width:16px;height:16px;accent-color:var(--color-primary-blue, #2F72D8);cursor:pointer}.sr-checkbox-label a{color:var(--color-primary-blue, #2F72D8);text-decoration:none}.sr-checkbox-label a:hover{text-decoration:underline}.sr-center-content{text-align:center;display:flex;flex-direction:column;align-items:center}.sr-success-icon{color:#10b981;margin-bottom:12px}.sr-review-cards{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.sr-review-card{border:1px solid #e2e8f0;border-radius:8px;background-color:#f8fafc;overflow:hidden}.sr-review-card-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e2e8f0;background-color:#fff}.sr-card-title{display:flex;align-items:center;gap:8px;font-weight:700;color:var(--text-dark, #1f2937)}.sr-card-title svg{width:18px;height:18px;color:var(--color-primary-blue, #2F72D8)}.sr-edit-btn{background:none;border:none;color:var(--color-primary-blue, #2F72D8);font-size:.8125rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:4px}.sr-edit-btn:hover{text-decoration:underline}.sr-edit-btn svg{width:14px;height:14px}.sr-review-grid{display:grid;gap:16px 24px;padding:20px}.sr-review-item{display:flex;flex-direction:column;gap:4px}.sr-review-item span{font-size:.75rem;color:#64748b}.sr-review-item strong{font-size:.875rem;color:#1f2937;font-weight:600}.sr-review-pills{padding:20px;display:flex;gap:8px;flex-wrap:wrap}.sr-pill{background-color:#e0e7ff;color:#4f46e5;padding:6px 12px;border-radius:16px;font-size:.8125rem;font-weight:600}.sr-review-products{padding:20px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.sr-rev-prod-item{display:flex;gap:12px;background:#fff;border:1px solid #e2e8f0;padding:12px;border-radius:6px}.sr-rev-prod-icon{width:36px;height:36px;background-color:#e2e8f0;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#64748b}.sr-rev-prod-info{display:flex;flex-direction:column;flex:1}.sr-rev-prod-info strong{font-size:.875rem;color:#1f2937}.sr-r-b{font-size:.75rem;color:#6b7280;margin-bottom:4px}.sr-r-m{display:flex;justify-content:space-between;font-size:.75rem}.sr-review-docs{padding:20px;display:flex;flex-direction:column;gap:12px}.sr-rev-doc-item{display:flex;justify-content:space-between;align-items:center;background-color:#fff;border:1px solid #e2e8f0;padding:12px 16px;border-radius:6px}.sr-rev-doc-item.missing{background-color:#fef2f2;border-color:#fecaca}.sr-rd-left{display:flex;align-items:center;gap:12px;font-size:.875rem;font-weight:500;color:#1f2937}.sr-rd-left svg{width:18px;height:18px}.sr-rd-right{display:flex;align-items:center;gap:6px;font-size:.75rem;font-weight:600}.sr-rd-right.uploaded{color:#10b981}.sr-rd-right.missing{color:#ef4444}.sr-rd-right svg{width:14px;height:14px}.sr-empty{font-size:.875rem;color:#94a3b8;font-style:italic}@media(max-width:768px){.sr-modal-header{padding:16px 20px}.sr-modal-body{padding:20px}.sr-modal-footer,.sr-step2-action,.sr-step3-action{padding:16px 20px}.sr-form-grid,.sr-form-grid-alt,.sr-product-form-grid,.sr-docs-grid,.sr-bank-grid{grid-template-columns:1fr;margin-top:0}.sr-form-grid-alt>div:first-child,.sr-form-grid-alt>div:last-child{grid-column:1}.sr-category-grid{grid-template-columns:1fr 1fr}.sr-bank-upload{margin-top:16px}.sr-review-grid,.sr-review-products{grid-template-columns:1fr!important}}@media(max-width:480px){.sr-category-grid{grid-template-columns:1fr}}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}.partner-container{width:100%}:root{--primary-blue: #2458b8;--yellow: #f59e0b;--green: #22c55e;--light-bg: #f8fafc;--text-dark: #1e293b;--text-muted: #64748b}.hero{background:var(--primary-blue);color:#fff;text-align:center;padding:80px 20px 60px}.hero-top-img img{width:100%;max-width:320px;border-radius:20px;margin-bottom:30px;box-shadow:0 15px 45px #00000040}.hero h1{font-size:2.5rem;margin-bottom:20px;font-weight:700;line-height:1.2}.hero p{font-size:1.15rem;max-width:800px;margin:0 auto 35px;opacity:.95;line-height:1.6}.hero-btn{background:#f59e0b;color:#1e293b;padding:16px 36px;border-radius:50px;text-decoration:none;font-weight:600;transition:.3s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;gap:12px;box-shadow:0 4px 12px #0000001a}.hero-btn:hover{transform:translateY(-2px);background:#fbbf24;box-shadow:0 6px 20px #00000026}.cards-section{display:flex;justify-content:center;gap:40px;padding:100px 40px;background:#f1f5f9;flex-wrap:wrap}.card{background:#fff;width:400px;padding:45px 35px;border-radius:30px;box-shadow:0 20px 50px #00000014;text-align:center;transition:.4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;align-items:center}.card:hover{transform:translateY(-12px);box-shadow:0 30px 60px #0000001f}.card-icon-circle{width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.2rem;margin-bottom:25px}.blue-circle{background:#dbeafe;color:var(--primary-blue)}.yellow-circle{background:#fef3c7;color:#d97706}.green-circle{background:#dcfce7;color:#16a34a}.card h2{font-size:1.8rem;margin-bottom:25px;font-weight:700}.blue-text{color:var(--primary-blue)}.yellow-text{color:#d97706}.green-text{color:#16a34a}.card-img-container{width:100%;margin-bottom:25px;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #0000001f}.card-img{width:100%;display:block;object-fit:cover}.card-points{text-align:left;margin-bottom:30px;flex-grow:1}.card-points p{font-size:1rem;color:var(--text-dark);margin-bottom:15px;line-height:1.5;font-weight:400}.card-btn{width:100%;padding:14px 24px;border-radius:14px;text-decoration:none;color:#fff;font-weight:600;font-size:1rem;display:inline-flex;align-items:center;justify-content:center;gap:10px;transition:.3s ease}.blue-btn{background:var(--primary-blue)}.yellow-btn{background:#f59e0b;color:#1e293b}.green-btn{background:#22c55e}.card-btn:hover{filter:brightness(1.1);transform:scale(1.02)}.bottom-cta{background:var(--primary-blue);color:#fff;text-align:center;padding:100px 40px;display:flex;flex-direction:column;align-items:center}.bottom-img-container{margin-bottom:40px}.bottom-img{width:100%;max-width:500px;border-radius:20px;box-shadow:0 20px 50px #00000059}.bottom-cta h2{max-width:900px;margin:0 auto 40px;font-size:2rem;line-height:1.4;font-weight:700}.bottom-btn{background:#fff;color:var(--primary-blue);padding:16px 40px;border-radius:50px;text-decoration:none;font-weight:700;font-size:1.1rem;display:inline-flex;align-items:center;gap:12px;transition:.3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #0000001a}.bottom-btn:hover{background:#f1f5f9;transform:translateY(-4px);box-shadow:0 8px 25px #00000040}.icon{font-size:1.4rem}@media(max-width:1024px){.cards-section{gap:30px;padding:60px 20px}.card{width:320px;padding:35px 25px}}@media(max-width:768px){.hero{padding:60px 20px 40px}.hero h1{font-size:1.8rem}.hero p{font-size:1rem;margin-bottom:25px}.hero-top-img img{max-width:260px}.cards-section{padding:40px 15px;gap:25px}.card{width:100%;max-width:100%;padding:30px 20px;border-radius:20px}.card h2{font-size:1.5rem}.card-icon-circle{width:60px;height:60px;font-size:1.8rem}.bottom-cta{padding:60px 20px}.bottom-cta h2{font-size:1.4rem;margin-bottom:30px}.bottom-img{max-width:100%}.hero-btn,.bottom-btn{width:100%;justify-content:center;padding:14px 20px;font-size:.95rem}}@media(max-width:480px){.hero h1{font-size:1.6rem}.card-points p,.card-btn{font-size:.9rem}}.payment-status-page{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:60px 20px;font-family:Outfit,Segoe UI,sans-serif}.payment-status-container{max-width:520px;width:100%}.status-card{background:#fff;border-radius:20px;padding:50px 40px;text-align:center;box-shadow:0 8px 30px #00000014;border:1px solid #e2e8f0;animation:fadeInUp .5s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.status-icon{font-size:56px;margin-bottom:20px}.status-card h2{font-size:26px;font-weight:700;margin-bottom:12px;color:#0f172a}.status-card p{font-size:16px;color:#64748b;margin-bottom:8px;line-height:1.5}.status-card.success{border-top:4px solid #10b981}.status-card.success h2{color:#059669}.status-card.failed{border-top:4px solid #ef4444}.status-card.failed h2{color:#dc2626}.status-card.pending{border-top:4px solid #f59e0b}.status-card.pending h2{color:#d97706}.status-card.error{border-top:4px solid #f97316}.status-card.error h2{color:#ea580c}.status-card.loading{border-top:4px solid #3b82f6}.spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;margin:0 auto 24px;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.payment-details{background:#f8fafc;border-radius:12px;padding:20px;margin:24px 0;border:1px solid #e2e8f0;text-align:left}.payment-details p{margin-bottom:8px;font-size:14px;color:#334155}.payment-details p:last-child{margin-bottom:0}.cta-btn{display:inline-block;margin-top:24px;padding:14px 36px;background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;border:none;border-radius:12px;font-size:15px;font-weight:700;font-family:inherit;cursor:pointer;letter-spacing:.3px;transition:transform .2s ease,box-shadow .2s ease}.cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.cta-btn:active{transform:translateY(0)}@media(max-width:640px){.status-card{padding:36px 24px}.status-icon{font-size:44px}.status-card h2{font-size:22px}}.construction-page{font-family:Poppins,sans-serif;color:var(--text-dark);background:var(--color-white);width:100%;box-sizing:border-box}.construction-page .cp-section{padding:72px 7%;box-sizing:border-box}.construction-page .cp-section__title{font-size:2.2rem;font-weight:800;color:var(--text-dark);text-align:center;margin:0 0 12px;line-height:1.25}.construction-page .cp-section__subtitle{font-size:1rem;color:var(--text-muted);text-align:center;margin:0 0 48px}.construction-page .cp-btn{display:inline-block;font-family:Poppins,sans-serif;font-weight:700;font-size:.95rem;border:none;cursor:pointer;border-radius:8px;padding:14px 28px;transition:all .25s ease;text-decoration:none}.construction-page .cp-btn--primary{background:var(--color-primary-blue);color:var(--text-white);box-shadow:0 4px 16px #3575dd47}.construction-page .cp-btn--primary:hover{background:#2860bf;transform:translateY(-2px);box-shadow:0 8px 24px #3575dd61}.construction-page .cp-btn--yellow{background:var(--color-yellow);color:var(--text-dark);box-shadow:0 4px 14px #fbbf2452}.construction-page .cp-btn--yellow:hover{background:#e6ac00;transform:translateY(-2px)}.construction-page .cp-btn--lg{font-size:1.05rem;padding:16px 40px;border-radius:10px}.construction-page .cp-hero{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:72px 7%;background:var(--color-light-yellow);box-sizing:border-box}.construction-page .cp-hero__left{flex:1;max-width:48%}.construction-page .cp-hero__left h1{font-size:2.8rem;font-weight:900;color:var(--text-dark);line-height:1.15;margin:0 0 18px}.construction-page .cp-hero__left p{font-size:1rem;color:var(--text-muted);margin:0 0 28px;line-height:1.6;max-width:420px}.construction-page .cp-hero__right{flex:1;display:flex;justify-content:flex-end}.construction-page .cp-hero__right img{width:100%;max-width:500px;object-fit:contain}.construction-page .cp-categories{background:var(--color-white)}.construction-page .cp-categories__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}.construction-page .cp-cat-card{background:var(--color-white);border:1px solid #e8edf5;border-radius:14px;overflow:hidden;box-shadow:0 2px 12px #0000000e;transition:transform .25s ease,box-shadow .25s ease}.construction-page .cp-cat-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px #0000001a}.construction-page .cp-cat-card__img-wrap{width:100%;aspect-ratio:1 / 1;overflow:hidden}.construction-page .cp-cat-card__img-wrap img{width:100%;height:100%;object-fit:cover}.construction-page .cp-cat-card__body{padding:14px 12px 16px}.construction-page .cp-cat-card__body h3{font-size:.9rem;font-weight:700;color:var(--color-primary-blue);margin:0 0 4px}.construction-page .cp-cat-card__body p{font-size:.78rem;color:var(--text-muted);margin:0;line-height:1.4}.construction-page .cp-why{padding:72px 7%}.construction-page .cp-why__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.construction-page .cp-why-card{background:var(--color-white);border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000012;transition:transform .25s ease,box-shadow .25s ease;padding-bottom:24px}.construction-page .cp-why-card:hover{transform:translateY(-4px);box-shadow:0 10px 32px #0000001c}.construction-page .cp-why-card__img-wrap{width:100%;height:200px;overflow:hidden}.construction-page .cp-why-card__img-wrap img{width:100%;height:100%;object-fit:cover}.construction-page .cp-why-card h3{font-size:1rem;font-weight:700;color:var(--color-primary-blue);margin:18px 20px 6px}.construction-page .cp-why-card p{font-size:.88rem;color:var(--text-muted);margin:0 20px;line-height:1.55}.construction-page .cp-how{background:var(--color-white)}.construction-page .cp-how__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.construction-page .cp-step{text-align:center;position:relative}.construction-page .cp-step__img-wrap{width:100%;aspect-ratio:4 / 3;border-radius:14px;overflow:hidden;margin-bottom:20px;box-shadow:0 4px 16px #00000014}.construction-page .cp-step__img-wrap img{width:100%;height:100%;object-fit:cover}.construction-page .cp-step__badge{width:38px;height:38px;border-radius:50%;background:var(--color-primary-blue);color:var(--text-white);font-weight:800;font-size:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 14px}.construction-page .cp-step h3{font-size:1rem;font-weight:800;color:var(--text-dark);margin:0 0 8px}.construction-page .cp-step p{font-size:.85rem;color:var(--text-muted);margin:0;line-height:1.5}.construction-page .cp-testimonials{background:#f8faff}.construction-page .cp-testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.construction-page .cp-testi-card{background:var(--color-white);border-radius:14px;padding:24px 22px;box-shadow:0 2px 14px #0000000f}.construction-page .cp-testi-card__header{display:flex;align-items:center;gap:14px;margin-bottom:10px}.construction-page .cp-testi-card__avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;border:2px solid #e8edf5}.construction-page .cp-testi-card__header strong{display:block;font-size:.95rem;font-weight:700;color:var(--text-dark)}.construction-page .cp-testi-card__header span{font-size:.78rem;color:var(--text-muted)}.construction-page .cp-stars{margin-bottom:10px;font-size:.85rem;letter-spacing:1px;color:var(--color-yellow)}.construction-page .cp-testi-card>p{font-size:.88rem;color:var(--text-muted);line-height:1.6;margin:0;font-style:italic}.construction-page .cp-supplier-banner{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:56px 7%;background:var(--color-primary-blue);box-sizing:border-box}.construction-page .cp-supplier-banner__left{flex:1;max-width:54%}.construction-page .cp-supplier-banner__left h2{font-size:2rem;font-weight:800;color:var(--text-white);line-height:1.25;margin:0 0 14px}.construction-page .cp-supplier-banner__brand{color:var(--color-yellow)}.construction-page .cp-supplier-banner__left p{font-size:.95rem;color:#ffffffe0;margin:0 0 24px;line-height:1.6}.construction-page .cp-supplier-banner__right{flex:1;display:flex;justify-content:flex-end}.construction-page .cp-supplier-banner__right img{width:100%;max-width:440px;border-radius:14px;object-fit:cover}.construction-page .cp-benefits{background:var(--color-white);padding-top:60px;padding-bottom:60px}.construction-page .cp-benefits__title{font-size:2rem;font-weight:800;color:var(--text-dark);text-align:center;margin:0 0 40px}.construction-page .cp-benefits__grid{display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid #e8edf5;border-radius:0}.construction-page .cp-benefit-item{display:flex;align-items:flex-start;gap:18px;padding:28px 32px;border-bottom:1px solid #e8edf5;border-right:1px solid #e8edf5}.construction-page .cp-benefit-item:nth-child(2n){border-right:none}.construction-page .cp-benefit-item:nth-last-child(-n+2){border-bottom:none}.construction-page .cp-benefit-item__icon{width:52px;height:52px;min-width:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.4rem}.construction-page .cp-benefit-item__text strong{display:block;font-size:1rem;font-weight:700;color:var(--text-dark);margin-bottom:6px}.construction-page .cp-benefit-item__text p{font-size:.88rem;color:var(--text-muted);line-height:1.55;margin:0}.construction-page .cp-faq{background:var(--color-white)}.construction-page .cp-faq__list{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.construction-page .cp-faq-item{border:1px solid #e8edf5;border-radius:10px;overflow:hidden;background:#f9fafc}.construction-page .cp-faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:18px 24px;background:none;border:none;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:500;color:var(--text-dark);cursor:pointer;text-align:left;gap:12px}.construction-page .cp-faq-item--open .cp-faq-question{color:var(--color-primary-blue);font-weight:600}.construction-page .cp-faq-icon{font-size:.75rem;flex-shrink:0;color:var(--text-muted)}.construction-page .cp-faq-answer{padding:0 24px 18px;font-size:.88rem;color:var(--text-muted);line-height:1.6}.construction-page .cp-cta{position:relative;padding:90px 7%;text-align:center;background-size:cover;background-position:center;box-sizing:border-box}.construction-page .cp-cta__overlay{position:absolute;inset:0;background:#1e3c78a6}.construction-page .cp-cta__content{position:relative;z-index:1}.construction-page .cp-cta__content h2{font-size:2.4rem;font-weight:900;color:var(--text-white);margin:0 0 14px}.construction-page .cp-cta__content p{font-size:1rem;color:#ffffffe0;margin:0 0 32px}@media(max-width:1024px){.construction-page .cp-categories__grid{grid-template-columns:repeat(3,1fr)}.construction-page .cp-why__grid,.construction-page .cp-how__grid,.construction-page .cp-testimonials__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.construction-page .cp-section{padding:48px 5%}.construction-page .cp-section__title{font-size:1.75rem}.construction-page .cp-hero{flex-direction:column;padding:48px 5%;text-align:center}.construction-page .cp-hero__left{max-width:100%}.construction-page .cp-hero__left h1{font-size:2rem}.construction-page .cp-hero__left p{max-width:100%}.construction-page .cp-hero__right{justify-content:center;width:100%}.construction-page .cp-categories__grid{grid-template-columns:repeat(2,1fr)}.construction-page .cp-why__grid,.construction-page .cp-how__grid,.construction-page .cp-testimonials__grid{grid-template-columns:1fr}.construction-page .cp-supplier-banner{flex-direction:column;padding:48px 5%;text-align:center}.construction-page .cp-supplier-banner__left{max-width:100%}.construction-page .cp-supplier-banner__right{justify-content:center;width:100%}.construction-page .cp-benefits__grid{grid-template-columns:1fr}.construction-page .cp-benefit-item{border-right:none!important}.construction-page .cp-benefit-item:nth-last-child(-n+2){border-bottom:1px solid #e8edf5}.construction-page .cp-benefit-item:last-child{border-bottom:none}.construction-page .cp-cta{padding:64px 5%}.construction-page .cp-cta__content h2{font-size:1.75rem}}@media(max-width:480px){.construction-page .cp-hero__left h1{font-size:1.65rem}.construction-page .cp-categories__grid{grid-template-columns:repeat(2,1fr);gap:12px}.construction-page .cp-supplier-banner__left h2{font-size:1.5rem}}.popup-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .3s ease-out}.popup-content{background-color:#fff;padding:40px;border-radius:12px;position:relative;max-width:90%;width:450px;text-align:center;box-shadow:0 10px 25px #0003;animation:slideUp .4s ease-out}.popup-close{position:absolute;top:15px;right:15px;background:none;border:none;font-size:28px;cursor:pointer;color:var(--text-muted);line-height:1;transition:color .2s}.popup-close:hover{color:#000}.popup-body h2{color:#2563eb;margin-bottom:15px;font-size:24px;font-weight:700}.popup-body p{color:var(--text-muted);font-size:18px;line-height:1.5;margin:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
