*{margin:0;padding:0;box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}html{box-sizing:border-box;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{font-family:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#1f2937;background-color:#f5f7fa;min-height:100vh;padding-bottom:60px}ul,ol{list-style:none}a{text-decoration:none;color:inherit}button{background:none;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit}img{max-width:100%;height:auto;display:block}input,textarea,select,button{font:inherit;color:inherit}input:focus,textarea:focus,select:focus{outline:none}table{border-collapse:collapse;border-spacing:0;width:100%}.navbar{background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.1);position:sticky;top:0;z-index:500;min-height:120px}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;width:100%;position:relative;min-height:100px}.logo{position:fixed;left:50%;top:60px;transform:translate(-50%, -50%);font-size:2.5rem;font-weight:700;color:#a30711;z-index:1001}.logo-corner{position:fixed;top:60px;left:2rem;transform:translateY(-50%);height:92px;width:auto;z-index:1000}.nav-links{position:fixed;top:60px;transform:translateY(-50%);right:3rem;z-index:1001;list-style:none;padding:0;margin:0;display:flex;gap:2rem;align-items:center}.nav-links a{text-decoration:none;color:#1f2937;font-weight:500;font-size:1.25rem;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.nav-links a:hover{color:#e20917}.login-btn{padding:.75rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.login-btn:disabled{cursor:not-allowed;opacity:.6}.login-btn{background:linear-gradient(135deg, #A30711 0%, #E20917 100%);color:#fff !important;padding:.75rem 2rem;font-size:1.25rem}.login-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(226,9,23,.3)}.hero{background:linear-gradient(135deg, #A30711 0%, #63040A 100%);color:#fff;text-align:center;padding:6rem 2rem}.hero h1{font-size:3rem;margin-bottom:1rem;font-weight:300}.hero p{font-size:1.5rem;margin-bottom:2rem;opacity:.95}.cta-button{padding:.75rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.cta-button:disabled{cursor:not-allowed;opacity:.6}.cta-button{background:#fff;color:#a30711;padding:1rem 2.5rem;font-weight:600;font-size:1.1rem}.cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.2)}.section{max-width:1200px;margin:0 auto;padding:5rem 2rem}.section-title{font-size:2.5rem;color:#a30711;text-align:center;margin-bottom:1rem;font-weight:700}.section-subtitle{text-align:center;font-size:1.25rem;color:#4b5563;margin-bottom:3rem}.about-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:start}@media(max-width: 768px){.about-content{grid-template-columns:1fr;gap:3rem}}.about-text h3{color:#a30711;font-size:1.5rem;margin-top:2rem;margin-bottom:1rem;font-weight:600}.about-text h3:first-child{margin-top:0}.about-text p{line-height:1.8;color:#4b5563;margin-bottom:1rem}.about-stats{display:flex;flex-direction:column;gap:1.5rem}.stat-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,.12);border:1px solid #e5e7eb;text-align:center;padding:2rem;background:#fff;border-left:4px solid #e20917}.stat-number{font-size:2.5rem;font-weight:700;color:#a30711;margin-bottom:.5rem}.stat-label{color:#4b5563;font-size:.875rem;font-weight:500}.contact-section{background:linear-gradient(135deg, #A30711 0%, #63040A 100%)}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}@media(max-width: 768px){.contact-content{grid-template-columns:1fr;gap:3rem}}.contact-info h2{font-size:2rem;color:#fff;margin-bottom:1rem;font-weight:700}.contact-info p{font-size:1.1rem;color:#fff;line-height:1.8;margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;gap:1rem;align-items:start;color:#fff}.contact-item strong{color:#fff;display:block;margin-bottom:0}.contact-icon{font-size:2rem;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;flex-shrink:0;color:#a30711}.contact-form{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,.12);border:1px solid #e5e7eb;background:#fff}.contact-form h3{font-size:1.5rem;color:#a30711;margin-bottom:2rem;font-weight:600}.contact-form .form-group{margin-bottom:1.5rem}.contact-form .form-group label{display:block;font-weight:500;color:#1f2937;margin-bottom:.5rem}.contact-form .form-group input,.contact-form .form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;background-color:#fff;font-size:1rem;font-family:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;color:#1f2937;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.contact-form .form-group input:focus,.contact-form .form-group textarea:focus{outline:none;border-color:#e20917;box-shadow:0 0 0 3px rgba(226,9,23,.1)}.contact-form .form-group input:disabled,.contact-form .form-group textarea:disabled{background-color:#f3f4f6;cursor:not-allowed}.contact-form .form-group textarea{resize:vertical;min-height:120px}.submit-button{padding:.75rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.submit-button:disabled{cursor:not-allowed;opacity:.6}.submit-button{background:linear-gradient(135deg, #A30711 0%, #E20917 100%);color:#fff}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 15px rgba(226,9,23,.3)}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button{width:100%;padding:1rem;font-size:1rem}.footer{background:#1a1b1d;color:#fff;padding:3rem 2rem 2rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3, 1fr);gap:3rem;margin-bottom:3rem}@media(max-width: 768px){.footer-content{grid-template-columns:1fr;gap:2rem}}.footer-section h4{font-size:1.25rem;margin-bottom:1rem;font-weight:600}.footer-section p{margin-bottom:.5rem;line-height:1.8}.footer-section a{color:#9ca3af;text-decoration:none;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.footer-section a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1);color:#9ca3af}@media(max-width: 768px){.hero{padding:4rem 1rem}.hero h1{font-size:2rem}.hero p{font-size:1.1rem}.nav-links{gap:1rem;font-size:.875rem}.section{padding:3rem 1rem}.section-title{font-size:2rem}}
