/* ===================================================================
   Kesklinna Pesumaja — Main Stylesheet
   Mobile-first responsive. Inter + Playfair Display.
   =================================================================== */

/* --- @font-face — Self-hosted Inter + Playfair Display --- */

@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/inter-regular.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/inter-regular-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/inter-regular-cyrillic.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

@font-face { font-family: 'Inter'; font-style: normal; font-weight: 500; font-display: swap; src: url('../fonts/inter-medium.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 500; font-display: swap; src: url('../fonts/inter-medium-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 500; font-display: swap; src: url('../fonts/inter-medium-cyrillic.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

@font-face { font-family: 'Inter'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/inter-semibold.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/inter-semibold-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/inter-semibold-cyrillic.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

@font-face { font-family: 'Playfair Display'; font-style: italic; font-weight: 400; font-display: swap; src: url('../fonts/playfair-display-italic.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Playfair Display'; font-style: italic; font-weight: 400; font-display: swap; src: url('../fonts/playfair-display-italic-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Playfair Display'; font-style: italic; font-weight: 400; font-display: swap; src: url('../fonts/playfair-display-italic-cyrillic.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* --- Custom Properties --- */
:root {
    --color-primary: #2bbcd4;
    --color-primary-dark: #0d6b7a;
    --color-secondary: #1a6fa3;
    --color-text: #333333;
    --color-text-secondary: #5b5b5b;
    --color-bg: #ffffff;
    --color-bg-alt: #f7f9fa;
    --color-border: #cccccc;
    --color-white: #ffffff;

    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-tagline: 'Playfair Display', Georgia, serif;

    --max-width: 1140px;
    --section-padding: 2rem;
    --section-padding-lg: 3rem;

    --z-header: 1100;
    --z-nav-overlay: 1050;
    --z-skip-link: 1200;
    --z-cookie: 1000;
}

/* --- Reset / Base --- */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    font-weight: 400;
    color: var(--color-text);
    background: var(--color-bg);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: var(--color-primary-dark);
    text-decoration: none;
    transition: color 0.2s;
}

a:hover,
a:focus-visible {
    color: var(--color-secondary);
    text-decoration: underline;
}

ul, ol {
    list-style: none;
}

h1, h2, h3, h4 {
    font-weight: 600;
    line-height: 1.3;
    color: var(--color-text);
}

h1 { font-size: 2rem; }
h2 { font-size: 1.5rem; }
h3 { font-size: 1.25rem; }

/* --- Skip Link --- */
.skip-link {
    position: fixed;
    top: -100%;
    left: 1rem;
    background: var(--color-primary-dark);
    color: var(--color-white);
    padding: 0.5rem 1rem;
    border-radius: 0 0 4px 4px;
    z-index: var(--z-skip-link);
    font-size: 0.875rem;
    text-decoration: none;
}

.skip-link:focus {
    top: 0;
}

/* --- Container --- */
.container {
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 1rem;
}

/* --- Header --- */
.site-header {
    position: sticky;
    top: 0;
    background: var(--color-bg);
    border-bottom: 1px solid var(--color-border);
    z-index: var(--z-header);
    isolation: isolate;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 64px;
    gap: 1rem;
}

.header-logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    text-decoration: none;
}

.logo-img {
    height: 44px;
    width: auto;
}

.logo-text {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--color-primary-dark);
}

/* --- Nav Toggle (mobile) --- */
.nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 10px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: calc(var(--z-header) + 2);
}

.nav-toggle__bar {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--color-text);
    border-radius: 1px;
    transition: transform 0.3s, opacity 0.3s;
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(2) {
    opacity: 0;
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* --- Main Nav --- */
.main-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    height: 100dvh;
    background: var(--color-bg);
    padding: 80px 1.5rem 2rem;
    overflow-y: auto;
    transition: right 0.3s ease;
    box-shadow: -2px 0 8px rgba(0,0,0,0.1);
    z-index: calc(var(--z-header) + 1);
}

.main-nav.is-open {
    right: 0;
}

.nav-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.nav-item {
    border-bottom: 1px solid var(--color-bg-alt);
}

.nav-link {
    display: block;
    padding: 0.75rem 0;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--color-text);
    text-decoration: none;
}

.nav-link:hover,
.nav-link:focus-visible {
    color: var(--color-primary-dark);
    text-decoration: none;
}

.nav-item--active .nav-link {
    color: var(--color-primary-dark);
    font-weight: 600;
}

/* --- Language Switcher --- */
.lang-switcher {
    display: flex;
    gap: 0.75rem;
    padding-top: 1.5rem;
    margin-top: 0.5rem;
    border-top: 1px solid var(--color-border);
}

.lang-link {
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--color-text-secondary);
    text-decoration: none;
}

.lang-link:hover {
    color: var(--color-primary-dark);
}

.lang-link--active {
    color: var(--color-primary-dark);
    font-weight: 600;
}

/* --- Nav Overlay --- */
.nav-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: var(--z-nav-overlay);
}

.nav-overlay.is-visible {
    display: block;
}

/* --- Sections --- */
.section {
    padding: var(--section-padding) 0;
}

.section--alt {
    background: var(--color-bg-alt);
}

.section--dark {
    background: var(--color-primary-dark);
    color: var(--color-white);
}

.section--dark h2,
.section--dark h3,
.section--dark h4 {
    color: var(--color-white);
}

.section--dark a {
    color: var(--color-white);
    text-decoration: underline;
}

.section--dark a:hover {
    color: var(--color-primary);
}

.section__title {
    text-align: center;
    margin-bottom: 1.5rem;
}

.section__subtitle {
    text-align: center;
    color: var(--color-text-secondary);
    margin-bottom: 2rem;
    font-size: 1rem;
}

.section--dark .section__subtitle {
    color: rgba(255,255,255,0.85);
}

/* --- Buttons --- */
.btn {
    display: inline-block;
    padding: 0.625rem 1.5rem;
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.btn--primary {
    background: var(--color-primary-dark);
    color: var(--color-white);
    border-color: var(--color-primary-dark);
}

.btn--primary:hover,
.btn--primary:focus-visible {
    background: #0a5563;
    border-color: #0a5563;
    color: var(--color-white);
    text-decoration: none;
}

.btn--outline {
    background: transparent;
    color: var(--color-primary-dark);
    border-color: var(--color-primary-dark);
}

.btn--outline:hover,
.btn--outline:focus-visible {
    background: var(--color-primary-dark);
    color: var(--color-white);
    text-decoration: none;
}

.btn--lg {
    padding: 0.75rem 2rem;
    font-size: 1rem;
}

.section--dark .btn--outline {
    color: var(--color-white);
    border-color: var(--color-white);
}

.section--dark .btn--outline:hover {
    background: var(--color-white);
    color: var(--color-primary-dark);
}

/* --- Cards --- */
.card {
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    border-radius: 6px;
    overflow: hidden;
    transition: box-shadow 0.2s;
}

.card:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.card__image {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
}

.card__body {
    padding: 1.25rem;
}

.card__title {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.card__text {
    font-size: 0.9rem;
    color: var(--color-text-secondary);
    margin-bottom: 1rem;
}

/* --- Grid Layouts --- */
.grid {
    display: grid;
    gap: 1.5rem;
}

.grid--2 { grid-template-columns: 1fr; }
.grid--3 { grid-template-columns: 1fr; }
.grid--4 { grid-template-columns: 1fr; }

/* --- Table Responsive Wrapper --- */
.table-responsive {
    overflow-x: clip;
}

/* --- Price Tables --- */
.price-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 0.9rem;
}

.price-table th,
.price-table td {
    padding: 0.625rem 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--color-border);
}

.price-table thead th {
    background: var(--color-bg-alt);
    font-weight: 600;
    color: var(--color-text);
    position: sticky;
    top: 65px;
    z-index: 10;
    box-shadow: 0 2px 0 0 var(--color-bg-alt);
}

.price-table tbody tr:hover {
    background: var(--color-bg-alt);
}

.price-table .price-cell {
    text-align: right;
    white-space: nowrap;
    font-weight: 600;
}

.price-table .unit-cell {
    text-align: center;
    color: var(--color-text-secondary);
    white-space: nowrap;
}

.price-risk {
    color: #b45309;
    font-size: 0.8rem;
}

.price-note {
    font-size: 0.85rem;
    color: var(--color-text-secondary);
    margin-top: 1rem;
    font-style: italic;
}

/* --- Price Page Sub-navigation --- */
.price-subnav {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 0;
    background: var(--color-bg);
    position: sticky;
    top: 65px;
    z-index: 11;
    border-bottom: 1px solid var(--color-border);
}

.price-subnav__pill {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    border: 2px solid var(--color-primary-dark);
    border-radius: 999px;
    color: var(--color-primary-dark);
    background: transparent;
    transition: background 0.2s, color 0.2s;
}

.price-subnav__pill:hover,
.price-subnav__pill:focus-visible {
    background: var(--color-primary-dark);
    color: #fff;
}

.price-subnav__pill--active {
    background: var(--color-primary-dark);
    color: #fff;
}

/* Offset sticky table headers to clear sub-nav on price pages */
.page-keemiline-puhastus .price-table thead th,
.page-pesumaja .price-table thead th {
    top: 141px; /* 65px header + 76px subnav */
}

/* --- Forms --- */
.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--color-text);
    margin-bottom: 0.25rem;
}

