.home-container{color:var(--text);background-color:var(--white);max-width:100%;margin:0 auto;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.6}.main-header{background-color:var(--white);border-bottom:1px solid var(--medium-gray);z-index:100;padding:1.25rem 2rem;position:sticky;top:0;box-shadow:0 2px 4px #00000008}.header-content{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.logo{align-items:center;gap:.75rem;display:flex}.logo-icon{background-color:var(--navy);width:36px;height:36px;color:var(--white);border-radius:4px;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.logo-text h1{color:var(--navy);letter-spacing:-.5px;font-size:1.5rem;font-weight:700}.logo-text p{color:var(--text-light);text-transform:uppercase;letter-spacing:1px;font-size:.75rem}.nav-menu{gap:2rem;display:flex}.nav-link{color:var(--navy);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.nav-link:hover{color:var(--gold)}.nav-link.active:after{content:"";background-color:var(--gold);width:100%;height:2px;position:absolute;bottom:-8px;left:0}.hero-section{text-align:center;min-height:80vh;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;backface-visibility:hidden;-webkit-font-smoothing:antialiased;background-color:#0b1220;background-image:linear-gradient(#0000008c,#0000008c),url(https://images.unsplash.com/photo-1521737604893-d14cc237f11d?auto=format&fit=crop&w=1920&q=80);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:6rem 2rem;transition:opacity .5s cubic-bezier(.4,0,.2,1);position:relative}.hero-section.loading{opacity:0}.hero-section.loaded{opacity:1}.hero-content{z-index:2;will-change:transform,opacity;position:relative}.hero-title{background:linear-gradient(90deg,#ff6b35 0% 40%,#ff6b35 100%);-webkit-text-fill-color:transparent;text-shadow:0 2px 8px #0000;-webkit-background-clip:text;margin-top:.2rem;margin-bottom:1.2rem;font-size:2.6rem;font-weight:800;line-height:1.2}.hero-subtitle{color:#f1e9e9;max-width:800px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.125rem;font-weight:700}.motion-h1,.motion-p,.motion-div{will-change:transform,opacity;backface-visibility:hidden;transform:translateZ(0)}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.hero-section:before{content:"";z-index:1;opacity:0;background:linear-gradient(90deg,#0b122000 0%,#0b12201a 50%,#0b122000 100%) 0 0/1000px 100%;width:100%;height:100%;transition:opacity .3s;animation:2s infinite shimmer;position:absolute;top:0;left:0}.hero-section.loading:before{opacity:1}.hero-section.loaded:before{opacity:0;animation:none}@media (max-width:768px){.hero-title{font-size:2rem}}.cta-button{background-color:var(--navy);color:var(--white);cursor:pointer;border:none;border-radius:4px;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background-color .2s,transform .2s;display:inline-block}.cta-button:hover{background-color:var(--dark-navy);transform:translateY(-1px)}.process-section{background-color:var(--white);padding:2rem}.section-title{text-align:center;color:var(--navy);margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.section-subtitle{text-align:center;color:var(--text-light);max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto}.process-steps{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.process-step{background-color:var(--white);border:1px solid var(--medium-gray);text-align:center;border-radius:6px;padding:2rem;transition:box-shadow .3s,transform .3s}.process-step:hover{transform:translateY(-4px);box-shadow:0 6px 20px #00000014}.step-number{background-color:var(--navy);width:48px;height:48px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.25rem;font-weight:600;display:inline-flex}.step-icon{color:var(--navy);margin-bottom:1rem;font-size:2rem}.process-step h3{color:var(--navy);margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.process-step p{color:var(--text-light);line-height:1.7}.security-badge{background-color:var(--light-gray);border:1px solid var(--medium-gray);text-align:center;border-radius:6px;max-width:600px;margin:0 auto;padding:1.5rem}.security-badge p{color:var(--text-light);font-size:.95rem}.pillars-section{background-color:var(--light-gray);border-top:1px solid var(--medium-gray);border-bottom:1px solid var(--medium-gray);padding:4rem 2rem}.pillars-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.pillar-card{background-color:var(--white);border:1px solid var(--medium-gray);border-radius:8px;padding:2rem;transition:box-shadow .3s,transform .3s;position:relative;overflow:hidden}.pillar-card:before{content:"";background-color:var(--gold);border-radius:4px 0 0 4px;width:4px;height:100%;position:absolute;top:0;left:0}.pillar-header{align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.pillar-icon{background-color:var(--light-gray);border:2px solid var(--medium-gray);width:60px;height:60px;color:var(--navy);z-index:1;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;transition:all .3s;display:flex;position:relative}.pillar-icon:after{content:"";background:radial-gradient(circle,var(--glow-blue),transparent 70%);opacity:0;z-index:-1;border-radius:50%;width:0;height:0;transition:all .4s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pillar-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a}.pillar-card:hover .pillar-icon{border-color:var(--navy);background-color:var(--white);color:var(--navy);outline:1px solid var(--glow-blue);box-shadow:none!important}.pillar-card:hover .pillar-icon:after{opacity:.4;background:radial-gradient(circle,var(--glow-blue)20%,transparent 70%);width:80px;height:80px}.pillar-card:hover .pillar-icon{box-shadow:0 0 20px var(--glow-light)}.pillar-icon.first-load{opacity:0;animation:.48s cubic-bezier(.2,.9,.3,1) forwards popIn,1.25s .22s forwards glowPulse;transform:scale(.85)}@keyframes popIn{to{opacity:1;transform:scale(1)}}@keyframes glowPulse{0%{box-shadow:0 0 #3498db00}50%{box-shadow:0 0 18px #3498db59}to{box-shadow:0 0 10px #3498db26}}.pillar-card h3{color:var(--navy);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.pillar-content p{color:var(--text-light);font-size:.95rem;line-height:1.7}.apply-now-btn{color:#fff;letter-spacing:1px;background:linear-gradient(135deg,#ff7a45 0%,#ff6b35 50%,#ff5a1f 100%);border-radius:4px;margin-top:30px;padding:8px;font-size:1rem;font-weight:500;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block}.apply-now-btn:hover{transform:scale(1.08);box-shadow:0 6px 12px #ff6b3559}.contact-section{text-align:center;background-color:var(--white);padding:4rem 2rem}.contact-section p{color:var(--text-light);max-width:600px;margin:0 auto 2rem}.trust-indicators{flex-wrap:wrap;justify-content:center;gap:3rem;margin:2rem 0;display:flex}.trust-item{text-align:center}.trust-number{color:var(--navy);margin-bottom:.25rem;font-size:2rem;font-weight:700;display:block}.trust-label{color:var(--text-light);text-transform:uppercase;letter-spacing:1px;font-size:.875rem}@media (max-width:768px){.header-content{flex-direction:column;gap:1rem}.nav-menu{gap:1.5rem}.hero-title{font-size:2rem}.process-steps,.pillars-grid{grid-template-columns:1fr}.footer-content{text-align:center;grid-template-columns:1fr}.trust-indicators{gap:2rem}}:root{--navy:#1a365d;--dark-navy:#0f2546;--gold:#c5a047;--accent:#ff6b35;--light-gray:#f9fafb;--medium-gray:#f1f5f9;--card-gray:#fff;--text:#334155;--text-light:#64748b;--white:#fff;--border:#e2e8f0;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 2px 4px #00000014;--shadow-lg:0 4px 6px #0000001a;--shadow-xl:0 8px 12px #0000001f;--transition:all .25s cubic-bezier(.4,0,.2,1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-feature-settings:"kern","liga","clig","calt";text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.home-container{color:var(--text);background-color:var(--light-gray);max-width:100%;margin:0 auto;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-size:14px;line-height:1.5;overflow-x:hidden}.trust-indicators{background:var(--white);max-width:1000px;box-shadow:var(--shadow-md);border:1px solid var(--border);border-radius:12px;justify-content:center;gap:3rem;margin:2.5rem auto;padding:2rem 1.5rem;display:flex;position:relative}.trust-indicators:before{content:"";background:linear-gradient(90deg,var(--navy),var(--accent));border-radius:3px 3px 0 0;height:3px;position:absolute;top:0;left:0;right:0}.trust-item{text-align:center;min-width:140px;transition:var(--transition);padding:.75rem 1rem;position:relative}.trust-item:hover{transform:translateY(-2px)}.trust-number{color:var(--navy);background:linear-gradient(135deg,var(--navy),var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.25rem;font-size:1.75rem;font-weight:700;line-height:1;animation:3s ease-in-out infinite float;display:block;position:relative}.trust-item:nth-child(2) .trust-number{animation-delay:.2s}.trust-item:nth-child(3) .trust-number{animation-delay:.4s}.trust-label{color:var(--text-light);text-transform:uppercase;letter-spacing:1px;transition:var(--transition);font-size:.75rem;font-weight:600}.trust-item:hover .trust-label{color:var(--accent)}.process-section{background:var(--white);padding:3rem 1.5rem;position:relative}.section-title{text-align:center;color:var(--navy);letter-spacing:-.5px;margin-bottom:.75rem;font-size:1.75rem;font-weight:700}.section-subtitle{text-align:center;color:var(--text-light);max-width:650px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:.9375rem;line-height:1.5}.process-steps{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto 2.5rem;display:grid}.process-step{background:var(--card-gray);border:1px solid var(--border);text-align:center;transition:var(--transition);border-radius:10px;padding:1.5rem;position:relative;overflow:hidden}.process-step:before{content:"";background:linear-gradient(90deg,var(--navy),var(--accent));height:3px;transition:transform .4s;position:absolute;top:0;left:0;right:0;transform:translate(-100%)}.process-step:hover:before{transform:translate(0)}.process-step:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.step-number{background:linear-gradient(135deg,var(--navy),var(--dark-navy));width:40px;height:40px;color:var(--white);transition:var(--transition);border-radius:8px;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1rem;font-weight:600;display:inline-flex}.process-step:hover .step-number{transform:scale(1.05)}.step-icon{color:var(--navy);transition:var(--transition);margin-bottom:1rem;font-size:2rem}.process-step:hover .step-icon{color:var(--accent);transform:scale(1.05)}.process-step h3{color:var(--navy);transition:var(--transition);margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.process-step p{color:var(--text-light);font-size:.875rem;line-height:1.5}.security-badge{background:var(--card-gray);border:1px solid var(--border);text-align:center;max-width:700px;transition:var(--transition);border-radius:10px;margin:0 auto;padding:1.5rem}.security-badge:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.security-badge h4{color:var(--navy);margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.security-badge p{color:var(--text-light);font-size:.875rem;line-height:1.5}.pillars-section{background:var(--medium-gray);padding:3rem 1.5rem;position:relative}.pillars-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:1000px;margin:0 auto;display:grid}.pillar-card{background:var(--white);border:1px solid var(--border);transition:var(--transition);border-radius:10px;flex-direction:column;height:100%;padding:1.5rem;display:flex;position:relative;overflow:hidden}.pillar-card:before{content:"";opacity:0;width:100%;height:100%;transition:var(--transition);background:linear-gradient(135deg,#0000 0%,#ff6b3508 100%);position:absolute;top:0;left:0}.pillar-card:hover:before{opacity:1}.pillar-card:after{content:"";background:linear-gradient(to bottom,var(--navy),var(--accent));border-radius:3px 0 0 3px;width:3px;height:100%;position:absolute;top:0;left:0}.pillar-header{z-index:1;align-items:center;gap:1rem;margin-bottom:1rem;display:flex;position:relative}.pillar-icon{background:var(--medium-gray);border:1px solid var(--border);width:48px;height:48px;color:var(--navy);transition:var(--transition);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;display:flex;position:relative}.pillar-card:hover .pillar-icon{background:var(--white);border-color:var(--accent);color:var(--accent);transform:scale(1.05);box-shadow:0 3px 8px #ff6b3526}.pillar-card h3{color:var(--navy);transition:var(--transition);margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.pillar-content p{color:var(--text-light);z-index:1;flex-grow:1;font-size:.875rem;line-height:1.5;position:relative}.pillar-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.apply-now-btn{background:linear-gradient(135deg,var(--accent),#ff8c5a);color:var(--white);letter-spacing:.25px;transition:var(--transition);cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:0 2px 4px #ff6b3533}.apply-now-btn:hover{background:linear-gradient(135deg,#ff5a1f,var(--accent));transform:translateY(-1px);box-shadow:0 4px 8px #ff6b354d}.contact-section{text-align:center;background:linear-gradient(135deg,var(--white)0%,var(--medium-gray)100%);padding:3rem 1.5rem;position:relative}.contact-section h2{color:var(--navy);margin-bottom:.75rem;font-size:1.75rem;font-weight:700}.contact-section p{color:var(--text-light);max-width:600px;margin:0 auto 2rem;font-size:.9375rem;line-height:1.5}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.process-step,.pillar-card{opacity:0;animation:.5s forwards fadeInUp}.process-step:first-child{animation-delay:.1s}.process-step:nth-child(2){animation-delay:.2s}.process-step:nth-child(3){animation-delay:.3s}.pillar-card:first-child{animation-delay:.1s}.pillar-card:nth-child(2){animation-delay:.2s}.pillar-card:nth-child(3){animation-delay:.3s}.pillar-card:nth-child(4){animation-delay:.4s}@media (max-width:1024px){.trust-indicators{gap:2rem}.process-steps{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.section-title{font-size:1.5rem}.trust-indicators{flex-direction:column;gap:1.5rem;padding:1.5rem}.trust-item{min-width:auto;padding:.5rem}.process-steps,.pillars-grid{grid-template-columns:1fr}.footer-content{text-align:center;grid-template-columns:1fr;gap:1.5rem}.footer-links a,.footer-info p{justify-content:center}}@media (max-width:480px){.process-section,.pillars-section{padding:2rem 1rem}.process-step,.pillar-card{padding:1.25rem}.trust-number{font-size:1.5rem}.section-title{font-size:1.375rem}}.process-step:hover,.pillar-card:hover{border-color:var(--accent)}.pillar-icon,.step-icon{transition:all .3s cubic-bezier(.4,0,.2,1)}
