.App{min-height:100vh;display:flex;flex-direction:column}main{flex:1}*{margin:0;padding:0;box-sizing:border-box}:root{--brand-red: #6d071a;--dark-gray: #333;--light-gray: #f5f5f5;--white: #ffffff;--text-dark: #2c2c2c;--text-light: #666}body{font-family:Arial,sans-serif;line-height:1.6;color:var(--text-dark);background-color:var(--white)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background-color:var(--white);box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}.navbar{padding:1rem 0}.nav-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:var(--brand-red);text-decoration:none}.logo img{height:40px;width:auto}.logo span{font-size:1.5rem;font-weight:700;color:var(--brand-red)}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{text-decoration:none;color:var(--text-dark);font-weight:500;transition:color .3s ease}.nav-menu a:hover{color:var(--brand-red)}.hero{background:linear-gradient(225deg,var(--brand-red) 0%,#0f0000 100%);color:var(--white);text-align:center;padding:6rem 2rem;min-height:70vh;display:flex;align-items:center;justify-content:center}.hero-content h2{font-size:3.5rem;margin-bottom:1rem;font-weight:700}.hero-subtitle{font-size:1.3rem;margin-bottom:2rem;opacity:.9}.consultant-info{margin:2rem 0;padding:1rem 0;border-top:1px solid rgba(255,255,255,.3);border-bottom:1px solid rgba(255,255,255,.3)}.consultant-info h3{font-size:2rem;margin-bottom:.5rem}.consultant-info p{font-size:1.1rem;opacity:.9}.cta-button{display:inline-block;background-color:var(--white);color:var(--brand-red);padding:1rem 2rem;text-decoration:none;border-radius:5px;font-weight:700;font-size:1.1rem;margin-top:1rem;transition:all .3s ease}.cta-button:hover{background-color:var(--light-gray);transform:translateY(-2px)}.about{padding:4rem 0;background-color:var(--light-gray)}.about h2{text-align:center;font-size:2.5rem;margin-bottom:2rem;color:var(--brand-red)}.about-content{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-text p{font-size:1.1rem;margin-bottom:1.5rem;line-height:1.8;color:var(--text-light)}.about-image{min-height:300px;background-color:var(--white);border-radius:10px;box-shadow:0 5px 15px #0000001a;display:flex;align-items:center;justify-content:center;overflow:hidden}.about-image img{width:100%;height:100%;object-fit:cover;border-radius:10px}.services{padding:4rem 0}.services h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:var(--brand-red)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background-color:var(--white);padding:2rem;border-radius:10px;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #6d071a1a}.service-card h3{color:var(--brand-red);font-size:1.5rem;margin-bottom:1rem}.service-card p{color:var(--text-light);line-height:1.6}.footer{background-color:var(--dark-gray);color:var(--white);text-align:center;padding:2rem 0}.footer p{margin-bottom:.5rem}.contact-page{padding:4rem 0;min-height:calc(100vh - 200px)}.contact-page h1{text-align:center;font-size:2.5rem;margin-bottom:1rem;color:var(--brand-red)}.contact-intro{text-align:center;font-size:1.2rem;margin-bottom:3rem;color:var(--text-light)}.contact-content{display:grid;grid-template-columns:1fr 2fr;gap:4rem;max-width:1000px;margin:0 auto}.contact-info h3{color:var(--brand-red);font-size:1.5rem;margin-bottom:2rem}.contact-item{margin-bottom:1.5rem}.contact-item strong{color:var(--brand-red);display:block;margin-bottom:.5rem}.contact-form{background-color:var(--light-gray);padding:2rem;border-radius:10px}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:700;color:var(--text-dark)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:5px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--brand-red)}.submit-button{background-color:var(--brand-red);color:var(--white);padding:1rem 2rem;border:none;border-radius:5px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background-color .3s ease,transform .3s ease;width:100%}.submit-button:hover{background-color:#8b0a1f;transform:translateY(-2px)}@media (max-width: 768px){.nav-container{flex-direction:column;gap:1rem}.nav-menu{gap:1rem}.hero-content h2{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.services-grid{grid-template-columns:1fr}.about-content,.contact-content{grid-template-columns:1fr;gap:2rem}}@media (max-width: 480px){.hero{padding:4rem 1rem}.hero-content h2{font-size:2rem}.logo{font-size:1.2rem}}
