:root {
    --primary-color: #2A9D8F;   
    --secondary-color: #FFC65C; 
    --accent-color: #4ECDC4;    
    --text-color: #444444;      
    --bg-color: #FAFAFA;        
    --card-bg: #FFFFFF;
    
    --font-heading: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --font-body: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

html {
    font-size: 18px; 
}

body {
    font-family: var(--font-body);
    color: var(--text-color);
    background-color: var(--bg-color);
    background-image: radial-gradient(#e5e5e5 1px, transparent 1px);
    background-size: 20px 20px;
    line-height: 1.7; 
    overflow-x: hidden; 
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    color: var(--primary-color);
    font-weight: 700; 
    margin-bottom: 1rem;
    letter-spacing: -0.5px;
}

h1 { font-size: 3.5rem; } 
h2 { font-size: 2.5rem; }
h3 { font-size: 1.75rem; }

.navbar {
    background-color: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}

.navbar-brand {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    color: var(--primary-color) !important;
    font-weight: 700;
}

.nav-link {
    font-weight: 700;
    font-size: 1.1rem;
    color: #666 !important;
    margin: 0 10px;
    transition: color 0.3s;
}

.nav-link:hover, .nav-link.active {
    color: var(--primary-color) !important;
}

.hero-wrapper {
    position: relative;
    width: 100%;
    height: 100dvh; 
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 3rem;
}

.hero-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-text-box {
    position: relative;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(5px);
    padding: 3.5rem;
    border-radius: 20px;
    text-align: center;
    color: white;
    max-width: 900px;
    margin: 0 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.hero-text-box h1 {
    color: #fff;
    text-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

.hero-text-box .lead {
    color: #f0f0f0;
    font-weight: 600;
    font-size: 1.4rem;
}

.hero-bottom-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to bottom, transparent 0%, var(--bg-color) 100%);
    z-index: 1;
    pointer-events: none;
}

.btn-custom {
    background-color: var(--secondary-color);
    color: #fff;
    border-radius: 50px;
    padding: 14px 40px;
    font-size: 1.1rem;
    font-weight: 700;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 198, 92, 0.4);
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.btn-custom:hover {
    background-color: #ffb01f;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 198, 92, 0.6);
    color: #fff;
}

.btn-outline-dark {
    border-width: 2px;
    font-weight: 700;
    padding: 10px 30px;
}

.content-img {
    border-radius: 20px;
    box-shadow: 10px 10px 0px var(--accent-color);
    transition: transform 0.3s ease;
    width: 100%;
    object-fit: cover;
}

.content-img:hover {
    transform: scale(1.02);
}

.border-warning {
    border-color: var(--secondary-color) !important;
}

.about-section {
    background-color: #fff;
    border-radius: 30px;
    padding: 4rem 3rem;
    box-shadow: 0 20px 40px rgba(0,0,0,0.06);
    margin-top: 5rem;
    border-bottom: 8px solid var(--primary-color);
}

.profile-img {
    width: 100%;
    max-width: 350px;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    border: 5px solid #fff;
}

.legal-note-box {
    background-color: #FFF4E5; 
    border-left: 5px solid #FFC65C;
    color: #664d03;
    padding: 1.5rem;
    border-radius: 10px;
    font-size: 1rem;
}

footer {
    margin-top: 80px;
    padding: 50px 0;
    text-align: center;
    color: #888;
    background: #fff;
    border-top: 1px solid #eee;
}

footer a {
    color: #888;
    transition: color 0.2s;
}

footer a:hover {
    color: var(--primary-color);
}

@media (max-width: 768px) {
    html { font-size: 16px; } 
    
    .hero-wrapper { 
        height: 100dvh; 
    }
    
    .hero-text-box { padding: 2rem; }
    .hero-text-box h1 { font-size: 2.5rem; }
    .about-section { padding: 2rem; }
}

.map-placeholder {
    width: 100%;
    height: 100%;
    min-height: 450px; 
    background-color: #f8f9fa; 
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDQwIDQwIiBvcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMjAgMGgyMHYyMEgyMHptMCAyMGgyMHYyMEgyMHpNMCAwaDIwdjIwSDB6bTAgMjBoMjB2MjBIMHoiLz48L3N2Zz4='); 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
    transition: background-color 0.3s;
}

.map-placeholder:hover {
    background-color: #e9ecef;
}

.map-placeholder-icon {
    font-size: 4rem;
    color: #cbd3da;
    margin-bottom: 1.5rem;
}

.post-it {
    background-color: #fffbeb; 
    color: #444;
    padding: 2rem;
    position: relative;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    border-top: 1px solid #fdf2cd;
    border-bottom-right-radius: 60px 5px; 
    transform: rotate(-1deg); 
    transition: transform 0.3s;
    font-family: var(--font-body);
    border-top: 8px solid var(--secondary-color); 
}

.post-it:hover {
    transform: rotate(0deg) scale(1.02);
}

.post-it ul li {
    margin-bottom: 12px;
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 5px;
}

.img-centered {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: contain;
    border-radius: 20px;
    box-shadow: 10px 10px 0px var(--accent-color);
}