*{margin:0;padding:0;box-sizing:border-box}:root{--primary-blue: #1e3a8a;--primary-green: #059669;--accent-gold: #f59e0b;--accent-orange: #ea580c;--light-blue: #dbeafe;--light-green: #d1fae5;--light-gold: #fef3c7;--dark-blue: #1e40af;--dark-green: #047857;--white: #ffffff;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--gradient-primary: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-green) 100%);--gradient-accent: linear-gradient(135deg, var(--accent-gold) 0%, var(--accent-orange) 100%);--gradient-light: linear-gradient(135deg, var(--light-blue) 0%, var(--light-green) 100%)}body{font-family:Inter,sans-serif;line-height:1.6;color:var(--gray-800);overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;box-shadow:0 2px 20px #1e3a8a1a}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.logo{height:50px;width:auto}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{text-decoration:none;color:var(--gray-700);font-weight:500;transition:color .3s ease;position:relative}.nav-menu a:hover{color:var(--primary-blue)}.nav-menu a:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:0;background-color:var(--primary-blue);transition:width .3s ease}.nav-menu a:hover:after{width:100%}.hamburger{display:none;flex-direction:column;cursor:pointer}.hamburger span{width:25px;height:3px;background:#333;margin:3px 0;transition:.3s}.hero{background:linear-gradient(135deg,#1e3a8ad9,#059669d9);color:var(--white);padding:120px 0 80px;min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(https://pmccieeeafumffeudusl.supabase.co/storage/v1/object/sign/atidot/atidot%20loan%20staff.jpg?token=eyJraWQiOiJzdG9yYWdlLXVybC1zaWduaW5nLWtleV83Y2U3MTJlZS0wMzJiLTRkZTQtODI3MS1hOWIzODNiZTlkYzciLCJhbGciOiJIUzI1NiJ9.eyJ1cmwiOiJhdGlkb3QvYXRpZG90IGxvYW4gc3RhZmYuanBnIiwiaWF0IjoxNzU0OTE5OTE1LCJleHAiOjE3ODY0NTU5MTV9.6aeQ7VM7RolGNP4bqdjgbEktjZ8tyTQJ05CKXI5TfCk);background-size:cover;background-position:center;opacity:.4}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:1}.hero-content{background-color:#00000080;padding:3rem;border-radius:15px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);max-width:800px;width:100%}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.highlight{color:var(--accent-gold);text-shadow:0 2px 4px rgba(0,0,0,.1)}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border:none;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;cursor:pointer;font-size:1rem}.btn-primary{background:var(--gradient-accent);color:var(--white);border:none}.btn-primary:hover{background:var(--accent-orange);transform:translateY(-2px);box-shadow:0 10px 25px #ea580c4d}.btn-secondary{background:transparent;color:var(--white);border:2px solid var(--white)}.btn-secondary:hover{background:var(--white);color:var(--primary-blue);transform:translateY(-2px)}.btn-large{padding:1.25rem 2.5rem;font-size:1.1rem}.btn-standout{background:var(--gradient-primary)!important;box-shadow:0 8px 25px #1e3a8a66;transform:scale(1.05);animation:pulse-glow 2s ease-in-out infinite alternate}.btn-standout:hover{background:var(--dark-blue)!important;transform:scale(1.08) translateY(-3px);box-shadow:0 12px 35px #1e3a8a99}@keyframes pulse-glow{0%{box-shadow:0 8px 25px #1e3a8a66}to{box-shadow:0 8px 35px #1e3a8ab3}}.hero-image{display:flex;justify-content:center;align-items:center}.hero-graphic{width:300px;height:300px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2)}.hero-visual{position:relative;width:100%;height:400px;display:flex;align-items:center;justify-content:center}.floating-cards{position:absolute;width:100%;height:100%}.floating-cards .card{position:absolute;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:15px;padding:1rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--white);font-size:.9rem;font-weight:500;animation:float 6s ease-in-out infinite}.floating-cards .card i{font-size:1.5rem;color:var(--accent-gold)}.card-1{top:20%;left:10%;animation-delay:0s}.card-2{top:60%;right:15%;animation-delay:2s}.card-3{bottom:20%;left:20%;animation-delay:4s}.hero-illustration{width:300px;height:250px;background:#ffffff1a;border-radius:20px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2)}.hero-illustration svg{width:100%;height:100%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.benefits{padding:80px 0;background:var(--gray-50)}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:var(--gray-800)}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.benefit-card{background:var(--white);padding:2rem;border-radius:15px;text-align:center;box-shadow:0 5px 25px #1e3a8a1a;transition:transform .3s ease,box-shadow .3s ease;border:1px solid var(--gray-200);position:relative;overflow:hidden}.benefit-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #1e3a8a33;border-color:var(--primary-blue)}.benefit-icon{width:80px;height:80px;background:var(--gradient-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.benefit-icon i{font-size:2rem;color:var(--white)}.benefit-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--gray-800)}.benefit-card p{color:var(--gray-600);line-height:1.6}.benefit-visual{position:absolute;top:1rem;right:1rem;width:60px;height:60px;opacity:.7;transition:opacity .3s ease}.benefit-card:hover .benefit-icon i{animation:pulse 1s ease-in-out}.benefit-visual svg{width:100%;height:100%}.loan-solutions{padding:80px 0;background:var(--white)}.solutions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:3rem;margin-bottom:3rem}.solution-category{background:var(--light-blue);padding:2.5rem;border-radius:20px;border-left:5px solid var(--primary-blue);transition:all .3s ease}.solution-category:nth-child(2){background:var(--light-green);border-left-color:var(--primary-green)}.solution-category:hover{transform:translateY(-5px);box-shadow:0 10px 30px #1e3a8a26}.category-title{display:flex;align-items:center;gap:1rem;font-size:1.8rem;font-weight:600;margin-bottom:2rem;color:var(--gray-800)}.category-title i{color:var(--primary-blue);font-size:2rem}.solution-category:nth-child(2) .category-title i{color:var(--primary-green)}.solution-items{display:flex;flex-direction:column;gap:1.5rem}.solution-item{background:var(--white);padding:1.5rem;border-radius:10px;box-shadow:0 3px 15px #1e3a8a14;transition:all .3s ease;border:1px solid var(--gray-200)}.solution-item:hover{transform:translate(5px);box-shadow:0 5px 20px #1e3a8a1f;border-color:var(--primary-blue)}.solution-item h4{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:var(--gray-800)}.solution-item p{color:var(--gray-600);line-height:1.6}.cta-center{text-align:center}.how-it-works{padding:80px 0;background:var(--gradient-primary);color:var(--white);position:relative;overflow:hidden}.how-it-works:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>') repeat;opacity:.3}.how-it-works .container{position:relative;z-index:1}.how-it-works .section-title{color:var(--white)}.steps-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.step{text-align:center;padding:2rem}.step-number{width:60px;height:60px;background:var(--accent-gold);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem;color:var(--white);position:relative;z-index:2}.step-icon{width:100px;height:100px;background:#ffffff26;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);position:relative}.step-icon i{font-size:2.5rem;color:var(--white)}.step h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.step p{opacity:.9}.testimonials{padding:80px 0;background:var(--gray-50)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-bottom:3rem}.testimonial{background:var(--white);padding:2.5rem;border-radius:15px;box-shadow:0 5px 25px #1e3a8a1a;position:relative;border:1px solid var(--gray-200);transition:all .3s ease;display:flex;gap:1.5rem;align-items:flex-start}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 10px 35px #1e3a8a26;border-color:var(--primary-blue)}.benefit-card:hover .benefit-visual{opacity:1;transform:scale(1.1)}.benefit-card:hover i{animation:pulse 1s ease-in-out}.testimonial-content i{font-size:2rem;color:var(--primary-blue);margin-bottom:1rem}.testimonial-content p{font-size:1.1rem;font-style:italic;margin-bottom:1.5rem;color:var(--gray-700)}.testimonial-author strong{color:var(--gray-800);font-weight:600}.testimonial-author span{color:var(--gray-600);font-size:.9rem}.testimonial-avatar{width:80px;height:80px;flex-shrink:0;border-radius:50%;overflow:hidden;box-shadow:0 4px 15px #0000001a}.testimonial-avatar svg{width:100%;height:100%}.testimonial-rating{display:flex;gap:.25rem;margin-top:1rem}.testimonial-rating i{color:var(--accent-gold);font-size:1rem}.trust-badges{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:3rem;max-width:800px;margin-left:auto;margin-right:auto}.badge{display:flex;align-items:center;gap:.5rem;background:var(--white);padding:1rem 1.5rem;border-radius:50px;box-shadow:0 3px 15px #1e3a8a1a;border:1px solid var(--gray-200);transition:all .3s ease}.badge:hover{transform:translateY(-2px);box-shadow:0 5px 20px #1e3a8a26;border-color:var(--primary-green)}.badge i{color:var(--primary-green);font-size:1.2rem}.badge span{font-weight:600;color:var(--gray-800)}.faq{padding:80px 0;background:var(--white)}.faq-container{max-width:800px;margin:0 auto}.faq-item{background:var(--gray-50);margin-bottom:1rem;border-radius:10px;overflow:hidden;border:1px solid var(--gray-200);transition:all .3s ease}.faq-item:hover{border-color:var(--primary-blue);box-shadow:0 3px 15px #1e3a8a1a}.faq-question{padding:1.5rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;background:var(--white);border-bottom:1px solid var(--gray-200);transition:all .3s ease}.faq-question:hover{background:var(--light-blue)}.faq-question h3{font-size:1.2rem;font-weight:600;color:var(--gray-800)}.faq-question i{color:var(--primary-blue);transition:transform .3s ease}.faq-answer{padding:0 1.5rem;max-height:0;overflow:hidden;transition:all .3s ease}.faq-answer p{padding:1.5rem 0;color:var(--gray-600);line-height:1.6}.faq-item.active .faq-answer{max-height:200px}.faq-item.active .faq-question i{transform:rotate(180deg)}.final-cta{padding:80px 0;background:var(--gradient-accent);color:var(--white);text-align:center;position:relative;overflow:hidden}.final-cta:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><polygon points="50,0 100,50 50,100 0,50" fill="rgba(255,255,255,0.05)"/></svg>') repeat;opacity:.3}.final-cta .container{position:relative;z-index:1}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:2rem;display:flex;align-items:center;justify-content:center;gap:1rem}.cta-content i{font-size:2rem}.footer{background:var(--gray-900);color:var(--white);padding:60px 0 20px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-logo{height:60px;width:auto;margin-bottom:1rem}.footer-section h3{font-size:1.3rem;font-weight:600;margin-bottom:1.5rem;color:gold}.contact-info p{margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.contact-info a{color:#fff;text-decoration:none;transition:color .3s ease}.contact-info a:hover{color:gold}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#fff;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:gold}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #555;color:#ccc}@media (max-width: 1024px){.container{padding:0 30px}.hero-container{gap:3rem}.hero-title{font-size:3rem}.benefits-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.solutions-grid{grid-template-columns:1fr;gap:2rem}.steps-container{grid-template-columns:repeat(2,1fr)}}.btn{position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn:hover:before{left:100%}.section-title{position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background:var(--gradient-primary);border-radius:2px}@media (max-width: 768px){.hamburger{display:flex}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:var(--white);width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #1e3a8a1a;padding:2rem 0;z-index:999}.nav-menu.active{left:0}.hero{padding:100px 0 60px;min-height:80vh}.hero-container{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-title{font-size:2.5rem;line-height:1.1}.hero-buttons{justify-content:center;flex-direction:column;align-items:center;gap:1rem}.btn{width:100%;max-width:300px;justify-content:center}.benefits-grid{grid-template-columns:1fr;gap:1.5rem}.solutions-grid{grid-template-columns:1fr}.solution-category{padding:2rem}.steps-container{grid-template-columns:1fr;gap:1.5rem}.testimonials-grid{grid-template-columns:1fr}.cta-content h2{font-size:2rem;flex-direction:column;gap:.5rem}.trust-badges{flex-direction:column;align-items:center;gap:1rem}.footer-content{grid-template-columns:1fr;text-align:center;gap:2rem}}@media (max-width: 480px){.container{padding:0 15px}.navbar{padding:.8rem 0}.nav-container{padding:0 15px}.logo{height:40px}.hero{padding:90px 0 50px}.hero-title{font-size:2rem;margin-bottom:1rem}.hero-subtitle{font-size:1.1rem;margin-bottom:1.5rem}.section-title{font-size:2rem;margin-bottom:2rem}.btn{padding:.8rem 1.5rem;font-size:.9rem}.btn-large{padding:1rem 2rem;font-size:1rem}.benefit-card{padding:1.5rem}.benefit-icon{width:60px;height:60px;margin-bottom:1rem}.benefit-icon i{font-size:1.5rem}.solution-category{padding:1.5rem;margin-bottom:1rem}.category-title{font-size:1.5rem;margin-bottom:1.5rem}.solution-item{padding:1.2rem}.step{padding:1.5rem}.step-number{width:60px;height:60px;font-size:1.5rem;margin-bottom:1rem}.testimonial{padding:1.5rem}.faq-question{padding:1.2rem}.faq-question h3{font-size:1.1rem}.final-cta{padding:60px 0}.cta-content h2{font-size:1.8rem;margin-bottom:1.5rem}.footer{padding:40px 0 15px}.footer-section h3{font-size:1.2rem;margin-bottom:1rem}}@media (max-width: 360px){.hero-title,.section-title{font-size:1.8rem}.hero-buttons{gap:.8rem}.btn{padding:.7rem 1.2rem;font-size:.85rem}.benefit-card,.solution-category,.testimonial{padding:1.2rem}}html{scroll-behavior:smooth}.fade-in{opacity:0;transform:translateY(30px);transition:all .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.site-credit{background-color:#f8f9fa;padding:10px 0;text-align:center;border-top:1px solid #e9ecef}.site-credit p{margin:0;font-size:.75rem;color:#6c757d;font-weight:300}.site-credit a{color:#6c757d;text-decoration:none;transition:color .3s ease}.site-credit a:hover{color:var(--primary-color);text-decoration:underline}