.form-control {
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-family: var(--font-body);
    font-size: 0.9rem;
    color: var(--color-text);
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    border-radius: 4px;
    transition: border-color 0.2s;
}

.form-control:focus {
    outline: none;
    border-color: var(--color-primary-dark);
    box-shadow: 0 0 0 2px rgba(13,107,122,0.15);
}

textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M1.4 0L6 4.6 10.6 0 12 1.4l-6 6-6-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    padding-right: 2rem;
}

/* Form inside dark sections */
.section--dark .form-group label {
    color: var(--color-white);
}

.section--dark .form-control {
    background: var(--color-white);
    border-color: rgba(255,255,255,0.3);
    color: var(--color-text);
}

.section--dark .form-control:focus {
    border-color: var(--color-white);
    box-shadow: 0 0 0 2px rgba(255,255,255,0.25);
}

.section--dark .step__text,
.section--dark .card__text,
.section--dark .price-note {
    color: rgba(255,255,255,0.85);
}

.section--dark .price-risk {
    color: #fbbf24;
}

/* --- Tagline (Playfair Display) --- */
.tagline {
    font-family: var(--font-tagline);
    font-style: italic;
    font-weight: 400;
    font-size: 1rem;
}

/* --- Hero --- */
.hero {
    position: relative;
    min-height: 320px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    color: var(--color-white);
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.55), rgba(0,0,0,0.2));
}

