:root{--hunt-primary:#8B0000;--hunt-primary-dark:#660000;--hunt-secondary:#1A1A2E;--hunt-accent:#FF6B35;--hunt-light:#F8F9FA;--hunt-gray:#6C757D;--hunt-dark:#212529;--hunt-gradient:linear-gradient(135deg,var(--hunt-primary) 0%,var(--hunt-secondary) 100%);--hunt-gradient-accent:linear-gradient(135deg,var(--hunt-accent) 0%,var(--hunt-primary) 100%);--shadow-soft:0 5px 15px rgba(0,0,0,0.1);--shadow-medium:0 10px 25px rgba(0,0,0,0.15);--shadow-strong:0 15px 35px rgba(139,0,0,0.2)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif;background-color:var(--hunt-light);color:var(--hunt-dark);line-height:1.6}.container_4681f933{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.header-main_4681f933{background:var(--hunt-gradient);padding:1rem 0;box-shadow:var(--shadow-medium);position:sticky;top:0;z-index:1000}.nav-container_4681f933{display:flex;justify-content:space-between;align-items:center}.logo_4681f933{display:flex;align-items:center;gap:10px;font-size:1.8rem;font-weight:700;color:white;text-decoration:none}.logo_4681f933 img{height:40px;width:auto}.nav-links_4681f933{display:flex;gap:2rem;align-items:center}.nav-link_4681f933{color:rgba(255,255,255,0.9);text-decoration:none;font-weight:500;transition:color 0.3s ease}.nav-link_4681f933:hover,.nav-link_4681f933.active{color:white}.nav-link_4681f933.active{border-bottom:2px solid var(--hunt-accent)}.btn-primary_4681f933{background:var(--hunt-accent);color:white;padding:0.75rem 1.5rem;border-radius:50px;text-decoration:none;font-weight:600;display:inline-block;transition:all 0.3s ease;border:none;cursor:pointer}.btn-primary_4681f933:hover{background:var(--hunt-primary);transform:translateY(-3px);box-shadow:var(--shadow-strong)}.breadcrumbs_4681f933{padding:1.5rem 0;background-color:white;border-bottom:1px solid #eee}.breadcrumbs_4681f933 a{color:var(--hunt-gray);text-decoration:none}.breadcrumbs_4681f933 a:hover{color:var(--hunt-primary)}.breadcrumbs_4681f933 span{color:var(--hunt-dark);font-weight:500}.contact-hero_4681f933{padding:4rem 0;text-align:center;background:white}.contact-hero_4681f933 h1{font-size:3rem;margin-bottom:1rem;color:var(--hunt-secondary)}.contact-hero_4681f933 p{font-size:1.2rem;color:var(--hunt-gray);max-width:700px;margin:0 auto}.contact-content_4681f933{padding:3rem 0 5rem}.row{display:flex;flex-wrap:wrap;gap:3rem}.col{flex:1;min-width:300px}.contact-form_4681f933{background:white;padding:2.5rem;border-radius:15px;box-shadow:var(--shadow-soft)}.contact-form_4681f933 h2{margin-bottom:1.5rem;color:var(--hunt-secondary)}.form-group_4681f933{margin-bottom:1.5rem}.form-group_4681f933 label{display:block;margin-bottom:0.5rem;font-weight:500;color:var(--hunt-dark)}.form-group_4681f933 .required_4681f933{color:var(--hunt-primary)}.form-control{width:100%;padding:0.75rem 1rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:border 0.3s ease}.form-control:focus{outline:none;border-color:var(--hunt-primary)}textarea.form-control{min-height:150px;resize:vertical}.contact-info_4681f933{background:white;padding:2.5rem;border-radius:15px;box-shadow:var(--shadow-soft)}.contact-info_4681f933 h2{margin-bottom:1.5rem;color:var(--hunt-secondary)}.info-item_4681f933{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.info-icon_4681f933{background:var(--hunt-gradient-accent);color:white;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-content_4681f933 h4{margin-bottom:0.25rem;color:var(--hunt-dark)}.info-content_4681f933 p{color:var(--hunt-gray)}.map-container_4681f933{margin-top:3rem;border-radius:15px;overflow:hidden;box-shadow:var(--shadow-medium)}.map-container_4681f933 iframe{width:100%;height:400px;border:none;display:block}.footer-main_4681f933{background:var(--hunt-secondary);color:white;padding:2.5rem 0;text-align:center}.footer-links_4681f933{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem;margin-bottom:1.5rem}.footer-link_4681f933{color:rgba(255,255,255,0.8);text-decoration:none;transition:color 0.3s ease}.footer-link_4681f933:hover{color:white}.copyright_4681f933{font-size:0.9rem;color:rgba(255,255,255,0.6)}@media (max-width:768px){.nav-links_4681f933{display:none}.contact-hero_4681f933 h1{font-size:2.5rem}.contact-form_4681f933,.contact-info_4681f933{padding:1.5rem}.footer-links_4681f933{gap:1rem}}