:root{--navy-primary: #0A2540;--navy-secondary: #1A3A5C;--gold-accent: #D4AF37;--gold-light: #C9A961;--light-bg: #E8EDF2;--gray-text: #4A5568;--white: #FFFFFF;--success-green: #10B981;--spacing-unit: 8px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;color:var(--gray-text);line-height:1.5;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--navy-primary)}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:1.5rem}p{line-height:1.5}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 2rem}#navbar{position:sticky;top:0;background:var(--white);box-shadow:0 2px 8px #0000001a;z-index:1000;transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo-link{display:block}.logo{height:50px;width:auto}.logo-text-main{font-size:16px;font-weight:700;letter-spacing:1px;font-family:Arial,sans-serif}.logo-text-sub{font-size:10px;font-weight:400;letter-spacing:3px;font-family:Arial,sans-serif}.hamburger{display:none;flex-direction:column;gap:5px;padding:.5rem}.hamburger span{width:25px;height:3px;background:var(--navy-primary);transition:all .3s ease}.nav-links{display:flex;list-style:none;gap:2rem;align-items:center}.nav-links a{color:var(--navy-primary);font-weight:500;transition:color .3s ease}.nav-links a:hover{color:var(--gold-accent)}.hero{background:linear-gradient(135deg,var(--navy-primary) 0%,var(--navy-secondary) 100%);padding:8rem 2rem;text-align:center;color:var(--white)}.hero-headline{font-size:3.5rem;font-weight:700;color:var(--white);margin-bottom:1.5rem}.hero-subheadline{font-size:1.25rem;color:#ffffffe6;max-width:800px;margin:0 auto 3rem;line-height:1.8}.hero-ctas{display:flex;gap:1.5rem;justify-content:center;margin-bottom:4rem;flex-wrap:wrap}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;max-width:900px;margin:0 auto}.stat{text-align:center}.stat-number{font-size:2.5rem;font-weight:700;color:var(--gold-accent);margin-bottom:.5rem}.stat-label{font-size:1rem;color:#fffc}.btn{display:inline-block;padding:1rem 2.5rem;font-size:1rem;font-weight:600;border-radius:4px;transition:all .3s ease;text-align:center}.btn-primary{background:var(--gold-accent);color:var(--navy-primary)}.btn-primary:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 4px 12px #d4af374d}.btn-secondary{background:transparent;color:var(--white);border:2px solid var(--white)}.btn-secondary:hover{background:var(--white);color:var(--navy-primary);transform:translateY(-2px);box-shadow:0 4px 12px #fff3}.btn-outline{background:transparent;color:var(--navy-primary);border:2px solid var(--navy-primary)}.btn-outline:hover{background:var(--navy-primary);color:var(--white);transform:translateY(-2px);box-shadow:0 4px 12px #0a254033}.btn-white{background:var(--white);color:var(--navy-primary)}.btn-white:hover{background:#ffffffe6;transform:translateY(-2px);box-shadow:0 4px 12px #ffffff4d}.btn-full{width:100%}.section-light{background:var(--light-bg);padding:5rem 0}.section-white{background:var(--white);padding:5rem 0}.section-navy{background:linear-gradient(135deg,var(--navy-primary) 0%,var(--navy-secondary) 100%);padding:5rem 0}.section-heading{font-size:2.5rem;text-align:center;margin-bottom:1rem;color:var(--navy-primary)}.section-heading.white{color:var(--white)}.section-subheading{text-align:center;font-size:1.125rem;color:var(--gray-text);max-width:800px;margin:0 auto 3rem}.section-subheading.white{color:#ffffffe6}.cards-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.cards-grid-4{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.card{background:var(--white);padding:2.5rem;border-radius:8px;box-shadow:0 2px 8px #00000014;transition:all .3s ease;text-align:center}.card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.card-icon{font-size:3rem;margin-bottom:1rem}.card h3{margin-bottom:1rem;color:var(--navy-primary)}.two-column{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:2rem}.problem-list{display:flex;flex-direction:column;gap:1rem}.problem-card{background:var(--light-bg);padding:1.5rem;border-radius:8px;display:flex;align-items:flex-start;gap:1rem}.problem-icon{color:#dc2626;font-size:1.5rem;font-weight:700;flex-shrink:0}.solution-box{background:linear-gradient(135deg,var(--navy-primary) 0%,var(--navy-secondary) 100%);padding:2.5rem;border-radius:8px;box-shadow:0 4px 16px #00000026;color:var(--white);height:fit-content;position:sticky;top:100px}.solution-box h3{color:var(--white);margin-bottom:1.5rem;font-size:2rem}.solution-box p{margin-bottom:1.5rem;color:#ffffffe6}.service-card{background:var(--white);padding:2.5rem;border-radius:8px;border-top:4px solid var(--gold-accent);box-shadow:0 2px 8px #00000014;transition:all .3s ease;position:relative}.service-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.service-badge{position:absolute;top:-12px;right:2rem;background:var(--gold-accent);color:var(--navy-primary);padding:.5rem 1rem;border-radius:4px;font-size:.875rem;font-weight:700}.service-card h3{margin-bottom:1rem;color:var(--navy-primary)}.service-description{margin-bottom:1.5rem;color:var(--gray-text)}.service-card h4{margin:1.5rem 0 1rem;font-size:1rem;color:var(--navy-primary)}.checklist{list-style:none;margin-bottom:1.5rem}.checklist li{padding-left:1.5rem;position:relative;margin-bottom:.5rem}.checklist li:before{content:"✓";position:absolute;left:0;color:var(--success-green);font-weight:700}.service-details{margin:1.5rem 0;padding:1rem;background:var(--light-bg);border-radius:4px}.service-details p{margin-bottom:.5rem}.service-details p:last-child{margin-bottom:0}.service-footer{text-align:center;margin-top:2rem;font-style:italic;color:var(--gray-text)}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.step{text-align:center;padding:2rem}.step-number{width:60px;height:60px;background:var(--gold-accent);color:var(--navy-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem}.step h3{margin-bottom:1rem;color:var(--navy-primary)}.cta-center{text-align:center;margin-top:3rem}.result-card{background:#ffffff1a;padding:2rem;border-radius:8px;color:var(--white);transition:all .3s ease}.result-card:hover{background:#ffffff26;transform:translateY(-4px)}.result-heading{color:var(--gold-accent);margin-bottom:1rem;font-size:1.5rem}.pullquote{font-style:italic;color:var(--navy-primary);font-size:1.25rem;margin:2rem 0;padding-left:1.5rem;border-left:4px solid var(--gold-accent)}.credentials-list{display:flex;flex-direction:column;gap:1rem}.credential-item{padding:1rem;background:var(--light-bg);border-radius:4px;border-left:4px solid var(--gold-accent)}.contact-form-container{max-width:600px;margin:0 auto}.contact-form{background:var(--white);padding:2.5rem;border-radius:8px;box-shadow:0 4px 16px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--navy-primary)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:4px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--gold-accent)}.form-group textarea{resize:vertical}.form-note{text-align:center;font-size:.875rem;color:var(--gray-text);margin-top:1rem}.alternative-contact{text-align:center;margin-top:2rem;color:var(--gray-text)}.alternative-contact a{color:var(--gold-accent);font-weight:600}.alternative-contact a:hover{text-decoration:underline}.footer{background:var(--navy-primary);color:var(--white);padding:3rem 0;text-align:center}.footer-copyright{margin-bottom:1rem}.footer-links{list-style:none;display:flex;justify-content:center;gap:2rem;margin-bottom:1rem;flex-wrap:wrap}.footer-links a{color:#fffc;transition:color .3s ease}.footer-links a:hover{color:var(--gold-accent)}.footer-tagline{color:#ffffffb3;font-size:.875rem}@media (max-width: 768px){.hamburger{display:flex}.nav-links{position:fixed;top:70px;right:-100%;flex-direction:column;background:var(--white);width:100%;max-width:300px;padding:2rem;box-shadow:-2px 0 8px #0000001a;transition:right .3s ease;gap:1rem;align-items:flex-start}.nav-links.active{right:0}.hero-headline{font-size:2.5rem}.hero-subheadline{font-size:1.125rem}.hero-ctas{flex-direction:column;align-items:center}.hero-stats{grid-template-columns:1fr;gap:2rem}.section-heading{font-size:2rem}.two-column{grid-template-columns:1fr}.solution-box{position:static}.cards-grid-3,.cards-grid-4,.steps-grid{grid-template-columns:1fr}.contact-form{padding:1.5rem}}@media (max-width: 480px){.container{padding:0 1rem}.hero{padding:5rem 1rem}.hero-headline,.stat-number{font-size:2rem}.section-heading{font-size:1.75rem}.btn{padding:.875rem 2rem}}