.hero__content {
    position: relative;
    z-index: 1;
    max-width: 600px;
    padding: var(--section-padding) 0;
}

.hero__title {
    font-size: 1.75rem;
    color: var(--color-white);
    margin-bottom: 0.75rem;
}

.hero__subtitle {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.hero__actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.hero__actions .btn--outline {
    color: var(--color-white);
    border-color: var(--color-white);
}

.hero__actions .btn--outline:hover,
.hero__actions .btn--outline:focus-visible {
    background: var(--color-white);
    color: var(--color-primary-dark);
}

/* --- Steps Visualization --- */
.steps {
    counter-reset: step;
}

.step {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    counter-increment: step;
}

.step__number {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-primary-dark);
    color: var(--color-white);
    font-weight: 600;
    font-size: 1rem;
    border-radius: 50%;
}

.step__content {
    flex: 1;
}

.step__title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.step__text {
    font-size: 0.9rem;
    color: var(--color-text-secondary);
}

/* --- Opening Hours --- */
.opening-hours {
    font-size: 0.875rem;
    margin-top: var(--space-2, 0.5rem);
}

.opening-hours__row {
    display: flex;
    justify-content: space-between;
    gap: var(--space-3, 0.75rem);
    padding: var(--space-1, 0.25rem) 0;
}

.opening-hours__day {
    font-weight: 600;
}

/* --- Page Header (service pages) --- */
.page-header {
    position: relative;
    min-height: 200px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    color: var(--color-white);
}

.page-header::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
}

.page-header__content {
    position: relative;
    z-index: 1;
    padding: var(--section-padding) 0;
}

.page-header__title {
    font-size: 1.75rem;
    color: var(--color-white);
}

