body {
    margin: 0;
    font-family: "Georgia", serif;
    color: #000;
    background: url("img/background.jpg") center/cover no-repeat fixed;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.1);
    z-index: -1;
}

.hero {
    text-align: center;
    padding: 20px 20px 40px;
    position: relative;
    z-index: 1;
}

h1 {
    font-weight: 700;
    color: #3F2A1A;
    text-shadow: 0 0 10px rgba(255,255,255,0.8);
}

.subtitle {
    margin: 15px 0 35px;
    opacity: .75;
    color: #2E1D12;
    text-shadow: 0 0 8px rgba(255,255,255,0.8);
}

.cta-btn {
    padding: calc(0.5rem + 0.3vw) calc(1rem + 0.5vw);
    background: #caa56a;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
}

/* 🔥 dynamický text uvnitř sekcí */
.section p,
.section ul,
.section li {
    font-size: calc(1rem + 0.4vw);
}


.section {
    max-width: 900px;
    margin: 70px auto 40px;
    transform: translateX(var(--offset));
    padding: calc(0.1rem + 0.1vw) 0;
    background: rgba(255,255,255,0.7);
    border-radius: 8px;
    text-align: center;
    display: block;
}

.section h2 {
    font-size: calc(1.4rem + 0.8vw);
    margin-bottom: 25px;
    font-weight: 600;
    color: #000;
}

.services {
    list-style: none;
    padding: 0;
}

.services li {
    padding: 10px 0;
    font-size: calc(1rem + 0.4vw);
    color: #000;
    text-align: center;
}

footer {
    text-align: center;
    margin: 10px auto 40px;
    transform: translateX(var(--offset));
    padding: 0px;
    font-size: 0.9rem;
    opacity: 0.75;
    text-shadow: 0 0 14px rgba(255,255,255,0.5);
}

body::after {
    content: "";
    display: block;
    height: 620px;
}

.hero-content h1 {
    font-size: calc(1.8rem + 1vw);
}

.hero-content p {
    font-size: calc(1rem + 0.5vw);
}

#debug {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 999999;
    background: yellow;
    color: black;
    padding: 6px 10px;
    font-family: monospace;
}
