.header{background-color:#1a1a1a;padding:1rem 0;position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0 2px 10px #0000004d}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{text-decoration:none;color:#b4913f}.logo h1{margin:0;font-size:1.5rem;font-weight:600}.mobile-menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-menu-toggle span{width:25px;height:3px;background-color:#b4913f;margin:3px 0;transition:.3s}.nav{display:flex;gap:2rem}.nav a{color:#fff;text-decoration:none;font-size:1rem;transition:color .3s;padding:.5rem 0}.nav a:hover{color:#b4913f}.portal-login-link{background-color:#b4913f;color:#fff!important;padding:.5rem 1.25rem!important;border-radius:5px;font-weight:600;transition:all .3s}.portal-login-link:hover{background-color:#9a7a35;color:#fff!important;transform:translateY(-1px);box-shadow:0 3px 10px #b4913f4d}@media(max-width:768px){.mobile-menu-toggle{display:flex}.nav{position:fixed;top:70px;right:-100%;width:70%;max-width:300px;background-color:#1a1a1a;flex-direction:column;padding:2rem;transition:right .3s;box-shadow:-2px 0 10px #0000004d;height:calc(100vh - 70px)}.nav.active{right:0}.nav a{padding:1rem 0;border-bottom:1px solid #333}.logo h1{font-size:1.2rem}}.footer{background-color:#1a1a1a;color:#fff;padding:3rem 0 1rem;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.footer-section h3{color:#b4913f;margin-bottom:1rem}.footer-section h4{color:#b4913f;margin-bottom:1rem;font-size:1.1rem}.footer-section p{margin:.5rem 0;color:#ccc}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin:.5rem 0}.footer-section ul li a{color:#ccc;text-decoration:none;transition:color .3s}.footer-section ul li a:hover{color:#b4913f}.footer-bottom{text-align:center;padding:2rem 0 1rem;margin-top:2rem;border-top:1px solid #333;color:#888}.footer-bottom p{margin:0}.home{padding-top:70px}.hero{position:relative;height:600px;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);display:flex;align-items:center;justify-content:center;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><rect fill="%23B4913F" opacity="0.1" width="1200" height="600"/></svg>');opacity:.1}.hero-overlay{position:relative;z-index:1;text-align:center;color:#fff;max-width:900px;padding:0 2rem}.hero-content h1{font-size:3rem;margin-bottom:1rem;color:#b4913f;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-content p{font-size:1.5rem;margin-bottom:2rem;color:#fff}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:1rem 2rem;text-decoration:none;border-radius:5px;font-weight:600;transition:all .3s;display:inline-block}.btn-primary{background-color:#b4913f;color:#fff}.btn-primary:hover{background-color:#9a7a35;transform:translateY(-2px);box-shadow:0 5px 15px #b4913f4d}.btn-secondary{background-color:transparent;color:#b4913f;border:2px solid #B4913F}.btn-secondary:hover{background-color:#b4913f;color:#fff}.stats{padding:4rem 2rem;background-color:#f8f8f8}.stats-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.stat-card{text-align:center;padding:2rem;background-color:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a}.stat-card h2{font-size:3rem;color:#b4913f;margin:0 0 .5rem}.stat-card p{color:#666;font-size:1.1rem;margin:0}.services{padding:4rem 2rem;max-width:1200px;margin:0 auto}.services h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#1a1a1a}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background-color:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 15px #0000001a;transition:transform .3s,box-shadow .3s;text-align:center}.service-card:hover{transform:translateY(-5px);box-shadow:0 5px 25px #00000026}.service-icon{font-size:4rem;margin-bottom:1rem}.service-card h3{color:#1a1a1a;margin-bottom:1rem;font-size:1.5rem}.service-card p{color:#666;margin-bottom:1.5rem;line-height:1.6}.service-link{color:#b4913f;text-decoration:none;font-weight:600;transition:color .3s}.service-link:hover{color:#9a7a35}.cta{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);padding:4rem 2rem;text-align:center;color:#fff}.cta-content h2{font-size:2.5rem;margin-bottom:1rem;color:#b4913f}.cta-content p{font-size:1.2rem;margin-bottom:2rem;color:#ccc}@media(max-width:768px){.hero-content h1{font-size:2rem}.hero-content p{font-size:1.2rem}.hero-buttons{flex-direction:column}.services h2{font-size:2rem}.stat-card h2{font-size:2.5rem}}.contact-layout{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem}.contact-info h2{color:#1a1a1a;margin-bottom:1rem;font-size:2rem}.contact-info>p{color:#666;line-height:1.6;margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;gap:1rem;align-items:start}.contact-icon{font-size:2rem;min-width:50px}.contact-item h3{color:#b4913f;margin:0 0 .5rem;font-size:1.1rem}.contact-item p{color:#666;margin:0;line-height:1.6}.contact-form-container{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 15px #0000001a}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{color:#1a1a1a;margin-bottom:.5rem;font-weight:500}.form-group input,.form-group textarea{padding:.75rem;border:2px solid #ddd;border-radius:5px;font-size:1rem;font-family:inherit;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#b4913f}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{padding:1rem 2rem;background-color:#b4913f;color:#fff;border:none;border-radius:5px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .3s}.submit-btn:hover{background-color:#9a7a35}@media(max-width:968px){.contact-layout{grid-template-columns:1fr}.contact-info{order:2}.contact-form-container{order:1}}.page{padding-top:70px;min-height:calc(100vh - 300px)}.page-header{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;padding:4rem 2rem;text-align:center}.page-header h1{font-size:3rem;margin:0 0 1rem;color:#b4913f}.page-header p{font-size:1.3rem;margin:0;color:#ccc}.content-container{max-width:1200px;margin:0 auto;padding:4rem 2rem}.services-overview h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#1a1a1a}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.feature-item{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 15px #0000001a;text-align:center;transition:transform .3s}.feature-item:hover{transform:translateY(-5px);box-shadow:0 5px 25px #00000026}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-item h3{color:#1a1a1a;margin-bottom:1rem}.feature-item p{color:#666;line-height:1.6}.process-section{margin-top:4rem}.process-section h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#1a1a1a}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.step{text-align:center;padding:2rem 1rem}.step-number{width:60px;height:60px;background-color:#b4913f;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.step h3{color:#1a1a1a;margin-bottom:.5rem}.step p{color:#666}@media(max-width:768px){.page-header h1{font-size:2rem}.page-header p{font-size:1.1rem}.services-overview h2,.process-section h2{font-size:2rem}.portal-cta{padding:2rem 1.5rem}.portal-cta h2{font-size:1.5rem}}.benefits-section{margin-top:4rem;padding:3rem;background-color:#f8f8f8;border-radius:10px}.benefits-section h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#1a1a1a}.benefits-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.benefit{background:#fff;padding:2rem;border-radius:10px;border-left:4px solid #B4913F}.benefit h3{color:#b4913f;margin-bottom:1rem;font-size:1.3rem}.benefit p{color:#666;line-height:1.6}.portal-section{margin-top:4rem;padding:3rem 0}.portal-cta{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);padding:3rem;border-radius:10px;text-align:center;color:#fff}.portal-cta h2{color:#b4913f;margin-bottom:1rem;font-size:2rem}.portal-cta p{color:#ccc;margin-bottom:2rem;font-size:1.1rem}.portal-btn{display:inline-block;padding:1rem 2.5rem;background-color:#b4913f;color:#fff;text-decoration:none;border-radius:5px;font-size:1.1rem;font-weight:600;transition:all .3s}.portal-btn:hover{background-color:#9a7a35;transform:translateY(-2px);box-shadow:0 5px 15px #b4913f4d}@media(max-width:768px){.benefits-section{padding:2rem 1rem}.portal-cta{padding:2rem 1.5rem}.portal-cta h2{font-size:1.5rem}}