/* --- Alert / Notice --- */
.alert {
    padding: 1rem;
    border-radius: 4px;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.alert--success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert--error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* --- Footer --- */
.site-footer {
    background: var(--color-text);
    color: var(--color-white);
    padding: var(--section-padding) 0;
    margin-top: 0;
}

.footer-grid {
    display: grid;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.footer-heading {
    font-size: 1rem;
    color: var(--color-white);
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.site-footer p,
.site-footer a {
    font-size: 0.9rem;
}

.site-footer a {
    color: var(--color-primary);
    text-decoration: none;
}

.site-footer a:hover {
    color: var(--color-white);
    text-decoration: underline;
}

.footer-links li {
    margin-bottom: 0.375rem;
}

.footer-badge {
    text-align: center;
    margin-bottom: 1rem;
}

.eas-badge {
    max-height: 48px;
    display: inline-block;
}

.footer-tagline {
    text-align: center;
    font-family: var(--font-tagline);
    font-style: italic;
    color: var(--color-primary);
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.footer-copyright {
    text-align: center;
    font-size: 0.8rem;
    color: rgba(255,255,255,0.6);
}

.footer-hours-note {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.7);
    margin-top: 0.25rem;
}

.footer-address,
.footer-phone,
.footer-email {
    margin-bottom: 0.25rem;
}

/* --- FAQ --- */
.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid var(--color-border, #e0e0e0);
}

.faq-item:first-child {
    border-top: 1px solid var(--color-border, #e0e0e0);
}

.faq-question {
    padding: 1.25rem 2rem 1.25rem 0;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    position: relative;
    font-size: 1.05rem;
}

.faq-question::-webkit-details-marker {
    display: none;
}

.faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--color-primary-dark);
    transition: transform 0.2s ease;
}

.faq-item[open] .faq-question::after {
    content: '\2212';
}

.faq-answer {
    padding: 0 0 1.25rem;
    color: var(--color-text-secondary, #555);
    line-height: 1.7;
}

.faq-answer a {
    color: var(--color-primary-dark);
}

/* --- Cookie Banner --- */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--color-text);
    color: var(--color-white);
    z-index: var(--z-cookie);
    box-shadow: 0 -2px 8px rgba(0,0,0,0.2);
}

.cookie-banner__inner {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.cookie-banner__text {
    font-size: 0.85rem;
    flex: 1;
    min-width: 200px;
}

.cookie-banner__btn {
    flex-shrink: 0;
}

/* --- Flatpickr form override --- */
.form-control--error {
    border-color: #dc3545;
    box-shadow: 0 0 0 2px rgba(220,53,69,0.15);
}

.flatpickr-input[readonly] {
    background: var(--color-bg);
}

/* --- Responsive: Tablet+ (768px) --- */
@media (min-width: 768px) {
    .section {
        padding: var(--section-padding-lg) 0;
    }

    .grid--2 { grid-template-columns: repeat(2, 1fr); }
    .grid--3 { grid-template-columns: repeat(2, 1fr); }
    .grid--4 { grid-template-columns: repeat(2, 1fr); }

    .footer-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .hero__title {
        font-size: 2rem;
    }

    .hero__subtitle {
        font-size: 1.1rem;
    }

    h1 { font-size: 2rem; }
    h2 { font-size: 1.5rem; }
}

/* --- Responsive: Desktop (1024px) --- */
@media (min-width: 1024px) {
    .nav-toggle {
        display: none;
    }

    .main-nav {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        background: transparent;
        box-shadow: none;
        overflow: visible;
        display: flex;
        align-items: center;
        gap: 1.5rem;
    }

    .nav-list {
        flex-direction: row;
        gap: 0;
    }

    .nav-item {
        border-bottom: none;
    }

    .nav-link {
        padding: 0.5rem 0.625rem;
        white-space: nowrap;
    }

    .nav-link:hover {
        color: var(--color-primary-dark);
    }

    .nav-item--active .nav-link {
        border-bottom: 2px solid var(--color-primary-dark);
    }

    .lang-switcher {
        padding-top: 0;
        margin-top: 0;
        border-top: none;
        border-left: 1px solid var(--color-border);
        padding-left: 1rem;
    }

    .grid--3 { grid-template-columns: repeat(3, 1fr); }
    .grid--4 { grid-template-columns: repeat(4, 1fr); }

    .hero {
        min-height: 420px;
    }

    .hero__title {
        font-size: 2.5rem;
    }
}

/* --- Info Bar (homepage) --- */
.info-bar {
    background: var(--color-primary-dark);
    color: var(--color-white);
    padding: 1.25rem 0;
}

.info-bar__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.info-bar__item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--color-white);
    text-decoration: none;
}

.info-bar__item:hover,
.info-bar__item:focus-visible {
    color: var(--color-white);
    opacity: 0.85;
    text-decoration: none;
}

.info-bar__item svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.info-bar__item strong {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    opacity: 0.85;
}

.info-bar__item span {
    font-size: 1rem;
    font-weight: 500;
}

@media (min-width: 768px) {
    .info-bar__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .info-bar__item {
        justify-content: center;
    }
}

/* --- Content Blocks / Page Body --- */
.content-block p,
.page-body p {
    margin-bottom: 1rem;
}

.content-block h2,
.page-body h2 {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.content-block h3,
.page-body h3 {
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
}

.content-block ul,
.content-block ol,
.page-body ul,
.page-body ol {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    list-style: revert;
}

/* --- Utility --- */
.text-center { text-align: center; }
.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: 0.5rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 1.5rem; }
.mb-4 { margin-bottom: 2rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
