html {
    min-height: 100%;
}

body {
    min-height: 100vh;
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    color: #111;
    background: #fff;
}

.site-home {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.card {
    box-sizing: border-box;
    width: min(100%, 1280px);
    padding: 3rem 1.5rem;
}

.logo {
    display: block;
    width: clamp(220px, 42vw, 410px);
    height: auto;
    margin: 0 auto 1.5rem;
}

h1 {
    margin: 0 0 2rem;
    font-size: clamp(2.4rem, 6vw, 4rem);
    line-height: 1.05;
    font-weight: 600;
}

p {
    margin: 0 0 1.75rem;
    font-size: clamp(1.4rem, 3vw, 2.2rem);
    line-height: 1.15;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: underline;
}

.agb-page {
    min-height: 100vh;
}

.agb-header {
    box-sizing: border-box;
    padding: 1rem;
    border-bottom: 1px solid #ddd;
}

.agb-header h1 {
    margin: 0 0 0.5rem;
    font-size: 1.5rem;
    line-height: 1.2;
}

.agb-header p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.4;
}

.agb-frame {
    display: block;
    width: 100%;
    height: calc(100vh - 6rem);
    border: 0;
}

.preise-page {
    min-height: 100vh;
}

.preise-header {
    box-sizing: border-box;
    padding: 1rem;
    border-bottom: 1px solid #ddd;
}

.preise-header h1 {
    margin: 0 0 0.5rem;
    font-size: 1.5rem;
    line-height: 1.2;
}

.preise-header p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.4;
}

.preise-frame {
    display: block;
    width: 100%;
    height: calc(100vh - 6rem);
    border: 0;
}