@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";.navigation{background:var(--white);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:1000;border-bottom:1px solid var(--border-light);overflow-x:hidden}.nav-container{max-width:1400px;margin:0 auto;padding:1.2rem 2rem;display:flex;justify-content:space-between;align-items:center;gap:2rem;position:relative}.logo{font-size:1.3rem;font-weight:700;color:var(--black);text-decoration:none;letter-spacing:-.5px;transition:color .3s ease;position:relative}.logo:hover{color:var(--dark-gray)}.hamburger{display:none;background:none;border:none;cursor:pointer;padding:.5rem;color:var(--black);position:relative}.menu-overlay{display:none}.nav-links-desktop{display:flex;gap:2rem;align-items:center;flex:1;justify-content:center}.nav-links-mobile{display:none}.nav-links-desktop a{color:var(--text-medium);text-decoration:none;font-weight:500;font-size:.95rem;transition:color .3s ease;position:relative;padding:.5rem 0;text-transform:uppercase;letter-spacing:.5px}.nav-links-desktop a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--black);transition:width .3s ease}.nav-links-desktop a:hover:after,.nav-links-desktop a.active:after{width:100%}.nav-links-desktop a:hover,.nav-links-desktop a.active{color:var(--black)}.language-switcher{display:flex;gap:.5rem;background:var(--off-white);padding:.3rem;border-radius:8px;border:1px solid var(--border-light);position:relative}.language-switcher button{padding:.4rem .8rem;border:none;background:transparent;color:var(--text-light);cursor:pointer;font-weight:600;font-size:.85rem;border-radius:6px;transition:all .3s ease}.language-switcher button:hover{color:var(--black);background:#0000001a}.language-switcher button.active{background:var(--black);color:var(--white)}@media (max-width: 768px){.nav-container{padding:1rem}.hamburger{display:block;z-index:10002}.logo{z-index:10002}.language-switcher{padding:.25rem;z-index:10002}.language-switcher button{padding:.35rem .7rem;font-size:.8rem}.nav-links-desktop{display:none}.menu-overlay{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:10000;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.nav-links-mobile{display:flex;position:fixed;top:0;right:-100%;height:100vh;width:75%;max-width:300px;background:var(--white);flex-direction:column;justify-content:flex-start;align-items:stretch;padding:4rem 0 2rem;gap:0;box-shadow:-4px 0 20px #0000004d;transition:right .3s ease;z-index:10001;overflow-y:auto}.nav-links-mobile.open{right:0}.nav-links-mobile a{font-size:1.05rem;padding:1.25rem 2rem;border-bottom:1px solid var(--border-light);text-align:left;transition:all .3s ease}.nav-links-mobile a:first-child{border-top:1px solid var(--border-light)}.nav-links-mobile a:after{display:none}.nav-links-mobile a:hover,.nav-links-mobile a.active{color:var(--primary-blue);background:var(--off-white);padding-left:2.5rem}}@media (max-width: 480px){.nav-container{padding:.75rem 1rem}.logo{font-size:1rem}.nav-links-mobile{width:85%;max-width:280px}}.footer{background:var(--dark-gray);color:#fff;padding:3rem 2rem 1.5rem;margin-top:auto;border-top:4px solid var(--primary-blue)}.footer-container{max-width:1400px;margin:0 auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h3{font-size:1.3rem;font-weight:700;margin-bottom:.5rem;color:var(--accent-yellow)}.footer-section h4{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:var(--accent-yellow)}.footer-section p{color:var(--text-gray);line-height:1.6}.social-links{display:flex;gap:1rem}.social-links a{width:40px;height:40px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease;border:1px solid rgba(255,255,255,.2)}.social-links a:hover{background:var(--accent-yellow);color:var(--black);transform:translateY(-3px);box-shadow:0 4px 15px #f59e0b66}.social-links svg{width:20px;height:20px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center}.footer-bottom p{color:#fff9;font-size:.9rem}@media (max-width: 768px){.footer{padding:2rem 1rem 1rem}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.social-links{justify-content:center}}.toast{position:fixed;top:2rem;right:2rem;min-width:300px;max-width:500px;display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;z-index:10000;animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}.toast-success{border-left:4px solid #10b981}.toast-success .toast-icon{color:#10b981}.toast-error{border-left:4px solid #ef4444}.toast-error .toast-icon{color:#ef4444}.toast-info{border-left:4px solid #3b82f6}.toast-info .toast-icon{color:#3b82f6}.toast-icon{flex-shrink:0}.toast-message{flex:1;font-size:.95rem;color:#1f2937;font-weight:500}.toast-close{background:transparent;border:none;cursor:pointer;padding:.25rem;color:#6b7280;transition:color .2s ease;display:flex;align-items:center;justify-content:center;border-radius:4px}.toast-close:hover{color:#1f2937;background:#f3f4f6}.home{min-height:100vh;background:var(--white);overflow-x:hidden}.hero{position:relative;height:65vh;min-height:550px;max-height:750px;overflow:hidden;background:var(--black)}.hero-images{display:flex;width:100%;height:100%;opacity:1}.hero-image-wrapper{flex:1;position:relative;overflow:hidden}.hero-image-wrapper:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0000001a;z-index:1;pointer-events:none}.hero-img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .6s ease}.hero-image-wrapper:hover .hero-img{transform:scale(1.05)}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:#0000004d}.hero-content{text-align:center;color:#fff;max-width:1000px;padding:2rem;z-index:10;animation:fadeInUp 1s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-title{font-size:3.8rem;font-weight:900;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-1.5px;color:var(--white)}.hero-title .highlight{color:var(--accent-yellow);display:inline-block}.hero-subtitle{font-size:1.3rem;margin-bottom:2.5rem;opacity:.95;font-weight:300;line-height:1.6;color:#ffffffe6}.hero-cta{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.cta-button{padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;border:none;border-radius:50px;cursor:pointer;transition:all .4s ease;text-transform:uppercase;letter-spacing:1px}.cta-button.primary{background:var(--accent-yellow);color:var(--black);box-shadow:0 4px 20px #f59e0b4d}.cta-button.primary:hover{transform:translateY(-3px);box-shadow:0 8px 30px #f59e0b80;background:var(--accent-yellow-dark)}.cta-button.secondary{background:transparent;color:var(--white);border:2px solid var(--white);box-shadow:0 4px 20px #ffffff1a}.cta-button.secondary:hover{background:var(--white);color:var(--black);transform:translateY(-3px);box-shadow:0 8px 30px #ffffff4d}.section-title{font-size:3rem;font-weight:900;text-align:center;margin-bottom:1rem;color:var(--text-dark);letter-spacing:-1px;position:relative}.section-title:after{content:"";display:block;width:80px;height:4px;background:var(--primary-blue);margin:1.5rem auto}.section-subtitle{text-align:center;font-size:1.3rem;color:var(--text-light);margin-bottom:4rem;font-weight:300}.value-section{padding:6rem 2rem;background:var(--off-white)}.value-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-top:3rem}.value-card{background:var(--white);padding:2.5rem;border-radius:20px;border:2px solid var(--border-light);transition:all .4s ease;position:relative;overflow:hidden}.value-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--primary-blue);transform:scaleX(0);transition:transform .4s ease}.value-card:hover:before{transform:scaleX(1)}.value-card:hover{transform:translateY(-10px);border-color:var(--primary-blue);box-shadow:var(--shadow-lg)}.value-icon{width:70px;height:70px;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--primary-blue-dark) 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--white)}.value-icon svg{width:36px;height:36px;stroke-width:2.5}.value-card h3{font-size:1.6rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark)}.value-card p{color:var(--text-light);line-height:1.8;font-size:1rem}.foxxap-section{padding:6rem 2rem;background:var(--white);position:relative;overflow:hidden}.foxxap-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.foxxap-badge{display:inline-block;background:var(--accent-yellow);color:var(--black);padding:.5rem 1.5rem;border-radius:50px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem}.foxxap-title{font-size:3rem;font-weight:900;color:var(--text-dark);margin-bottom:.5rem}.foxxap-subtitle{font-size:1.5rem;color:var(--primary-blue);margin-bottom:1.5rem;font-weight:600}.foxxap-description{font-size:1.1rem;color:var(--text-medium);line-height:1.8;margin-bottom:2rem}.foxxap-promo{margin-bottom:2rem}.promo-highlight{display:flex;align-items:center;gap:1.5rem;padding:1.5rem 2rem;background:linear-gradient(135deg,var(--accent-yellow) 0%,var(--accent-yellow-dark) 100%);border-radius:16px;box-shadow:0 8px 24px #f59e0b4d;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{box-shadow:0 8px 24px #f59e0b4d}50%{box-shadow:0 8px 32px #f59e0b80}}.promo-highlight svg{width:40px;height:40px;color:var(--black);flex-shrink:0;stroke-width:2}.promo-text{display:flex;flex-direction:column;gap:.3rem}.promo-text strong{font-size:1.4rem;font-weight:800;color:var(--black);text-transform:uppercase;letter-spacing:.5px}.promo-text span{font-size:1rem;color:var(--dark-gray);font-weight:600}.foxxap-features{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem}.foxxap-feature{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--off-white);border-radius:12px;border:1px solid var(--border-light);transition:all .3s ease}.foxxap-feature:hover{background:var(--white);border-color:var(--primary-blue);transform:translate(10px);box-shadow:var(--shadow-md)}.foxxap-feature svg{width:24px;height:24px;color:var(--primary-blue);flex-shrink:0}.foxxap-feature span{color:var(--text-dark);font-weight:500}.foxxap-cta{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2.5rem;background:var(--primary-blue);color:var(--white);font-size:1.1rem;font-weight:700;border-radius:50px;text-decoration:none;transition:all .4s ease;box-shadow:var(--shadow-md)}.foxxap-cta:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);gap:1rem;background:var(--primary-blue-dark)}.foxxap-cta svg{width:20px;height:20px;transition:transform .3s ease}.foxxap-cta:hover svg{transform:translate(5px)}.foxxap-visual{display:flex;align-items:center;justify-content:center}.foxxap-logo{max-width:280px;height:auto;filter:drop-shadow(0 10px 40px rgba(30,58,138,.2));transition:transform .3s ease}.foxxap-logo:hover{transform:scale(1.05)}.social-proof-section{padding:6rem 2rem;background:var(--off-white);overflow:hidden}.testimonials-container{margin-top:3rem;position:relative}.testimonials-scroll{display:flex;gap:2rem;animation:scroll 30s linear infinite;width:fit-content}.testimonials-scroll:hover{animation-play-state:paused}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.testimonials-grid{display:flex;gap:2rem;min-width:fit-content}.testimonial-card{background:var(--white);padding:2rem;border-radius:16px;border:2px solid var(--border-light);transition:all .3s ease;min-width:400px;max-width:400px;flex-shrink:0}.testimonial-card:hover{border-color:var(--primary-blue);transform:translateY(-5px);box-shadow:var(--shadow-lg)}.testimonial-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.testimonial-avatar{width:60px;height:60px;border-radius:50%;border:3px solid var(--primary-blue)}.testimonial-info h4{color:var(--text-dark);font-size:1.1rem;font-weight:600;margin-bottom:.3rem}.testimonial-info p{color:var(--text-light);font-size:.9rem}.testimonial-text{color:var(--text-medium);line-height:1.7;font-size:1rem;font-style:italic}.expertise-section{padding:6rem 2rem;background:var(--white)}.expertise-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-top:3rem}.expertise-card{background:var(--white);padding:2.5rem;border-radius:20px;border:2px solid var(--border-light);transition:all .4s ease;position:relative;overflow:hidden}.expertise-card:hover{transform:translateY(-10px);border-color:var(--primary-blue);box-shadow:var(--shadow-lg)}.expertise-icon{width:70px;height:70px;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--primary-blue-dark) 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--white)}.expertise-icon svg{width:36px;height:36px;stroke-width:2.5}.expertise-card h3{font-size:1.6rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark)}.expertise-card p{color:var(--text-light);line-height:1.8;font-size:1rem}.cofounder-section{padding:6rem 2rem;background:linear-gradient(135deg,var(--black) 0%,var(--dark-gray) 100%);position:relative;overflow:hidden}.cofounder-container{max-width:800px;margin:0 auto;text-align:center;padding:4rem 3rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;border:2px solid rgba(255,255,255,.2);position:relative;z-index:1}.cofounder-container h2{font-size:2.5rem;font-weight:800;color:var(--white);margin-bottom:1.5rem}.cofounder-container p{font-size:1.2rem;color:#ffffffe6;line-height:1.8;margin-bottom:2.5rem}@media (max-width: 1024px){.foxxap-container{grid-template-columns:1fr;gap:3rem}.foxxap-visual{order:-1}.foxxap-logo{max-width:220px}}@media (max-width: 768px){.hero{height:55vh;min-height:450px}.hero-images{flex-direction:column}.hero-content{padding:1.5rem 1rem}.hero-title{font-size:2rem;margin-bottom:1rem;letter-spacing:-1px}.hero-subtitle{font-size:1rem;margin-bottom:2rem}.cta-button{padding:.85rem 2rem;font-size:.95rem;letter-spacing:.5px}.section-title{font-size:2rem;letter-spacing:-.5px}.section-subtitle{font-size:1.1rem;margin-bottom:3rem}.value-section,.foxxap-section,.social-proof-section,.expertise-section,.cofounder-section{padding:3rem 1rem}.value-grid,.expertise-grid{grid-template-columns:1fr;gap:1.5rem}.value-card,.expertise-card{padding:2rem}.value-card h3,.expertise-card h3{font-size:1.4rem}.testimonials-grid{grid-template-columns:1fr}.testimonial-card{min-width:300px;max-width:300px}.foxxap-title{font-size:2rem}.foxxap-subtitle{font-size:1.3rem}.foxxap-description{font-size:1rem}.foxxap-logo{max-width:180px}.promo-highlight{flex-direction:column;text-align:center;gap:1rem;padding:1.25rem}.promo-text strong{font-size:1.1rem}.promo-text span{font-size:.85rem}.foxxap-feature span{font-size:.95rem}.cofounder-container{padding:2.5rem 1.5rem}.cofounder-container h2{font-size:1.8rem}.cofounder-container p{font-size:1.05rem}}@media (max-width: 480px){.hero-title{font-size:1.75rem}.hero-subtitle{font-size:.95rem}.cta-button{padding:.75rem 1.75rem;font-size:.9rem}.section-title{font-size:1.75rem}.section-subtitle{font-size:1rem}.value-section,.foxxap-section,.social-proof-section,.expertise-section,.cofounder-section{padding:2.5rem .75rem}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:12px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 2rem 1.5rem;background:linear-gradient(135deg,#1e3a8a,#3b82f6);position:relative;overflow:hidden;border-radius:12px 12px 0 0}.modal-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.4}.modal-header-content{display:flex;align-items:center;gap:1.25rem;position:relative;z-index:1}.modal-icon{width:56px;height:56px;background:linear-gradient(135deg,gold,#ffc700);border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #ffd7004d;animation:iconPulse 2s ease-in-out infinite}@keyframes iconPulse{0%,to{transform:scale(1);box-shadow:0 8px 24px #ffd7004d}50%{transform:scale(1.05);box-shadow:0 8px 32px #ffd70080}}.modal-icon svg{width:28px;height:28px;color:#000;stroke-width:2.5}.modal-title-wrapper{display:flex;flex-direction:column;gap:.25rem}.modal-header h2{margin:0;font-size:1.75rem;font-weight:800;color:#fff;letter-spacing:-.5px;text-shadow:0 2px 8px rgba(0,0,0,.1)}.modal-subtitle{margin:0;font-size:.95rem;color:#ffffffd9;font-weight:400}.modal-close{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:10px;transition:all .3s ease;position:relative;z-index:1}.modal-close svg{width:20px;height:20px;color:#fff;stroke-width:2.5}.modal-close:hover{background:#ffffff40;border-color:#fff6;transform:rotate(90deg);box-shadow:0 4px 12px #0003}.modal-body{padding:2rem;background:#fafafa}@media (max-width: 768px){.modal-overlay{padding:.5rem}.modal-content{max-height:95vh;border-radius:16px}.modal-header{padding:1.5rem 1rem 1.25rem;flex-direction:column;align-items:flex-start;gap:1rem;border-radius:16px 16px 0 0}.modal-header-content{gap:1rem;width:100%}.modal-icon{width:48px;height:48px;border-radius:12px}.modal-icon svg{width:24px;height:24px}.modal-header h2{font-size:1.35rem}.modal-subtitle{font-size:.85rem}.modal-close{width:36px;height:36px;position:absolute;top:1rem;right:1rem}.modal-close svg{width:18px;height:18px}.modal-body{padding:1.25rem}}@media (max-width: 480px){.modal-overlay{padding:0}.modal-content{max-height:100vh;height:100vh;border-radius:0}.modal-header{padding:1.25rem 1rem 1rem;border-radius:0}.modal-header h2{font-size:1.2rem}.modal-subtitle{font-size:.8rem}.modal-body{padding:1rem}}.request-form{display:flex;flex-direction:column;gap:1.25rem}.form-group label{font-weight:600;color:#1e3a8a;font-size:.9rem;letter-spacing:.3px}.form-group input,.form-group textarea,.form-group select{padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;font-family:inherit;transition:all .3s ease;background-color:#fff;box-shadow:0 1px 3px #0000000d}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a;background-color:#fff}.form-group textarea{resize:vertical;min-height:100px}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid #e5e7eb}.btn-primary,.btn-secondary{padding:.875rem 2rem;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;border:none;font-family:inherit;letter-spacing:.3px;text-transform:uppercase;font-size:.9rem}.btn-primary{background:linear-gradient(135deg,gold,#ffc700);color:#000;box-shadow:0 4px 12px #ffd7004d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ffd70066}.btn-secondary{background-color:#f3f4f6;color:#374151;border:2px solid #e5e7eb}.btn-secondary:hover{background-color:#e5e7eb;border-color:#d1d5db;transform:translateY(-2px)}.btn-primary:active,.btn-secondary:active{transform:translateY(0)}@media (max-width: 768px){.request-form{gap:1rem}.form-group label{font-size:.85rem}.form-group input,.form-group textarea,.form-group select{padding:.75rem .875rem;font-size:.95rem}.form-actions{flex-direction:column-reverse;gap:.75rem;margin-top:1rem;padding-top:1rem}.btn-primary,.btn-secondary{width:100%;padding:.875rem 1.5rem}}@media (max-width: 480px){.request-form{gap:.875rem}.form-group label{font-size:.8rem}.form-group input,.form-group textarea,.form-group select{padding:.7rem .8rem;font-size:.9rem;border-radius:8px}.form-group textarea{min-height:80px}.form-actions{gap:.625rem;margin-top:.875rem;padding-top:.875rem}.btn-primary,.btn-secondary{padding:.75rem 1.25rem;font-size:.85rem}}.store{min-height:calc(100vh - 200px);padding:4rem 2rem 6rem;background:var(--off-white);overflow-x:hidden}.page-header h1:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background:var(--primary-blue)}.filters-section{background:var(--white);border-radius:16px;padding:2rem;margin-bottom:3rem;border:2px solid var(--border-light);box-shadow:var(--shadow-sm)}.filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.filters-title{display:flex;align-items:center;gap:.75rem;font-size:1.3rem;font-weight:700;color:var(--text-dark)}.filters-title svg{color:var(--primary-blue)}.reset-filters{padding:.5rem 1.2rem;background:transparent;color:var(--primary-blue);border:1px solid var(--primary-blue);border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease}.reset-filters:hover{background:var(--primary-blue);color:var(--white)}.filters-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.filter-group label{display:block;font-weight:600;color:var(--text-dark);margin-bottom:.75rem;font-size:.95rem}.filter-options{display:flex;gap:.75rem;flex-wrap:wrap}.filter-btn{padding:.6rem 1.5rem;background:var(--off-white);border:2px solid var(--border-light);border-radius:50px;color:var(--text-medium);font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.filter-btn:hover{border-color:var(--primary-blue);color:var(--primary-blue);background:#1e3a8a0d}.filter-btn.active{background:var(--primary-blue);border-color:var(--primary-blue);color:var(--white)}.results-count{margin-bottom:2rem;font-size:1.1rem;color:var(--text-medium);font-weight:500}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:4rem;margin-top:2rem;margin-bottom:4rem}.product-card{background:var(--white);border-radius:20px;overflow:hidden;border:2px solid var(--border-light);transition:all .4s ease;display:flex;flex-direction:column;position:relative;min-height:450px;box-shadow:0 2px 8px #0000000d}.product-card.clickable{cursor:pointer}.product-card:hover{transform:translateY(-10px);border-color:var(--primary-blue);box-shadow:var(--shadow-lg)}.product-card-link{display:flex;flex-direction:column;flex:1;text-decoration:none;color:inherit}.product-image{position:relative;height:200px;overflow:hidden;background:var(--light-bg)}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-image img{transform:scale(1.1)}.product-category{position:absolute;top:1rem;right:1rem;background:var(--primary-blue);color:var(--white);padding:.4rem 1rem;border-radius:50px;font-size:.85rem;font-weight:700;text-transform:uppercase;box-shadow:var(--shadow-sm)}.free-badge{position:absolute;top:1rem;left:1rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.4rem 1rem;border-radius:50px;font-size:.85rem;font-weight:700;text-transform:uppercase;box-shadow:0 4px 12px #10b9814d;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.product-content{padding:2rem;flex:1;display:flex;flex-direction:column}.product-domain-tag{display:inline-block;width:fit-content;padding:.3rem .8rem;background:var(--off-white);color:var(--primary-blue);border-radius:6px;font-size:.8rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.product-content h3{font-size:1.25rem;font-weight:700;color:var(--text-dark);margin-bottom:.75rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-content p{color:var(--text-light);line-height:1.7;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.product-price{font-size:1.8rem;font-weight:800;color:var(--primary-blue)}.product-cta{padding:.7rem 1.5rem;background:var(--primary-blue);color:var(--white);font-weight:700;border-radius:50px;border:none;cursor:pointer;transition:all .3s ease;font-size:.95rem;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.product-cta:hover{background:var(--primary-blue-dark);transform:translate(5px);box-shadow:0 4px 15px #1e3a8a4d}.product-cta.download-btn{background:linear-gradient(135deg,#10b981,#059669)}.product-cta.download-btn:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 15px #10b98166}@media (max-width: 768px){.store{padding:2.5rem 1rem 5rem}.page-header{margin-bottom:2.5rem}.page-header h1{font-size:2rem;letter-spacing:-.5px}.page-header p{font-size:1rem;margin-top:1.5rem}.filters-section{padding:1.25rem}.filters-header{flex-direction:column;align-items:flex-start;gap:.75rem}.filters-title{font-size:1.1rem}.filters-content{grid-template-columns:1fr;gap:1.25rem}.filter-btn{padding:.5rem 1.25rem;font-size:.85rem}.products-grid{grid-template-columns:1fr;gap:3rem;margin-bottom:3rem}.product-card{min-height:auto;border-radius:16px}.product-card:hover{transform:none}.product-content{padding:1.5rem}.product-content h3{font-size:1.2rem;line-height:1.4}.product-price{font-size:1.6rem}.product-cta{padding:.75rem 1.5rem;font-size:.9rem}.modal-content{margin:1rem}.modal-header{padding:2rem 1.5rem 1.5rem}.modal-header h2{font-size:1.5rem}.download-form{padding:2rem 1.5rem}.form-row{grid-template-columns:1fr}}@media (max-width: 480px){.store{padding:2rem 1rem 4rem}.page-header{margin-bottom:2rem}.page-header h1{font-size:1.75rem}.page-header p{font-size:.95rem;margin-top:1rem}.filters-section{padding:1rem}.products-grid{gap:2.5rem;margin-bottom:2.5rem}.product-card{border-radius:12px}.product-content{padding:1.25rem}.product-content h3{font-size:1.1rem}.product-price{font-size:1.4rem}.modal-content{margin:0;border-radius:0;max-height:100vh;height:100vh}.modal-header{padding:1.5rem 1rem 1.25rem;border-radius:0}.modal-header h2{font-size:1.3rem}.modal-header p{font-size:.85rem}.download-form{padding:1.5rem 1rem;gap:1.25rem}.download-form .form-group label{font-size:.85rem}.download-form .form-group input{padding:.75rem 1rem;font-size:.95rem}.submit-download-btn{padding:.875rem 2rem;font-size:1rem}}.product-detail{min-height:100vh;background:var(--off-white)}.detail-header{background:var(--white);padding:1.5rem 2rem;border-bottom:1px solid var(--border-light);position:sticky;top:0;z-index:100}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary-blue);font-weight:600;text-decoration:none;transition:all .3s ease;padding:.5rem 1rem;border-radius:8px}.back-link:hover{background:#1e3a8a1a;transform:translate(-5px)}.product-hero{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--primary-blue-dark) 100%);color:var(--white);padding:4rem 2rem}.hero-content-wrapper{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:start}.hero-image-section{position:relative}.hero-image-section img{width:100%;border-radius:20px;box-shadow:0 20px 60px #0000004d}.product-badges{display:flex;gap:.75rem;margin-top:1.5rem}.badge-type,.badge-domain{padding:.5rem 1.2rem;border-radius:50px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.badge-type{background:#fff3;border:2px solid rgba(255,255,255,.3)}.badge-domain{background:var(--accent-yellow);color:var(--black)}.hero-details-section h1{font-size:3rem;font-weight:900;margin-bottom:1rem;line-height:1.1;color:var(--white)}.hero-details-section .subtitle{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;opacity:.95;color:var(--white)}.hero-details-section .description{font-size:1.1rem;line-height:1.8;margin-bottom:2.5rem;opacity:.9;color:#ffffffe6}.pricing-section{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:16px;border:2px solid rgba(255,255,255,.2);margin-bottom:2.5rem;display:flex;justify-content:space-between;align-items:center}.price-info{display:flex;flex-direction:column}.price{font-size:3rem;font-weight:900;color:var(--white);line-height:1}.price-note{font-size:.9rem;opacity:.8;margin-top:.5rem}.purchase-btn{padding:1rem 2.5rem;background:var(--accent-yellow);color:var(--black);font-weight:700;font-size:1.1rem;border:none;border-radius:50px;cursor:pointer;transition:all .4s ease;display:flex;align-items:center;gap:.75rem;box-shadow:0 4px 20px #f59e0b66}.purchase-btn:hover{background:var(--accent-yellow-dark);transform:translateY(-3px);box-shadow:0 6px 30px #f59e0b99}.purchase-btn.download-btn{background:linear-gradient(135deg,#10b981,#059669);color:var(--white);box-shadow:0 4px 20px #10b98166}.purchase-btn.download-btn:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 6px 30px #10b98199}.free-price{background:linear-gradient(135deg,#10b981,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.quick-features{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.quick-feature{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#ffffff1a;border-radius:10px;border:1px solid rgba(255,255,255,.2);color:var(--white)}.quick-feature svg{color:var(--accent-yellow);flex-shrink:0}.quick-feature span{word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;flex:1;line-height:1.4}.product-content{max-width:1400px;margin:0 auto;padding:4rem 2rem}.tabs-nav{display:flex;gap:1rem;margin-bottom:3rem;border-bottom:2px solid var(--border-light);flex-wrap:wrap}.tab-btn{padding:1rem 2rem;background:transparent;border:none;border-bottom:3px solid transparent;color:var(--text-medium);font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;margin-bottom:-2px}.tab-btn:hover{color:var(--primary-blue);background:#1e3a8a0d}.tab-btn.active{color:var(--primary-blue);border-bottom-color:var(--primary-blue)}.tabs-content{background:var(--white);border-radius:20px;padding:3rem;box-shadow:var(--shadow-md);border:2px solid var(--border-light)}.tab-panel h2{font-size:2.2rem;font-weight:800;color:var(--text-dark);margin-bottom:1.5rem}.tab-panel h3{font-size:1.8rem;font-weight:700;color:var(--text-dark);margin:3rem 0 1.5rem}.long-description{font-size:1.15rem;line-height:1.9;color:var(--text-medium);margin-bottom:2.5rem}.rich-text-content h1,.rich-text-content h2,.rich-text-content h3,.rich-text-content h4{color:var(--text-dark);font-weight:700;margin-top:2rem;margin-bottom:1rem;line-height:1.3}.rich-text-content h1{font-size:2rem}.rich-text-content h2{font-size:1.75rem}.rich-text-content h3{font-size:1.5rem}.rich-text-content h4{font-size:1.25rem}.rich-text-content p{margin-bottom:1.5rem;line-height:1.9}.rich-text-content strong{font-weight:700;color:var(--text-dark)}.rich-text-content em{font-style:italic}.rich-text-content ul,.rich-text-content ol{margin:1.5rem 0;padding-left:2rem}.rich-text-content ul{list-style-type:disc}.rich-text-content ol{list-style-type:decimal}.rich-text-content li{margin-bottom:.75rem;line-height:1.8;color:var(--text-medium)}.rich-text-content li strong{color:var(--text-dark)}.rich-text-content blockquote{border-left:4px solid var(--primary-blue);padding-left:1.5rem;margin:1.5rem 0;font-style:italic;color:var(--text-medium);background:var(--off-white);padding:1rem 1.5rem;border-radius:8px}.rich-text-content code{background:var(--off-white);padding:.2rem .5rem;border-radius:4px;font-family:Courier New,monospace;font-size:.9em;color:var(--primary-blue)}.rich-text-content pre{background:var(--off-white);padding:1.5rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0}.rich-text-content pre code{background:transparent;padding:0;color:var(--text-dark)}.rich-text-content a{color:var(--primary-blue);text-decoration:underline;transition:color .3s ease}.rich-text-content a:hover{color:var(--primary-blue-dark)}.rich-text-content hr{border:none;border-top:2px solid var(--border-light);margin:2rem 0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.feature-item{display:flex;align-items:start;gap:1rem;padding:1.5rem;background:var(--off-white);border-radius:12px;border:1px solid var(--border-light);transition:all .3s ease}.feature-item:hover{background:var(--white);border-color:var(--primary-blue);transform:translateY(-3px);box-shadow:var(--shadow-sm)}.feature-item svg{color:var(--primary-blue);flex-shrink:0;margin-top:2px}.feature-item span{font-size:1.05rem;color:var(--text-dark);line-height:1.6;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;flex:1}.learn-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.learn-item{display:flex;gap:1.5rem;padding:2rem;background:var(--off-white);border-radius:16px;border:2px solid var(--border-light);transition:all .3s ease}.learn-item:hover{border-color:var(--primary-blue);transform:translateY(-5px);box-shadow:var(--shadow-md)}.learn-number{width:50px;height:50px;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--primary-blue-dark) 100%);color:var(--white);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800;flex-shrink:0}.learn-item p{font-size:1.1rem;line-height:1.7;color:var(--text-dark);margin:0;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;flex:1}.contents-list{display:flex;flex-direction:column;gap:1rem}.content-item{display:flex;align-items:center;gap:2rem;padding:1.5rem 2rem;background:var(--off-white);border-radius:12px;border:2px solid var(--border-light);transition:all .3s ease}.content-item:hover{background:var(--white);border-color:var(--primary-blue);transform:translate(10px);box-shadow:var(--shadow-sm)}.chapter-number{font-size:.9rem;font-weight:700;color:var(--primary-blue);text-transform:uppercase;letter-spacing:.5px;min-width:100px}.chapter-title{font-size:1.1rem;font-weight:600;color:var(--text-dark);word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;flex:1}.bottom-cta{background:linear-gradient(135deg,var(--black) 0%,var(--dark-gray) 100%);padding:4rem 2rem;margin-top:4rem}.cta-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:3rem}.cta-info h3{font-size:2.5rem;font-weight:800;color:var(--white);margin-bottom:.5rem}.cta-info p{font-size:1.2rem;color:#fffc}.cta-actions{display:flex;align-items:center;gap:2rem}.cta-price{font-size:3rem;font-weight:900;color:var(--white)}.cta-purchase-btn{padding:1.2rem 3rem;background:var(--accent-yellow);color:var(--black);font-weight:700;font-size:1.2rem;border:none;border-radius:50px;cursor:pointer;transition:all .4s ease;display:flex;align-items:center;gap:.75rem;box-shadow:0 4px 20px #f59e0b66;white-space:nowrap}.cta-purchase-btn:hover{background:var(--accent-yellow-dark);transform:translateY(-3px);box-shadow:0 6px 30px #f59e0b99}.cta-purchase-btn.download-btn{background:linear-gradient(135deg,#10b981,#059669);color:var(--white);box-shadow:0 4px 20px #10b98166}.cta-purchase-btn.download-btn:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 6px 30px #10b98199}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:2rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:var(--white);border-radius:24px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0000004d;animation:slideUp .4s ease}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:1.5rem;right:1.5rem;background:var(--off-white);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:var(--text-dark);z-index:10}.modal-close:hover{background:var(--primary-blue);color:var(--white);transform:rotate(90deg)}.modal-header{text-align:center;padding:3rem 3rem 2rem;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--primary-blue-dark) 100%);color:var(--white);border-radius:24px 24px 0 0}.modal-icon{width:60px;height:60px;background:#fff3;border-radius:50%;padding:15px;margin:0 auto 1.5rem}.modal-header h2{font-size:1.8rem;font-weight:800;margin-bottom:.5rem;color:var(--white)}.modal-header p{font-size:1rem;opacity:.9;color:#ffffffe6}.download-form{padding:2.5rem 3rem;display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.download-form .form-group{display:flex;flex-direction:column;gap:.5rem}.download-form .form-group label{font-weight:600;color:var(--text-dark);font-size:.95rem}.download-form .form-group input{padding:.9rem 1.2rem;border:2px solid var(--border-light);border-radius:10px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:var(--off-white);color:var(--text-dark)}.download-form .form-group input:focus{outline:none;border-color:var(--primary-blue);background:var(--white);box-shadow:0 0 0 3px #1e3a8a1a}.submit-download-btn{padding:1rem 2.5rem;background:linear-gradient(135deg,#10b981,#059669);color:var(--white);font-weight:700;font-size:1.1rem;border:none;border-radius:50px;cursor:pointer;transition:all .4s ease;text-transform:uppercase;letter-spacing:.5px;margin-top:1rem;box-shadow:0 4px 20px #10b9814d;display:flex;align-items:center;justify-content:center;gap:.75rem}.submit-download-btn:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-3px);box-shadow:0 6px 30px #10b98180}@media (max-width: 1024px){.hero-content-wrapper{grid-template-columns:1fr;gap:3rem}.cta-content{flex-direction:column;text-align:center}.cta-actions{flex-direction:column}}@media (max-width: 768px){.product-hero{padding:3rem 1rem}.hero-details-section h1{font-size:1.8rem}.hero-details-section .subtitle{font-size:1.1rem}.hero-details-section .description{font-size:1rem}.pricing-section{flex-direction:column;gap:1.25rem;text-align:center;padding:1.5rem}.price{font-size:2.25rem}.purchase-btn{padding:.9rem 2rem;font-size:1rem}.quick-features{grid-template-columns:1fr}.product-content{padding:3rem 1rem}.tabs-nav{overflow-x:auto;-webkit-overflow-scrolling:touch;gap:.5rem}.tab-btn{padding:.75rem 1.5rem;font-size:.9rem}.tabs-content{padding:2rem 1.5rem}.tab-panel h2{font-size:1.75rem}.tab-panel h3{font-size:1.5rem}.features-grid,.learn-grid{grid-template-columns:1fr}.bottom-cta{padding:3rem 1rem}.cta-content{gap:2rem}.cta-info h3{font-size:1.8rem}.cta-info p{font-size:1.05rem}.cta-price{font-size:2.25rem}.cta-purchase-btn{padding:1rem 2.5rem;font-size:1.05rem}.modal-content{margin:1rem}.modal-header{padding:2rem 1.5rem 1.5rem}.modal-header h2{font-size:1.5rem}.download-form{padding:2rem 1.5rem}.form-row{grid-template-columns:1fr}}@media (max-width: 480px){.product-hero{padding:2.5rem .75rem}.hero-details-section h1{font-size:1.6rem}.hero-details-section .subtitle{font-size:1rem}.price{font-size:2rem}.tabs-content{padding:1.5rem 1rem}.tab-panel h2{font-size:1.5rem}.modal-content{margin:0;border-radius:0;max-height:100vh;height:100vh}.modal-header{padding:1.5rem 1rem 1.25rem;border-radius:0}.modal-header h2{font-size:1.3rem}.modal-header p{font-size:.85rem}.download-form{padding:1.5rem 1rem;gap:1.25rem}.download-form .form-group label{font-size:.85rem}.download-form .form-group input{padding:.75rem 1rem;font-size:.95rem}.submit-download-btn{padding:.875rem 2rem;font-size:1rem}}.articles{min-height:calc(100vh - 200px);padding:4rem 2rem 6rem;background:var(--off-white);overflow-x:hidden}.page-header{text-align:center;margin-bottom:4rem}.page-header h1{font-size:3rem;font-weight:900;color:var(--text-dark);margin-bottom:1rem;letter-spacing:-1px;position:relative;display:inline-block}.page-header h1:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background:var(--black)}.page-header p{font-size:1.3rem;color:var(--text-light);font-weight:300;margin-top:2rem}.container{max-width:1400px;margin:0 auto}.loading{text-align:center;padding:4rem 2rem}.loading p{color:var(--text-light);font-size:1.1rem}.articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:4rem;margin-top:2rem;margin-bottom:4rem}.article-card{background:var(--white);border-radius:16px;overflow:hidden;border:1px solid var(--border-light);transition:all .3s ease;display:flex;flex-direction:column;position:relative;color:inherit;height:auto;min-height:450px;box-shadow:0 2px 8px #0000000d}.article-card:hover{transform:translateY(-5px);border-color:var(--border-medium);box-shadow:0 12px 24px #0000001a}.article-image{position:relative;height:200px;overflow:hidden;background:var(--light-bg)}.article-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.article-card:hover .article-image img{transform:scale(1.05)}.article-category{position:absolute;top:.75rem;left:.75rem;background:var(--black);color:var(--white);padding:.35rem .85rem;border-radius:6px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.article-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.article-content h3{font-size:1.25rem;font-weight:700;color:var(--text-dark);margin-bottom:.75rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-content p{color:var(--text-light);line-height:1.6;font-size:.95rem;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:.75rem;border-top:1px solid var(--border-light);gap:1rem}.article-meta{display:flex;flex-direction:column;gap:.5rem}.article-date,.article-time{font-size:.85rem;font-weight:500;color:var(--text-medium)}.article-cta{padding:.65rem 1.5rem;background:var(--black);color:var(--white);font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:.9rem;text-decoration:none;display:inline-block;white-space:nowrap}.article-cta:hover{background:var(--dark-gray);transform:translate(5px);box-shadow:0 4px 12px #00000026}@media (max-width: 1024px){.articles-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width: 768px){.articles{padding:2.5rem 1rem 5rem}.page-header{margin-bottom:2.5rem}.page-header h1{font-size:2rem;letter-spacing:-.5px}.page-header p{font-size:1rem;margin-top:1.5rem}.articles-grid{grid-template-columns:1fr;gap:3rem;margin-bottom:3rem}.article-card{max-height:none;min-height:auto;border-radius:12px}.article-image{height:200px}.article-content{padding:1.5rem}.article-content h3{font-size:1.2rem;line-height:1.4;margin-bottom:.75rem}.article-content p{font-size:.95rem;line-height:1.6;margin-bottom:1rem}.article-footer{flex-direction:column;align-items:stretch;gap:1rem;padding-top:1rem}.article-meta{flex-direction:row;justify-content:space-between;gap:1rem}.article-date,.article-time{font-size:.85rem}.article-cta{width:100%;text-align:center;padding:.75rem 1.5rem;font-size:.9rem;border-radius:8px}.article-card:hover{transform:none}}@media (max-width: 480px){.articles{padding:2rem 1rem 4rem}.page-header{margin-bottom:2rem}.page-header h1{font-size:1.75rem}.page-header p{font-size:.95rem;margin-top:1rem}.articles-grid{gap:2.5rem;margin-bottom:2.5rem}.article-card{border-radius:10px}.article-image{height:180px}.article-content{padding:1.25rem}.article-content h3{font-size:1.1rem}.article-content p{font-size:.9rem}.article-cta{padding:.7rem 1.25rem;font-size:.85rem}}.article-detail{min-height:100vh;background:var(--off-white)}.article-header{background:var(--white);padding:1.5rem 2rem;border-bottom:1px solid var(--border-light);position:sticky;top:0;z-index:100}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--black);font-weight:600;text-decoration:none;transition:all .3s ease;padding:.5rem 1rem;border-radius:8px}.back-link:hover{background:#0000000d;transform:translate(-5px)}.article-image-hero{width:100%;height:500px;overflow:hidden;background:var(--light-bg)}.article-image-hero img{width:100%;height:100%;object-fit:cover;display:block}.article-container{max-width:1200px;margin:0 auto;padding:4rem 2rem}.article-hero{text-align:center;margin-bottom:3rem}.article-category-badge{display:inline-block;padding:.5rem 1.5rem;background:var(--black);color:var(--white);border-radius:50px;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2rem}.article-hero h1{font-size:3.5rem;font-weight:900;color:var(--text-dark);margin-bottom:1.5rem;line-height:1.1}.article-excerpt{font-size:1.4rem;color:var(--text-medium);line-height:1.7;margin-bottom:2rem}.article-meta{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.meta-item{display:flex;align-items:center;gap:.5rem;color:var(--text-light);font-size:1rem}.meta-item svg{color:var(--black)}.meta-item.author{color:var(--text-dark);font-weight:600}.article-actions{display:flex;justify-content:center;gap:1rem}.action-btn{display:flex;align-items:center;gap:.5rem;padding:.8rem 1.5rem;background:var(--white);border:2px solid var(--border-light);border-radius:50px;color:var(--text-dark);font-weight:600;cursor:pointer;transition:all .3s ease}.action-btn:hover{border-color:var(--black);color:var(--black);background:#0000000d}.article-content{background:var(--white);padding:4rem;border-radius:20px;box-shadow:var(--shadow-md);border:2px solid var(--border-light)}.article-content h2{font-size:2.2rem;font-weight:800;color:var(--text-dark);margin:3rem 0 1.5rem}.article-content h2:first-child{margin-top:0}.article-content h3{font-size:1.7rem;font-weight:700;color:var(--text-dark);margin:2.5rem 0 1rem}.article-content p{font-size:1.15rem;line-height:1.9;color:var(--text-medium);margin-bottom:1.5rem}.article-content ul,.article-content ol{margin:1.5rem 0 2rem 2rem;line-height:1.9}.article-content li{font-size:1.1rem;color:var(--text-medium);margin-bottom:.75rem;padding-left:.5rem}.article-content strong{color:var(--text-dark);font-weight:700}.article-content code{background:var(--off-white);padding:.2rem .5rem;border-radius:4px;font-family:Courier New,monospace;font-size:.95em;color:var(--black)}.article-footer{background:linear-gradient(135deg,var(--black) 0%,var(--dark-gray) 100%);padding:5rem 2rem;margin-top:4rem}.footer-cta{max-width:900px;margin:0 auto;text-align:center;color:var(--white)}.footer-cta h3{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.footer-cta p{font-size:1.2rem;opacity:.9;margin-bottom:2.5rem}.cta-btn{display:inline-flex;padding:1rem 2.5rem;background:var(--accent-yellow);color:var(--black);font-weight:700;font-size:1.1rem;border-radius:50px;text-decoration:none;transition:all .4s ease;box-shadow:0 4px 20px #f59e0b66}.cta-btn:hover{background:var(--accent-yellow-dark);transform:translateY(-3px);box-shadow:0 6px 30px #f59e0b99}.loading-spinner{width:50px;height:50px;border:4px solid var(--border-light);border-top-color:var(--black);border-radius:50%;margin:0 auto 2rem;animation:spin 1s linear infinite}@media (max-width: 768px){.article-image-hero{height:300px}.article-container{padding:2.5rem 1rem}.article-hero{margin-bottom:2.5rem}.article-hero h1{font-size:2rem;margin-bottom:1.25rem}.article-excerpt{font-size:1.05rem;margin-bottom:1.5rem}.article-meta{flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.article-content{padding:2rem 1.5rem}.article-content h2{font-size:1.7rem;margin:2.5rem 0 1.25rem}.article-content h3{font-size:1.4rem}.article-content p{font-size:1.05rem}.article-footer{padding:4rem 1rem;margin-top:3rem}.footer-cta h3{font-size:1.9rem}.footer-cta p{font-size:1.1rem}.cta-btn{padding:.9rem 2rem;font-size:1rem}}@media (max-width: 480px){.article-container{padding:2rem .75rem}.article-hero h1{font-size:1.75rem}.article-excerpt{font-size:1rem}.article-content{padding:1.5rem 1rem}.article-content h2{font-size:1.5rem}.footer-cta h3{font-size:1.65rem}}.about{min-height:calc(100vh - 200px);padding:4rem 2rem;background:var(--off-white);overflow-x:hidden}.about-content{max-width:900px;margin:0 auto}.about-intro{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--primary-blue-dark) 100%);color:var(--white);padding:3rem;border-radius:20px;margin-bottom:4rem;box-shadow:var(--shadow-lg);border:2px solid var(--primary-blue-light)}.intro-text{font-size:1.3rem;line-height:1.8;font-weight:500;margin:0;color:var(--white)}.about-sections{display:flex;flex-direction:column;gap:3rem}.about-section{background:var(--white);padding:2.5rem;border-radius:16px;box-shadow:var(--shadow-md);border:2px solid var(--border-light);transition:all .3s ease}.about-section:hover{border-color:var(--primary-blue);box-shadow:var(--shadow-lg)}.about-section h2{font-size:1.8rem;font-weight:700;color:var(--text-dark);margin-bottom:1.5rem;position:relative;padding-bottom:1rem}.about-section h2:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:var(--primary-blue)}.about-section p{font-size:1.1rem;line-height:1.8;color:var(--text-medium)}.skills-list{list-style:none;padding:0;margin:0;display:grid;gap:1rem}.skills-list li{display:flex;align-items:center;gap:1rem;font-size:1.1rem;color:var(--text-dark);padding:1rem;background:var(--off-white);border-radius:10px;transition:all .3s ease;border:1px solid var(--border-light)}.skills-list li:hover{background:var(--white);border-color:var(--primary-blue);transform:translate(8px);box-shadow:var(--shadow-md)}.skills-list svg{width:24px;height:24px;color:var(--primary-blue);flex-shrink:0}@media (max-width: 768px){.about{padding:2.5rem 1rem}.about-intro{padding:2rem 1.5rem;margin-bottom:3rem}.intro-text{font-size:1.05rem;line-height:1.7}.about-sections{gap:2.5rem}.about-section{padding:2rem 1.5rem}.about-section h2{font-size:1.5rem}.about-section p{font-size:1.05rem}.skills-list li{font-size:1rem;padding:.85rem}}@media (max-width: 480px){.about{padding:2rem .75rem}.about-intro{padding:1.5rem 1rem}.intro-text{font-size:1rem}.about-section{padding:1.5rem 1rem}.about-section h2{font-size:1.35rem}}.case-studies{min-height:calc(100vh - 200px);padding:4rem 2rem;background:var(--off-white);overflow-x:hidden}.case-studies-list{display:flex;flex-direction:column;gap:4rem;margin-top:3rem}.case-study-card{display:grid;grid-template-columns:45% 55%;gap:3rem;background:var(--white);border-radius:24px;overflow:hidden;border:2px solid var(--border-light);transition:all .4s ease;box-shadow:var(--shadow-md)}.case-study-card.reverse{grid-template-columns:55% 45%}.case-study-card.reverse .case-study-image{order:2}.case-study-card:hover{border-color:var(--primary-blue);box-shadow:var(--shadow-lg);transform:translateY(-5px)}.case-study-image{position:relative;min-height:400px;overflow:hidden;background:var(--light-bg)}.case-study-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.case-study-card:hover .case-study-image img{transform:scale(1.1)}.case-study-content{padding:3rem;display:flex;flex-direction:column}.case-study-client{color:var(--primary-blue);font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:.75rem}.case-study-content h2{font-size:2.2rem;font-weight:800;color:var(--text-dark);margin-bottom:1.5rem;line-height:1.2}.case-study-description{color:var(--text-medium);line-height:1.8;font-size:1.05rem;margin-bottom:2rem}.case-study-technologies,.case-study-results{margin-bottom:2rem}.case-study-technologies h4,.case-study-results h4{color:var(--text-dark);font-size:1.1rem;font-weight:700;margin-bottom:1rem}.tech-tags{display:flex;flex-wrap:wrap;gap:.75rem}.tech-tag{background:var(--off-white);color:var(--primary-blue);padding:.5rem 1rem;border-radius:50px;font-size:.9rem;font-weight:600;border:1px solid var(--border-light);transition:all .3s ease}.tech-tag:hover{background:var(--primary-blue);color:var(--white);transform:translateY(-2px);box-shadow:var(--shadow-sm)}.case-study-results ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.case-study-results li{color:var(--text-medium);padding-left:1.75rem;position:relative;line-height:1.6}.case-study-results li:before{content:"✓";position:absolute;left:0;color:var(--primary-blue);font-weight:700;font-size:1.2rem}.case-study-cta{margin-top:auto;align-self:flex-start;padding:.9rem 2rem;background:var(--primary-blue);color:var(--white);font-weight:700;border-radius:50px;border:none;cursor:pointer;transition:all .4s ease;font-size:1rem;box-shadow:var(--shadow-md)}.case-study-cta:hover{background:var(--primary-blue-dark);transform:translateY(-3px);box-shadow:var(--shadow-lg)}@media (max-width: 1024px){.case-study-card,.case-study-card.reverse{grid-template-columns:1fr}.case-study-card.reverse .case-study-image{order:1}.case-study-image{min-height:300px}.case-study-content{padding:2rem}}@media (max-width: 768px){.case-studies{padding:2.5rem 1rem}.case-studies-list{gap:2.5rem;margin-top:2rem}.case-study-content{padding:2rem 1.5rem}.case-study-content h2{font-size:1.7rem}.case-study-description{font-size:1rem}.case-study-image{min-height:250px}.case-study-cta{padding:.8rem 1.75rem;font-size:.95rem}}@media (max-width: 480px){.case-studies{padding:2rem .75rem}.case-study-content{padding:1.5rem 1rem}.case-study-content h2{font-size:1.5rem}.case-study-image{min-height:220px}}.case-study-detail{min-height:100vh;background:var(--off-white)}.case-header{background:var(--white);padding:1.5rem 2rem;border-bottom:1px solid var(--border-light);position:sticky;top:0;z-index:100}.case-hero{position:relative;height:70vh;min-height:500px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%}.hero-background img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0f172ae6,#1e3a8ad9)}.hero-content{position:relative;z-index:1;text-align:center;color:var(--white);max-width:1000px;padding:2rem}.client-badge{display:inline-block;padding:.5rem 1.5rem;background:var(--accent-yellow);color:var(--black);border-radius:50px;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:2rem}.hero-content h1{font-size:4rem;font-weight:900;margin-bottom:1.5rem;line-height:1.1}.tagline{font-size:1.5rem;opacity:.95;margin-bottom:3rem;line-height:1.5}.project-meta{display:flex;justify-content:center;gap:3rem}.meta-box{display:flex;flex-direction:column;align-items:center;padding:1.5rem 2rem;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;border:1px solid rgba(255,255,255,.2)}.meta-label{font-size:.9rem;opacity:.8;margin-bottom:.5rem}.meta-value{font-size:1.5rem;font-weight:800}.metrics-section{background:var(--white);padding:4rem 2rem;margin:-3rem auto 0;position:relative;z-index:2;max-width:1400px;border-radius:24px;box-shadow:var(--shadow-xl)}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.metric-card{text-align:center;padding:2rem;background:var(--off-white);border-radius:16px;border:2px solid var(--border-light);transition:all .3s ease}.metric-card:hover{border-color:var(--primary-blue);transform:translateY(-5px);box-shadow:var(--shadow-md)}.metric-value{font-size:3rem;font-weight:900;color:var(--primary-blue);line-height:1;margin-bottom:.5rem}.metric-description{font-size:1rem;color:var(--text-medium);margin-bottom:.5rem}.metric-label{font-size:.9rem;color:var(--text-light);text-transform:uppercase;letter-spacing:.5px;font-weight:600}.case-content{max-width:1200px;margin:4rem auto;padding:0 2rem}.content-section{background:var(--white);padding:4rem;border-radius:20px;margin-bottom:3rem;box-shadow:var(--shadow-md);border:2px solid var(--border-light)}.section-icon{width:70px;height:70px;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--primary-blue-dark) 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;color:var(--white);margin-bottom:2rem}.section-icon.solution{background:linear-gradient(135deg,#10b981,#059669)}.section-icon.results{background:linear-gradient(135deg,var(--accent-yellow) 0%,var(--accent-yellow-dark) 100%)}.content-section h2{font-size:2.5rem;font-weight:800;color:var(--text-dark);margin-bottom:1.5rem}.content-section h3{font-size:2rem;font-weight:700;color:var(--text-dark);margin-bottom:2rem}.content-section p{font-size:1.2rem;line-height:1.9;color:var(--text-medium)}.implementation-list{display:flex;flex-direction:column;gap:2rem}.implementation-item{display:flex;gap:1.5rem;align-items:start}.item-number{width:50px;height:50px;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--primary-blue-dark) 100%);color:var(--white);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800;flex-shrink:0}.implementation-item p{font-size:1.1rem;line-height:1.7;margin:0;padding-top:.5rem}.results-list{display:flex;flex-direction:column;gap:1rem}.result-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:var(--off-white);border-radius:12px;border:1px solid var(--border-light);transition:all .3s ease}.result-item:hover{background:var(--white);border-color:#10b981;transform:translate(10px)}.result-item svg{color:#10b981;flex-shrink:0}.result-item span{font-size:1.1rem;color:var(--text-dark);line-height:1.6}.technologies-section{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--primary-blue-dark) 100%);color:var(--white)}.technologies-section h3{color:var(--white)}.tech-tags{display:flex;flex-wrap:wrap;gap:1rem}.tech-tag{padding:.7rem 1.5rem;background:#fff3;border:2px solid rgba(255,255,255,.3);border-radius:50px;font-size:1rem;font-weight:600;transition:all .3s ease}.tech-tag:hover{background:var(--accent-yellow);border-color:var(--accent-yellow);color:var(--black);transform:translateY(-3px)}.case-footer{background:linear-gradient(135deg,var(--black) 0%,var(--dark-gray) 100%);padding:5rem 2rem;text-align:center;color:var(--white)}.footer-content h3{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.footer-content p{font-size:1.2rem;opacity:.9;margin-bottom:2.5rem}.contact-cta{display:inline-flex;padding:1.2rem 3rem;background:var(--accent-yellow);color:var(--black);font-weight:700;font-size:1.2rem;border-radius:50px;text-decoration:none;transition:all .4s ease;box-shadow:0 4px 20px #f59e0b66}.contact-cta:hover{background:var(--accent-yellow-dark);transform:translateY(-3px);box-shadow:0 6px 30px #f59e0b99}.loading,.not-found{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.loading-spinner{width:50px;height:50px;border:4px solid var(--border-light);border-top-color:var(--primary-blue);border-radius:50%;margin:0 auto 2rem;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.not-found h1{font-size:2.5rem;font-weight:800;color:var(--text-dark);margin-bottom:1rem}.not-found p{font-size:1.2rem;color:var(--text-light);margin-bottom:2rem}@media (max-width: 768px){.case-hero{min-height:400px;height:60vh}.hero-content{padding:1.5rem 1rem}.hero-content h1{font-size:2.25rem;margin-bottom:1.25rem}.tagline{font-size:1.15rem;margin-bottom:2.5rem}.project-meta{flex-direction:column;gap:1rem}.meta-box{padding:1.25rem 1.5rem}.metrics-section{padding:3rem 1rem;margin:-2rem 1rem 0}.metrics-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.metric-card{padding:1.5rem 1rem}.metric-value{font-size:2rem}.metric-description{font-size:.9rem}.case-content{margin:3rem auto;padding:0 1rem}.content-section{padding:2.5rem 1.5rem;margin-bottom:2.5rem}.content-section h2{font-size:2rem}.content-section h3{font-size:1.6rem}.content-section p{font-size:1.1rem}.implementation-item p{font-size:1.05rem}.case-footer{padding:4rem 1rem}.footer-content h3{font-size:1.9rem}.footer-content p{font-size:1.1rem}.contact-cta{padding:1rem 2.5rem;font-size:1.1rem}}@media (max-width: 480px){.hero-content h1{font-size:2rem}.tagline{font-size:1.05rem}.metrics-section{padding:2.5rem .75rem}.metric-value{font-size:1.75rem}.content-section{padding:2rem 1rem}.content-section h2{font-size:1.75rem}.content-section h3{font-size:1.4rem}.footer-content h3{font-size:1.7rem}}.contact{min-height:calc(100vh - 200px);padding:4rem 2rem;background:var(--off-white);overflow-x:hidden}.contact-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;margin-top:4rem}.contact-info-section{display:flex;flex-direction:column;gap:2rem}.contact-card{background:var(--white);padding:2rem;border-radius:16px;border:2px solid var(--border-light);transition:all .3s ease;text-align:center;box-shadow:var(--shadow-sm)}.contact-card:hover{border-color:var(--primary-blue);transform:translateY(-5px);box-shadow:var(--shadow-md)}.contact-icon{width:60px;height:60px;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--primary-blue-dark) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--white)}.contact-icon.whatsapp{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff}.contact-icon.linkedin{background:linear-gradient(135deg,#0077b5,#00669c);color:#fff}.contact-icon svg{width:28px;height:28px}.contact-card h3{font-size:1.3rem;font-weight:700;color:var(--text-dark);margin-bottom:.75rem}.contact-link{display:inline-block;color:var(--primary-blue);font-weight:600;text-decoration:none;transition:all .3s ease;font-size:1.05rem}.contact-link:hover{color:var(--primary-blue-dark);transform:scale(1.05)}.contact-form-section{background:var(--white);padding:3rem;border-radius:20px;border:2px solid var(--border-light);box-shadow:var(--shadow-sm)}.contact-form-section h2{font-size:2.2rem;font-weight:800;color:var(--text-dark);margin-bottom:.5rem}.form-subtitle{color:var(--text-light);font-size:1.1rem;margin-bottom:2.5rem}.success-message{background:#d4edda;color:#155724;padding:1rem 1.5rem;border-radius:10px;margin-bottom:2rem;border:1px solid #c3e6cb;text-align:center;font-weight:600}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:var(--text-dark);font-size:.95rem}.form-group input,.form-group textarea{padding:.9rem 1.2rem;border:2px solid var(--border-light);border-radius:10px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:var(--off-white);color:var(--text-dark)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-blue);background:var(--white);box-shadow:0 0 0 3px #1e3a8a1a}.form-group textarea{resize:vertical;min-height:150px}.submit-button{padding:1rem 2.5rem;background:var(--primary-blue);color:var(--white);font-weight:700;font-size:1.1rem;border:none;border-radius:50px;cursor:pointer;transition:all .4s ease;text-transform:uppercase;letter-spacing:.5px;margin-top:1rem;box-shadow:var(--shadow-md)}.submit-button:hover{background:var(--primary-blue-dark);transform:translateY(-3px);box-shadow:var(--shadow-lg)}@media (max-width: 1024px){.contact-container{grid-template-columns:1fr;gap:3rem}}@media (max-width: 768px){.contact{padding:2.5rem 1rem}.contact-container{margin-top:3rem;gap:2.5rem}.contact-form-section{padding:2rem 1.5rem}.contact-form-section h2{font-size:1.75rem}.form-subtitle{font-size:1rem}.submit-button{padding:.9rem 2rem;font-size:1rem}}@media (max-width: 480px){.contact{padding:2rem .75rem}.contact-form-section{padding:1.5rem 1rem}.contact-form-section h2{font-size:1.5rem}.contact-card{padding:1.5rem}}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}.container{max-width:1400px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.container{padding:0 1rem}}*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;font-weight:400;--primary-blue: #1E3A8A;--primary-blue-dark: #1E40AF;--primary-blue-light: #3B82F6;--accent-yellow: #F59E0B;--accent-yellow-dark: #D97706;--black: #0F172A;--dark-gray: #1E293B;--medium-gray: #475569;--light-gray: #94A3B8;--white: #FFFFFF;--off-white: #F8FAFC;--light-bg: #F1F5F9;--text-dark: #0F172A;--text-medium: #334155;--text-light: #64748B;--border-light: #E2E8F0;--border-medium: #CBD5E1;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .12);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--shadow-lg: 0 10px 30px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 40px rgba(0, 0, 0, .12);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--white);color:var(--text-dark);overflow-x:hidden}#root{min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden}a{text-decoration:none;color:inherit}button{border:none;background:none;cursor:pointer;font-family:inherit}img{max-width:100%;height:auto;display:block}*{scrollbar-width:thin;scrollbar-color:var(--primary-blue) var(--light-bg)}*::-webkit-scrollbar{width:10px}*::-webkit-scrollbar-track{background:var(--light-bg)}*::-webkit-scrollbar-thumb{background:var(--primary-blue);border-radius:5px}*::-webkit-scrollbar-thumb:hover{background:var(--primary-blue-dark)}
