:root {
    --primary: #1b4e8c;
    --primary-dark: #0f3266;
    --primary-light: #e8f1fc;
    --accent: #4587d1;
    --text: #1a3558;
    --muted: #3a5a7c;
    --bg: #f0f6ff;
    --white: #ffffff;
    --border: #d5e4f4;
    --shadow: 0 4px 20px rgba(27, 78, 140, .1);
    --radius: 12px;
    --container: 1140px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
    font-family: 'Inter', system-ui, sans-serif;
    color: var(--text);
    background: var(--bg);
    line-height: 1.6;
}

h1, h2, h3, h4, .brand-name { font-family: 'Poppins', sans-serif; line-height: 1.25; }

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

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

.container { max-width: var(--container); margin: 0 auto; padding: 0 1.25rem; }

/* ---------- Buttons ---------- */
.btn {
    display: inline-block;
    background: var(--primary);
    color: #fff;
    padding: .7rem 1.6rem;
    border-radius: 8px;
    text-decoration: none;
    border: 2px solid var(--primary);
    cursor: pointer;
    font: inherit;
    font-weight: 600;
    transition: all .2s;
}
.btn:hover { background: var(--primary-dark); border-color: var(--primary-dark); }
.btn-lg { padding: .9rem 2.2rem; font-size: 1.05rem; }
.btn-outline { background: transparent; color: var(--primary); }
.btn-outline:hover { background: var(--primary); color: #fff; }
.btn-light { background: #fff; color: var(--primary); border-color: #fff; }
.btn-light:hover { background: var(--primary-light); border-color: var(--primary-light); }
.btn-sm { padding: .45rem 1.1rem; font-size: .88rem; }
.btn-nav { padding: .5rem 1.2rem; }
/* Hlavné tlačidlo v hero používa svetlejší akcent, aby vyniklo na tmavom pozadí */
.hero .btn:not(.btn-outline) { background: var(--accent); border-color: var(--accent); }
.hero .btn:not(.btn-outline):hover { background: #2f72bf; border-color: #2f72bf; }

/* ---------- Topbar ---------- */
.topbar { background: var(--primary-dark); color: #cfe0f5; font-size: .85rem; }
.topbar-inner { display: flex; justify-content: space-between; gap: 1rem; padding: .5rem 1.25rem; flex-wrap: wrap; }
.topbar-item { color: #cfe0f5; text-decoration: none; }
.topbar a.topbar-item:hover { color: #fff; }

/* ---------- Header ---------- */
.site-header { background: var(--white); box-shadow: var(--shadow); position: sticky; top: 0; z-index: 100; }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: .9rem 1.25rem; }
.brand { display: flex; flex-direction: column; text-decoration: none; }
.brand-name { font-size: 1.6rem; font-weight: 700; color: var(--primary); letter-spacing: .5px; }
.brand-tagline { font-size: .78rem; color: var(--muted); text-transform: uppercase; letter-spacing: 1px; }

.main-nav ul { list-style: none; display: flex; align-items: center; gap: 1.6rem; }
.main-nav a { color: var(--text); text-decoration: none; font-weight: 500; transition: color .2s; }
.main-nav a:hover, .main-nav a.active { color: var(--primary); }
.main-nav a.btn-nav { color: #fff; }
.main-nav a.btn-nav:hover { color: #fff; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px; }
.nav-toggle span { width: 26px; height: 3px; background: var(--primary); border-radius: 2px; transition: .3s; }

/* ---------- Hero ---------- */
.hero {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: #fff;
    padding: 4rem 0;
}
.hero-inner { display: grid; grid-template-columns: 1.6fr 1fr; gap: 2.5rem; align-items: center; }
.hero-eyebrow { text-transform: uppercase; letter-spacing: 2px; font-size: .85rem; opacity: .85; margin-bottom: .8rem; }
.hero h1 { font-size: 2.7rem; margin-bottom: 1.2rem; }
.hero-lead { font-size: 1.15rem; opacity: .95; margin-bottom: 2rem; max-width: 36rem; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

/* ---------- Hero karta = výrazné CTA (biela karta na modrom pozadí) ---------- */
.hero-card {
    background: #fff; border-radius: 16px; padding: 1.6rem;
    box-shadow: 0 18px 50px rgba(8, 30, 60, .35);
    color: var(--text);
}
.hero-card-top {
    display: flex; align-items: center; gap: .6rem;
    padding-bottom: 1rem; margin-bottom: 1rem; border-bottom: 1px solid var(--border);
}
.hero-card-daytag {
    background: var(--primary); color: #fff; font-size: .7rem; font-weight: 700;
    letter-spacing: 1px; padding: .25rem .6rem; border-radius: 6px;
}
.hero-card-date { font-weight: 600; color: var(--text); font-size: 1rem; }
.hero-card-hours-label { font-size: .82rem; color: var(--muted); margin-bottom: .15rem; }
.hero-card-hours { font-family: 'Poppins', sans-serif; font-size: 1.9rem; font-weight: 700; color: var(--primary); line-height: 1.1; margin-bottom: .9rem; }
.hero-card-closed { font-size: 1.3rem; font-weight: 700; color: var(--muted); margin-bottom: .3rem; }
.hero-card-next { font-size: .9rem; color: var(--muted); margin-bottom: .9rem; }
.hero-card-cta {
    display: block; width: 100%; text-align: center; box-sizing: border-box;
    background: #f97316; color: #fff; font-weight: 700; font-size: 1.05rem;
    padding: .95rem 1.2rem; border-radius: 10px; text-decoration: none;
    margin-top: 1.1rem; box-shadow: 0 6px 18px rgba(249, 115, 22, .35);
    transition: transform .15s, box-shadow .15s, background .2s;
}
.hero-card-cta:hover { background: #ea6e0a; transform: translateY(-2px); box-shadow: 0 9px 24px rgba(249, 115, 22, .45); }
.hero-card-btn {
    display: block; width: 100%; box-sizing: border-box; text-align: center;
    margin-top: 1.1rem; padding: .7rem 1.2rem;
    background: #fff; color: var(--accent);
    border: 2px solid #cfe0f5; border-radius: 10px;
    font-weight: 600; font-size: .95rem; text-decoration: none;
    transition: background .2s, border-color .2s, color .2s;
}
.hero-card-btn:hover { background: var(--primary-light); border-color: var(--accent); color: var(--primary); }


/* ---------- Features ---------- */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin: -3rem auto 0; position: relative; padding-bottom: 1rem; }
.feature { background: var(--white); border-radius: var(--radius); padding: 1.8rem; box-shadow: var(--shadow); }
.feature-icon { font-size: 2.2rem; margin-bottom: .6rem; }
.feature h3 { font-size: 1.2rem; margin-bottom: .5rem; color: var(--primary); }
.feature p { color: var(--muted); }

/* ---------- Sections ---------- */
.section { padding: 4rem 0; }
.section-alt { background: var(--white); }
.section-head { text-align: center; max-width: 40rem; margin: 0 auto 2.5rem; }
.section-head h2 { font-size: 2rem; color: var(--text); margin-bottom: .6rem; }
.section-head p { color: var(--muted); }
.section-cta { text-align: center; margin-top: 2.5rem; }

/* ---------- Service cards ---------- */
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.services-cat { margin: 2.5rem 0 1.2rem; color: var(--primary); font-size: 1.4rem; }
.service-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.6rem; display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-card h3 { font-size: 1.15rem; margin-bottom: .6rem; }
.service-card p { color: var(--muted); font-size: .95rem; flex-grow: 1; }
.service-meta { display: flex; justify-content: space-between; align-items: center; margin-top: 1.1rem; padding-top: 1rem; border-top: 1px solid var(--border); }
.service-duration { color: var(--muted); font-size: .9rem; }
.service-price { font-weight: 700; color: var(--primary); font-size: 1.15rem; }
.service-book { margin-top: 1rem; font-weight: 600; text-decoration: none; }
.service-book:hover { text-decoration: underline; }

/* ---------- About / hours ---------- */
.about-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 3rem; align-items: start; }
.about-text h2 { font-size: 2rem; margin-bottom: 1rem; }
.about-text p { color: var(--muted); margin-bottom: 1rem; }
.about-text .btn { margin-top: .5rem; }
.about-hours, .contact-hours { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.6rem; }
.about-hours h3 { color: var(--primary); margin-bottom: 1rem; }

.hours-table { width: 100%; border-collapse: collapse; }
.hours-table td { padding: .55rem 0; border-bottom: 1px solid var(--border); }
.hours-table td:last-child { text-align: right; font-weight: 600; }
.hours-table tr:last-child td { border-bottom: 0; }
.hours-table tr.is-today td { color: var(--primary); }
.hours-table tr.is-today td:first-child::before { content: "▸ "; }
.hours-note { margin-top: .8rem; font-size: .85rem; color: var(--muted); }

/* ---------- CTA band ---------- */
.cta-band { background: var(--accent); color: #fff; padding: 3rem 0; }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
.cta-band h2 { font-size: 1.8rem; }
.cta-band p { opacity: .9; }

/* ---------- Page header ---------- */
.page-header { background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%); color: #fff; padding: 3rem 0; }
.page-header h1 { font-size: 2.3rem; margin-bottom: .5rem; }
.page-header p { opacity: .9; }

/* ---------- Price tables ---------- */
.price-block { margin-bottom: 3rem; }
.price-block h2 { color: var(--primary); font-size: 1.5rem; margin-bottom: 1rem; }
.price-table { width: 100%; border-collapse: collapse; background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.price-table thead th { background: var(--primary); color: #fff; text-align: left; padding: .9rem 1.2rem; font-size: .95rem; }
.price-table tbody td { padding: 1rem 1.2rem; border-bottom: 1px solid var(--border); vertical-align: top; }
.price-table tbody tr:last-child td { border-bottom: 0; }
.price-col { text-align: right; white-space: nowrap; font-weight: 700; color: var(--primary); }
.price-name { display: block; font-weight: 600; }
.price-desc { display: block; color: var(--muted); font-size: .88rem; margin-top: .2rem; }
.legal-note { margin-top: 1.5rem; font-size: .85rem; color: var(--muted); font-style: italic; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 2.5rem; margin-bottom: 2.5rem; }
.contact-info h2 { color: var(--primary); margin-bottom: .3rem; }
.contact-sub { color: var(--muted); margin-bottom: 1.5rem; }
.contact-list { list-style: none; margin-bottom: 1.8rem; }
.contact-list li { display: grid; grid-template-columns: 90px 1fr; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid var(--border); }
.contact-label { font-weight: 600; color: var(--muted); }
.contact-hours h2 { color: var(--primary); margin-bottom: 1rem; }
.map-wrap { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.map-wrap iframe { display: block; }

/* ---------- Gallery ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.gallery-item { display: block; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4 / 3; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.gallery-item:hover img { transform: scale(1.05); }

/* ---------- Forms ---------- */
.reservation-wrap { max-width: 720px; margin: 0 auto; }
.reservation-form { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 2rem; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.form-group { margin-bottom: 1.2rem; }
.form-group label { display: block; margin-bottom: .4rem; font-weight: 600; }
.form-group input, .form-group select, .form-group textarea {
    width: 100%; padding: .75rem .9rem; border: 1px solid var(--border); border-radius: 8px; font: inherit; background: #fff; color: var(--text);
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px var(--primary-light); }
.field-hint { font-size: .85rem; color: var(--muted); margin-top: .4rem; }
.form-consent { font-size: .85rem; color: var(--muted); margin-bottom: 1.2rem; }

/* ---------- Alerts ---------- */
.alert { padding: 1rem 1.2rem; border-radius: 8px; margin-bottom: 1.5rem; }
.alert-success { background: #e3f7ee; color: #15694a; border: 1px solid #b6e6cf; }
.alert-error { background: #fdecea; color: #8a1c13; border: 1px solid #f5c2bd; }
.alert-info { background: var(--primary-light); color: var(--primary-dark); border: 1px solid #c5dcf5; }
.alert ul { margin-left: 1.2rem; }

/* ---------- Footer ---------- */
.site-footer { background: #112844; color: #c8d6e8; margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1.2fr; gap: 2rem; padding: 3rem 1.25rem; }
.footer-col h3 { color: #fff; font-size: 1.4rem; margin-bottom: .6rem; }
.footer-col h4 { color: #fff; margin-bottom: .8rem; }
.footer-col p { margin-bottom: .3rem; font-size: .95rem; }
.footer-col a { color: #c8d6e8; text-decoration: none; }
.footer-col a:hover { color: #fff; }
.footer-tag { display: flex; align-items: center; gap: .5rem; margin-top: .7rem; color: #e3edf9; font-size: .92rem; font-weight: 500; }
.footer-tag:first-of-type { margin-top: 1rem; }
.footer-dot { width: 9px; height: 9px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 0 rgba(34,197,94,.6); animation: footerPulse 1.8s infinite; flex-shrink: 0; }
@keyframes footerPulse {
    0%   { box-shadow: 0 0 0 0 rgba(34,197,94,.6); }
    70%  { box-shadow: 0 0 0 7px rgba(34,197,94,0); }
    100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); }
}
.footer-hours { width: 100%; border-collapse: collapse; font-size: .9rem; }
.footer-hours td { padding: .25rem 0; }
.footer-hours td:last-child { text-align: right; }
.footer-hours tr.is-today td { color: var(--accent); font-weight: 600; }
.footer-note { margin-top: .6rem; font-size: .8rem; opacity: .7; }
.footer-bottom { background: #0b1d33; padding: 1rem 0; text-align: center; font-size: .85rem; }
.footer-bottom p { color: #94a8c2; }

/* ---------- Phone CTA button (warm orange – viditeľné na tmavom hero) ---------- */
.btn-phone { background: #f97316; border-color: #f97316; color: #fff; }
.btn-phone:hover { background: #ea6e0a; border-color: #ea6e0a; color: #fff; }

/* ---------- "Voľné termíny ihneď" badge (plný zelený, blikajúca bodka) ---------- */
.avail-badge {
    display: inline-flex; align-items: center; gap: .55rem;
    background: #16a34a; color: #fff;
    padding: .45rem 1rem; border-radius: 999px;
    font-size: .85rem; font-weight: 700;
    box-shadow: 0 4px 12px rgba(22, 163, 74, .3);
}
.avail-dot {
    width: 10px; height: 10px; border-radius: 50%;
    background: #fff; flex-shrink: 0;
    animation: pulse-avail 1.3s ease-in-out infinite;
}
@keyframes pulse-avail {
    0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255,255,255,.7); }
    60%      { transform: scale(1.15); box-shadow: 0 0 0 7px rgba(255,255,255,0); }
}

/* ---------- Poisťovne pruh v hero ---------- */
.insurance-strip {
    display: flex; align-items: center; gap: .6rem; flex-wrap: wrap;
    margin-top: 2.6rem; padding: .7rem 1.1rem;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 10px; color: #fff;
    font-size: .95rem; font-weight: 500; max-width: max-content;
}

/* ---------- Poisťovne banner na cenníku ---------- */
.insurance-banner {
    display: flex; align-items: center; gap: 1rem; flex-wrap: wrap;
    background: var(--primary-light); border: 1.5px solid var(--border);
    border-radius: var(--radius); padding: 1.2rem 1.6rem; margin-bottom: 2.5rem;
    color: var(--text);
}
.insurance-banner .ins-icon { font-size: 1.8rem; }
.insurance-banner p { margin: 0; }
.insurance-banner strong { color: var(--primary); }
.ins-names { display: flex; gap: .6rem; margin-top: .4rem; flex-wrap: wrap; }
.ins-name {
    background: var(--primary); color: #fff;
    padding: .2rem .8rem; border-radius: 999px; font-size: .8rem; font-weight: 600;
}

/* ---------- Blog – zoznam príspevkov ---------- */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.blog-card {
    background: var(--white); border: 1px solid var(--border);
    border-radius: var(--radius); overflow: hidden;
    transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column;
}
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.blog-card-thumb {
    aspect-ratio: 16/8; background: var(--primary-light);
    display: flex; align-items: center; justify-content: center;
    font-size: 3.5rem;
}
.blog-card-body { padding: 1.4rem; flex-grow: 1; display: flex; flex-direction: column; }
.blog-card-cat {
    font-size: .75rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: 1px; color: var(--primary); margin-bottom: .5rem;
}
.blog-card-title { font-size: 1.1rem; font-weight: 700; margin-bottom: .6rem; line-height: 1.35; }
.blog-card-title a { color: var(--text); text-decoration: none; }
.blog-card-title a:hover { color: var(--primary); }
.blog-card-excerpt { color: var(--muted); font-size: .9rem; line-height: 1.6; flex-grow: 1; }
.blog-card-footer { display: flex; justify-content: space-between; align-items: center; margin-top: 1.2rem; padding-top: 1rem; border-top: 1px solid var(--border); }
.blog-card-date { font-size: .8rem; color: var(--muted); }
.blog-card-read { font-size: .88rem; font-weight: 600; color: var(--primary); text-decoration: none; }
.blog-card-read:hover { text-decoration: underline; }
.blog-empty { text-align: center; padding: 3rem; color: var(--muted); background: var(--white); border-radius: var(--radius); border: 1px solid var(--border); }

/* ---------- Blog – detail článku ---------- */
.post-wrap { max-width: 800px; margin: 0 auto; }
.post-header { margin-bottom: 2.5rem; }
.post-cat {
    font-size: .78rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: 1px; color: var(--primary); margin-bottom: .6rem;
}
.post-title { font-size: 2.2rem; line-height: 1.2; margin-bottom: 1rem; }
.post-meta { color: var(--muted); font-size: .9rem; display: flex; gap: 1.2rem; flex-wrap: wrap; }
.post-body h2 { font-size: 1.4rem; color: var(--primary); margin: 2rem 0 .8rem; }
.post-body h3 { font-size: 1.15rem; margin: 1.5rem 0 .6rem; }
.post-body p { margin-bottom: 1rem; color: var(--muted); line-height: 1.8; }
.post-body ul, .post-body ol { margin: .5rem 0 1.2rem 1.5rem; color: var(--muted); }
.post-body li { margin-bottom: .5rem; line-height: 1.7; }
.post-body strong { color: var(--text); }
.post-back { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--border); }
.post-cta { background: var(--primary-light); border-radius: var(--radius); padding: 2rem; margin-top: 2.5rem; text-align: center; }
.post-cta h3 { margin-bottom: .6rem; }
.post-cta p { color: var(--muted); margin-bottom: 1.2rem; }

/* ---------- Rezervačný kalendár (v2 – split panel) ---------- */
.reservation-wrap { max-width: 820px; }
.res-fee-notice {
    background: #fffbeb; border: 1.5px solid #fcd34d; border-radius: 10px;
    padding: .75rem 1.1rem; margin-bottom: 1.2rem;
    font-size: .92rem; color: #78350f;
}
.res-svc-card {
    background: var(--white); border: 1px solid var(--border); border-radius: var(--radius);
    padding: 1.4rem; margin-bottom: 1.2rem; box-shadow: var(--shadow);
}
.res-section-label {
    font-size: .76rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: .6px; color: var(--primary); margin-bottom: .7rem;
}

/* Split layout */
.res-booking-layout {
    display: grid; grid-template-columns: 230px 1fr; gap: 0;
    border: 1.5px solid var(--border); border-radius: 14px; overflow: hidden;
    margin-bottom: 1.3rem; background: var(--white); box-shadow: var(--shadow);
}

/* Left day column */
.res-day-col { border-right: 1.5px solid var(--border); background: #fafcff; }
.res-day-col-head {
    padding: .8rem 1rem; border-bottom: 1px solid var(--border);
    font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .6px;
    color: var(--primary); background: var(--primary-light);
}
.day-list { list-style: none; }
.day-item {
    display: flex; align-items: center; gap: .7rem;
    padding: .78rem 1rem; border-bottom: 1px solid #f0f6ff; cursor: pointer; transition: background .1s;
}
.day-item:last-child { border-bottom: 0; }
.day-item:hover:not(.di-full) { background: #f0f6ff; }
.day-item.di-active { background: var(--primary); }
.day-item.di-full { opacity: .38; cursor: not-allowed; }
.di-num-wrap { display: flex; flex-direction: column; align-items: center; width: 32px; flex-shrink: 0; }
.di-num { font-weight: 800; font-size: 1rem; line-height: 1; color: var(--text); }
.day-item.di-active .di-num { color: #fff; }
.di-mon2 { font-size: .62rem; text-transform: uppercase; color: var(--muted); }
.day-item.di-active .di-mon2 { color: rgba(255,255,255,.6); }
.di-text { flex: 1; min-width: 0; }
.di-today-badge {
    font-size: .6rem; font-weight: 700; background: #fef3c7; color: #92400e;
    padding: .1rem .3rem; border-radius: 3px; display: inline-block; margin-bottom: 2px;
}
.day-item.di-active .di-today-badge { background: rgba(255,255,255,.25); color: #fff; }
.di-dow-name { font-size: .83rem; font-weight: 600; color: var(--text); }
.day-item.di-active .di-dow-name { color: #fff; }
.di-avail { font-size: .72rem; color: #16a34a; font-weight: 600; }
.di-avail-full { color: #dc2626 !important; }
.day-item.di-active .di-avail { color: #86efac; }
.di-hidden { display: none !important; }
.res-show-more {
    display: block; width: 100%; margin-top: .4rem;
    padding: .55rem .6rem; background: transparent;
    border: 1.5px dashed var(--border); border-radius: 8px;
    color: var(--muted); font: inherit; font-size: .82rem;
    cursor: pointer; text-align: center; transition: all .15s;
}
.res-show-more:hover { border-color: var(--accent); color: var(--primary); background: var(--primary-light); }

/* Right slots column */
.res-slots-col { padding: 1.2rem; }
.res-slots-head { margin-bottom: 1rem; }
.res-slots-title { font-size: .98rem; font-weight: 700; color: var(--text); }
.res-slots-sub { font-size: .8rem; color: var(--muted); margin-top: .12rem; }
.res-slots-legend { display: flex; gap: .7rem; margin-top: .55rem; flex-wrap: wrap; }
.res-leg { display: flex; align-items: center; gap: .3rem; font-size: .73rem; color: var(--muted); }
.res-leg-sq { width: 11px; height: 11px; border-radius: 3px; }
.slot-grid-inner { display: grid; grid-template-columns: 1fr 1fr; gap: .48rem; }
.slot-btn {
    padding: .75rem .4rem; border-radius: 8px; border: 1.5px solid var(--border);
    background: #f8fafc; font: inherit; font-size: .95rem; font-weight: 600;
    cursor: pointer; transition: all .12s; text-align: center; color: var(--text);
}
.slot-btn:hover:not([disabled]) { background: var(--primary-light); border-color: var(--accent); color: var(--primary); }
.slot-btn.slot-active { background: var(--primary); border-color: var(--primary); color: #fff; box-shadow: 0 4px 14px rgba(27,78,140,.22); }
.slot-btn.slot-taken { background: #f5f7fa; border-color: #eee; color: #c0b8c0; cursor: not-allowed; font-size: .8rem; font-weight: 400; }
.no-slots { color: var(--muted); font-size: .88rem; padding: 1.5rem 0; }

/* Sumár */
.res-sumbar {
    background: var(--primary-light); border: 2px solid var(--primary); border-radius: 12px;
    padding: .95rem 1.3rem; display: none; align-items: center; gap: .8rem;
    flex-wrap: wrap; margin-bottom: 1.3rem;
}
.res-sumbar.show { display: flex; }
.res-sumbar-txt { font-size: .93rem; color: var(--primary); font-weight: 600; flex: 1; }
.res-sumbar-btn {
    background: var(--primary); color: #fff; border: none; padding: .55rem 1.2rem;
    border-radius: 8px; font: inherit; font-size: .87rem; font-weight: 700; cursor: pointer; white-space: nowrap;
}
.res-sumbar-btn:hover { background: var(--primary-dark); }

/* Kontaktný formulár */
.res-contact-card {
    background: var(--white); border: 1px solid var(--border); border-radius: var(--radius);
    padding: 1.5rem; box-shadow: var(--shadow);
}

@media (max-width: 620px) {
    /* Layout */
    .res-fee-notice { font-size: .87rem; padding: .65rem .9rem; }
    .res-svc-card   { padding: 1rem; }
    .res-booking-layout { grid-template-columns: 1fr; border-radius: 10px; }

    /* Day column → horizontal scroll strip */
    .res-day-col    { border-right: 0; border-bottom: 1.5px solid var(--border); max-height: none; }
    .day-list {
        display: flex; overflow-x: auto; -webkit-overflow-scrolling: touch;
        scrollbar-width: none; padding: .4rem;
    }
    .day-list::-webkit-scrollbar { display: none; }
    .day-item {
        flex-direction: column; align-items: center; text-align: center;
        flex-shrink: 0; width: 68px;
        padding: .55rem .3rem; gap: .1rem;
        border-bottom: 0; border-right: 1px solid #f0f6ff;
    }
    .day-item:last-child { border-right: 0; }
    .di-num-wrap    { flex-direction: row; width: auto; gap: .15rem; align-items: baseline; }
    .di-num         { font-size: .95rem; }
    .di-dow-name    { display: none; }
    .di-avail       { font-size: .65rem; }
    /* On mobile show all days in the strip — no hidden limit */
    .di-hidden      { display: flex !important; }
    .res-show-more  { display: none !important; }

    /* Slot grid: 3 columns */
    .res-slots-col  { padding: .9rem; }
    .slot-grid-inner { grid-template-columns: repeat(3, 1fr); }
    .slot-btn       { padding: .65rem .3rem; font-size: .88rem; }

    /* Summary bar: stack vertically */
    .res-sumbar     { flex-direction: column; align-items: stretch; gap: .55rem; }
    .res-sumbar-btn { text-align: center; }

    /* Contact form */
    .res-contact-card { padding: 1rem; }
}

/* Responsive ---------- */
@media (max-width: 900px) {
    .hero-inner, .about-grid, .contact-grid { grid-template-columns: 1fr; }
    .features, .service-grid, .gallery-grid, .blog-grid { grid-template-columns: repeat(2, 1fr); }
    .features { margin-top: 2rem; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
    .nav-toggle { display: flex; }
    .main-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; box-shadow: var(--shadow); }
    .main-nav.open { display: block; }
    .main-nav ul { flex-direction: column; align-items: stretch; gap: 0; padding: .5rem 0; }
    .main-nav li { padding: 0 1.25rem; }
    .main-nav a { display: block; padding: .8rem 0; border-bottom: 1px solid var(--border); }
    .main-nav a.btn-nav { text-align: center; margin: .6rem 0; border-bottom: 0; }
    .header-inner { position: relative; }
    .hero h1 { font-size: 2rem; }
    .features, .service-grid, .gallery-grid, .blog-grid { grid-template-columns: 1fr; }
    .insurance-strip { max-width: 100%; }
    .footer-grid { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .cta-band-inner { flex-direction: column; text-align: center; }
}
